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