Latest generation

This commit is contained in:
ci core model
2025-10-06 13:51:45 +00:00
parent 3c2aa35e35
commit 158d857eef
3 changed files with 75 additions and 86 deletions

View File

@@ -32,8 +32,8 @@ import type { AppointmentCarrierInformationUpdatedResponse } from "./appointment
import type { AppointmentCarrierInformationUpdatedRequest } from "./appointmentInput";
import type { AppointmentCommissionsUpdatedResponse } from "./appointmentInput";
import type { AppointmentCommissionsUpdatedRequest } from "./appointmentInput";
import type { AppointmentDateUpdatedResponse } from "./appointmentInput";
import type { AppointmentDateUpdatedRequest } from "./appointmentInput";
import type { AppointmentSlotUpdatedResponse } from "./appointmentInput";
import type { AppointmentSlotUpdatedRequest } from "./appointmentInput";
import type { AppointmentCanceledResponse } from "./appointmentInput";
import type { AppointmentCanceledRequest } from "./appointmentInput";
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
@@ -57,9 +57,9 @@ export interface IAppointmentInputAPIClient {
*/
canceled(input: AppointmentCanceledRequest, options?: RpcOptions): UnaryCall<AppointmentCanceledRequest, AppointmentCanceledResponse>;
/**
* @generated from protobuf rpc: DateUpdated
* @generated from protobuf rpc: SlotUpdated
*/
dateUpdated(input: AppointmentDateUpdatedRequest, options?: RpcOptions): UnaryCall<AppointmentDateUpdatedRequest, AppointmentDateUpdatedResponse>;
slotUpdated(input: AppointmentSlotUpdatedRequest, options?: RpcOptions): UnaryCall<AppointmentSlotUpdatedRequest, AppointmentSlotUpdatedResponse>;
/**
* @generated from protobuf rpc: CommissionsUpdated
*/
@@ -144,11 +144,11 @@ export class AppointmentInputAPIClient implements IAppointmentInputAPIClient, Se
return stackIntercept<AppointmentCanceledRequest, AppointmentCanceledResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DateUpdated
* @generated from protobuf rpc: SlotUpdated
*/
dateUpdated(input: AppointmentDateUpdatedRequest, options?: RpcOptions): UnaryCall<AppointmentDateUpdatedRequest, AppointmentDateUpdatedResponse> {
slotUpdated(input: AppointmentSlotUpdatedRequest, options?: RpcOptions): UnaryCall<AppointmentSlotUpdatedRequest, AppointmentSlotUpdatedResponse> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentDateUpdatedRequest, AppointmentDateUpdatedResponse>("unary", this._transport, method, opt, input);
return stackIntercept<AppointmentSlotUpdatedRequest, AppointmentSlotUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CommissionsUpdated

View File

@@ -213,25 +213,25 @@ export interface AppointmentCanceledResponse {
ID?: EntityID;
}
//
// DateUpdated : this message tells that appointment date has been modified
// SlotUpdated : this message tells that appointment date has been modified
/**
* Event Payload
*
* @generated from protobuf message api.AppointmentDateUpdatedPayload
* @generated from protobuf message api.AppointmentSlotUpdatedPayload
*/
export interface AppointmentDateUpdatedPayload {
export interface AppointmentSlotUpdatedPayload {
/**
* @generated from protobuf field: api.Slot Slot = 6
* @generated from protobuf field: api.Slot Slot = 1
*/
Slot?: Slot;
}
/**
* Event message
*
* @generated from protobuf message api.AppointmentDateUpdatedEvent
* @generated from protobuf message api.AppointmentSlotUpdatedEvent
*/
export interface AppointmentDateUpdatedEvent {
export interface AppointmentSlotUpdatedEvent {
/**
* @generated from protobuf field: api.EventHeader Header = 1
*/
@@ -241,16 +241,16 @@ export interface AppointmentDateUpdatedEvent {
*/
ID?: EntityID;
/**
* @generated from protobuf field: api.AppointmentDateUpdatedPayload Payload = 3
* @generated from protobuf field: api.AppointmentSlotUpdatedPayload Payload = 3
*/
Payload?: AppointmentDateUpdatedPayload;
Payload?: AppointmentSlotUpdatedPayload;
}
/**
* API Request
*
* @generated from protobuf message api.AppointmentDateUpdatedRequest
* @generated from protobuf message api.AppointmentSlotUpdatedRequest
*/
export interface AppointmentDateUpdatedRequest {
export interface AppointmentSlotUpdatedRequest {
/**
* @generated from protobuf field: api.RequestProjectHeader Header = 1
*/
@@ -260,16 +260,16 @@ export interface AppointmentDateUpdatedRequest {
*/
ID?: EntityID;
/**
* @generated from protobuf field: api.AppointmentDateUpdatedPayload Payload = 3
* @generated from protobuf field: api.AppointmentSlotUpdatedPayload Payload = 3
*/
Payload?: AppointmentDateUpdatedPayload;
Payload?: AppointmentSlotUpdatedPayload;
}
/**
* API Response
*
* @generated from protobuf message api.AppointmentDateUpdatedResponse
* @generated from protobuf message api.AppointmentSlotUpdatedResponse
*/
export interface AppointmentDateUpdatedResponse {
export interface AppointmentSlotUpdatedResponse {
/**
* @generated from protobuf field: api.ResponseHeader Header = 1
*/
@@ -280,7 +280,7 @@ export interface AppointmentDateUpdatedResponse {
ID?: EntityID;
}
//
// CommissionsUpdated : this message tells that appointment date has been modified
// CommissionsUpdated : this message tells that appointment commissions has been modified
/**
* Event Payload
@@ -288,10 +288,6 @@ export interface AppointmentDateUpdatedResponse {
* @generated from protobuf message api.AppointmentCommissionsUpdatedPayload
*/
export interface AppointmentCommissionsUpdatedPayload {
/**
* @generated from protobuf field: api.Slot Slot = 1
*/
Slot?: Slot;
/**
* @generated from protobuf field: repeated api.AppointmentCommission Commissions = 2
*/
@@ -1699,24 +1695,24 @@ class AppointmentCanceledResponse$Type extends MessageType<AppointmentCanceledRe
*/
export const AppointmentCanceledResponse = new AppointmentCanceledResponse$Type();
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentDateUpdatedPayload$Type extends MessageType<AppointmentDateUpdatedPayload> {
class AppointmentSlotUpdatedPayload$Type extends MessageType<AppointmentSlotUpdatedPayload> {
constructor() {
super("api.AppointmentDateUpdatedPayload", [
{ no: 6, name: "Slot", kind: "message", localName: "Slot", jsonName: "Slot", T: () => Slot }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload" } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "DateUpdated" });
super("api.AppointmentSlotUpdatedPayload", [
{ no: 1, name: "Slot", kind: "message", localName: "Slot", jsonName: "Slot", T: () => Slot }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload" } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "SlotUpdated" });
}
create(value?: PartialMessage<AppointmentDateUpdatedPayload>): AppointmentDateUpdatedPayload {
create(value?: PartialMessage<AppointmentSlotUpdatedPayload>): AppointmentSlotUpdatedPayload {
const message = globalThis.Object.create((this.messagePrototype!));
if (value !== undefined)
reflectionMergePartial<AppointmentDateUpdatedPayload>(this, message, value);
reflectionMergePartial<AppointmentSlotUpdatedPayload>(this, message, value);
return message;
}
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentDateUpdatedPayload): AppointmentDateUpdatedPayload {
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentSlotUpdatedPayload): AppointmentSlotUpdatedPayload {
let message = target ?? this.create(), end = reader.pos + length;
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
switch (fieldNo) {
case /* api.Slot Slot */ 6:
case /* api.Slot Slot */ 1:
message.Slot = Slot.internalBinaryRead(reader, reader.uint32(), options, message.Slot);
break;
default:
@@ -1730,10 +1726,10 @@ class AppointmentDateUpdatedPayload$Type extends MessageType<AppointmentDateUpda
}
return message;
}
internalBinaryWrite(message: AppointmentDateUpdatedPayload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.Slot Slot = 6; */
internalBinaryWrite(message: AppointmentSlotUpdatedPayload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.Slot Slot = 1; */
if (message.Slot)
Slot.internalBinaryWrite(message.Slot, writer.tag(6, WireType.LengthDelimited).fork(), options).join();
Slot.internalBinaryWrite(message.Slot, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
let u = options.writeUnknownFields;
if (u !== false)
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
@@ -1741,25 +1737,25 @@ class AppointmentDateUpdatedPayload$Type extends MessageType<AppointmentDateUpda
}
}
/**
* @generated MessageType for protobuf message api.AppointmentDateUpdatedPayload
* @generated MessageType for protobuf message api.AppointmentSlotUpdatedPayload
*/
export const AppointmentDateUpdatedPayload = new AppointmentDateUpdatedPayload$Type();
export const AppointmentSlotUpdatedPayload = new AppointmentSlotUpdatedPayload$Type();
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentDateUpdatedEvent$Type extends MessageType<AppointmentDateUpdatedEvent> {
class AppointmentSlotUpdatedEvent$Type extends MessageType<AppointmentSlotUpdatedEvent> {
constructor() {
super("api.AppointmentDateUpdatedEvent", [
super("api.AppointmentSlotUpdatedEvent", [
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => EventHeader, options: { "validate.rules": { message: { required: true } } } },
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } },
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentDateUpdatedPayload, options: { "validate.rules": { message: { required: true } } } }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "DateUpdated" });
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentSlotUpdatedPayload, options: { "validate.rules": { message: { required: true } } } }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "SlotUpdated" });
}
create(value?: PartialMessage<AppointmentDateUpdatedEvent>): AppointmentDateUpdatedEvent {
create(value?: PartialMessage<AppointmentSlotUpdatedEvent>): AppointmentSlotUpdatedEvent {
const message = globalThis.Object.create((this.messagePrototype!));
if (value !== undefined)
reflectionMergePartial<AppointmentDateUpdatedEvent>(this, message, value);
reflectionMergePartial<AppointmentSlotUpdatedEvent>(this, message, value);
return message;
}
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentDateUpdatedEvent): AppointmentDateUpdatedEvent {
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentSlotUpdatedEvent): AppointmentSlotUpdatedEvent {
let message = target ?? this.create(), end = reader.pos + length;
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
@@ -1770,8 +1766,8 @@ class AppointmentDateUpdatedEvent$Type extends MessageType<AppointmentDateUpdate
case /* api.EntityID ID */ 2:
message.ID = EntityID.internalBinaryRead(reader, reader.uint32(), options, message.ID);
break;
case /* api.AppointmentDateUpdatedPayload Payload */ 3:
message.Payload = AppointmentDateUpdatedPayload.internalBinaryRead(reader, reader.uint32(), options, message.Payload);
case /* api.AppointmentSlotUpdatedPayload Payload */ 3:
message.Payload = AppointmentSlotUpdatedPayload.internalBinaryRead(reader, reader.uint32(), options, message.Payload);
break;
default:
let u = options.readUnknownField;
@@ -1784,16 +1780,16 @@ class AppointmentDateUpdatedEvent$Type extends MessageType<AppointmentDateUpdate
}
return message;
}
internalBinaryWrite(message: AppointmentDateUpdatedEvent, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
internalBinaryWrite(message: AppointmentSlotUpdatedEvent, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.EventHeader Header = 1; */
if (message.Header)
EventHeader.internalBinaryWrite(message.Header, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
/* api.EntityID ID = 2; */
if (message.ID)
EntityID.internalBinaryWrite(message.ID, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
/* api.AppointmentDateUpdatedPayload Payload = 3; */
/* api.AppointmentSlotUpdatedPayload Payload = 3; */
if (message.Payload)
AppointmentDateUpdatedPayload.internalBinaryWrite(message.Payload, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
AppointmentSlotUpdatedPayload.internalBinaryWrite(message.Payload, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
let u = options.writeUnknownFields;
if (u !== false)
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
@@ -1801,25 +1797,25 @@ class AppointmentDateUpdatedEvent$Type extends MessageType<AppointmentDateUpdate
}
}
/**
* @generated MessageType for protobuf message api.AppointmentDateUpdatedEvent
* @generated MessageType for protobuf message api.AppointmentSlotUpdatedEvent
*/
export const AppointmentDateUpdatedEvent = new AppointmentDateUpdatedEvent$Type();
export const AppointmentSlotUpdatedEvent = new AppointmentSlotUpdatedEvent$Type();
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentDateUpdatedRequest$Type extends MessageType<AppointmentDateUpdatedRequest> {
class AppointmentSlotUpdatedRequest$Type extends MessageType<AppointmentSlotUpdatedRequest> {
constructor() {
super("api.AppointmentDateUpdatedRequest", [
super("api.AppointmentSlotUpdatedRequest", [
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } },
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentDateUpdatedPayload, options: { "validate.rules": { message: { required: true } } } }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Request", "api.inputEvent": "DateUpdated" });
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentSlotUpdatedPayload, options: { "validate.rules": { message: { required: true } } } }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Request", "api.inputEvent": "SlotUpdated" });
}
create(value?: PartialMessage<AppointmentDateUpdatedRequest>): AppointmentDateUpdatedRequest {
create(value?: PartialMessage<AppointmentSlotUpdatedRequest>): AppointmentSlotUpdatedRequest {
const message = globalThis.Object.create((this.messagePrototype!));
if (value !== undefined)
reflectionMergePartial<AppointmentDateUpdatedRequest>(this, message, value);
reflectionMergePartial<AppointmentSlotUpdatedRequest>(this, message, value);
return message;
}
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentDateUpdatedRequest): AppointmentDateUpdatedRequest {
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentSlotUpdatedRequest): AppointmentSlotUpdatedRequest {
let message = target ?? this.create(), end = reader.pos + length;
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
@@ -1830,8 +1826,8 @@ class AppointmentDateUpdatedRequest$Type extends MessageType<AppointmentDateUpda
case /* api.EntityID ID */ 2:
message.ID = EntityID.internalBinaryRead(reader, reader.uint32(), options, message.ID);
break;
case /* api.AppointmentDateUpdatedPayload Payload */ 3:
message.Payload = AppointmentDateUpdatedPayload.internalBinaryRead(reader, reader.uint32(), options, message.Payload);
case /* api.AppointmentSlotUpdatedPayload Payload */ 3:
message.Payload = AppointmentSlotUpdatedPayload.internalBinaryRead(reader, reader.uint32(), options, message.Payload);
break;
default:
let u = options.readUnknownField;
@@ -1844,16 +1840,16 @@ class AppointmentDateUpdatedRequest$Type extends MessageType<AppointmentDateUpda
}
return message;
}
internalBinaryWrite(message: AppointmentDateUpdatedRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
internalBinaryWrite(message: AppointmentSlotUpdatedRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.RequestProjectHeader Header = 1; */
if (message.Header)
RequestProjectHeader.internalBinaryWrite(message.Header, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
/* api.EntityID ID = 2; */
if (message.ID)
EntityID.internalBinaryWrite(message.ID, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
/* api.AppointmentDateUpdatedPayload Payload = 3; */
/* api.AppointmentSlotUpdatedPayload Payload = 3; */
if (message.Payload)
AppointmentDateUpdatedPayload.internalBinaryWrite(message.Payload, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
AppointmentSlotUpdatedPayload.internalBinaryWrite(message.Payload, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
let u = options.writeUnknownFields;
if (u !== false)
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
@@ -1861,24 +1857,24 @@ class AppointmentDateUpdatedRequest$Type extends MessageType<AppointmentDateUpda
}
}
/**
* @generated MessageType for protobuf message api.AppointmentDateUpdatedRequest
* @generated MessageType for protobuf message api.AppointmentSlotUpdatedRequest
*/
export const AppointmentDateUpdatedRequest = new AppointmentDateUpdatedRequest$Type();
export const AppointmentSlotUpdatedRequest = new AppointmentSlotUpdatedRequest$Type();
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentDateUpdatedResponse$Type extends MessageType<AppointmentDateUpdatedResponse> {
class AppointmentSlotUpdatedResponse$Type extends MessageType<AppointmentSlotUpdatedResponse> {
constructor() {
super("api.AppointmentDateUpdatedResponse", [
super("api.AppointmentSlotUpdatedResponse", [
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResponseHeader },
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID }
], { "api.messageType": "Response", "api.inputEvent": "DateUpdated" });
], { "api.messageType": "Response", "api.inputEvent": "SlotUpdated" });
}
create(value?: PartialMessage<AppointmentDateUpdatedResponse>): AppointmentDateUpdatedResponse {
create(value?: PartialMessage<AppointmentSlotUpdatedResponse>): AppointmentSlotUpdatedResponse {
const message = globalThis.Object.create((this.messagePrototype!));
if (value !== undefined)
reflectionMergePartial<AppointmentDateUpdatedResponse>(this, message, value);
reflectionMergePartial<AppointmentSlotUpdatedResponse>(this, message, value);
return message;
}
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentDateUpdatedResponse): AppointmentDateUpdatedResponse {
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AppointmentSlotUpdatedResponse): AppointmentSlotUpdatedResponse {
let message = target ?? this.create(), end = reader.pos + length;
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
@@ -1900,7 +1896,7 @@ class AppointmentDateUpdatedResponse$Type extends MessageType<AppointmentDateUpd
}
return message;
}
internalBinaryWrite(message: AppointmentDateUpdatedResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
internalBinaryWrite(message: AppointmentSlotUpdatedResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.ResponseHeader Header = 1; */
if (message.Header)
ResponseHeader.internalBinaryWrite(message.Header, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
@@ -1914,14 +1910,13 @@ class AppointmentDateUpdatedResponse$Type extends MessageType<AppointmentDateUpd
}
}
/**
* @generated MessageType for protobuf message api.AppointmentDateUpdatedResponse
* @generated MessageType for protobuf message api.AppointmentSlotUpdatedResponse
*/
export const AppointmentDateUpdatedResponse = new AppointmentDateUpdatedResponse$Type();
export const AppointmentSlotUpdatedResponse = new AppointmentSlotUpdatedResponse$Type();
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentCommissionsUpdatedPayload$Type extends MessageType<AppointmentCommissionsUpdatedPayload> {
constructor() {
super("api.AppointmentCommissionsUpdatedPayload", [
{ no: 1, name: "Slot", kind: "message", localName: "Slot", jsonName: "Slot", T: () => Slot },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentCommission }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload" } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "CommissionsUpdated" });
}
@@ -1937,9 +1932,6 @@ class AppointmentCommissionsUpdatedPayload$Type extends MessageType<AppointmentC
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
switch (fieldNo) {
case /* api.Slot Slot */ 1:
message.Slot = Slot.internalBinaryRead(reader, reader.uint32(), options, message.Slot);
break;
case /* repeated api.AppointmentCommission Commissions */ 2:
message.Commissions.push(AppointmentCommission.internalBinaryRead(reader, reader.uint32(), options));
break;
@@ -1955,9 +1947,6 @@ class AppointmentCommissionsUpdatedPayload$Type extends MessageType<AppointmentC
return message;
}
internalBinaryWrite(message: AppointmentCommissionsUpdatedPayload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* api.Slot Slot = 1; */
if (message.Slot)
Slot.internalBinaryWrite(message.Slot, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
/* repeated api.AppointmentCommission Commissions = 2; */
for (let i = 0; i < message.Commissions.length; i++)
AppointmentCommission.internalBinaryWrite(message.Commissions[i], writer.tag(2, WireType.LengthDelimited).fork(), options).join();
@@ -4947,8 +4936,8 @@ export const AppointmentEmailsRemovedResponse = new AppointmentEmailsRemovedResp
export const AppointmentInputAPI = new ServiceType("api.AppointmentInputAPI", [
{ name: "Created", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment has been created." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCreatedRequest, O: AppointmentCreatedResponse },
{ name: "Canceled", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment has been canceled." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCanceledRequest, O: AppointmentCanceledResponse },
{ name: "DateUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment date has been modified." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentDateUpdatedRequest, O: AppointmentDateUpdatedResponse },
{ name: "CommissionsUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment date and its commissions has been modified." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCommissionsUpdatedRequest, O: AppointmentCommissionsUpdatedResponse },
{ name: "SlotUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment date has been modified." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentSlotUpdatedRequest, O: AppointmentSlotUpdatedResponse },
{ name: "CommissionsUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment commissions has been modified." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCommissionsUpdatedRequest, O: AppointmentCommissionsUpdatedResponse },
{ name: "CarrierInformationUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "An appointment carrier information have been updated." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCarrierInformationUpdatedRequest, O: AppointmentCarrierInformationUpdatedResponse },
{ name: "CarrierExpected", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "The carrier is exopected for the appointment." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCarrierExpectedRequest, O: AppointmentCarrierExpectedResponse },
{ name: "CarrierArrived", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Appointment Inputs"], description: "The carrier is arrived for the appointment." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.moduleID": "appointment-scheduling", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: AppointmentCarrierArrivedRequest, O: AppointmentCarrierArrivedResponse },

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.12.0-SNAPSHOT-251006085449",
"version": "1.12.0-SNAPSHOT-251006135103",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",