You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -108,8 +108,6 @@ export interface AppointmentNotifyPayload {
|
||||
*/
|
||||
export interface AppointmentNotify {
|
||||
/**
|
||||
* option (triggerEventFilters) = "All";
|
||||
*
|
||||
* @generated from protobuf field: api.CommandHeader Header = 1
|
||||
*/
|
||||
Header?: CommandHeader;
|
||||
@@ -411,7 +409,7 @@ class AppointmentNotify$Type extends MessageType<AppointmentNotify> {
|
||||
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentNotifyPayload },
|
||||
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentNotifyPayload },
|
||||
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentNotifyPayload }
|
||||
], { "api.messageType": "Command", "api.action": "Notify" });
|
||||
], { "api.messageType": "Command", "api.action": "Notify", "api.windowMethod": "TumblingProcessingTimeWindows", "api.keyByExpression": "obj.getID().getRefID()" });
|
||||
}
|
||||
create(value?: PartialMessage<AppointmentNotify>): AppointmentNotify {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
Reference in New Issue
Block a user