@hatchet-dev/typescript-sdk 1.14.0 → 1.15.0
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/docs/doc_types.d.ts +12 -0
- package/docs/doc_types.js +62 -0
- package/docs/generate.js +87 -0
- package/docs/paths.d.ts +2 -0
- package/docs/paths.js +16 -0
- package/docs/shared.d.ts +3 -0
- package/docs/shared.js +6 -0
- package/package.json +4 -3
- package/{clients → src/clients}/admin/admin-client.d.ts +17 -9
- package/{clients → src/clients}/admin/admin-client.js +26 -10
- package/{clients → src/clients}/dispatcher/action-listener.d.ts +4 -4
- package/{clients → src/clients}/dispatcher/action-listener.js +3 -3
- package/{clients → src/clients}/dispatcher/dispatcher-client.d.ts +9 -9
- package/{clients → src/clients}/dispatcher/dispatcher-client.js +5 -5
- package/{clients → src/clients}/dispatcher/heartbeat/heartbeat-controller.d.ts +2 -2
- package/{clients → src/clients}/dispatcher/heartbeat/heartbeat-controller.js +1 -1
- package/{clients → src/clients}/dispatcher/heartbeat/heartbeat-worker.js +3 -3
- package/{clients → src/clients}/event/event-client.d.ts +7 -7
- package/{clients → src/clients}/event/event-client.js +4 -4
- package/{clients → src/clients}/hatchet-client/client-config.d.ts +2 -2
- package/{clients → src/clients}/hatchet-client/hatchet-logger.d.ts +1 -1
- package/{clients → src/clients}/hatchet-client/hatchet-logger.js +1 -1
- package/src/clients/hatchet-client/index.d.ts +3 -0
- package/{clients → src/clients}/hatchet-client/index.js +1 -1
- package/{clients → src/clients}/listeners/durable-listener/durable-listener-client.d.ts +6 -6
- package/{clients → src/clients}/listeners/durable-listener/durable-listener-client.js +1 -1
- package/{clients → src/clients}/listeners/durable-listener/pooled-durable-listener-client.d.ts +2 -2
- package/{clients → src/clients}/listeners/durable-listener/pooled-durable-listener-client.js +2 -2
- package/{clients → src/clients}/listeners/run-listener/child-listener-client.d.ts +3 -3
- package/{clients → src/clients}/listeners/run-listener/child-listener-client.js +3 -3
- package/{clients → src/clients}/listeners/run-listener/pooled-child-listener-client.d.ts +1 -1
- package/{clients → src/clients}/listeners/run-listener/pooled-child-listener-client.js +3 -3
- package/{index.d.ts → src/index.d.ts} +1 -1
- package/{index.js → src/index.js} +1 -1
- package/{legacy → src/legacy}/examples/affinity-workers.js +1 -1
- package/{legacy → src/legacy}/legacy-client.d.ts +9 -9
- package/{legacy → src/legacy}/legacy-client.js +10 -10
- package/{legacy → src/legacy}/legacy-transformer.d.ts +2 -2
- package/{legacy → src/legacy}/legacy-transformer.js +1 -1
- package/{legacy → src/legacy}/step.js +1 -1
- package/{protoc → src/protoc}/v1/workflows.d.ts +8 -0
- package/{protoc → src/protoc}/v1/workflows.js +109 -2
- package/{protoc → src/protoc}/workflows/workflows.d.ts +9 -0
- package/{protoc → src/protoc}/workflows/workflows.js +109 -2
- package/src/sdk.d.ts +2 -0
- package/{sdk.js → src/sdk.js} +1 -1
- package/{util → src/util}/config-loader/config-loader.d.ts +1 -1
- package/{util → src/util}/config-loader/config-loader.js +1 -1
- package/{util → src/util}/grpc-helpers.d.ts +1 -1
- package/{util → src/util}/logger/logger.d.ts +1 -1
- package/{util → src/util}/workflow-run-ref.d.ts +2 -2
- package/{v1 → src/v1}/client/admin.d.ts +18 -9
- package/{v1 → src/v1}/client/admin.js +29 -13
- package/{v1 → src/v1}/client/client.d.ts +27 -9
- package/{v1 → src/v1}/client/client.interface.d.ts +3 -3
- package/{v1 → src/v1}/client/client.js +28 -10
- package/{v1 → src/v1}/client/features/cel.d.ts +1 -1
- package/{v1 → src/v1}/client/features/cel.js +1 -1
- package/{v1 → src/v1}/client/features/crons.d.ts +6 -4
- package/{v1 → src/v1}/client/features/crons.js +4 -3
- package/{v1 → src/v1}/client/features/filters.d.ts +30 -0
- package/{v1 → src/v1}/client/features/filters.js +30 -0
- package/{v1 → src/v1}/client/features/metrics.d.ts +10 -6
- package/{v1 → src/v1}/client/features/metrics.js +10 -6
- package/src/v1/client/features/ratelimits.d.ts +30 -0
- package/{v1 → src/v1}/client/features/ratelimits.js +13 -3
- package/{v1 → src/v1}/client/features/runs.d.ts +43 -8
- package/{v1 → src/v1}/client/features/runs.js +38 -3
- package/{v1 → src/v1}/client/features/schedules.d.ts +7 -4
- package/{v1 → src/v1}/client/features/schedules.js +5 -3
- package/{v1 → src/v1}/client/features/tenant.d.ts +4 -1
- package/src/v1/client/features/webhooks.d.ts +54 -0
- package/{v1 → src/v1}/client/features/webhooks.js +31 -5
- package/src/v1/client/features/workers.d.ts +38 -0
- package/{v1 → src/v1}/client/features/workers.js +25 -1
- package/{v1 → src/v1}/client/features/workflows.d.ts +21 -3
- package/{v1 → src/v1}/client/features/workflows.js +21 -3
- package/{v1 → src/v1}/client/worker/context.d.ts +31 -10
- package/{v1 → src/v1}/client/worker/context.js +29 -8
- package/{v1 → src/v1}/client/worker/deprecated/deprecation.d.ts +1 -1
- package/{v1 → src/v1}/client/worker/deprecated/legacy-registration.d.ts +2 -2
- package/{v1 → src/v1}/client/worker/deprecated/legacy-registration.js +2 -2
- package/{v1 → src/v1}/client/worker/deprecated/legacy-v1-worker.d.ts +2 -2
- package/{v1 → src/v1}/client/worker/health-server.d.ts +1 -1
- package/{v1 → src/v1}/client/worker/worker-internal.d.ts +8 -8
- package/{v1 → src/v1}/client/worker/worker-internal.js +10 -10
- package/{v1 → src/v1}/client/worker/worker.d.ts +1 -1
- package/{v1 → src/v1}/client/worker/worker.js +1 -1
- package/{v1 → src/v1}/conditions/transformer.d.ts +1 -1
- package/{v1 → src/v1}/declaration.d.ts +92 -8
- package/{v1 → src/v1}/declaration.js +63 -5
- package/{v1 → src/v1}/examples/__e2e__/harness.d.ts +2 -2
- package/{v1 → src/v1}/examples/__e2e__/harness.js +2 -2
- package/{v1 → src/v1}/examples/affinity/affinity-workers.js +1 -1
- package/{v1 → src/v1}/examples/cancellation/cancellation-workflow.js +1 -1
- package/{v1 → src/v1}/examples/cancellation/run.js +1 -1
- package/{v1 → src/v1}/examples/cancellations/run.js +1 -1
- package/{v1 → src/v1}/examples/cancellations/workflow.js +1 -1
- package/{v1 → src/v1}/examples/concurrency-rr/workflow.js +1 -1
- package/{v1 → src/v1}/examples/concurrency_cancel_in_progress/workflow.d.ts +1 -1
- package/{v1 → src/v1}/examples/concurrency_cancel_in_progress/workflow.js +2 -2
- package/{v1 → src/v1}/examples/concurrency_cancel_newest/workflow.d.ts +1 -1
- package/{v1 → src/v1}/examples/concurrency_cancel_newest/workflow.js +2 -2
- package/src/v1/examples/concurrency_limit_rr/workflow.d.ts +12 -0
- package/{v1 → src/v1}/examples/concurrency_limit_rr/workflow.js +1 -1
- package/{v1 → src/v1}/examples/concurrency_multiple_keys/workflow.d.ts +1 -1
- package/{v1 → src/v1}/examples/concurrency_multiple_keys/workflow.js +1 -1
- package/{v1 → src/v1}/examples/concurrency_workflow_level/workflow.d.ts +1 -1
- package/{v1 → src/v1}/examples/concurrency_workflow_level/workflow.js +1 -1
- package/{v1 → src/v1}/examples/conditions/complex-workflow.js +2 -2
- package/{v1 → src/v1}/examples/conditions/workflow.js +2 -2
- package/{v1 → src/v1}/examples/dag/interface-workflow.d.ts +2 -2
- package/{v1 → src/v1}/examples/dag_match_condition/complex-workflow.js +2 -2
- package/{v1 → src/v1}/examples/dag_match_condition/workflow.js +2 -2
- package/{v1 → src/v1}/examples/deep/workflow.js +1 -1
- package/{v1 → src/v1}/examples/durable/workflow.js +1 -1
- package/{v1/examples/durable_event → src/v1/examples/durable-event}/workflow.js +1 -1
- package/{v1 → src/v1}/examples/durable-sleep/workflow.js +1 -1
- package/{v1/examples/durable-event → src/v1/examples/durable_event}/workflow.js +1 -1
- package/{v1 → src/v1}/examples/durable_sleep/workflow.js +1 -1
- package/{v1 → src/v1}/examples/hatchet-client.d.ts +1 -1
- package/{v1 → src/v1}/examples/hatchet-client.js +1 -1
- package/{v1 → src/v1}/examples/landing_page/durable-excution.js +1 -1
- package/{v1 → src/v1}/examples/landing_page/flow-control.js +1 -1
- package/src/v1/examples/legacy/workflow.d.ts +2 -0
- package/{v1/examples/logging → src/v1/examples/logger}/byo-logger.js +1 -1
- package/src/v1/examples/logger/workflow.d.ts +2 -0
- package/{legacy/examples → src/v1/examples/logging}/byo-logger.js +1 -1
- package/{v1 → src/v1}/examples/middleware/client.d.ts +1 -1
- package/{v1 → src/v1}/examples/middleware/client.js +1 -1
- package/{v1 → src/v1}/examples/middleware/recipes.js +1 -1
- package/{v1 → src/v1}/examples/migration-guides/hatchet-client.d.ts +1 -1
- package/{v1 → src/v1}/examples/migration-guides/hatchet-client.js +1 -1
- package/{v1 → src/v1}/examples/multiple_wf_concurrency/workflow.d.ts +1 -1
- package/{v1 → src/v1}/examples/multiple_wf_concurrency/workflow.js +1 -1
- package/{v1 → src/v1}/examples/non_retryable/workflow.js +1 -1
- package/{v1 → src/v1}/examples/priority/run.js +1 -1
- package/src/v1/examples/priority/workflow.d.ts +8 -0
- package/{v1 → src/v1}/examples/priority/workflow.js +1 -1
- package/{v1 → src/v1}/examples/quickstart/hatchet-client.d.ts +1 -1
- package/{v1 → src/v1}/examples/quickstart/hatchet-client.js +1 -1
- package/{v1 → src/v1}/examples/rate_limit/workflow.js +1 -1
- package/{v1 → src/v1}/examples/run_details/workflow.js +1 -1
- package/src/v1/examples/runtime_affinity/workflow.d.ts +3 -0
- package/src/v1/examples/runtime_affinity/workflow.js +19 -0
- package/src/v1/examples/simple/e2e-workflows.d.ts +14 -0
- package/{v1 → src/v1}/examples/simple/replay-cancel.js +1 -1
- package/src/v1/examples/sticky/workflow.d.ts +5 -0
- package/{v1 → src/v1}/examples/sticky/workflow.js +1 -1
- package/{v1 → src/v1}/examples/timeout/workflow.js +1 -1
- package/src/v1/examples/timeouts/worker.d.ts +1 -0
- package/{v1 → src/v1}/examples/timeouts/workflow.js +1 -1
- package/{v1 → src/v1}/examples/with_timeouts/workflow.js +1 -1
- package/{v1 → src/v1}/task.d.ts +1 -1
- package/{v1 → src/v1}/task.js +1 -1
- package/{v1 → src/v1}/types.d.ts +1 -1
- package/src/version.d.ts +1 -0
- package/{version.js → src/version.js} +1 -1
- package/{workflow.d.ts → src/workflow.d.ts} +1 -1
- package/{workflow.js → src/workflow.js} +1 -1
- package/clients/hatchet-client/index.d.ts +0 -3
- package/sdk.d.ts +0 -2
- package/v1/client/features/ratelimits.d.ts +0 -20
- package/v1/client/features/webhooks.d.ts +0 -28
- package/v1/client/features/workers.d.ts +0 -14
- package/v1/examples/concurrency_limit_rr/workflow.d.ts +0 -12
- package/v1/examples/legacy/workflow.d.ts +0 -2
- package/v1/examples/logger/workflow.d.ts +0 -2
- package/v1/examples/priority/workflow.d.ts +0 -8
- package/v1/examples/simple/e2e-workflows.d.ts +0 -14
- package/v1/examples/sticky/workflow.d.ts +0 -5
- package/version.d.ts +0 -1
- package/{clients/dispatcher/heartbeat/heartbeat-worker.d.ts → docs/generate.d.ts} +0 -0
- package/{clients → src/clients}/admin/index.d.ts +0 -0
- package/{clients → src/clients}/admin/index.js +0 -0
- package/{legacy/examples/affinity-workers.d.ts → src/clients/dispatcher/heartbeat/heartbeat-worker.d.ts} +0 -0
- package/{clients → src/clients}/hatchet-client/client-config.js +0 -0
- package/{clients → src/clients}/rest/api.d.ts +0 -0
- package/{clients → src/clients}/rest/api.js +0 -0
- package/{clients → src/clients}/rest/generated/Api.d.ts +0 -0
- package/{clients → src/clients}/rest/generated/Api.js +0 -0
- package/{clients → src/clients}/rest/generated/data-contracts.d.ts +0 -0
- package/{clients → src/clients}/rest/generated/data-contracts.js +0 -0
- package/{clients → src/clients}/rest/generated/http-client.d.ts +0 -0
- package/{clients → src/clients}/rest/generated/http-client.js +0 -0
- package/{clients → src/clients}/rest/index.d.ts +0 -0
- package/{clients → src/clients}/rest/index.js +0 -0
- package/{v1/examples/affinity → src/legacy/examples}/affinity-workers.d.ts +0 -0
- package/{legacy → src/legacy}/examples/bulk-fanout-trigger.d.ts +0 -0
- package/{legacy → src/legacy}/examples/bulk-fanout-trigger.js +0 -0
- package/{legacy → src/legacy}/examples/bulk-fanout-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/bulk-fanout-worker.js +0 -0
- package/{legacy → src/legacy}/examples/bulk-trigger.d.ts +0 -0
- package/{legacy → src/legacy}/examples/bulk-trigger.js +0 -0
- package/{legacy → src/legacy}/examples/byo-logger.d.ts +0 -0
- package/{v1/examples/logger → src/legacy/examples}/byo-logger.js +0 -0
- package/{legacy → src/legacy}/examples/concurrency/cancel-in-progress/concurrency-event.d.ts +0 -0
- package/{legacy → src/legacy}/examples/concurrency/cancel-in-progress/concurrency-event.js +0 -0
- package/{legacy → src/legacy}/examples/concurrency/cancel-in-progress/concurrency-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/concurrency/cancel-in-progress/concurrency-worker.js +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-event.d.ts +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-event.js +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-worker-expression.d.ts +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-worker-expression.js +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-worker-key-fn.d.ts +0 -0
- package/{legacy → src/legacy}/examples/concurrency/group-round-robin/concurrency-worker-key-fn.js +0 -0
- package/{legacy → src/legacy}/examples/crons/cron-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/crons/cron-worker.js +0 -0
- package/{legacy → src/legacy}/examples/crons/programatic-crons.d.ts +0 -0
- package/{legacy → src/legacy}/examples/crons/programatic-crons.js +0 -0
- package/{legacy → src/legacy}/examples/dag-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/dag-worker.js +0 -0
- package/{legacy → src/legacy}/examples/example-event-with-results.d.ts +0 -0
- package/{legacy → src/legacy}/examples/example-event-with-results.js +0 -0
- package/{legacy → src/legacy}/examples/example-event.d.ts +0 -0
- package/{legacy → src/legacy}/examples/example-event.js +0 -0
- package/{legacy → src/legacy}/examples/fanout-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/fanout-worker.js +0 -0
- package/{legacy → src/legacy}/examples/logger.d.ts +0 -0
- package/{legacy → src/legacy}/examples/logger.js +0 -0
- package/{legacy → src/legacy}/examples/manual-trigger.d.ts +0 -0
- package/{legacy → src/legacy}/examples/manual-trigger.js +0 -0
- package/{legacy → src/legacy}/examples/multi-workflow.d.ts +0 -0
- package/{legacy → src/legacy}/examples/multi-workflow.js +0 -0
- package/{legacy → src/legacy}/examples/namespaced-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/namespaced-worker.js +0 -0
- package/{legacy → src/legacy}/examples/on-failure.d.ts +0 -0
- package/{legacy → src/legacy}/examples/on-failure.js +0 -0
- package/{legacy → src/legacy}/examples/rate-limit/events.d.ts +0 -0
- package/{legacy → src/legacy}/examples/rate-limit/events.js +0 -0
- package/{legacy → src/legacy}/examples/rate-limit/worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/rate-limit/worker.js +0 -0
- package/{legacy → src/legacy}/examples/retries-with-backoff.d.ts +0 -0
- package/{legacy → src/legacy}/examples/retries-with-backoff.js +0 -0
- package/{legacy → src/legacy}/examples/retries-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/retries-worker.js +0 -0
- package/{legacy → src/legacy}/examples/scheduled-runs/programatic-schedules.d.ts +0 -0
- package/{legacy → src/legacy}/examples/scheduled-runs/programatic-schedules.js +0 -0
- package/{legacy → src/legacy}/examples/simple-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/simple-worker.js +0 -0
- package/{legacy → src/legacy}/examples/sticky-trigger.d.ts +0 -0
- package/{legacy → src/legacy}/examples/sticky-trigger.js +0 -0
- package/{legacy → src/legacy}/examples/sticky-worker-with-check.d.ts +0 -0
- package/{legacy → src/legacy}/examples/sticky-worker-with-check.js +0 -0
- package/{legacy → src/legacy}/examples/sticky-worker.d.ts +0 -0
- package/{legacy → src/legacy}/examples/sticky-worker.js +0 -0
- package/{legacy → src/legacy}/examples/stream-by-additional-meta.d.ts +0 -0
- package/{legacy → src/legacy}/examples/stream-by-additional-meta.js +0 -0
- package/{legacy → src/legacy}/step.d.ts +12 -12
- package/{legacy → src/legacy}/workflow.d.ts +36 -36
- /package/{legacy → src/legacy}/workflow.js +0 -0
- /package/{protoc → src/protoc}/dispatcher/dispatcher.d.ts +0 -0
- /package/{protoc → src/protoc}/dispatcher/dispatcher.js +0 -0
- /package/{protoc → src/protoc}/dispatcher/index.d.ts +0 -0
- /package/{protoc → src/protoc}/dispatcher/index.js +0 -0
- /package/{protoc → src/protoc}/events/events.d.ts +0 -0
- /package/{protoc → src/protoc}/events/events.js +0 -0
- /package/{protoc → src/protoc}/events/index.d.ts +0 -0
- /package/{protoc → src/protoc}/events/index.js +0 -0
- /package/{protoc → src/protoc}/google/protobuf/timestamp.d.ts +0 -0
- /package/{protoc → src/protoc}/google/protobuf/timestamp.js +0 -0
- /package/{protoc → src/protoc}/google/protobuf/wrappers.d.ts +0 -0
- /package/{protoc → src/protoc}/google/protobuf/wrappers.js +0 -0
- /package/{protoc → src/protoc}/v1/dispatcher.d.ts +0 -0
- /package/{protoc → src/protoc}/v1/dispatcher.js +0 -0
- /package/{protoc → src/protoc}/v1/shared/condition.d.ts +0 -0
- /package/{protoc → src/protoc}/v1/shared/condition.js +0 -0
- /package/{protoc → src/protoc}/workflows/index.d.ts +0 -0
- /package/{protoc → src/protoc}/workflows/index.js +0 -0
- /package/{protoc → src/protoc}/workflows/v1-admin.d.ts +0 -0
- /package/{protoc → src/protoc}/workflows/v1-admin.js +0 -0
- /package/{step.d.ts → src/step.d.ts} +0 -0
- /package/{step.js → src/step.js} +0 -0
- /package/{util → src/util}/abort-error.d.ts +0 -0
- /package/{util → src/util}/abort-error.js +0 -0
- /package/{util → src/util}/apply-namespace.d.ts +0 -0
- /package/{util → src/util}/apply-namespace.js +0 -0
- /package/{util → src/util}/batch.d.ts +0 -0
- /package/{util → src/util}/batch.js +0 -0
- /package/{util → src/util}/config-loader/index.d.ts +0 -0
- /package/{util → src/util}/config-loader/index.js +0 -0
- /package/{util → src/util}/config-loader/token.d.ts +0 -0
- /package/{util → src/util}/config-loader/token.js +0 -0
- /package/{util → src/util}/errors/hatchet-error.d.ts +0 -0
- /package/{util → src/util}/errors/hatchet-error.js +0 -0
- /package/{util → src/util}/grpc-helpers.js +0 -0
- /package/{util → src/util}/hatchet-promise/hatchet-promise.d.ts +0 -0
- /package/{util → src/util}/hatchet-promise/hatchet-promise.js +0 -0
- /package/{util → src/util}/logger/index.d.ts +0 -0
- /package/{util → src/util}/logger/index.js +0 -0
- /package/{util → src/util}/logger/logger.js +0 -0
- /package/{util → src/util}/logger/task-run-log.d.ts +0 -0
- /package/{util → src/util}/logger/task-run-log.js +0 -0
- /package/{util → src/util}/parse.d.ts +0 -0
- /package/{util → src/util}/parse.js +0 -0
- /package/{util → src/util}/retrier.d.ts +0 -0
- /package/{util → src/util}/retrier.js +0 -0
- /package/{util → src/util}/sleep.d.ts +0 -0
- /package/{util → src/util}/sleep.js +0 -0
- /package/{util → src/util}/thread-helper.d.ts +0 -0
- /package/{util → src/util}/thread-helper.js +0 -0
- /package/{util → src/util}/uuid.d.ts +0 -0
- /package/{util → src/util}/uuid.js +0 -0
- /package/{util → src/util}/workflow-run-ref.js +0 -0
- /package/{v1 → src/v1}/client/client.interface.js +0 -0
- /package/{v1 → src/v1}/client/duration.d.ts +0 -0
- /package/{v1 → src/v1}/client/duration.js +0 -0
- /package/{v1 → src/v1}/client/features/index.d.ts +0 -0
- /package/{v1 → src/v1}/client/features/index.js +0 -0
- /package/{v1 → src/v1}/client/features/tenant.js +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/deprecation.js +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/index.d.ts +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/index.js +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/legacy-v1-worker.js +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/legacy-worker.d.ts +0 -0
- /package/{v1 → src/v1}/client/worker/deprecated/legacy-worker.js +0 -0
- /package/{v1 → src/v1}/client/worker/health-server.js +0 -0
- /package/{v1 → src/v1}/client/worker/slot-utils.d.ts +0 -0
- /package/{v1 → src/v1}/client/worker/slot-utils.js +0 -0
- /package/{v1 → src/v1}/conditions/base.d.ts +0 -0
- /package/{v1 → src/v1}/conditions/base.js +0 -0
- /package/{v1 → src/v1}/conditions/index.d.ts +0 -0
- /package/{v1 → src/v1}/conditions/index.js +0 -0
- /package/{v1 → src/v1}/conditions/parent-condition.d.ts +0 -0
- /package/{v1 → src/v1}/conditions/parent-condition.js +0 -0
- /package/{v1 → src/v1}/conditions/sleep-condition.d.ts +0 -0
- /package/{v1 → src/v1}/conditions/sleep-condition.js +0 -0
- /package/{v1 → src/v1}/conditions/transformer.js +0 -0
- /package/{v1 → src/v1}/conditions/user-event-condition.d.ts +0 -0
- /package/{v1 → src/v1}/conditions/user-event-condition.js +0 -0
- /package/{v1/examples/cancellation/run.d.ts → src/v1/examples/affinity/affinity-workers.d.ts} +0 -0
- /package/{v1 → src/v1}/examples/bulk_fanout/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/bulk_fanout/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/bulk_operations/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/bulk_operations/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/cancellation/cancellation-workflow.d.ts +0 -0
- /package/{v1/examples/cancellations → src/v1/examples/cancellation}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/cancellation/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/cancellation/worker.js +0 -0
- /package/{v1/examples/child_workflows → src/v1/examples/cancellations}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/cancellations/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/cancellations/worker.js +0 -0
- /package/{v1 → src/v1}/examples/cancellations/workflow.d.ts +0 -0
- /package/{v1/examples/concurrency-rr → src/v1/examples/child_workflows}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/child_workflows/run.js +0 -0
- /package/{v1 → src/v1}/examples/child_workflows/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/child_workflows/worker.js +0 -0
- /package/{v1 → src/v1}/examples/child_workflows/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/child_workflows/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/load.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/load.js +0 -0
- /package/{v1/examples/concurrency_limit_rr → src/v1/examples/concurrency-rr}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/run.js +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/worker.js +0 -0
- /package/{v1 → src/v1}/examples/concurrency-rr/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency-types.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency-types.js +0 -0
- /package/{v1 → src/v1}/examples/concurrency_limit_rr/load.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency_limit_rr/load.js +0 -0
- /package/{v1/examples/conditions → src/v1/examples/concurrency_limit_rr}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency_limit_rr/run.js +0 -0
- /package/{v1 → src/v1}/examples/concurrency_limit_rr/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/concurrency_limit_rr/worker.js +0 -0
- /package/{v1 → src/v1}/examples/conditions/complex-workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/conditions/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/conditions/event.js +0 -0
- /package/{v1/examples/dag → src/v1/examples/conditions}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/conditions/run.js +0 -0
- /package/{v1 → src/v1}/examples/conditions/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/conditions/worker.js +0 -0
- /package/{v1 → src/v1}/examples/conditions/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag/interface-workflow.js +0 -0
- /package/{v1/examples/dag_match_condition → src/v1/examples/dag}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag/run.js +0 -0
- /package/{v1 → src/v1}/examples/dag/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag/worker.js +0 -0
- /package/{v1 → src/v1}/examples/dag/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/complex-workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/event.js +0 -0
- /package/{v1/examples/deep → src/v1/examples/dag_match_condition}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/run.js +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/worker.js +0 -0
- /package/{v1 → src/v1}/examples/dag_match_condition/workflow.d.ts +0 -0
- /package/{v1/examples/durable-event → src/v1/examples/deep}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/deep/run.js +0 -0
- /package/{v1 → src/v1}/examples/deep/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/deep/worker.js +0 -0
- /package/{v1 → src/v1}/examples/deep/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-event/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-event/event.js +0 -0
- /package/{v1/examples/durable-sleep → src/v1/examples/durable-event}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-event/run.js +0 -0
- /package/{v1 → src/v1}/examples/durable-event/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-event/worker.js +0 -0
- /package/{v1 → src/v1}/examples/durable-event/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/event.js +0 -0
- /package/{v1/examples/durable_event → src/v1/examples/durable-sleep}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/run.js +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/worker.js +0 -0
- /package/{v1 → src/v1}/examples/durable-sleep/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_event/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_event/event.js +0 -0
- /package/{v1/examples/durable_sleep → src/v1/examples/durable_event}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_event/run.js +0 -0
- /package/{v1 → src/v1}/examples/durable_event/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_event/worker.js +0 -0
- /package/{v1 → src/v1}/examples/durable_event/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/event.js +0 -0
- /package/{v1/examples/high-memory → src/v1/examples/durable_sleep}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/run.js +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/worker.js +0 -0
- /package/{v1 → src/v1}/examples/durable_sleep/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/e2e-worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/e2e-worker.js +0 -0
- /package/{v1 → src/v1}/examples/events/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/events/event.js +0 -0
- /package/{v1 → src/v1}/examples/events/filter.d.ts +0 -0
- /package/{v1 → src/v1}/examples/events/filter.js +0 -0
- /package/{v1 → src/v1}/examples/events/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/events/worker.js +0 -0
- /package/{v1 → src/v1}/examples/events/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/events/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/high-memory/child-worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/high-memory/child-worker.js +0 -0
- /package/{v1 → src/v1}/examples/high-memory/parent-worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/high-memory/parent-worker.js +0 -0
- /package/{v1/examples/inferred-typing → src/v1/examples/high-memory}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/high-memory/run.js +0 -0
- /package/{v1 → src/v1}/examples/high-memory/workflow-with-child.d.ts +0 -0
- /package/{v1 → src/v1}/examples/high-memory/workflow-with-child.js +0 -0
- /package/{v1/examples/legacy → src/v1/examples/inferred-typing}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/inferred-typing/run.js +0 -0
- /package/{v1 → src/v1}/examples/inferred-typing/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/inferred-typing/worker.js +0 -0
- /package/{v1 → src/v1}/examples/inferred-typing/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/inferred-typing/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/landing_page/durable-excution.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/event-signaling.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/event-signaling.js +0 -0
- /package/{v1 → src/v1}/examples/landing_page/flow-control.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/queues.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/queues.js +0 -0
- /package/{v1 → src/v1}/examples/landing_page/scheduling.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/scheduling.js +0 -0
- /package/{v1 → src/v1}/examples/landing_page/task-routing.d.ts +0 -0
- /package/{v1 → src/v1}/examples/landing_page/task-routing.js +0 -0
- /package/{v1/examples/middleware → src/v1/examples/legacy}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/legacy/run.js +0 -0
- /package/{v1 → src/v1}/examples/legacy/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/legacy/worker.js +0 -0
- /package/{v1 → src/v1}/examples/legacy/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/logger/byo-logger.d.ts +0 -0
- /package/{v1 → src/v1}/examples/logger/logger.d.ts +0 -0
- /package/{v1 → src/v1}/examples/logger/logger.js +0 -0
- /package/{v1 → src/v1}/examples/logger/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/logging/byo-logger.d.ts +0 -0
- /package/{v1 → src/v1}/examples/logging/logger.d.ts +0 -0
- /package/{v1 → src/v1}/examples/logging/logger.js +0 -0
- /package/{v1 → src/v1}/examples/middleware/recipes.d.ts +0 -0
- /package/{v1/examples/multiple_wf_concurrency → src/v1/examples/middleware}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/middleware/run.js +0 -0
- /package/{v1 → src/v1}/examples/middleware/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/middleware/worker.js +0 -0
- /package/{v1 → src/v1}/examples/middleware/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/middleware/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/migration-guides/mergent.d.ts +0 -0
- /package/{v1 → src/v1}/examples/migration-guides/mergent.js +0 -0
- /package/{v1/examples/non_retryable → src/v1/examples/multiple_wf_concurrency}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/multiple_wf_concurrency/run.js +0 -0
- /package/{v1 → src/v1}/examples/multiple_wf_concurrency/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/multiple_wf_concurrency/worker.js +0 -0
- /package/{v1/examples/on_failure → src/v1/examples/non_retryable}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/non_retryable/run.js +0 -0
- /package/{v1 → src/v1}/examples/non_retryable/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/non_retryable/worker.js +0 -0
- /package/{v1 → src/v1}/examples/non_retryable/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_cron/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_cron/worker.js +0 -0
- /package/{v1 → src/v1}/examples/on_cron/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_cron/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/on_event/event.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_event/event.js +0 -0
- /package/{v1 → src/v1}/examples/on_event/filter.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_event/filter.js +0 -0
- /package/{v1 → src/v1}/examples/on_event/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_event/worker.js +0 -0
- /package/{v1 → src/v1}/examples/on_event/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_event/workflow.js +0 -0
- /package/{v1/examples/on_success → src/v1/examples/on_failure}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_failure/run.js +0 -0
- /package/{v1 → src/v1}/examples/on_failure/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_failure/worker.js +0 -0
- /package/{v1 → src/v1}/examples/on_failure/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_failure/workflow.js +0 -0
- /package/{v1/examples/priority → src/v1/examples/on_success}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_success/run.js +0 -0
- /package/{v1 → src/v1}/examples/on_success/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_success/worker.js +0 -0
- /package/{v1 → src/v1}/examples/on_success/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/on_success/workflow.js +0 -0
- /package/{v1/examples/quickstart → src/v1/examples/priority}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/priority/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/priority/worker.js +0 -0
- /package/{v1/examples/retries → src/v1/examples/quickstart}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/quickstart/run.js +0 -0
- /package/{v1 → src/v1}/examples/quickstart/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/quickstart/worker.js +0 -0
- /package/{v1 → src/v1}/examples/quickstart/workflows/first-task.d.ts +0 -0
- /package/{v1 → src/v1}/examples/quickstart/workflows/first-task.js +0 -0
- /package/{v1 → src/v1}/examples/rate_limit/workflow.d.ts +0 -0
- /package/{v1/examples/sticky → src/v1/examples/retries}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/retries/run.js +0 -0
- /package/{v1 → src/v1}/examples/retries/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/retries/worker.js +0 -0
- /package/{v1 → src/v1}/examples/retries/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/retries/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/return_exceptions/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/return_exceptions/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/run_details/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/bulk.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/bulk.js +0 -0
- /package/{v1 → src/v1}/examples/simple/client-run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/client-run.js +0 -0
- /package/{v1 → src/v1}/examples/simple/cron.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/cron.js +0 -0
- /package/{v1 → src/v1}/examples/simple/delay.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/delay.js +0 -0
- /package/{v1 → src/v1}/examples/simple/e2e-workflows.js +0 -0
- /package/{v1 → src/v1}/examples/simple/enqueue.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/enqueue.js +0 -0
- /package/{v1 → src/v1}/examples/simple/replay-cancel.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/run.js +0 -0
- /package/{v1 → src/v1}/examples/simple/schedule.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/schedule.js +0 -0
- /package/{v1 → src/v1}/examples/simple/stub-workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/stub-workflow.js +0 -0
- /package/{v1 → src/v1}/examples/simple/typed-run-methods.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/typed-run-methods.js +0 -0
- /package/{v1 → src/v1}/examples/simple/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/worker.js +0 -0
- /package/{v1 → src/v1}/examples/simple/workflow-with-child.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/workflow-with-child.js +0 -0
- /package/{v1 → src/v1}/examples/simple/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/simple/zod.d.ts +0 -0
- /package/{v1 → src/v1}/examples/simple/zod.js +0 -0
- /package/{v1/examples/streaming → src/v1/examples/sticky}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/sticky/run.js +0 -0
- /package/{v1 → src/v1}/examples/sticky/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/sticky/worker.js +0 -0
- /package/{v1 → src/v1}/examples/streaming/nextjs-proxy.d.ts +0 -0
- /package/{v1 → src/v1}/examples/streaming/nextjs-proxy.js +0 -0
- /package/{v1/examples/timeout → src/v1/examples/streaming}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/streaming/run.js +0 -0
- /package/{v1 → src/v1}/examples/streaming/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/streaming/worker.js +0 -0
- /package/{v1 → src/v1}/examples/streaming/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/streaming/workflow.js +0 -0
- /package/{v1/examples/timeouts → src/v1/examples/timeout}/run.d.ts +0 -0
- /package/{v1 → src/v1}/examples/timeout/run.js +0 -0
- /package/{v1 → src/v1}/examples/timeout/worker.d.ts +0 -0
- /package/{v1 → src/v1}/examples/timeout/worker.js +0 -0
- /package/{v1 → src/v1}/examples/timeout/workflow.d.ts +0 -0
- /package/{v1/examples/timeouts/worker.d.ts → src/v1/examples/timeouts/run.d.ts} +0 -0
- /package/{v1 → src/v1}/examples/timeouts/run.js +0 -0
- /package/{v1 → src/v1}/examples/timeouts/worker.js +0 -0
- /package/{v1 → src/v1}/examples/timeouts/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/webhooks/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/examples/webhooks/workflow.js +0 -0
- /package/{v1 → src/v1}/examples/with_timeouts/workflow.d.ts +0 -0
- /package/{v1 → src/v1}/index.d.ts +0 -0
- /package/{v1 → src/v1}/index.js +0 -0
- /package/{v1 → src/v1}/parent-run-context-vars.d.ts +0 -0
- /package/{v1 → src/v1}/parent-run-context-vars.js +0 -0
- /package/{v1 → src/v1}/slot-types.d.ts +0 -0
- /package/{v1 → src/v1}/slot-types.js +0 -0
- /package/{v1 → src/v1}/types.js +0 -0
|
@@ -16,17 +16,17 @@ declare const StepsSchema: z.ZodArray<z.ZodObject<{
|
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
units: string | number;
|
|
18
18
|
key?: string | undefined;
|
|
19
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
19
20
|
staticKey?: string | undefined;
|
|
20
21
|
dynamicKey?: string | undefined;
|
|
21
22
|
limit?: string | number | undefined;
|
|
22
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
units: string | number;
|
|
25
25
|
key?: string | undefined;
|
|
26
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
26
27
|
staticKey?: string | undefined;
|
|
27
28
|
dynamicKey?: string | undefined;
|
|
28
29
|
limit?: string | number | undefined;
|
|
29
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
30
30
|
}>, "many">>;
|
|
31
31
|
worker_labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
32
32
|
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -36,13 +36,13 @@ declare const StepsSchema: z.ZodArray<z.ZodObject<{
|
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
value: string | number;
|
|
38
38
|
required?: boolean | undefined;
|
|
39
|
-
weight?: number | undefined;
|
|
40
39
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
40
|
+
weight?: number | undefined;
|
|
41
41
|
}, {
|
|
42
42
|
value: string | number;
|
|
43
43
|
required?: boolean | undefined;
|
|
44
|
-
weight?: number | undefined;
|
|
45
44
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
45
|
+
weight?: number | undefined;
|
|
46
46
|
}>]>>>>>;
|
|
47
47
|
backoff: z.ZodOptional<z.ZodObject<{
|
|
48
48
|
factor: z.ZodOptional<z.ZodNumber>;
|
|
@@ -62,16 +62,16 @@ declare const StepsSchema: z.ZodArray<z.ZodObject<{
|
|
|
62
62
|
rate_limits?: {
|
|
63
63
|
units: string | number;
|
|
64
64
|
key?: string | undefined;
|
|
65
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
65
66
|
staticKey?: string | undefined;
|
|
66
67
|
dynamicKey?: string | undefined;
|
|
67
68
|
limit?: string | number | undefined;
|
|
68
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
69
69
|
}[] | undefined;
|
|
70
70
|
worker_labels?: Record<string, string | number | {
|
|
71
71
|
value: string | number;
|
|
72
72
|
required?: boolean | undefined;
|
|
73
|
-
weight?: number | undefined;
|
|
74
73
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
74
|
+
weight?: number | undefined;
|
|
75
75
|
} | undefined> | undefined;
|
|
76
76
|
backoff?: {
|
|
77
77
|
factor?: number | undefined;
|
|
@@ -85,16 +85,16 @@ declare const StepsSchema: z.ZodArray<z.ZodObject<{
|
|
|
85
85
|
rate_limits?: {
|
|
86
86
|
units: string | number;
|
|
87
87
|
key?: string | undefined;
|
|
88
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
88
89
|
staticKey?: string | undefined;
|
|
89
90
|
dynamicKey?: string | undefined;
|
|
90
91
|
limit?: string | number | undefined;
|
|
91
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
92
92
|
}[] | undefined;
|
|
93
93
|
worker_labels?: Record<string, string | number | {
|
|
94
94
|
value: string | number;
|
|
95
95
|
required?: boolean | undefined;
|
|
96
|
-
weight?: number | undefined;
|
|
97
96
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
97
|
+
weight?: number | undefined;
|
|
98
98
|
} | undefined> | undefined;
|
|
99
99
|
backoff?: {
|
|
100
100
|
factor?: number | undefined;
|
|
@@ -110,14 +110,14 @@ export declare const WorkflowConcurrency: z.ZodObject<{
|
|
|
110
110
|
expression: z.ZodOptional<z.ZodString>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
112
|
name: string;
|
|
113
|
+
expression?: string | undefined;
|
|
113
114
|
maxRuns?: number | undefined;
|
|
114
115
|
limitStrategy?: PbConcurrencyLimitStrategy | undefined;
|
|
115
|
-
expression?: string | undefined;
|
|
116
116
|
}, {
|
|
117
117
|
name: string;
|
|
118
|
+
expression?: string | undefined;
|
|
118
119
|
maxRuns?: number | undefined;
|
|
119
120
|
limitStrategy?: PbConcurrencyLimitStrategy | undefined;
|
|
120
|
-
expression?: string | undefined;
|
|
121
121
|
}>;
|
|
122
122
|
export declare const HatchetTimeoutSchema: z.ZodString;
|
|
123
123
|
export declare const StickyStrategy: typeof PbStickyStrategy;
|
|
@@ -165,17 +165,17 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
|
166
166
|
units: string | number;
|
|
167
167
|
key?: string | undefined;
|
|
168
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
168
169
|
staticKey?: string | undefined;
|
|
169
170
|
dynamicKey?: string | undefined;
|
|
170
171
|
limit?: string | number | undefined;
|
|
171
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
units: string | number;
|
|
174
174
|
key?: string | undefined;
|
|
175
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
175
176
|
staticKey?: string | undefined;
|
|
176
177
|
dynamicKey?: string | undefined;
|
|
177
178
|
limit?: string | number | undefined;
|
|
178
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
179
179
|
}>, "many">>;
|
|
180
180
|
worker_labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
181
181
|
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -185,13 +185,13 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
186
|
value: string | number;
|
|
187
187
|
required?: boolean | undefined;
|
|
188
|
-
weight?: number | undefined;
|
|
189
188
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
189
|
+
weight?: number | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
value: string | number;
|
|
192
192
|
required?: boolean | undefined;
|
|
193
|
-
weight?: number | undefined;
|
|
194
193
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
194
|
+
weight?: number | undefined;
|
|
195
195
|
}>]>>>>>;
|
|
196
196
|
backoff: z.ZodOptional<z.ZodObject<{
|
|
197
197
|
factor: z.ZodOptional<z.ZodNumber>;
|
|
@@ -211,16 +211,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
211
211
|
rate_limits?: {
|
|
212
212
|
units: string | number;
|
|
213
213
|
key?: string | undefined;
|
|
214
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
214
215
|
staticKey?: string | undefined;
|
|
215
216
|
dynamicKey?: string | undefined;
|
|
216
217
|
limit?: string | number | undefined;
|
|
217
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
218
218
|
}[] | undefined;
|
|
219
219
|
worker_labels?: Record<string, string | number | {
|
|
220
220
|
value: string | number;
|
|
221
221
|
required?: boolean | undefined;
|
|
222
|
-
weight?: number | undefined;
|
|
223
222
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
223
|
+
weight?: number | undefined;
|
|
224
224
|
} | undefined> | undefined;
|
|
225
225
|
backoff?: {
|
|
226
226
|
factor?: number | undefined;
|
|
@@ -234,16 +234,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
234
234
|
rate_limits?: {
|
|
235
235
|
units: string | number;
|
|
236
236
|
key?: string | undefined;
|
|
237
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
237
238
|
staticKey?: string | undefined;
|
|
238
239
|
dynamicKey?: string | undefined;
|
|
239
240
|
limit?: string | number | undefined;
|
|
240
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
241
241
|
}[] | undefined;
|
|
242
242
|
worker_labels?: Record<string, string | number | {
|
|
243
243
|
value: string | number;
|
|
244
244
|
required?: boolean | undefined;
|
|
245
|
-
weight?: number | undefined;
|
|
246
245
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
246
|
+
weight?: number | undefined;
|
|
247
247
|
} | undefined> | undefined;
|
|
248
248
|
backoff?: {
|
|
249
249
|
factor?: number | undefined;
|
|
@@ -265,17 +265,17 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
units: string | number;
|
|
267
267
|
key?: string | undefined;
|
|
268
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
268
269
|
staticKey?: string | undefined;
|
|
269
270
|
dynamicKey?: string | undefined;
|
|
270
271
|
limit?: string | number | undefined;
|
|
271
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
272
272
|
}, {
|
|
273
273
|
units: string | number;
|
|
274
274
|
key?: string | undefined;
|
|
275
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
275
276
|
staticKey?: string | undefined;
|
|
276
277
|
dynamicKey?: string | undefined;
|
|
277
278
|
limit?: string | number | undefined;
|
|
278
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
279
279
|
}>, "many">>;
|
|
280
280
|
worker_labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
281
281
|
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -285,13 +285,13 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
|
286
286
|
value: string | number;
|
|
287
287
|
required?: boolean | undefined;
|
|
288
|
-
weight?: number | undefined;
|
|
289
288
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
289
|
+
weight?: number | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
value: string | number;
|
|
292
292
|
required?: boolean | undefined;
|
|
293
|
-
weight?: number | undefined;
|
|
294
293
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
294
|
+
weight?: number | undefined;
|
|
295
295
|
}>]>>>>>;
|
|
296
296
|
backoff: z.ZodOptional<z.ZodObject<{
|
|
297
297
|
factor: z.ZodOptional<z.ZodNumber>;
|
|
@@ -311,16 +311,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
311
311
|
rate_limits?: {
|
|
312
312
|
units: string | number;
|
|
313
313
|
key?: string | undefined;
|
|
314
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
314
315
|
staticKey?: string | undefined;
|
|
315
316
|
dynamicKey?: string | undefined;
|
|
316
317
|
limit?: string | number | undefined;
|
|
317
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
318
318
|
}[] | undefined;
|
|
319
319
|
worker_labels?: Record<string, string | number | {
|
|
320
320
|
value: string | number;
|
|
321
321
|
required?: boolean | undefined;
|
|
322
|
-
weight?: number | undefined;
|
|
323
322
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
323
|
+
weight?: number | undefined;
|
|
324
324
|
} | undefined> | undefined;
|
|
325
325
|
backoff?: {
|
|
326
326
|
factor?: number | undefined;
|
|
@@ -334,16 +334,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
334
334
|
rate_limits?: {
|
|
335
335
|
units: string | number;
|
|
336
336
|
key?: string | undefined;
|
|
337
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
337
338
|
staticKey?: string | undefined;
|
|
338
339
|
dynamicKey?: string | undefined;
|
|
339
340
|
limit?: string | number | undefined;
|
|
340
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
341
341
|
}[] | undefined;
|
|
342
342
|
worker_labels?: Record<string, string | number | {
|
|
343
343
|
value: string | number;
|
|
344
344
|
required?: boolean | undefined;
|
|
345
|
-
weight?: number | undefined;
|
|
346
345
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
346
|
+
weight?: number | undefined;
|
|
347
347
|
} | undefined> | undefined;
|
|
348
348
|
backoff?: {
|
|
349
349
|
factor?: number | undefined;
|
|
@@ -351,8 +351,8 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
351
351
|
} | undefined;
|
|
352
352
|
}>>;
|
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
|
354
|
-
id: string;
|
|
355
354
|
description: string;
|
|
355
|
+
id: string;
|
|
356
356
|
steps: {
|
|
357
357
|
name: string;
|
|
358
358
|
timeout?: string | undefined;
|
|
@@ -361,16 +361,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
361
361
|
rate_limits?: {
|
|
362
362
|
units: string | number;
|
|
363
363
|
key?: string | undefined;
|
|
364
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
364
365
|
staticKey?: string | undefined;
|
|
365
366
|
dynamicKey?: string | undefined;
|
|
366
367
|
limit?: string | number | undefined;
|
|
367
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
368
368
|
}[] | undefined;
|
|
369
369
|
worker_labels?: Record<string, string | number | {
|
|
370
370
|
value: string | number;
|
|
371
371
|
required?: boolean | undefined;
|
|
372
|
-
weight?: number | undefined;
|
|
373
372
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
373
|
+
weight?: number | undefined;
|
|
374
374
|
} | undefined> | undefined;
|
|
375
375
|
backoff?: {
|
|
376
376
|
factor?: number | undefined;
|
|
@@ -396,16 +396,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
396
396
|
rate_limits?: {
|
|
397
397
|
units: string | number;
|
|
398
398
|
key?: string | undefined;
|
|
399
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
399
400
|
staticKey?: string | undefined;
|
|
400
401
|
dynamicKey?: string | undefined;
|
|
401
402
|
limit?: string | number | undefined;
|
|
402
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
403
403
|
}[] | undefined;
|
|
404
404
|
worker_labels?: Record<string, string | number | {
|
|
405
405
|
value: string | number;
|
|
406
406
|
required?: boolean | undefined;
|
|
407
|
-
weight?: number | undefined;
|
|
408
407
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
408
|
+
weight?: number | undefined;
|
|
409
409
|
} | undefined> | undefined;
|
|
410
410
|
backoff?: {
|
|
411
411
|
factor?: number | undefined;
|
|
@@ -413,8 +413,8 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
413
413
|
} | undefined;
|
|
414
414
|
} | undefined;
|
|
415
415
|
}, {
|
|
416
|
-
id: string;
|
|
417
416
|
description: string;
|
|
417
|
+
id: string;
|
|
418
418
|
steps: {
|
|
419
419
|
name: string;
|
|
420
420
|
timeout?: string | undefined;
|
|
@@ -423,16 +423,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
423
423
|
rate_limits?: {
|
|
424
424
|
units: string | number;
|
|
425
425
|
key?: string | undefined;
|
|
426
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
426
427
|
staticKey?: string | undefined;
|
|
427
428
|
dynamicKey?: string | undefined;
|
|
428
429
|
limit?: string | number | undefined;
|
|
429
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
worker_labels?: Record<string, string | number | {
|
|
432
432
|
value: string | number;
|
|
433
433
|
required?: boolean | undefined;
|
|
434
|
-
weight?: number | undefined;
|
|
435
434
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
435
|
+
weight?: number | undefined;
|
|
436
436
|
} | undefined> | undefined;
|
|
437
437
|
backoff?: {
|
|
438
438
|
factor?: number | undefined;
|
|
@@ -458,16 +458,16 @@ export declare const CreateWorkflowSchema: z.ZodObject<{
|
|
|
458
458
|
rate_limits?: {
|
|
459
459
|
units: string | number;
|
|
460
460
|
key?: string | undefined;
|
|
461
|
+
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
461
462
|
staticKey?: string | undefined;
|
|
462
463
|
dynamicKey?: string | undefined;
|
|
463
464
|
limit?: string | number | undefined;
|
|
464
|
-
duration?: import("../protoc/workflows").RateLimitDuration | undefined;
|
|
465
465
|
}[] | undefined;
|
|
466
466
|
worker_labels?: Record<string, string | number | {
|
|
467
467
|
value: string | number;
|
|
468
468
|
required?: boolean | undefined;
|
|
469
|
-
weight?: number | undefined;
|
|
470
469
|
comparator?: import("../protoc/workflows").WorkerLabelComparator | undefined;
|
|
470
|
+
weight?: number | undefined;
|
|
471
471
|
} | undefined> | undefined;
|
|
472
472
|
backoff?: {
|
|
473
473
|
factor?: number | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{step.js → src/step.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{v1/examples/cancellation/run.d.ts → src/v1/examples/affinity/affinity-workers.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|