You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -254,7 +254,7 @@ export const ListAdaptiveCardResult = new ListAdaptiveCardResult$Type();
|
||||
class GetAdaptiveCardRequest$Type extends MessageType<GetAdaptiveCardRequest> {
|
||||
constructor() {
|
||||
super("api.GetAdaptiveCardRequest", [
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the AdaptiveCard to get" }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the AdaptiveCard to get" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<GetAdaptiveCardRequest>): GetAdaptiveCardRequest {
|
||||
@@ -347,8 +347,8 @@ export const GetAdaptiveCardResult = new GetAdaptiveCardResult$Type();
|
||||
class CreateAdaptiveCardRequest$Type extends MessageType<CreateAdaptiveCardRequest> {
|
||||
constructor() {
|
||||
super("api.CreateAdaptiveCardRequest", [
|
||||
{ no: 1, name: "Template", kind: "scalar", localName: "Template", jsonName: "Template", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Template of the new AdaptiveCard" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the new AdaptiveCard. Unique." }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
{ no: 1, name: "Template", kind: "scalar", localName: "Template", jsonName: "Template", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Template of the new AdaptiveCard" } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the new AdaptiveCard. Unique." } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<CreateAdaptiveCardRequest>): CreateAdaptiveCardRequest {
|
||||
@@ -540,7 +540,7 @@ export const UpdateAdaptiveCardResult = new UpdateAdaptiveCardResult$Type();
|
||||
class DeleteAdaptiveCardRequest$Type extends MessageType<DeleteAdaptiveCardRequest> {
|
||||
constructor() {
|
||||
super("api.DeleteAdaptiveCardRequest", [
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the AdaptiveCard to delete" }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
{ no: 1, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Name of the AdaptiveCard to delete" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<DeleteAdaptiveCardRequest>): DeleteAdaptiveCardRequest {
|
||||
@@ -625,9 +625,9 @@ export const DeleteAdaptiveCardResult = new DeleteAdaptiveCardResult$Type();
|
||||
* @generated ServiceType for protobuf service api.AdaptiveCardService
|
||||
*/
|
||||
export const AdaptiveCardService = new ServiceType("api.AdaptiveCardService", [
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Get an AdaptiveCard by ID" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: GetAdaptiveCardRequest, O: GetAdaptiveCardResult },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "List all AdaptiveCards" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: ListAdaptiveCardRequest, O: ListAdaptiveCardResult },
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Create an AdaptiveCard" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: CreateAdaptiveCardRequest, O: CreateAdaptiveCardResult },
|
||||
{ name: "Update", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Update an AdaptiveCard" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: UpdateAdaptiveCardRequest, O: UpdateAdaptiveCardResult },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Delete an AdaptiveCard" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: DeleteAdaptiveCardRequest, O: DeleteAdaptiveCardResult }
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Get an AdaptiveCard by ID" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetAdaptiveCardRequest, O: GetAdaptiveCardResult },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "List all AdaptiveCards" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListAdaptiveCardRequest, O: ListAdaptiveCardResult },
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Create an AdaptiveCard" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateAdaptiveCardRequest, O: CreateAdaptiveCardResult },
|
||||
{ name: "Update", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Update an AdaptiveCard" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateAdaptiveCardRequest, O: UpdateAdaptiveCardResult },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin AdaptiveCard"], description: "Delete an AdaptiveCard" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteAdaptiveCardRequest, O: DeleteAdaptiveCardResult }
|
||||
], { "api.k8sService": "notification-server", "api.roleManager": true, "api.resourceManager": true });
|
||||
|
||||
Reference in New Issue
Block a user