You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -812,7 +812,7 @@ class ExecutionflowNotifyPartnerApps$Type extends MessageType<ExecutionflowNotif
|
||||
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => ExecutionflowNotifyPartnerAppsPayload },
|
||||
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => ExecutionflowNotifyPartnerAppsPayload },
|
||||
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => ExecutionflowNotifyPartnerAppsPayload }
|
||||
], { "api.messageType": "Command", "api.action": "NotifyPartnerApps", "api.triggerEventFilters": "Detected,Created", "api.triggerNotEventFilters": "Restored,ETAUpdated,HUETAUpdated" });
|
||||
], { "api.messageType": "Command", "api.action": "NotifyPartnerApps", "api.triggerEventFilters": "Detected,Created,Renotified", "api.triggerNotEventFilters": "Restored,ETAUpdated,HUETAUpdated" });
|
||||
}
|
||||
create(value?: PartialMessage<ExecutionflowNotifyPartnerApps>): ExecutionflowNotifyPartnerApps {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
Reference in New Issue
Block a user