You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -8,7 +8,7 @@ import type { CrossFindElementByMatchQuery } from "./shared";
|
||||
import type { CrossFindByMatchResult } from "./shared";
|
||||
import type { CrossFindByMatchQuery } from "./shared";
|
||||
import type { CrossFindResult } from "./appointmentQuery";
|
||||
import type { CrossFineQuery } from "./shared";
|
||||
import type { CrossFindQuery } from "./shared";
|
||||
import type { FindByCommissionResult } from "./appointmentQuery";
|
||||
import type { FindByCommissionQuery } from "./appointmentQuery";
|
||||
import type { FindMineByMatchQuery } from "./appointmentQuery";
|
||||
@@ -78,7 +78,7 @@ export interface IAppointmentQueryClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: CrossFind
|
||||
*/
|
||||
crossFind(input: CrossFineQuery, options?: RpcOptions): UnaryCall<CrossFineQuery, CrossFindResult>;
|
||||
crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall<CrossFindQuery, CrossFindResult>;
|
||||
/**
|
||||
* @generated from protobuf rpc: CrossFindMatchingFieldValues
|
||||
*/
|
||||
@@ -170,9 +170,9 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI
|
||||
/**
|
||||
* @generated from protobuf rpc: CrossFind
|
||||
*/
|
||||
crossFind(input: CrossFineQuery, options?: RpcOptions): UnaryCall<CrossFineQuery, CrossFindResult> {
|
||||
crossFind(input: CrossFindQuery, options?: RpcOptions): UnaryCall<CrossFindQuery, CrossFindResult> {
|
||||
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<CrossFineQuery, CrossFindResult>("unary", this._transport, method, opt, input);
|
||||
return stackIntercept<CrossFindQuery, CrossFindResult>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: CrossFindMatchingFieldValues
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import { CrossFindElementByMatchQuery } from "./shared";
|
||||
import { CrossFindByMatchResult } from "./shared";
|
||||
import { CrossFindByMatchQuery } from "./shared";
|
||||
import { CrossFineQuery } from "./shared";
|
||||
import { CrossFindQuery } from "./shared";
|
||||
import { CountLinesResult } from "./shared";
|
||||
import { CountLinesQuery } from "./shared";
|
||||
import { GetKPIDataResult } from "./clickhouse";
|
||||
@@ -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: CrossFineQuery, 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.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: "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": "Project", "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" });
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260224081728",
|
||||
"version": "1.13.0-SNAPSHOT-260224092526",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
20
shared.ts
20
shared.ts
@@ -2010,9 +2010,9 @@ export interface EntityDefinition {
|
||||
NameString: string;
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf message api.CrossFineQuery
|
||||
* @generated from protobuf message api.CrossFindQuery
|
||||
*/
|
||||
export interface CrossFineQuery {
|
||||
export interface CrossFindQuery {
|
||||
/**
|
||||
* @generated from protobuf field: api.QueryBasicHeader Header = 1
|
||||
*/
|
||||
@@ -8647,9 +8647,9 @@ class EntityDefinition$Type extends MessageType<EntityDefinition> {
|
||||
*/
|
||||
export const EntityDefinition = new EntityDefinition$Type();
|
||||
// @generated message type with reflection information, may provide speed optimized methods
|
||||
class CrossFineQuery$Type extends MessageType<CrossFineQuery> {
|
||||
class CrossFindQuery$Type extends MessageType<CrossFindQuery> {
|
||||
constructor() {
|
||||
super("api.CrossFineQuery", [
|
||||
super("api.CrossFindQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryBasicHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "BlockFilters", kind: "message", localName: "BlockFilters", jsonName: "BlockFilters", repeat: 2 /*RepeatType.UNPACKED*/, T: () => BlockFilter },
|
||||
{ no: 3, name: "LimitFilter", kind: "scalar", localName: "LimitFilter", jsonName: "LimitFilter", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Number of maximum result", example: "\"500\"" } } },
|
||||
@@ -8658,7 +8658,7 @@ class CrossFineQuery$Type extends MessageType<CrossFineQuery> {
|
||||
{ no: 6, name: "SearchTagUsers", kind: "scalar", localName: "SearchTagUsers", jsonName: "SearchTagUsers", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "List of userID to search into", example: "[\"userID1\", \"userID2\"]" } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<CrossFineQuery>): CrossFineQuery {
|
||||
create(value?: PartialMessage<CrossFindQuery>): CrossFindQuery {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
message.BlockFilters = [];
|
||||
message.LimitFilter = "";
|
||||
@@ -8666,10 +8666,10 @@ class CrossFineQuery$Type extends MessageType<CrossFineQuery> {
|
||||
message.SearchTagProjects = [];
|
||||
message.SearchTagUsers = [];
|
||||
if (value !== undefined)
|
||||
reflectionMergePartial<CrossFineQuery>(this, message, value);
|
||||
reflectionMergePartial<CrossFindQuery>(this, message, value);
|
||||
return message;
|
||||
}
|
||||
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CrossFineQuery): CrossFineQuery {
|
||||
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CrossFindQuery): CrossFindQuery {
|
||||
let message = target ?? this.create(), end = reader.pos + length;
|
||||
while (reader.pos < end) {
|
||||
let [fieldNo, wireType] = reader.tag();
|
||||
@@ -8703,7 +8703,7 @@ class CrossFineQuery$Type extends MessageType<CrossFineQuery> {
|
||||
}
|
||||
return message;
|
||||
}
|
||||
internalBinaryWrite(message: CrossFineQuery, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
||||
internalBinaryWrite(message: CrossFindQuery, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
||||
/* api.QueryBasicHeader Header = 1; */
|
||||
if (message.Header)
|
||||
QueryBasicHeader.internalBinaryWrite(message.Header, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -8729,9 +8729,9 @@ class CrossFineQuery$Type extends MessageType<CrossFineQuery> {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @generated MessageType for protobuf message api.CrossFineQuery
|
||||
* @generated MessageType for protobuf message api.CrossFindQuery
|
||||
*/
|
||||
export const CrossFineQuery = new CrossFineQuery$Type();
|
||||
export const CrossFindQuery = new CrossFindQuery$Type();
|
||||
// @generated message type with reflection information, may provide speed optimized methods
|
||||
class CrossFindByMatchQuery$Type extends MessageType<CrossFindByMatchQuery> {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user