Latest generation

This commit is contained in:
ci core model
2025-12-09 11:20:34 +00:00
parent 3896777a92
commit 35023738c7
62 changed files with 367 additions and 367 deletions

View File

@@ -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 {