diff --git a/package.json b/package.json index 285e751..8d5c5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260909131049", + "version": "1.15.0-SNAPSHOT-260910083214", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/shared.ts b/shared.ts index ad2e5d5..202818e 100644 --- a/shared.ts +++ b/shared.ts @@ -4054,7 +4054,7 @@ class QueryOptions$Type extends MessageType { constructor() { super("api.QueryOptions", [ { 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 object", example: "[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]" } } }, - { no: 3, name: "TruncateArrays", kind: "message", localName: "TruncateArrays", jsonName: "TruncateArrays", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QueryTruncateArray, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of array fields to truncate the length in the response for each returned object", example: "[ {\"Path\" : \"Payload.Lines\", \"Length\": 10}]" } } } + { no: 3, name: "TruncateArrays", kind: "message", localName: "TruncateArrays", jsonName: "TruncateArrays", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QueryTruncateArray, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of array fields to truncate the length in the response for each returned object. Truncate only level 1 arrays", example: "[ {\"Path\" : \"Payload.Lines\", \"Length\": 10}]" } } } ]); } create(value?: PartialMessage): QueryOptions {