execution-details.interface.d.ts 432 B

123456789101112131415
  1. export declare enum ExecutionDetailsSourceEnum {
  2. CREDENTIALS = "Credentials",
  3. INTERNAL = "Internal",
  4. PAYLOAD = "Payload",
  5. WEBHOOK = "Webhook"
  6. }
  7. export declare enum ExecutionDetailsStatusEnum {
  8. SUCCESS = "Success",
  9. WARNING = "Warning",
  10. FAILED = "Failed",
  11. PENDING = "Pending",
  12. QUEUED = "Queued",
  13. READ_CONFIRMATION = "ReadConfirmation"
  14. }
  15. //# sourceMappingURL=execution-details.interface.d.ts.map