Latest generation

This commit is contained in:
ci core model
2025-09-08 12:26:05 +00:00
parent 705e2db8a5
commit 0913b4acce
4 changed files with 286 additions and 3 deletions

View File

@@ -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!));