You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reflex-platform/npm-core-sdk",
|
"name": "@reflex-platform/npm-core-sdk",
|
||||||
"version": "1.13.0-SNAPSHOT-260224100807",
|
"version": "1.13.0-SNAPSHOT-260224102356",
|
||||||
"description": "npm libs from core model proto files",
|
"description": "npm libs from core model proto files",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
|||||||
14
site.ts
14
site.ts
@@ -765,10 +765,6 @@ export interface BookAppointmentResponse {
|
|||||||
* @generated from protobuf field: string AppointmentID = 1
|
* @generated from protobuf field: string AppointmentID = 1
|
||||||
*/
|
*/
|
||||||
AppointmentID: string;
|
AppointmentID: string;
|
||||||
/**
|
|
||||||
* @generated from protobuf field: repeated string Attendees = 27
|
|
||||||
*/
|
|
||||||
Attendees: string[];
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* CancelAppointment
|
* CancelAppointment
|
||||||
@@ -3319,14 +3315,12 @@ class BookAppointmentResponse$Type extends MessageType<BookAppointmentResponse>
|
|||||||
constructor() {
|
constructor() {
|
||||||
super("api.BookAppointmentResponse", [
|
super("api.BookAppointmentResponse", [
|
||||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResponseHeader },
|
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResponseHeader },
|
||||||
{ no: 1, name: "AppointmentID", kind: "scalar", localName: "AppointmentID", jsonName: "AppointmentID", T: 9 /*ScalarType.STRING*/ },
|
{ no: 1, name: "AppointmentID", kind: "scalar", localName: "AppointmentID", jsonName: "AppointmentID", T: 9 /*ScalarType.STRING*/ }
|
||||||
{ no: 27, name: "Attendees", kind: "scalar", localName: "Attendees", jsonName: "Attendees", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
create(value?: PartialMessage<BookAppointmentResponse>): BookAppointmentResponse {
|
create(value?: PartialMessage<BookAppointmentResponse>): BookAppointmentResponse {
|
||||||
const message = globalThis.Object.create((this.messagePrototype!));
|
const message = globalThis.Object.create((this.messagePrototype!));
|
||||||
message.AppointmentID = "";
|
message.AppointmentID = "";
|
||||||
message.Attendees = [];
|
|
||||||
if (value !== undefined)
|
if (value !== undefined)
|
||||||
reflectionMergePartial<BookAppointmentResponse>(this, message, value);
|
reflectionMergePartial<BookAppointmentResponse>(this, message, value);
|
||||||
return message;
|
return message;
|
||||||
@@ -3342,9 +3336,6 @@ class BookAppointmentResponse$Type extends MessageType<BookAppointmentResponse>
|
|||||||
case /* string AppointmentID */ 1:
|
case /* string AppointmentID */ 1:
|
||||||
message.AppointmentID = reader.string();
|
message.AppointmentID = reader.string();
|
||||||
break;
|
break;
|
||||||
case /* repeated string Attendees */ 27:
|
|
||||||
message.Attendees.push(reader.string());
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
let u = options.readUnknownField;
|
let u = options.readUnknownField;
|
||||||
if (u === "throw")
|
if (u === "throw")
|
||||||
@@ -3363,9 +3354,6 @@ class BookAppointmentResponse$Type extends MessageType<BookAppointmentResponse>
|
|||||||
/* api.ResponseHeader Header = 2; */
|
/* api.ResponseHeader Header = 2; */
|
||||||
if (message.Header)
|
if (message.Header)
|
||||||
ResponseHeader.internalBinaryWrite(message.Header, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
ResponseHeader.internalBinaryWrite(message.Header, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
||||||
/* repeated string Attendees = 27; */
|
|
||||||
for (let i = 0; i < message.Attendees.length; i++)
|
|
||||||
writer.tag(27, WireType.LengthDelimited).string(message.Attendees[i]);
|
|
||||||
let u = options.writeUnknownFields;
|
let u = options.writeUnknownFields;
|
||||||
if (u !== false)
|
if (u !== false)
|
||||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||||
|
|||||||
@@ -180,6 +180,10 @@ export interface BookBookingAppointmentResponse {
|
|||||||
* @generated from protobuf field: string AppointmentID = 1
|
* @generated from protobuf field: string AppointmentID = 1
|
||||||
*/
|
*/
|
||||||
AppointmentID: string;
|
AppointmentID: string;
|
||||||
|
/**
|
||||||
|
* @generated from protobuf field: repeated string Attendees = 3
|
||||||
|
*/
|
||||||
|
Attendees: string[];
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* CancelAppointment
|
* CancelAppointment
|
||||||
@@ -725,12 +729,14 @@ class BookBookingAppointmentResponse$Type extends MessageType<BookBookingAppoint
|
|||||||
constructor() {
|
constructor() {
|
||||||
super("api.BookBookingAppointmentResponse", [
|
super("api.BookBookingAppointmentResponse", [
|
||||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResponseHeader },
|
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResponseHeader },
|
||||||
{ no: 1, name: "AppointmentID", kind: "scalar", localName: "AppointmentID", jsonName: "AppointmentID", T: 9 /*ScalarType.STRING*/ }
|
{ no: 1, name: "AppointmentID", kind: "scalar", localName: "AppointmentID", jsonName: "AppointmentID", T: 9 /*ScalarType.STRING*/ },
|
||||||
|
{ no: 3, name: "Attendees", kind: "scalar", localName: "Attendees", jsonName: "Attendees", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
create(value?: PartialMessage<BookBookingAppointmentResponse>): BookBookingAppointmentResponse {
|
create(value?: PartialMessage<BookBookingAppointmentResponse>): BookBookingAppointmentResponse {
|
||||||
const message = globalThis.Object.create((this.messagePrototype!));
|
const message = globalThis.Object.create((this.messagePrototype!));
|
||||||
message.AppointmentID = "";
|
message.AppointmentID = "";
|
||||||
|
message.Attendees = [];
|
||||||
if (value !== undefined)
|
if (value !== undefined)
|
||||||
reflectionMergePartial<BookBookingAppointmentResponse>(this, message, value);
|
reflectionMergePartial<BookBookingAppointmentResponse>(this, message, value);
|
||||||
return message;
|
return message;
|
||||||
@@ -746,6 +752,9 @@ class BookBookingAppointmentResponse$Type extends MessageType<BookBookingAppoint
|
|||||||
case /* string AppointmentID */ 1:
|
case /* string AppointmentID */ 1:
|
||||||
message.AppointmentID = reader.string();
|
message.AppointmentID = reader.string();
|
||||||
break;
|
break;
|
||||||
|
case /* repeated string Attendees */ 3:
|
||||||
|
message.Attendees.push(reader.string());
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
let u = options.readUnknownField;
|
let u = options.readUnknownField;
|
||||||
if (u === "throw")
|
if (u === "throw")
|
||||||
@@ -764,6 +773,9 @@ class BookBookingAppointmentResponse$Type extends MessageType<BookBookingAppoint
|
|||||||
/* api.ResponseHeader Header = 2; */
|
/* api.ResponseHeader Header = 2; */
|
||||||
if (message.Header)
|
if (message.Header)
|
||||||
ResponseHeader.internalBinaryWrite(message.Header, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
ResponseHeader.internalBinaryWrite(message.Header, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
||||||
|
/* repeated string Attendees = 3; */
|
||||||
|
for (let i = 0; i < message.Attendees.length; i++)
|
||||||
|
writer.tag(3, WireType.LengthDelimited).string(message.Attendees[i]);
|
||||||
let u = options.writeUnknownFields;
|
let u = options.writeUnknownFields;
|
||||||
if (u !== false)
|
if (u !== false)
|
||||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||||
|
|||||||
Reference in New Issue
Block a user