You've already forked npm-core-sdk
Latest generation
This commit is contained in:
10
connector.ts
10
connector.ts
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "connector.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -681,7 +681,7 @@ class CreateConnectorRequest$Type extends MessageType<CreateConnectorRequest> {
|
||||
{ no: 8, name: "SetupJson", kind: "scalar", localName: "SetupJson", jsonName: "SetupJson", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 9, name: "MetadataJSONParameters", kind: "scalar", localName: "MetadataJSONParameters", jsonName: "MetadataJSONParameters", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 10, name: "NbSlots", kind: "scalar", localName: "NbSlots", jsonName: "NbSlots", T: 5 /*ScalarType.INT32*/ },
|
||||
{ no: 11, name: "Permissions", kind: "message", localName: "Permissions", jsonName: "Permissions", repeat: 1 /*RepeatType.PACKED*/, T: () => Permission },
|
||||
{ no: 11, name: "Permissions", kind: "message", localName: "Permissions", jsonName: "Permissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Permission },
|
||||
{ no: 12, name: "DistributionName", kind: "scalar", localName: "DistributionName", jsonName: "DistributionName", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 13, name: "ActionsJSONParameters", kind: "scalar", localName: "ActionsJSONParameters", jsonName: "ActionsJSONParameters", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Name", "Description", "Version", "MainClassName", "JarName", "MetadataJSONParameters", "DistributionName", "ActionsJSONParameters"] } } });
|
||||
@@ -869,7 +869,7 @@ class UpdateConnectorRequest$Type extends MessageType<UpdateConnectorRequest> {
|
||||
{ no: 7, name: "SetupJson", kind: "scalar", localName: "SetupJson", jsonName: "SetupJson", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 8, name: "MetadataJSONParameters", kind: "scalar", localName: "MetadataJSONParameters", jsonName: "MetadataJSONParameters", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 9, name: "NbSlots", kind: "scalar", localName: "NbSlots", jsonName: "NbSlots", T: 5 /*ScalarType.INT32*/ },
|
||||
{ no: 10, name: "Permissions", kind: "message", localName: "Permissions", jsonName: "Permissions", repeat: 1 /*RepeatType.PACKED*/, T: () => Permission },
|
||||
{ no: 10, name: "Permissions", kind: "message", localName: "Permissions", jsonName: "Permissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Permission },
|
||||
{ no: 11, name: "ActionsJSONParameters", kind: "scalar", localName: "ActionsJSONParameters", jsonName: "ActionsJSONParameters", T: 9 /*ScalarType.STRING*/ }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ConnectorID", "Version"] } } });
|
||||
}
|
||||
@@ -1172,7 +1172,7 @@ export const ListConnectorsRequest = new ListConnectorsRequest$Type();
|
||||
class ListConnectorsResult$Type extends MessageType<ListConnectorsResult> {
|
||||
constructor() {
|
||||
super("api.ListConnectorsResult", [
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 1 /*RepeatType.PACKED*/, T: () => Connector }
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Connector }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListConnectorsResult>): ListConnectorsResult {
|
||||
@@ -1265,7 +1265,7 @@ export const ListAvailableConnectorsRequest = new ListAvailableConnectorsRequest
|
||||
class ListAvailableConnectorsResult$Type extends MessageType<ListAvailableConnectorsResult> {
|
||||
constructor() {
|
||||
super("api.ListAvailableConnectorsResult", [
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 1 /*RepeatType.PACKED*/, T: () => Connector }
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Connector }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListAvailableConnectorsResult>): ListAvailableConnectorsResult {
|
||||
|
||||
Reference in New Issue
Block a user