You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -465,7 +465,7 @@ export const MovementByFilterResult = new MovementByFilterResult$Type();
|
||||
class MovementQueryOptions$Type extends MessageType<MovementQueryOptions> {
|
||||
constructor() {
|
||||
super("api.MovementQueryOptions", [
|
||||
{ no: 1, 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 Movement", example: "\"[\"ID.RefID\", \"Payload.ActorID\", \"Payload.Goods.ItemID\"]\"" } } }
|
||||
{ no: 1, 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 Movement", example: "[\"ID.RefID\", \"Payload.ActorID\", \"Payload.Goods.ItemID\"]" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<MovementQueryOptions>): MovementQueryOptions {
|
||||
|
||||
Reference in New Issue
Block a user