bem-ai-sdk 0.0.4
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/CHANGELOG.md +28 -0
- package/LICENSE +201 -0
- package/README.md +399 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +260 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +260 -0
- package/client.d.ts.map +1 -0
- package/client.js +538 -0
- package/client.js.map +1 -0
- package/client.mjs +534 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +135 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +135 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +305 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +294 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +32 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +86 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +80 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +12 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +9 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +153 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/calls.d.mts +216 -0
- package/resources/calls.d.mts.map +1 -0
- package/resources/calls.d.ts +216 -0
- package/resources/calls.d.ts.map +1 -0
- package/resources/calls.js +64 -0
- package/resources/calls.js.map +1 -0
- package/resources/calls.mjs +60 -0
- package/resources/calls.mjs.map +1 -0
- package/resources/errors.d.mts +150 -0
- package/resources/errors.d.mts.map +1 -0
- package/resources/errors.d.ts +150 -0
- package/resources/errors.d.ts.map +1 -0
- package/resources/errors.js +47 -0
- package/resources/errors.js.map +1 -0
- package/resources/errors.mjs +43 -0
- package/resources/errors.mjs.map +1 -0
- package/resources/functions/copy.d.mts +81 -0
- package/resources/functions/copy.d.mts.map +1 -0
- package/resources/functions/copy.d.ts +81 -0
- package/resources/functions/copy.d.ts.map +1 -0
- package/resources/functions/copy.js +28 -0
- package/resources/functions/copy.js.map +1 -0
- package/resources/functions/copy.mjs +24 -0
- package/resources/functions/copy.mjs.map +1 -0
- package/resources/functions/functions.d.mts +1469 -0
- package/resources/functions/functions.d.mts.map +1 -0
- package/resources/functions/functions.d.ts +1469 -0
- package/resources/functions/functions.d.ts.map +1 -0
- package/resources/functions/functions.js +70 -0
- package/resources/functions/functions.js.map +1 -0
- package/resources/functions/functions.mjs +65 -0
- package/resources/functions/functions.mjs.map +1 -0
- package/resources/functions/index.d.mts +4 -0
- package/resources/functions/index.d.mts.map +1 -0
- package/resources/functions/index.d.ts +4 -0
- package/resources/functions/index.d.ts.map +1 -0
- package/resources/functions/index.js +11 -0
- package/resources/functions/index.js.map +1 -0
- package/resources/functions/index.mjs +5 -0
- package/resources/functions/index.mjs.map +1 -0
- package/resources/functions/versions.d.mts +419 -0
- package/resources/functions/versions.d.mts.map +1 -0
- package/resources/functions/versions.d.ts +419 -0
- package/resources/functions/versions.d.ts.map +1 -0
- package/resources/functions/versions.js +36 -0
- package/resources/functions/versions.js.map +1 -0
- package/resources/functions/versions.mjs +32 -0
- package/resources/functions/versions.mjs.map +1 -0
- package/resources/functions.d.mts +2 -0
- package/resources/functions.d.mts.map +1 -0
- package/resources/functions.d.ts +2 -0
- package/resources/functions.d.ts.map +1 -0
- package/resources/functions.js +6 -0
- package/resources/functions.js.map +1 -0
- package/resources/functions.mjs +3 -0
- package/resources/functions.mjs.map +1 -0
- package/resources/index.d.mts +6 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +6 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +15 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +7 -0
- package/resources/index.mjs.map +1 -0
- package/resources/outputs.d.mts +737 -0
- package/resources/outputs.d.mts.map +1 -0
- package/resources/outputs.d.ts +737 -0
- package/resources/outputs.d.ts.map +1 -0
- package/resources/outputs.js +54 -0
- package/resources/outputs.js.map +1 -0
- package/resources/outputs.mjs +50 -0
- package/resources/outputs.mjs.map +1 -0
- package/resources/workflows/index.d.mts +3 -0
- package/resources/workflows/index.d.mts.map +1 -0
- package/resources/workflows/index.d.ts +3 -0
- package/resources/workflows/index.d.ts.map +1 -0
- package/resources/workflows/index.js +9 -0
- package/resources/workflows/index.js.map +1 -0
- package/resources/workflows/index.mjs +4 -0
- package/resources/workflows/index.mjs.map +1 -0
- package/resources/workflows/versions.d.mts +37 -0
- package/resources/workflows/versions.d.mts.map +1 -0
- package/resources/workflows/versions.d.ts +37 -0
- package/resources/workflows/versions.d.ts.map +1 -0
- package/resources/workflows/versions.js +27 -0
- package/resources/workflows/versions.js.map +1 -0
- package/resources/workflows/versions.mjs +23 -0
- package/resources/workflows/versions.mjs.map +1 -0
- package/resources/workflows/workflows.d.mts +366 -0
- package/resources/workflows/workflows.d.mts.map +1 -0
- package/resources/workflows/workflows.d.ts +366 -0
- package/resources/workflows/workflows.d.ts.map +1 -0
- package/resources/workflows/workflows.js +88 -0
- package/resources/workflows/workflows.js.map +1 -0
- package/resources/workflows/workflows.mjs +83 -0
- package/resources/workflows/workflows.mjs.map +1 -0
- package/resources/workflows.d.mts +2 -0
- package/resources/workflows.d.mts.map +1 -0
- package/resources/workflows.d.ts +2 -0
- package/resources/workflows.d.ts.map +1 -0
- package/resources/workflows.js +6 -0
- package/resources/workflows.js.map +1 -0
- package/resources/workflows.mjs +3 -0
- package/resources/workflows.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +970 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +89 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +512 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +127 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +9 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/calls.ts +264 -0
- package/src/resources/errors.ts +199 -0
- package/src/resources/functions/copy.ts +96 -0
- package/src/resources/functions/functions.ts +1892 -0
- package/src/resources/functions/index.ts +30 -0
- package/src/resources/functions/versions.ts +533 -0
- package/src/resources/functions.ts +3 -0
- package/src/resources/index.ts +56 -0
- package/src/resources/outputs.ts +987 -0
- package/src/resources/workflows/index.ts +25 -0
- package/src/resources/workflows/versions.ts +68 -0
- package/src/resources/workflows/workflows.ts +505 -0
- package/src/resources/workflows.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as WorkflowsAPI from "./workflows.mjs";
|
|
3
|
+
import * as CallsAPI from "../calls.mjs";
|
|
4
|
+
import * as FunctionsAPI from "../functions/functions.mjs";
|
|
5
|
+
import * as VersionsAPI from "./versions.mjs";
|
|
6
|
+
import { VersionListParams, VersionRetrieveParams, VersionRetrieveResponse, Versions } from "./versions.mjs";
|
|
7
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
8
|
+
import { PagePromise, WorkflowVersionsPage, WorkflowsPage, type WorkflowsPageParams } from "../../core/pagination.mjs";
|
|
9
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
10
|
+
/**
|
|
11
|
+
* Workflow operations
|
|
12
|
+
*/
|
|
13
|
+
export declare class Workflows extends APIResource {
|
|
14
|
+
versions: VersionsAPI.Versions;
|
|
15
|
+
/**
|
|
16
|
+
* Create a Workflow
|
|
17
|
+
*/
|
|
18
|
+
create(body: WorkflowCreateParams, options?: RequestOptions): APIPromise<WorkflowCreateResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Get a Workflow
|
|
21
|
+
*/
|
|
22
|
+
retrieve(workflowName: string, options?: RequestOptions): APIPromise<WorkflowRetrieveResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Update a Workflow
|
|
25
|
+
*/
|
|
26
|
+
update(workflowName: string, body: WorkflowUpdateParams, options?: RequestOptions): APIPromise<WorkflowUpdateResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* List Workflows
|
|
29
|
+
*/
|
|
30
|
+
list(query?: WorkflowListParams | null | undefined, options?: RequestOptions): PagePromise<WorkflowsWorkflowsPage, Workflow>;
|
|
31
|
+
/**
|
|
32
|
+
* Delete a Workflow
|
|
33
|
+
*/
|
|
34
|
+
delete(workflowName: string, options?: RequestOptions): APIPromise<void>;
|
|
35
|
+
/**
|
|
36
|
+
* **Invoke a workflow by submitting a multipart form request.**
|
|
37
|
+
*
|
|
38
|
+
* Workflows can only be called via multipart form in V3. Submit the input file
|
|
39
|
+
* along with an optional reference ID for tracking.
|
|
40
|
+
*
|
|
41
|
+
* ## Synchronous vs Asynchronous
|
|
42
|
+
*
|
|
43
|
+
* By default the call is created asynchronously and this endpoint returns
|
|
44
|
+
* `202 Accepted` immediately with a `pending` call object. Set the `wait` field to
|
|
45
|
+
* `true` to block until the call completes (up to 30 seconds):
|
|
46
|
+
*
|
|
47
|
+
* - On success: returns `200 OK` with the completed call, `outputs` populated
|
|
48
|
+
* - On failure: returns `500 Internal Server Error` with the call and an `error`
|
|
49
|
+
* message
|
|
50
|
+
* - On timeout: returns `202 Accepted` with the still-running call
|
|
51
|
+
*
|
|
52
|
+
* ## Tracking
|
|
53
|
+
*
|
|
54
|
+
* Poll `GET /v3/calls/{callID}` to check status, or configure a webhook
|
|
55
|
+
* subscription to receive events when the call finishes.
|
|
56
|
+
*/
|
|
57
|
+
call(workflowName: string, body: WorkflowCallParams, options?: RequestOptions): APIPromise<CallsAPI.CallGetResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Copy a Workflow
|
|
60
|
+
*/
|
|
61
|
+
copy(body: WorkflowCopyParams, options?: RequestOptions): APIPromise<WorkflowCopyResponse>;
|
|
62
|
+
}
|
|
63
|
+
export type WorkflowsWorkflowsPage = WorkflowsPage<Workflow>;
|
|
64
|
+
export type WorkflowsWorkflowVersionsPage = WorkflowVersionsPage<Workflow>;
|
|
65
|
+
export interface FunctionVersionIdentifier {
|
|
66
|
+
/**
|
|
67
|
+
* Unique identifier of function. Provide either id or name, not both.
|
|
68
|
+
*/
|
|
69
|
+
id?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Name of function. Must be UNIQUE on a per-environment basis. Provide either id
|
|
72
|
+
* or name, not both.
|
|
73
|
+
*/
|
|
74
|
+
name?: string;
|
|
75
|
+
/**
|
|
76
|
+
* Version number of function.
|
|
77
|
+
*/
|
|
78
|
+
versionNum?: number;
|
|
79
|
+
}
|
|
80
|
+
export interface Workflow {
|
|
81
|
+
/**
|
|
82
|
+
* Unique identifier of workflow.
|
|
83
|
+
*/
|
|
84
|
+
id: string;
|
|
85
|
+
mainFunction: FunctionVersionIdentifier;
|
|
86
|
+
/**
|
|
87
|
+
* Unique name of workflow. Must be UNIQUE on a per-environment basis.
|
|
88
|
+
*/
|
|
89
|
+
name: string;
|
|
90
|
+
/**
|
|
91
|
+
* Version number of workflow version.
|
|
92
|
+
*/
|
|
93
|
+
versionNum: number;
|
|
94
|
+
/**
|
|
95
|
+
* Audit trail information for the workflow.
|
|
96
|
+
*/
|
|
97
|
+
audit?: Workflow.Audit;
|
|
98
|
+
/**
|
|
99
|
+
* The date and time the workflow was created.
|
|
100
|
+
*/
|
|
101
|
+
createdAt?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Display name of workflow.
|
|
104
|
+
*/
|
|
105
|
+
displayName?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Email address of workflow.
|
|
108
|
+
*/
|
|
109
|
+
emailAddress?: string;
|
|
110
|
+
relationships?: Array<Workflow.Relationship>;
|
|
111
|
+
/**
|
|
112
|
+
* Array of tags to categorize and organize workflows.
|
|
113
|
+
*/
|
|
114
|
+
tags?: Array<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The date and time the workflow was last updated.
|
|
117
|
+
*/
|
|
118
|
+
updatedAt?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace Workflow {
|
|
121
|
+
/**
|
|
122
|
+
* Audit trail information for the workflow.
|
|
123
|
+
*/
|
|
124
|
+
interface Audit {
|
|
125
|
+
/**
|
|
126
|
+
* Information about who created the current version.
|
|
127
|
+
*/
|
|
128
|
+
versionCreatedBy?: FunctionsAPI.UserActionSummary;
|
|
129
|
+
/**
|
|
130
|
+
* Information about who created the workflow.
|
|
131
|
+
*/
|
|
132
|
+
workflowCreatedBy?: FunctionsAPI.UserActionSummary;
|
|
133
|
+
/**
|
|
134
|
+
* Information about who last updated the workflow.
|
|
135
|
+
*/
|
|
136
|
+
workflowLastUpdatedBy?: FunctionsAPI.UserActionSummary;
|
|
137
|
+
}
|
|
138
|
+
interface Relationship {
|
|
139
|
+
destinationFunction: WorkflowsAPI.FunctionVersionIdentifier;
|
|
140
|
+
sourceFunction: WorkflowsAPI.FunctionVersionIdentifier;
|
|
141
|
+
/**
|
|
142
|
+
* Name of destination.
|
|
143
|
+
*/
|
|
144
|
+
destinationName?: string;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
export interface WorkflowRequestRelationship {
|
|
148
|
+
destinationFunction: FunctionVersionIdentifier;
|
|
149
|
+
sourceFunction: FunctionVersionIdentifier;
|
|
150
|
+
/**
|
|
151
|
+
* Name of destination.
|
|
152
|
+
*/
|
|
153
|
+
destinationName?: string;
|
|
154
|
+
}
|
|
155
|
+
export interface WorkflowCreateResponse {
|
|
156
|
+
/**
|
|
157
|
+
* Error message if the workflow creation failed.
|
|
158
|
+
*/
|
|
159
|
+
error?: string;
|
|
160
|
+
workflow?: Workflow;
|
|
161
|
+
}
|
|
162
|
+
export interface WorkflowRetrieveResponse {
|
|
163
|
+
/**
|
|
164
|
+
* Error message if the workflow retrieval failed.
|
|
165
|
+
*/
|
|
166
|
+
error?: string;
|
|
167
|
+
workflow?: Workflow;
|
|
168
|
+
}
|
|
169
|
+
export interface WorkflowUpdateResponse {
|
|
170
|
+
/**
|
|
171
|
+
* Error message if the workflow update failed.
|
|
172
|
+
*/
|
|
173
|
+
error?: string;
|
|
174
|
+
workflow?: Workflow;
|
|
175
|
+
}
|
|
176
|
+
export interface WorkflowCopyResponse {
|
|
177
|
+
/**
|
|
178
|
+
* Information about functions that were copied when copying to a different
|
|
179
|
+
* environment. Empty when copying within the same environment.
|
|
180
|
+
*/
|
|
181
|
+
copiedFunctions?: Array<WorkflowCopyResponse.CopiedFunction>;
|
|
182
|
+
/**
|
|
183
|
+
* The environment where the workflow was copied to.
|
|
184
|
+
*/
|
|
185
|
+
environment?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Error message if the workflow copy failed.
|
|
188
|
+
*/
|
|
189
|
+
error?: string;
|
|
190
|
+
/**
|
|
191
|
+
* The newly created workflow.
|
|
192
|
+
*/
|
|
193
|
+
workflow?: Workflow;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace WorkflowCopyResponse {
|
|
196
|
+
interface CopiedFunction {
|
|
197
|
+
/**
|
|
198
|
+
* ID of the source function that was copied.
|
|
199
|
+
*/
|
|
200
|
+
sourceFunctionID: string;
|
|
201
|
+
/**
|
|
202
|
+
* Name of the source function that was copied.
|
|
203
|
+
*/
|
|
204
|
+
sourceFunctionName: string;
|
|
205
|
+
/**
|
|
206
|
+
* Version number of the source function that was copied.
|
|
207
|
+
*/
|
|
208
|
+
sourceVersionNum: number;
|
|
209
|
+
/**
|
|
210
|
+
* ID of the newly created function in the target environment.
|
|
211
|
+
*/
|
|
212
|
+
targetFunctionID: string;
|
|
213
|
+
/**
|
|
214
|
+
* Name of the newly created function in the target environment.
|
|
215
|
+
*/
|
|
216
|
+
targetFunctionName: string;
|
|
217
|
+
/**
|
|
218
|
+
* Version number of the newly created function in the target environment.
|
|
219
|
+
*/
|
|
220
|
+
targetVersionNum: number;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
export interface WorkflowCreateParams {
|
|
224
|
+
/**
|
|
225
|
+
* Display name of workflow.
|
|
226
|
+
*/
|
|
227
|
+
displayName?: string;
|
|
228
|
+
/**
|
|
229
|
+
* Main function for the workflow. The `mainFunction` and `relationships` fields
|
|
230
|
+
* act as a unit and must be provided together, or neither provided.
|
|
231
|
+
*
|
|
232
|
+
* - If `mainFunction` is provided without `relationships`, relationships will
|
|
233
|
+
* default to an empty array.
|
|
234
|
+
* - If `relationships` is provided, `mainFunction` must also be provided
|
|
235
|
+
* (validation error if missing).
|
|
236
|
+
* - If neither is provided, both mainFunction and relationships remain unchanged
|
|
237
|
+
* from the current workflow version.
|
|
238
|
+
*/
|
|
239
|
+
mainFunction?: FunctionVersionIdentifier;
|
|
240
|
+
/**
|
|
241
|
+
* Name of workflow. Can be updated to rename the workflow. Must be unique within
|
|
242
|
+
* the environment and match the pattern ^[a-zA-Z0-9_-]{1,128}$.
|
|
243
|
+
*/
|
|
244
|
+
name?: string;
|
|
245
|
+
/**
|
|
246
|
+
* Relationships between functions in the workflow. The `mainFunction` and
|
|
247
|
+
* `relationships` fields act as a unit and must be provided together, or neither
|
|
248
|
+
* provided.
|
|
249
|
+
*
|
|
250
|
+
* - If `relationships` is provided, `mainFunction` must also be provided
|
|
251
|
+
* (validation error if missing).
|
|
252
|
+
* - If `mainFunction` is provided without `relationships`, relationships will
|
|
253
|
+
* default to an empty array.
|
|
254
|
+
* - If neither is provided, both mainFunction and relationships remain unchanged
|
|
255
|
+
* from the current workflow version.
|
|
256
|
+
*/
|
|
257
|
+
relationships?: Array<WorkflowRequestRelationship>;
|
|
258
|
+
/**
|
|
259
|
+
* Array of tags to categorize and organize workflows.
|
|
260
|
+
*/
|
|
261
|
+
tags?: Array<string>;
|
|
262
|
+
}
|
|
263
|
+
export interface WorkflowUpdateParams {
|
|
264
|
+
/**
|
|
265
|
+
* Display name of workflow.
|
|
266
|
+
*/
|
|
267
|
+
displayName?: string;
|
|
268
|
+
/**
|
|
269
|
+
* Main function for the workflow. The `mainFunction` and `relationships` fields
|
|
270
|
+
* act as a unit and must be provided together, or neither provided.
|
|
271
|
+
*
|
|
272
|
+
* - If `mainFunction` is provided without `relationships`, relationships will
|
|
273
|
+
* default to an empty array.
|
|
274
|
+
* - If `relationships` is provided, `mainFunction` must also be provided
|
|
275
|
+
* (validation error if missing).
|
|
276
|
+
* - If neither is provided, both mainFunction and relationships remain unchanged
|
|
277
|
+
* from the current workflow version.
|
|
278
|
+
*/
|
|
279
|
+
mainFunction?: FunctionVersionIdentifier;
|
|
280
|
+
/**
|
|
281
|
+
* Name of workflow. Can be updated to rename the workflow. Must be unique within
|
|
282
|
+
* the environment and match the pattern ^[a-zA-Z0-9_-]{1,128}$.
|
|
283
|
+
*/
|
|
284
|
+
name?: string;
|
|
285
|
+
/**
|
|
286
|
+
* Relationships between functions in the workflow. The `mainFunction` and
|
|
287
|
+
* `relationships` fields act as a unit and must be provided together, or neither
|
|
288
|
+
* provided.
|
|
289
|
+
*
|
|
290
|
+
* - If `relationships` is provided, `mainFunction` must also be provided
|
|
291
|
+
* (validation error if missing).
|
|
292
|
+
* - If `mainFunction` is provided without `relationships`, relationships will
|
|
293
|
+
* default to an empty array.
|
|
294
|
+
* - If neither is provided, both mainFunction and relationships remain unchanged
|
|
295
|
+
* from the current workflow version.
|
|
296
|
+
*/
|
|
297
|
+
relationships?: Array<WorkflowRequestRelationship>;
|
|
298
|
+
/**
|
|
299
|
+
* Array of tags to categorize and organize workflows.
|
|
300
|
+
*/
|
|
301
|
+
tags?: Array<string>;
|
|
302
|
+
}
|
|
303
|
+
export interface WorkflowListParams extends WorkflowsPageParams {
|
|
304
|
+
displayName?: string;
|
|
305
|
+
functionIDs?: Array<string>;
|
|
306
|
+
functionNames?: Array<string>;
|
|
307
|
+
sortOrder?: 'asc' | 'desc';
|
|
308
|
+
tags?: Array<string>;
|
|
309
|
+
workflowIDs?: Array<string>;
|
|
310
|
+
workflowNames?: Array<string>;
|
|
311
|
+
}
|
|
312
|
+
export interface WorkflowCallParams {
|
|
313
|
+
/**
|
|
314
|
+
* Your reference ID for tracking this call.
|
|
315
|
+
*/
|
|
316
|
+
callReferenceID?: string;
|
|
317
|
+
/**
|
|
318
|
+
* Single input file (for transform, analyze, route, and split functions).
|
|
319
|
+
*/
|
|
320
|
+
file?: unknown;
|
|
321
|
+
/**
|
|
322
|
+
* Multiple input files (for join functions).
|
|
323
|
+
*/
|
|
324
|
+
files?: Array<string>;
|
|
325
|
+
/**
|
|
326
|
+
* When `true`, the endpoint blocks until the call completes (up to 30 seconds) and
|
|
327
|
+
* returns the finished call object. Default: `false`.
|
|
328
|
+
*/
|
|
329
|
+
wait?: string;
|
|
330
|
+
}
|
|
331
|
+
export interface WorkflowCopyParams {
|
|
332
|
+
/**
|
|
333
|
+
* Name of the source workflow to copy from.
|
|
334
|
+
*/
|
|
335
|
+
sourceWorkflowName: string;
|
|
336
|
+
/**
|
|
337
|
+
* Name for the new copied workflow. Must be unique within the target environment.
|
|
338
|
+
*/
|
|
339
|
+
targetWorkflowName: string;
|
|
340
|
+
/**
|
|
341
|
+
* Optional version number of the source workflow to copy. If not provided, copies
|
|
342
|
+
* the current version.
|
|
343
|
+
*/
|
|
344
|
+
sourceWorkflowVersionNum?: number;
|
|
345
|
+
/**
|
|
346
|
+
* Optional tags for the copied workflow. If not provided, uses the source
|
|
347
|
+
* workflow's tags.
|
|
348
|
+
*/
|
|
349
|
+
tags?: Array<string>;
|
|
350
|
+
/**
|
|
351
|
+
* Optional display name for the copied workflow. If not provided, uses the source
|
|
352
|
+
* workflow's display name with " (Copy)" appended.
|
|
353
|
+
*/
|
|
354
|
+
targetDisplayName?: string;
|
|
355
|
+
/**
|
|
356
|
+
* Optional target environment name. If provided, copies the workflow to a
|
|
357
|
+
* different environment. When copying to a different environment, all functions
|
|
358
|
+
* used in the workflow will also be copied.
|
|
359
|
+
*/
|
|
360
|
+
targetEnvironment?: string;
|
|
361
|
+
}
|
|
362
|
+
export declare namespace Workflows {
|
|
363
|
+
export { type FunctionVersionIdentifier as FunctionVersionIdentifier, type Workflow as Workflow, type WorkflowRequestRelationship as WorkflowRequestRelationship, type WorkflowCreateResponse as WorkflowCreateResponse, type WorkflowRetrieveResponse as WorkflowRetrieveResponse, type WorkflowUpdateResponse as WorkflowUpdateResponse, type WorkflowCopyResponse as WorkflowCopyResponse, type WorkflowsWorkflowsPage as WorkflowsWorkflowsPage, type WorkflowCreateParams as WorkflowCreateParams, type WorkflowUpdateParams as WorkflowUpdateParams, type WorkflowListParams as WorkflowListParams, type WorkflowCallParams as WorkflowCallParams, type WorkflowCopyParams as WorkflowCopyParams, };
|
|
364
|
+
export { Versions as Versions, type VersionRetrieveResponse as VersionRetrieveResponse, type VersionRetrieveParams as VersionRetrieveParams, type VersionListParams as VersionListParams, };
|
|
365
|
+
}
|
|
366
|
+
//# sourceMappingURL=workflows.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflows.d.mts","sourceRoot":"","sources":["../../src/resources/workflows/workflows.ts"],"names":[],"mappings":"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"}
|