@knocklabs/node 0.6.19 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -7
- package/LICENSE +201 -21
- package/README.md +338 -129
- 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 +19 -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 +220 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +220 -0
- package/client.d.ts.map +1 -0
- package/client.js +502 -0
- package/client.js.map +1 -0
- package/client.mjs +475 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +47 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +47 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +84 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +80 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +47 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +47 -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 +112 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +112 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +183 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +174 -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 +19 -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 +75 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +75 -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 +21 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +21 -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 +13 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +13 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +36 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +6 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +6 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +11 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +8 -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 +280 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +276 -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/{dist/src/common/interfaces.js → internal/qs/types.js} +1 -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 +14 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +14 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +229 -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 +33 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +33 -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 +28 -0
- package/internal/shim-types.d.ts +28 -0
- package/internal/shims/crypto.d.mts +13 -0
- package/internal/shims/crypto.d.mts.map +1 -0
- package/internal/shims/crypto.d.ts +13 -0
- package/internal/shims/crypto.d.ts.map +1 -0
- package/internal/shims/crypto.js +13 -0
- package/internal/shims/crypto.js.map +1 -0
- package/internal/shims/crypto.mjs +9 -0
- package/internal/shims/crypto.mjs.map +1 -0
- package/internal/shims/file.d.mts +23 -0
- package/internal/shims/file.d.mts.map +1 -0
- package/internal/shims/file.d.ts +23 -0
- package/internal/shims/file.d.ts.map +1 -0
- package/internal/shims/file.js +16 -0
- package/internal/shims/file.js.map +1 -0
- package/internal/shims/file.mjs +12 -0
- package/internal/shims/file.mjs.map +1 -0
- package/internal/shims/getBuiltinModule.d.mts +11 -0
- package/internal/shims/getBuiltinModule.d.mts.map +1 -0
- package/internal/shims/getBuiltinModule.d.ts +11 -0
- package/internal/shims/getBuiltinModule.d.ts.map +1 -0
- package/internal/shims/getBuiltinModule.js +71 -0
- package/internal/shims/getBuiltinModule.js.map +1 -0
- package/internal/shims/getBuiltinModule.mjs +67 -0
- package/internal/shims/getBuiltinModule.mjs.map +1 -0
- package/internal/shims/nullGetBuiltinModule.d.mts +2 -0
- package/internal/shims/nullGetBuiltinModule.d.mts.map +1 -0
- package/internal/shims/nullGetBuiltinModule.d.ts +2 -0
- package/internal/shims/nullGetBuiltinModule.d.ts.map +1 -0
- package/internal/shims/nullGetBuiltinModule.js +5 -0
- package/internal/shims/nullGetBuiltinModule.js.map +1 -0
- package/internal/shims/nullGetBuiltinModule.mjs +2 -0
- package/internal/shims/nullGetBuiltinModule.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 +93 -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 +46 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +46 -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 +87 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/types.d.mts +68 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +68 -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 +44 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +44 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +131 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +122 -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 +32 -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 +38 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +38 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -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 +58 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +53 -0
- package/internal/utils/path.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 +20 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +16 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +16 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +16 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +109 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +92 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +24 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/lib/index.d.mts +6 -0
- package/lib/index.d.mts.map +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.d.ts.map +1 -0
- package/{dist/src → lib}/index.js +6 -10
- package/lib/index.js.map +1 -0
- package/lib/index.mjs +6 -0
- package/lib/index.mjs.map +1 -0
- package/lib/tokenSigner.d.mts +46 -0
- package/lib/tokenSigner.d.mts.map +1 -0
- package/lib/tokenSigner.d.ts +46 -0
- package/lib/tokenSigner.d.ts.map +1 -0
- package/lib/tokenSigner.js +154 -0
- package/lib/tokenSigner.js.map +1 -0
- package/lib/tokenSigner.mjs +125 -0
- package/lib/tokenSigner.mjs.map +1 -0
- package/lib/userTokens.d.mts +32 -0
- package/lib/userTokens.d.mts.map +1 -0
- package/{dist/src/common → lib}/userTokens.d.ts +7 -3
- package/lib/userTokens.d.ts.map +1 -0
- package/{dist/src/common → lib}/userTokens.js +5 -1
- package/lib/userTokens.js.map +1 -0
- package/lib/userTokens.mjs +12 -0
- package/lib/userTokens.mjs.map +1 -0
- package/package.json +157 -39
- 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 +19 -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 +19 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/audiences.d.mts +123 -0
- package/resources/audiences.d.mts.map +1 -0
- package/resources/audiences.d.ts +123 -0
- package/resources/audiences.d.ts.map +1 -0
- package/resources/audiences.js +28 -0
- package/resources/audiences.js.map +1 -0
- package/resources/audiences.mjs +24 -0
- package/resources/audiences.mjs.map +1 -0
- package/resources/bulk-operations.d.mts +90 -0
- package/resources/bulk-operations.d.mts.map +1 -0
- package/resources/bulk-operations.d.ts +90 -0
- package/resources/bulk-operations.d.ts.map +1 -0
- package/resources/bulk-operations.js +16 -0
- package/resources/bulk-operations.js.map +1 -0
- package/resources/bulk-operations.mjs +12 -0
- package/resources/bulk-operations.mjs.map +1 -0
- package/resources/channels/bulk.d.mts +61 -0
- package/resources/channels/bulk.d.mts.map +1 -0
- package/resources/channels/bulk.d.ts +61 -0
- package/resources/channels/bulk.d.ts.map +1 -0
- package/resources/channels/bulk.js +19 -0
- package/resources/channels/bulk.js.map +1 -0
- package/resources/channels/bulk.mjs +15 -0
- package/resources/channels/bulk.mjs.map +1 -0
- package/resources/channels/channels.d.mts +10 -0
- package/resources/channels/channels.d.mts.map +1 -0
- package/resources/channels/channels.d.ts +10 -0
- package/resources/channels/channels.d.ts.map +1 -0
- package/resources/channels/channels.js +39 -0
- package/resources/channels/channels.js.map +1 -0
- package/resources/channels/channels.mjs +12 -0
- package/resources/channels/channels.mjs.map +1 -0
- package/resources/channels/index.d.mts +3 -0
- package/resources/channels/index.d.mts.map +1 -0
- package/resources/channels/index.d.ts +3 -0
- package/resources/channels/index.d.ts.map +1 -0
- package/resources/channels/index.js +9 -0
- package/resources/channels/index.js.map +1 -0
- package/resources/channels/index.mjs +4 -0
- package/resources/channels/index.mjs.map +1 -0
- package/resources/channels.d.mts +2 -0
- package/resources/channels.d.mts.map +1 -0
- package/resources/channels.d.ts +2 -0
- package/resources/channels.d.ts.map +1 -0
- package/resources/channels.js +19 -0
- package/resources/channels.js.map +1 -0
- package/resources/channels.mjs +3 -0
- package/resources/channels.mjs.map +1 -0
- package/resources/index.d.mts +14 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +14 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +31 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +15 -0
- package/resources/index.mjs.map +1 -0
- package/resources/integrations/census.d.mts +41 -0
- package/resources/integrations/census.d.mts.map +1 -0
- package/resources/integrations/census.d.ts +41 -0
- package/resources/integrations/census.d.ts.map +1 -0
- package/resources/integrations/census.js +15 -0
- package/resources/integrations/census.js.map +1 -0
- package/resources/integrations/census.mjs +11 -0
- package/resources/integrations/census.mjs.map +1 -0
- package/resources/integrations/hightouch.d.mts +41 -0
- package/resources/integrations/hightouch.d.mts.map +1 -0
- package/resources/integrations/hightouch.d.ts +41 -0
- package/resources/integrations/hightouch.d.ts.map +1 -0
- package/resources/integrations/hightouch.js +15 -0
- package/resources/integrations/hightouch.js.map +1 -0
- package/resources/integrations/hightouch.mjs +11 -0
- package/resources/integrations/hightouch.mjs.map +1 -0
- package/resources/integrations/index.d.mts +4 -0
- package/resources/integrations/index.d.mts.map +1 -0
- package/resources/integrations/index.d.ts +4 -0
- package/resources/integrations/index.d.ts.map +1 -0
- package/resources/integrations/index.js +11 -0
- package/resources/integrations/index.js.map +1 -0
- package/resources/integrations/index.mjs +5 -0
- package/resources/integrations/index.mjs.map +1 -0
- package/resources/integrations/integrations.d.mts +14 -0
- package/resources/integrations/integrations.d.mts.map +1 -0
- package/resources/integrations/integrations.d.ts +14 -0
- package/resources/integrations/integrations.d.ts.map +1 -0
- package/resources/integrations/integrations.js +43 -0
- package/resources/integrations/integrations.js.map +1 -0
- package/resources/integrations/integrations.mjs +16 -0
- package/resources/integrations/integrations.mjs.map +1 -0
- package/resources/integrations.d.mts +2 -0
- package/resources/integrations.d.mts.map +1 -0
- package/resources/integrations.d.ts +2 -0
- package/resources/integrations.d.ts.map +1 -0
- package/resources/integrations.js +19 -0
- package/resources/integrations.js.map +1 -0
- package/resources/integrations.mjs +3 -0
- package/resources/integrations.mjs.map +1 -0
- package/resources/messages/activities.d.mts +22 -0
- package/resources/messages/activities.d.mts.map +1 -0
- package/resources/messages/activities.d.ts +22 -0
- package/resources/messages/activities.d.ts.map +1 -0
- package/resources/messages/activities.js +17 -0
- package/resources/messages/activities.js.map +1 -0
- package/resources/messages/activities.mjs +13 -0
- package/resources/messages/activities.mjs.map +1 -0
- package/resources/messages/batch.d.mts +379 -0
- package/resources/messages/batch.d.mts.map +1 -0
- package/resources/messages/batch.d.ts +379 -0
- package/resources/messages/batch.d.ts.map +1 -0
- package/resources/messages/batch.js +71 -0
- package/resources/messages/batch.js.map +1 -0
- package/resources/messages/batch.mjs +67 -0
- package/resources/messages/batch.mjs.map +1 -0
- package/resources/messages/index.d.mts +4 -0
- package/resources/messages/index.d.mts.map +1 -0
- package/resources/messages/index.d.ts +4 -0
- package/resources/messages/index.d.ts.map +1 -0
- package/resources/messages/index.js +11 -0
- package/resources/messages/index.js.map +1 -0
- package/resources/messages/index.mjs +5 -0
- package/resources/messages/index.mjs.map +1 -0
- package/resources/messages/messages.d.mts +677 -0
- package/resources/messages/messages.d.mts.map +1 -0
- package/resources/messages/messages.d.ts +677 -0
- package/resources/messages/messages.d.ts.map +1 -0
- package/resources/messages/messages.js +144 -0
- package/resources/messages/messages.js.map +1 -0
- package/resources/messages/messages.mjs +117 -0
- package/resources/messages/messages.mjs.map +1 -0
- package/resources/messages.d.mts +2 -0
- package/resources/messages.d.mts.map +1 -0
- package/resources/messages.d.ts +2 -0
- package/resources/messages.d.ts.map +1 -0
- package/resources/messages.js +19 -0
- package/resources/messages.js.map +1 -0
- package/resources/messages.mjs +3 -0
- package/resources/messages.mjs.map +1 -0
- package/resources/objects/bulk.d.mts +59 -0
- package/resources/objects/bulk.d.mts.map +1 -0
- package/resources/objects/bulk.d.ts +59 -0
- package/resources/objects/bulk.d.ts.map +1 -0
- package/resources/objects/bulk.js +32 -0
- package/resources/objects/bulk.js.map +1 -0
- package/resources/objects/bulk.mjs +28 -0
- package/resources/objects/bulk.mjs.map +1 -0
- package/resources/objects/index.d.mts +3 -0
- package/resources/objects/index.d.mts.map +1 -0
- package/resources/objects/index.d.ts +3 -0
- package/resources/objects/index.d.ts.map +1 -0
- package/resources/objects/index.js +9 -0
- package/resources/objects/index.js.map +1 -0
- package/resources/objects/index.mjs +4 -0
- package/resources/objects/index.mjs.map +1 -0
- package/resources/objects/objects.d.mts +389 -0
- package/resources/objects/objects.d.mts.map +1 -0
- package/resources/objects/objects.d.ts +389 -0
- package/resources/objects/objects.d.ts.map +1 -0
- package/resources/objects/objects.js +163 -0
- package/resources/objects/objects.js.map +1 -0
- package/resources/objects/objects.mjs +136 -0
- package/resources/objects/objects.mjs.map +1 -0
- package/resources/objects.d.mts +2 -0
- package/resources/objects.d.mts.map +1 -0
- package/resources/objects.d.ts +2 -0
- package/resources/objects.d.ts.map +1 -0
- package/resources/objects.js +19 -0
- package/resources/objects.js.map +1 -0
- package/resources/objects.mjs +3 -0
- package/resources/objects.mjs.map +1 -0
- package/resources/providers/index.d.mts +4 -0
- package/resources/providers/index.d.mts.map +1 -0
- package/resources/providers/index.d.ts +4 -0
- package/resources/providers/index.d.ts.map +1 -0
- package/resources/providers/index.js +11 -0
- package/resources/providers/index.js.map +1 -0
- package/resources/providers/index.mjs +5 -0
- package/resources/providers/index.mjs.map +1 -0
- package/resources/providers/ms-teams.d.mts +183 -0
- package/resources/providers/ms-teams.d.mts.map +1 -0
- package/resources/providers/ms-teams.d.ts +183 -0
- package/resources/providers/ms-teams.d.ts.map +1 -0
- package/resources/providers/ms-teams.js +42 -0
- package/resources/providers/ms-teams.js.map +1 -0
- package/resources/providers/ms-teams.mjs +38 -0
- package/resources/providers/ms-teams.mjs.map +1 -0
- package/resources/providers/providers.d.mts +14 -0
- package/resources/providers/providers.d.mts.map +1 -0
- package/resources/providers/providers.d.ts +14 -0
- package/resources/providers/providers.d.ts.map +1 -0
- package/resources/providers/providers.js +43 -0
- package/resources/providers/providers.js.map +1 -0
- package/resources/providers/providers.mjs +16 -0
- package/resources/providers/providers.mjs.map +1 -0
- package/resources/providers/slack.d.mts +127 -0
- package/resources/providers/slack.d.mts.map +1 -0
- package/resources/providers/slack.d.ts +127 -0
- package/resources/providers/slack.d.ts.map +1 -0
- package/resources/providers/slack.js +33 -0
- package/resources/providers/slack.js.map +1 -0
- package/resources/providers/slack.mjs +29 -0
- package/resources/providers/slack.mjs.map +1 -0
- package/resources/providers.d.mts +2 -0
- package/resources/providers.d.mts.map +1 -0
- package/resources/providers.d.ts +2 -0
- package/resources/providers.d.ts.map +1 -0
- package/resources/providers.js +19 -0
- package/resources/providers.js.map +1 -0
- package/resources/providers.mjs +3 -0
- package/resources/providers.mjs.map +1 -0
- package/resources/recipients/channel-data.d.mts +205 -0
- package/resources/recipients/channel-data.d.mts.map +1 -0
- package/resources/recipients/channel-data.d.ts +205 -0
- package/resources/recipients/channel-data.d.ts.map +1 -0
- package/resources/recipients/channel-data.js +9 -0
- package/resources/recipients/channel-data.js.map +1 -0
- package/resources/recipients/channel-data.mjs +5 -0
- package/resources/recipients/channel-data.mjs.map +1 -0
- package/resources/recipients/index.d.mts +5 -0
- package/resources/recipients/index.d.mts.map +1 -0
- package/resources/recipients/index.d.ts +5 -0
- package/resources/recipients/index.d.ts.map +1 -0
- package/resources/recipients/index.js +13 -0
- package/resources/recipients/index.js.map +1 -0
- package/resources/recipients/index.mjs +6 -0
- package/resources/recipients/index.mjs.map +1 -0
- package/resources/recipients/preferences.d.mts +155 -0
- package/resources/recipients/preferences.d.mts.map +1 -0
- package/resources/recipients/preferences.d.ts +155 -0
- package/resources/recipients/preferences.d.ts.map +1 -0
- package/resources/recipients/preferences.js +9 -0
- package/resources/recipients/preferences.js.map +1 -0
- package/resources/recipients/preferences.mjs +5 -0
- package/resources/recipients/preferences.mjs.map +1 -0
- package/resources/recipients/recipients.d.mts +51 -0
- package/resources/recipients/recipients.d.mts.map +1 -0
- package/resources/recipients/recipients.d.ts +51 -0
- package/resources/recipients/recipients.d.ts.map +1 -0
- package/resources/recipients/recipients.js +45 -0
- package/resources/recipients/recipients.js.map +1 -0
- package/resources/recipients/recipients.mjs +18 -0
- package/resources/recipients/recipients.mjs.map +1 -0
- package/resources/recipients/subscriptions.d.mts +40 -0
- package/resources/recipients/subscriptions.d.mts.map +1 -0
- package/resources/recipients/subscriptions.d.ts +40 -0
- package/resources/recipients/subscriptions.d.ts.map +1 -0
- package/resources/recipients/subscriptions.js +9 -0
- package/resources/recipients/subscriptions.js.map +1 -0
- package/resources/recipients/subscriptions.mjs +5 -0
- package/resources/recipients/subscriptions.mjs.map +1 -0
- package/resources/recipients.d.mts +2 -0
- package/resources/recipients.d.mts.map +1 -0
- package/resources/recipients.d.ts +2 -0
- package/resources/recipients.d.ts.map +1 -0
- package/resources/recipients.js +19 -0
- package/resources/recipients.js.map +1 -0
- package/resources/recipients.mjs +3 -0
- package/resources/recipients.mjs.map +1 -0
- package/resources/schedules/bulk.d.mts +68 -0
- package/resources/schedules/bulk.d.mts.map +1 -0
- package/resources/schedules/bulk.d.ts +68 -0
- package/resources/schedules/bulk.d.ts.map +1 -0
- package/resources/schedules/bulk.js +17 -0
- package/resources/schedules/bulk.js.map +1 -0
- package/resources/schedules/bulk.mjs +13 -0
- package/resources/schedules/bulk.mjs.map +1 -0
- package/resources/schedules/index.d.mts +3 -0
- package/resources/schedules/index.d.mts.map +1 -0
- package/resources/schedules/index.d.ts +3 -0
- package/resources/schedules/index.d.ts.map +1 -0
- package/resources/schedules/index.js +9 -0
- package/resources/schedules/index.js.map +1 -0
- package/resources/schedules/index.mjs +4 -0
- package/resources/schedules/index.mjs.map +1 -0
- package/resources/schedules/schedules.d.mts +225 -0
- package/resources/schedules/schedules.d.mts.map +1 -0
- package/resources/schedules/schedules.d.ts +225 -0
- package/resources/schedules/schedules.d.ts.map +1 -0
- package/resources/schedules/schedules.js +74 -0
- package/resources/schedules/schedules.js.map +1 -0
- package/resources/schedules/schedules.mjs +47 -0
- package/resources/schedules/schedules.mjs.map +1 -0
- package/resources/schedules.d.mts +2 -0
- package/resources/schedules.d.mts.map +1 -0
- package/resources/schedules.d.ts +2 -0
- package/resources/schedules.d.ts.map +1 -0
- package/resources/schedules.js +19 -0
- package/resources/schedules.js.map +1 -0
- package/resources/schedules.mjs +3 -0
- package/resources/schedules.mjs.map +1 -0
- package/resources/shared.d.mts +45 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +45 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +9 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +5 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/tenants/bulk.d.mts +31 -0
- package/resources/tenants/bulk.d.mts.map +1 -0
- package/resources/tenants/bulk.d.ts +31 -0
- package/resources/tenants/bulk.d.ts.map +1 -0
- package/resources/tenants/bulk.js +22 -0
- package/resources/tenants/bulk.js.map +1 -0
- package/resources/tenants/bulk.mjs +18 -0
- package/resources/tenants/bulk.mjs.map +1 -0
- package/resources/tenants/index.d.mts +3 -0
- package/resources/tenants/index.d.mts.map +1 -0
- package/resources/tenants/index.d.ts +3 -0
- package/resources/tenants/index.d.ts.map +1 -0
- package/resources/tenants/index.js +9 -0
- package/resources/tenants/index.js.map +1 -0
- package/resources/tenants/index.mjs +4 -0
- package/resources/tenants/index.mjs.map +1 -0
- package/resources/tenants/tenants.d.mts +233 -0
- package/resources/tenants/tenants.d.mts.map +1 -0
- package/resources/tenants/tenants.d.ts +233 -0
- package/resources/tenants/tenants.d.ts.map +1 -0
- package/resources/tenants/tenants.js +66 -0
- package/resources/tenants/tenants.js.map +1 -0
- package/resources/tenants/tenants.mjs +39 -0
- package/resources/tenants/tenants.mjs.map +1 -0
- package/resources/tenants.d.mts +2 -0
- package/resources/tenants.d.mts.map +1 -0
- package/resources/tenants.d.ts +2 -0
- package/resources/tenants.d.ts.map +1 -0
- package/resources/tenants.js +19 -0
- package/resources/tenants.js.map +1 -0
- package/resources/tenants.mjs +3 -0
- package/resources/tenants.mjs.map +1 -0
- package/resources/users/bulk.d.mts +51 -0
- package/resources/users/bulk.d.mts.map +1 -0
- package/resources/users/bulk.d.ts +51 -0
- package/resources/users/bulk.d.ts.map +1 -0
- package/resources/users/bulk.js +32 -0
- package/resources/users/bulk.js.map +1 -0
- package/resources/users/bulk.mjs +28 -0
- package/resources/users/bulk.mjs.map +1 -0
- package/resources/users/feeds.d.mts +229 -0
- package/resources/users/feeds.d.mts.map +1 -0
- package/resources/users/feeds.d.ts +229 -0
- package/resources/users/feeds.d.ts.map +1 -0
- package/resources/users/feeds.js +24 -0
- package/resources/users/feeds.js.map +1 -0
- package/resources/users/feeds.mjs +20 -0
- package/resources/users/feeds.mjs.map +1 -0
- package/resources/users/guides.d.mts +225 -0
- package/resources/users/guides.d.mts.map +1 -0
- package/resources/users/guides.d.ts +225 -0
- package/resources/users/guides.d.ts.map +1 -0
- package/resources/users/guides.js +46 -0
- package/resources/users/guides.js.map +1 -0
- package/resources/users/guides.mjs +42 -0
- package/resources/users/guides.mjs.map +1 -0
- package/resources/users/index.d.mts +5 -0
- package/resources/users/index.d.mts.map +1 -0
- package/resources/users/index.d.ts +5 -0
- package/resources/users/index.d.ts.map +1 -0
- package/resources/users/index.js +13 -0
- package/resources/users/index.js.map +1 -0
- package/resources/users/index.mjs +6 -0
- package/resources/users/index.mjs.map +1 -0
- package/resources/users/users.d.mts +431 -0
- package/resources/users/users.d.mts.map +1 -0
- package/resources/users/users.d.ts +431 -0
- package/resources/users/users.d.ts.map +1 -0
- package/resources/users/users.js +145 -0
- package/resources/users/users.js.map +1 -0
- package/resources/users/users.mjs +118 -0
- package/resources/users/users.mjs.map +1 -0
- package/resources/users.d.mts +2 -0
- package/resources/users.d.mts.map +1 -0
- package/resources/users.d.ts +2 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +19 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +3 -0
- package/resources/users.mjs.map +1 -0
- package/resources/workflows.d.mts +83 -0
- package/resources/workflows.d.mts.map +1 -0
- package/resources/workflows.d.ts +83 -0
- package/resources/workflows.d.ts.map +1 -0
- package/resources/workflows.js +28 -0
- package/resources/workflows.js.map +1 -0
- package/resources/workflows.mjs +24 -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 +18 -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 +967 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +323 -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 +50 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +9 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +388 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +37 -0
- package/src/internal/shim-types.d.ts +28 -0
- package/src/internal/shims/crypto.ts +18 -0
- package/src/internal/shims/file.ts +32 -0
- package/src/internal/shims/getBuiltinModule.ts +66 -0
- package/src/internal/shims/nullGetBuiltinModule.ts +1 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +152 -0
- package/src/internal/types.ts +92 -0
- package/src/internal/uploads.ts +175 -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 +126 -0
- package/src/internal/utils/path.ts +63 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +19 -0
- package/src/internal/utils/values.ts +102 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/lib/index.ts +6 -0
- package/src/lib/tokenSigner.ts +170 -0
- package/src/lib/userTokens.ts +38 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/audiences.ts +163 -0
- package/src/resources/bulk-operations.ts +113 -0
- package/src/resources/channels/bulk.ts +107 -0
- package/src/resources/channels/channels.ts +15 -0
- package/src/resources/channels/index.ts +4 -0
- package/src/resources/channels.ts +3 -0
- package/src/resources/index.ts +108 -0
- package/src/resources/integrations/census.ts +58 -0
- package/src/resources/integrations/hightouch.ts +58 -0
- package/src/resources/integrations/index.ts +9 -0
- package/src/resources/integrations/integrations.ts +33 -0
- package/src/resources/integrations.ts +3 -0
- package/src/resources/messages/activities.ts +38 -0
- package/src/resources/messages/batch.ts +499 -0
- package/src/resources/messages/index.ts +39 -0
- package/src/resources/messages/messages.ts +954 -0
- package/src/resources/messages.ts +3 -0
- package/src/resources/objects/bulk.ts +92 -0
- package/src/resources/objects/index.ts +23 -0
- package/src/resources/objects/objects.ts +623 -0
- package/src/resources/objects.ts +3 -0
- package/src/resources/providers/index.ts +25 -0
- package/src/resources/providers/ms-teams.ts +260 -0
- package/src/resources/providers/providers.ts +61 -0
- package/src/resources/providers/slack.ts +186 -0
- package/src/resources/providers.ts +3 -0
- package/src/resources/recipients/channel-data.ts +255 -0
- package/src/resources/recipients/index.ts +22 -0
- package/src/resources/recipients/preferences.ts +192 -0
- package/src/resources/recipients/recipients.ts +101 -0
- package/src/resources/recipients/subscriptions.ts +49 -0
- package/src/resources/recipients.ts +3 -0
- package/src/resources/schedules/bulk.ts +82 -0
- package/src/resources/schedules/index.ts +16 -0
- package/src/resources/schedules/schedules.ts +295 -0
- package/src/resources/schedules.ts +3 -0
- package/src/resources/shared.ts +72 -0
- package/src/resources/tenants/bulk.ts +42 -0
- package/src/resources/tenants/index.ts +13 -0
- package/src/resources/tenants/tenants.ts +300 -0
- package/src/resources/tenants.ts +3 -0
- package/src/resources/users/bulk.ts +73 -0
- package/src/resources/users/feeds.ts +296 -0
- package/src/resources/users/guides.ts +318 -0
- package/src/resources/users/index.ts +40 -0
- package/src/resources/users/users.ts +666 -0
- package/src/resources/users.ts +3 -0
- package/src/resources/workflows.ts +110 -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 +19 -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
- package/dist/package.json +0 -48
- package/dist/src/common/exceptions.d.ts +0 -48
- package/dist/src/common/exceptions.js +0 -78
- package/dist/src/common/fetchClient.d.ts +0 -28
- package/dist/src/common/fetchClient.js +0 -148
- package/dist/src/common/interfaces.d.ts +0 -70
- package/dist/src/index.d.ts +0 -8
- package/dist/src/knock.d.ts +0 -57
- package/dist/src/knock.js +0 -241
- package/dist/src/resources/activities/interfaces.d.ts +0 -11
- package/dist/src/resources/activities/interfaces.js +0 -2
- package/dist/src/resources/bulk_operations/index.d.ts +0 -7
- package/dist/src/resources/bulk_operations/index.js +0 -24
- package/dist/src/resources/bulk_operations/interfaces.d.ts +0 -12
- package/dist/src/resources/bulk_operations/interfaces.js +0 -2
- package/dist/src/resources/messages/index.d.ts +0 -16
- package/dist/src/resources/messages/index.js +0 -93
- package/dist/src/resources/messages/interfaces.d.ts +0 -58
- package/dist/src/resources/messages/interfaces.js +0 -2
- package/dist/src/resources/objects/index.d.ts +0 -36
- package/dist/src/resources/objects/index.js +0 -203
- package/dist/src/resources/objects/interfaces.d.ts +0 -51
- package/dist/src/resources/objects/interfaces.js +0 -2
- package/dist/src/resources/preferences/helpers.d.ts +0 -7
- package/dist/src/resources/preferences/helpers.js +0 -11
- package/dist/src/resources/preferences/interfaces.d.ts +0 -30
- package/dist/src/resources/preferences/interfaces.js +0 -2
- package/dist/src/resources/slack/index.d.ts +0 -9
- package/dist/src/resources/slack/index.js +0 -75
- package/dist/src/resources/slack/interfaces.d.ts +0 -30
- package/dist/src/resources/slack/interfaces.js +0 -2
- package/dist/src/resources/tenants/index.d.ts +0 -11
- package/dist/src/resources/tenants/index.js +0 -42
- package/dist/src/resources/tenants/interfaces.d.ts +0 -32
- package/dist/src/resources/tenants/interfaces.js +0 -2
- package/dist/src/resources/users/index.d.ts +0 -36
- package/dist/src/resources/users/index.js +0 -232
- package/dist/src/resources/users/interfaces.d.ts +0 -34
- package/dist/src/resources/users/interfaces.js +0 -2
- package/dist/src/resources/workflows/index.d.ts +0 -13
- package/dist/src/resources/workflows/index.js +0 -72
- package/dist/src/resources/workflows/interfaces.d.ts +0 -90
- package/dist/src/resources/workflows/interfaces.js +0 -20
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as SharedAPI from "../shared.mjs";
|
|
3
|
+
import * as MessagesAPI from "../messages/messages.mjs";
|
|
4
|
+
import { MessagesEntriesCursor } from "../messages/messages.mjs";
|
|
5
|
+
import * as BulkAPI from "./bulk.mjs";
|
|
6
|
+
import { Bulk, BulkAddSubscriptionsParams, BulkDeleteParams, BulkSetParams } from "./bulk.mjs";
|
|
7
|
+
import * as ChannelDataAPI from "../recipients/channel-data.mjs";
|
|
8
|
+
import * as PreferencesAPI from "../recipients/preferences.mjs";
|
|
9
|
+
import * as RecipientsAPI from "../recipients/recipients.mjs";
|
|
10
|
+
import * as SubscriptionsAPI from "../recipients/subscriptions.mjs";
|
|
11
|
+
import { SubscriptionsEntriesCursor } from "../recipients/subscriptions.mjs";
|
|
12
|
+
import * as SchedulesAPI from "../schedules/schedules.mjs";
|
|
13
|
+
import { SchedulesEntriesCursor } from "../schedules/schedules.mjs";
|
|
14
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
15
|
+
import { EntriesCursor, type EntriesCursorParams, PagePromise } from "../../core/pagination.mjs";
|
|
16
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
17
|
+
export declare class Objects extends APIResource {
|
|
18
|
+
bulk: BulkAPI.Bulk;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a paginated list of objects from the specified collection. Optionally
|
|
21
|
+
* includes preference data for the objects.
|
|
22
|
+
*/
|
|
23
|
+
list(collection: string, query?: ObjectListParams | null | undefined, options?: RequestOptions): PagePromise<ObjectsEntriesCursor, Object>;
|
|
24
|
+
/**
|
|
25
|
+
* Permanently removes an object from the specified collection. This operation
|
|
26
|
+
* cannot be undone.
|
|
27
|
+
*/
|
|
28
|
+
delete(collection: string, id: string, options?: RequestOptions): APIPromise<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Add subscriptions for an object. If a subscription already exists, it will be
|
|
31
|
+
* updated. This endpoint also handles
|
|
32
|
+
* [inline identifications](/managing-recipients/identifying-recipients#inline-identifying-recipients)
|
|
33
|
+
* for the `recipient`.
|
|
34
|
+
*/
|
|
35
|
+
addSubscriptions(collection: string, objectID: string, body: ObjectAddSubscriptionsParams, options?: RequestOptions): APIPromise<ObjectAddSubscriptionsResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete subscriptions for the specified recipients from an object. Returns the
|
|
38
|
+
* list of deleted subscriptions.
|
|
39
|
+
*/
|
|
40
|
+
deleteSubscriptions(collection: string, objectID: string, body: ObjectDeleteSubscriptionsParams, options?: RequestOptions): APIPromise<ObjectDeleteSubscriptionsResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Retrieves a specific object by its ID from the specified collection. Returns the
|
|
43
|
+
* object with all its properties.
|
|
44
|
+
*/
|
|
45
|
+
get(collection: string, id: string, options?: RequestOptions): APIPromise<Object>;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the channel data for the specified object and channel.
|
|
48
|
+
*/
|
|
49
|
+
getChannelData(collection: string, objectID: string, channelID: string, options?: RequestOptions): APIPromise<ChannelDataAPI.ChannelData>;
|
|
50
|
+
/**
|
|
51
|
+
* Returns the preference set for the specified object and preference set `id`.
|
|
52
|
+
*/
|
|
53
|
+
getPreferences(collection: string, objectID: string, id: string, options?: RequestOptions): APIPromise<PreferencesAPI.PreferenceSet>;
|
|
54
|
+
/**
|
|
55
|
+
* Returns a paginated list of messages for a specific object in the given
|
|
56
|
+
* collection. Allows filtering by message status and provides various sorting
|
|
57
|
+
* options.
|
|
58
|
+
*/
|
|
59
|
+
listMessages(collection: string, id: string, query?: ObjectListMessagesParams | null | undefined, options?: RequestOptions): PagePromise<MessagesEntriesCursor, MessagesAPI.Message>;
|
|
60
|
+
/**
|
|
61
|
+
* Returns a paginated list of preference sets for the specified object.
|
|
62
|
+
*/
|
|
63
|
+
listPreferences(collection: string, objectID: string, options?: RequestOptions): APIPromise<ObjectListPreferencesResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Returns a paginated list of schedules for an object.
|
|
66
|
+
*/
|
|
67
|
+
listSchedules(collection: string, id: string, query?: ObjectListSchedulesParams | null | undefined, options?: RequestOptions): PagePromise<SchedulesEntriesCursor, SchedulesAPI.Schedule>;
|
|
68
|
+
/**
|
|
69
|
+
* List subscriptions for an object. Either list the recipients that subscribe to
|
|
70
|
+
* the provided object, or list the objects that the provided object is subscribed
|
|
71
|
+
* to. Determined by the `mode` query parameter.
|
|
72
|
+
*/
|
|
73
|
+
listSubscriptions(collection: string, objectID: string, query?: ObjectListSubscriptionsParams | null | undefined, options?: RequestOptions): PagePromise<SubscriptionsEntriesCursor, SubscriptionsAPI.Subscription>;
|
|
74
|
+
/**
|
|
75
|
+
* Creates a new object or updates an existing one in the specified collection.
|
|
76
|
+
* This operation is used to identify objects with their properties, as well as
|
|
77
|
+
* optional preferences and channel data.
|
|
78
|
+
*/
|
|
79
|
+
set(collection: string, id: string, body: ObjectSetParams, options?: RequestOptions): APIPromise<Object>;
|
|
80
|
+
/**
|
|
81
|
+
* Sets the channel data for the specified object and channel. If no object exists
|
|
82
|
+
* in the current environment for the given `collection` and `object_id`, Knock
|
|
83
|
+
* will create the object as part of this request.
|
|
84
|
+
*/
|
|
85
|
+
setChannelData(collection: string, objectID: string, channelID: string, body: ObjectSetChannelDataParams, options?: RequestOptions): APIPromise<ChannelDataAPI.ChannelData>;
|
|
86
|
+
/**
|
|
87
|
+
* Sets preferences within the given preference set. This is a destructive
|
|
88
|
+
* operation and will replace any existing preferences with the preferences given.
|
|
89
|
+
* If no object exists in the current environment for the given `:collection` and
|
|
90
|
+
* `:object_id`, Knock will create the object as part of this request. The
|
|
91
|
+
* preference set `:id` can be either `default` or a `tenant.id`. Learn more about
|
|
92
|
+
* [per-tenant preferences](/preferences/tenant-preferences).
|
|
93
|
+
*/
|
|
94
|
+
setPreferences(collection: string, objectID: string, id: string, body: ObjectSetPreferencesParams, options?: RequestOptions): APIPromise<PreferencesAPI.PreferenceSet>;
|
|
95
|
+
/**
|
|
96
|
+
* Unsets the channel data for the specified object and channel.
|
|
97
|
+
*/
|
|
98
|
+
unsetChannelData(collection: string, objectID: string, channelID: string, options?: RequestOptions): APIPromise<string>;
|
|
99
|
+
}
|
|
100
|
+
export type ObjectsEntriesCursor = EntriesCursor<Object>;
|
|
101
|
+
/**
|
|
102
|
+
* A custom [Object](/concepts/objects) entity which belongs to a collection.
|
|
103
|
+
*/
|
|
104
|
+
export interface InlineObjectRequest {
|
|
105
|
+
/**
|
|
106
|
+
* Unique identifier for the object.
|
|
107
|
+
*/
|
|
108
|
+
id: string;
|
|
109
|
+
/**
|
|
110
|
+
* The collection this object belongs to.
|
|
111
|
+
*/
|
|
112
|
+
collection: string;
|
|
113
|
+
/**
|
|
114
|
+
* A request to set channel data for a type of channel inline.
|
|
115
|
+
*/
|
|
116
|
+
channel_data?: ChannelDataAPI.InlineChannelDataRequest | null;
|
|
117
|
+
/**
|
|
118
|
+
* Timestamp when the resource was created.
|
|
119
|
+
*/
|
|
120
|
+
created_at?: string | null;
|
|
121
|
+
/**
|
|
122
|
+
* Inline set preferences for a recipient, where the key is the preference set id.
|
|
123
|
+
*/
|
|
124
|
+
preferences?: PreferencesAPI.InlinePreferenceSetRequest | null;
|
|
125
|
+
[k: string]: unknown;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* A custom [Object](/concepts/objects) entity which belongs to a collection.
|
|
129
|
+
*/
|
|
130
|
+
export interface Object {
|
|
131
|
+
/**
|
|
132
|
+
* Unique identifier for the object.
|
|
133
|
+
*/
|
|
134
|
+
id: string;
|
|
135
|
+
/**
|
|
136
|
+
* The typename of the schema.
|
|
137
|
+
*/
|
|
138
|
+
__typename: string;
|
|
139
|
+
/**
|
|
140
|
+
* The collection this object belongs to.
|
|
141
|
+
*/
|
|
142
|
+
collection: string;
|
|
143
|
+
/**
|
|
144
|
+
* The timestamp when the resource was last updated.
|
|
145
|
+
*/
|
|
146
|
+
updated_at: string;
|
|
147
|
+
/**
|
|
148
|
+
* Timestamp when the resource was created.
|
|
149
|
+
*/
|
|
150
|
+
created_at?: string | null;
|
|
151
|
+
[k: string]: unknown;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* A `204 No Content` response.
|
|
155
|
+
*/
|
|
156
|
+
export type ObjectDeleteResponse = string;
|
|
157
|
+
/**
|
|
158
|
+
* A response containing a list of subscriptions.
|
|
159
|
+
*/
|
|
160
|
+
export type ObjectAddSubscriptionsResponse = Array<SubscriptionsAPI.Subscription>;
|
|
161
|
+
/**
|
|
162
|
+
* A response containing a list of subscriptions.
|
|
163
|
+
*/
|
|
164
|
+
export type ObjectDeleteSubscriptionsResponse = Array<SubscriptionsAPI.Subscription>;
|
|
165
|
+
/**
|
|
166
|
+
* A list of preference sets for the object
|
|
167
|
+
*/
|
|
168
|
+
export type ObjectListPreferencesResponse = Array<PreferencesAPI.PreferenceSet>;
|
|
169
|
+
/**
|
|
170
|
+
* A `204 No Content` response.
|
|
171
|
+
*/
|
|
172
|
+
export type ObjectUnsetChannelDataResponse = string;
|
|
173
|
+
export interface ObjectListParams extends EntriesCursorParams {
|
|
174
|
+
/**
|
|
175
|
+
* Includes preferences of the objects in the response.
|
|
176
|
+
*/
|
|
177
|
+
include?: Array<'preferences'>;
|
|
178
|
+
}
|
|
179
|
+
export interface ObjectAddSubscriptionsParams {
|
|
180
|
+
/**
|
|
181
|
+
* The recipients of the subscription. You can subscribe up to 100 recipients to an
|
|
182
|
+
* object at a time.
|
|
183
|
+
*/
|
|
184
|
+
recipients: Array<RecipientsAPI.RecipientRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* The custom properties associated with the subscription relationship.
|
|
187
|
+
*/
|
|
188
|
+
properties?: Record<string, unknown> | null;
|
|
189
|
+
}
|
|
190
|
+
export interface ObjectDeleteSubscriptionsParams {
|
|
191
|
+
/**
|
|
192
|
+
* The recipients of the subscription. You can subscribe up to 100 recipients to an
|
|
193
|
+
* object at a time.
|
|
194
|
+
*/
|
|
195
|
+
recipients: Array<RecipientsAPI.RecipientReference>;
|
|
196
|
+
}
|
|
197
|
+
export interface ObjectListMessagesParams extends EntriesCursorParams {
|
|
198
|
+
/**
|
|
199
|
+
* Limits the results to items with the corresponding channel ID.
|
|
200
|
+
*/
|
|
201
|
+
channel_id?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Limits the results to messages with the given engagement status.
|
|
204
|
+
*/
|
|
205
|
+
engagement_status?: Array<'seen' | 'read' | 'interacted' | 'link_clicked' | 'archived'>;
|
|
206
|
+
inserted_at?: ObjectListMessagesParams.InsertedAt;
|
|
207
|
+
/**
|
|
208
|
+
* Limits the results to only the message IDs given (max 50). Note: when using this
|
|
209
|
+
* option, the results will be subject to any other filters applied to the query.
|
|
210
|
+
*/
|
|
211
|
+
message_ids?: Array<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Limits the results to messages triggered by the given workflow key.
|
|
214
|
+
*/
|
|
215
|
+
source?: string;
|
|
216
|
+
/**
|
|
217
|
+
* Limits the results to messages with the given delivery status.
|
|
218
|
+
*/
|
|
219
|
+
status?: Array<'queued' | 'sent' | 'delivered' | 'delivery_attempted' | 'undelivered' | 'not_sent' | 'bounced'>;
|
|
220
|
+
/**
|
|
221
|
+
* Limits the results to items with the corresponding tenant.
|
|
222
|
+
*/
|
|
223
|
+
tenant?: string;
|
|
224
|
+
/**
|
|
225
|
+
* Limits the results to only messages that were generated with the given data. See
|
|
226
|
+
* [trigger data filtering](/api-reference/overview/trigger-data-filtering) for
|
|
227
|
+
* more information.
|
|
228
|
+
*/
|
|
229
|
+
trigger_data?: string;
|
|
230
|
+
/**
|
|
231
|
+
* Limits the results to messages related to any of the provided categories.
|
|
232
|
+
*/
|
|
233
|
+
workflow_categories?: Array<string>;
|
|
234
|
+
/**
|
|
235
|
+
* Limits the results to messages for a specific recipient's workflow run.
|
|
236
|
+
*/
|
|
237
|
+
workflow_recipient_run_id?: string;
|
|
238
|
+
/**
|
|
239
|
+
* Limits the results to messages associated with the top-level workflow run ID
|
|
240
|
+
* returned by the workflow trigger request.
|
|
241
|
+
*/
|
|
242
|
+
workflow_run_id?: string;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace ObjectListMessagesParams {
|
|
245
|
+
interface InsertedAt {
|
|
246
|
+
/**
|
|
247
|
+
* Limits the results to messages inserted after the given date.
|
|
248
|
+
*/
|
|
249
|
+
gt?: string;
|
|
250
|
+
/**
|
|
251
|
+
* Limits the results to messages inserted after or on the given date.
|
|
252
|
+
*/
|
|
253
|
+
gte?: string;
|
|
254
|
+
/**
|
|
255
|
+
* Limits the results to messages inserted before the given date.
|
|
256
|
+
*/
|
|
257
|
+
lt?: string;
|
|
258
|
+
/**
|
|
259
|
+
* Limits the results to messages inserted before or on the given date.
|
|
260
|
+
*/
|
|
261
|
+
lte?: string;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
export interface ObjectListSchedulesParams extends EntriesCursorParams {
|
|
265
|
+
/**
|
|
266
|
+
* Filter schedules by tenant id.
|
|
267
|
+
*/
|
|
268
|
+
tenant?: string;
|
|
269
|
+
/**
|
|
270
|
+
* Filter schedules by workflow id.
|
|
271
|
+
*/
|
|
272
|
+
workflow?: string;
|
|
273
|
+
}
|
|
274
|
+
export interface ObjectListSubscriptionsParams extends EntriesCursorParams {
|
|
275
|
+
/**
|
|
276
|
+
* Additional fields to include in the response.
|
|
277
|
+
*/
|
|
278
|
+
include?: Array<'preferences'>;
|
|
279
|
+
/**
|
|
280
|
+
* Mode of the request. `recipient` to list the objects that the provided object is
|
|
281
|
+
* subscribed to, `object` to list the recipients that subscribe to the provided
|
|
282
|
+
* object.
|
|
283
|
+
*/
|
|
284
|
+
mode?: 'recipient' | 'object';
|
|
285
|
+
/**
|
|
286
|
+
* Objects to filter by (only used if mode is `recipient`).
|
|
287
|
+
*/
|
|
288
|
+
objects?: Array<ObjectListSubscriptionsParams.Object>;
|
|
289
|
+
/**
|
|
290
|
+
* Recipients to filter by (only used if mode is `object`).
|
|
291
|
+
*/
|
|
292
|
+
recipients?: Array<RecipientsAPI.RecipientReference>;
|
|
293
|
+
}
|
|
294
|
+
export declare namespace ObjectListSubscriptionsParams {
|
|
295
|
+
/**
|
|
296
|
+
* A reference to a recipient object.
|
|
297
|
+
*/
|
|
298
|
+
interface Object {
|
|
299
|
+
/**
|
|
300
|
+
* An identifier for the recipient object.
|
|
301
|
+
*/
|
|
302
|
+
id?: string;
|
|
303
|
+
/**
|
|
304
|
+
* The collection the recipient object belongs to.
|
|
305
|
+
*/
|
|
306
|
+
collection?: string;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
export interface ObjectSetParams {
|
|
310
|
+
/**
|
|
311
|
+
* A request to set channel data for a type of channel inline.
|
|
312
|
+
*/
|
|
313
|
+
channel_data?: ChannelDataAPI.InlineChannelDataRequest;
|
|
314
|
+
/**
|
|
315
|
+
* The locale of the object. Used for
|
|
316
|
+
* [message localization](/concepts/translations).
|
|
317
|
+
*/
|
|
318
|
+
locale?: string | null;
|
|
319
|
+
/**
|
|
320
|
+
* Inline set preferences for a recipient, where the key is the preference set id.
|
|
321
|
+
*/
|
|
322
|
+
preferences?: PreferencesAPI.InlinePreferenceSetRequest;
|
|
323
|
+
/**
|
|
324
|
+
* The timezone of the object. Must be a valid
|
|
325
|
+
* [tz database time zone string](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
|
|
326
|
+
* Used for
|
|
327
|
+
* [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
|
|
328
|
+
*/
|
|
329
|
+
timezone?: string | null;
|
|
330
|
+
[k: string]: unknown;
|
|
331
|
+
}
|
|
332
|
+
export interface ObjectSetChannelDataParams {
|
|
333
|
+
/**
|
|
334
|
+
* Channel data for a given channel type.
|
|
335
|
+
*/
|
|
336
|
+
data: ChannelDataAPI.PushChannelData | ChannelDataAPI.OneSignalChannelData | ChannelDataAPI.SlackChannelData | ChannelDataAPI.MsTeamsChannelData | ChannelDataAPI.DiscordChannelData;
|
|
337
|
+
}
|
|
338
|
+
export interface ObjectSetPreferencesParams {
|
|
339
|
+
/**
|
|
340
|
+
* An object where the key is the category and the values are the preference
|
|
341
|
+
* settings for that category.
|
|
342
|
+
*/
|
|
343
|
+
categories?: Record<string, boolean | ObjectSetPreferencesParams.PreferenceSetWorkflowCategorySettingObject> | null;
|
|
344
|
+
/**
|
|
345
|
+
* Channel type preferences.
|
|
346
|
+
*/
|
|
347
|
+
channel_types?: PreferencesAPI.PreferenceSetChannelTypes | null;
|
|
348
|
+
/**
|
|
349
|
+
* An object where the key is the workflow key and the values are the preference
|
|
350
|
+
* settings for that workflow.
|
|
351
|
+
*/
|
|
352
|
+
workflows?: Record<string, boolean | ObjectSetPreferencesParams.PreferenceSetWorkflowCategorySettingObject> | null;
|
|
353
|
+
}
|
|
354
|
+
export declare namespace ObjectSetPreferencesParams {
|
|
355
|
+
/**
|
|
356
|
+
* The settings object for a workflow or category, where you can specify channel
|
|
357
|
+
* types or conditions.
|
|
358
|
+
*/
|
|
359
|
+
interface PreferenceSetWorkflowCategorySettingObject {
|
|
360
|
+
/**
|
|
361
|
+
* Channel type preferences.
|
|
362
|
+
*/
|
|
363
|
+
channel_types?: PreferencesAPI.PreferenceSetChannelTypes | null;
|
|
364
|
+
/**
|
|
365
|
+
* A list of conditions to apply to a channel type.
|
|
366
|
+
*/
|
|
367
|
+
conditions?: Array<SharedAPI.Condition> | null;
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* The settings object for a workflow or category, where you can specify channel
|
|
371
|
+
* types or conditions.
|
|
372
|
+
*/
|
|
373
|
+
interface PreferenceSetWorkflowCategorySettingObject {
|
|
374
|
+
/**
|
|
375
|
+
* Channel type preferences.
|
|
376
|
+
*/
|
|
377
|
+
channel_types?: PreferencesAPI.PreferenceSetChannelTypes | null;
|
|
378
|
+
/**
|
|
379
|
+
* A list of conditions to apply to a channel type.
|
|
380
|
+
*/
|
|
381
|
+
conditions?: Array<SharedAPI.Condition> | null;
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
export declare namespace Objects {
|
|
385
|
+
export { type InlineObjectRequest as InlineObjectRequest, type Object as Object, type ObjectDeleteResponse as ObjectDeleteResponse, type ObjectAddSubscriptionsResponse as ObjectAddSubscriptionsResponse, type ObjectDeleteSubscriptionsResponse as ObjectDeleteSubscriptionsResponse, type ObjectListPreferencesResponse as ObjectListPreferencesResponse, type ObjectUnsetChannelDataResponse as ObjectUnsetChannelDataResponse, type ObjectsEntriesCursor as ObjectsEntriesCursor, type ObjectListParams as ObjectListParams, type ObjectAddSubscriptionsParams as ObjectAddSubscriptionsParams, type ObjectDeleteSubscriptionsParams as ObjectDeleteSubscriptionsParams, type ObjectListMessagesParams as ObjectListMessagesParams, type ObjectListSchedulesParams as ObjectListSchedulesParams, type ObjectListSubscriptionsParams as ObjectListSubscriptionsParams, type ObjectSetParams as ObjectSetParams, type ObjectSetChannelDataParams as ObjectSetChannelDataParams, type ObjectSetPreferencesParams as ObjectSetPreferencesParams, };
|
|
386
|
+
export { Bulk as Bulk, type BulkDeleteParams as BulkDeleteParams, type BulkAddSubscriptionsParams as BulkAddSubscriptionsParams, type BulkSetParams as BulkSetParams, };
|
|
387
|
+
}
|
|
388
|
+
export { type MessagesEntriesCursor, type SchedulesEntriesCursor, type SubscriptionsEntriesCursor };
|
|
389
|
+
//# sourceMappingURL=objects.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objects.d.mts","sourceRoot":"","sources":["../../src/resources/objects/objects.ts"],"names":[],"mappings":"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"}
|