Latest generation

This commit is contained in:
ci core model
2026-03-25 08:53:32 +00:00
parent c6070f440f
commit 75f637f271
2 changed files with 2 additions and 16 deletions

View File

@@ -904,11 +904,6 @@ export interface AppointmentAllocationErrorResponse {
* @generated from protobuf message api.AppointmentAllocationConfirmedPayload
*/
export interface AppointmentAllocationConfirmedPayload {
/**
* @deprecated
* @generated from protobuf field: string ActorID = 1 [deprecated = true]
*/
ActorID: string;
}
/**
* Event message
@@ -4477,13 +4472,10 @@ export const AppointmentAllocationErrorResponse = new AppointmentAllocationError
// @generated message type with reflection information, may provide speed optimized methods
class AppointmentAllocationConfirmedPayload$Type extends MessageType<AppointmentAllocationConfirmedPayload> {
constructor() {
super("api.AppointmentAllocationConfirmedPayload", [
{ no: 1, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/ }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload" } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "AllocationConfirmed" });
super("api.AppointmentAllocationConfirmedPayload", [], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload" } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "AllocationConfirmed" });
}
create(value?: PartialMessage<AppointmentAllocationConfirmedPayload>): AppointmentAllocationConfirmedPayload {
const message = globalThis.Object.create((this.messagePrototype!));
message.ActorID = "";
if (value !== undefined)
reflectionMergePartial<AppointmentAllocationConfirmedPayload>(this, message, value);
return message;
@@ -4493,9 +4485,6 @@ class AppointmentAllocationConfirmedPayload$Type extends MessageType<Appointment
while (reader.pos < end) {
let [fieldNo, wireType] = reader.tag();
switch (fieldNo) {
case /* string ActorID = 1 [deprecated = true] */ 1:
message.ActorID = reader.string();
break;
default:
let u = options.readUnknownField;
if (u === "throw")
@@ -4508,9 +4497,6 @@ class AppointmentAllocationConfirmedPayload$Type extends MessageType<Appointment
return message;
}
internalBinaryWrite(message: AppointmentAllocationConfirmedPayload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
/* string ActorID = 1 [deprecated = true]; */
if (message.ActorID !== "")
writer.tag(1, WireType.LengthDelimited).string(message.ActorID);
let u = options.writeUnknownFields;
if (u !== false)
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);

View File

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