diff --git a/package.json b/package.json index 673327a..f4c9f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260616140647", + "version": "1.14.0-SNAPSHOT-260616150338", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 6a1b5e5..27f16f5 100644 --- a/site.ts +++ b/site.ts @@ -616,6 +616,12 @@ export interface CheckAppointmentCommissionRequest { * @generated from protobuf field: api.AppointmentCommission AppointmentCommission = 5 */ AppointmentCommission?: AppointmentCommission; + /** + * In case of modification of an existing appointment, the ID of the appointment that will be modified. + * + * @generated from protobuf field: string AppointmentID = 6 + */ + AppointmentID: string; } /** * @generated from protobuf message api.PossibleReference @@ -2676,13 +2682,15 @@ class CheckAppointmentCommissionRequest$Type extends MessageType ["api.AppointmentType", AppointmentType], options: { "n1validate.rules": { enum: { definedOnly: true } } } }, { no: 3, name: "Commission", kind: "message", localName: "Commission", jsonName: "Commission", T: () => Commission }, { no: 4, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/ }, - { no: 5, name: "AppointmentCommission", kind: "message", localName: "AppointmentCommission", jsonName: "AppointmentCommission", T: () => AppointmentCommission } + { no: 5, name: "AppointmentCommission", kind: "message", localName: "AppointmentCommission", jsonName: "AppointmentCommission", T: () => AppointmentCommission }, + { no: 6, name: "AppointmentID", kind: "scalar", localName: "AppointmentID", jsonName: "AppointmentID", T: 9 /*ScalarType.STRING*/ } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "AppointmentType"] } } }); } create(value?: PartialMessage): CheckAppointmentCommissionRequest { const message = globalThis.Object.create((this.messagePrototype!)); message.AppointmentType = 0; message.ActorID = ""; + message.AppointmentID = ""; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -2707,6 +2715,9 @@ class CheckAppointmentCommissionRequest$Type extends MessageType