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