You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -438,7 +438,7 @@ class OrderQueryOptions$Type extends MessageType<OrderQueryOptions> {
|
||||
constructor() {
|
||||
super("api.OrderQueryOptions", [
|
||||
{ no: 1, name: "TruncateLines", kind: "scalar", localName: "TruncateLines", jsonName: "TruncateLines", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 2, name: "Only", kind: "scalar", localName: "Only", jsonName: "Only", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of fields to include in the response for each returned Order", example: "\"[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]\"" } } }
|
||||
{ no: 2, name: "Only", kind: "scalar", localName: "Only", jsonName: "Only", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of fields to include in the response for each returned Order", example: "[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<OrderQueryOptions>): OrderQueryOptions {
|
||||
|
||||
Reference in New Issue
Block a user