From 45eb74385feb55879ea4f0b7b7d926e611db4d1b Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 27 Feb 2026 15:09:47 +0000 Subject: [PATCH] Latest generation --- appointmentQuery.client.ts | 8 ++++---- appointmentQuery.ts | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/appointmentQuery.client.ts b/appointmentQuery.client.ts index 719e90c..1b78baa 100644 --- a/appointmentQuery.client.ts +++ b/appointmentQuery.client.ts @@ -7,7 +7,7 @@ import { AppointmentQuery } from "./appointmentQuery"; import type { CrossFindElementByMatchQuery } from "./shared"; import type { CrossFindByMatchResult } from "./shared"; import type { CrossFindByMatchQuery } from "./shared"; -import type { CrossFindResult } from "./appointmentQuery"; +import type { CrossFindAppointmentResult } from "./appointmentQuery"; import type { CrossFindQuery } from "./shared"; import type { FindByCommissionResult } from "./appointmentQuery"; import type { FindByCommissionQuery } from "./appointmentQuery"; @@ -78,7 +78,7 @@ export interface IAppointmentQueryClient { /** * @generated from protobuf rpc: CrossFind */ - crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall; + crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CrossFindMatchingFieldValues */ @@ -170,9 +170,9 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI /** * @generated from protobuf rpc: CrossFind */ - crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall { + crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall { const method = this.methods[10], opt = this._transport.mergeOptions(options); - return stackIntercept("unary", this._transport, method, opt, input); + return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: CrossFindMatchingFieldValues diff --git a/appointmentQuery.ts b/appointmentQuery.ts index ea1f887..adc88f0 100644 --- a/appointmentQuery.ts +++ b/appointmentQuery.ts @@ -276,9 +276,9 @@ export interface FindByCommissionResult { queryContext: string; } /** - * @generated from protobuf message api.CrossFindResult + * @generated from protobuf message api.CrossFindAppointmentResult */ -export interface CrossFindResult { +export interface CrossFindAppointmentResult { /** * @generated from protobuf field: repeated api.Appointment Objects = 1 */ @@ -1068,23 +1068,23 @@ class FindByCommissionResult$Type extends MessageType { */ export const FindByCommissionResult = new FindByCommissionResult$Type(); // @generated message type with reflection information, may provide speed optimized methods -class CrossFindResult$Type extends MessageType { +class CrossFindAppointmentResult$Type extends MessageType { constructor() { - super("api.CrossFindResult", [ + super("api.CrossFindAppointmentResult", [ { no: 1, name: "Objects", kind: "message", localName: "Objects", jsonName: "Objects", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Appointment }, { no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResultHeader }, { no: 3, name: "QueryContext", kind: "scalar", localName: "QueryContext", jsonName: "QueryContext", T: 9 /*ScalarType.STRING*/ } ]); } - create(value?: PartialMessage): CrossFindResult { + create(value?: PartialMessage): CrossFindAppointmentResult { const message = globalThis.Object.create((this.messagePrototype!)); message.Objects = []; message.QueryContext = ""; if (value !== undefined) - reflectionMergePartial(this, message, value); + reflectionMergePartial(this, message, value); return message; } - internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CrossFindResult): CrossFindResult { + internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CrossFindAppointmentResult): CrossFindAppointmentResult { let message = target ?? this.create(), end = reader.pos + length; while (reader.pos < end) { let [fieldNo, wireType] = reader.tag(); @@ -1109,7 +1109,7 @@ class CrossFindResult$Type extends MessageType { } return message; } - internalBinaryWrite(message: CrossFindResult, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter { + internalBinaryWrite(message: CrossFindAppointmentResult, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter { /* repeated api.Appointment Objects = 1; */ for (let i = 0; i < message.Objects.length; i++) Appointment.internalBinaryWrite(message.Objects[i], writer.tag(1, WireType.LengthDelimited).fork(), options).join(); @@ -1126,9 +1126,9 @@ class CrossFindResult$Type extends MessageType { } } /** - * @generated MessageType for protobuf message api.CrossFindResult + * @generated MessageType for protobuf message api.CrossFindAppointmentResult */ -export const CrossFindResult = new CrossFindResult$Type(); +export const CrossFindAppointmentResult = new CrossFindAppointmentResult$Type(); /** * @generated ServiceType for protobuf service api.AppointmentQuery */ @@ -1143,7 +1143,7 @@ export const AppointmentQuery = new ServiceType("api.AppointmentQuery", [ { name: "FindMine", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Find user's all Appointments across all sites in all organisations" }, "api.customQuery": true, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: FindMineQuery, O: FindMineResult }, { name: "FindMineMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: FindMineByMatchQuery, O: AppointmentByMatchResult }, { name: "FindByCommission", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Find Appointments using search criterias" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.moduleID": "", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: FindByCommissionQuery, O: FindByCommissionResult }, - { name: "CrossFind", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Find user's all Appointments across all sites in all organisations" }, "api.customQuery": true, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: CrossFindQuery, O: CrossFindResult }, + { name: "CrossFind", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Find user's all Appointments across all sites in all organisations" }, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: CrossFindQuery, O: CrossFindAppointmentResult }, { name: "CrossFindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "Using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: CrossFindByMatchQuery, O: CrossFindByMatchResult }, { name: "CrossFindMatchingFieldElements", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Query"], description: "using search criteria & a main field word, find the list of field elements containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Platform", "api.roles": "", "api.moduleID": "appointment-scheduling", "api.tags": "PROJECT_SITE", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: CrossFindElementByMatchQuery, O: ElementByMatchResult } ], { "api.serviceType": "Query", "api.k8sService": "collab-query-server" }); diff --git a/package.json b/package.json index c533146..9333835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260226175435", + "version": "1.13.0-SNAPSHOT-260227150901", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",