You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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 "adaptiveCard.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -207,7 +207,7 @@ export const ListAdaptiveCardRequest = new ListAdaptiveCardRequest$Type();
|
||||
class ListAdaptiveCardResult$Type extends MessageType<ListAdaptiveCardResult> {
|
||||
constructor() {
|
||||
super("api.ListAdaptiveCardResult", [
|
||||
{ no: 1, name: "AdaptiveCards", kind: "message", localName: "AdaptiveCards", jsonName: "AdaptiveCards", repeat: 1 /*RepeatType.PACKED*/, T: () => AdaptiveCard }
|
||||
{ no: 1, name: "AdaptiveCards", kind: "message", localName: "AdaptiveCards", jsonName: "AdaptiveCards", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AdaptiveCard }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListAdaptiveCardResult>): ListAdaptiveCardResult {
|
||||
|
||||
Reference in New Issue
Block a user