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!));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260219084815",
|
||||
"version": "1.13.0-SNAPSHOT-260219134032",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user