camara-sdk 0.1.1
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 +9 -0
- package/LICENSE +201 -0
- package/README.md +355 -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 +294 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +294 -0
- package/client.d.ts.map +1 -0
- package/client.js +611 -0
- package/client.js.map +1 -0
- package/client.mjs +607 -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/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 +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -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 +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.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 +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 +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/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 +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 +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +138 -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/callforwardingsignal.d.mts +94 -0
- package/resources/callforwardingsignal.d.mts.map +1 -0
- package/resources/callforwardingsignal.d.ts +94 -0
- package/resources/callforwardingsignal.d.ts.map +1 -0
- package/resources/callforwardingsignal.js +54 -0
- package/resources/callforwardingsignal.js.map +1 -0
- package/resources/callforwardingsignal.mjs +50 -0
- package/resources/callforwardingsignal.mjs.map +1 -0
- package/resources/connectednetworktype/connectednetworktype.d.mts +10 -0
- package/resources/connectednetworktype/connectednetworktype.d.mts.map +1 -0
- package/resources/connectednetworktype/connectednetworktype.d.ts +10 -0
- package/resources/connectednetworktype/connectednetworktype.d.ts.map +1 -0
- package/resources/connectednetworktype/connectednetworktype.js +17 -0
- package/resources/connectednetworktype/connectednetworktype.js.map +1 -0
- package/resources/connectednetworktype/connectednetworktype.mjs +12 -0
- package/resources/connectednetworktype/connectednetworktype.mjs.map +1 -0
- package/resources/connectednetworktype/index.d.mts +3 -0
- package/resources/connectednetworktype/index.d.mts.map +1 -0
- package/resources/connectednetworktype/index.d.ts +3 -0
- package/resources/connectednetworktype/index.d.ts.map +1 -0
- package/resources/connectednetworktype/index.js +9 -0
- package/resources/connectednetworktype/index.js.map +1 -0
- package/resources/connectednetworktype/index.mjs +4 -0
- package/resources/connectednetworktype/index.mjs.map +1 -0
- package/resources/connectednetworktype/subscriptions.d.mts +380 -0
- package/resources/connectednetworktype/subscriptions.d.mts.map +1 -0
- package/resources/connectednetworktype/subscriptions.d.ts +380 -0
- package/resources/connectednetworktype/subscriptions.d.ts.map +1 -0
- package/resources/connectednetworktype/subscriptions.js +114 -0
- package/resources/connectednetworktype/subscriptions.js.map +1 -0
- package/resources/connectednetworktype/subscriptions.mjs +110 -0
- package/resources/connectednetworktype/subscriptions.mjs.map +1 -0
- package/resources/connectednetworktype.d.mts +2 -0
- package/resources/connectednetworktype.d.mts.map +1 -0
- package/resources/connectednetworktype.d.ts +2 -0
- package/resources/connectednetworktype.d.ts.map +1 -0
- package/resources/connectednetworktype.js +6 -0
- package/resources/connectednetworktype.js.map +1 -0
- package/resources/connectednetworktype.mjs +3 -0
- package/resources/connectednetworktype.mjs.map +1 -0
- package/resources/connectivityinsights/connectivityinsights.d.mts +10 -0
- package/resources/connectivityinsights/connectivityinsights.d.mts.map +1 -0
- package/resources/connectivityinsights/connectivityinsights.d.ts +10 -0
- package/resources/connectivityinsights/connectivityinsights.d.ts.map +1 -0
- package/resources/connectivityinsights/connectivityinsights.js +17 -0
- package/resources/connectivityinsights/connectivityinsights.js.map +1 -0
- package/resources/connectivityinsights/connectivityinsights.mjs +12 -0
- package/resources/connectivityinsights/connectivityinsights.mjs.map +1 -0
- package/resources/connectivityinsights/index.d.mts +3 -0
- package/resources/connectivityinsights/index.d.mts.map +1 -0
- package/resources/connectivityinsights/index.d.ts +3 -0
- package/resources/connectivityinsights/index.d.ts.map +1 -0
- package/resources/connectivityinsights/index.js +9 -0
- package/resources/connectivityinsights/index.js.map +1 -0
- package/resources/connectivityinsights/index.mjs +4 -0
- package/resources/connectivityinsights/index.mjs.map +1 -0
- package/resources/connectivityinsights/subscriptions.d.mts +445 -0
- package/resources/connectivityinsights/subscriptions.d.mts.map +1 -0
- package/resources/connectivityinsights/subscriptions.d.ts +445 -0
- package/resources/connectivityinsights/subscriptions.d.ts.map +1 -0
- package/resources/connectivityinsights/subscriptions.js +106 -0
- package/resources/connectivityinsights/subscriptions.js.map +1 -0
- package/resources/connectivityinsights/subscriptions.mjs +102 -0
- package/resources/connectivityinsights/subscriptions.mjs.map +1 -0
- package/resources/connectivityinsights.d.mts +2 -0
- package/resources/connectivityinsights.d.mts.map +1 -0
- package/resources/connectivityinsights.d.ts +2 -0
- package/resources/connectivityinsights.d.ts.map +1 -0
- package/resources/connectivityinsights.js +6 -0
- package/resources/connectivityinsights.js.map +1 -0
- package/resources/connectivityinsights.mjs +3 -0
- package/resources/connectivityinsights.mjs.map +1 -0
- package/resources/customerinsights/customerinsights.d.mts +10 -0
- package/resources/customerinsights/customerinsights.d.mts.map +1 -0
- package/resources/customerinsights/customerinsights.d.ts +10 -0
- package/resources/customerinsights/customerinsights.d.ts.map +1 -0
- package/resources/customerinsights/customerinsights.js +17 -0
- package/resources/customerinsights/customerinsights.js.map +1 -0
- package/resources/customerinsights/customerinsights.mjs +12 -0
- package/resources/customerinsights/customerinsights.mjs.map +1 -0
- package/resources/customerinsights/index.d.mts +3 -0
- package/resources/customerinsights/index.d.mts.map +1 -0
- package/resources/customerinsights/index.d.ts +3 -0
- package/resources/customerinsights/index.d.ts.map +1 -0
- package/resources/customerinsights/index.js +9 -0
- package/resources/customerinsights/index.js.map +1 -0
- package/resources/customerinsights/index.mjs +4 -0
- package/resources/customerinsights/index.mjs.map +1 -0
- package/resources/customerinsights/scoring.d.mts +71 -0
- package/resources/customerinsights/scoring.d.mts.map +1 -0
- package/resources/customerinsights/scoring.d.ts +71 -0
- package/resources/customerinsights/scoring.d.ts.map +1 -0
- package/resources/customerinsights/scoring.js +34 -0
- package/resources/customerinsights/scoring.js.map +1 -0
- package/resources/customerinsights/scoring.mjs +30 -0
- package/resources/customerinsights/scoring.mjs.map +1 -0
- package/resources/customerinsights.d.mts +2 -0
- package/resources/customerinsights.d.mts.map +1 -0
- package/resources/customerinsights.d.ts +2 -0
- package/resources/customerinsights.d.ts.map +1 -0
- package/resources/customerinsights.js +6 -0
- package/resources/customerinsights.js.map +1 -0
- package/resources/customerinsights.mjs +3 -0
- package/resources/customerinsights.mjs.map +1 -0
- package/resources/deviceidentifier.d.mts +334 -0
- package/resources/deviceidentifier.d.mts.map +1 -0
- package/resources/deviceidentifier.d.ts +334 -0
- package/resources/deviceidentifier.d.ts.map +1 -0
- package/resources/deviceidentifier.js +70 -0
- package/resources/deviceidentifier.js.map +1 -0
- package/resources/deviceidentifier.mjs +66 -0
- package/resources/deviceidentifier.mjs.map +1 -0
- package/resources/devicelocation/devicelocation.d.mts +10 -0
- package/resources/devicelocation/devicelocation.d.mts.map +1 -0
- package/resources/devicelocation/devicelocation.d.ts +10 -0
- package/resources/devicelocation/devicelocation.d.ts.map +1 -0
- package/resources/devicelocation/devicelocation.js +17 -0
- package/resources/devicelocation/devicelocation.js.map +1 -0
- package/resources/devicelocation/devicelocation.mjs +12 -0
- package/resources/devicelocation/devicelocation.mjs.map +1 -0
- package/resources/devicelocation/index.d.mts +3 -0
- package/resources/devicelocation/index.d.mts.map +1 -0
- package/resources/devicelocation/index.d.ts +3 -0
- package/resources/devicelocation/index.d.ts.map +1 -0
- package/resources/devicelocation/index.js +9 -0
- package/resources/devicelocation/index.js.map +1 -0
- package/resources/devicelocation/index.mjs +4 -0
- package/resources/devicelocation/index.mjs.map +1 -0
- package/resources/devicelocation/subscriptions.d.mts +448 -0
- package/resources/devicelocation/subscriptions.d.mts.map +1 -0
- package/resources/devicelocation/subscriptions.d.ts +448 -0
- package/resources/devicelocation/subscriptions.d.ts.map +1 -0
- package/resources/devicelocation/subscriptions.js +115 -0
- package/resources/devicelocation/subscriptions.js.map +1 -0
- package/resources/devicelocation/subscriptions.mjs +111 -0
- package/resources/devicelocation/subscriptions.mjs.map +1 -0
- package/resources/devicelocation.d.mts +2 -0
- package/resources/devicelocation.d.mts.map +1 -0
- package/resources/devicelocation.d.ts +2 -0
- package/resources/devicelocation.d.ts.map +1 -0
- package/resources/devicelocation.js +6 -0
- package/resources/devicelocation.js.map +1 -0
- package/resources/devicelocation.mjs +3 -0
- package/resources/devicelocation.mjs.map +1 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.d.mts +10 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.d.mts.map +1 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.d.ts +10 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.d.ts.map +1 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.js +17 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.js.map +1 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.mjs +12 -0
- package/resources/devicereachabilitystatus/devicereachabilitystatus.mjs.map +1 -0
- package/resources/devicereachabilitystatus/index.d.mts +3 -0
- package/resources/devicereachabilitystatus/index.d.mts.map +1 -0
- package/resources/devicereachabilitystatus/index.d.ts +3 -0
- package/resources/devicereachabilitystatus/index.d.ts.map +1 -0
- package/resources/devicereachabilitystatus/index.js +9 -0
- package/resources/devicereachabilitystatus/index.js.map +1 -0
- package/resources/devicereachabilitystatus/index.mjs +4 -0
- package/resources/devicereachabilitystatus/index.mjs.map +1 -0
- package/resources/devicereachabilitystatus/subscriptions.d.mts +387 -0
- package/resources/devicereachabilitystatus/subscriptions.d.mts.map +1 -0
- package/resources/devicereachabilitystatus/subscriptions.d.ts +387 -0
- package/resources/devicereachabilitystatus/subscriptions.d.ts.map +1 -0
- package/resources/devicereachabilitystatus/subscriptions.js +114 -0
- package/resources/devicereachabilitystatus/subscriptions.js.map +1 -0
- package/resources/devicereachabilitystatus/subscriptions.mjs +110 -0
- package/resources/devicereachabilitystatus/subscriptions.mjs.map +1 -0
- package/resources/devicereachabilitystatus.d.mts +2 -0
- package/resources/devicereachabilitystatus.d.mts.map +1 -0
- package/resources/devicereachabilitystatus.d.ts +2 -0
- package/resources/devicereachabilitystatus.d.ts.map +1 -0
- package/resources/devicereachabilitystatus.js +6 -0
- package/resources/devicereachabilitystatus.js.map +1 -0
- package/resources/devicereachabilitystatus.mjs +3 -0
- package/resources/devicereachabilitystatus.mjs.map +1 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.d.mts +10 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.d.mts.map +1 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.d.ts +10 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.d.ts.map +1 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.js +17 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.js.map +1 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.mjs +12 -0
- package/resources/deviceroamingstatus/deviceroamingstatus.mjs.map +1 -0
- package/resources/deviceroamingstatus/index.d.mts +3 -0
- package/resources/deviceroamingstatus/index.d.mts.map +1 -0
- package/resources/deviceroamingstatus/index.d.ts +3 -0
- package/resources/deviceroamingstatus/index.d.ts.map +1 -0
- package/resources/deviceroamingstatus/index.js +9 -0
- package/resources/deviceroamingstatus/index.js.map +1 -0
- package/resources/deviceroamingstatus/index.mjs +4 -0
- package/resources/deviceroamingstatus/index.mjs.map +1 -0
- package/resources/deviceroamingstatus/subscriptions.d.mts +391 -0
- package/resources/deviceroamingstatus/subscriptions.d.mts.map +1 -0
- package/resources/deviceroamingstatus/subscriptions.d.ts +391 -0
- package/resources/deviceroamingstatus/subscriptions.d.ts.map +1 -0
- package/resources/deviceroamingstatus/subscriptions.js +113 -0
- package/resources/deviceroamingstatus/subscriptions.js.map +1 -0
- package/resources/deviceroamingstatus/subscriptions.mjs +109 -0
- package/resources/deviceroamingstatus/subscriptions.mjs.map +1 -0
- package/resources/deviceroamingstatus.d.mts +2 -0
- package/resources/deviceroamingstatus.d.mts.map +1 -0
- package/resources/deviceroamingstatus.d.ts +2 -0
- package/resources/deviceroamingstatus.d.ts.map +1 -0
- package/resources/deviceroamingstatus.js +6 -0
- package/resources/deviceroamingstatus.js.map +1 -0
- package/resources/deviceroamingstatus.mjs +3 -0
- package/resources/deviceroamingstatus.mjs.map +1 -0
- package/resources/deviceswap.d.mts +81 -0
- package/resources/deviceswap.d.mts.map +1 -0
- package/resources/deviceswap.d.ts +81 -0
- package/resources/deviceswap.d.ts.map +1 -0
- package/resources/deviceswap.js +51 -0
- package/resources/deviceswap.js.map +1 -0
- package/resources/deviceswap.mjs +47 -0
- package/resources/deviceswap.mjs.map +1 -0
- package/resources/index.d.mts +21 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +21 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +45 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +22 -0
- package/resources/index.mjs.map +1 -0
- package/resources/knowyourcustomerageverification.d.mts +168 -0
- package/resources/knowyourcustomerageverification.d.mts.map +1 -0
- package/resources/knowyourcustomerageverification.d.ts +168 -0
- package/resources/knowyourcustomerageverification.d.ts.map +1 -0
- package/resources/knowyourcustomerageverification.js +67 -0
- package/resources/knowyourcustomerageverification.js.map +1 -0
- package/resources/knowyourcustomerageverification.mjs +63 -0
- package/resources/knowyourcustomerageverification.mjs.map +1 -0
- package/resources/knowyourcustomerfill-in.d.mts +165 -0
- package/resources/knowyourcustomerfill-in.d.mts.map +1 -0
- package/resources/knowyourcustomerfill-in.d.ts +165 -0
- package/resources/knowyourcustomerfill-in.d.ts.map +1 -0
- package/resources/knowyourcustomerfill-in.js +33 -0
- package/resources/knowyourcustomerfill-in.js.map +1 -0
- package/resources/knowyourcustomerfill-in.mjs +29 -0
- package/resources/knowyourcustomerfill-in.mjs.map +1 -0
- package/resources/knowyourcustomermatch.d.mts +492 -0
- package/resources/knowyourcustomermatch.d.mts.map +1 -0
- package/resources/knowyourcustomermatch.d.ts +492 -0
- package/resources/knowyourcustomermatch.d.ts.map +1 -0
- package/resources/knowyourcustomermatch.js +85 -0
- package/resources/knowyourcustomermatch.js.map +1 -0
- package/resources/knowyourcustomermatch.mjs +81 -0
- package/resources/knowyourcustomermatch.mjs.map +1 -0
- package/resources/numberrecycling.d.mts +47 -0
- package/resources/numberrecycling.d.mts.map +1 -0
- package/resources/numberrecycling.d.ts +47 -0
- package/resources/numberrecycling.d.ts.map +1 -0
- package/resources/numberrecycling.js +32 -0
- package/resources/numberrecycling.js.map +1 -0
- package/resources/numberrecycling.mjs +28 -0
- package/resources/numberrecycling.mjs.map +1 -0
- package/resources/otpvalidation.d.mts +77 -0
- package/resources/otpvalidation.d.mts.map +1 -0
- package/resources/otpvalidation.d.ts +77 -0
- package/resources/otpvalidation.d.ts.map +1 -0
- package/resources/otpvalidation.js +56 -0
- package/resources/otpvalidation.js.map +1 -0
- package/resources/otpvalidation.mjs +52 -0
- package/resources/otpvalidation.mjs.map +1 -0
- package/resources/populationdensitydata.d.mts +180 -0
- package/resources/populationdensitydata.d.mts.map +1 -0
- package/resources/populationdensitydata.d.ts +180 -0
- package/resources/populationdensitydata.d.ts.map +1 -0
- package/resources/populationdensitydata.js +47 -0
- package/resources/populationdensitydata.js.map +1 -0
- package/resources/populationdensitydata.mjs +43 -0
- package/resources/populationdensitydata.mjs.map +1 -0
- package/resources/qualityondemand.d.mts +406 -0
- package/resources/qualityondemand.d.mts.map +1 -0
- package/resources/qualityondemand.d.ts +406 -0
- package/resources/qualityondemand.d.ts.map +1 -0
- package/resources/qualityondemand.js +73 -0
- package/resources/qualityondemand.js.map +1 -0
- package/resources/qualityondemand.mjs +69 -0
- package/resources/qualityondemand.mjs.map +1 -0
- package/resources/regiondevicecount.d.mts +178 -0
- package/resources/regiondevicecount.d.mts.map +1 -0
- package/resources/regiondevicecount.d.ts +178 -0
- package/resources/regiondevicecount.d.ts.map +1 -0
- package/resources/regiondevicecount.js +57 -0
- package/resources/regiondevicecount.js.map +1 -0
- package/resources/regiondevicecount.mjs +53 -0
- package/resources/regiondevicecount.mjs.map +1 -0
- package/resources/simswap/index.d.mts +3 -0
- package/resources/simswap/index.d.mts.map +1 -0
- package/resources/simswap/index.d.ts +3 -0
- package/resources/simswap/index.d.ts.map +1 -0
- package/resources/simswap/index.js +9 -0
- package/resources/simswap/index.js.map +1 -0
- package/resources/simswap/index.mjs +4 -0
- package/resources/simswap/index.mjs.map +1 -0
- package/resources/simswap/simswap.d.mts +10 -0
- package/resources/simswap/simswap.d.mts.map +1 -0
- package/resources/simswap/simswap.d.ts +10 -0
- package/resources/simswap/simswap.d.ts.map +1 -0
- package/resources/simswap/simswap.js +17 -0
- package/resources/simswap/simswap.js.map +1 -0
- package/resources/simswap/simswap.mjs +12 -0
- package/resources/simswap/simswap.mjs.map +1 -0
- package/resources/simswap/subscriptions.d.mts +264 -0
- package/resources/simswap/subscriptions.d.mts.map +1 -0
- package/resources/simswap/subscriptions.d.ts +264 -0
- package/resources/simswap/subscriptions.d.ts.map +1 -0
- package/resources/simswap/subscriptions.js +109 -0
- package/resources/simswap/subscriptions.js.map +1 -0
- package/resources/simswap/subscriptions.mjs +105 -0
- package/resources/simswap/subscriptions.mjs.map +1 -0
- package/resources/simswap.d.mts +2 -0
- package/resources/simswap.d.mts.map +1 -0
- package/resources/simswap.d.ts +2 -0
- package/resources/simswap.d.ts.map +1 -0
- package/resources/simswap.js +6 -0
- package/resources/simswap.js.map +1 -0
- package/resources/simswap.mjs +3 -0
- package/resources/simswap.mjs.map +1 -0
- package/resources/tenure.d.mts +59 -0
- package/resources/tenure.d.mts.map +1 -0
- package/resources/tenure.d.ts +59 -0
- package/resources/tenure.d.ts.map +1 -0
- package/resources/tenure.js +33 -0
- package/resources/tenure.js.map +1 -0
- package/resources/tenure.mjs +29 -0
- package/resources/tenure.mjs.map +1 -0
- package/resources/webrtc/index.d.mts +3 -0
- package/resources/webrtc/index.d.mts.map +1 -0
- package/resources/webrtc/index.d.ts +3 -0
- package/resources/webrtc/index.d.ts.map +1 -0
- package/resources/webrtc/index.js +9 -0
- package/resources/webrtc/index.js.map +1 -0
- package/resources/webrtc/index.mjs +4 -0
- package/resources/webrtc/index.mjs.map +1 -0
- package/resources/webrtc/sessions.d.mts +358 -0
- package/resources/webrtc/sessions.d.mts.map +1 -0
- package/resources/webrtc/sessions.d.ts +358 -0
- package/resources/webrtc/sessions.d.ts.map +1 -0
- package/resources/webrtc/sessions.js +115 -0
- package/resources/webrtc/sessions.js.map +1 -0
- package/resources/webrtc/sessions.mjs +111 -0
- package/resources/webrtc/sessions.mjs.map +1 -0
- package/resources/webrtc/webrtc.d.mts +10 -0
- package/resources/webrtc/webrtc.d.mts.map +1 -0
- package/resources/webrtc/webrtc.d.ts +10 -0
- package/resources/webrtc/webrtc.d.ts.map +1 -0
- package/resources/webrtc/webrtc.js +17 -0
- package/resources/webrtc/webrtc.js.map +1 -0
- package/resources/webrtc/webrtc.mjs +12 -0
- package/resources/webrtc/webrtc.mjs.map +1 -0
- package/resources/webrtc.d.mts +2 -0
- package/resources/webrtc.d.mts.map +1 -0
- package/resources/webrtc.d.ts +2 -0
- package/resources/webrtc.d.ts.map +1 -0
- package/resources/webrtc.js +6 -0
- package/resources/webrtc.js.map +1 -0
- package/resources/webrtc.mjs +3 -0
- package/resources/webrtc.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 +1146 -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/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +22 -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/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 +126 -0
- package/src/internal/utils/path.ts +88 -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 +8 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/callforwardingsignal.ts +140 -0
- package/src/resources/connectednetworktype/connectednetworktype.ts +39 -0
- package/src/resources/connectednetworktype/index.ts +16 -0
- package/src/resources/connectednetworktype/subscriptions.ts +485 -0
- package/src/resources/connectednetworktype.ts +3 -0
- package/src/resources/connectivityinsights/connectivityinsights.ts +39 -0
- package/src/resources/connectivityinsights/index.ts +16 -0
- package/src/resources/connectivityinsights/subscriptions.ts +556 -0
- package/src/resources/connectivityinsights.ts +3 -0
- package/src/resources/customerinsights/customerinsights.ts +19 -0
- package/src/resources/customerinsights/index.ts +4 -0
- package/src/resources/customerinsights/scoring.ts +94 -0
- package/src/resources/customerinsights.ts +3 -0
- package/src/resources/deviceidentifier.ts +418 -0
- package/src/resources/devicelocation/devicelocation.ts +43 -0
- package/src/resources/devicelocation/index.ts +18 -0
- package/src/resources/devicelocation/subscriptions.ts +558 -0
- package/src/resources/devicelocation.ts +3 -0
- package/src/resources/devicereachabilitystatus/devicereachabilitystatus.ts +39 -0
- package/src/resources/devicereachabilitystatus/index.ts +16 -0
- package/src/resources/devicereachabilitystatus/subscriptions.ts +494 -0
- package/src/resources/devicereachabilitystatus.ts +3 -0
- package/src/resources/deviceroamingstatus/deviceroamingstatus.ts +39 -0
- package/src/resources/deviceroamingstatus/index.ts +16 -0
- package/src/resources/deviceroamingstatus/subscriptions.ts +499 -0
- package/src/resources/deviceroamingstatus.ts +3 -0
- package/src/resources/deviceswap.ts +122 -0
- package/src/resources/index.ts +85 -0
- package/src/resources/knowyourcustomerageverification.ts +206 -0
- package/src/resources/knowyourcustomerfill-in.ts +219 -0
- package/src/resources/knowyourcustomermatch.ts +585 -0
- package/src/resources/numberrecycling.ts +71 -0
- package/src/resources/otpvalidation.ts +116 -0
- package/src/resources/populationdensitydata.ts +217 -0
- package/src/resources/qualityondemand.ts +493 -0
- package/src/resources/regiondevicecount.ts +216 -0
- package/src/resources/simswap/index.ts +16 -0
- package/src/resources/simswap/simswap.ts +39 -0
- package/src/resources/simswap/subscriptions.ts +357 -0
- package/src/resources/simswap.ts +3 -0
- package/src/resources/tenure.ts +78 -0
- package/src/resources/webrtc/index.ts +12 -0
- package/src/resources/webrtc/sessions.ts +519 -0
- package/src/resources/webrtc/webrtc.ts +31 -0
- package/src/resources/webrtc.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,78 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../core/resource';
|
|
4
|
+
import { APIPromise } from '../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../internal/request-options';
|
|
7
|
+
|
|
8
|
+
export class Tenure extends APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Verifies a specified length of tenure, based on a provided date, for a network
|
|
11
|
+
* subscriber to establish a level of trust for the network subscription
|
|
12
|
+
* identifier.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```ts
|
|
16
|
+
* const response = await client.tenure.verify({
|
|
17
|
+
* tenureDate: '2023-07-03',
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
verify(params: TenureVerifyParams, options?: RequestOptions): APIPromise<TenureVerifyResponse> {
|
|
22
|
+
const { 'x-correlator': xCorrelator, ...body } = params;
|
|
23
|
+
return this._client.post('/tenure/check-tenure', {
|
|
24
|
+
body,
|
|
25
|
+
...options,
|
|
26
|
+
headers: buildHeaders([
|
|
27
|
+
{ ...(xCorrelator != null ? { 'x-correlator': xCorrelator } : undefined) },
|
|
28
|
+
options?.headers,
|
|
29
|
+
]),
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface TenureVerifyResponse {
|
|
35
|
+
/**
|
|
36
|
+
* `true` when the identified mobile subscription has had valid tenure since
|
|
37
|
+
* `tenureDate`, otherwise `false`
|
|
38
|
+
*/
|
|
39
|
+
tenureDateCheck: boolean;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* If exists, populated with:
|
|
43
|
+
*
|
|
44
|
+
* - `PAYG` - prepaid (pay-as-you-go) account
|
|
45
|
+
* - `PAYM` - contract account
|
|
46
|
+
* - `Business` - Business (enterprise) account
|
|
47
|
+
*
|
|
48
|
+
* This attribute may be omitted from the response set if the information is not
|
|
49
|
+
* available
|
|
50
|
+
*/
|
|
51
|
+
contractType?: 'PAYG' | 'PAYM' | 'Business';
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface TenureVerifyParams {
|
|
55
|
+
/**
|
|
56
|
+
* Body param: The date, in RFC 3339 / ISO 8601 compliant format "YYYY-MM-DD", from
|
|
57
|
+
* which continuous tenure of the identified network subscriber is required to be
|
|
58
|
+
* confirmed
|
|
59
|
+
*/
|
|
60
|
+
tenureDate: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Body param: A public identifier addressing a telephone subscription. In mobile
|
|
64
|
+
* networks it corresponds to the MSISDN (Mobile Station International Subscriber
|
|
65
|
+
* Directory Number). In order to be globally unique it has to be formatted in
|
|
66
|
+
* international format, according to E.164 standard, prefixed with '+'.
|
|
67
|
+
*/
|
|
68
|
+
phoneNumber?: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Header param: Correlation id for the different services
|
|
72
|
+
*/
|
|
73
|
+
'x-correlator'?: string;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export declare namespace Tenure {
|
|
77
|
+
export { type TenureVerifyResponse as TenureVerifyResponse, type TenureVerifyParams as TenureVerifyParams };
|
|
78
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
export {
|
|
4
|
+
Sessions,
|
|
5
|
+
type MediaSessionInformation,
|
|
6
|
+
type SdpDescriptor,
|
|
7
|
+
type SessionCreateParams,
|
|
8
|
+
type SessionRetrieveParams,
|
|
9
|
+
type SessionDeleteParams,
|
|
10
|
+
type SessionUpdateStatusParams,
|
|
11
|
+
} from './sessions';
|
|
12
|
+
export { Webrtc } from './webrtc';
|
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
8
|
+
|
|
9
|
+
export class Sessions extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Creates a voice and/or video session
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```ts
|
|
15
|
+
* const mediaSessionInformation =
|
|
16
|
+
* await client.webrtc.sessions.create({
|
|
17
|
+
* registrationId: 'registrationId',
|
|
18
|
+
* clientCorrelator:
|
|
19
|
+
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
20
|
+
* offer: {
|
|
21
|
+
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
22
|
+
* },
|
|
23
|
+
* originatorAddress: 'tel:+17085852753',
|
|
24
|
+
* originatorName: 'tel:+17085852753',
|
|
25
|
+
* receiverAddress: 'tel:+17085854000',
|
|
26
|
+
* receiverName: 'tel:+17085854000',
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
create(params: SessionCreateParams, options?: RequestOptions): APIPromise<MediaSessionInformation> {
|
|
31
|
+
const { registrationId, 'x-correlator': xCorrelator, ...body } = params;
|
|
32
|
+
return this._client.post('/webrtc/sessions', {
|
|
33
|
+
body,
|
|
34
|
+
...options,
|
|
35
|
+
headers: buildHeaders([
|
|
36
|
+
{
|
|
37
|
+
registrationId: registrationId,
|
|
38
|
+
...(xCorrelator != null ? { 'x-correlator': xCorrelator } : undefined),
|
|
39
|
+
},
|
|
40
|
+
options?.headers,
|
|
41
|
+
]),
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Get the media Session description based on `mediaSessionId`.
|
|
47
|
+
*
|
|
48
|
+
* ** The client shall construct the API path using the `mediaSessionId` supplied
|
|
49
|
+
* in the session creation response (origination) or in the invitation notification
|
|
50
|
+
* (termination). **
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* ```ts
|
|
54
|
+
* const mediaSessionInformation =
|
|
55
|
+
* await client.webrtc.sessions.retrieve('mediaSessionId');
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
retrieve(
|
|
59
|
+
mediaSessionID: string,
|
|
60
|
+
params: SessionRetrieveParams | null | undefined = {},
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): APIPromise<MediaSessionInformation> {
|
|
63
|
+
const { 'x-correlator': xCorrelator } = params ?? {};
|
|
64
|
+
return this._client.get(path`/webrtc/sessions/${mediaSessionID}`, {
|
|
65
|
+
...options,
|
|
66
|
+
headers: buildHeaders([
|
|
67
|
+
{ ...(xCorrelator != null ? { 'x-correlator': xCorrelator } : undefined) },
|
|
68
|
+
options?.headers,
|
|
69
|
+
]),
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Cancel a 1-1 media session (as originator), Decline a 1-1 media session (as
|
|
75
|
+
* receiver), Terminate a 1-1 an ongoing media session ** The client shall
|
|
76
|
+
* construct the API path using the mediaSessionId supplied in the session creation
|
|
77
|
+
* response (origination) or in the invitation notification (termination). **'
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* ```ts
|
|
81
|
+
* await client.webrtc.sessions.delete('mediaSessionId');
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
delete(
|
|
85
|
+
mediaSessionID: string,
|
|
86
|
+
params: SessionDeleteParams | null | undefined = {},
|
|
87
|
+
options?: RequestOptions,
|
|
88
|
+
): APIPromise<void> {
|
|
89
|
+
const { 'x-correlator': xCorrelator } = params ?? {};
|
|
90
|
+
return this._client.delete(path`/webrtc/sessions/${mediaSessionID}`, {
|
|
91
|
+
...options,
|
|
92
|
+
headers: buildHeaders([
|
|
93
|
+
{ Accept: '*/*', ...(xCorrelator != null ? { 'x-correlator': xCorrelator } : undefined) },
|
|
94
|
+
options?.headers,
|
|
95
|
+
]),
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Update the status of the media session, this may include updating SDP media
|
|
101
|
+
*
|
|
102
|
+
* The API consumer shall construct the API path using the `mediaSessionId`
|
|
103
|
+
* supplied in the session creation response (origination) or in the invitation
|
|
104
|
+
* notification (termination).
|
|
105
|
+
*
|
|
106
|
+
* @example
|
|
107
|
+
* ```ts
|
|
108
|
+
* const mediaSessionInformation =
|
|
109
|
+
* await client.webrtc.sessions.updateStatus(
|
|
110
|
+
* 'mediaSessionId',
|
|
111
|
+
* );
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
updateStatus(
|
|
115
|
+
mediaSessionID: string,
|
|
116
|
+
params: SessionUpdateStatusParams | null | undefined = {},
|
|
117
|
+
options?: RequestOptions,
|
|
118
|
+
): APIPromise<MediaSessionInformation> {
|
|
119
|
+
const { 'x-correlator': xCorrelator, ...body } = params ?? {};
|
|
120
|
+
return this._client.put(path`/webrtc/sessions/${mediaSessionID}/status`, {
|
|
121
|
+
body,
|
|
122
|
+
...options,
|
|
123
|
+
headers: buildHeaders([
|
|
124
|
+
{ ...(xCorrelator != null ? { 'x-correlator': xCorrelator } : undefined) },
|
|
125
|
+
options?.headers,
|
|
126
|
+
]),
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface MediaSessionInformation {
|
|
132
|
+
/**
|
|
133
|
+
* **OFFER**: An inlined session description in SDP format [RFC4566].If XML syntax
|
|
134
|
+
* is used, the content of this element SHALL be embedded in a CDATA section.
|
|
135
|
+
*
|
|
136
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
137
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
138
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
139
|
+
* request from the application to the server to create a session.
|
|
140
|
+
*/
|
|
141
|
+
answer?: SdpDescriptor;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* The reference to the call object
|
|
145
|
+
*/
|
|
146
|
+
callObjectRef?: string;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* A correlator that the client can use to tag this particular resource
|
|
150
|
+
* representation during a request to create a resource on the server. Note - This
|
|
151
|
+
* allows the client to recover from communication failures during resource
|
|
152
|
+
* creation and therefore avoids re-sending the message in such situations. In case
|
|
153
|
+
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
154
|
+
* provide it as part of the representation of this resource.
|
|
155
|
+
*/
|
|
156
|
+
clientCorrelator?: string;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* The media session ID created by the network. The mediaSessionId shall not be
|
|
160
|
+
* included in POST requests by the client, but must be included in the
|
|
161
|
+
* notifications from the network to the client device.
|
|
162
|
+
*/
|
|
163
|
+
mediaSessionId?: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* **OFFER**: An inlined session description in SDP format [RFC4566].If XML syntax
|
|
167
|
+
* is used, the content of this element SHALL be embedded in a CDATA section.
|
|
168
|
+
*
|
|
169
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
170
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
171
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
172
|
+
* request from the application to the server to create a session.
|
|
173
|
+
*/
|
|
174
|
+
offer?: SdpDescriptor;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* This element shall be included and set to true, if the session updates are
|
|
178
|
+
* received without SDP offer. This element indicates clients to send the offer.
|
|
179
|
+
*/
|
|
180
|
+
offerRequired?: boolean;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Subscriber address (Sender or Receiver)
|
|
184
|
+
*/
|
|
185
|
+
originatorAddress?: string;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Friendly name of the call originator
|
|
189
|
+
*/
|
|
190
|
+
originatorName?: string;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* The description of the event that has happened within the session
|
|
194
|
+
*/
|
|
195
|
+
reason?: string;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Subscriber address (Sender or Receiver)
|
|
199
|
+
*/
|
|
200
|
+
receiverAddress?: string;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Friendly name of the call terminator
|
|
204
|
+
*/
|
|
205
|
+
receiverName?: string;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* The sequence number of the notification sent to client
|
|
209
|
+
*/
|
|
210
|
+
sequenceNumber?: number;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* A correlator that the server instructs the client to use for end to end
|
|
214
|
+
* correlation.
|
|
215
|
+
*/
|
|
216
|
+
serverCorrelator?: string;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* Provides the status of the media session. During the session creation, this
|
|
220
|
+
* attribute SHALL NOT be included in the request.
|
|
221
|
+
*/
|
|
222
|
+
status?:
|
|
223
|
+
| 'Initial'
|
|
224
|
+
| 'InProgress'
|
|
225
|
+
| 'Ringing'
|
|
226
|
+
| 'Proceeding'
|
|
227
|
+
| 'Connected'
|
|
228
|
+
| 'Terminated'
|
|
229
|
+
| 'Hold'
|
|
230
|
+
| 'Resume'
|
|
231
|
+
| 'SessionCancelled'
|
|
232
|
+
| 'Declined'
|
|
233
|
+
| 'Failed'
|
|
234
|
+
| 'Waiting'
|
|
235
|
+
| 'NoAnswer'
|
|
236
|
+
| 'NotReachable'
|
|
237
|
+
| 'Busy';
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* **OFFER**: An inlined session description in SDP format [RFC4566].If XML syntax
|
|
242
|
+
* is used, the content of this element SHALL be embedded in a CDATA section.
|
|
243
|
+
*
|
|
244
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
245
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
246
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
247
|
+
* request from the application to the server to create a session.
|
|
248
|
+
*/
|
|
249
|
+
export interface SdpDescriptor {
|
|
250
|
+
/**
|
|
251
|
+
* An inlined session description in SDP format [RFC4566].If XML syntax is used,
|
|
252
|
+
* the content of this element SHALL be embedded in a CDATA section
|
|
253
|
+
*/
|
|
254
|
+
sdp?: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export interface SessionCreateParams {
|
|
258
|
+
/**
|
|
259
|
+
* Header param: The device registration identifier assigned by the network
|
|
260
|
+
*/
|
|
261
|
+
registrationId: string;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Body param: **OFFER**: An inlined session description in SDP format [RFC4566].If
|
|
265
|
+
* XML syntax is used, the content of this element SHALL be embedded in a CDATA
|
|
266
|
+
* section.
|
|
267
|
+
*
|
|
268
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
269
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
270
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
271
|
+
* request from the application to the server to create a session.
|
|
272
|
+
*/
|
|
273
|
+
answer?: SdpDescriptor;
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* Body param: The reference to the call object
|
|
277
|
+
*/
|
|
278
|
+
callObjectRef?: string;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Body param: A correlator that the client can use to tag this particular resource
|
|
282
|
+
* representation during a request to create a resource on the server. Note - This
|
|
283
|
+
* allows the client to recover from communication failures during resource
|
|
284
|
+
* creation and therefore avoids re-sending the message in such situations. In case
|
|
285
|
+
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
286
|
+
* provide it as part of the representation of this resource.
|
|
287
|
+
*/
|
|
288
|
+
clientCorrelator?: string;
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Body param: The media session ID created by the network. The mediaSessionId
|
|
292
|
+
* shall not be included in POST requests by the client, but must be included in
|
|
293
|
+
* the notifications from the network to the client device.
|
|
294
|
+
*/
|
|
295
|
+
mediaSessionId?: string;
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Body param: **OFFER**: An inlined session description in SDP format [RFC4566].If
|
|
299
|
+
* XML syntax is used, the content of this element SHALL be embedded in a CDATA
|
|
300
|
+
* section.
|
|
301
|
+
*
|
|
302
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
303
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
304
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
305
|
+
* request from the application to the server to create a session.
|
|
306
|
+
*/
|
|
307
|
+
offer?: SdpDescriptor;
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Body param: This element shall be included and set to true, if the session
|
|
311
|
+
* updates are received without SDP offer. This element indicates clients to send
|
|
312
|
+
* the offer.
|
|
313
|
+
*/
|
|
314
|
+
offerRequired?: boolean;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Body param: Subscriber address (Sender or Receiver)
|
|
318
|
+
*/
|
|
319
|
+
originatorAddress?: string;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Body param: Friendly name of the call originator
|
|
323
|
+
*/
|
|
324
|
+
originatorName?: string;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Body param: The description of the event that has happened within the session
|
|
328
|
+
*/
|
|
329
|
+
reason?: string;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Body param: Subscriber address (Sender or Receiver)
|
|
333
|
+
*/
|
|
334
|
+
receiverAddress?: string;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Body param: Friendly name of the call terminator
|
|
338
|
+
*/
|
|
339
|
+
receiverName?: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Body param: The sequence number of the notification sent to client
|
|
343
|
+
*/
|
|
344
|
+
sequenceNumber?: number;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Body param: A correlator that the server instructs the client to use for end to
|
|
348
|
+
* end correlation.
|
|
349
|
+
*/
|
|
350
|
+
serverCorrelator?: string;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* Body param: Provides the status of the media session. During the session
|
|
354
|
+
* creation, this attribute SHALL NOT be included in the request.
|
|
355
|
+
*/
|
|
356
|
+
status?:
|
|
357
|
+
| 'Initial'
|
|
358
|
+
| 'InProgress'
|
|
359
|
+
| 'Ringing'
|
|
360
|
+
| 'Proceeding'
|
|
361
|
+
| 'Connected'
|
|
362
|
+
| 'Terminated'
|
|
363
|
+
| 'Hold'
|
|
364
|
+
| 'Resume'
|
|
365
|
+
| 'SessionCancelled'
|
|
366
|
+
| 'Declined'
|
|
367
|
+
| 'Failed'
|
|
368
|
+
| 'Waiting'
|
|
369
|
+
| 'NoAnswer'
|
|
370
|
+
| 'NotReachable'
|
|
371
|
+
| 'Busy';
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* Header param: Correlation id for the different services
|
|
375
|
+
*/
|
|
376
|
+
'x-correlator'?: string;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface SessionRetrieveParams {
|
|
380
|
+
/**
|
|
381
|
+
* Correlation id for the different services
|
|
382
|
+
*/
|
|
383
|
+
'x-correlator'?: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface SessionDeleteParams {
|
|
387
|
+
/**
|
|
388
|
+
* Correlation id for the different services
|
|
389
|
+
*/
|
|
390
|
+
'x-correlator'?: string;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export interface SessionUpdateStatusParams {
|
|
394
|
+
/**
|
|
395
|
+
* Body param: **OFFER**: An inlined session description in SDP format [RFC4566].If
|
|
396
|
+
* XML syntax is used, the content of this element SHALL be embedded in a CDATA
|
|
397
|
+
* section.
|
|
398
|
+
*
|
|
399
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
400
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
401
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
402
|
+
* request from the application to the server to create a session.
|
|
403
|
+
*/
|
|
404
|
+
answer?: SdpDescriptor;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Body param: The reference to the call object
|
|
408
|
+
*/
|
|
409
|
+
callObjectRef?: string;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Body param: A correlator that the client can use to tag this particular resource
|
|
413
|
+
* representation during a request to create a resource on the server. Note - This
|
|
414
|
+
* allows the client to recover from communication failures during resource
|
|
415
|
+
* creation and therefore avoids re-sending the message in such situations. In case
|
|
416
|
+
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
417
|
+
* provide it as part of the representation of this resource.
|
|
418
|
+
*/
|
|
419
|
+
clientCorrelator?: string;
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* Body param: The media session ID created by the network. The mediaSessionId
|
|
423
|
+
* shall not be included in POST requests by the client, but must be included in
|
|
424
|
+
* the notifications from the network to the client device.
|
|
425
|
+
*/
|
|
426
|
+
body_mediaSessionId?: string;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Body param: **OFFER**: An inlined session description in SDP format [RFC4566].If
|
|
430
|
+
* XML syntax is used, the content of this element SHALL be embedded in a CDATA
|
|
431
|
+
* section.
|
|
432
|
+
*
|
|
433
|
+
* **ANSWER**: This type represents an answer in WebRTC Signaling. This element is
|
|
434
|
+
* not present in case there is no answer yet, or the session invitation has been
|
|
435
|
+
* declined by the Terminating Participant.This element MUST NOT be present in a
|
|
436
|
+
* request from the application to the server to create a session.
|
|
437
|
+
*/
|
|
438
|
+
offer?: SdpDescriptor;
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Body param: This element shall be included and set to true, if the session
|
|
442
|
+
* updates are received without SDP offer. This element indicates clients to send
|
|
443
|
+
* the offer.
|
|
444
|
+
*/
|
|
445
|
+
offerRequired?: boolean;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Body param: Subscriber address (Sender or Receiver)
|
|
449
|
+
*/
|
|
450
|
+
originatorAddress?: string;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* Body param: Friendly name of the call originator
|
|
454
|
+
*/
|
|
455
|
+
originatorName?: string;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Body param: The description of the event that has happened within the session
|
|
459
|
+
*/
|
|
460
|
+
reason?: string;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Body param: Subscriber address (Sender or Receiver)
|
|
464
|
+
*/
|
|
465
|
+
receiverAddress?: string;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* Body param: Friendly name of the call terminator
|
|
469
|
+
*/
|
|
470
|
+
receiverName?: string;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Body param: The sequence number of the notification sent to client
|
|
474
|
+
*/
|
|
475
|
+
sequenceNumber?: number;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Body param: A correlator that the server instructs the client to use for end to
|
|
479
|
+
* end correlation.
|
|
480
|
+
*/
|
|
481
|
+
serverCorrelator?: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* Body param: Provides the status of the media session. During the session
|
|
485
|
+
* creation, this attribute SHALL NOT be included in the request.
|
|
486
|
+
*/
|
|
487
|
+
status?:
|
|
488
|
+
| 'Initial'
|
|
489
|
+
| 'InProgress'
|
|
490
|
+
| 'Ringing'
|
|
491
|
+
| 'Proceeding'
|
|
492
|
+
| 'Connected'
|
|
493
|
+
| 'Terminated'
|
|
494
|
+
| 'Hold'
|
|
495
|
+
| 'Resume'
|
|
496
|
+
| 'SessionCancelled'
|
|
497
|
+
| 'Declined'
|
|
498
|
+
| 'Failed'
|
|
499
|
+
| 'Waiting'
|
|
500
|
+
| 'NoAnswer'
|
|
501
|
+
| 'NotReachable'
|
|
502
|
+
| 'Busy';
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Header param: Correlation id for the different services
|
|
506
|
+
*/
|
|
507
|
+
'x-correlator'?: string;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export declare namespace Sessions {
|
|
511
|
+
export {
|
|
512
|
+
type MediaSessionInformation as MediaSessionInformation,
|
|
513
|
+
type SdpDescriptor as SdpDescriptor,
|
|
514
|
+
type SessionCreateParams as SessionCreateParams,
|
|
515
|
+
type SessionRetrieveParams as SessionRetrieveParams,
|
|
516
|
+
type SessionDeleteParams as SessionDeleteParams,
|
|
517
|
+
type SessionUpdateStatusParams as SessionUpdateStatusParams,
|
|
518
|
+
};
|
|
519
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as SessionsAPI from './sessions';
|
|
5
|
+
import {
|
|
6
|
+
MediaSessionInformation,
|
|
7
|
+
SdpDescriptor,
|
|
8
|
+
SessionCreateParams,
|
|
9
|
+
SessionDeleteParams,
|
|
10
|
+
SessionRetrieveParams,
|
|
11
|
+
SessionUpdateStatusParams,
|
|
12
|
+
Sessions,
|
|
13
|
+
} from './sessions';
|
|
14
|
+
|
|
15
|
+
export class Webrtc extends APIResource {
|
|
16
|
+
sessions: SessionsAPI.Sessions = new SessionsAPI.Sessions(this._client);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
Webrtc.Sessions = Sessions;
|
|
20
|
+
|
|
21
|
+
export declare namespace Webrtc {
|
|
22
|
+
export {
|
|
23
|
+
Sessions as Sessions,
|
|
24
|
+
type MediaSessionInformation as MediaSessionInformation,
|
|
25
|
+
type SdpDescriptor as SdpDescriptor,
|
|
26
|
+
type SessionCreateParams as SessionCreateParams,
|
|
27
|
+
type SessionRetrieveParams as SessionRetrieveParams,
|
|
28
|
+
type SessionDeleteParams as SessionDeleteParams,
|
|
29
|
+
type SessionUpdateStatusParams as SessionUpdateStatusParams,
|
|
30
|
+
};
|
|
31
|
+
}
|
package/src/resources.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './resources/index';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
// this config is included in the published src directory to prevent TS errors
|
|
3
|
+
// from appearing when users go to source, and VSCode opens the source .ts file
|
|
4
|
+
// via declaration maps
|
|
5
|
+
"include": ["index.ts"],
|
|
6
|
+
"compilerOptions": {
|
|
7
|
+
"target": "ES2015",
|
|
8
|
+
"lib": ["DOM", "DOM.Iterable", "ES2018"],
|
|
9
|
+
"moduleResolution": "node"
|
|
10
|
+
}
|
|
11
|
+
}
|
package/src/uploads.ts
ADDED
package/src/version.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const VERSION = '0.1.1'; // x-release-please-version
|
package/uploads.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploads.d.mts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":""}
|
package/uploads.d.ts
ADDED
package/uploads.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploads.d.ts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":""}
|
package/uploads.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("./internal/tslib.js");
|
|
4
|
+
/** @deprecated Import from ./core/uploads instead */
|
|
5
|
+
tslib_1.__exportStar(require("./core/uploads.js"), exports);
|
|
6
|
+
//# sourceMappingURL=uploads.js.map
|
package/uploads.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploads.js","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":";;;AAAA,qDAAqD;AACrD,4DAA+B"}
|