Latest generation

This commit is contained in:
ci core model
2026-09-10 08:33:09 +00:00
parent 2acf49b9f0
commit 8e1f071a71
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -4054,7 +4054,7 @@ class QueryOptions$Type extends MessageType<QueryOptions> {
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>): QueryOptions {