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,30 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
export { Copy, type FunctionCopyRequest, type CopyCreateParams } from './copy';
|
|
4
|
+
export {
|
|
5
|
+
Functions,
|
|
6
|
+
type CreateFunction,
|
|
7
|
+
type EnrichConfig,
|
|
8
|
+
type EnrichStep,
|
|
9
|
+
type Function,
|
|
10
|
+
type FunctionAudit,
|
|
11
|
+
type FunctionResponse,
|
|
12
|
+
type FunctionType,
|
|
13
|
+
type ListFunctionsResponse,
|
|
14
|
+
type RouteListItem,
|
|
15
|
+
type SplitFunctionSemanticPageItemClass,
|
|
16
|
+
type UpdateFunction,
|
|
17
|
+
type UserActionSummary,
|
|
18
|
+
type WorkflowUsageInfo,
|
|
19
|
+
type FunctionCreateParams,
|
|
20
|
+
type FunctionUpdateParams,
|
|
21
|
+
type FunctionListParams,
|
|
22
|
+
type FunctionsFunctionsPage,
|
|
23
|
+
} from './functions';
|
|
24
|
+
export {
|
|
25
|
+
Versions,
|
|
26
|
+
type FunctionVersion,
|
|
27
|
+
type ListFunctionVersionsResponse,
|
|
28
|
+
type VersionRetrieveResponse,
|
|
29
|
+
type VersionRetrieveParams,
|
|
30
|
+
} from './versions';
|
|
@@ -0,0 +1,533 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as FunctionsAPI from './functions';
|
|
5
|
+
import { APIPromise } from '../../core/api-promise';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Functions are the core building blocks of data transformation in Bem. Each function type serves a specific purpose:
|
|
11
|
+
*
|
|
12
|
+
* - **Transform**: Extract structured JSON data from unstructured documents (PDFs, emails, images)
|
|
13
|
+
* - **Analyze**: Perform visual analysis on documents to extract layout-aware information
|
|
14
|
+
* - **Route**: Direct data to different processing paths based on conditions
|
|
15
|
+
* - **Split**: Break multi-page documents into individual pages for parallel processing
|
|
16
|
+
* - **Join**: Combine outputs from multiple function calls into a single result
|
|
17
|
+
* - **Payload Shaping**: Transform and restructure data using JMESPath expressions
|
|
18
|
+
* - **Enrich**: Enhance data with semantic search against collections
|
|
19
|
+
*
|
|
20
|
+
* Use these endpoints to create, update, list, and manage your functions.
|
|
21
|
+
*/
|
|
22
|
+
export class Versions extends APIResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get a Function Version
|
|
25
|
+
*/
|
|
26
|
+
retrieve(
|
|
27
|
+
versionNum: number,
|
|
28
|
+
params: VersionRetrieveParams,
|
|
29
|
+
options?: RequestOptions,
|
|
30
|
+
): APIPromise<VersionRetrieveResponse> {
|
|
31
|
+
const { functionName } = params;
|
|
32
|
+
return this._client.get(path`/v3/functions/${functionName}/versions/${versionNum}`, options);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* List Function Versions
|
|
37
|
+
*/
|
|
38
|
+
list(functionName: string, options?: RequestOptions): APIPromise<ListFunctionVersionsResponse> {
|
|
39
|
+
return this._client.get(path`/v3/functions/${functionName}/versions`, options);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* A version of a payload shaping function that transforms and customizes input
|
|
45
|
+
* payloads using JMESPath expressions. Payload shaping allows you to extract
|
|
46
|
+
* specific data, perform calculations, and reshape complex input structures into
|
|
47
|
+
* simplified, standardized output formats tailored to your downstream systems or
|
|
48
|
+
* business requirements.
|
|
49
|
+
*/
|
|
50
|
+
export type FunctionVersion =
|
|
51
|
+
| FunctionVersion.TransformFunctionVersion
|
|
52
|
+
| FunctionVersion.AnalyzeFunctionVersion
|
|
53
|
+
| FunctionVersion.RouteFunctionVersion
|
|
54
|
+
| FunctionVersion.SplitFunctionVersion
|
|
55
|
+
| FunctionVersion.JoinFunctionVersion
|
|
56
|
+
| FunctionVersion.EnrichFunctionVersion
|
|
57
|
+
| FunctionVersion.PayloadShapingFunctionVersion;
|
|
58
|
+
|
|
59
|
+
export namespace FunctionVersion {
|
|
60
|
+
export interface TransformFunctionVersion {
|
|
61
|
+
/**
|
|
62
|
+
* Email address automatically created by bem. You can forward emails with or
|
|
63
|
+
* without attachments, to be transformed.
|
|
64
|
+
*/
|
|
65
|
+
emailAddress: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Unique identifier of function.
|
|
69
|
+
*/
|
|
70
|
+
functionID: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
74
|
+
*/
|
|
75
|
+
functionName: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Desired output structure defined in standard JSON Schema convention.
|
|
79
|
+
*/
|
|
80
|
+
outputSchema: unknown;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Name of output schema object.
|
|
84
|
+
*/
|
|
85
|
+
outputSchemaName: string;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Whether tabular chunking is enabled on the pipeline. This processes tables in
|
|
89
|
+
* CSV/Excel in row batches, rather than all rows at once.
|
|
90
|
+
*/
|
|
91
|
+
tabularChunkingEnabled: boolean;
|
|
92
|
+
|
|
93
|
+
type: 'transform';
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Version number of function.
|
|
97
|
+
*/
|
|
98
|
+
versionNum: number;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Audit trail information for the function version.
|
|
102
|
+
*/
|
|
103
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* The date and time the function version was created.
|
|
107
|
+
*/
|
|
108
|
+
createdAt?: string;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
112
|
+
*/
|
|
113
|
+
displayName?: string;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Array of tags to categorize and organize functions.
|
|
117
|
+
*/
|
|
118
|
+
tags?: Array<string>;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* List of workflows that use this function.
|
|
122
|
+
*/
|
|
123
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface AnalyzeFunctionVersion {
|
|
127
|
+
/**
|
|
128
|
+
* Unique identifier of function.
|
|
129
|
+
*/
|
|
130
|
+
functionID: string;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
134
|
+
*/
|
|
135
|
+
functionName: string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Desired output structure defined in standard JSON Schema convention.
|
|
139
|
+
*/
|
|
140
|
+
outputSchema: unknown;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Name of output schema object.
|
|
144
|
+
*/
|
|
145
|
+
outputSchemaName: string;
|
|
146
|
+
|
|
147
|
+
type: 'analyze';
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Version number of function.
|
|
151
|
+
*/
|
|
152
|
+
versionNum: number;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Audit trail information for the function version.
|
|
156
|
+
*/
|
|
157
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* The date and time the function version was created.
|
|
161
|
+
*/
|
|
162
|
+
createdAt?: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
166
|
+
*/
|
|
167
|
+
displayName?: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Array of tags to categorize and organize functions.
|
|
171
|
+
*/
|
|
172
|
+
tags?: Array<string>;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* List of workflows that use this function.
|
|
176
|
+
*/
|
|
177
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export interface RouteFunctionVersion {
|
|
181
|
+
/**
|
|
182
|
+
* Description of router. Can be used to provide additional context on router's
|
|
183
|
+
* purpose and expected inputs.
|
|
184
|
+
*/
|
|
185
|
+
description: string;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Email address automatically created by bem. You can forward emails with or
|
|
189
|
+
* without attachments, to be routed.
|
|
190
|
+
*/
|
|
191
|
+
emailAddress: string;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Unique identifier of function.
|
|
195
|
+
*/
|
|
196
|
+
functionID: string;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
200
|
+
*/
|
|
201
|
+
functionName: string;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* List of routes.
|
|
205
|
+
*/
|
|
206
|
+
routes: Array<FunctionsAPI.RouteListItem>;
|
|
207
|
+
|
|
208
|
+
type: 'route';
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Version number of function.
|
|
212
|
+
*/
|
|
213
|
+
versionNum: number;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Audit trail information for the function version.
|
|
217
|
+
*/
|
|
218
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* The date and time the function version was created.
|
|
222
|
+
*/
|
|
223
|
+
createdAt?: string;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
227
|
+
*/
|
|
228
|
+
displayName?: string;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Array of tags to categorize and organize functions.
|
|
232
|
+
*/
|
|
233
|
+
tags?: Array<string>;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* List of workflows that use this function.
|
|
237
|
+
*/
|
|
238
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface SplitFunctionVersion {
|
|
242
|
+
/**
|
|
243
|
+
* Unique identifier of function.
|
|
244
|
+
*/
|
|
245
|
+
functionID: string;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
249
|
+
*/
|
|
250
|
+
functionName: string;
|
|
251
|
+
|
|
252
|
+
splitType: 'print_page' | 'semantic_page';
|
|
253
|
+
|
|
254
|
+
type: 'split';
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Version number of function.
|
|
258
|
+
*/
|
|
259
|
+
versionNum: number;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Audit trail information for the function version.
|
|
263
|
+
*/
|
|
264
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* The date and time the function version was created.
|
|
268
|
+
*/
|
|
269
|
+
createdAt?: string;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
273
|
+
*/
|
|
274
|
+
displayName?: string;
|
|
275
|
+
|
|
276
|
+
printPageSplitConfig?: SplitFunctionVersion.PrintPageSplitConfig;
|
|
277
|
+
|
|
278
|
+
semanticPageSplitConfig?: SplitFunctionVersion.SemanticPageSplitConfig;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Array of tags to categorize and organize functions.
|
|
282
|
+
*/
|
|
283
|
+
tags?: Array<string>;
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* List of workflows that use this function.
|
|
287
|
+
*/
|
|
288
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export namespace SplitFunctionVersion {
|
|
292
|
+
export interface PrintPageSplitConfig {
|
|
293
|
+
nextFunctionID?: string;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface SemanticPageSplitConfig {
|
|
297
|
+
itemClasses?: Array<FunctionsAPI.SplitFunctionSemanticPageItemClass>;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export interface JoinFunctionVersion {
|
|
302
|
+
/**
|
|
303
|
+
* Description of join function.
|
|
304
|
+
*/
|
|
305
|
+
description: string;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Unique identifier of function.
|
|
309
|
+
*/
|
|
310
|
+
functionID: string;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
314
|
+
*/
|
|
315
|
+
functionName: string;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* The type of join to perform.
|
|
319
|
+
*/
|
|
320
|
+
joinType: 'standard';
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Desired output structure defined in standard JSON Schema convention.
|
|
324
|
+
*/
|
|
325
|
+
outputSchema: unknown;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Name of output schema object.
|
|
329
|
+
*/
|
|
330
|
+
outputSchemaName: string;
|
|
331
|
+
|
|
332
|
+
type: 'join';
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Version number of function.
|
|
336
|
+
*/
|
|
337
|
+
versionNum: number;
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Audit trail information for the function version.
|
|
341
|
+
*/
|
|
342
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* The date and time the function version was created.
|
|
346
|
+
*/
|
|
347
|
+
createdAt?: string;
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
351
|
+
*/
|
|
352
|
+
displayName?: string;
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* Array of tags to categorize and organize functions.
|
|
356
|
+
*/
|
|
357
|
+
tags?: Array<string>;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* List of workflows that use this function.
|
|
361
|
+
*/
|
|
362
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export interface EnrichFunctionVersion {
|
|
366
|
+
/**
|
|
367
|
+
* Configuration for enrich function with semantic search steps.
|
|
368
|
+
*
|
|
369
|
+
* **How Enrich Functions Work:**
|
|
370
|
+
*
|
|
371
|
+
* Enrich functions use semantic search to augment JSON data with relevant
|
|
372
|
+
* information from collections. They take JSON input (typically from a transform
|
|
373
|
+
* function), extract specified fields, perform vector-based semantic search
|
|
374
|
+
* against collections, and inject the results back into the data.
|
|
375
|
+
*
|
|
376
|
+
* **Input Requirements:**
|
|
377
|
+
*
|
|
378
|
+
* - Must receive JSON input (typically uploaded to S3 from a previous function)
|
|
379
|
+
* - Can be chained after transform or other functions that produce JSON output
|
|
380
|
+
*
|
|
381
|
+
* **Example Use Cases:**
|
|
382
|
+
*
|
|
383
|
+
* - Match product descriptions to SKU codes from a product catalog
|
|
384
|
+
* - Enrich customer data with account information
|
|
385
|
+
* - Link order line items to inventory records
|
|
386
|
+
*
|
|
387
|
+
* **Configuration:**
|
|
388
|
+
*
|
|
389
|
+
* - Define one or more enrichment steps
|
|
390
|
+
* - Each step extracts values, searches a collection, and injects results
|
|
391
|
+
* - Steps are executed sequentially
|
|
392
|
+
*/
|
|
393
|
+
config: FunctionsAPI.EnrichConfig;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Unique identifier of function.
|
|
397
|
+
*/
|
|
398
|
+
functionID: string;
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
402
|
+
*/
|
|
403
|
+
functionName: string;
|
|
404
|
+
|
|
405
|
+
type: 'enrich';
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Version number of function.
|
|
409
|
+
*/
|
|
410
|
+
versionNum: number;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* Audit trail information for the function version.
|
|
414
|
+
*/
|
|
415
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* The date and time the function version was created.
|
|
419
|
+
*/
|
|
420
|
+
createdAt?: string;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
424
|
+
*/
|
|
425
|
+
displayName?: string;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* Array of tags to categorize and organize functions.
|
|
429
|
+
*/
|
|
430
|
+
tags?: Array<string>;
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* List of workflows that use this function.
|
|
434
|
+
*/
|
|
435
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* A version of a payload shaping function that transforms and customizes input
|
|
440
|
+
* payloads using JMESPath expressions. Payload shaping allows you to extract
|
|
441
|
+
* specific data, perform calculations, and reshape complex input structures into
|
|
442
|
+
* simplified, standardized output formats tailored to your downstream systems or
|
|
443
|
+
* business requirements.
|
|
444
|
+
*/
|
|
445
|
+
export interface PayloadShapingFunctionVersion {
|
|
446
|
+
/**
|
|
447
|
+
* Unique identifier of function.
|
|
448
|
+
*/
|
|
449
|
+
functionID: string;
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Name of function. Must be UNIQUE on a per-environment basis.
|
|
453
|
+
*/
|
|
454
|
+
functionName: string;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* JMESPath expression that defines how to transform and customize the input
|
|
458
|
+
* payload structure. Payload shaping allows you to extract, reshape, and
|
|
459
|
+
* reorganize data from complex input payloads into a simplified, standardized
|
|
460
|
+
* output format. Use JMESPath syntax to select specific fields, perform
|
|
461
|
+
* calculations, and create new data structures tailored to your needs.
|
|
462
|
+
*/
|
|
463
|
+
shapingSchema: string;
|
|
464
|
+
|
|
465
|
+
type: 'payload_shaping';
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* Version number of function.
|
|
469
|
+
*/
|
|
470
|
+
versionNum: number;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Audit trail information for the function version.
|
|
474
|
+
*/
|
|
475
|
+
audit?: FunctionsAPI.FunctionAudit;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* The date and time the function version was created.
|
|
479
|
+
*/
|
|
480
|
+
createdAt?: string;
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* Display name of function. Human-readable name to help you identify the function.
|
|
484
|
+
*/
|
|
485
|
+
displayName?: string;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Array of tags to categorize and organize functions.
|
|
489
|
+
*/
|
|
490
|
+
tags?: Array<string>;
|
|
491
|
+
|
|
492
|
+
/**
|
|
493
|
+
* List of workflows that use this function.
|
|
494
|
+
*/
|
|
495
|
+
usedInWorkflows?: Array<FunctionsAPI.WorkflowUsageInfo>;
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export interface ListFunctionVersionsResponse {
|
|
500
|
+
/**
|
|
501
|
+
* The total number of results available.
|
|
502
|
+
*/
|
|
503
|
+
totalCount?: number;
|
|
504
|
+
|
|
505
|
+
versions?: Array<FunctionVersion>;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Single-function-version response wrapper used by V3 endpoints.
|
|
510
|
+
*/
|
|
511
|
+
export interface VersionRetrieveResponse {
|
|
512
|
+
/**
|
|
513
|
+
* A version of a payload shaping function that transforms and customizes input
|
|
514
|
+
* payloads using JMESPath expressions. Payload shaping allows you to extract
|
|
515
|
+
* specific data, perform calculations, and reshape complex input structures into
|
|
516
|
+
* simplified, standardized output formats tailored to your downstream systems or
|
|
517
|
+
* business requirements.
|
|
518
|
+
*/
|
|
519
|
+
function: FunctionVersion;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface VersionRetrieveParams {
|
|
523
|
+
functionName: string;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export declare namespace Versions {
|
|
527
|
+
export {
|
|
528
|
+
type FunctionVersion as FunctionVersion,
|
|
529
|
+
type ListFunctionVersionsResponse as ListFunctionVersionsResponse,
|
|
530
|
+
type VersionRetrieveResponse as VersionRetrieveResponse,
|
|
531
|
+
type VersionRetrieveParams as VersionRetrieveParams,
|
|
532
|
+
};
|
|
533
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
export { Calls, type Call, type CallGetResponse, type CallListParams, type CallsCallsPage } from './calls';
|
|
4
|
+
export {
|
|
5
|
+
Errors,
|
|
6
|
+
type ErrorEvent,
|
|
7
|
+
type InboundEmailEvent,
|
|
8
|
+
type ErrorRetrieveResponse,
|
|
9
|
+
type ErrorListParams,
|
|
10
|
+
type ErrorEventsErrorsPage,
|
|
11
|
+
} from './errors';
|
|
12
|
+
export {
|
|
13
|
+
Functions,
|
|
14
|
+
type CreateFunction,
|
|
15
|
+
type EnrichConfig,
|
|
16
|
+
type EnrichStep,
|
|
17
|
+
type Function,
|
|
18
|
+
type FunctionAudit,
|
|
19
|
+
type FunctionResponse,
|
|
20
|
+
type FunctionType,
|
|
21
|
+
type ListFunctionsResponse,
|
|
22
|
+
type RouteListItem,
|
|
23
|
+
type SplitFunctionSemanticPageItemClass,
|
|
24
|
+
type UpdateFunction,
|
|
25
|
+
type UserActionSummary,
|
|
26
|
+
type WorkflowUsageInfo,
|
|
27
|
+
type FunctionCreateParams,
|
|
28
|
+
type FunctionUpdateParams,
|
|
29
|
+
type FunctionListParams,
|
|
30
|
+
type FunctionsFunctionsPage,
|
|
31
|
+
} from './functions/functions';
|
|
32
|
+
export {
|
|
33
|
+
Outputs,
|
|
34
|
+
type AnyType,
|
|
35
|
+
type Event,
|
|
36
|
+
type OutputRetrieveResponse,
|
|
37
|
+
type OutputListParams,
|
|
38
|
+
type EventsOutputsPage,
|
|
39
|
+
} from './outputs';
|
|
40
|
+
export {
|
|
41
|
+
Workflows,
|
|
42
|
+
type FunctionVersionIdentifier,
|
|
43
|
+
type Workflow,
|
|
44
|
+
type WorkflowRequestRelationship,
|
|
45
|
+
type WorkflowCreateResponse,
|
|
46
|
+
type WorkflowRetrieveResponse,
|
|
47
|
+
type WorkflowUpdateResponse,
|
|
48
|
+
type WorkflowCopyResponse,
|
|
49
|
+
type WorkflowCreateParams,
|
|
50
|
+
type WorkflowUpdateParams,
|
|
51
|
+
type WorkflowListParams,
|
|
52
|
+
type WorkflowCallParams,
|
|
53
|
+
type WorkflowCopyParams,
|
|
54
|
+
type WorkflowsWorkflowVersionsPage,
|
|
55
|
+
type WorkflowsWorkflowsPage,
|
|
56
|
+
} from './workflows/workflows';
|