From 8e1f071a717bd3bb7b063d8ef8c71283cad7abc4 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 10 Sep 2026 08:33:09 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- shared.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {