@versori/run 0.3.0-veta.2 → 0.4.0-alpha.10
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/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts +35 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common64.js +113 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts +4 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_common_detach.js +13 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts +9 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/_types.js +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts +40 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.10/base64.js +82 -0
- package/{script/deps/jsr.io/@std/fs/1.0.19 → esm/deps/jsr.io/@std/fs/1.0.20}/exists.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
- package/esm/mod.d.ts +66 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +78 -1
- package/esm/src/connection/CredentialsProvider.d.ts +23 -0
- package/esm/src/connection/CredentialsProvider.d.ts.map +1 -0
- package/esm/src/connection/CredentialsProvider.js +130 -0
- package/esm/src/connection/DirectConnectionFactory.d.ts +4 -4
- package/esm/src/connection/DirectConnectionFactory.d.ts.map +1 -1
- package/esm/src/connection/DirectConnectionFactory.js +23 -8
- package/esm/src/connection/DynamicFetchFactory.d.ts.map +1 -1
- package/esm/src/connection/DynamicFetchFactory.js +12 -0
- package/esm/src/connection/StaticFetchFactory.d.ts.map +1 -1
- package/esm/src/connection/StaticFetchFactory.js +12 -0
- package/esm/src/connection/internal/CredentialHolder.d.ts +2 -2
- package/esm/src/connection/internal/CredentialHolder.d.ts.map +1 -1
- package/esm/src/connection/internal/CredentialHolder.js +30 -8
- package/esm/src/connection/internal/FetchBuilder.d.ts +1 -1
- package/esm/src/connection/internal/FetchBuilder.d.ts.map +1 -1
- package/esm/src/connection/internal/FetchBuilder.js +13 -1
- package/esm/src/connection/internal/HttpClientFactory.d.ts.map +1 -1
- package/esm/src/connection/internal/HttpClientFactory.js +12 -0
- package/esm/src/connection/internal/InboundConnectionFactory.d.ts.map +1 -1
- package/esm/src/connection/internal/InboundConnectionFactory.js +12 -0
- package/esm/src/connection/internal/OutboundConnectionFactory.d.ts +1 -1
- package/esm/src/connection/internal/OutboundConnectionFactory.d.ts.map +1 -1
- package/esm/src/connection/internal/OutboundConnectionFactory.js +24 -8
- package/esm/src/connection/types.d.ts +1 -5
- package/esm/src/connection/types.d.ts.map +1 -1
- package/esm/src/connection/types.js +12 -0
- package/esm/src/context/ActivationImpl.d.ts.map +1 -1
- package/esm/src/context/ActivationImpl.js +13 -1
- package/esm/src/context/AsyncWorkflow.d.ts +30 -0
- package/esm/src/context/AsyncWorkflow.d.ts.map +1 -1
- package/esm/src/context/AsyncWorkflow.js +43 -7
- package/esm/src/context/Context.d.ts +55 -6
- package/esm/src/context/Context.d.ts.map +1 -1
- package/esm/src/context/Context.js +19 -7
- package/esm/src/context/ContextFunc.d.ts +22 -0
- package/esm/src/context/ContextFunc.d.ts.map +1 -1
- package/esm/src/context/ContextFunc.js +12 -0
- package/esm/src/context/ContextProvider.d.ts +2 -2
- package/esm/src/context/ContextProvider.d.ts.map +1 -1
- package/esm/src/context/ContextProvider.js +13 -1
- package/{script/src/context/WorkflowClient.d.ts → esm/src/context/WorkflowsClient.d.ts} +2 -3
- package/esm/src/context/WorkflowsClient.d.ts.map +1 -0
- package/esm/src/context/{WorkflowClient.js → WorkflowsClient.js} +12 -0
- package/esm/src/context/mod.d.ts +9 -2
- package/esm/src/context/mod.d.ts.map +1 -1
- package/esm/src/context/mod.js +12 -2
- package/esm/src/credentials/CredentialsProvider.d.ts +49 -0
- package/esm/src/credentials/CredentialsProvider.d.ts.map +1 -0
- package/esm/src/credentials/CredentialsProvider.js +102 -0
- package/esm/src/dsl/Task.d.ts +46 -1
- package/esm/src/dsl/Task.d.ts.map +1 -1
- package/esm/src/dsl/Task.js +15 -0
- package/esm/src/dsl/Trigger.d.ts +16 -0
- package/esm/src/dsl/Trigger.d.ts.map +1 -1
- package/esm/src/dsl/Trigger.js +15 -0
- package/esm/src/dsl/Workflow.d.ts +24 -0
- package/esm/src/dsl/Workflow.d.ts.map +1 -1
- package/esm/src/dsl/Workflow.js +12 -0
- package/esm/src/dsl/ensureTask.d.ts.map +1 -1
- package/esm/src/dsl/ensureTask.js +12 -0
- package/esm/src/dsl/http/mod.d.ts +3 -0
- package/esm/src/dsl/http/mod.d.ts.map +1 -0
- package/esm/src/dsl/http/mod.js +13 -0
- package/esm/src/dsl/http/types.d.ts +45 -1
- package/esm/src/dsl/http/types.d.ts.map +1 -1
- package/esm/src/dsl/http/types.js +12 -0
- package/esm/src/dsl/http/versori/configloader.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/configloader.js +12 -0
- package/esm/src/dsl/http/versori/constants.d.ts +1 -0
- package/esm/src/dsl/http/versori/constants.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/constants.js +13 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts +44 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/contextcredentials.js +12 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +3 -3
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +7 -4
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +3 -3
- package/esm/src/dsl/http/versori/cronapi.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/cronapi.js +15 -2
- package/esm/src/dsl/http/versori/helpers.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/helpers.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/core/ApiError.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/ApiError.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/core/ApiRequestOptions.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/ApiRequestOptions.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/core/ApiResult.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/ApiResult.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/core/CancelablePromise.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/CancelablePromise.js +13 -1
- package/esm/src/dsl/http/versori/kvapi/core/OpenAPI.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/OpenAPI.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/core/request.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/core/request.js +19 -7
- package/esm/src/dsl/http/versori/kvapi/index.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/index.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/CreateStoreRequest.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/CreateStoreRequest.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/CreateStoreResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/CreateStoreResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/DeleteKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/DeleteKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/DeleteOptions.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/DeleteOptions.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/Error.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +0 -1
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetKVResponse.d.ts +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/GetKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/GetKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListStoresResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/ListStoresResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/SetKVResponse.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/SetKVResponse.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/SetOptions.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/SetOptions.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/models/Store.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/models/Store.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/services/KvOperationsService.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/services/KvOperationsService.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +12 -0
- package/esm/src/dsl/http/versori/kvapi/services/StoresService.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/kvapi/services/StoresService.js +12 -0
- package/esm/src/dsl/http/versori/webhookmiddleware.d.ts +2 -2
- package/esm/src/dsl/http/versori/webhookmiddleware.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/webhookmiddleware.js +99 -59
- package/esm/src/dsl/mod.d.ts +17 -1
- package/esm/src/dsl/mod.d.ts.map +1 -1
- package/esm/src/dsl/mod.js +26 -1
- package/esm/src/dsl/tasks/BackgroundTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/BackgroundTask.js +12 -0
- package/esm/src/dsl/tasks/CatchTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/CatchTask.js +12 -0
- package/esm/src/dsl/tasks/ChainTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/ChainTask.js +14 -2
- package/esm/src/dsl/tasks/FnTask.d.ts +25 -1
- package/esm/src/dsl/tasks/FnTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/FnTask.js +36 -0
- package/esm/src/dsl/tasks/HttpTask.d.ts +83 -7
- package/esm/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/HttpTask.js +37 -0
- package/esm/src/dsl/tasks/ParallelTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/ParallelTask.js +12 -0
- package/esm/src/dsl/tasks/SerialTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/SerialTask.js +12 -0
- package/esm/src/dsl/tasks/UnpackTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/UnpackTask.js +12 -0
- package/esm/src/dsl/tasks/mod.d.ts +1 -9
- package/esm/src/dsl/tasks/mod.d.ts.map +1 -1
- package/esm/src/dsl/tasks/mod.js +13 -1
- package/esm/src/dsl/triggers/DurableTrigger.d.ts +38 -1
- package/esm/src/dsl/triggers/DurableTrigger.d.ts.map +1 -1
- package/esm/src/dsl/triggers/DurableTrigger.js +35 -1
- package/esm/src/dsl/triggers/ScheduleTrigger.d.ts +35 -1
- package/esm/src/dsl/triggers/ScheduleTrigger.d.ts.map +1 -1
- package/esm/src/dsl/triggers/ScheduleTrigger.js +37 -2
- package/esm/src/dsl/triggers/WebhookTrigger.d.ts +71 -1
- package/esm/src/dsl/triggers/WebhookTrigger.d.ts.map +1 -1
- package/esm/src/dsl/triggers/WebhookTrigger.js +36 -1
- package/esm/src/dsl/triggers/mod.d.ts +3 -5
- package/esm/src/dsl/triggers/mod.d.ts.map +1 -1
- package/esm/src/dsl/triggers/mod.js +15 -3
- package/esm/src/internal/InternalAuth.d.ts +2 -0
- package/esm/src/internal/InternalAuth.d.ts.map +1 -1
- package/esm/src/internal/InternalAuth.js +45 -1
- package/esm/src/internal/cli.d.ts.map +1 -0
- package/esm/src/{dsl/http/versori → internal}/cli.js +13 -1
- package/esm/src/internal/constants.d.ts +1 -0
- package/esm/src/internal/constants.d.ts.map +1 -1
- package/esm/src/internal/constants.js +13 -0
- package/esm/src/interpreter/durable/DurableInterpreter.d.ts +44 -8
- package/esm/src/interpreter/durable/DurableInterpreter.d.ts.map +1 -1
- package/esm/src/interpreter/durable/DurableInterpreter.js +52 -22
- package/esm/src/interpreter/durable/ExecutionError.d.ts +17 -0
- package/esm/src/interpreter/durable/ExecutionError.d.ts.map +1 -1
- package/esm/src/interpreter/durable/ExecutionError.js +29 -0
- package/esm/src/interpreter/durable/ObservableCompiler.d.ts.map +1 -1
- package/esm/src/interpreter/durable/ObservableCompiler.js +12 -0
- package/esm/src/interpreter/durable/Queue.d.ts.map +1 -1
- package/esm/src/interpreter/durable/Queue.js +12 -0
- package/esm/src/interpreter/durable/compilers/background.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/background.js +12 -0
- package/esm/src/interpreter/durable/compilers/catch.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/catch.js +19 -5
- package/esm/src/interpreter/durable/compilers/chain.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/chain.js +12 -0
- package/esm/src/interpreter/durable/compilers/durableworkflow.d.ts +2 -2
- package/esm/src/interpreter/durable/compilers/durableworkflow.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/durableworkflow.js +13 -1
- package/esm/src/interpreter/durable/compilers/fn.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/fn.js +13 -1
- package/esm/src/interpreter/durable/compilers/http.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/http.js +13 -1
- package/esm/src/interpreter/durable/compilers/mod.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/mod.js +12 -0
- package/esm/src/interpreter/durable/compilers/parallel.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/parallel.js +12 -0
- package/esm/src/interpreter/durable/compilers/schedule.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/schedule.js +12 -0
- package/esm/src/interpreter/durable/compilers/serial.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/serial.js +13 -1
- package/esm/src/interpreter/durable/compilers/types.d.ts +2 -2
- package/esm/src/interpreter/durable/compilers/types.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/types.js +12 -0
- package/esm/src/interpreter/durable/compilers/unpack.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/unpack.js +13 -1
- package/esm/src/interpreter/durable/compilers/webhook.d.ts.map +1 -1
- package/esm/src/interpreter/durable/compilers/webhook.js +15 -3
- package/esm/src/interpreter/durable/mod.d.ts +0 -2
- package/esm/src/interpreter/durable/mod.d.ts.map +1 -1
- package/esm/src/interpreter/durable/mod.js +12 -2
- package/esm/src/interpreter/memory/ExecutionError.d.ts +17 -0
- package/esm/src/interpreter/memory/ExecutionError.d.ts.map +1 -1
- package/esm/src/interpreter/memory/ExecutionError.js +29 -0
- package/esm/src/interpreter/memory/MemoryInterpreter.d.ts +42 -2
- package/esm/src/interpreter/memory/MemoryInterpreter.d.ts.map +1 -1
- package/esm/src/interpreter/memory/MemoryInterpreter.js +43 -17
- package/esm/src/interpreter/memory/ObservableCompiler.d.ts.map +1 -1
- package/esm/src/interpreter/memory/ObservableCompiler.js +12 -0
- package/esm/src/interpreter/memory/compilers/background.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/background.js +12 -0
- package/esm/src/interpreter/memory/compilers/catch.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/catch.js +19 -5
- package/esm/src/interpreter/memory/compilers/chain.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/chain.js +12 -0
- package/esm/src/interpreter/memory/compilers/fn.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/fn.js +13 -1
- package/esm/src/interpreter/memory/compilers/http.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/http.js +13 -1
- package/esm/src/interpreter/memory/compilers/parallel.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/parallel.js +12 -0
- package/esm/src/interpreter/memory/compilers/schedule.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/schedule.js +12 -0
- package/esm/src/interpreter/memory/compilers/serial.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/serial.js +13 -1
- package/esm/src/interpreter/memory/compilers/types.d.ts +2 -2
- package/esm/src/interpreter/memory/compilers/types.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/types.js +12 -0
- package/esm/src/interpreter/memory/compilers/unpack.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/unpack.js +13 -1
- package/esm/src/interpreter/memory/compilers/webhook.d.ts.map +1 -1
- package/esm/src/interpreter/memory/compilers/webhook.js +15 -3
- package/esm/src/interpreter/memory/mod.d.ts +0 -2
- package/esm/src/interpreter/memory/mod.d.ts.map +1 -1
- package/esm/src/interpreter/memory/mod.js +12 -2
- package/esm/src/interpreter/mod.d.ts +13 -0
- package/esm/src/interpreter/mod.d.ts.map +1 -1
- package/esm/src/interpreter/mod.js +25 -0
- package/esm/src/issues/Issues.d.ts +1 -1
- package/esm/src/issues/Issues.d.ts.map +1 -1
- package/esm/src/issues/Issues.js +13 -1
- package/esm/src/kv/KVNotFoundError.d.ts +10 -0
- package/esm/src/kv/KVNotFoundError.d.ts.map +1 -1
- package/esm/src/kv/KVNotFoundError.js +22 -0
- package/esm/src/kv/KeyValue.d.ts +75 -6
- package/esm/src/kv/KeyValue.d.ts.map +1 -1
- package/esm/src/kv/KeyValue.js +13 -5
- package/esm/src/kv/isKVOptionsExecution.d.ts +3 -0
- package/esm/src/kv/isKVOptionsExecution.d.ts.map +1 -0
- package/esm/src/kv/isKVOptionsExecution.js +17 -0
- package/esm/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValue.js +12 -0
- package/esm/src/kv/memory/MemoryKeyValueProvider.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValueProvider.js +12 -0
- package/esm/src/kv/mod.d.ts +5 -2
- package/esm/src/kv/mod.d.ts.map +1 -1
- package/esm/src/kv/mod.js +17 -2
- package/esm/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/esm/src/kv/nats/NatsKeyValue.js +12 -0
- package/esm/src/kv/nats/NatsKeyValueProvider.d.ts.map +1 -1
- package/esm/src/kv/nats/NatsKeyValueProvider.js +14 -2
- package/esm/src/kv/sdk/SDKKeyValue.d.ts +2 -2
- package/esm/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/esm/src/kv/sdk/SDKKeyValue.js +23 -10
- package/esm/src/kv/sdk/SDKKeyValueProvider.d.ts.map +1 -1
- package/esm/src/kv/sdk/SDKKeyValueProvider.js +25 -13
- package/esm/src/mod.d.ts +6 -5
- package/esm/src/mod.d.ts.map +1 -1
- package/esm/src/mod.js +18 -5
- package/esm/src/observability/logging/ConsoleLogger.d.ts +4 -1
- package/esm/src/observability/logging/ConsoleLogger.d.ts.map +1 -1
- package/esm/src/observability/logging/ConsoleLogger.js +16 -1
- package/esm/src/observability/logging/Logger.d.ts +45 -0
- package/esm/src/observability/logging/Logger.d.ts.map +1 -1
- package/esm/src/observability/logging/Logger.js +12 -0
- package/esm/src/observability/logging/mod.d.ts.map +1 -1
- package/esm/src/observability/logging/mod.js +12 -0
- package/esm/src/observability/mod.d.ts +7 -0
- package/esm/src/observability/mod.d.ts.map +1 -1
- package/esm/src/observability/mod.js +19 -0
- package/esm/src/services/createConnectRpcClient.d.ts +16 -0
- package/esm/src/services/createConnectRpcClient.d.ts.map +1 -0
- package/esm/src/services/createConnectRpcClient.js +75 -0
- package/esm/src/services/credentials/credential-v1alpha1.d.ts.map +1 -1
- package/esm/src/services/credentials/credential-v1alpha1.js +12 -0
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +3 -3
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.js +3 -3
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.d.ts +13 -13
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.js +7 -4
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.d.ts +4 -4
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.js +3 -3
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.d.ts +21 -21
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.js +10 -5
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.d.ts +4 -4
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.js +3 -3
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.d.ts +10 -10
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.js +10 -5
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.d.ts +5 -5
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.js +2 -2
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.d.ts +41 -41
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.js +3 -3
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.d.ts +27 -27
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -1
- package/esm/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.js +9 -5
- package/esm/src/services/credentials/isTokenValid.d.ts.map +1 -1
- package/esm/src/services/credentials/isTokenValid.js +13 -1
- package/esm/src/services/credentials/mod.d.ts +6 -0
- package/esm/src/services/credentials/mod.d.ts.map +1 -1
- package/esm/src/services/credentials/mod.js +18 -0
- package/esm/src/services/credentials/oauth1-v1.d.ts.map +1 -1
- package/esm/src/services/credentials/oauth1-v1.js +12 -0
- package/esm/src/services/credentials/oauth2-v1.d.ts.map +1 -1
- package/esm/src/services/credentials/oauth2-v1.js +12 -0
- package/esm/src/services/credentials/tokens-v1.d.ts.map +1 -1
- package/esm/src/services/credentials/tokens-v1.js +12 -0
- package/esm/src/services/mod.d.ts +11 -0
- package/esm/src/services/mod.d.ts.map +1 -0
- package/esm/src/services/mod.js +22 -0
- package/esm/src/services/platform/PlatformApi.d.ts +23 -1
- package/esm/src/services/platform/PlatformApi.d.ts.map +1 -1
- package/esm/src/services/platform/PlatformApi.js +39 -8
- package/esm/src/services/platform/generated/client/client.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/client/client.gen.js +16 -24
- package/esm/src/services/platform/generated/client/index.d.ts.map +1 -1
- package/esm/src/services/platform/generated/client/index.js +12 -1
- package/esm/src/services/platform/generated/client/types.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/client/utils.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/client.gen.d.ts +1 -1
- package/esm/src/services/platform/generated/client.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/client.gen.js +2 -2
- package/esm/src/services/platform/generated/core/auth.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/bodySerializer.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/params.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/pathSerializer.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/pathSerializer.gen.js +2 -6
- package/esm/src/services/platform/generated/core/serverSentEvents.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/serverSentEvents.gen.js +2 -1
- package/esm/src/services/platform/generated/core/types.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/core/utils.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/sdk.gen.d.ts +2 -57
- package/esm/src/services/platform/generated/sdk.gen.d.ts.map +1 -1
- package/esm/src/services/platform/generated/sdk.gen.js +357 -412
- package/esm/src/services/platform/generated/types.gen.d.ts +0 -128
- package/esm/src/services/platform/generated/types.gen.d.ts.map +1 -1
- package/esm/src/services/platform/mod.d.ts +14 -1
- package/esm/src/services/platform/mod.d.ts.map +1 -1
- package/esm/src/services/platform/mod.js +13 -1
- package/package.json +2 -3
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts +35 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common64.js +119 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts +4 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_common_detach.js +16 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts +9 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/_types.d.ts.map +1 -0
- package/script/{src/interpreter/memory/compilers/mod.js → deps/jsr.io/@std/encoding/1.0.10/_types.js} +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts +40 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.10/base64.js +86 -0
- package/{esm/deps/jsr.io/@std/fs/1.0.19 → script/deps/jsr.io/@std/fs/1.0.20}/exists.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
- package/script/mod.d.ts +66 -1
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +82 -1
- package/script/src/connection/CredentialsProvider.d.ts +23 -0
- package/script/src/connection/CredentialsProvider.d.ts.map +1 -0
- package/script/src/connection/CredentialsProvider.js +134 -0
- package/script/src/connection/DirectConnectionFactory.d.ts +4 -4
- package/script/src/connection/DirectConnectionFactory.d.ts.map +1 -1
- package/script/src/connection/DirectConnectionFactory.js +22 -7
- package/script/src/connection/DynamicFetchFactory.d.ts.map +1 -1
- package/script/src/connection/DynamicFetchFactory.js +12 -0
- package/script/src/connection/StaticFetchFactory.d.ts.map +1 -1
- package/script/src/connection/StaticFetchFactory.js +12 -0
- package/script/src/connection/internal/CredentialHolder.d.ts +2 -2
- package/script/src/connection/internal/CredentialHolder.d.ts.map +1 -1
- package/script/src/connection/internal/CredentialHolder.js +30 -8
- package/script/src/connection/internal/FetchBuilder.d.ts +1 -1
- package/script/src/connection/internal/FetchBuilder.d.ts.map +1 -1
- package/script/src/connection/internal/FetchBuilder.js +13 -1
- package/script/src/connection/internal/HttpClientFactory.d.ts.map +1 -1
- package/script/src/connection/internal/HttpClientFactory.js +12 -0
- package/script/src/connection/internal/InboundConnectionFactory.d.ts.map +1 -1
- package/script/src/connection/internal/InboundConnectionFactory.js +12 -0
- package/script/src/connection/internal/OutboundConnectionFactory.d.ts +1 -1
- package/script/src/connection/internal/OutboundConnectionFactory.d.ts.map +1 -1
- package/script/src/connection/internal/OutboundConnectionFactory.js +24 -8
- package/script/src/connection/types.d.ts +1 -5
- package/script/src/connection/types.d.ts.map +1 -1
- package/script/src/connection/types.js +12 -0
- package/script/src/context/ActivationImpl.d.ts.map +1 -1
- package/script/src/context/ActivationImpl.js +13 -1
- package/script/src/context/AsyncWorkflow.d.ts +30 -0
- package/script/src/context/AsyncWorkflow.d.ts.map +1 -1
- package/script/src/context/AsyncWorkflow.js +43 -7
- package/script/src/context/Context.d.ts +55 -6
- package/script/src/context/Context.d.ts.map +1 -1
- package/script/src/context/Context.js +19 -7
- package/script/src/context/ContextFunc.d.ts +22 -0
- package/script/src/context/ContextFunc.d.ts.map +1 -1
- package/script/src/context/ContextFunc.js +12 -0
- package/script/src/context/ContextProvider.d.ts +2 -2
- package/script/src/context/ContextProvider.d.ts.map +1 -1
- package/script/src/context/ContextProvider.js +13 -1
- package/{esm/src/context/WorkflowClient.d.ts → script/src/context/WorkflowsClient.d.ts} +2 -3
- package/script/src/context/WorkflowsClient.d.ts.map +1 -0
- package/script/src/context/{WorkflowClient.js → WorkflowsClient.js} +12 -0
- package/script/src/context/mod.d.ts +9 -2
- package/script/src/context/mod.d.ts.map +1 -1
- package/script/src/context/mod.js +12 -2
- package/script/src/credentials/CredentialsProvider.d.ts +49 -0
- package/script/src/credentials/CredentialsProvider.d.ts.map +1 -0
- package/script/src/credentials/CredentialsProvider.js +106 -0
- package/script/src/dsl/Task.d.ts +46 -1
- package/script/src/dsl/Task.d.ts.map +1 -1
- package/script/src/dsl/Task.js +15 -0
- package/script/src/dsl/Trigger.d.ts +16 -0
- package/script/src/dsl/Trigger.d.ts.map +1 -1
- package/script/src/dsl/Trigger.js +15 -0
- package/script/src/dsl/Workflow.d.ts +24 -0
- package/script/src/dsl/Workflow.d.ts.map +1 -1
- package/script/src/dsl/Workflow.js +12 -0
- package/script/src/dsl/ensureTask.d.ts.map +1 -1
- package/script/src/dsl/ensureTask.js +12 -0
- package/script/src/dsl/http/mod.d.ts +3 -0
- package/script/src/dsl/http/mod.d.ts.map +1 -0
- package/script/src/dsl/http/mod.js +14 -0
- package/script/src/dsl/http/types.d.ts +45 -1
- package/script/src/dsl/http/types.d.ts.map +1 -1
- package/script/src/dsl/http/types.js +12 -0
- package/script/src/dsl/http/versori/configloader.d.ts.map +1 -1
- package/script/src/dsl/http/versori/configloader.js +12 -0
- package/script/src/dsl/http/versori/constants.d.ts +1 -0
- package/script/src/dsl/http/versori/constants.d.ts.map +1 -1
- package/script/src/dsl/http/versori/constants.js +15 -2
- package/script/src/dsl/http/versori/contextcredentials.d.ts +44 -0
- package/script/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/script/src/dsl/http/versori/contextcredentials.js +12 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -1
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +1 -1
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -1
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +4 -1
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -1
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +1 -1
- package/script/src/dsl/http/versori/cronapi.d.ts.map +1 -1
- package/script/src/dsl/http/versori/cronapi.js +14 -1
- package/script/src/dsl/http/versori/helpers.d.ts.map +1 -1
- package/script/src/dsl/http/versori/helpers.js +12 -0
- package/script/src/dsl/http/versori/kvapi/core/ApiError.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/ApiError.js +12 -0
- package/script/src/dsl/http/versori/kvapi/core/ApiRequestOptions.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/ApiRequestOptions.js +12 -0
- package/script/src/dsl/http/versori/kvapi/core/ApiResult.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/ApiResult.js +12 -0
- package/script/src/dsl/http/versori/kvapi/core/CancelablePromise.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/CancelablePromise.js +13 -1
- package/script/src/dsl/http/versori/kvapi/core/OpenAPI.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/OpenAPI.js +12 -0
- package/script/src/dsl/http/versori/kvapi/core/request.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/core/request.js +18 -6
- package/script/src/dsl/http/versori/kvapi/index.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/index.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/CreateStoreRequest.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/CreateStoreRequest.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/CreateStoreResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/CreateStoreResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/DeleteKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/DeleteKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/DeleteOptions.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/DeleteOptions.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/Error.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +0 -1
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/GetKVResponse.d.ts +1 -1
- package/script/src/dsl/http/versori/kvapi/models/GetKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/GetKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/KVKey.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/ListStoresResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/ListStoresResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/Pagination.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/SetKVResponse.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/SetKVResponse.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/SetOptions.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/SetOptions.js +12 -0
- package/script/src/dsl/http/versori/kvapi/models/Store.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/models/Store.js +12 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +12 -0
- package/script/src/dsl/http/versori/kvapi/services/KvOperationsService.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/services/KvOperationsService.js +12 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +12 -0
- package/script/src/dsl/http/versori/kvapi/services/StoresService.d.ts.map +1 -1
- package/script/src/dsl/http/versori/kvapi/services/StoresService.js +12 -0
- package/script/src/dsl/http/versori/webhookmiddleware.d.ts +2 -2
- package/script/src/dsl/http/versori/webhookmiddleware.d.ts.map +1 -1
- package/script/src/dsl/http/versori/webhookmiddleware.js +99 -59
- package/script/src/dsl/mod.d.ts +17 -1
- package/script/src/dsl/mod.d.ts.map +1 -1
- package/script/src/dsl/mod.js +26 -1
- package/script/src/dsl/tasks/BackgroundTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/BackgroundTask.js +12 -0
- package/script/src/dsl/tasks/CatchTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/CatchTask.js +12 -0
- package/script/src/dsl/tasks/ChainTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/ChainTask.js +14 -2
- package/script/src/dsl/tasks/FnTask.d.ts +25 -1
- package/script/src/dsl/tasks/FnTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/FnTask.js +36 -0
- package/script/src/dsl/tasks/HttpTask.d.ts +83 -7
- package/script/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/HttpTask.js +37 -0
- package/script/src/dsl/tasks/ParallelTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/ParallelTask.js +12 -0
- package/script/src/dsl/tasks/SerialTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/SerialTask.js +12 -0
- package/script/src/dsl/tasks/UnpackTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/UnpackTask.js +12 -0
- package/script/src/dsl/tasks/mod.d.ts +1 -9
- package/script/src/dsl/tasks/mod.d.ts.map +1 -1
- package/script/src/dsl/tasks/mod.js +12 -0
- package/script/src/dsl/triggers/DurableTrigger.d.ts +38 -1
- package/script/src/dsl/triggers/DurableTrigger.d.ts.map +1 -1
- package/script/src/dsl/triggers/DurableTrigger.js +35 -1
- package/script/src/dsl/triggers/ScheduleTrigger.d.ts +35 -1
- package/script/src/dsl/triggers/ScheduleTrigger.d.ts.map +1 -1
- package/script/src/dsl/triggers/ScheduleTrigger.js +36 -1
- package/script/src/dsl/triggers/WebhookTrigger.d.ts +71 -1
- package/script/src/dsl/triggers/WebhookTrigger.d.ts.map +1 -1
- package/script/src/dsl/triggers/WebhookTrigger.js +35 -0
- package/script/src/dsl/triggers/mod.d.ts +3 -5
- package/script/src/dsl/triggers/mod.d.ts.map +1 -1
- package/script/src/dsl/triggers/mod.js +12 -0
- package/script/src/internal/InternalAuth.d.ts +2 -0
- package/script/src/internal/InternalAuth.d.ts.map +1 -1
- package/script/src/internal/InternalAuth.js +44 -0
- package/script/src/internal/cli.d.ts.map +1 -0
- package/script/src/{dsl/http/versori → internal}/cli.js +14 -2
- package/script/src/internal/constants.d.ts +1 -0
- package/script/src/internal/constants.d.ts.map +1 -1
- package/script/src/internal/constants.js +14 -1
- package/script/src/interpreter/durable/DurableInterpreter.d.ts +44 -8
- package/script/src/interpreter/durable/DurableInterpreter.d.ts.map +1 -1
- package/script/src/interpreter/durable/DurableInterpreter.js +51 -21
- package/script/src/interpreter/durable/ExecutionError.d.ts +17 -0
- package/script/src/interpreter/durable/ExecutionError.d.ts.map +1 -1
- package/script/src/interpreter/durable/ExecutionError.js +29 -0
- package/script/src/interpreter/durable/ObservableCompiler.d.ts.map +1 -1
- package/script/src/interpreter/durable/ObservableCompiler.js +12 -0
- package/script/src/interpreter/durable/Queue.d.ts.map +1 -1
- package/script/src/interpreter/durable/Queue.js +12 -0
- package/script/src/interpreter/durable/compilers/background.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/background.js +12 -0
- package/script/src/interpreter/durable/compilers/catch.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/catch.js +19 -5
- package/script/src/interpreter/durable/compilers/chain.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/chain.js +12 -0
- package/script/src/interpreter/durable/compilers/durableworkflow.d.ts +2 -2
- package/script/src/interpreter/durable/compilers/durableworkflow.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/durableworkflow.js +13 -1
- package/script/src/interpreter/durable/compilers/fn.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/fn.js +13 -1
- package/script/src/interpreter/durable/compilers/http.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/http.js +13 -1
- package/script/src/interpreter/durable/compilers/mod.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/mod.js +12 -0
- package/script/src/interpreter/durable/compilers/parallel.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/parallel.js +12 -0
- package/script/src/interpreter/durable/compilers/schedule.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/schedule.js +12 -0
- package/script/src/interpreter/durable/compilers/serial.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/serial.js +12 -0
- package/script/src/interpreter/durable/compilers/types.d.ts +2 -2
- package/script/src/interpreter/durable/compilers/types.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/types.js +12 -0
- package/script/src/interpreter/durable/compilers/unpack.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/unpack.js +13 -1
- package/script/src/interpreter/durable/compilers/webhook.d.ts.map +1 -1
- package/script/src/interpreter/durable/compilers/webhook.js +15 -3
- package/script/src/interpreter/durable/mod.d.ts +0 -2
- package/script/src/interpreter/durable/mod.d.ts.map +1 -1
- package/script/src/interpreter/durable/mod.js +12 -2
- package/script/src/interpreter/memory/ExecutionError.d.ts +17 -0
- package/script/src/interpreter/memory/ExecutionError.d.ts.map +1 -1
- package/script/src/interpreter/memory/ExecutionError.js +29 -0
- package/script/src/interpreter/memory/MemoryInterpreter.d.ts +42 -2
- package/script/src/interpreter/memory/MemoryInterpreter.d.ts.map +1 -1
- package/script/src/interpreter/memory/MemoryInterpreter.js +43 -17
- package/script/src/interpreter/memory/ObservableCompiler.d.ts.map +1 -1
- package/script/src/interpreter/memory/ObservableCompiler.js +12 -0
- package/script/src/interpreter/memory/compilers/background.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/background.js +12 -0
- package/script/src/interpreter/memory/compilers/catch.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/catch.js +19 -5
- package/script/src/interpreter/memory/compilers/chain.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/chain.js +12 -0
- package/script/src/interpreter/memory/compilers/fn.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/fn.js +13 -1
- package/script/src/interpreter/memory/compilers/http.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/http.js +13 -1
- package/script/src/interpreter/memory/compilers/parallel.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/parallel.js +12 -0
- package/script/src/interpreter/memory/compilers/schedule.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/schedule.js +12 -0
- package/script/src/interpreter/memory/compilers/serial.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/serial.js +12 -0
- package/script/src/interpreter/memory/compilers/types.d.ts +2 -2
- package/script/src/interpreter/memory/compilers/types.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/types.js +12 -0
- package/script/src/interpreter/memory/compilers/unpack.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/unpack.js +13 -1
- package/script/src/interpreter/memory/compilers/webhook.d.ts.map +1 -1
- package/script/src/interpreter/memory/compilers/webhook.js +15 -3
- package/script/src/interpreter/memory/mod.d.ts +0 -2
- package/script/src/interpreter/memory/mod.d.ts.map +1 -1
- package/script/src/interpreter/memory/mod.js +12 -2
- package/script/src/interpreter/mod.d.ts +13 -0
- package/script/src/interpreter/mod.d.ts.map +1 -1
- package/script/src/interpreter/mod.js +25 -0
- package/script/src/issues/Issues.d.ts +1 -1
- package/script/src/issues/Issues.d.ts.map +1 -1
- package/script/src/issues/Issues.js +13 -1
- package/script/src/kv/KVNotFoundError.d.ts +10 -0
- package/script/src/kv/KVNotFoundError.d.ts.map +1 -1
- package/script/src/kv/KVNotFoundError.js +22 -0
- package/script/src/kv/KeyValue.d.ts +75 -6
- package/script/src/kv/KeyValue.d.ts.map +1 -1
- package/script/src/kv/KeyValue.js +12 -6
- package/script/src/kv/isKVOptionsExecution.d.ts +3 -0
- package/script/src/kv/isKVOptionsExecution.d.ts.map +1 -0
- package/script/src/kv/isKVOptionsExecution.js +20 -0
- package/script/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValue.js +12 -0
- package/script/src/kv/memory/MemoryKeyValueProvider.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValueProvider.js +12 -0
- package/script/src/kv/mod.d.ts +5 -2
- package/script/src/kv/mod.d.ts.map +1 -1
- package/script/src/kv/mod.js +17 -2
- package/script/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/script/src/kv/nats/NatsKeyValue.js +12 -0
- package/script/src/kv/nats/NatsKeyValueProvider.d.ts.map +1 -1
- package/script/src/kv/nats/NatsKeyValueProvider.js +15 -3
- package/script/src/kv/sdk/SDKKeyValue.d.ts +2 -2
- package/script/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/script/src/kv/sdk/SDKKeyValue.js +23 -10
- package/script/src/kv/sdk/SDKKeyValueProvider.d.ts.map +1 -1
- package/script/src/kv/sdk/SDKKeyValueProvider.js +26 -14
- package/script/src/mod.d.ts +6 -5
- package/script/src/mod.d.ts.map +1 -1
- package/script/src/mod.js +13 -0
- package/script/src/observability/logging/ConsoleLogger.d.ts +4 -1
- package/script/src/observability/logging/ConsoleLogger.d.ts.map +1 -1
- package/script/src/observability/logging/ConsoleLogger.js +16 -1
- package/script/src/observability/logging/Logger.d.ts +45 -0
- package/script/src/observability/logging/Logger.d.ts.map +1 -1
- package/script/src/observability/logging/Logger.js +12 -0
- package/script/src/observability/logging/mod.d.ts.map +1 -1
- package/script/src/observability/logging/mod.js +12 -0
- package/script/src/observability/mod.d.ts +7 -0
- package/script/src/observability/mod.d.ts.map +1 -1
- package/script/src/observability/mod.js +19 -0
- package/script/src/services/createConnectRpcClient.d.ts +16 -0
- package/script/src/services/createConnectRpcClient.d.ts.map +1 -0
- package/script/src/services/createConnectRpcClient.js +78 -0
- package/script/src/services/credentials/credential-v1alpha1.d.ts.map +1 -1
- package/script/src/services/credentials/credential-v1alpha1.js +12 -0
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +3 -3
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_metadata_pb.js +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.d.ts +13 -13
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth1/v1/authorization_service_pb.js +4 -1
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.d.ts +4 -4
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_pb.js +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.d.ts +21 -21
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/oauth2/v1/token_service_pb.js +6 -1
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.d.ts +4 -4
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_pb.js +1 -1
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.d.ts +10 -10
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/tokens/v1/token_service_pb.js +6 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.d.ts +5 -5
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/common_pb.js +1 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.d.ts +41 -41
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_pb.js +1 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.d.ts +27 -27
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -1
- package/script/src/services/credentials/generated/versori/credential/v1alpha1/credential_service_pb.js +5 -1
- package/script/src/services/credentials/isTokenValid.d.ts.map +1 -1
- package/script/src/services/credentials/isTokenValid.js +13 -1
- package/script/src/services/credentials/mod.d.ts +6 -0
- package/script/src/services/credentials/mod.d.ts.map +1 -1
- package/script/src/services/credentials/mod.js +18 -0
- package/script/src/services/credentials/oauth1-v1.d.ts.map +1 -1
- package/script/src/services/credentials/oauth1-v1.js +12 -0
- package/script/src/services/credentials/oauth2-v1.d.ts.map +1 -1
- package/script/src/services/credentials/oauth2-v1.js +12 -0
- package/script/src/services/credentials/tokens-v1.d.ts.map +1 -1
- package/script/src/services/credentials/tokens-v1.js +12 -0
- package/script/src/services/mod.d.ts +11 -0
- package/script/src/services/mod.d.ts.map +1 -0
- package/script/src/services/mod.js +38 -0
- package/script/src/services/platform/PlatformApi.d.ts +23 -1
- package/script/src/services/platform/PlatformApi.d.ts.map +1 -1
- package/script/src/services/platform/PlatformApi.js +36 -5
- package/script/src/services/platform/generated/client/client.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/client/client.gen.js +16 -24
- package/script/src/services/platform/generated/client/index.d.ts.map +1 -1
- package/script/src/services/platform/generated/client/index.js +12 -1
- package/script/src/services/platform/generated/client/types.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/client/utils.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/client.gen.d.ts +1 -1
- package/script/src/services/platform/generated/client.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/client.gen.js +1 -1
- package/script/src/services/platform/generated/core/auth.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/bodySerializer.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/params.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/pathSerializer.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/pathSerializer.gen.js +2 -6
- package/script/src/services/platform/generated/core/serverSentEvents.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/serverSentEvents.gen.js +2 -1
- package/script/src/services/platform/generated/core/types.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/core/utils.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/sdk.gen.d.ts +2 -57
- package/script/src/services/platform/generated/sdk.gen.d.ts.map +1 -1
- package/script/src/services/platform/generated/sdk.gen.js +357 -412
- package/script/src/services/platform/generated/types.gen.d.ts +0 -128
- package/script/src/services/platform/generated/types.gen.d.ts.map +1 -1
- package/script/src/services/platform/mod.d.ts +14 -1
- package/script/src/services/platform/mod.d.ts.map +1 -1
- package/script/src/services/platform/mod.js +13 -1
- package/esm/src/context/WorkflowClient.d.ts.map +0 -1
- package/esm/src/dsl/http/default.d.ts +0 -26
- package/esm/src/dsl/http/default.d.ts.map +0 -1
- package/esm/src/dsl/http/default.js +0 -46
- package/esm/src/dsl/http/versori/activation.d.ts +0 -13
- package/esm/src/dsl/http/versori/activation.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/activation.js +0 -65
- package/esm/src/dsl/http/versori/cli.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/internalauth.d.ts +0 -15
- package/esm/src/dsl/http/versori/internalauth.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/internalauth.js +0 -90
- package/esm/src/dsl/http/versori/platformapi.d.ts +0 -19
- package/esm/src/dsl/http/versori/platformapi.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/platformapi.js +0 -148
- package/esm/src/dsl/http/versori/proxyroundtripper.d.ts +0 -23
- package/esm/src/dsl/http/versori/proxyroundtripper.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/proxyroundtripper.js +0 -196
- package/esm/src/interpreter/memory/compilers/mod.d.ts +0 -2
- package/esm/src/interpreter/memory/compilers/mod.d.ts.map +0 -1
- package/esm/src/interpreter/memory/compilers/mod.js +0 -1
- package/esm/src/kv/memory/mod.d.ts +0 -3
- package/esm/src/kv/memory/mod.d.ts.map +0 -1
- package/esm/src/kv/memory/mod.js +0 -2
- package/esm/src/kv/sdk/mod.d.ts +0 -3
- package/esm/src/kv/sdk/mod.d.ts.map +0 -1
- package/esm/src/kv/sdk/mod.js +0 -2
- package/esm/src/services/platform/generated/index.d.ts +0 -3
- package/esm/src/services/platform/generated/index.d.ts.map +0 -1
- package/esm/src/services/platform/generated/index.js +0 -3
- package/script/src/context/WorkflowClient.d.ts.map +0 -1
- package/script/src/dsl/http/default.d.ts +0 -26
- package/script/src/dsl/http/default.d.ts.map +0 -1
- package/script/src/dsl/http/default.js +0 -50
- package/script/src/dsl/http/versori/activation.d.ts +0 -13
- package/script/src/dsl/http/versori/activation.d.ts.map +0 -1
- package/script/src/dsl/http/versori/activation.js +0 -69
- package/script/src/dsl/http/versori/cli.d.ts.map +0 -1
- package/script/src/dsl/http/versori/internalauth.d.ts +0 -15
- package/script/src/dsl/http/versori/internalauth.d.ts.map +0 -1
- package/script/src/dsl/http/versori/internalauth.js +0 -94
- package/script/src/dsl/http/versori/platformapi.d.ts +0 -19
- package/script/src/dsl/http/versori/platformapi.d.ts.map +0 -1
- package/script/src/dsl/http/versori/platformapi.js +0 -152
- package/script/src/dsl/http/versori/proxyroundtripper.d.ts +0 -23
- package/script/src/dsl/http/versori/proxyroundtripper.d.ts.map +0 -1
- package/script/src/dsl/http/versori/proxyroundtripper.js +0 -200
- package/script/src/interpreter/memory/compilers/mod.d.ts +0 -2
- package/script/src/interpreter/memory/compilers/mod.d.ts.map +0 -1
- package/script/src/kv/memory/mod.d.ts +0 -3
- package/script/src/kv/memory/mod.d.ts.map +0 -1
- package/script/src/kv/memory/mod.js +0 -18
- package/script/src/kv/sdk/mod.d.ts +0 -3
- package/script/src/kv/sdk/mod.d.ts.map +0 -1
- package/script/src/kv/sdk/mod.js +0 -18
- package/script/src/services/platform/generated/index.d.ts +0 -3
- package/script/src/services/platform/generated/index.d.ts.map +0 -1
- package/script/src/services/platform/generated/index.js +0 -19
- /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.js +0 -0
- /package/esm/src/{dsl/http/versori → internal}/cli.d.ts +0 -0
- /package/script/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.d.ts +0 -0
- /package/script/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.js +0 -0
- /package/script/src/{dsl/http/versori → internal}/cli.d.ts +0 -0
|
@@ -8,7 +8,6 @@ export type Activation = {
|
|
|
8
8
|
export type ActivationsList = Array<Activation>;
|
|
9
9
|
/**
|
|
10
10
|
* ActivationCreate is the request payload to activate an environment for End User
|
|
11
|
-
*
|
|
12
11
|
*/
|
|
13
12
|
export type ActivationCreate = {
|
|
14
13
|
/**
|
|
@@ -40,7 +39,6 @@ export type ConnectionCreate = {
|
|
|
40
39
|
* An example is where the system's baseURL is https://shopifyplaceholder.com and you want to connect to your own shopify
|
|
41
40
|
* which is at https://myshopify.com. Everything after the top-level domain will be ignored. If the scheme is missing, then
|
|
42
41
|
* https:// will be used.
|
|
43
|
-
*
|
|
44
42
|
*/
|
|
45
43
|
baseUrl?: string;
|
|
46
44
|
};
|
|
@@ -50,7 +48,6 @@ export type EnvSystemConnectionCreate = {
|
|
|
50
48
|
};
|
|
51
49
|
/**
|
|
52
50
|
* LinkConnectionEnvironment is the request payload to link an existing connection to an environment.
|
|
53
|
-
*
|
|
54
51
|
*/
|
|
55
52
|
export type LinkConnectionEnvironment = {
|
|
56
53
|
connectionTemplateId: TemplateId;
|
|
@@ -120,7 +117,6 @@ export type ProjectsList = {
|
|
|
120
117
|
};
|
|
121
118
|
/**
|
|
122
119
|
* The Project represents a deployable unit within our platform that includes both the functional components (files) and configuration. It serves as the backbone of custom or predefined functionalities, allowing organizations to create, update, and manage APIs and projects.
|
|
123
|
-
*
|
|
124
120
|
*/
|
|
125
121
|
export type ProjectSummary = {
|
|
126
122
|
/**
|
|
@@ -131,20 +127,17 @@ export type ProjectSummary = {
|
|
|
131
127
|
createdAt: string;
|
|
132
128
|
/**
|
|
133
129
|
* List of environments for the project.
|
|
134
|
-
*
|
|
135
130
|
*/
|
|
136
131
|
environments: Array<ProjectEnvironment>;
|
|
137
132
|
};
|
|
138
133
|
/**
|
|
139
134
|
* DynamicVariablesSchema is the JSON schema for the project's dynamic variables.
|
|
140
|
-
*
|
|
141
135
|
*/
|
|
142
136
|
export type DynamicVariablesSchema = {
|
|
143
137
|
[key: string]: unknown;
|
|
144
138
|
};
|
|
145
139
|
/**
|
|
146
140
|
* DynamicVariablesSchemaPatch is the request body for updating the project's dynamic variables.
|
|
147
|
-
*
|
|
148
141
|
*/
|
|
149
142
|
export type DynamicVariablesSchemaPatch = {
|
|
150
143
|
op: 'add' | 'remove' | 'replace';
|
|
@@ -164,13 +157,11 @@ export type DynamicVariablesSchemaPatch = {
|
|
|
164
157
|
* ```
|
|
165
158
|
*
|
|
166
159
|
* The path would be `/properties/newVar`.
|
|
167
|
-
*
|
|
168
160
|
*/
|
|
169
161
|
path: string;
|
|
170
162
|
/**
|
|
171
163
|
* The value to set the field to. This should be valid JSON schema containing the name of the variable, its type
|
|
172
164
|
* and any other properties. An example would be `{"newVar": {"type": "string"}}`.
|
|
173
|
-
*
|
|
174
165
|
*/
|
|
175
166
|
value?: {
|
|
176
167
|
[key: string]: unknown;
|
|
@@ -178,7 +169,6 @@ export type DynamicVariablesSchemaPatch = {
|
|
|
178
169
|
};
|
|
179
170
|
/**
|
|
180
171
|
* The Project represents a deployable unit within our platform that includes both the functional components (files) and configuration. It serves as the backbone of custom or predefined functionalities, allowing organizations to create, update, and manage APIs and projects.
|
|
181
|
-
*
|
|
182
172
|
*/
|
|
183
173
|
export type Project = {
|
|
184
174
|
/**
|
|
@@ -187,7 +177,6 @@ export type Project = {
|
|
|
187
177
|
id: string;
|
|
188
178
|
/**
|
|
189
179
|
* List of environments for the project.
|
|
190
|
-
*
|
|
191
180
|
*/
|
|
192
181
|
environments: Array<ProjectEnvironment>;
|
|
193
182
|
name: string;
|
|
@@ -235,7 +224,6 @@ export type Files = {
|
|
|
235
224
|
/**
|
|
236
225
|
* The labels associated with the project. Labels are stored as key-value pairs.
|
|
237
226
|
* Only string-string values are allowed
|
|
238
|
-
*
|
|
239
227
|
*/
|
|
240
228
|
labels: {
|
|
241
229
|
[key: string]: unknown;
|
|
@@ -248,7 +236,6 @@ export type ErrorField = {
|
|
|
248
236
|
/**
|
|
249
237
|
* Field is the name of the field which has an error, this may be a path to a nested field, including array
|
|
250
238
|
* elements. The format of this field is of the form: "field1.field2[0].field3"
|
|
251
|
-
*
|
|
252
239
|
*/
|
|
253
240
|
field: string;
|
|
254
241
|
/**
|
|
@@ -291,12 +278,10 @@ export type PageInfo = {
|
|
|
291
278
|
};
|
|
292
279
|
/**
|
|
293
280
|
* This is the ID of the template that the connection is created against.
|
|
294
|
-
*
|
|
295
281
|
*/
|
|
296
282
|
export type TemplateId = string;
|
|
297
283
|
/**
|
|
298
284
|
* ConnectionUpdate is the request payload to update an existing connection.
|
|
299
|
-
*
|
|
300
285
|
*/
|
|
301
286
|
export type ConnectionUpdate = {
|
|
302
287
|
/**
|
|
@@ -311,20 +296,17 @@ export type ConnectionUpdate = {
|
|
|
311
296
|
* For example, a user may have their own instance of shopify and their url is `https://myshopify.com`. They can
|
|
312
297
|
* override the base url of the connection to `https://myshopify.com` and all requests will be made to this url.
|
|
313
298
|
* If it is left as an empty string, it will be ignored.
|
|
314
|
-
*
|
|
315
299
|
*/
|
|
316
300
|
baseUrl: string;
|
|
317
301
|
};
|
|
318
302
|
/**
|
|
319
303
|
* Connection defines the credentials for the owning Connector, and additional variables
|
|
320
304
|
* which can be used to customize the Connector in a particular connection.
|
|
321
|
-
*
|
|
322
305
|
*/
|
|
323
306
|
export type Connection = {
|
|
324
307
|
/**
|
|
325
308
|
* ID is the unique identifier of the Connection. Typically this is only used internally and most (if not all)
|
|
326
309
|
* public-facing APIs will use the `name` in combination with the Connector's `id` instead.
|
|
327
|
-
*
|
|
328
310
|
*/
|
|
329
311
|
id: string;
|
|
330
312
|
/**
|
|
@@ -339,7 +321,6 @@ export type Connection = {
|
|
|
339
321
|
* For example, a user may have their own instance of shopify and their url is `https://myshopify.com`. They can
|
|
340
322
|
* override the base url of the connection to `https://myshopify.com` and all requests will be made to this url.
|
|
341
323
|
* If it is left as an empty string, it will be ignored.
|
|
342
|
-
*
|
|
343
324
|
*/
|
|
344
325
|
baseUrl?: string;
|
|
345
326
|
/**
|
|
@@ -360,7 +341,6 @@ export type Connection = {
|
|
|
360
341
|
* ConnectionCredentials defines the credentials for the owning Connector. If multiple
|
|
361
342
|
* credentials are defined for each type, they are applied to the request in the order they are defined. This is to
|
|
362
343
|
* enable Connectors which require both a user session token and an API key to be provided in the request.
|
|
363
|
-
*
|
|
364
344
|
*/
|
|
365
345
|
export type ConnectionCredentials = Array<ConnectionCredential>;
|
|
366
346
|
/**
|
|
@@ -380,7 +360,6 @@ export type ConnectionCredential = {
|
|
|
380
360
|
/**
|
|
381
361
|
* CredentialBase is the base type for all credentials. It contains the common properties which are shared across
|
|
382
362
|
* all credential types.
|
|
383
|
-
*
|
|
384
363
|
*/
|
|
385
364
|
export type Credential = {
|
|
386
365
|
/**
|
|
@@ -400,7 +379,6 @@ export type Credential = {
|
|
|
400
379
|
* Errors is a list of errors which occurred when attempting to validate the credential. This field may be
|
|
401
380
|
* undefined, which implies that validation has not occurred and the consumer cannot assume whether this
|
|
402
381
|
* Credential is valid or not. An empty array indicates that the Credential is valid.
|
|
403
|
-
*
|
|
404
382
|
*/
|
|
405
383
|
errors?: Array<string>;
|
|
406
384
|
data?: CredentialData;
|
|
@@ -408,7 +386,6 @@ export type Credential = {
|
|
|
408
386
|
* ExpiresAt denotes the time this credential should be automatically deleted. External systems can subscribe
|
|
409
387
|
* to deletion events and if the reason is "expired", can trigger the correct notifications to interested
|
|
410
388
|
* parties (such as un-publishing jobs which rely on the credential and emailing the owner to rectify it).
|
|
411
|
-
*
|
|
412
389
|
*/
|
|
413
390
|
expiresAt?: string;
|
|
414
391
|
};
|
|
@@ -440,14 +417,12 @@ export type CredentialData = {
|
|
|
440
417
|
* - oauth1: The credential is an OAuth1 access_token to be used for OAuth1 authentication.
|
|
441
418
|
* - oauth1-token: The credential is the oatuh1 token allowing bypassing the user authorization step.
|
|
442
419
|
* - certificate: The credential is a PEM encoded certificate, key and CA to be used for TLS client authentication.
|
|
443
|
-
*
|
|
444
420
|
*/
|
|
445
421
|
export type CredentialType = 'none' | 'string' | 'binary' | 'basic-auth' | 'oauth2-client' | 'oauth1' | 'oauth1-token' | 'oauth2-code' | 'oauth2-password' | 'oauth2-token' | 'certificate';
|
|
446
422
|
/**
|
|
447
423
|
* None
|
|
448
424
|
* CredentialDataNone contains no data as no credential is required to authenticate with the Connector. It is used
|
|
449
425
|
* purely as a placeholder to implement a consistent interface across all CredentialType/AuthSchemeTypes.
|
|
450
|
-
*
|
|
451
426
|
*/
|
|
452
427
|
export type CredentialDataNone = {
|
|
453
428
|
[key: string]: never;
|
|
@@ -456,12 +431,10 @@ export type CredentialDataNone = {
|
|
|
456
431
|
* String
|
|
457
432
|
* CredentialDataString contains a string value and nothing else and is commonly used for API keys. This value
|
|
458
433
|
* will be redacted when returned in a response.
|
|
459
|
-
*
|
|
460
434
|
*/
|
|
461
435
|
export type CredentialDataString = {
|
|
462
436
|
/**
|
|
463
437
|
* Value is a UTF-8 string containing the credential data. When read from the API this field will be redacted.
|
|
464
|
-
*
|
|
465
438
|
*/
|
|
466
439
|
value: string;
|
|
467
440
|
};
|
|
@@ -469,31 +442,26 @@ export type CredentialDataString = {
|
|
|
469
442
|
* JWT
|
|
470
443
|
* CredentialJWTBearer contains the username and password required to authenticate with the Connector. The
|
|
471
444
|
* `secret` property will be redacted when returned in a response.
|
|
472
|
-
*
|
|
473
445
|
*/
|
|
474
446
|
export type CredentialJwtBearer = {
|
|
475
447
|
algorithm: 'HS256' | 'HS384' | 'HS512' | 'RS256' | 'RS384' | 'RS512';
|
|
476
448
|
/**
|
|
477
449
|
* Secret is the base64 encoded secret used to sign new JWTs.
|
|
478
|
-
*
|
|
479
450
|
*/
|
|
480
451
|
secret: string;
|
|
481
452
|
/**
|
|
482
453
|
* Payload is stringified JSON object containing the default set of claims to include in the JWT payload.
|
|
483
454
|
* Issued JWTs may contain additional claims and may overwrite ones defined here, such as `exp` and `iat`.
|
|
484
|
-
*
|
|
485
455
|
*/
|
|
486
456
|
payload: string;
|
|
487
457
|
/**
|
|
488
458
|
* Expires in is a duration in the form `1h2m3s` (see Go's `time.Duration` documentation) which defined
|
|
489
459
|
* how long a newly issued JWT should be valid for.
|
|
490
|
-
*
|
|
491
460
|
*/
|
|
492
461
|
expiresIn: string;
|
|
493
462
|
/**
|
|
494
463
|
* AuthorizationHeaderPrefix is the prefix to use when setting the Authorization header, for example,
|
|
495
464
|
* "Bearer" or "JWT".
|
|
496
|
-
*
|
|
497
465
|
*/
|
|
498
466
|
authorizationHeaderPrefix: string;
|
|
499
467
|
};
|
|
@@ -501,7 +469,6 @@ export type CredentialJwtBearer = {
|
|
|
501
469
|
* Username/Password
|
|
502
470
|
* CredentialDataBasicAuth contains the username and password required to authenticate with the Connector. The
|
|
503
471
|
* `password` property will be redacted when returned in a response.
|
|
504
|
-
*
|
|
505
472
|
*/
|
|
506
473
|
export type CredentialDataBasicAuth = {
|
|
507
474
|
/**
|
|
@@ -511,14 +478,12 @@ export type CredentialDataBasicAuth = {
|
|
|
511
478
|
/**
|
|
512
479
|
* Password is the password used to authenticate with the Connector. Will be redacted when returned in a
|
|
513
480
|
* response.
|
|
514
|
-
*
|
|
515
481
|
*/
|
|
516
482
|
password: string;
|
|
517
483
|
};
|
|
518
484
|
/**
|
|
519
485
|
* Certificate
|
|
520
486
|
* CredentialDataCertificate contains the Certificate, Certificate key and CA(Certificate authority).
|
|
521
|
-
*
|
|
522
487
|
*/
|
|
523
488
|
export type CredentialDataCertificate = {
|
|
524
489
|
/**
|
|
@@ -538,7 +503,6 @@ export type CredentialDataCertificate = {
|
|
|
538
503
|
* OAuth 2.0 Password
|
|
539
504
|
* CredentialDataOAuth2Password contains the username and password of a Resource Owner within an OAuth 2.0
|
|
540
505
|
* application. The `password` property will be redacted when returned in a response.
|
|
541
|
-
*
|
|
542
506
|
*/
|
|
543
507
|
export type CredentialDataOAuth2Password = {
|
|
544
508
|
/**
|
|
@@ -548,7 +512,6 @@ export type CredentialDataOAuth2Password = {
|
|
|
548
512
|
/**
|
|
549
513
|
* Password is the password used to authenticate with the Connector. Will be redacted when returned in a
|
|
550
514
|
* response.
|
|
551
|
-
*
|
|
552
515
|
*/
|
|
553
516
|
password: string;
|
|
554
517
|
};
|
|
@@ -557,18 +520,15 @@ export type CredentialDataOAuth2Password = {
|
|
|
557
520
|
* CredentialDataOAuth2Client contains the OAuth2 client credentials required to either issue an access token from
|
|
558
521
|
* a refresh_token, or via the `client_credentials` and `authorization_code` grant types. The `clientSecret` property will be redacted when
|
|
559
522
|
* returned in a response.
|
|
560
|
-
*
|
|
561
523
|
*/
|
|
562
524
|
export type CredentialDataOAuth2Client = {
|
|
563
525
|
/**
|
|
564
526
|
* ClientID is the OAuth2 client ID used to authenticate with the Connector.
|
|
565
|
-
*
|
|
566
527
|
*/
|
|
567
528
|
clientId: string;
|
|
568
529
|
/**
|
|
569
530
|
* ClientSecret is the OAuth2 client secret used to authenticate with the Connector. Will be redacted when
|
|
570
531
|
* returned in a response.
|
|
571
|
-
*
|
|
572
532
|
*/
|
|
573
533
|
clientSecret: string;
|
|
574
534
|
/**
|
|
@@ -579,14 +539,12 @@ export type CredentialDataOAuth2Client = {
|
|
|
579
539
|
* Scopes is a list of scopes which should be requested when issuing an access token. This is only required if
|
|
580
540
|
* this credential is being used on a `client_credentials` grant type, for `authorization_code` grant types the
|
|
581
541
|
* requested scopes come from the `CredentialDataOAuth2Token` credential.
|
|
582
|
-
*
|
|
583
542
|
*/
|
|
584
543
|
scopes?: Array<string>;
|
|
585
544
|
/**
|
|
586
545
|
* AdditionalParams is a URL-encoded query string which can be used to pass additional
|
|
587
546
|
* parameters to the OAuth 2.0 token endpoint. These parameters are attached to the body
|
|
588
547
|
* in the formatted as the `application/x-www-form-urlencoded` content-type.
|
|
589
|
-
*
|
|
590
548
|
*/
|
|
591
549
|
additionalParams?: string;
|
|
592
550
|
/**
|
|
@@ -594,13 +552,11 @@ export type CredentialDataOAuth2Client = {
|
|
|
594
552
|
* communicating with the OAuth2 provider. If enabled, the `mTLSCredentialId` field must be set, or it must be
|
|
595
553
|
* created via the `CreateConnection` endpoint with an associated mTLS credential defined beforehand, in which
|
|
596
554
|
* case the mTLSCredentialID field will be populated upon saving by the API.
|
|
597
|
-
*
|
|
598
555
|
*/
|
|
599
556
|
mTLSEnabled?: boolean;
|
|
600
557
|
/**
|
|
601
558
|
* MTLSCredentialID is an optional reference to another credential being created.
|
|
602
559
|
* If set the certificate credential will be used when making a request to the tokenUrl.
|
|
603
|
-
*
|
|
604
560
|
*/
|
|
605
561
|
mTLSCredentialId?: string;
|
|
606
562
|
};
|
|
@@ -611,7 +567,6 @@ export type CredentialDataOAuth2Client = {
|
|
|
611
567
|
* via the API are the `scopes` which the user has granted consent for. This can be used to determine whether
|
|
612
568
|
* the user should be prompted to re-authorize the application with additional scopes in the event they choose to
|
|
613
569
|
* use a new endpoint which requires additional scopes to what they've already consented to.
|
|
614
|
-
*
|
|
615
570
|
*/
|
|
616
571
|
export type CredentialDataOAuth2Token = {
|
|
617
572
|
/**
|
|
@@ -621,12 +576,10 @@ export type CredentialDataOAuth2Token = {
|
|
|
621
576
|
/**
|
|
622
577
|
* AccessToken is the OAuth2 access token which can be used to authenticate with the Connector. This
|
|
623
578
|
* information is redacted when read from the API.
|
|
624
|
-
*
|
|
625
579
|
*/
|
|
626
580
|
accessToken?: string;
|
|
627
581
|
/**
|
|
628
582
|
* TokenType is the type of token which is being issued. Defaults to "Bearer" if not set.
|
|
629
|
-
*
|
|
630
583
|
*/
|
|
631
584
|
tokenType?: string;
|
|
632
585
|
/**
|
|
@@ -634,7 +587,6 @@ export type CredentialDataOAuth2Token = {
|
|
|
634
587
|
* reused until a 401 response is received from the Connector, at which point the token should be refreshed
|
|
635
588
|
* with the provided `refreshToken`. Ideally this should be provided so that erroneous failures can be
|
|
636
589
|
* avoided.
|
|
637
|
-
*
|
|
638
590
|
*/
|
|
639
591
|
expiresAt?: string;
|
|
640
592
|
/**
|
|
@@ -644,7 +596,6 @@ export type CredentialDataOAuth2Token = {
|
|
|
644
596
|
* This is a required field as it is used to refresh the access token when it expires. If users are providing
|
|
645
597
|
* an access token which does not expire using this credential type, then the same functionality may be
|
|
646
598
|
* achieved by using a simple API key and OAuth 2.0 need not be used.
|
|
647
|
-
*
|
|
648
599
|
*/
|
|
649
600
|
refreshToken: string;
|
|
650
601
|
};
|
|
@@ -655,17 +606,14 @@ export type CredentialDataOAuth2Token = {
|
|
|
655
606
|
* This is only used when creating or updating an OAuth 2.0 connection using the
|
|
656
607
|
* `authorization_code` grant type. Retrieving this credential will return a payload of
|
|
657
608
|
* type `oauth2-token` in the shape of a `CredentialDataOAuth2Token` object.
|
|
658
|
-
*
|
|
659
609
|
*/
|
|
660
610
|
export type CredentialDataOAuth2Code = {
|
|
661
611
|
/**
|
|
662
612
|
* Code is the authorization code which will be exchanged for an access token.
|
|
663
|
-
*
|
|
664
613
|
*/
|
|
665
614
|
code: string;
|
|
666
615
|
/**
|
|
667
616
|
* State is the state value which is propagated through the OAuth2 flow.
|
|
668
|
-
*
|
|
669
617
|
*/
|
|
670
618
|
state: string;
|
|
671
619
|
};
|
|
@@ -693,14 +641,12 @@ export type AdditionalParam = {
|
|
|
693
641
|
* Binary
|
|
694
642
|
* CredentialDataBinary is commonly used to store non-string data such as binary files or encryption keys. This
|
|
695
643
|
* value will be redacted when returned in a response.
|
|
696
|
-
*
|
|
697
644
|
*/
|
|
698
645
|
export type CredentialDataBinary = {
|
|
699
646
|
/**
|
|
700
647
|
* Value is a base64 encoded string containing the credential data. This could decode to a valid utf-8 string,
|
|
701
648
|
* or it could decode to a binary file such as a private key etc. When read from the API this field will be
|
|
702
649
|
* redacted.
|
|
703
|
-
*
|
|
704
650
|
*/
|
|
705
651
|
valueBase64: string;
|
|
706
652
|
};
|
|
@@ -711,7 +657,6 @@ export type CredentialDataBinary = {
|
|
|
711
657
|
* This type contains a string called `type` which denotes which field in this object should be populated.
|
|
712
658
|
* For example if the `type` is `api-key`, then the `apiKey` field will be populated with an
|
|
713
659
|
* `AuthSchemeConfigAPIKey` object.
|
|
714
|
-
*
|
|
715
660
|
*/
|
|
716
661
|
export type AuthSchemeConfig = {
|
|
717
662
|
type: AuthSchemeType;
|
|
@@ -726,7 +671,6 @@ export type AuthSchemeConfig = {
|
|
|
726
671
|
/**
|
|
727
672
|
* API Key
|
|
728
673
|
* AuthSchemeConfigAPIKey defines how a Connector uses an API key credential to authenticate with the system.
|
|
729
|
-
*
|
|
730
674
|
*/
|
|
731
675
|
export type AuthSchemeConfigApiKey = AuthSchemeConfigBase & {
|
|
732
676
|
/**
|
|
@@ -737,30 +681,25 @@ export type AuthSchemeConfigApiKey = AuthSchemeConfigBase & {
|
|
|
737
681
|
};
|
|
738
682
|
/**
|
|
739
683
|
* AuthSchemeConfigAPIKeyIn defines the location of the API key in the request.
|
|
740
|
-
*
|
|
741
684
|
*/
|
|
742
685
|
export type AuthSchemeConfigApiKeyIn = 'query' | 'header' | 'cookie';
|
|
743
686
|
/**
|
|
744
687
|
* Type is a unique identifier of the AuthScheme, this is a kebab-case formatted string, see
|
|
745
688
|
* enum values for possible options.
|
|
746
|
-
*
|
|
747
689
|
*/
|
|
748
690
|
export type AuthSchemeType = 'none' | 'api-key' | 'basic-auth' | 'oauth2' | 'hmac' | 'jwt-bearer' | 'certificate' | 'oauth1' | 'secret';
|
|
749
691
|
/**
|
|
750
692
|
* OAuth2Scope represents a single scope which can be requested by an OAuth2 application.
|
|
751
|
-
*
|
|
752
693
|
*/
|
|
753
694
|
export type OAuth2Scope = {
|
|
754
695
|
/**
|
|
755
696
|
* Name is the name of the scope as determined by the application to which this Connector
|
|
756
697
|
* is connecting to.
|
|
757
|
-
*
|
|
758
698
|
*/
|
|
759
699
|
name: string;
|
|
760
700
|
/**
|
|
761
701
|
* Description describes the scope in human-friendly terminology. This text may be
|
|
762
702
|
* displayed to users via a help tooltip or similar.
|
|
763
|
-
*
|
|
764
703
|
*/
|
|
765
704
|
description?: string;
|
|
766
705
|
};
|
|
@@ -768,13 +707,11 @@ export type AuthSchemeConfigBase = {
|
|
|
768
707
|
/**
|
|
769
708
|
* ID is the unique identifier of the AuthSchemeConfig, this is generated by the client and
|
|
770
709
|
* only requires to be unique amongst the elements of the array in which is it contained.
|
|
771
|
-
*
|
|
772
710
|
*/
|
|
773
711
|
id: string;
|
|
774
712
|
/**
|
|
775
713
|
* Description enables users to distinguish multiple configurations which use the same
|
|
776
714
|
* schemeType.
|
|
777
|
-
*
|
|
778
715
|
*/
|
|
779
716
|
description: string;
|
|
780
717
|
/**
|
|
@@ -783,7 +720,6 @@ export type AuthSchemeConfigBase = {
|
|
|
783
720
|
* creating or updating the AuthSchemeConfig.
|
|
784
721
|
*
|
|
785
722
|
* This field will be ignored if sent to the API.
|
|
786
|
-
*
|
|
787
723
|
*/
|
|
788
724
|
validationMessages?: Array<Message>;
|
|
789
725
|
};
|
|
@@ -800,32 +736,27 @@ export type AuthSchemeConfigOAuth2GrantType = 'authorizationCode' | 'clientCrede
|
|
|
800
736
|
* - Otherwise, both the credential and the database are updated using JSON Merge Patch, with
|
|
801
737
|
* undefined properties not being updated.
|
|
802
738
|
* - Any other permutation will result in a 400 Bad Request.
|
|
803
|
-
*
|
|
804
739
|
*/
|
|
805
740
|
export type AuthSchemeConfigOAuth2GrantAuthorizationCode = {
|
|
806
741
|
/**
|
|
807
742
|
* CredentialID is the unique identifier of the Credential which contains the client ID and
|
|
808
743
|
* client secret to be used as part of the `password` flow.
|
|
809
|
-
*
|
|
810
744
|
*/
|
|
811
745
|
credentialId?: string;
|
|
812
746
|
/**
|
|
813
747
|
* OrganisationID is the unique identifier of the Organisation that owns the Credential.
|
|
814
748
|
* This can be different to the Connector's OrganisationID since some may be imported from
|
|
815
749
|
* Versori's public library.
|
|
816
|
-
*
|
|
817
750
|
*/
|
|
818
751
|
organisationId?: string;
|
|
819
752
|
/**
|
|
820
753
|
* ClientID is the OAuth 2.0 client's identifier. This is not a sensitive value and may be
|
|
821
754
|
* presented to the user in plaintext.
|
|
822
|
-
*
|
|
823
755
|
*/
|
|
824
756
|
clientId?: string;
|
|
825
757
|
/**
|
|
826
758
|
* ClientSecret is the OAuth 2.0 client's secret. This is a sensitive value and will not be
|
|
827
759
|
* displayed to the user.
|
|
828
|
-
*
|
|
829
760
|
*/
|
|
830
761
|
clientSecret?: string;
|
|
831
762
|
};
|
|
@@ -847,31 +778,26 @@ export type AuthSchemeConfigOAuth2GrantClientCredentials = {
|
|
|
847
778
|
* database.
|
|
848
779
|
* - Otherwise, both the credential and the database are updated using JSON Merge Patch.
|
|
849
780
|
* - Any other permutation will result in a 400 Bad Request.
|
|
850
|
-
*
|
|
851
781
|
*/
|
|
852
782
|
export type AuthSchemeConfigOAuth2GrantPassword = {
|
|
853
783
|
/**
|
|
854
784
|
* CredentialID is the unique identifier of the Credential which contains the client ID and
|
|
855
785
|
* client secret to be used as part of the `password` flow.
|
|
856
|
-
*
|
|
857
786
|
*/
|
|
858
787
|
credentialId?: string;
|
|
859
788
|
/**
|
|
860
789
|
* OrganisationID is the unique identifier of the Organisation that owns the Credential. This can be different
|
|
861
790
|
* to the Connector's OrganisationID since some may be imported from Versori's public library.
|
|
862
|
-
*
|
|
863
791
|
*/
|
|
864
792
|
organisationId?: string;
|
|
865
793
|
/**
|
|
866
794
|
* ClientID is the OAuth 2.0 client's identifier. This is not a sensitive value and may be presented to the
|
|
867
795
|
* user in plaintext.
|
|
868
|
-
*
|
|
869
796
|
*/
|
|
870
797
|
clientId?: string;
|
|
871
798
|
/**
|
|
872
799
|
* ClientSecret is the OAuth 2.0 client's secret. This is a sensitive value and will not be displayed to the
|
|
873
800
|
* user. It may be populated when updating the Credential.
|
|
874
|
-
*
|
|
875
801
|
*/
|
|
876
802
|
clientSecret?: string;
|
|
877
803
|
};
|
|
@@ -885,21 +811,18 @@ export type AuthSchemeConfigOAuth2Grant = {
|
|
|
885
811
|
* None
|
|
886
812
|
* AuthSchemeConfigNone is a placeholder object with the schemeType set to `none`. There is no other configuration
|
|
887
813
|
* required.
|
|
888
|
-
*
|
|
889
814
|
*/
|
|
890
815
|
export type AuthSchemeConfigNone = AuthSchemeConfigBase;
|
|
891
816
|
/**
|
|
892
817
|
* Basic Auth
|
|
893
818
|
* AuthSchemeConfigBasicAuth is a placeholder object with the schemeType set to `basic-auth`. There is no other
|
|
894
819
|
* configuration required.
|
|
895
|
-
*
|
|
896
820
|
*/
|
|
897
821
|
export type AuthSchemeConfigBasicAuth = AuthSchemeConfigBase;
|
|
898
822
|
/**
|
|
899
823
|
* TLS Certificate
|
|
900
824
|
* AuthSchemeConfigCertificate is a placeholder object with the schemeType set to `certificate`.
|
|
901
825
|
* There is no other config required
|
|
902
|
-
*
|
|
903
826
|
*/
|
|
904
827
|
export type AuthSchemeConfigCertificate = AuthSchemeConfigBase;
|
|
905
828
|
/**
|
|
@@ -910,31 +833,26 @@ export type AuthSchemeConfigCertificate = AuthSchemeConfigBase;
|
|
|
910
833
|
* `client_credentials` grant type, where the user provides the Client ID and Client Secret at
|
|
911
834
|
* the point where they connect, should use the `AuthSchemeConfigOAuth2ClientCredentials` type
|
|
912
835
|
* instead.
|
|
913
|
-
*
|
|
914
836
|
*/
|
|
915
837
|
export type AuthSchemeConfigOAuth2 = AuthSchemeConfigBase & {
|
|
916
838
|
/**
|
|
917
839
|
* AuthorizeURL is the URL which the user will be redirected to in order to authorize
|
|
918
840
|
* the application.
|
|
919
|
-
*
|
|
920
841
|
*/
|
|
921
842
|
authorizeUrl?: string;
|
|
922
843
|
/**
|
|
923
844
|
* TokenURL is the URL which the application will use to issue an access token.
|
|
924
|
-
*
|
|
925
845
|
*/
|
|
926
846
|
tokenUrl: string;
|
|
927
847
|
/**
|
|
928
848
|
* Scopes is the list of all OAuth2 scopes which the application supports. The user
|
|
929
849
|
* will be allowed to choose which scopes to request when configuring the Connection.
|
|
930
|
-
*
|
|
931
850
|
*/
|
|
932
851
|
scopes: Array<OAuth2Scope>;
|
|
933
852
|
/**
|
|
934
853
|
* DefaultScopes is the list of scopes which will be requested by default when the user
|
|
935
854
|
* connects the Connector. This is useful for Connectors which require a specific set
|
|
936
855
|
* of scopes to function correctly.
|
|
937
|
-
*
|
|
938
856
|
*/
|
|
939
857
|
defaultScopes: Array<string>;
|
|
940
858
|
/**
|
|
@@ -944,21 +862,18 @@ export type AuthSchemeConfigOAuth2 = AuthSchemeConfigBase & {
|
|
|
944
862
|
*
|
|
945
863
|
* This value is only used by the UI to drive the default values when connecting, the
|
|
946
864
|
* API to `InitialiseOAuth2Connection` can be provided a different value if required.
|
|
947
|
-
*
|
|
948
865
|
*/
|
|
949
866
|
additionalAuthorizeParams?: string;
|
|
950
867
|
/**
|
|
951
868
|
* AdditionalTokenParams is a URL-encoded string following the
|
|
952
869
|
* `application/x-www-form-urlencoded` mime-type, which can be used to pass additional
|
|
953
870
|
* parameters to the OAuth 2.0 token endpoint within the request body.
|
|
954
|
-
*
|
|
955
871
|
*/
|
|
956
872
|
additionalTokenParams?: string;
|
|
957
873
|
/**
|
|
958
874
|
* MTLSEnabled is a flag which determines whether the Connector should use Mutual TLS
|
|
959
875
|
* (mTLS) to authenticate with the OAuth 2.0 token endpoint. This is useful for
|
|
960
876
|
* Connectors which require a higher level of security.
|
|
961
|
-
*
|
|
962
877
|
*/
|
|
963
878
|
mtlsEnabled?: boolean;
|
|
964
879
|
/**
|
|
@@ -968,7 +883,6 @@ export type AuthSchemeConfigOAuth2 = AuthSchemeConfigBase & {
|
|
|
968
883
|
* This may be unset when creating a connection, in which case if `mtlsEnabled` is
|
|
969
884
|
* true, then the API will find an associated AuthSchemeConfigCertificate and link
|
|
970
885
|
* them automatically.
|
|
971
|
-
*
|
|
972
886
|
*/
|
|
973
887
|
mtlsCredentialId?: string;
|
|
974
888
|
pkce?: boolean;
|
|
@@ -981,7 +895,6 @@ export type AuthSchemeConfigOAuth1 = AuthSchemeConfigBase & {
|
|
|
981
895
|
/**
|
|
982
896
|
* If set to 'true' the endpoints are optional but when connecting you need to use oauth1-token credentials and provide the token and token secret.
|
|
983
897
|
* If left empty or set to 'false' you need to provide all the endpoint and connect using the oauth1 credentials which uses the browser authorize flow.
|
|
984
|
-
*
|
|
985
898
|
*/
|
|
986
899
|
tokenAuth?: boolean;
|
|
987
900
|
consumerKey: string;
|
|
@@ -1033,7 +946,6 @@ export type AuthSchemeConfigHmacIn = 'query' | 'header' | 'cookie';
|
|
|
1033
946
|
*
|
|
1034
947
|
* This may be used on outbound requests to sign the request body, however it is more commonly used on inbound
|
|
1035
948
|
* requests (i.e. from Webhook Triggers) to verify the sender of the request is allowed to invoke the Trigger.
|
|
1036
|
-
*
|
|
1037
949
|
*/
|
|
1038
950
|
export type AuthSchemeConfigHmac = AuthSchemeConfigBase & {
|
|
1039
951
|
/**
|
|
@@ -1049,19 +961,16 @@ export type AuthSchemeConfigHmac = AuthSchemeConfigBase & {
|
|
|
1049
961
|
* AuthSchemeConfigHMACInputs defines what parts of a HTTP request are consumed to generate the HMAC signature. Some systems
|
|
1050
962
|
* only generate the signature from the request body, others may include the URL. The order of this array
|
|
1051
963
|
* defines the order in which the input is fed into the hashing function.
|
|
1052
|
-
*
|
|
1053
964
|
*/
|
|
1054
965
|
digestInputs: Array<'body' | 'url'>;
|
|
1055
966
|
/**
|
|
1056
967
|
* Encoding defines how the HMAC signature was encoded. This can be one of `hex`, `base64` or `base64url`.
|
|
1057
|
-
*
|
|
1058
968
|
*/
|
|
1059
969
|
encoding: 'hex' | 'base64' | 'base64url';
|
|
1060
970
|
};
|
|
1061
971
|
/**
|
|
1062
972
|
* Message is a message to be displayed to the user to indicate some information about the
|
|
1063
973
|
* preceding request.
|
|
1064
|
-
*
|
|
1065
974
|
*/
|
|
1066
975
|
export type Message = {
|
|
1067
976
|
/**
|
|
@@ -1072,14 +981,12 @@ export type Message = {
|
|
|
1072
981
|
/**
|
|
1073
982
|
* Details contains additional information about the message. This is intended to be used
|
|
1074
983
|
* to provide more information about the message, such as a list of validation errors.
|
|
1075
|
-
*
|
|
1076
984
|
*/
|
|
1077
985
|
detail?: Array<string>;
|
|
1078
986
|
};
|
|
1079
987
|
export type MessageSeverity = 'info' | 'warning' | 'error';
|
|
1080
988
|
/**
|
|
1081
989
|
* InitialiseOAuth2ConnectionRequest is the payload to initialise an OAuth 2.0 connection.
|
|
1082
|
-
*
|
|
1083
990
|
*/
|
|
1084
991
|
export type InitialiseOAuth2ConnectionRequest = {
|
|
1085
992
|
credential: {
|
|
@@ -1087,27 +994,23 @@ export type InitialiseOAuth2ConnectionRequest = {
|
|
|
1087
994
|
* ID is the unique identifier of the credential which is being used to
|
|
1088
995
|
* initialise the connection. This is used to load the client_secret when the authorisation
|
|
1089
996
|
* code is exchanged for an access token.
|
|
1090
|
-
*
|
|
1091
997
|
*/
|
|
1092
998
|
id: string;
|
|
1093
999
|
/**
|
|
1094
1000
|
* OrganisationID is the unique identifier of the organisation which the credential is
|
|
1095
1001
|
* associated with. This is used to ensure that the credential is only used to initialise
|
|
1096
1002
|
* connections for the organisation which owns the credential.
|
|
1097
|
-
*
|
|
1098
1003
|
*/
|
|
1099
1004
|
organisationId: string;
|
|
1100
1005
|
};
|
|
1101
1006
|
/**
|
|
1102
1007
|
* AuthorizeURL is the URL which the user will be redirected to in order to authorize
|
|
1103
1008
|
* the application.
|
|
1104
|
-
*
|
|
1105
1009
|
*/
|
|
1106
1010
|
authorizeUrl: string;
|
|
1107
1011
|
/**
|
|
1108
1012
|
* ClientID is the OAuth 2.0 client ID which is used to identify the application to the
|
|
1109
1013
|
* OAuth 2.0 provider.
|
|
1110
|
-
*
|
|
1111
1014
|
*/
|
|
1112
1015
|
clientId: string;
|
|
1113
1016
|
/**
|
|
@@ -1115,7 +1018,6 @@ export type InitialiseOAuth2ConnectionRequest = {
|
|
|
1115
1018
|
*
|
|
1116
1019
|
* Unless `disableOfflineAccess` is set to true, the API will also include the standard
|
|
1117
1020
|
* `offline_access` scope in addition to the ones provided here.
|
|
1118
|
-
*
|
|
1119
1021
|
*/
|
|
1120
1022
|
scopes?: Array<string>;
|
|
1121
1023
|
/**
|
|
@@ -1124,7 +1026,6 @@ export type InitialiseOAuth2ConnectionRequest = {
|
|
|
1124
1026
|
* `scopes` to make it clear that the API will always include the `offline_access` scope
|
|
1125
1027
|
* by default, but can be disabled if the system does not implement the standards so that
|
|
1126
1028
|
* the user can define their own custom scope as part of `scopes`.
|
|
1127
|
-
*
|
|
1128
1029
|
*/
|
|
1129
1030
|
disableOfflineAccess?: boolean;
|
|
1130
1031
|
/**
|
|
@@ -1140,7 +1041,6 @@ export type InitialiseOAuth2ConnectionRequest = {
|
|
|
1140
1041
|
* If not provided, this API defaults to "login", unless `additionalParams` contains the
|
|
1141
1042
|
* `approval_prompt` parameter (thanks, Google refresh tokens), in which case this value
|
|
1142
1043
|
* does not default to anything.
|
|
1143
|
-
*
|
|
1144
1044
|
*/
|
|
1145
1045
|
prompt?: string;
|
|
1146
1046
|
/**
|
|
@@ -1149,14 +1049,12 @@ export type InitialiseOAuth2ConnectionRequest = {
|
|
|
1149
1049
|
* other parameters defined by the request, an attempt to do so will result in an error.
|
|
1150
1050
|
*
|
|
1151
1051
|
* These parameters are attached to returned URL as query parameters.
|
|
1152
|
-
*
|
|
1153
1052
|
*/
|
|
1154
1053
|
additionalParams?: string;
|
|
1155
1054
|
};
|
|
1156
1055
|
/**
|
|
1157
1056
|
* InitialiseOAuth2ConnectionResponse contains the URL to redirect the user to in order to
|
|
1158
1057
|
* initiate an OAuth 2.0 `authorization_code` grant flow.
|
|
1159
|
-
*
|
|
1160
1058
|
*/
|
|
1161
1059
|
export type InitialiseOAuth2ConnectionResponse = {
|
|
1162
1060
|
/**
|
|
@@ -1166,7 +1064,6 @@ export type InitialiseOAuth2ConnectionResponse = {
|
|
|
1166
1064
|
};
|
|
1167
1065
|
/**
|
|
1168
1066
|
* InitialiseOAuth1ConnectionRequest is the payload to initialise an OAuth 1.0 connection.
|
|
1169
|
-
*
|
|
1170
1067
|
*/
|
|
1171
1068
|
export type InitialiseOAuth1ConnectionRequest = {
|
|
1172
1069
|
credential: {
|
|
@@ -1185,19 +1082,16 @@ export type EndUser = {
|
|
|
1185
1082
|
/**
|
|
1186
1083
|
* ID is the Versori identifier for the user. Most APIs will not use this field but instead reference
|
|
1187
1084
|
* users by their externalId.
|
|
1188
|
-
*
|
|
1189
1085
|
*/
|
|
1190
1086
|
id: string;
|
|
1191
1087
|
/**
|
|
1192
1088
|
* ExternalID is the identifier for the user as determined by the organisation. This typically should
|
|
1193
1089
|
* be the same as the user's ID on the organisations system. Regardless of the value, it must
|
|
1194
1090
|
* be unique within the Organisation.
|
|
1195
|
-
*
|
|
1196
1091
|
*/
|
|
1197
1092
|
externalId: string;
|
|
1198
1093
|
/**
|
|
1199
1094
|
* DisplayName is an optional human-readable name for the user. If not set, the default is an empty string.
|
|
1200
|
-
*
|
|
1201
1095
|
*/
|
|
1202
1096
|
displayName: string;
|
|
1203
1097
|
/**
|
|
@@ -1318,7 +1212,6 @@ export type LinkSystem = {
|
|
|
1318
1212
|
* If the connections to the system need to be dynamic or static.
|
|
1319
1213
|
* Dynamic connections are used when the integration runs for multiple end users.
|
|
1320
1214
|
* Defaults to false if not set.
|
|
1321
|
-
*
|
|
1322
1215
|
*/
|
|
1323
1216
|
dynamic?: boolean;
|
|
1324
1217
|
};
|
|
@@ -1352,7 +1245,6 @@ export type Action = {
|
|
|
1352
1245
|
/**
|
|
1353
1246
|
* ContentType is the content type that this action expects to receive in the request body if any, and the
|
|
1354
1247
|
* content type of the response body if any. If this field is left blank, then "application/json" is assumed.
|
|
1355
|
-
*
|
|
1356
1248
|
*/
|
|
1357
1249
|
contentType?: string;
|
|
1358
1250
|
summary?: string;
|
|
@@ -1362,7 +1254,6 @@ export type Action = {
|
|
|
1362
1254
|
* Path is the path of the action, which may contain templated values in curly braces.
|
|
1363
1255
|
* For example, `/users/{userId}`. The path should be the full path relative to the base URL of the system,
|
|
1364
1256
|
* the base URL containing everything before (and including) the top-level domain (.com, .gov, .org etc).
|
|
1365
|
-
*
|
|
1366
1257
|
*/
|
|
1367
1258
|
path: string;
|
|
1368
1259
|
/**
|
|
@@ -1370,22 +1261,18 @@ export type Action = {
|
|
|
1370
1261
|
* used to set values in the path, query string or headers of the request. Note that when creating an action,
|
|
1371
1262
|
* if the path contains templated values in curly braces, these will automatically be converted into
|
|
1372
1263
|
* parameters of type `path` with the name of the parameter being the name of the templated value.
|
|
1373
|
-
*
|
|
1374
1264
|
*/
|
|
1375
1265
|
parameters: Array<ActionParameter>;
|
|
1376
1266
|
/**
|
|
1377
1267
|
* GraphQLQuery is the GraphQL query to execute for the action. This is only used if the action type is `graphql`.
|
|
1378
|
-
*
|
|
1379
1268
|
*/
|
|
1380
1269
|
graphqlQuery?: string;
|
|
1381
1270
|
/**
|
|
1382
1271
|
* Request is the request body of the action. This is only used if the action type is `http`.
|
|
1383
|
-
*
|
|
1384
1272
|
*/
|
|
1385
1273
|
request?: string;
|
|
1386
1274
|
/**
|
|
1387
1275
|
* Response is the response body of the action. This is only used if the action type is `http`.
|
|
1388
|
-
*
|
|
1389
1276
|
*/
|
|
1390
1277
|
response?: string;
|
|
1391
1278
|
};
|
|
@@ -1411,7 +1298,6 @@ export type CreateActions = {
|
|
|
1411
1298
|
/**
|
|
1412
1299
|
* ContentType is the content type that this action expects to receive in the request body if any, and the
|
|
1413
1300
|
* content type of the response body if any. If this field is left blank, then "application/json" is assumed.
|
|
1414
|
-
*
|
|
1415
1301
|
*/
|
|
1416
1302
|
contentType?: string;
|
|
1417
1303
|
parameters?: Array<ActionParameter>;
|
|
@@ -1439,7 +1325,6 @@ export type UpdateConnectionTemplate = {
|
|
|
1439
1325
|
/**
|
|
1440
1326
|
* The IDs of the auth scheme config to use for this connection template. The overwhelming majority of the time,
|
|
1441
1327
|
* this will only be a single ID. To see about multiple auth scheme configs, see ConnectionTemplate for details.
|
|
1442
|
-
*
|
|
1443
1328
|
*/
|
|
1444
1329
|
authSchemeConfigIds?: Array<string>;
|
|
1445
1330
|
};
|
|
@@ -1461,7 +1346,6 @@ export type ConnectionTemplate = {
|
|
|
1461
1346
|
* configs for different authentication methods. The overwhelming majority of the time, this will be a single config.
|
|
1462
1347
|
* There does exist cases where credentials may need to be applied in sequence, such as mTLS. If there are multiple
|
|
1463
1348
|
* auth scheme configs here, it acts like a queue and they are applied in order.
|
|
1464
|
-
*
|
|
1465
1349
|
*/
|
|
1466
1350
|
authSchemeConfigs: Array<AuthSchemeConfig>;
|
|
1467
1351
|
templateBaseUrl: string;
|
|
@@ -1484,7 +1368,6 @@ export type SystemPage = PageInfo & {
|
|
|
1484
1368
|
* Labels is a map of key-value pairs that can be used to store arbitrary metadata about a resource.
|
|
1485
1369
|
* Keys must start with a letter and can only contain letters, numbers, and underscores.
|
|
1486
1370
|
* Values can be any string.
|
|
1487
|
-
*
|
|
1488
1371
|
*/
|
|
1489
1372
|
export type Labels = {
|
|
1490
1373
|
[key: string]: unknown;
|
|
@@ -1857,7 +1740,6 @@ export type ActivationId = string;
|
|
|
1857
1740
|
/**
|
|
1858
1741
|
* The static query parameter is used to list the static activation/user on endpoints.
|
|
1859
1742
|
* This query parameter is really only intended for internal use or by the UI.
|
|
1860
|
-
*
|
|
1861
1743
|
*/
|
|
1862
1744
|
export type Static = boolean;
|
|
1863
1745
|
export type EnvSystemId = string;
|
|
@@ -2234,7 +2116,6 @@ export type ListTracesData = {
|
|
|
2234
2116
|
* - "url.path"
|
|
2235
2117
|
* - "url.query"
|
|
2236
2118
|
* - "url.scheme"
|
|
2237
|
-
*
|
|
2238
2119
|
*/
|
|
2239
2120
|
filter?: string;
|
|
2240
2121
|
error?: boolean;
|
|
@@ -2435,13 +2316,11 @@ export type ListEndUsersData = {
|
|
|
2435
2316
|
/**
|
|
2436
2317
|
* Search is a string that is used to filter the list of End Users. The search string is matched against the
|
|
2437
2318
|
* id, externalId and displayName fields.
|
|
2438
|
-
*
|
|
2439
2319
|
*/
|
|
2440
2320
|
search?: string;
|
|
2441
2321
|
/**
|
|
2442
2322
|
* Filter users by their activation status. Must be used together with environment_id.
|
|
2443
2323
|
* If not provided, returns all users regardless of activation status.
|
|
2444
|
-
*
|
|
2445
2324
|
*/
|
|
2446
2325
|
activated?: boolean;
|
|
2447
2326
|
/**
|
|
@@ -2449,7 +2328,6 @@ export type ListEndUsersData = {
|
|
|
2449
2328
|
* When combined with 'activated=true', it returns users that are activated in the specified environment.
|
|
2450
2329
|
* When combined with 'activated=false', it returns users that are not activated in this specific environment.
|
|
2451
2330
|
* If not provided, returns users from all environments.
|
|
2452
|
-
*
|
|
2453
2331
|
*/
|
|
2454
2332
|
environment_id?: string;
|
|
2455
2333
|
};
|
|
@@ -2818,7 +2696,6 @@ export type ListActivationsData = {
|
|
|
2818
2696
|
/**
|
|
2819
2697
|
* The static query parameter is used to list the static activation/user on endpoints.
|
|
2820
2698
|
* This query parameter is really only intended for internal use or by the UI.
|
|
2821
|
-
*
|
|
2822
2699
|
*/
|
|
2823
2700
|
static?: boolean;
|
|
2824
2701
|
};
|
|
@@ -3607,31 +3484,26 @@ export type ListIssuesData = {
|
|
|
3607
3484
|
/**
|
|
3608
3485
|
* Which date to use in after and before queries. If not provided, defaults to createdAt.
|
|
3609
3486
|
* The result will also be ordered by this date.
|
|
3610
|
-
*
|
|
3611
3487
|
*/
|
|
3612
3488
|
search_date?: 'createdAt' | 'lastSeenAt';
|
|
3613
3489
|
/**
|
|
3614
3490
|
* Filter issues by status. Can be one of 'open', 'closed', 'acked' or 'resolved'.
|
|
3615
3491
|
* If not provided, defaults to getting issues of all statuses.
|
|
3616
|
-
*
|
|
3617
3492
|
*/
|
|
3618
3493
|
status?: IssueStatusEnum;
|
|
3619
3494
|
/**
|
|
3620
3495
|
* Filter issues by project ID. If not provided, issues from all projects are returned.
|
|
3621
3496
|
* This is useful for filtering issues related to a specific project.
|
|
3622
|
-
*
|
|
3623
3497
|
*/
|
|
3624
3498
|
project_id?: string;
|
|
3625
3499
|
/**
|
|
3626
3500
|
* Filter issues by environment ID. If not provided, issues from all projects are returned.
|
|
3627
3501
|
* This is useful for filtering issues related to a specific environment.
|
|
3628
|
-
*
|
|
3629
3502
|
*/
|
|
3630
3503
|
environment_id?: string;
|
|
3631
3504
|
/**
|
|
3632
3505
|
* Filter issues by severity. Can be one of 'low', 'medium', or 'high'.
|
|
3633
3506
|
* If not provided, issues of all severities are returned.
|
|
3634
|
-
*
|
|
3635
3507
|
*/
|
|
3636
3508
|
severity?: IssueSeverityEnum;
|
|
3637
3509
|
};
|