123456789101112131415 |
- export declare enum ExecutionDetailsSourceEnum {
- CREDENTIALS = "Credentials",
- INTERNAL = "Internal",
- PAYLOAD = "Payload",
- WEBHOOK = "Webhook"
- }
- export declare enum ExecutionDetailsStatusEnum {
- SUCCESS = "Success",
- WARNING = "Warning",
- FAILED = "Failed",
- PENDING = "Pending",
- QUEUED = "Queued",
- READ_CONFIRMATION = "ReadConfirmation"
- }
- //# sourceMappingURL=execution-details.interface.d.ts.map
|