@agentuity/core 1.0.33 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -15
- package/dist/index.js.map +1 -1
- package/dist/services/adapter.d.ts +57 -22
- package/dist/services/adapter.d.ts.map +1 -1
- package/dist/services/adapter.js +52 -1
- package/dist/services/adapter.js.map +1 -1
- package/dist/services/api.d.ts +222 -0
- package/dist/services/api.d.ts.map +1 -0
- package/dist/services/api.js +662 -0
- package/dist/services/api.js.map +1 -0
- package/dist/services/apikey/create.d.ts +34 -0
- package/dist/services/apikey/create.d.ts.map +1 -0
- package/dist/services/apikey/create.js +29 -0
- package/dist/services/apikey/create.js.map +1 -0
- package/dist/services/apikey/delete.d.ts.map +1 -0
- package/dist/services/apikey/delete.js.map +1 -0
- package/dist/services/apikey/get.d.ts.map +1 -0
- package/dist/services/apikey/get.js.map +1 -0
- package/dist/services/apikey/index.d.ts.map +1 -0
- package/dist/services/apikey/index.js.map +1 -0
- package/dist/services/apikey/list.d.ts +65 -0
- package/dist/services/apikey/list.d.ts.map +1 -0
- package/dist/services/apikey/list.js +50 -0
- package/dist/services/apikey/list.js.map +1 -0
- package/dist/services/apikey/util.d.ts.map +1 -0
- package/dist/services/apikey/util.js.map +1 -0
- package/dist/services/config.d.ts +22 -0
- package/dist/services/config.d.ts.map +1 -0
- package/dist/services/config.js +55 -0
- package/dist/services/config.js.map +1 -0
- package/dist/services/db/index.d.ts +6 -0
- package/dist/services/db/index.d.ts.map +1 -0
- package/dist/services/db/index.js +6 -0
- package/dist/services/db/index.js.map +1 -0
- package/dist/services/db/logs.d.ts.map +1 -0
- package/dist/services/db/logs.js.map +1 -0
- package/dist/services/db/query.d.ts +40 -0
- package/dist/services/db/query.d.ts.map +1 -0
- package/dist/services/db/query.js +55 -0
- package/dist/services/db/query.js.map +1 -0
- package/dist/services/db/stats.d.ts +146 -0
- package/dist/services/db/stats.d.ts.map +1 -0
- package/dist/services/db/stats.js +94 -0
- package/dist/services/db/stats.js.map +1 -0
- package/dist/services/db/tables.d.ts +50 -0
- package/dist/services/db/tables.d.ts.map +1 -0
- package/dist/services/db/tables.js +64 -0
- package/dist/services/db/tables.js.map +1 -0
- package/dist/services/db/util.d.ts.map +1 -0
- package/dist/services/db/util.js.map +1 -0
- package/dist/services/email/index.d.ts +2 -0
- package/dist/services/email/index.d.ts.map +1 -0
- package/dist/services/email/index.js +2 -0
- package/dist/services/email/index.js.map +1 -0
- package/dist/services/email/service.d.ts +742 -0
- package/dist/services/email/service.d.ts.map +1 -0
- package/dist/services/email/service.js +1107 -0
- package/dist/services/email/service.js.map +1 -0
- package/dist/services/env.d.ts.map +1 -0
- package/dist/services/env.js.map +1 -0
- package/dist/services/eval/events.d.ts +93 -0
- package/dist/services/eval/events.d.ts.map +1 -0
- package/dist/services/eval/events.js +24 -0
- package/dist/services/eval/events.js.map +1 -0
- package/dist/services/eval/get.d.ts.map +1 -0
- package/dist/services/eval/get.js.map +1 -0
- package/dist/services/eval/index.d.ts +6 -0
- package/dist/services/eval/index.d.ts.map +1 -0
- package/dist/services/eval/index.js +6 -0
- package/dist/services/eval/index.js.map +1 -0
- package/dist/services/eval/list.d.ts.map +1 -0
- package/dist/services/eval/list.js.map +1 -0
- package/dist/services/eval/run-get.d.ts.map +1 -0
- package/dist/services/eval/run-get.js.map +1 -0
- package/dist/services/eval/run-list.d.ts.map +1 -0
- package/dist/services/eval/run-list.js.map +1 -0
- package/dist/services/exception.d.ts +28 -9
- package/dist/services/exception.d.ts.map +1 -1
- package/dist/services/exception.js +14 -0
- package/dist/services/exception.js.map +1 -1
- package/dist/services/index.d.ts +26 -12
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/index.js +26 -11
- package/dist/services/index.js.map +1 -1
- package/dist/services/keyvalue/index.d.ts +2 -0
- package/dist/services/keyvalue/index.d.ts.map +1 -0
- package/dist/services/keyvalue/index.js +2 -0
- package/dist/services/keyvalue/index.js.map +1 -0
- package/dist/services/keyvalue/service.d.ts +261 -0
- package/dist/services/keyvalue/service.d.ts.map +1 -0
- package/dist/services/keyvalue/service.js +475 -0
- package/dist/services/keyvalue/service.js.map +1 -0
- package/dist/services/logger.d.ts.map +1 -0
- package/dist/services/logger.js.map +1 -0
- package/dist/services/machine/index.d.ts.map +1 -0
- package/dist/services/machine/index.js.map +1 -0
- package/dist/services/machine/machine.d.ts.map +1 -0
- package/dist/services/machine/machine.js +177 -0
- package/dist/services/machine/machine.js.map +1 -0
- package/dist/services/machine/util.d.ts.map +1 -0
- package/dist/services/machine/util.js.map +1 -0
- package/dist/services/org/env-delete.d.ts.map +1 -0
- package/dist/services/org/env-delete.js.map +1 -0
- package/dist/services/org/env-get.d.ts +33 -0
- package/dist/services/org/env-get.d.ts.map +1 -0
- package/dist/services/org/env-get.js +33 -0
- package/dist/services/org/env-get.js.map +1 -0
- package/dist/services/org/env-update.d.ts.map +1 -0
- package/dist/services/org/env-update.js.map +1 -0
- package/dist/services/org/index.d.ts.map +1 -0
- package/dist/services/org/index.js.map +1 -0
- package/dist/services/org/list.d.ts.map +1 -0
- package/dist/services/org/list.js.map +1 -0
- package/dist/services/org/resources.d.ts +150 -0
- package/dist/services/org/resources.d.ts.map +1 -0
- package/dist/services/org/resources.js +111 -0
- package/dist/services/org/resources.js.map +1 -0
- package/dist/services/org/util.d.ts.map +1 -0
- package/dist/services/org/util.js.map +1 -0
- package/dist/services/pagination.d.ts +38 -11
- package/dist/services/pagination.d.ts.map +1 -1
- package/dist/services/pagination.js +30 -1
- package/dist/services/pagination.js.map +1 -1
- package/dist/services/project/agent.d.ts.map +1 -0
- package/dist/services/project/agent.js.map +1 -0
- package/dist/services/project/create.d.ts.map +1 -0
- package/dist/services/project/create.js.map +1 -0
- package/dist/services/project/delete.d.ts.map +1 -0
- package/dist/services/project/delete.js +15 -0
- package/dist/services/project/delete.js.map +1 -0
- package/dist/services/project/deploy.d.ts +468 -0
- package/dist/services/project/deploy.d.ts.map +1 -0
- package/dist/services/project/deploy.js.map +1 -0
- package/dist/services/project/deployment.d.ts.map +1 -0
- package/dist/services/project/deployment.js +180 -0
- package/dist/services/project/deployment.js.map +1 -0
- package/dist/services/project/env-delete.d.ts.map +1 -0
- package/dist/services/project/env-delete.js.map +1 -0
- package/dist/services/project/env-update.d.ts.map +1 -0
- package/dist/services/project/env-update.js.map +1 -0
- package/dist/services/project/exists.d.ts.map +1 -0
- package/dist/services/project/exists.js.map +1 -0
- package/dist/services/project/get.d.ts.map +1 -0
- package/dist/services/project/get.js.map +1 -0
- package/dist/services/project/hostname.d.ts.map +1 -0
- package/dist/services/project/hostname.js +43 -0
- package/dist/services/project/hostname.js.map +1 -0
- package/dist/services/project/index.d.ts.map +1 -0
- package/dist/services/project/index.js.map +1 -0
- package/dist/services/project/list.d.ts.map +1 -0
- package/dist/services/project/list.js.map +1 -0
- package/dist/services/project/malware.d.ts.map +1 -0
- package/dist/services/project/malware.js +57 -0
- package/dist/services/project/malware.js.map +1 -0
- package/dist/services/project/update-region.d.ts.map +1 -0
- package/dist/services/project/update-region.js.map +1 -0
- package/dist/services/project/util.d.ts.map +1 -0
- package/dist/services/project/util.js.map +1 -0
- package/dist/services/queue/analytics.d.ts +261 -0
- package/dist/services/queue/analytics.d.ts.map +1 -0
- package/dist/services/queue/analytics.js +254 -0
- package/dist/services/queue/analytics.js.map +1 -0
- package/dist/services/queue/consumers.d.ts +48 -0
- package/dist/services/queue/consumers.d.ts.map +1 -0
- package/dist/services/queue/consumers.js +43 -0
- package/dist/services/queue/consumers.js.map +1 -0
- package/dist/services/queue/destinations.d.ts +269 -0
- package/dist/services/queue/destinations.d.ts.map +1 -0
- package/dist/services/queue/destinations.js +215 -0
- package/dist/services/queue/destinations.js.map +1 -0
- package/dist/services/queue/dlq.d.ts +170 -0
- package/dist/services/queue/dlq.d.ts.map +1 -0
- package/dist/services/queue/dlq.js.map +1 -0
- package/dist/services/queue/index.d.ts +58 -0
- package/dist/services/queue/index.d.ts.map +1 -0
- package/dist/services/queue/index.js +98 -0
- package/dist/services/queue/index.js.map +1 -0
- package/dist/services/queue/messages.d.ts +511 -0
- package/dist/services/queue/messages.d.ts.map +1 -0
- package/dist/services/queue/messages.js.map +1 -0
- package/dist/services/queue/queues.d.ts +228 -0
- package/dist/services/queue/queues.d.ts.map +1 -0
- package/dist/services/queue/queues.js.map +1 -0
- package/dist/services/queue/service.d.ts +309 -0
- package/dist/services/queue/service.d.ts.map +1 -0
- package/dist/services/queue/service.js +456 -0
- package/dist/services/queue/service.js.map +1 -0
- package/dist/services/queue/sources.d.ts +252 -0
- package/dist/services/queue/sources.d.ts.map +1 -0
- package/dist/services/queue/sources.js +249 -0
- package/dist/services/queue/sources.js.map +1 -0
- package/dist/services/queue/types.d.ts +1335 -0
- package/dist/services/queue/types.d.ts.map +1 -0
- package/dist/services/queue/types.js +1382 -0
- package/dist/services/queue/types.js.map +1 -0
- package/dist/services/queue/util.d.ts +278 -0
- package/dist/services/queue/util.d.ts.map +1 -0
- package/dist/services/queue/util.js +233 -0
- package/dist/services/queue/util.js.map +1 -0
- package/dist/services/queue/validation.d.ts +218 -0
- package/dist/services/queue/validation.d.ts.map +1 -0
- package/dist/services/queue/validation.js +498 -0
- package/dist/services/queue/validation.js.map +1 -0
- package/dist/services/queue/websocket.d.ts +154 -0
- package/dist/services/queue/websocket.d.ts.map +1 -0
- package/dist/services/queue/websocket.js +491 -0
- package/dist/services/queue/websocket.js.map +1 -0
- package/dist/services/region/create.d.ts.map +1 -0
- package/dist/services/region/create.js.map +1 -0
- package/dist/services/region/delete.d.ts.map +1 -0
- package/dist/services/region/delete.js.map +1 -0
- package/dist/services/region/index.d.ts.map +1 -0
- package/dist/services/region/index.js.map +1 -0
- package/dist/services/region/list.d.ts.map +1 -0
- package/dist/services/region/list.js.map +1 -0
- package/dist/services/region/resources.d.ts.map +1 -0
- package/dist/services/region/resources.js.map +1 -0
- package/dist/services/region/util.d.ts.map +1 -0
- package/dist/services/region/util.js.map +1 -0
- package/dist/services/sandbox/cli-list.d.ts +103 -0
- package/dist/services/sandbox/cli-list.d.ts.map +1 -0
- package/dist/services/sandbox/cli-list.js +106 -0
- package/dist/services/sandbox/cli-list.js.map +1 -0
- package/dist/services/sandbox/client.d.ts +173 -0
- package/dist/services/sandbox/client.d.ts.map +1 -0
- package/dist/services/sandbox/client.js +302 -0
- package/dist/services/sandbox/client.js.map +1 -0
- package/dist/services/sandbox/create.d.ts +193 -0
- package/dist/services/sandbox/create.d.ts.map +1 -0
- package/dist/services/sandbox/create.js +215 -0
- package/dist/services/sandbox/create.js.map +1 -0
- package/dist/services/sandbox/destroy.d.ts +23 -0
- package/dist/services/sandbox/destroy.d.ts.map +1 -0
- package/dist/services/sandbox/destroy.js +30 -0
- package/dist/services/sandbox/destroy.js.map +1 -0
- package/dist/services/sandbox/disk-checkpoint.d.ts +108 -0
- package/dist/services/sandbox/disk-checkpoint.d.ts.map +1 -0
- package/dist/services/sandbox/disk-checkpoint.js +124 -0
- package/dist/services/sandbox/disk-checkpoint.js.map +1 -0
- package/dist/services/sandbox/execute.d.ts +96 -0
- package/dist/services/sandbox/execute.d.ts.map +1 -0
- package/dist/services/sandbox/execute.js +109 -0
- package/dist/services/sandbox/execute.js.map +1 -0
- package/dist/services/sandbox/execution.d.ts +145 -0
- package/dist/services/sandbox/execution.d.ts.map +1 -0
- package/dist/services/sandbox/execution.js +113 -0
- package/dist/services/sandbox/execution.js.map +1 -0
- package/dist/services/sandbox/files.d.ts +269 -0
- package/dist/services/sandbox/files.d.ts.map +1 -0
- package/dist/services/sandbox/files.js +454 -0
- package/dist/services/sandbox/files.js.map +1 -0
- package/dist/services/sandbox/get.d.ts +284 -0
- package/dist/services/sandbox/get.d.ts.map +1 -0
- package/dist/services/sandbox/get.js +231 -0
- package/dist/services/sandbox/get.js.map +1 -0
- package/dist/services/sandbox/getStatus.d.ts +20 -0
- package/dist/services/sandbox/getStatus.d.ts.map +1 -0
- package/dist/services/sandbox/getStatus.js +36 -0
- package/dist/services/sandbox/getStatus.js.map +1 -0
- package/dist/services/sandbox/index.d.ts +40 -0
- package/dist/services/sandbox/index.d.ts.map +1 -0
- package/dist/services/sandbox/index.js +21 -0
- package/dist/services/sandbox/index.js.map +1 -0
- package/dist/services/sandbox/list.d.ts +327 -0
- package/dist/services/sandbox/list.d.ts.map +1 -0
- package/dist/services/sandbox/list.js +204 -0
- package/dist/services/sandbox/list.js.map +1 -0
- package/dist/services/sandbox/pause.d.ts +23 -0
- package/dist/services/sandbox/pause.d.ts.map +1 -0
- package/dist/services/sandbox/pause.js +30 -0
- package/dist/services/sandbox/pause.js.map +1 -0
- package/dist/services/sandbox/resolve.d.ts +75 -0
- package/dist/services/sandbox/resolve.d.ts.map +1 -0
- package/dist/services/sandbox/resolve.js +76 -0
- package/dist/services/sandbox/resolve.js.map +1 -0
- package/dist/services/sandbox/resume.d.ts +23 -0
- package/dist/services/sandbox/resume.d.ts.map +1 -0
- package/dist/services/sandbox/resume.js +30 -0
- package/dist/services/sandbox/resume.js.map +1 -0
- package/dist/services/sandbox/run.d.ts +71 -0
- package/dist/services/sandbox/run.d.ts.map +1 -0
- package/dist/services/sandbox/run.js +355 -0
- package/dist/services/sandbox/run.js.map +1 -0
- package/dist/services/sandbox/runtime.d.ts +94 -0
- package/dist/services/sandbox/runtime.d.ts.map +1 -0
- package/dist/services/sandbox/runtime.js +82 -0
- package/dist/services/sandbox/runtime.js.map +1 -0
- package/dist/services/sandbox/snapshot-build.d.ts.map +1 -0
- package/dist/services/sandbox/snapshot-build.js.map +1 -0
- package/dist/services/sandbox/snapshot.d.ts +596 -0
- package/dist/services/sandbox/snapshot.d.ts.map +1 -0
- package/dist/services/sandbox/snapshot.js +612 -0
- package/dist/services/sandbox/snapshot.js.map +1 -0
- package/dist/services/sandbox/types.d.ts +851 -0
- package/dist/services/sandbox/types.d.ts.map +1 -0
- package/dist/services/sandbox/types.js +674 -0
- package/dist/services/sandbox/types.js.map +1 -0
- package/dist/services/sandbox/util.d.ts +295 -0
- package/dist/services/sandbox/util.d.ts.map +1 -0
- package/dist/services/sandbox/util.js +233 -0
- package/dist/services/sandbox/util.js.map +1 -0
- package/dist/services/schedule/index.d.ts +2 -0
- package/dist/services/schedule/index.d.ts.map +1 -0
- package/dist/services/schedule/index.js +2 -0
- package/dist/services/schedule/index.js.map +1 -0
- package/dist/services/schedule/service.d.ts +439 -0
- package/dist/services/schedule/service.d.ts.map +1 -0
- package/dist/services/schedule/service.js +701 -0
- package/dist/services/schedule/service.js.map +1 -0
- package/dist/services/session/events.d.ts +127 -0
- package/dist/services/session/events.d.ts.map +1 -0
- package/dist/services/session/events.js +42 -0
- package/dist/services/session/events.js.map +1 -0
- package/dist/services/session/get.d.ts +170 -0
- package/dist/services/session/get.d.ts.map +1 -0
- package/dist/services/session/get.js.map +1 -0
- package/dist/services/session/index.d.ts +5 -0
- package/dist/services/session/index.d.ts.map +1 -0
- package/dist/services/session/index.js +5 -0
- package/dist/services/session/index.js.map +1 -0
- package/dist/services/session/list.d.ts +150 -0
- package/dist/services/session/list.d.ts.map +1 -0
- package/dist/services/session/list.js +117 -0
- package/dist/services/session/list.js.map +1 -0
- package/dist/services/session/logs.d.ts.map +1 -0
- package/dist/services/session/logs.js.map +1 -0
- package/dist/services/session/util.d.ts.map +1 -0
- package/dist/services/session/util.js.map +1 -0
- package/dist/services/stats.d.ts +261 -0
- package/dist/services/stats.d.ts.map +1 -0
- package/dist/services/stats.js +181 -0
- package/dist/services/stats.js.map +1 -0
- package/dist/services/storage/config.d.ts.map +1 -0
- package/dist/services/storage/config.js.map +1 -0
- package/dist/services/storage/index.d.ts.map +1 -0
- package/dist/services/storage/index.js.map +1 -0
- package/dist/services/storage/objects.d.ts +158 -0
- package/dist/services/storage/objects.d.ts.map +1 -0
- package/dist/services/storage/objects.js +161 -0
- package/dist/services/storage/objects.js.map +1 -0
- package/dist/services/storage/types.d.ts.map +1 -0
- package/dist/services/storage/types.js.map +1 -0
- package/dist/services/storage/util.d.ts.map +1 -0
- package/dist/services/storage/util.js.map +1 -0
- package/dist/services/stream/get.d.ts.map +1 -0
- package/dist/services/stream/get.js.map +1 -0
- package/dist/services/stream/index.d.ts +5 -0
- package/dist/services/stream/index.d.ts.map +1 -0
- package/dist/services/stream/index.js +5 -0
- package/dist/services/stream/index.js.map +1 -0
- package/dist/services/stream/list.d.ts +96 -0
- package/dist/services/stream/list.d.ts.map +1 -0
- package/dist/services/stream/list.js +92 -0
- package/dist/services/stream/list.js.map +1 -0
- package/dist/services/stream/service.d.ts +264 -0
- package/dist/services/stream/service.d.ts.map +1 -0
- package/dist/services/stream/service.js +631 -0
- package/dist/services/stream/service.js.map +1 -0
- package/dist/services/stream/util.d.ts.map +1 -0
- package/dist/services/stream/util.js.map +1 -0
- package/dist/services/task/index.d.ts +2 -0
- package/dist/services/task/index.d.ts.map +1 -0
- package/dist/services/task/index.js +2 -0
- package/dist/services/task/index.js.map +1 -0
- package/dist/services/task/service.d.ts +1491 -0
- package/dist/services/task/service.d.ts.map +1 -0
- package/dist/services/task/service.js +1887 -0
- package/dist/services/task/service.js.map +1 -0
- package/dist/services/thread/delete.d.ts.map +1 -0
- package/dist/services/thread/delete.js.map +1 -0
- package/dist/services/thread/get.d.ts.map +1 -0
- package/dist/services/thread/get.js.map +1 -0
- package/dist/services/thread/index.d.ts.map +1 -0
- package/dist/services/thread/index.js.map +1 -0
- package/dist/services/thread/list.d.ts +75 -0
- package/dist/services/thread/list.d.ts.map +1 -0
- package/dist/services/thread/list.js +65 -0
- package/dist/services/thread/list.js.map +1 -0
- package/dist/services/thread/util.d.ts.map +1 -0
- package/dist/services/thread/util.js.map +1 -0
- package/dist/services/user/index.d.ts.map +1 -0
- package/dist/services/user/index.js.map +1 -0
- package/dist/services/user/util.d.ts.map +1 -0
- package/dist/services/user/util.js.map +1 -0
- package/dist/services/user/whoami.d.ts.map +1 -0
- package/dist/services/user/whoami.js.map +1 -0
- package/dist/services/vector/index.d.ts +2 -0
- package/dist/services/vector/index.d.ts.map +1 -0
- package/dist/services/vector/index.js +2 -0
- package/dist/services/vector/index.js.map +1 -0
- package/dist/services/vector/service.d.ts +459 -0
- package/dist/services/vector/service.d.ts.map +1 -0
- package/dist/services/vector/service.js +707 -0
- package/dist/services/vector/service.js.map +1 -0
- package/dist/services/webhook/analytics.d.ts +77 -0
- package/dist/services/webhook/analytics.d.ts.map +1 -0
- package/dist/services/webhook/analytics.js +56 -0
- package/dist/services/webhook/analytics.js.map +1 -0
- package/dist/services/webhook/deliveries.d.ts +94 -0
- package/dist/services/webhook/deliveries.d.ts.map +1 -0
- package/dist/services/webhook/deliveries.js.map +1 -0
- package/dist/services/webhook/destinations.d.ts +140 -0
- package/dist/services/webhook/destinations.d.ts.map +1 -0
- package/dist/services/webhook/destinations.js.map +1 -0
- package/dist/services/webhook/index.d.ts +43 -0
- package/dist/services/webhook/index.d.ts.map +1 -0
- package/dist/services/webhook/index.js +64 -0
- package/dist/services/webhook/index.js.map +1 -0
- package/dist/services/webhook/receipts.d.ts.map +1 -0
- package/dist/services/webhook/receipts.js.map +1 -0
- package/dist/services/webhook/service.d.ts +374 -0
- package/dist/services/webhook/service.d.ts.map +1 -0
- package/dist/services/webhook/service.js +663 -0
- package/dist/services/webhook/service.js.map +1 -0
- package/dist/services/webhook/types.d.ts +182 -0
- package/dist/services/webhook/types.d.ts.map +1 -0
- package/dist/services/webhook/types.js +188 -0
- package/dist/services/webhook/types.js.map +1 -0
- package/dist/services/webhook/util.d.ts.map +1 -0
- package/dist/services/webhook/util.js.map +1 -0
- package/dist/services/webhook/webhooks.d.ts +150 -0
- package/dist/services/webhook/webhooks.d.ts.map +1 -0
- package/dist/services/webhook/webhooks.js.map +1 -0
- package/package.json +59 -7
- package/src/index.ts +6 -247
- package/src/services/adapter.ts +69 -24
- package/src/services/api.ts +951 -0
- package/src/services/apikey/create.ts +48 -0
- package/src/services/apikey/list.ts +66 -0
- package/src/services/config.ts +65 -0
- package/src/services/db/index.ts +42 -0
- package/src/services/db/query.ts +69 -0
- package/src/services/db/stats.ts +121 -0
- package/src/services/db/tables.ts +94 -0
- package/src/services/email/index.ts +1 -0
- package/src/services/email/service.ts +1476 -0
- package/src/services/eval/index.ts +29 -0
- package/src/services/exception.ts +16 -7
- package/src/services/index.ts +29 -28
- package/src/services/keyvalue/index.ts +1 -0
- package/src/services/keyvalue/service.ts +677 -0
- package/src/services/machine/machine.ts +228 -0
- package/src/services/org/env-get.ts +48 -0
- package/src/services/org/resources.ts +140 -0
- package/src/services/pagination.ts +40 -11
- package/src/services/project/delete.ts +27 -0
- package/src/services/project/deploy.ts +433 -0
- package/src/services/project/deployment.ts +250 -0
- package/src/services/project/hostname.ts +79 -0
- package/src/services/project/malware.ts +85 -0
- package/src/services/queue/analytics.ts +343 -0
- package/src/services/queue/consumers.ts +56 -0
- package/src/services/queue/destinations.ts +329 -0
- package/src/services/queue/index.ts +339 -0
- package/src/services/queue/service.ts +634 -0
- package/src/services/queue/sources.ts +364 -0
- package/src/services/queue/types.ts +1666 -0
- package/src/services/queue/util.ts +275 -0
- package/src/services/queue/validation.ts +541 -0
- package/src/services/queue/websocket.ts +578 -0
- package/src/services/sandbox/cli-list.ts +117 -0
- package/src/services/sandbox/client.ts +435 -0
- package/src/services/sandbox/create.ts +249 -0
- package/src/services/sandbox/destroy.ts +43 -0
- package/src/services/sandbox/disk-checkpoint.ts +184 -0
- package/src/services/sandbox/execute.ts +134 -0
- package/src/services/sandbox/execution.ts +144 -0
- package/src/services/sandbox/files.ts +608 -0
- package/src/services/sandbox/get.ts +262 -0
- package/src/services/sandbox/getStatus.ts +51 -0
- package/src/services/sandbox/index.ts +230 -0
- package/src/services/sandbox/list.ts +234 -0
- package/src/services/sandbox/pause.ts +41 -0
- package/src/services/sandbox/resolve.ts +96 -0
- package/src/services/sandbox/resume.ts +41 -0
- package/src/services/sandbox/run.ts +441 -0
- package/src/services/sandbox/runtime.ts +106 -0
- package/src/services/sandbox/snapshot.ts +791 -0
- package/src/services/sandbox/types.ts +798 -0
- package/src/services/sandbox/util.ts +279 -0
- package/src/services/schedule/index.ts +1 -0
- package/src/services/schedule/service.ts +814 -0
- package/src/services/session/get.ts +108 -0
- package/src/services/session/index.ts +4 -0
- package/src/services/session/list.ts +143 -0
- package/src/services/stats.ts +232 -0
- package/src/services/storage/objects.ts +256 -0
- package/src/services/stream/index.ts +14 -0
- package/src/services/stream/list.ts +105 -0
- package/src/services/stream/service.ts +929 -0
- package/src/services/task/index.ts +1 -0
- package/src/services/task/service.ts +2573 -0
- package/src/services/thread/list.ts +81 -0
- package/src/services/vector/index.ts +1 -0
- package/src/services/vector/service.ts +1242 -0
- package/src/services/webhook/analytics.ts +80 -0
- package/src/services/webhook/index.ts +160 -0
- package/src/services/webhook/service.ts +900 -0
- package/src/services/webhook/types.ts +277 -0
- package/dist/api/api.d.ts +0 -226
- package/dist/api/api.d.ts.map +0 -1
- package/dist/api/api.js +0 -635
- package/dist/api/api.js.map +0 -1
- package/dist/api/apikey/create.d.ts +0 -33
- package/dist/api/apikey/create.d.ts.map +0 -1
- package/dist/api/apikey/create.js +0 -23
- package/dist/api/apikey/create.js.map +0 -1
- package/dist/api/apikey/delete.d.ts.map +0 -1
- package/dist/api/apikey/delete.js.map +0 -1
- package/dist/api/apikey/get.d.ts.map +0 -1
- package/dist/api/apikey/get.js.map +0 -1
- package/dist/api/apikey/index.d.ts.map +0 -1
- package/dist/api/apikey/index.js.map +0 -1
- package/dist/api/apikey/list.d.ts +0 -64
- package/dist/api/apikey/list.d.ts.map +0 -1
- package/dist/api/apikey/list.js +0 -46
- package/dist/api/apikey/list.js.map +0 -1
- package/dist/api/apikey/util.d.ts.map +0 -1
- package/dist/api/apikey/util.js.map +0 -1
- package/dist/api/config.d.ts +0 -20
- package/dist/api/config.d.ts.map +0 -1
- package/dist/api/config.js +0 -43
- package/dist/api/config.js.map +0 -1
- package/dist/api/db/index.d.ts +0 -5
- package/dist/api/db/index.d.ts.map +0 -1
- package/dist/api/db/index.js +0 -5
- package/dist/api/db/index.js.map +0 -1
- package/dist/api/db/logs.d.ts.map +0 -1
- package/dist/api/db/logs.js.map +0 -1
- package/dist/api/db/query.d.ts +0 -39
- package/dist/api/db/query.d.ts.map +0 -1
- package/dist/api/db/query.js +0 -49
- package/dist/api/db/query.js.map +0 -1
- package/dist/api/db/tables.d.ts +0 -49
- package/dist/api/db/tables.d.ts.map +0 -1
- package/dist/api/db/tables.js +0 -59
- package/dist/api/db/tables.js.map +0 -1
- package/dist/api/db/util.d.ts.map +0 -1
- package/dist/api/db/util.js.map +0 -1
- package/dist/api/env.d.ts.map +0 -1
- package/dist/api/env.js.map +0 -1
- package/dist/api/eval/get.d.ts.map +0 -1
- package/dist/api/eval/get.js.map +0 -1
- package/dist/api/eval/index.d.ts +0 -5
- package/dist/api/eval/index.d.ts.map +0 -1
- package/dist/api/eval/index.js +0 -5
- package/dist/api/eval/index.js.map +0 -1
- package/dist/api/eval/list.d.ts.map +0 -1
- package/dist/api/eval/list.js.map +0 -1
- package/dist/api/eval/run-get.d.ts.map +0 -1
- package/dist/api/eval/run-get.js.map +0 -1
- package/dist/api/eval/run-list.d.ts.map +0 -1
- package/dist/api/eval/run-list.js.map +0 -1
- package/dist/api/index.d.ts +0 -21
- package/dist/api/index.d.ts.map +0 -1
- package/dist/api/index.js +0 -21
- package/dist/api/index.js.map +0 -1
- package/dist/api/logger.d.ts.map +0 -1
- package/dist/api/logger.js.map +0 -1
- package/dist/api/machine/index.d.ts.map +0 -1
- package/dist/api/machine/index.js.map +0 -1
- package/dist/api/machine/machine.d.ts.map +0 -1
- package/dist/api/machine/machine.js +0 -109
- package/dist/api/machine/machine.js.map +0 -1
- package/dist/api/machine/util.d.ts.map +0 -1
- package/dist/api/machine/util.js.map +0 -1
- package/dist/api/org/env-delete.d.ts.map +0 -1
- package/dist/api/org/env-delete.js.map +0 -1
- package/dist/api/org/env-get.d.ts +0 -33
- package/dist/api/org/env-get.d.ts.map +0 -1
- package/dist/api/org/env-get.js +0 -26
- package/dist/api/org/env-get.js.map +0 -1
- package/dist/api/org/env-update.d.ts.map +0 -1
- package/dist/api/org/env-update.js.map +0 -1
- package/dist/api/org/index.d.ts.map +0 -1
- package/dist/api/org/index.js.map +0 -1
- package/dist/api/org/list.d.ts.map +0 -1
- package/dist/api/org/list.js.map +0 -1
- package/dist/api/org/resources.d.ts +0 -141
- package/dist/api/org/resources.d.ts.map +0 -1
- package/dist/api/org/resources.js +0 -97
- package/dist/api/org/resources.js.map +0 -1
- package/dist/api/org/util.d.ts.map +0 -1
- package/dist/api/org/util.js.map +0 -1
- package/dist/api/project/agent.d.ts.map +0 -1
- package/dist/api/project/agent.js.map +0 -1
- package/dist/api/project/create.d.ts.map +0 -1
- package/dist/api/project/create.js.map +0 -1
- package/dist/api/project/delete.d.ts.map +0 -1
- package/dist/api/project/delete.js +0 -13
- package/dist/api/project/delete.js.map +0 -1
- package/dist/api/project/deploy.d.ts +0 -490
- package/dist/api/project/deploy.d.ts.map +0 -1
- package/dist/api/project/deploy.js.map +0 -1
- package/dist/api/project/deployment.d.ts.map +0 -1
- package/dist/api/project/deployment.js +0 -127
- package/dist/api/project/deployment.js.map +0 -1
- package/dist/api/project/env-delete.d.ts.map +0 -1
- package/dist/api/project/env-delete.js.map +0 -1
- package/dist/api/project/env-update.d.ts.map +0 -1
- package/dist/api/project/env-update.js.map +0 -1
- package/dist/api/project/exists.d.ts.map +0 -1
- package/dist/api/project/exists.js.map +0 -1
- package/dist/api/project/get.d.ts.map +0 -1
- package/dist/api/project/get.js.map +0 -1
- package/dist/api/project/hostname.d.ts.map +0 -1
- package/dist/api/project/hostname.js +0 -37
- package/dist/api/project/hostname.js.map +0 -1
- package/dist/api/project/index.d.ts.map +0 -1
- package/dist/api/project/index.js.map +0 -1
- package/dist/api/project/list.d.ts.map +0 -1
- package/dist/api/project/list.js.map +0 -1
- package/dist/api/project/malware.d.ts.map +0 -1
- package/dist/api/project/malware.js +0 -42
- package/dist/api/project/malware.js.map +0 -1
- package/dist/api/project/update-region.d.ts.map +0 -1
- package/dist/api/project/update-region.js.map +0 -1
- package/dist/api/project/util.d.ts.map +0 -1
- package/dist/api/project/util.js.map +0 -1
- package/dist/api/queue/analytics.d.ts +0 -250
- package/dist/api/queue/analytics.d.ts.map +0 -1
- package/dist/api/queue/analytics.js +0 -233
- package/dist/api/queue/analytics.js.map +0 -1
- package/dist/api/queue/destinations.d.ts +0 -202
- package/dist/api/queue/destinations.d.ts.map +0 -1
- package/dist/api/queue/destinations.js +0 -168
- package/dist/api/queue/destinations.js.map +0 -1
- package/dist/api/queue/dlq.d.ts +0 -168
- package/dist/api/queue/dlq.d.ts.map +0 -1
- package/dist/api/queue/dlq.js.map +0 -1
- package/dist/api/queue/index.d.ts +0 -56
- package/dist/api/queue/index.d.ts.map +0 -1
- package/dist/api/queue/index.js +0 -90
- package/dist/api/queue/index.js.map +0 -1
- package/dist/api/queue/messages.d.ts +0 -503
- package/dist/api/queue/messages.d.ts.map +0 -1
- package/dist/api/queue/messages.js.map +0 -1
- package/dist/api/queue/queues.d.ts +0 -226
- package/dist/api/queue/queues.d.ts.map +0 -1
- package/dist/api/queue/queues.js.map +0 -1
- package/dist/api/queue/sources.d.ts +0 -202
- package/dist/api/queue/sources.d.ts.map +0 -1
- package/dist/api/queue/sources.js +0 -202
- package/dist/api/queue/sources.js.map +0 -1
- package/dist/api/queue/types.d.ts +0 -1218
- package/dist/api/queue/types.d.ts.map +0 -1
- package/dist/api/queue/types.js +0 -1002
- package/dist/api/queue/types.js.map +0 -1
- package/dist/api/queue/util.d.ts +0 -278
- package/dist/api/queue/util.d.ts.map +0 -1
- package/dist/api/queue/util.js +0 -233
- package/dist/api/queue/util.js.map +0 -1
- package/dist/api/queue/validation.d.ts +0 -247
- package/dist/api/queue/validation.d.ts.map +0 -1
- package/dist/api/queue/validation.js +0 -513
- package/dist/api/queue/validation.js.map +0 -1
- package/dist/api/queue/websocket.d.ts +0 -172
- package/dist/api/queue/websocket.d.ts.map +0 -1
- package/dist/api/queue/websocket.js +0 -396
- package/dist/api/queue/websocket.js.map +0 -1
- package/dist/api/region/create.d.ts.map +0 -1
- package/dist/api/region/create.js.map +0 -1
- package/dist/api/region/delete.d.ts.map +0 -1
- package/dist/api/region/delete.js.map +0 -1
- package/dist/api/region/index.d.ts.map +0 -1
- package/dist/api/region/index.js.map +0 -1
- package/dist/api/region/list.d.ts.map +0 -1
- package/dist/api/region/list.js.map +0 -1
- package/dist/api/region/resources.d.ts.map +0 -1
- package/dist/api/region/resources.js.map +0 -1
- package/dist/api/region/util.d.ts.map +0 -1
- package/dist/api/region/util.js.map +0 -1
- package/dist/api/sandbox/cli-list.d.ts +0 -114
- package/dist/api/sandbox/cli-list.d.ts.map +0 -1
- package/dist/api/sandbox/cli-list.js +0 -71
- package/dist/api/sandbox/cli-list.js.map +0 -1
- package/dist/api/sandbox/client.d.ts +0 -192
- package/dist/api/sandbox/client.d.ts.map +0 -1
- package/dist/api/sandbox/client.js +0 -262
- package/dist/api/sandbox/client.js.map +0 -1
- package/dist/api/sandbox/create.d.ts +0 -118
- package/dist/api/sandbox/create.d.ts.map +0 -1
- package/dist/api/sandbox/create.js +0 -211
- package/dist/api/sandbox/create.js.map +0 -1
- package/dist/api/sandbox/destroy.d.ts +0 -22
- package/dist/api/sandbox/destroy.d.ts.map +0 -1
- package/dist/api/sandbox/destroy.js +0 -25
- package/dist/api/sandbox/destroy.js.map +0 -1
- package/dist/api/sandbox/disk-checkpoint.d.ts +0 -104
- package/dist/api/sandbox/disk-checkpoint.d.ts.map +0 -1
- package/dist/api/sandbox/disk-checkpoint.js +0 -104
- package/dist/api/sandbox/disk-checkpoint.js.map +0 -1
- package/dist/api/sandbox/execute.d.ts +0 -69
- package/dist/api/sandbox/execute.d.ts.map +0 -1
- package/dist/api/sandbox/execute.js +0 -103
- package/dist/api/sandbox/execute.js.map +0 -1
- package/dist/api/sandbox/execution.d.ts +0 -169
- package/dist/api/sandbox/execution.d.ts.map +0 -1
- package/dist/api/sandbox/execution.js +0 -118
- package/dist/api/sandbox/execution.js.map +0 -1
- package/dist/api/sandbox/files.d.ts +0 -261
- package/dist/api/sandbox/files.d.ts.map +0 -1
- package/dist/api/sandbox/files.js +0 -386
- package/dist/api/sandbox/files.js.map +0 -1
- package/dist/api/sandbox/get.d.ts +0 -283
- package/dist/api/sandbox/get.d.ts.map +0 -1
- package/dist/api/sandbox/get.js +0 -215
- package/dist/api/sandbox/get.js.map +0 -1
- package/dist/api/sandbox/getStatus.d.ts +0 -16
- package/dist/api/sandbox/getStatus.d.ts.map +0 -1
- package/dist/api/sandbox/getStatus.js +0 -32
- package/dist/api/sandbox/getStatus.js.map +0 -1
- package/dist/api/sandbox/index.d.ts +0 -39
- package/dist/api/sandbox/index.d.ts.map +0 -1
- package/dist/api/sandbox/index.js +0 -20
- package/dist/api/sandbox/index.js.map +0 -1
- package/dist/api/sandbox/list.d.ts +0 -293
- package/dist/api/sandbox/list.d.ts.map +0 -1
- package/dist/api/sandbox/list.js +0 -191
- package/dist/api/sandbox/list.js.map +0 -1
- package/dist/api/sandbox/pause.d.ts +0 -22
- package/dist/api/sandbox/pause.d.ts.map +0 -1
- package/dist/api/sandbox/pause.js +0 -25
- package/dist/api/sandbox/pause.js.map +0 -1
- package/dist/api/sandbox/resolve.d.ts +0 -82
- package/dist/api/sandbox/resolve.d.ts.map +0 -1
- package/dist/api/sandbox/resolve.js +0 -71
- package/dist/api/sandbox/resolve.js.map +0 -1
- package/dist/api/sandbox/resume.d.ts +0 -22
- package/dist/api/sandbox/resume.d.ts.map +0 -1
- package/dist/api/sandbox/resume.js +0 -25
- package/dist/api/sandbox/resume.js.map +0 -1
- package/dist/api/sandbox/run.d.ts +0 -28
- package/dist/api/sandbox/run.d.ts.map +0 -1
- package/dist/api/sandbox/run.js +0 -342
- package/dist/api/sandbox/run.js.map +0 -1
- package/dist/api/sandbox/runtime.d.ts +0 -83
- package/dist/api/sandbox/runtime.d.ts.map +0 -1
- package/dist/api/sandbox/runtime.js +0 -78
- package/dist/api/sandbox/runtime.js.map +0 -1
- package/dist/api/sandbox/snapshot-build.d.ts.map +0 -1
- package/dist/api/sandbox/snapshot-build.js.map +0 -1
- package/dist/api/sandbox/snapshot.d.ts +0 -595
- package/dist/api/sandbox/snapshot.d.ts.map +0 -1
- package/dist/api/sandbox/snapshot.js +0 -598
- package/dist/api/sandbox/snapshot.js.map +0 -1
- package/dist/api/sandbox/util.d.ts +0 -284
- package/dist/api/sandbox/util.d.ts.map +0 -1
- package/dist/api/sandbox/util.js +0 -210
- package/dist/api/sandbox/util.js.map +0 -1
- package/dist/api/services/index.d.ts +0 -2
- package/dist/api/services/index.d.ts.map +0 -1
- package/dist/api/services/index.js +0 -2
- package/dist/api/services/index.js.map +0 -1
- package/dist/api/services/stats.d.ts +0 -263
- package/dist/api/services/stats.d.ts.map +0 -1
- package/dist/api/services/stats.js +0 -144
- package/dist/api/services/stats.js.map +0 -1
- package/dist/api/session/get.d.ts +0 -169
- package/dist/api/session/get.d.ts.map +0 -1
- package/dist/api/session/get.js.map +0 -1
- package/dist/api/session/index.d.ts +0 -4
- package/dist/api/session/index.d.ts.map +0 -1
- package/dist/api/session/index.js +0 -4
- package/dist/api/session/index.js.map +0 -1
- package/dist/api/session/list.d.ts +0 -143
- package/dist/api/session/list.d.ts.map +0 -1
- package/dist/api/session/list.js +0 -91
- package/dist/api/session/list.js.map +0 -1
- package/dist/api/session/logs.d.ts.map +0 -1
- package/dist/api/session/logs.js.map +0 -1
- package/dist/api/session/util.d.ts.map +0 -1
- package/dist/api/session/util.js.map +0 -1
- package/dist/api/storage/config.d.ts.map +0 -1
- package/dist/api/storage/config.js.map +0 -1
- package/dist/api/storage/index.d.ts.map +0 -1
- package/dist/api/storage/index.js.map +0 -1
- package/dist/api/storage/objects.d.ts +0 -155
- package/dist/api/storage/objects.d.ts.map +0 -1
- package/dist/api/storage/objects.js +0 -148
- package/dist/api/storage/objects.js.map +0 -1
- package/dist/api/storage/types.d.ts.map +0 -1
- package/dist/api/storage/types.js.map +0 -1
- package/dist/api/storage/util.d.ts.map +0 -1
- package/dist/api/storage/util.js.map +0 -1
- package/dist/api/stream/get.d.ts.map +0 -1
- package/dist/api/stream/get.js.map +0 -1
- package/dist/api/stream/index.d.ts +0 -4
- package/dist/api/stream/index.d.ts.map +0 -1
- package/dist/api/stream/index.js +0 -4
- package/dist/api/stream/index.js.map +0 -1
- package/dist/api/stream/list.d.ts +0 -120
- package/dist/api/stream/list.d.ts.map +0 -1
- package/dist/api/stream/list.js +0 -77
- package/dist/api/stream/list.js.map +0 -1
- package/dist/api/stream/util.d.ts.map +0 -1
- package/dist/api/stream/util.js.map +0 -1
- package/dist/api/thread/delete.d.ts.map +0 -1
- package/dist/api/thread/delete.js.map +0 -1
- package/dist/api/thread/get.d.ts.map +0 -1
- package/dist/api/thread/get.js.map +0 -1
- package/dist/api/thread/index.d.ts.map +0 -1
- package/dist/api/thread/index.js.map +0 -1
- package/dist/api/thread/list.d.ts +0 -69
- package/dist/api/thread/list.d.ts.map +0 -1
- package/dist/api/thread/list.js +0 -51
- package/dist/api/thread/list.js.map +0 -1
- package/dist/api/thread/util.d.ts.map +0 -1
- package/dist/api/thread/util.js.map +0 -1
- package/dist/api/user/index.d.ts.map +0 -1
- package/dist/api/user/index.js.map +0 -1
- package/dist/api/user/util.d.ts.map +0 -1
- package/dist/api/user/util.js.map +0 -1
- package/dist/api/user/whoami.d.ts.map +0 -1
- package/dist/api/user/whoami.js.map +0 -1
- package/dist/api/webhook/deliveries.d.ts +0 -94
- package/dist/api/webhook/deliveries.d.ts.map +0 -1
- package/dist/api/webhook/deliveries.js.map +0 -1
- package/dist/api/webhook/destinations.d.ts +0 -136
- package/dist/api/webhook/destinations.d.ts.map +0 -1
- package/dist/api/webhook/destinations.js.map +0 -1
- package/dist/api/webhook/index.d.ts +0 -41
- package/dist/api/webhook/index.d.ts.map +0 -1
- package/dist/api/webhook/index.js +0 -59
- package/dist/api/webhook/index.js.map +0 -1
- package/dist/api/webhook/receipts.d.ts.map +0 -1
- package/dist/api/webhook/receipts.js.map +0 -1
- package/dist/api/webhook/types.d.ts +0 -249
- package/dist/api/webhook/types.d.ts.map +0 -1
- package/dist/api/webhook/types.js +0 -221
- package/dist/api/webhook/types.js.map +0 -1
- package/dist/api/webhook/util.d.ts.map +0 -1
- package/dist/api/webhook/util.js.map +0 -1
- package/dist/api/webhook/webhooks.d.ts +0 -146
- package/dist/api/webhook/webhooks.d.ts.map +0 -1
- package/dist/api/webhook/webhooks.js.map +0 -1
- package/dist/services/email.d.ts +0 -901
- package/dist/services/email.d.ts.map +0 -1
- package/dist/services/email.js +0 -722
- package/dist/services/email.js.map +0 -1
- package/dist/services/evalrun.d.ts +0 -93
- package/dist/services/evalrun.d.ts.map +0 -1
- package/dist/services/evalrun.js +0 -24
- package/dist/services/evalrun.js.map +0 -1
- package/dist/services/keyvalue.d.ts +0 -283
- package/dist/services/keyvalue.d.ts.map +0 -1
- package/dist/services/keyvalue.js +0 -305
- package/dist/services/keyvalue.js.map +0 -1
- package/dist/services/queue.d.ts +0 -361
- package/dist/services/queue.d.ts.map +0 -1
- package/dist/services/queue.js +0 -308
- package/dist/services/queue.js.map +0 -1
- package/dist/services/sandbox.d.ts +0 -1241
- package/dist/services/sandbox.d.ts.map +0 -1
- package/dist/services/sandbox.js +0 -6
- package/dist/services/sandbox.js.map +0 -1
- package/dist/services/schedule.d.ts +0 -501
- package/dist/services/schedule.d.ts.map +0 -1
- package/dist/services/schedule.js +0 -425
- package/dist/services/schedule.js.map +0 -1
- package/dist/services/session.d.ts +0 -127
- package/dist/services/session.d.ts.map +0 -1
- package/dist/services/session.js +0 -42
- package/dist/services/session.js.map +0 -1
- package/dist/services/stream.d.ts +0 -293
- package/dist/services/stream.d.ts.map +0 -1
- package/dist/services/stream.js +0 -500
- package/dist/services/stream.js.map +0 -1
- package/dist/services/task.d.ts +0 -1337
- package/dist/services/task.d.ts.map +0 -1
- package/dist/services/task.js +0 -1397
- package/dist/services/task.js.map +0 -1
- package/dist/services/vector.d.ts +0 -498
- package/dist/services/vector.d.ts.map +0 -1
- package/dist/services/vector.js +0 -381
- package/dist/services/vector.js.map +0 -1
- package/dist/services/webhook.d.ts +0 -454
- package/dist/services/webhook.d.ts.map +0 -1
- package/dist/services/webhook.js +0 -589
- package/dist/services/webhook.js.map +0 -1
- package/src/api/api.ts +0 -931
- package/src/api/apikey/create.ts +0 -41
- package/src/api/apikey/list.ts +0 -64
- package/src/api/config.ts +0 -60
- package/src/api/db/index.ts +0 -27
- package/src/api/db/query.ts +0 -67
- package/src/api/db/tables.ts +0 -92
- package/src/api/eval/index.ts +0 -28
- package/src/api/index.ts +0 -20
- package/src/api/machine/machine.ts +0 -160
- package/src/api/org/env-get.ts +0 -43
- package/src/api/org/resources.ts +0 -140
- package/src/api/project/delete.ts +0 -25
- package/src/api/project/deploy.ts +0 -458
- package/src/api/project/deployment.ts +0 -195
- package/src/api/project/hostname.ts +0 -73
- package/src/api/project/malware.ts +0 -68
- package/src/api/queue/analytics.ts +0 -311
- package/src/api/queue/destinations.ts +0 -259
- package/src/api/queue/index.ts +0 -308
- package/src/api/queue/sources.ts +0 -294
- package/src/api/queue/types.ts +0 -1325
- package/src/api/queue/util.ts +0 -275
- package/src/api/queue/validation.ts +0 -560
- package/src/api/queue/websocket.ts +0 -521
- package/src/api/sandbox/cli-list.ts +0 -127
- package/src/api/sandbox/client.ts +0 -460
- package/src/api/sandbox/create.ts +0 -256
- package/src/api/sandbox/destroy.ts +0 -41
- package/src/api/sandbox/disk-checkpoint.ts +0 -179
- package/src/api/sandbox/execute.ts +0 -132
- package/src/api/sandbox/execution.ts +0 -183
- package/src/api/sandbox/files.ts +0 -596
- package/src/api/sandbox/get.ts +0 -249
- package/src/api/sandbox/getStatus.ts +0 -54
- package/src/api/sandbox/index.ts +0 -211
- package/src/api/sandbox/list.ts +0 -224
- package/src/api/sandbox/pause.ts +0 -39
- package/src/api/sandbox/resolve.ts +0 -98
- package/src/api/sandbox/resume.ts +0 -39
- package/src/api/sandbox/run.ts +0 -439
- package/src/api/sandbox/runtime.ts +0 -104
- package/src/api/sandbox/snapshot.ts +0 -781
- package/src/api/sandbox/util.ts +0 -275
- package/src/api/services/index.ts +0 -1
- package/src/api/services/stats.ts +0 -213
- package/src/api/session/get.ts +0 -106
- package/src/api/session/index.ts +0 -3
- package/src/api/session/list.ts +0 -136
- package/src/api/storage/objects.ts +0 -250
- package/src/api/stream/index.ts +0 -3
- package/src/api/stream/list.ts +0 -127
- package/src/api/thread/list.ts +0 -76
- package/src/api/webhook/index.ts +0 -133
- package/src/api/webhook/types.ts +0 -309
- package/src/services/email.ts +0 -1410
- package/src/services/keyvalue.ts +0 -620
- package/src/services/queue.ts +0 -603
- package/src/services/sandbox.ts +0 -1466
- package/src/services/schedule.ts +0 -763
- package/src/services/stream.ts +0 -886
- package/src/services/task.ts +0 -2611
- package/src/services/vector.ts +0 -1119
- package/src/services/webhook.ts +0 -921
- /package/dist/{api → services}/apikey/delete.d.ts +0 -0
- /package/dist/{api → services}/apikey/delete.js +0 -0
- /package/dist/{api → services}/apikey/get.d.ts +0 -0
- /package/dist/{api → services}/apikey/get.js +0 -0
- /package/dist/{api → services}/apikey/index.d.ts +0 -0
- /package/dist/{api → services}/apikey/index.js +0 -0
- /package/dist/{api → services}/apikey/util.d.ts +0 -0
- /package/dist/{api → services}/apikey/util.js +0 -0
- /package/dist/{api → services}/db/logs.d.ts +0 -0
- /package/dist/{api → services}/db/logs.js +0 -0
- /package/dist/{api → services}/db/util.d.ts +0 -0
- /package/dist/{api → services}/db/util.js +0 -0
- /package/dist/{api → services}/env.d.ts +0 -0
- /package/dist/{api → services}/env.js +0 -0
- /package/dist/{api → services}/eval/get.d.ts +0 -0
- /package/dist/{api → services}/eval/get.js +0 -0
- /package/dist/{api → services}/eval/list.d.ts +0 -0
- /package/dist/{api → services}/eval/list.js +0 -0
- /package/dist/{api → services}/eval/run-get.d.ts +0 -0
- /package/dist/{api → services}/eval/run-get.js +0 -0
- /package/dist/{api → services}/eval/run-list.d.ts +0 -0
- /package/dist/{api → services}/eval/run-list.js +0 -0
- /package/dist/{api → services}/logger.d.ts +0 -0
- /package/dist/{api → services}/logger.js +0 -0
- /package/dist/{api → services}/machine/index.d.ts +0 -0
- /package/dist/{api → services}/machine/index.js +0 -0
- /package/dist/{api → services}/machine/machine.d.ts +0 -0
- /package/dist/{api → services}/machine/util.d.ts +0 -0
- /package/dist/{api → services}/machine/util.js +0 -0
- /package/dist/{api → services}/org/env-delete.d.ts +0 -0
- /package/dist/{api → services}/org/env-delete.js +0 -0
- /package/dist/{api → services}/org/env-update.d.ts +0 -0
- /package/dist/{api → services}/org/env-update.js +0 -0
- /package/dist/{api → services}/org/index.d.ts +0 -0
- /package/dist/{api → services}/org/index.js +0 -0
- /package/dist/{api → services}/org/list.d.ts +0 -0
- /package/dist/{api → services}/org/list.js +0 -0
- /package/dist/{api → services}/org/util.d.ts +0 -0
- /package/dist/{api → services}/org/util.js +0 -0
- /package/dist/{api → services}/project/agent.d.ts +0 -0
- /package/dist/{api → services}/project/agent.js +0 -0
- /package/dist/{api → services}/project/create.d.ts +0 -0
- /package/dist/{api → services}/project/create.js +0 -0
- /package/dist/{api → services}/project/delete.d.ts +0 -0
- /package/dist/{api → services}/project/deploy.js +0 -0
- /package/dist/{api → services}/project/deployment.d.ts +0 -0
- /package/dist/{api → services}/project/env-delete.d.ts +0 -0
- /package/dist/{api → services}/project/env-delete.js +0 -0
- /package/dist/{api → services}/project/env-update.d.ts +0 -0
- /package/dist/{api → services}/project/env-update.js +0 -0
- /package/dist/{api → services}/project/exists.d.ts +0 -0
- /package/dist/{api → services}/project/exists.js +0 -0
- /package/dist/{api → services}/project/get.d.ts +0 -0
- /package/dist/{api → services}/project/get.js +0 -0
- /package/dist/{api → services}/project/hostname.d.ts +0 -0
- /package/dist/{api → services}/project/index.d.ts +0 -0
- /package/dist/{api → services}/project/index.js +0 -0
- /package/dist/{api → services}/project/list.d.ts +0 -0
- /package/dist/{api → services}/project/list.js +0 -0
- /package/dist/{api → services}/project/malware.d.ts +0 -0
- /package/dist/{api → services}/project/update-region.d.ts +0 -0
- /package/dist/{api → services}/project/update-region.js +0 -0
- /package/dist/{api → services}/project/util.d.ts +0 -0
- /package/dist/{api → services}/project/util.js +0 -0
- /package/dist/{api → services}/queue/dlq.js +0 -0
- /package/dist/{api → services}/queue/messages.js +0 -0
- /package/dist/{api → services}/queue/queues.js +0 -0
- /package/dist/{api → services}/region/create.d.ts +0 -0
- /package/dist/{api → services}/region/create.js +0 -0
- /package/dist/{api → services}/region/delete.d.ts +0 -0
- /package/dist/{api → services}/region/delete.js +0 -0
- /package/dist/{api → services}/region/index.d.ts +0 -0
- /package/dist/{api → services}/region/index.js +0 -0
- /package/dist/{api → services}/region/list.d.ts +0 -0
- /package/dist/{api → services}/region/list.js +0 -0
- /package/dist/{api → services}/region/resources.d.ts +0 -0
- /package/dist/{api → services}/region/resources.js +0 -0
- /package/dist/{api → services}/region/util.d.ts +0 -0
- /package/dist/{api → services}/region/util.js +0 -0
- /package/dist/{api → services}/sandbox/snapshot-build.d.ts +0 -0
- /package/dist/{api → services}/sandbox/snapshot-build.js +0 -0
- /package/dist/{api → services}/session/get.js +0 -0
- /package/dist/{api → services}/session/logs.d.ts +0 -0
- /package/dist/{api → services}/session/logs.js +0 -0
- /package/dist/{api → services}/session/util.d.ts +0 -0
- /package/dist/{api → services}/session/util.js +0 -0
- /package/dist/{api → services}/storage/config.d.ts +0 -0
- /package/dist/{api → services}/storage/config.js +0 -0
- /package/dist/{api → services}/storage/index.d.ts +0 -0
- /package/dist/{api → services}/storage/index.js +0 -0
- /package/dist/{api → services}/storage/types.d.ts +0 -0
- /package/dist/{api → services}/storage/types.js +0 -0
- /package/dist/{api → services}/storage/util.d.ts +0 -0
- /package/dist/{api → services}/storage/util.js +0 -0
- /package/dist/{api → services}/stream/get.d.ts +0 -0
- /package/dist/{api → services}/stream/get.js +0 -0
- /package/dist/{api → services}/stream/util.d.ts +0 -0
- /package/dist/{api → services}/stream/util.js +0 -0
- /package/dist/{api → services}/thread/delete.d.ts +0 -0
- /package/dist/{api → services}/thread/delete.js +0 -0
- /package/dist/{api → services}/thread/get.d.ts +0 -0
- /package/dist/{api → services}/thread/get.js +0 -0
- /package/dist/{api → services}/thread/index.d.ts +0 -0
- /package/dist/{api → services}/thread/index.js +0 -0
- /package/dist/{api → services}/thread/util.d.ts +0 -0
- /package/dist/{api → services}/thread/util.js +0 -0
- /package/dist/{api → services}/user/index.d.ts +0 -0
- /package/dist/{api → services}/user/index.js +0 -0
- /package/dist/{api → services}/user/util.d.ts +0 -0
- /package/dist/{api → services}/user/util.js +0 -0
- /package/dist/{api → services}/user/whoami.d.ts +0 -0
- /package/dist/{api → services}/user/whoami.js +0 -0
- /package/dist/{api → services}/webhook/deliveries.js +0 -0
- /package/dist/{api → services}/webhook/destinations.js +0 -0
- /package/dist/{api → services}/webhook/receipts.d.ts +0 -0
- /package/dist/{api → services}/webhook/receipts.js +0 -0
- /package/dist/{api → services}/webhook/util.d.ts +0 -0
- /package/dist/{api → services}/webhook/util.js +0 -0
- /package/dist/{api → services}/webhook/webhooks.js +0 -0
- /package/src/{api → services}/api-example.md +0 -0
- /package/src/{api → services}/apikey/delete.ts +0 -0
- /package/src/{api → services}/apikey/get.ts +0 -0
- /package/src/{api → services}/apikey/index.ts +0 -0
- /package/src/{api → services}/apikey/util.ts +0 -0
- /package/src/{api → services}/db/logs.ts +0 -0
- /package/src/{api → services}/db/util.ts +0 -0
- /package/src/{api → services}/env.ts +0 -0
- /package/src/services/{evalrun.ts → eval/events.ts} +0 -0
- /package/src/{api → services}/eval/get.ts +0 -0
- /package/src/{api → services}/eval/list.ts +0 -0
- /package/src/{api → services}/eval/run-get.ts +0 -0
- /package/src/{api → services}/eval/run-list.ts +0 -0
- /package/src/{api → services}/logger.ts +0 -0
- /package/src/{api → services}/machine/index.ts +0 -0
- /package/src/{api → services}/machine/util.ts +0 -0
- /package/src/{api → services}/org/env-delete.ts +0 -0
- /package/src/{api → services}/org/env-update.ts +0 -0
- /package/src/{api → services}/org/index.ts +0 -0
- /package/src/{api → services}/org/list.ts +0 -0
- /package/src/{api → services}/org/util.ts +0 -0
- /package/src/{api → services}/project/agent.ts +0 -0
- /package/src/{api → services}/project/create.ts +0 -0
- /package/src/{api → services}/project/env-delete.ts +0 -0
- /package/src/{api → services}/project/env-update.ts +0 -0
- /package/src/{api → services}/project/exists.ts +0 -0
- /package/src/{api → services}/project/get.ts +0 -0
- /package/src/{api → services}/project/index.ts +0 -0
- /package/src/{api → services}/project/list.ts +0 -0
- /package/src/{api → services}/project/update-region.ts +0 -0
- /package/src/{api → services}/project/util.ts +0 -0
- /package/src/{api → services}/queue/dlq.ts +0 -0
- /package/src/{api → services}/queue/messages.ts +0 -0
- /package/src/{api → services}/queue/queues.ts +0 -0
- /package/src/{api → services}/region/create.ts +0 -0
- /package/src/{api → services}/region/delete.ts +0 -0
- /package/src/{api → services}/region/index.ts +0 -0
- /package/src/{api → services}/region/list.ts +0 -0
- /package/src/{api → services}/region/resources.ts +0 -0
- /package/src/{api → services}/region/util.ts +0 -0
- /package/src/{api → services}/sandbox/snapshot-build.ts +0 -0
- /package/src/services/{session.ts → session/events.ts} +0 -0
- /package/src/{api → services}/session/logs.ts +0 -0
- /package/src/{api → services}/session/util.ts +0 -0
- /package/src/{api → services}/storage/config.ts +0 -0
- /package/src/{api → services}/storage/index.ts +0 -0
- /package/src/{api → services}/storage/types.ts +0 -0
- /package/src/{api → services}/storage/util.ts +0 -0
- /package/src/{api → services}/stream/get.ts +0 -0
- /package/src/{api → services}/stream/util.ts +0 -0
- /package/src/{api → services}/thread/delete.ts +0 -0
- /package/src/{api → services}/thread/get.ts +0 -0
- /package/src/{api → services}/thread/index.ts +0 -0
- /package/src/{api → services}/thread/util.ts +0 -0
- /package/src/{api → services}/user/index.ts +0 -0
- /package/src/{api → services}/user/util.ts +0 -0
- /package/src/{api → services}/user/whoami.ts +0 -0
- /package/src/{api → services}/webhook/deliveries.ts +0 -0
- /package/src/{api → services}/webhook/destinations.ts +0 -0
- /package/src/{api → services}/webhook/receipts.ts +0 -0
- /package/src/{api → services}/webhook/util.ts +0 -0
- /package/src/{api → services}/webhook/webhooks.ts +0 -0
|
@@ -0,0 +1,851 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Resource limits for a sandbox using Kubernetes-style units
|
|
4
|
+
*/
|
|
5
|
+
export declare const SandboxResourcesSchema: z.ZodObject<{
|
|
6
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
7
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
8
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
export type SandboxResources = z.infer<typeof SandboxResourcesSchema>;
|
|
11
|
+
/** Sandbox status */
|
|
12
|
+
export declare const SandboxStatusSchema: z.ZodEnum<{
|
|
13
|
+
failed: "failed";
|
|
14
|
+
deleted: "deleted";
|
|
15
|
+
paused: "paused";
|
|
16
|
+
idle: "idle";
|
|
17
|
+
creating: "creating";
|
|
18
|
+
running: "running";
|
|
19
|
+
stopping: "stopping";
|
|
20
|
+
suspended: "suspended";
|
|
21
|
+
terminated: "terminated";
|
|
22
|
+
}>;
|
|
23
|
+
export type SandboxStatus = z.infer<typeof SandboxStatusSchema>;
|
|
24
|
+
export declare const SandboxSortFieldSchema: z.ZodEnum<{
|
|
25
|
+
name: "name";
|
|
26
|
+
status: "status";
|
|
27
|
+
created: "created";
|
|
28
|
+
mode: "mode";
|
|
29
|
+
updated: "updated";
|
|
30
|
+
execution_count: "execution_count";
|
|
31
|
+
}>;
|
|
32
|
+
export type SandboxSortField = z.infer<typeof SandboxSortFieldSchema>;
|
|
33
|
+
export declare const SnapshotSortFieldSchema: z.ZodEnum<{
|
|
34
|
+
name: "name";
|
|
35
|
+
size: "size";
|
|
36
|
+
created: "created";
|
|
37
|
+
files: "files";
|
|
38
|
+
}>;
|
|
39
|
+
export type SnapshotSortField = z.infer<typeof SnapshotSortFieldSchema>;
|
|
40
|
+
export declare const RuntimeSortFieldSchema: z.ZodEnum<{
|
|
41
|
+
name: "name";
|
|
42
|
+
created: "created";
|
|
43
|
+
}>;
|
|
44
|
+
export type RuntimeSortField = z.infer<typeof RuntimeSortFieldSchema>;
|
|
45
|
+
/** Runtime information for a sandbox */
|
|
46
|
+
export declare const SandboxRuntimeRequirementsSchema: z.ZodObject<{
|
|
47
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
48
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
49
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
50
|
+
networkEnabled: z.ZodBoolean;
|
|
51
|
+
}, z.core.$strip>;
|
|
52
|
+
export type SandboxRuntimeRequirements = z.infer<typeof SandboxRuntimeRequirementsSchema>;
|
|
53
|
+
export declare const SandboxRuntimeSchema: z.ZodObject<{
|
|
54
|
+
id: z.ZodString;
|
|
55
|
+
name: z.ZodString;
|
|
56
|
+
description: z.ZodOptional<z.ZodString>;
|
|
57
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
58
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
59
|
+
url: z.ZodOptional<z.ZodString>;
|
|
60
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
61
|
+
requirements: z.ZodOptional<z.ZodObject<{
|
|
62
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
63
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
64
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
65
|
+
networkEnabled: z.ZodBoolean;
|
|
66
|
+
}, z.core.$strip>>;
|
|
67
|
+
readme: z.ZodOptional<z.ZodString>;
|
|
68
|
+
}, z.core.$strip>;
|
|
69
|
+
export type SandboxRuntime = z.infer<typeof SandboxRuntimeSchema>;
|
|
70
|
+
/** Runtime information included in sandbox responses */
|
|
71
|
+
export declare const SandboxRuntimeInfoSchema: z.ZodObject<{
|
|
72
|
+
id: z.ZodString;
|
|
73
|
+
name: z.ZodString;
|
|
74
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
75
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
76
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
77
|
+
}, z.core.$strip>;
|
|
78
|
+
export type SandboxRuntimeInfo = z.infer<typeof SandboxRuntimeInfoSchema>;
|
|
79
|
+
/** Snapshot user information (for private snapshots) */
|
|
80
|
+
export declare const SandboxSnapshotUserInfoSchema: z.ZodObject<{
|
|
81
|
+
id: z.ZodString;
|
|
82
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
83
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
84
|
+
}, z.core.$strip>;
|
|
85
|
+
export type SandboxSnapshotUserInfo = z.infer<typeof SandboxSnapshotUserInfoSchema>;
|
|
86
|
+
/** Snapshot org information (for public snapshots) */
|
|
87
|
+
export declare const SandboxSnapshotOrgInfoSchema: z.ZodObject<{
|
|
88
|
+
id: z.ZodString;
|
|
89
|
+
name: z.ZodString;
|
|
90
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
91
|
+
}, z.core.$strip>;
|
|
92
|
+
export type SandboxSnapshotOrgInfo = z.infer<typeof SandboxSnapshotOrgInfoSchema>;
|
|
93
|
+
/** Public snapshot information - includes org info */
|
|
94
|
+
export declare const SandboxSnapshotInfoPublicSchema: z.ZodObject<{
|
|
95
|
+
id: z.ZodString;
|
|
96
|
+
name: z.ZodOptional<z.ZodString>;
|
|
97
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
98
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
99
|
+
public: z.ZodLiteral<true>;
|
|
100
|
+
org: z.ZodObject<{
|
|
101
|
+
id: z.ZodString;
|
|
102
|
+
name: z.ZodString;
|
|
103
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
104
|
+
}, z.core.$strip>;
|
|
105
|
+
}, z.core.$strip>;
|
|
106
|
+
export type SandboxSnapshotInfoPublic = z.infer<typeof SandboxSnapshotInfoPublicSchema>;
|
|
107
|
+
/** Private snapshot information - includes user info */
|
|
108
|
+
export declare const SandboxSnapshotInfoPrivateSchema: z.ZodObject<{
|
|
109
|
+
id: z.ZodString;
|
|
110
|
+
name: z.ZodOptional<z.ZodString>;
|
|
111
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
112
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
113
|
+
public: z.ZodLiteral<false>;
|
|
114
|
+
user: z.ZodObject<{
|
|
115
|
+
id: z.ZodString;
|
|
116
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
117
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
118
|
+
}, z.core.$strip>;
|
|
119
|
+
}, z.core.$strip>;
|
|
120
|
+
export type SandboxSnapshotInfoPrivate = z.infer<typeof SandboxSnapshotInfoPrivateSchema>;
|
|
121
|
+
/** Snapshot information included in sandbox responses (discriminated union) */
|
|
122
|
+
export declare const SandboxSnapshotInfoSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
123
|
+
id: z.ZodString;
|
|
124
|
+
name: z.ZodOptional<z.ZodString>;
|
|
125
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
126
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
127
|
+
public: z.ZodLiteral<true>;
|
|
128
|
+
org: z.ZodObject<{
|
|
129
|
+
id: z.ZodString;
|
|
130
|
+
name: z.ZodString;
|
|
131
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
132
|
+
}, z.core.$strip>;
|
|
133
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
134
|
+
id: z.ZodString;
|
|
135
|
+
name: z.ZodOptional<z.ZodString>;
|
|
136
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
137
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
138
|
+
public: z.ZodLiteral<false>;
|
|
139
|
+
user: z.ZodObject<{
|
|
140
|
+
id: z.ZodString;
|
|
141
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
142
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
143
|
+
}, z.core.$strip>;
|
|
144
|
+
}, z.core.$strip>], "public">;
|
|
145
|
+
export type SandboxSnapshotInfo = z.infer<typeof SandboxSnapshotInfoSchema>;
|
|
146
|
+
/** Execution status */
|
|
147
|
+
export declare const ExecutionStatusSchema: z.ZodEnum<{
|
|
148
|
+
failed: "failed";
|
|
149
|
+
cancelled: "cancelled";
|
|
150
|
+
timeout: "timeout";
|
|
151
|
+
completed: "completed";
|
|
152
|
+
running: "running";
|
|
153
|
+
queued: "queued";
|
|
154
|
+
}>;
|
|
155
|
+
export type ExecutionStatus = z.infer<typeof ExecutionStatusSchema>;
|
|
156
|
+
/** Read-only stream interface for consuming streams without write access */
|
|
157
|
+
export declare const StreamReaderSchema: z.ZodObject<{
|
|
158
|
+
id: z.ZodString;
|
|
159
|
+
url: z.ZodString;
|
|
160
|
+
readonly: z.ZodLiteral<true>;
|
|
161
|
+
getReader: z.ZodCustom<() => ReadableStream<Uint8Array>, () => ReadableStream<Uint8Array>>;
|
|
162
|
+
}, z.core.$strip>;
|
|
163
|
+
export type StreamReader = z.infer<typeof StreamReaderSchema>;
|
|
164
|
+
/** Stream configuration for sandbox output */
|
|
165
|
+
export declare const SandboxStreamConfigSchema: z.ZodObject<{
|
|
166
|
+
stdout: z.ZodOptional<z.ZodString>;
|
|
167
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
168
|
+
stdin: z.ZodOptional<z.ZodString>;
|
|
169
|
+
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
170
|
+
}, z.core.$strip>;
|
|
171
|
+
export type SandboxStreamConfig = z.infer<typeof SandboxStreamConfigSchema>;
|
|
172
|
+
/** Represents a file to write to the sandbox */
|
|
173
|
+
export declare const FileToWriteSchema: z.ZodObject<{
|
|
174
|
+
path: z.ZodString;
|
|
175
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
176
|
+
}, z.core.$strip>;
|
|
177
|
+
export type FileToWrite = z.infer<typeof FileToWriteSchema>;
|
|
178
|
+
/** Command to execute in a sandbox */
|
|
179
|
+
export declare const SandboxCommandSchema: z.ZodObject<{
|
|
180
|
+
exec: z.ZodArray<z.ZodString>;
|
|
181
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
182
|
+
path: z.ZodString;
|
|
183
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
184
|
+
}, z.core.$strip>>>;
|
|
185
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
186
|
+
oneshot: "oneshot";
|
|
187
|
+
interactive: "interactive";
|
|
188
|
+
}>>;
|
|
189
|
+
}, z.core.$strip>;
|
|
190
|
+
export type SandboxCommand = z.infer<typeof SandboxCommandSchema>;
|
|
191
|
+
/** Network configuration for sandbox */
|
|
192
|
+
export declare const SandboxNetworkConfigSchema: z.ZodObject<{
|
|
193
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
194
|
+
port: z.ZodOptional<z.ZodNumber>;
|
|
195
|
+
}, z.core.$strip>;
|
|
196
|
+
export type SandboxNetworkConfig = z.infer<typeof SandboxNetworkConfigSchema>;
|
|
197
|
+
/** Timeout configuration for sandbox */
|
|
198
|
+
export declare const SandboxTimeoutConfigSchema: z.ZodObject<{
|
|
199
|
+
idle: z.ZodOptional<z.ZodString>;
|
|
200
|
+
execution: z.ZodOptional<z.ZodString>;
|
|
201
|
+
}, z.core.$strip>;
|
|
202
|
+
export type SandboxTimeoutConfig = z.infer<typeof SandboxTimeoutConfigSchema>;
|
|
203
|
+
/** Options for creating a sandbox. */
|
|
204
|
+
export declare const SandboxCreateOptionsSchema: z.ZodObject<{
|
|
205
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
206
|
+
runtime: z.ZodOptional<z.ZodString>;
|
|
207
|
+
runtimeId: z.ZodOptional<z.ZodString>;
|
|
208
|
+
name: z.ZodOptional<z.ZodString>;
|
|
209
|
+
description: z.ZodOptional<z.ZodString>;
|
|
210
|
+
resources: z.ZodOptional<z.ZodObject<{
|
|
211
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
212
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
213
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
214
|
+
}, z.core.$strip>>;
|
|
215
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
216
|
+
network: z.ZodOptional<z.ZodObject<{
|
|
217
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
218
|
+
port: z.ZodOptional<z.ZodNumber>;
|
|
219
|
+
}, z.core.$strip>>;
|
|
220
|
+
stream: z.ZodOptional<z.ZodObject<{
|
|
221
|
+
stdout: z.ZodOptional<z.ZodString>;
|
|
222
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
223
|
+
stdin: z.ZodOptional<z.ZodString>;
|
|
224
|
+
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
225
|
+
}, z.core.$strip>>;
|
|
226
|
+
timeout: z.ZodOptional<z.ZodObject<{
|
|
227
|
+
idle: z.ZodOptional<z.ZodString>;
|
|
228
|
+
execution: z.ZodOptional<z.ZodString>;
|
|
229
|
+
}, z.core.$strip>>;
|
|
230
|
+
command: z.ZodOptional<z.ZodObject<{
|
|
231
|
+
exec: z.ZodArray<z.ZodString>;
|
|
232
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
233
|
+
path: z.ZodString;
|
|
234
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
235
|
+
}, z.core.$strip>>>;
|
|
236
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
237
|
+
oneshot: "oneshot";
|
|
238
|
+
interactive: "interactive";
|
|
239
|
+
}>>;
|
|
240
|
+
}, z.core.$strip>>;
|
|
241
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
242
|
+
path: z.ZodString;
|
|
243
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
244
|
+
}, z.core.$strip>>>;
|
|
245
|
+
snapshot: z.ZodOptional<z.ZodString>;
|
|
246
|
+
dependencies: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
247
|
+
packages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
248
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
249
|
+
}, z.core.$strip>;
|
|
250
|
+
export type SandboxCreateOptions = z.infer<typeof SandboxCreateOptionsSchema>;
|
|
251
|
+
/** A sandbox instance with methods for interaction */
|
|
252
|
+
export declare const SandboxSchema: z.ZodObject<{
|
|
253
|
+
id: z.ZodString;
|
|
254
|
+
status: z.ZodEnum<{
|
|
255
|
+
failed: "failed";
|
|
256
|
+
deleted: "deleted";
|
|
257
|
+
paused: "paused";
|
|
258
|
+
idle: "idle";
|
|
259
|
+
creating: "creating";
|
|
260
|
+
running: "running";
|
|
261
|
+
stopping: "stopping";
|
|
262
|
+
suspended: "suspended";
|
|
263
|
+
terminated: "terminated";
|
|
264
|
+
}>;
|
|
265
|
+
runtime: z.ZodOptional<z.ZodObject<{
|
|
266
|
+
id: z.ZodString;
|
|
267
|
+
name: z.ZodString;
|
|
268
|
+
description: z.ZodOptional<z.ZodString>;
|
|
269
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
270
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
271
|
+
url: z.ZodOptional<z.ZodString>;
|
|
272
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
273
|
+
requirements: z.ZodOptional<z.ZodObject<{
|
|
274
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
275
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
276
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
277
|
+
networkEnabled: z.ZodBoolean;
|
|
278
|
+
}, z.core.$strip>>;
|
|
279
|
+
readme: z.ZodOptional<z.ZodString>;
|
|
280
|
+
}, z.core.$strip>>;
|
|
281
|
+
name: z.ZodOptional<z.ZodString>;
|
|
282
|
+
description: z.ZodOptional<z.ZodString>;
|
|
283
|
+
stdout: z.ZodObject<{
|
|
284
|
+
id: z.ZodString;
|
|
285
|
+
url: z.ZodString;
|
|
286
|
+
readonly: z.ZodLiteral<true>;
|
|
287
|
+
getReader: z.ZodCustom<() => ReadableStream<Uint8Array>, () => ReadableStream<Uint8Array>>;
|
|
288
|
+
}, z.core.$strip>;
|
|
289
|
+
stderr: z.ZodObject<{
|
|
290
|
+
id: z.ZodString;
|
|
291
|
+
url: z.ZodString;
|
|
292
|
+
readonly: z.ZodLiteral<true>;
|
|
293
|
+
getReader: z.ZodCustom<() => ReadableStream<Uint8Array>, () => ReadableStream<Uint8Array>>;
|
|
294
|
+
}, z.core.$strip>;
|
|
295
|
+
interleaved: z.ZodBoolean;
|
|
296
|
+
auditStreamId: z.ZodOptional<z.ZodString>;
|
|
297
|
+
execute: z.ZodCustom<(options: ExecuteOptions) => Promise<Execution>, (options: ExecuteOptions) => Promise<Execution>>;
|
|
298
|
+
writeFiles: z.ZodCustom<(files: FileToWrite[]) => Promise<void>, (files: FileToWrite[]) => Promise<void>>;
|
|
299
|
+
readFile: z.ZodCustom<(path: string) => Promise<ReadableStream<Uint8Array>>, (path: string) => Promise<ReadableStream<Uint8Array>>>;
|
|
300
|
+
destroy: z.ZodCustom<() => Promise<void>, () => Promise<void>>;
|
|
301
|
+
}, z.core.$strip>;
|
|
302
|
+
export type Sandbox = z.infer<typeof SandboxSchema>;
|
|
303
|
+
/** Information about a user who created the sandbox */
|
|
304
|
+
export declare const SandboxUserInfoSchema: z.ZodObject<{
|
|
305
|
+
id: z.ZodString;
|
|
306
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
307
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
308
|
+
}, z.core.$strip>;
|
|
309
|
+
export type SandboxUserInfo = z.infer<typeof SandboxUserInfoSchema>;
|
|
310
|
+
/** Information about an agent associated with the sandbox */
|
|
311
|
+
export declare const SandboxAgentInfoSchema: z.ZodObject<{
|
|
312
|
+
id: z.ZodString;
|
|
313
|
+
name: z.ZodString;
|
|
314
|
+
}, z.core.$strip>;
|
|
315
|
+
export type SandboxAgentInfo = z.infer<typeof SandboxAgentInfoSchema>;
|
|
316
|
+
/** Information about a project associated with the sandbox */
|
|
317
|
+
export declare const SandboxProjectInfoSchema: z.ZodObject<{
|
|
318
|
+
id: z.ZodString;
|
|
319
|
+
name: z.ZodString;
|
|
320
|
+
}, z.core.$strip>;
|
|
321
|
+
export type SandboxProjectInfo = z.infer<typeof SandboxProjectInfoSchema>;
|
|
322
|
+
/** Information about an organization associated with the sandbox */
|
|
323
|
+
export declare const SandboxOrgInfoSchema: z.ZodObject<{
|
|
324
|
+
id: z.ZodString;
|
|
325
|
+
name: z.ZodString;
|
|
326
|
+
}, z.core.$strip>;
|
|
327
|
+
export type SandboxOrgInfo = z.infer<typeof SandboxOrgInfoSchema>;
|
|
328
|
+
/** Information about a sandbox */
|
|
329
|
+
export declare const SandboxInfoSchema: z.ZodObject<{
|
|
330
|
+
sandboxId: z.ZodString;
|
|
331
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
332
|
+
name: z.ZodOptional<z.ZodString>;
|
|
333
|
+
description: z.ZodOptional<z.ZodString>;
|
|
334
|
+
status: z.ZodEnum<{
|
|
335
|
+
failed: "failed";
|
|
336
|
+
deleted: "deleted";
|
|
337
|
+
paused: "paused";
|
|
338
|
+
idle: "idle";
|
|
339
|
+
creating: "creating";
|
|
340
|
+
running: "running";
|
|
341
|
+
stopping: "stopping";
|
|
342
|
+
suspended: "suspended";
|
|
343
|
+
terminated: "terminated";
|
|
344
|
+
}>;
|
|
345
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
346
|
+
createdAt: z.ZodString;
|
|
347
|
+
region: z.ZodOptional<z.ZodString>;
|
|
348
|
+
runtime: z.ZodOptional<z.ZodObject<{
|
|
349
|
+
id: z.ZodString;
|
|
350
|
+
name: z.ZodString;
|
|
351
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
352
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
353
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
354
|
+
}, z.core.$strip>>;
|
|
355
|
+
snapshot: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
356
|
+
id: z.ZodString;
|
|
357
|
+
name: z.ZodOptional<z.ZodString>;
|
|
358
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
359
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
360
|
+
public: z.ZodLiteral<true>;
|
|
361
|
+
org: z.ZodObject<{
|
|
362
|
+
id: z.ZodString;
|
|
363
|
+
name: z.ZodString;
|
|
364
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
365
|
+
}, z.core.$strip>;
|
|
366
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
367
|
+
id: z.ZodString;
|
|
368
|
+
name: z.ZodOptional<z.ZodString>;
|
|
369
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
370
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
371
|
+
public: z.ZodLiteral<false>;
|
|
372
|
+
user: z.ZodObject<{
|
|
373
|
+
id: z.ZodString;
|
|
374
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
375
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
376
|
+
}, z.core.$strip>;
|
|
377
|
+
}, z.core.$strip>], "public">>;
|
|
378
|
+
executions: z.ZodNumber;
|
|
379
|
+
exitCode: z.ZodOptional<z.ZodNumber>;
|
|
380
|
+
stdoutStreamUrl: z.ZodOptional<z.ZodString>;
|
|
381
|
+
stderrStreamUrl: z.ZodOptional<z.ZodString>;
|
|
382
|
+
auditStreamId: z.ZodOptional<z.ZodString>;
|
|
383
|
+
auditStreamUrl: z.ZodOptional<z.ZodString>;
|
|
384
|
+
dependencies: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
385
|
+
packages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
386
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
387
|
+
resources: z.ZodOptional<z.ZodObject<{
|
|
388
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
389
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
390
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
391
|
+
}, z.core.$strip>>;
|
|
392
|
+
cpuTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
393
|
+
memoryByteSec: z.ZodOptional<z.ZodNumber>;
|
|
394
|
+
networkEgressBytes: z.ZodOptional<z.ZodNumber>;
|
|
395
|
+
networkEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
396
|
+
networkPort: z.ZodOptional<z.ZodNumber>;
|
|
397
|
+
url: z.ZodOptional<z.ZodString>;
|
|
398
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
399
|
+
id: z.ZodString;
|
|
400
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
401
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
402
|
+
}, z.core.$strip>>;
|
|
403
|
+
agent: z.ZodOptional<z.ZodObject<{
|
|
404
|
+
id: z.ZodString;
|
|
405
|
+
name: z.ZodString;
|
|
406
|
+
}, z.core.$strip>>;
|
|
407
|
+
project: z.ZodOptional<z.ZodObject<{
|
|
408
|
+
id: z.ZodString;
|
|
409
|
+
name: z.ZodString;
|
|
410
|
+
}, z.core.$strip>>;
|
|
411
|
+
org: z.ZodObject<{
|
|
412
|
+
id: z.ZodString;
|
|
413
|
+
name: z.ZodString;
|
|
414
|
+
}, z.core.$strip>;
|
|
415
|
+
timeout: z.ZodOptional<z.ZodObject<{
|
|
416
|
+
idle: z.ZodOptional<z.ZodString>;
|
|
417
|
+
execution: z.ZodOptional<z.ZodString>;
|
|
418
|
+
}, z.core.$strip>>;
|
|
419
|
+
command: z.ZodOptional<z.ZodObject<{
|
|
420
|
+
exec: z.ZodArray<z.ZodString>;
|
|
421
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
422
|
+
oneshot: "oneshot";
|
|
423
|
+
interactive: "interactive";
|
|
424
|
+
}>>;
|
|
425
|
+
}, z.core.$strip>>;
|
|
426
|
+
}, z.core.$strip>;
|
|
427
|
+
export type SandboxInfo = z.infer<typeof SandboxInfoSchema>;
|
|
428
|
+
/** Parameters for listing sandboxes */
|
|
429
|
+
export declare const ListSandboxesParamsSchema: z.ZodObject<{
|
|
430
|
+
name: z.ZodOptional<z.ZodString>;
|
|
431
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
432
|
+
oneshot: "oneshot";
|
|
433
|
+
interactive: "interactive";
|
|
434
|
+
}>>;
|
|
435
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
436
|
+
snapshotId: z.ZodOptional<z.ZodString>;
|
|
437
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
438
|
+
failed: "failed";
|
|
439
|
+
deleted: "deleted";
|
|
440
|
+
paused: "paused";
|
|
441
|
+
idle: "idle";
|
|
442
|
+
creating: "creating";
|
|
443
|
+
running: "running";
|
|
444
|
+
stopping: "stopping";
|
|
445
|
+
suspended: "suspended";
|
|
446
|
+
terminated: "terminated";
|
|
447
|
+
}>>;
|
|
448
|
+
live: z.ZodOptional<z.ZodBoolean>;
|
|
449
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
450
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
451
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
452
|
+
name: "name";
|
|
453
|
+
status: "status";
|
|
454
|
+
created: "created";
|
|
455
|
+
mode: "mode";
|
|
456
|
+
updated: "updated";
|
|
457
|
+
execution_count: "execution_count";
|
|
458
|
+
}>>;
|
|
459
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
460
|
+
asc: "asc";
|
|
461
|
+
desc: "desc";
|
|
462
|
+
}>>;
|
|
463
|
+
}, z.core.$strip>;
|
|
464
|
+
export type ListSandboxesParams = z.infer<typeof ListSandboxesParamsSchema>;
|
|
465
|
+
/** Response from listing sandboxes */
|
|
466
|
+
export declare const ListSandboxesResponseSchema: z.ZodObject<{
|
|
467
|
+
sandboxes: z.ZodArray<z.ZodObject<{
|
|
468
|
+
sandboxId: z.ZodString;
|
|
469
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
470
|
+
name: z.ZodOptional<z.ZodString>;
|
|
471
|
+
description: z.ZodOptional<z.ZodString>;
|
|
472
|
+
status: z.ZodEnum<{
|
|
473
|
+
failed: "failed";
|
|
474
|
+
deleted: "deleted";
|
|
475
|
+
paused: "paused";
|
|
476
|
+
idle: "idle";
|
|
477
|
+
creating: "creating";
|
|
478
|
+
running: "running";
|
|
479
|
+
stopping: "stopping";
|
|
480
|
+
suspended: "suspended";
|
|
481
|
+
terminated: "terminated";
|
|
482
|
+
}>;
|
|
483
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
484
|
+
createdAt: z.ZodString;
|
|
485
|
+
region: z.ZodOptional<z.ZodString>;
|
|
486
|
+
runtime: z.ZodOptional<z.ZodObject<{
|
|
487
|
+
id: z.ZodString;
|
|
488
|
+
name: z.ZodString;
|
|
489
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
490
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
491
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
492
|
+
}, z.core.$strip>>;
|
|
493
|
+
snapshot: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
494
|
+
id: z.ZodString;
|
|
495
|
+
name: z.ZodOptional<z.ZodString>;
|
|
496
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
497
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
498
|
+
public: z.ZodLiteral<true>;
|
|
499
|
+
org: z.ZodObject<{
|
|
500
|
+
id: z.ZodString;
|
|
501
|
+
name: z.ZodString;
|
|
502
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
503
|
+
}, z.core.$strip>;
|
|
504
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
505
|
+
id: z.ZodString;
|
|
506
|
+
name: z.ZodOptional<z.ZodString>;
|
|
507
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
508
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
509
|
+
public: z.ZodLiteral<false>;
|
|
510
|
+
user: z.ZodObject<{
|
|
511
|
+
id: z.ZodString;
|
|
512
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
513
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
514
|
+
}, z.core.$strip>;
|
|
515
|
+
}, z.core.$strip>], "public">>;
|
|
516
|
+
executions: z.ZodNumber;
|
|
517
|
+
exitCode: z.ZodOptional<z.ZodNumber>;
|
|
518
|
+
stdoutStreamUrl: z.ZodOptional<z.ZodString>;
|
|
519
|
+
stderrStreamUrl: z.ZodOptional<z.ZodString>;
|
|
520
|
+
auditStreamId: z.ZodOptional<z.ZodString>;
|
|
521
|
+
auditStreamUrl: z.ZodOptional<z.ZodString>;
|
|
522
|
+
dependencies: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
523
|
+
packages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
524
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
525
|
+
resources: z.ZodOptional<z.ZodObject<{
|
|
526
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
527
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
528
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
529
|
+
}, z.core.$strip>>;
|
|
530
|
+
cpuTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
531
|
+
memoryByteSec: z.ZodOptional<z.ZodNumber>;
|
|
532
|
+
networkEgressBytes: z.ZodOptional<z.ZodNumber>;
|
|
533
|
+
networkEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
+
networkPort: z.ZodOptional<z.ZodNumber>;
|
|
535
|
+
url: z.ZodOptional<z.ZodString>;
|
|
536
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
539
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
540
|
+
}, z.core.$strip>>;
|
|
541
|
+
agent: z.ZodOptional<z.ZodObject<{
|
|
542
|
+
id: z.ZodString;
|
|
543
|
+
name: z.ZodString;
|
|
544
|
+
}, z.core.$strip>>;
|
|
545
|
+
project: z.ZodOptional<z.ZodObject<{
|
|
546
|
+
id: z.ZodString;
|
|
547
|
+
name: z.ZodString;
|
|
548
|
+
}, z.core.$strip>>;
|
|
549
|
+
org: z.ZodObject<{
|
|
550
|
+
id: z.ZodString;
|
|
551
|
+
name: z.ZodString;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
timeout: z.ZodOptional<z.ZodObject<{
|
|
554
|
+
idle: z.ZodOptional<z.ZodString>;
|
|
555
|
+
execution: z.ZodOptional<z.ZodString>;
|
|
556
|
+
}, z.core.$strip>>;
|
|
557
|
+
command: z.ZodOptional<z.ZodObject<{
|
|
558
|
+
exec: z.ZodArray<z.ZodString>;
|
|
559
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
560
|
+
oneshot: "oneshot";
|
|
561
|
+
interactive: "interactive";
|
|
562
|
+
}>>;
|
|
563
|
+
}, z.core.$strip>>;
|
|
564
|
+
}, z.core.$strip>>;
|
|
565
|
+
total: z.ZodNumber;
|
|
566
|
+
}, z.core.$strip>;
|
|
567
|
+
export type ListSandboxesResponse = z.infer<typeof ListSandboxesResponseSchema>;
|
|
568
|
+
/** Parameters for listing sandbox runtimes */
|
|
569
|
+
export declare const ListRuntimesParamsSchema: z.ZodObject<{
|
|
570
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
571
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
572
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
573
|
+
name: "name";
|
|
574
|
+
created: "created";
|
|
575
|
+
}>>;
|
|
576
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
577
|
+
asc: "asc";
|
|
578
|
+
desc: "desc";
|
|
579
|
+
}>>;
|
|
580
|
+
}, z.core.$strip>;
|
|
581
|
+
export type ListRuntimesParams = z.infer<typeof ListRuntimesParamsSchema>;
|
|
582
|
+
/** Response from listing sandbox runtimes */
|
|
583
|
+
export declare const ListRuntimesResponseSchema: z.ZodObject<{
|
|
584
|
+
runtimes: z.ZodArray<z.ZodObject<{
|
|
585
|
+
id: z.ZodString;
|
|
586
|
+
name: z.ZodString;
|
|
587
|
+
description: z.ZodOptional<z.ZodString>;
|
|
588
|
+
iconUrl: z.ZodOptional<z.ZodString>;
|
|
589
|
+
brandColor: z.ZodOptional<z.ZodString>;
|
|
590
|
+
url: z.ZodOptional<z.ZodString>;
|
|
591
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
592
|
+
requirements: z.ZodOptional<z.ZodObject<{
|
|
593
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
594
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
595
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
596
|
+
networkEnabled: z.ZodBoolean;
|
|
597
|
+
}, z.core.$strip>>;
|
|
598
|
+
readme: z.ZodOptional<z.ZodString>;
|
|
599
|
+
}, z.core.$strip>>;
|
|
600
|
+
total: z.ZodNumber;
|
|
601
|
+
}, z.core.$strip>;
|
|
602
|
+
export type ListRuntimesResponse = z.infer<typeof ListRuntimesResponseSchema>;
|
|
603
|
+
/** Options for executing a command in a sandbox */
|
|
604
|
+
export declare const ExecuteOptionsSchema: z.ZodObject<{
|
|
605
|
+
command: z.ZodArray<z.ZodString>;
|
|
606
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
607
|
+
path: z.ZodString;
|
|
608
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
609
|
+
}, z.core.$strip>>>;
|
|
610
|
+
timeout: z.ZodOptional<z.ZodString>;
|
|
611
|
+
stream: z.ZodOptional<z.ZodObject<{
|
|
612
|
+
stdout: z.ZodOptional<z.ZodString>;
|
|
613
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
614
|
+
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
615
|
+
}, z.core.$strip>>;
|
|
616
|
+
signal: z.ZodOptional<z.ZodCustom<AbortSignal, AbortSignal>>;
|
|
617
|
+
}, z.core.$strip>;
|
|
618
|
+
export type ExecuteOptions = z.infer<typeof ExecuteOptionsSchema>;
|
|
619
|
+
/** An execution instance */
|
|
620
|
+
export declare const ExecutionSchema: z.ZodObject<{
|
|
621
|
+
executionId: z.ZodString;
|
|
622
|
+
status: z.ZodEnum<{
|
|
623
|
+
failed: "failed";
|
|
624
|
+
cancelled: "cancelled";
|
|
625
|
+
timeout: "timeout";
|
|
626
|
+
completed: "completed";
|
|
627
|
+
running: "running";
|
|
628
|
+
queued: "queued";
|
|
629
|
+
}>;
|
|
630
|
+
exitCode: z.ZodOptional<z.ZodNumber>;
|
|
631
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
632
|
+
stdoutStreamUrl: z.ZodOptional<z.ZodString>;
|
|
633
|
+
stderrStreamUrl: z.ZodOptional<z.ZodString>;
|
|
634
|
+
}, z.core.$strip>;
|
|
635
|
+
export type Execution = z.infer<typeof ExecutionSchema>;
|
|
636
|
+
/** Information about a file in a snapshot */
|
|
637
|
+
export declare const SnapshotFileInfoSchema: z.ZodObject<{
|
|
638
|
+
path: z.ZodString;
|
|
639
|
+
size: z.ZodNumber;
|
|
640
|
+
sha256: z.ZodString;
|
|
641
|
+
contentType: z.ZodString;
|
|
642
|
+
mode: z.ZodNumber;
|
|
643
|
+
}, z.core.$strip>;
|
|
644
|
+
export type SnapshotFileInfo = z.infer<typeof SnapshotFileInfoSchema>;
|
|
645
|
+
/** Organization information for snapshots */
|
|
646
|
+
export declare const SnapshotOrgInfoSchema: z.ZodObject<{
|
|
647
|
+
id: z.ZodString;
|
|
648
|
+
name: z.ZodString;
|
|
649
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
650
|
+
}, z.core.$strip>;
|
|
651
|
+
export type SnapshotOrgInfo = z.infer<typeof SnapshotOrgInfoSchema>;
|
|
652
|
+
/** User information for snapshots */
|
|
653
|
+
export declare const SnapshotUserInfoSchema: z.ZodObject<{
|
|
654
|
+
id: z.ZodString;
|
|
655
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
656
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
657
|
+
}, z.core.$strip>;
|
|
658
|
+
export type SnapshotUserInfo = z.infer<typeof SnapshotUserInfoSchema>;
|
|
659
|
+
/** Detailed information about a snapshot */
|
|
660
|
+
export declare const SnapshotInfoSchema: z.ZodObject<{
|
|
661
|
+
snapshotId: z.ZodString;
|
|
662
|
+
runtimeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
663
|
+
name: z.ZodString;
|
|
664
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
665
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
666
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
667
|
+
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
668
|
+
sizeBytes: z.ZodNumber;
|
|
669
|
+
fileCount: z.ZodNumber;
|
|
670
|
+
parentSnapshotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
671
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
672
|
+
orgName: z.ZodOptional<z.ZodString>;
|
|
673
|
+
orgSlug: z.ZodOptional<z.ZodString>;
|
|
674
|
+
org: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
675
|
+
id: z.ZodString;
|
|
676
|
+
name: z.ZodString;
|
|
677
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
678
|
+
}, z.core.$strip>>>;
|
|
679
|
+
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
680
|
+
id: z.ZodString;
|
|
681
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
682
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
683
|
+
}, z.core.$strip>>>;
|
|
684
|
+
createdAt: z.ZodString;
|
|
685
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
686
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
687
|
+
path: z.ZodString;
|
|
688
|
+
size: z.ZodNumber;
|
|
689
|
+
sha256: z.ZodString;
|
|
690
|
+
contentType: z.ZodString;
|
|
691
|
+
mode: z.ZodNumber;
|
|
692
|
+
}, z.core.$strip>>>>;
|
|
693
|
+
userMetadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
694
|
+
}, z.core.$strip>;
|
|
695
|
+
export type SnapshotInfo = z.infer<typeof SnapshotInfoSchema>;
|
|
696
|
+
/** Options for creating a snapshot */
|
|
697
|
+
export declare const SnapshotCreateOptionsSchema: z.ZodObject<{
|
|
698
|
+
name: z.ZodOptional<z.ZodString>;
|
|
699
|
+
description: z.ZodOptional<z.ZodString>;
|
|
700
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
701
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
702
|
+
}, z.core.$strip>;
|
|
703
|
+
export type SnapshotCreateOptions = z.infer<typeof SnapshotCreateOptionsSchema>;
|
|
704
|
+
/** Parameters for listing snapshots */
|
|
705
|
+
export declare const SnapshotListParamsSchema: z.ZodObject<{
|
|
706
|
+
sandboxId: z.ZodOptional<z.ZodString>;
|
|
707
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
708
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
709
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
710
|
+
name: "name";
|
|
711
|
+
size: "size";
|
|
712
|
+
created: "created";
|
|
713
|
+
files: "files";
|
|
714
|
+
}>>;
|
|
715
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
716
|
+
asc: "asc";
|
|
717
|
+
desc: "desc";
|
|
718
|
+
}>>;
|
|
719
|
+
}, z.core.$strip>;
|
|
720
|
+
export type SnapshotListParams = z.infer<typeof SnapshotListParamsSchema>;
|
|
721
|
+
/** Response from listing snapshots */
|
|
722
|
+
export declare const SnapshotListResponseSchema: z.ZodObject<{
|
|
723
|
+
snapshots: z.ZodArray<z.ZodObject<{
|
|
724
|
+
snapshotId: z.ZodString;
|
|
725
|
+
runtimeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
726
|
+
name: z.ZodString;
|
|
727
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
728
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
729
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
730
|
+
tag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
731
|
+
sizeBytes: z.ZodNumber;
|
|
732
|
+
fileCount: z.ZodNumber;
|
|
733
|
+
parentSnapshotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
734
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
735
|
+
orgName: z.ZodOptional<z.ZodString>;
|
|
736
|
+
orgSlug: z.ZodOptional<z.ZodString>;
|
|
737
|
+
org: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
738
|
+
id: z.ZodString;
|
|
739
|
+
name: z.ZodString;
|
|
740
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
741
|
+
}, z.core.$strip>>>;
|
|
742
|
+
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
743
|
+
id: z.ZodString;
|
|
744
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
745
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
746
|
+
}, z.core.$strip>>>;
|
|
747
|
+
createdAt: z.ZodString;
|
|
748
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
749
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
750
|
+
path: z.ZodString;
|
|
751
|
+
size: z.ZodNumber;
|
|
752
|
+
sha256: z.ZodString;
|
|
753
|
+
contentType: z.ZodString;
|
|
754
|
+
mode: z.ZodNumber;
|
|
755
|
+
}, z.core.$strip>>>>;
|
|
756
|
+
userMetadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
757
|
+
}, z.core.$strip>>;
|
|
758
|
+
total: z.ZodNumber;
|
|
759
|
+
}, z.core.$strip>;
|
|
760
|
+
export type SnapshotListResponse = z.infer<typeof SnapshotListResponseSchema>;
|
|
761
|
+
/**
|
|
762
|
+
* Service for managing sandbox snapshots
|
|
763
|
+
*/
|
|
764
|
+
export interface SnapshotService {
|
|
765
|
+
create(sandboxId: string, options?: SnapshotCreateOptions): Promise<SnapshotInfo>;
|
|
766
|
+
get(snapshotId: string): Promise<SnapshotInfo>;
|
|
767
|
+
list(params?: SnapshotListParams): Promise<SnapshotListResponse>;
|
|
768
|
+
delete(snapshotId: string): Promise<void>;
|
|
769
|
+
tag(snapshotId: string, tag: string | null): Promise<SnapshotInfo>;
|
|
770
|
+
}
|
|
771
|
+
/** Options for one-shot sandbox execution */
|
|
772
|
+
export declare const SandboxRunOptionsSchema: z.ZodObject<{
|
|
773
|
+
name: z.ZodOptional<z.ZodString>;
|
|
774
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
775
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
776
|
+
description: z.ZodOptional<z.ZodString>;
|
|
777
|
+
stream: z.ZodOptional<z.ZodObject<{
|
|
778
|
+
stdout: z.ZodOptional<z.ZodString>;
|
|
779
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
780
|
+
stdin: z.ZodOptional<z.ZodString>;
|
|
781
|
+
timestamps: z.ZodOptional<z.ZodBoolean>;
|
|
782
|
+
}, z.core.$strip>>;
|
|
783
|
+
resources: z.ZodOptional<z.ZodObject<{
|
|
784
|
+
memory: z.ZodOptional<z.ZodString>;
|
|
785
|
+
cpu: z.ZodOptional<z.ZodString>;
|
|
786
|
+
disk: z.ZodOptional<z.ZodString>;
|
|
787
|
+
}, z.core.$strip>>;
|
|
788
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
789
|
+
timeout: z.ZodOptional<z.ZodObject<{
|
|
790
|
+
idle: z.ZodOptional<z.ZodString>;
|
|
791
|
+
execution: z.ZodOptional<z.ZodString>;
|
|
792
|
+
}, z.core.$strip>>;
|
|
793
|
+
dependencies: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
794
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
795
|
+
path: z.ZodString;
|
|
796
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
797
|
+
}, z.core.$strip>>>;
|
|
798
|
+
runtime: z.ZodOptional<z.ZodString>;
|
|
799
|
+
runtimeId: z.ZodOptional<z.ZodString>;
|
|
800
|
+
network: z.ZodOptional<z.ZodObject<{
|
|
801
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
802
|
+
port: z.ZodOptional<z.ZodNumber>;
|
|
803
|
+
}, z.core.$strip>>;
|
|
804
|
+
snapshot: z.ZodOptional<z.ZodString>;
|
|
805
|
+
packages: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
806
|
+
command: z.ZodObject<{
|
|
807
|
+
exec: z.ZodArray<z.ZodString>;
|
|
808
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
809
|
+
path: z.ZodString;
|
|
810
|
+
content: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
811
|
+
}, z.core.$strip>>>;
|
|
812
|
+
}, z.core.$strip>;
|
|
813
|
+
}, z.core.$strip>;
|
|
814
|
+
export type SandboxRunOptions = z.infer<typeof SandboxRunOptionsSchema>;
|
|
815
|
+
/** Result from one-shot sandbox execution */
|
|
816
|
+
export declare const SandboxRunResultSchema: z.ZodObject<{
|
|
817
|
+
sandboxId: z.ZodString;
|
|
818
|
+
exitCode: z.ZodNumber;
|
|
819
|
+
durationMs: z.ZodNumber;
|
|
820
|
+
stdout: z.ZodOptional<z.ZodString>;
|
|
821
|
+
stderr: z.ZodOptional<z.ZodString>;
|
|
822
|
+
}, z.core.$strip>;
|
|
823
|
+
export type SandboxRunResult = z.infer<typeof SandboxRunResultSchema>;
|
|
824
|
+
/**
|
|
825
|
+
* Sandbox service for creating and managing isolated execution environments
|
|
826
|
+
*/
|
|
827
|
+
export interface SandboxService {
|
|
828
|
+
run(options: SandboxRunOptions): Promise<SandboxRunResult>;
|
|
829
|
+
create(options?: SandboxCreateOptions): Promise<Sandbox>;
|
|
830
|
+
get(sandboxId: string): Promise<SandboxInfo>;
|
|
831
|
+
list(params?: ListSandboxesParams): Promise<ListSandboxesResponse>;
|
|
832
|
+
destroy(sandboxId: string): Promise<void>;
|
|
833
|
+
snapshot: SnapshotService;
|
|
834
|
+
}
|
|
835
|
+
/** Structured error for sandbox operations */
|
|
836
|
+
export declare const SandboxError: {
|
|
837
|
+
new (args?: ({
|
|
838
|
+
sandboxId?: string;
|
|
839
|
+
executionId?: string;
|
|
840
|
+
} & {
|
|
841
|
+
message?: string;
|
|
842
|
+
cause?: unknown;
|
|
843
|
+
}) | undefined): import("../../error.ts").RichError & {
|
|
844
|
+
readonly _tag: "SandboxError";
|
|
845
|
+
} & Readonly<{
|
|
846
|
+
sandboxId?: string;
|
|
847
|
+
executionId?: string;
|
|
848
|
+
}>;
|
|
849
|
+
readonly defaultMessage?: string;
|
|
850
|
+
};
|
|
851
|
+
//# sourceMappingURL=types.d.ts.map
|