@mobilerun/sdk 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 +117 -0
- package/LICENSE +201 -0
- package/README.md +358 -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 +189 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +189 -0
- package/client.d.ts.map +1 -0
- package/client.js +476 -0
- package/client.js.map +1 -0
- package/client.mjs +472 -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/lib/trajectory-decoder-stream.d.mts +6 -0
- package/lib/trajectory-decoder-stream.d.mts.map +1 -0
- package/lib/trajectory-decoder-stream.d.ts +6 -0
- package/lib/trajectory-decoder-stream.d.ts.map +1 -0
- package/lib/trajectory-decoder-stream.js +41 -0
- package/lib/trajectory-decoder-stream.js.map +1 -0
- package/lib/trajectory-decoder-stream.mjs +37 -0
- package/lib/trajectory-decoder-stream.mjs.map +1 -0
- package/package.json +147 -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/apps.d.mts +53 -0
- package/resources/apps.d.mts.map +1 -0
- package/resources/apps.d.ts +53 -0
- package/resources/apps.d.ts.map +1 -0
- package/resources/apps.js +15 -0
- package/resources/apps.js.map +1 -0
- package/resources/apps.mjs +11 -0
- package/resources/apps.mjs.map +1 -0
- package/resources/credentials/credentials.d.mts +21 -0
- package/resources/credentials/credentials.d.mts.map +1 -0
- package/resources/credentials/credentials.d.ts +21 -0
- package/resources/credentials/credentials.d.ts.map +1 -0
- package/resources/credentials/credentials.js +23 -0
- package/resources/credentials/credentials.js.map +1 -0
- package/resources/credentials/credentials.mjs +18 -0
- package/resources/credentials/credentials.mjs.map +1 -0
- package/resources/credentials/index.d.mts +3 -0
- package/resources/credentials/index.d.mts.map +1 -0
- package/resources/credentials/index.d.ts +3 -0
- package/resources/credentials/index.d.ts.map +1 -0
- package/resources/credentials/index.js +9 -0
- package/resources/credentials/index.js.map +1 -0
- package/resources/credentials/index.mjs +4 -0
- package/resources/credentials/index.mjs.map +1 -0
- package/resources/credentials/packages/credentials/credentials.d.mts +67 -0
- package/resources/credentials/packages/credentials/credentials.d.mts.map +1 -0
- package/resources/credentials/packages/credentials/credentials.d.ts +67 -0
- package/resources/credentials/packages/credentials/credentials.d.ts.map +1 -0
- package/resources/credentials/packages/credentials/credentials.js +38 -0
- package/resources/credentials/packages/credentials/credentials.js.map +1 -0
- package/resources/credentials/packages/credentials/credentials.mjs +33 -0
- package/resources/credentials/packages/credentials/credentials.mjs.map +1 -0
- package/resources/credentials/packages/credentials/fields.d.mts +69 -0
- package/resources/credentials/packages/credentials/fields.d.mts.map +1 -0
- package/resources/credentials/packages/credentials/fields.d.ts +69 -0
- package/resources/credentials/packages/credentials/fields.d.ts.map +1 -0
- package/resources/credentials/packages/credentials/fields.js +31 -0
- package/resources/credentials/packages/credentials/fields.js.map +1 -0
- package/resources/credentials/packages/credentials/fields.mjs +27 -0
- package/resources/credentials/packages/credentials/fields.mjs.map +1 -0
- package/resources/credentials/packages/credentials/index.d.mts +3 -0
- package/resources/credentials/packages/credentials/index.d.mts.map +1 -0
- package/resources/credentials/packages/credentials/index.d.ts +3 -0
- package/resources/credentials/packages/credentials/index.d.ts.map +1 -0
- package/resources/credentials/packages/credentials/index.js +9 -0
- package/resources/credentials/packages/credentials/index.js.map +1 -0
- package/resources/credentials/packages/credentials/index.mjs +4 -0
- package/resources/credentials/packages/credentials/index.mjs.map +1 -0
- package/resources/credentials/packages/credentials.d.mts +2 -0
- package/resources/credentials/packages/credentials.d.mts.map +1 -0
- package/resources/credentials/packages/credentials.d.ts +2 -0
- package/resources/credentials/packages/credentials.d.ts.map +1 -0
- package/resources/credentials/packages/credentials.js +6 -0
- package/resources/credentials/packages/credentials.js.map +1 -0
- package/resources/credentials/packages/credentials.mjs +3 -0
- package/resources/credentials/packages/credentials.mjs.map +1 -0
- package/resources/credentials/packages/index.d.mts +3 -0
- package/resources/credentials/packages/index.d.mts.map +1 -0
- package/resources/credentials/packages/index.d.ts +3 -0
- package/resources/credentials/packages/index.d.ts.map +1 -0
- package/resources/credentials/packages/index.js +9 -0
- package/resources/credentials/packages/index.js.map +1 -0
- package/resources/credentials/packages/index.mjs +4 -0
- package/resources/credentials/packages/index.mjs.map +1 -0
- package/resources/credentials/packages/packages.d.mts +37 -0
- package/resources/credentials/packages/packages.d.mts.map +1 -0
- package/resources/credentials/packages/packages.d.ts +37 -0
- package/resources/credentials/packages/packages.d.ts.map +1 -0
- package/resources/credentials/packages/packages.js +30 -0
- package/resources/credentials/packages/packages.js.map +1 -0
- package/resources/credentials/packages/packages.mjs +25 -0
- package/resources/credentials/packages/packages.mjs.map +1 -0
- package/resources/credentials/packages.d.mts +2 -0
- package/resources/credentials/packages.d.mts.map +1 -0
- package/resources/credentials/packages.d.ts +2 -0
- package/resources/credentials/packages.d.ts.map +1 -0
- package/resources/credentials/packages.js +6 -0
- package/resources/credentials/packages.js.map +1 -0
- package/resources/credentials/packages.mjs +3 -0
- package/resources/credentials/packages.mjs.map +1 -0
- package/resources/credentials.d.mts +2 -0
- package/resources/credentials.d.mts.map +1 -0
- package/resources/credentials.d.ts +2 -0
- package/resources/credentials.d.ts.map +1 -0
- package/resources/credentials.js +6 -0
- package/resources/credentials.js.map +1 -0
- package/resources/credentials.mjs +3 -0
- package/resources/credentials.mjs.map +1 -0
- package/resources/hooks.d.mts +218 -0
- package/resources/hooks.d.mts.map +1 -0
- package/resources/hooks.d.ts +218 -0
- package/resources/hooks.d.ts.map +1 -0
- package/resources/hooks.js +50 -0
- package/resources/hooks.js.map +1 -0
- package/resources/hooks.mjs +46 -0
- package/resources/hooks.mjs.map +1 -0
- package/resources/index.d.mts +5 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +5 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +13 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +6 -0
- package/resources/index.mjs.map +1 -0
- package/resources/tasks/index.d.mts +4 -0
- package/resources/tasks/index.d.mts.map +1 -0
- package/resources/tasks/index.d.ts +4 -0
- package/resources/tasks/index.d.ts.map +1 -0
- package/resources/tasks/index.js +11 -0
- package/resources/tasks/index.js.map +1 -0
- package/resources/tasks/index.mjs +5 -0
- package/resources/tasks/index.mjs.map +1 -0
- package/resources/tasks/screenshots.d.mts +32 -0
- package/resources/tasks/screenshots.d.mts.map +1 -0
- package/resources/tasks/screenshots.d.ts +32 -0
- package/resources/tasks/screenshots.d.ts.map +1 -0
- package/resources/tasks/screenshots.js +23 -0
- package/resources/tasks/screenshots.js.map +1 -0
- package/resources/tasks/screenshots.mjs +19 -0
- package/resources/tasks/screenshots.mjs.map +1 -0
- package/resources/tasks/tasks.d.mts +973 -0
- package/resources/tasks/tasks.d.mts.map +1 -0
- package/resources/tasks/tasks.d.ts +973 -0
- package/resources/tasks/tasks.d.ts.map +1 -0
- package/resources/tasks/tasks.js +79 -0
- package/resources/tasks/tasks.js.map +1 -0
- package/resources/tasks/tasks.mjs +74 -0
- package/resources/tasks/tasks.mjs.map +1 -0
- package/resources/tasks/ui-states.d.mts +27 -0
- package/resources/tasks/ui-states.d.mts.map +1 -0
- package/resources/tasks/ui-states.d.ts +27 -0
- package/resources/tasks/ui-states.d.ts.map +1 -0
- package/resources/tasks/ui-states.js +23 -0
- package/resources/tasks/ui-states.js.map +1 -0
- package/resources/tasks/ui-states.mjs +19 -0
- package/resources/tasks/ui-states.mjs.map +1 -0
- package/resources/tasks.d.mts +2 -0
- package/resources/tasks.d.mts.map +1 -0
- package/resources/tasks.d.ts +2 -0
- package/resources/tasks.d.ts.map +1 -0
- package/resources/tasks.js +6 -0
- package/resources/tasks.js.map +1 -0
- package/resources/tasks.mjs +3 -0
- package/resources/tasks.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 +799 -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/lib/trajectory-decoder-stream.ts +40 -0
- package/src/resource.ts +2 -0
- package/src/resources/apps.ts +343 -0
- package/src/resources/credentials/credentials.ts +41 -0
- package/src/resources/credentials/index.ts +9 -0
- package/src/resources/credentials/packages/credentials/credentials.ts +161 -0
- package/src/resources/credentials/packages/credentials/fields.ts +150 -0
- package/src/resources/credentials/packages/credentials/index.ts +21 -0
- package/src/resources/credentials/packages/credentials.ts +3 -0
- package/src/resources/credentials/packages/index.ts +18 -0
- package/src/resources/credentials/packages/packages.ts +78 -0
- package/src/resources/credentials/packages.ts +3 -0
- package/src/resources/credentials.ts +3 -0
- package/src/resources/hooks.ts +295 -0
- package/src/resources/index.ts +32 -0
- package/src/resources/tasks/index.ts +25 -0
- package/src/resources/tasks/screenshots.ts +53 -0
- package/src/resources/tasks/tasks.ts +1377 -0
- package/src/resources/tasks/ui-states.ts +46 -0
- package/src/resources/tasks.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,94 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { MobilerunError } from "../../core/error.mjs";
|
|
3
|
+
// https://url.spec.whatwg.org/#url-scheme-string
|
|
4
|
+
const startsWithSchemeRegexp = /^[a-z][a-z0-9+.-]*:/i;
|
|
5
|
+
export const isAbsoluteURL = (url) => {
|
|
6
|
+
return startsWithSchemeRegexp.test(url);
|
|
7
|
+
};
|
|
8
|
+
export let isArray = (val) => ((isArray = Array.isArray), isArray(val));
|
|
9
|
+
export let isReadonlyArray = isArray;
|
|
10
|
+
/** Returns an object if the given value isn't an object, otherwise returns as-is */
|
|
11
|
+
export function maybeObj(x) {
|
|
12
|
+
if (typeof x !== 'object') {
|
|
13
|
+
return {};
|
|
14
|
+
}
|
|
15
|
+
return x ?? {};
|
|
16
|
+
}
|
|
17
|
+
// https://stackoverflow.com/a/34491287
|
|
18
|
+
export function isEmptyObj(obj) {
|
|
19
|
+
if (!obj)
|
|
20
|
+
return true;
|
|
21
|
+
for (const _k in obj)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
// https://eslint.org/docs/latest/rules/no-prototype-builtins
|
|
26
|
+
export function hasOwn(obj, key) {
|
|
27
|
+
return Object.prototype.hasOwnProperty.call(obj, key);
|
|
28
|
+
}
|
|
29
|
+
export function isObj(obj) {
|
|
30
|
+
return obj != null && typeof obj === 'object' && !Array.isArray(obj);
|
|
31
|
+
}
|
|
32
|
+
export const ensurePresent = (value) => {
|
|
33
|
+
if (value == null) {
|
|
34
|
+
throw new MobilerunError(`Expected a value to be given but received ${value} instead.`);
|
|
35
|
+
}
|
|
36
|
+
return value;
|
|
37
|
+
};
|
|
38
|
+
export const validatePositiveInteger = (name, n) => {
|
|
39
|
+
if (typeof n !== 'number' || !Number.isInteger(n)) {
|
|
40
|
+
throw new MobilerunError(`${name} must be an integer`);
|
|
41
|
+
}
|
|
42
|
+
if (n < 0) {
|
|
43
|
+
throw new MobilerunError(`${name} must be a positive integer`);
|
|
44
|
+
}
|
|
45
|
+
return n;
|
|
46
|
+
};
|
|
47
|
+
export const coerceInteger = (value) => {
|
|
48
|
+
if (typeof value === 'number')
|
|
49
|
+
return Math.round(value);
|
|
50
|
+
if (typeof value === 'string')
|
|
51
|
+
return parseInt(value, 10);
|
|
52
|
+
throw new MobilerunError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
|
|
53
|
+
};
|
|
54
|
+
export const coerceFloat = (value) => {
|
|
55
|
+
if (typeof value === 'number')
|
|
56
|
+
return value;
|
|
57
|
+
if (typeof value === 'string')
|
|
58
|
+
return parseFloat(value);
|
|
59
|
+
throw new MobilerunError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
|
|
60
|
+
};
|
|
61
|
+
export const coerceBoolean = (value) => {
|
|
62
|
+
if (typeof value === 'boolean')
|
|
63
|
+
return value;
|
|
64
|
+
if (typeof value === 'string')
|
|
65
|
+
return value === 'true';
|
|
66
|
+
return Boolean(value);
|
|
67
|
+
};
|
|
68
|
+
export const maybeCoerceInteger = (value) => {
|
|
69
|
+
if (value == null) {
|
|
70
|
+
return undefined;
|
|
71
|
+
}
|
|
72
|
+
return coerceInteger(value);
|
|
73
|
+
};
|
|
74
|
+
export const maybeCoerceFloat = (value) => {
|
|
75
|
+
if (value == null) {
|
|
76
|
+
return undefined;
|
|
77
|
+
}
|
|
78
|
+
return coerceFloat(value);
|
|
79
|
+
};
|
|
80
|
+
export const maybeCoerceBoolean = (value) => {
|
|
81
|
+
if (value == null) {
|
|
82
|
+
return undefined;
|
|
83
|
+
}
|
|
84
|
+
return coerceBoolean(value);
|
|
85
|
+
};
|
|
86
|
+
export const safeJSON = (text) => {
|
|
87
|
+
try {
|
|
88
|
+
return JSON.parse(text);
|
|
89
|
+
}
|
|
90
|
+
catch (err) {
|
|
91
|
+
return undefined;
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
//# sourceMappingURL=values.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"values.mjs","sourceRoot":"","sources":["../../src/internal/utils/values.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.mts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("./tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./utils/values.js"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./utils/base64.js"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./utils/env.js"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./utils/log.js"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./utils/uuid.js"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./utils/sleep.js"), exports);
|
|
11
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA+B;AAC/B,4DAA+B;AAC/B,yDAA4B;AAC5B,yDAA4B;AAC5B,0DAA6B;AAC7B,2DAA8B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export * from "./utils/values.mjs";
|
|
3
|
+
export * from "./utils/base64.mjs";
|
|
4
|
+
export * from "./utils/env.mjs";
|
|
5
|
+
export * from "./utils/log.mjs";
|
|
6
|
+
export * from "./utils/uuid.mjs";
|
|
7
|
+
export * from "./utils/sleep.mjs";
|
|
8
|
+
//# sourceMappingURL=utils.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.mjs","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { TaskGetTrajectoryResponse } from "../resources.mjs";
|
|
2
|
+
export type TrajectoryEvent = TaskGetTrajectoryResponse['trajectory'][number];
|
|
3
|
+
export declare class TaskTrajectoryDecoderStream extends TransformStream<string, TrajectoryEvent> {
|
|
4
|
+
constructor();
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=trajectory-decoder-stream.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trajectory-decoder-stream.d.mts","sourceRoot":"","sources":["../src/lib/trajectory-decoder-stream.ts"],"names":[],"mappings":"OAAO,KAAK,EAAE,yBAAyB,EAAE;AAEzC,MAAM,MAAM,eAAe,GAAG,yBAAyB,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAM9E,qBAAa,2BAA4B,SAAQ,eAAe,CAAC,MAAM,EAAE,eAAe,CAAC;;CA+BxF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { TaskGetTrajectoryResponse } from "../resources.js";
|
|
2
|
+
export type TrajectoryEvent = TaskGetTrajectoryResponse['trajectory'][number];
|
|
3
|
+
export declare class TaskTrajectoryDecoderStream extends TransformStream<string, TrajectoryEvent> {
|
|
4
|
+
constructor();
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=trajectory-decoder-stream.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trajectory-decoder-stream.d.ts","sourceRoot":"","sources":["../src/lib/trajectory-decoder-stream.ts"],"names":[],"mappings":"OAAO,KAAK,EAAE,yBAAyB,EAAE;AAEzC,MAAM,MAAM,eAAe,GAAG,yBAAyB,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAM9E,qBAAa,2BAA4B,SAAQ,eAAe,CAAC,MAAM,EAAE,eAAe,CAAC;;CA+BxF"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TaskTrajectoryDecoderStream = void 0;
|
|
4
|
+
const EVENT_NAME_PREFIX = 'event: ';
|
|
5
|
+
const DATA_PREFIX = 'data: ';
|
|
6
|
+
class TaskTrajectoryDecoderStream extends TransformStream {
|
|
7
|
+
constructor() {
|
|
8
|
+
let buffer = '';
|
|
9
|
+
let lines;
|
|
10
|
+
let event = { event: '', data: {} };
|
|
11
|
+
super({
|
|
12
|
+
transform(chunk, controller) {
|
|
13
|
+
buffer += chunk;
|
|
14
|
+
lines = buffer.split('\n');
|
|
15
|
+
buffer = lines.pop() || '';
|
|
16
|
+
for (const line of lines) {
|
|
17
|
+
const trimmed = line.trim();
|
|
18
|
+
if (!trimmed)
|
|
19
|
+
continue;
|
|
20
|
+
if (trimmed.startsWith(DATA_PREFIX)) {
|
|
21
|
+
try {
|
|
22
|
+
event.data = JSON.parse(trimmed.substring(DATA_PREFIX.length));
|
|
23
|
+
// TODO: validate with zod?
|
|
24
|
+
controller.enqueue(event);
|
|
25
|
+
event = { event: '', data: {} };
|
|
26
|
+
}
|
|
27
|
+
catch (err) {
|
|
28
|
+
// Optionally handle parse errors
|
|
29
|
+
console.warn('Failed to parse event:', trimmed, err);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
else if (trimmed.startsWith(EVENT_NAME_PREFIX)) {
|
|
33
|
+
event.event = trimmed.substring(EVENT_NAME_PREFIX.length);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.TaskTrajectoryDecoderStream = TaskTrajectoryDecoderStream;
|
|
41
|
+
//# sourceMappingURL=trajectory-decoder-stream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trajectory-decoder-stream.js","sourceRoot":"","sources":["../src/lib/trajectory-decoder-stream.ts"],"names":[],"mappings":";;;AAKA,MAAM,iBAAiB,GAAG,SAAS,CAAC;AACpC,MAAM,WAAW,GAAG,QAAQ,CAAC;AAE7B,MAAa,2BAA4B,SAAQ,eAAwC;IACvF;QACE,IAAI,MAAM,GAAG,EAAE,CAAC;QAChB,IAAI,KAAe,CAAC;QACpB,IAAI,KAAK,GAA2B,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;QAE5D,KAAK,CAAC;YACJ,SAAS,CAAC,KAAK,EAAE,UAAU;gBACzB,MAAM,IAAI,KAAK,CAAC;gBAChB,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAC3B,MAAM,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,EAAE,CAAC;gBAC3B,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;oBACzB,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;oBAC5B,IAAI,CAAC,OAAO;wBAAE,SAAS;oBACvB,IAAI,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,CAAC;wBACpC,IAAI,CAAC;4BACH,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC;4BAC/D,2BAA2B;4BAC3B,UAAU,CAAC,OAAO,CAAC,KAAwB,CAAC,CAAC;4BAC7C,KAAK,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;wBAClC,CAAC;wBAAC,OAAO,GAAG,EAAE,CAAC;4BACb,iCAAiC;4BACjC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;wBACvD,CAAC;oBACH,CAAC;yBAAM,IAAI,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC,EAAE,CAAC;wBACjD,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;oBAC5D,CAAC;gBACH,CAAC;YACH,CAAC;SACF,CAAC,CAAC;IACL,CAAC;CACF;AA/BD,kEA+BC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const EVENT_NAME_PREFIX = 'event: ';
|
|
2
|
+
const DATA_PREFIX = 'data: ';
|
|
3
|
+
export class TaskTrajectoryDecoderStream extends TransformStream {
|
|
4
|
+
constructor() {
|
|
5
|
+
let buffer = '';
|
|
6
|
+
let lines;
|
|
7
|
+
let event = { event: '', data: {} };
|
|
8
|
+
super({
|
|
9
|
+
transform(chunk, controller) {
|
|
10
|
+
buffer += chunk;
|
|
11
|
+
lines = buffer.split('\n');
|
|
12
|
+
buffer = lines.pop() || '';
|
|
13
|
+
for (const line of lines) {
|
|
14
|
+
const trimmed = line.trim();
|
|
15
|
+
if (!trimmed)
|
|
16
|
+
continue;
|
|
17
|
+
if (trimmed.startsWith(DATA_PREFIX)) {
|
|
18
|
+
try {
|
|
19
|
+
event.data = JSON.parse(trimmed.substring(DATA_PREFIX.length));
|
|
20
|
+
// TODO: validate with zod?
|
|
21
|
+
controller.enqueue(event);
|
|
22
|
+
event = { event: '', data: {} };
|
|
23
|
+
}
|
|
24
|
+
catch (err) {
|
|
25
|
+
// Optionally handle parse errors
|
|
26
|
+
console.warn('Failed to parse event:', trimmed, err);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
else if (trimmed.startsWith(EVENT_NAME_PREFIX)) {
|
|
30
|
+
event.event = trimmed.substring(EVENT_NAME_PREFIX.length);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=trajectory-decoder-stream.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trajectory-decoder-stream.mjs","sourceRoot":"","sources":["../src/lib/trajectory-decoder-stream.ts"],"names":[],"mappings":"AAKA,MAAM,iBAAiB,GAAG,SAAS,CAAC;AACpC,MAAM,WAAW,GAAG,QAAQ,CAAC;AAE7B,MAAM,OAAO,2BAA4B,SAAQ,eAAwC;IACvF;QACE,IAAI,MAAM,GAAG,EAAE,CAAC;QAChB,IAAI,KAAe,CAAC;QACpB,IAAI,KAAK,GAA2B,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;QAE5D,KAAK,CAAC;YACJ,SAAS,CAAC,KAAK,EAAE,UAAU;gBACzB,MAAM,IAAI,KAAK,CAAC;gBAChB,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAC3B,MAAM,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,EAAE,CAAC;gBAC3B,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;oBACzB,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;oBAC5B,IAAI,CAAC,OAAO;wBAAE,SAAS;oBACvB,IAAI,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,CAAC;wBACpC,IAAI,CAAC;4BACH,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC;4BAC/D,2BAA2B;4BAC3B,UAAU,CAAC,OAAO,CAAC,KAAwB,CAAC,CAAC;4BAC7C,KAAK,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;wBAClC,CAAC;wBAAC,OAAO,GAAG,EAAE,CAAC;4BACb,iCAAiC;4BACjC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;wBACvD,CAAC;oBACH,CAAC;yBAAM,IAAI,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC,EAAE,CAAC;wBACjD,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;oBAC5D,CAAC;gBACH,CAAC;YACH,CAAC;SACF,CAAC,CAAC;IACL,CAAC;CACF"}
|
package/package.json
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mobilerun/sdk",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "The official TypeScript library for the Mobilerun API",
|
|
5
|
+
"author": "Mobilerun <support@droidrun.ai>",
|
|
6
|
+
"types": "./index.d.ts",
|
|
7
|
+
"main": "./index.js",
|
|
8
|
+
"type": "commonjs",
|
|
9
|
+
"repository": "github:droidrun/mobilerun-sdk-typescript",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"files": [
|
|
12
|
+
"**/*"
|
|
13
|
+
],
|
|
14
|
+
"private": false,
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {},
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"require": {
|
|
22
|
+
"types": "./index.d.ts",
|
|
23
|
+
"default": "./index.js"
|
|
24
|
+
},
|
|
25
|
+
"types": "./index.d.mts",
|
|
26
|
+
"default": "./index.mjs"
|
|
27
|
+
},
|
|
28
|
+
"./api-promise": {
|
|
29
|
+
"import": "./api-promise.mjs",
|
|
30
|
+
"require": "./api-promise.js"
|
|
31
|
+
},
|
|
32
|
+
"./api-promise.js": {
|
|
33
|
+
"default": "./api-promise.js"
|
|
34
|
+
},
|
|
35
|
+
"./api-promise.mjs": {
|
|
36
|
+
"default": "./api-promise.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./client": {
|
|
39
|
+
"import": "./client.mjs",
|
|
40
|
+
"require": "./client.js"
|
|
41
|
+
},
|
|
42
|
+
"./client.js": {
|
|
43
|
+
"default": "./client.js"
|
|
44
|
+
},
|
|
45
|
+
"./client.mjs": {
|
|
46
|
+
"default": "./client.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./core/*.mjs": {
|
|
49
|
+
"default": "./core/*.mjs"
|
|
50
|
+
},
|
|
51
|
+
"./core/*.js": {
|
|
52
|
+
"default": "./core/*.js"
|
|
53
|
+
},
|
|
54
|
+
"./core/*": {
|
|
55
|
+
"import": "./core/*.mjs",
|
|
56
|
+
"require": "./core/*.js"
|
|
57
|
+
},
|
|
58
|
+
"./error": {
|
|
59
|
+
"import": "./error.mjs",
|
|
60
|
+
"require": "./error.js"
|
|
61
|
+
},
|
|
62
|
+
"./error.js": {
|
|
63
|
+
"default": "./error.js"
|
|
64
|
+
},
|
|
65
|
+
"./error.mjs": {
|
|
66
|
+
"default": "./error.mjs"
|
|
67
|
+
},
|
|
68
|
+
"./index": {
|
|
69
|
+
"import": "./index.mjs",
|
|
70
|
+
"require": "./index.js"
|
|
71
|
+
},
|
|
72
|
+
"./index.js": {
|
|
73
|
+
"default": "./index.js"
|
|
74
|
+
},
|
|
75
|
+
"./index.mjs": {
|
|
76
|
+
"default": "./index.mjs"
|
|
77
|
+
},
|
|
78
|
+
"./lib/*.mjs": {
|
|
79
|
+
"default": "./lib/*.mjs"
|
|
80
|
+
},
|
|
81
|
+
"./lib/*.js": {
|
|
82
|
+
"default": "./lib/*.js"
|
|
83
|
+
},
|
|
84
|
+
"./lib/*": {
|
|
85
|
+
"import": "./lib/*.mjs",
|
|
86
|
+
"require": "./lib/*.js"
|
|
87
|
+
},
|
|
88
|
+
"./resource": {
|
|
89
|
+
"import": "./resource.mjs",
|
|
90
|
+
"require": "./resource.js"
|
|
91
|
+
},
|
|
92
|
+
"./resource.js": {
|
|
93
|
+
"default": "./resource.js"
|
|
94
|
+
},
|
|
95
|
+
"./resource.mjs": {
|
|
96
|
+
"default": "./resource.mjs"
|
|
97
|
+
},
|
|
98
|
+
"./resources/*.mjs": {
|
|
99
|
+
"default": "./resources/*.mjs"
|
|
100
|
+
},
|
|
101
|
+
"./resources/*.js": {
|
|
102
|
+
"default": "./resources/*.js"
|
|
103
|
+
},
|
|
104
|
+
"./resources/*": {
|
|
105
|
+
"import": "./resources/*.mjs",
|
|
106
|
+
"require": "./resources/*.js"
|
|
107
|
+
},
|
|
108
|
+
"./resources": {
|
|
109
|
+
"import": "./resources.mjs",
|
|
110
|
+
"require": "./resources.js"
|
|
111
|
+
},
|
|
112
|
+
"./resources.js": {
|
|
113
|
+
"default": "./resources.js"
|
|
114
|
+
},
|
|
115
|
+
"./resources.mjs": {
|
|
116
|
+
"default": "./resources.mjs"
|
|
117
|
+
},
|
|
118
|
+
"./uploads": {
|
|
119
|
+
"import": "./uploads.mjs",
|
|
120
|
+
"require": "./uploads.js"
|
|
121
|
+
},
|
|
122
|
+
"./uploads.js": {
|
|
123
|
+
"default": "./uploads.js"
|
|
124
|
+
},
|
|
125
|
+
"./uploads.mjs": {
|
|
126
|
+
"default": "./uploads.mjs"
|
|
127
|
+
},
|
|
128
|
+
"./version": {
|
|
129
|
+
"import": "./version.mjs",
|
|
130
|
+
"require": "./version.js"
|
|
131
|
+
},
|
|
132
|
+
"./version.js": {
|
|
133
|
+
"default": "./version.js"
|
|
134
|
+
},
|
|
135
|
+
"./version.mjs": {
|
|
136
|
+
"default": "./version.mjs"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"scripts": {
|
|
140
|
+
"test": "./scripts/test",
|
|
141
|
+
"build": "./scripts/build",
|
|
142
|
+
"format": "./scripts/format",
|
|
143
|
+
"tsn": "ts-node -r tsconfig-paths/register",
|
|
144
|
+
"lint": "./scripts/lint",
|
|
145
|
+
"fix": "./scripts/format"
|
|
146
|
+
}
|
|
147
|
+
}
|
package/resource.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource.d.mts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
|
package/resource.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
|
package/resource.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/resource instead */
|
|
5
|
+
tslib_1.__exportStar(require("./core/resource.js"), exports);
|
|
6
|
+
//# sourceMappingURL=resource.js.map
|
package/resource.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource.js","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,6DAAgC"}
|
package/resource.mjs
ADDED
package/resource.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource.mjs","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
|
+
export declare class Apps extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Retrieves a paginated list of apps with filtering and search capabilities
|
|
7
|
+
*/
|
|
8
|
+
list(query?: AppListParams | null | undefined, options?: RequestOptions): APIPromise<AppListResponse>;
|
|
9
|
+
}
|
|
10
|
+
export interface AppListResponse {
|
|
11
|
+
apps: Array<AppListResponse.App>;
|
|
12
|
+
availableCount: number;
|
|
13
|
+
queuedCount: number;
|
|
14
|
+
storeCount: number;
|
|
15
|
+
totalCount: number;
|
|
16
|
+
uploadCount: number;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace AppListResponse {
|
|
19
|
+
interface App {
|
|
20
|
+
id: string;
|
|
21
|
+
categoryName: string | null;
|
|
22
|
+
country: 'AF' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AP' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'CI' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'AN' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'CS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'AX' | null;
|
|
23
|
+
createdAt: string | null;
|
|
24
|
+
description: string | null;
|
|
25
|
+
developerName: string | null;
|
|
26
|
+
displayName: string;
|
|
27
|
+
externalIds: Array<string> | null;
|
|
28
|
+
iconURL: string;
|
|
29
|
+
packageName: string;
|
|
30
|
+
queuedAt: string | null;
|
|
31
|
+
ratingCount: number | null;
|
|
32
|
+
ratingScore: string | null;
|
|
33
|
+
sizeBytes: number | null;
|
|
34
|
+
source: 'uploaded' | 'store';
|
|
35
|
+
targetSdk: number | null;
|
|
36
|
+
updatedAt: string | null;
|
|
37
|
+
userId: string | null;
|
|
38
|
+
versionCode: number | null;
|
|
39
|
+
versionName: string;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export interface AppListParams {
|
|
43
|
+
order?: 'asc' | 'desc';
|
|
44
|
+
page?: number;
|
|
45
|
+
pageSize?: number;
|
|
46
|
+
query?: string;
|
|
47
|
+
sortBy?: 'createdAt' | 'name';
|
|
48
|
+
source?: 'all' | 'uploaded' | 'store' | 'queued';
|
|
49
|
+
}
|
|
50
|
+
export declare namespace Apps {
|
|
51
|
+
export { type AppListResponse as AppListResponse, type AppListParams as AppListParams };
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=apps.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apps.d.mts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,KAAK,GAAE,aAAa,GAAG,IAAI,GAAG,SAAc,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;CAG1G;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IAEjC,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;IAEnB,UAAU,EAAE,MAAM,CAAC;IAEnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,eAAe,CAAC;IAC/B,UAAiB,GAAG;QAClB,EAAE,EAAE,MAAM,CAAC;QAEX,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAE5B,OAAO,EACH,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;QAET,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAE7B,WAAW,EAAE,MAAM,CAAC;QAEpB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QAElC,OAAO,EAAE,MAAM,CAAC;QAEhB,WAAW,EAAE,MAAM,CAAC;QAEpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC;QAE7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,WAAW,EAAE,MAAM,CAAC;KACrB;CACF;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAE9B,MAAM,CAAC,EAAE,KAAK,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;CAClD;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,KAAK,aAAa,IAAI,aAAa,EAAE,CAAC;CACzF"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
4
|
+
export declare class Apps extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Retrieves a paginated list of apps with filtering and search capabilities
|
|
7
|
+
*/
|
|
8
|
+
list(query?: AppListParams | null | undefined, options?: RequestOptions): APIPromise<AppListResponse>;
|
|
9
|
+
}
|
|
10
|
+
export interface AppListResponse {
|
|
11
|
+
apps: Array<AppListResponse.App>;
|
|
12
|
+
availableCount: number;
|
|
13
|
+
queuedCount: number;
|
|
14
|
+
storeCount: number;
|
|
15
|
+
totalCount: number;
|
|
16
|
+
uploadCount: number;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace AppListResponse {
|
|
19
|
+
interface App {
|
|
20
|
+
id: string;
|
|
21
|
+
categoryName: string | null;
|
|
22
|
+
country: 'AF' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AP' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'CI' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'AN' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'CS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'AX' | null;
|
|
23
|
+
createdAt: string | null;
|
|
24
|
+
description: string | null;
|
|
25
|
+
developerName: string | null;
|
|
26
|
+
displayName: string;
|
|
27
|
+
externalIds: Array<string> | null;
|
|
28
|
+
iconURL: string;
|
|
29
|
+
packageName: string;
|
|
30
|
+
queuedAt: string | null;
|
|
31
|
+
ratingCount: number | null;
|
|
32
|
+
ratingScore: string | null;
|
|
33
|
+
sizeBytes: number | null;
|
|
34
|
+
source: 'uploaded' | 'store';
|
|
35
|
+
targetSdk: number | null;
|
|
36
|
+
updatedAt: string | null;
|
|
37
|
+
userId: string | null;
|
|
38
|
+
versionCode: number | null;
|
|
39
|
+
versionName: string;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export interface AppListParams {
|
|
43
|
+
order?: 'asc' | 'desc';
|
|
44
|
+
page?: number;
|
|
45
|
+
pageSize?: number;
|
|
46
|
+
query?: string;
|
|
47
|
+
sortBy?: 'createdAt' | 'name';
|
|
48
|
+
source?: 'all' | 'uploaded' | 'store' | 'queued';
|
|
49
|
+
}
|
|
50
|
+
export declare namespace Apps {
|
|
51
|
+
export { type AppListResponse as AppListResponse, type AppListParams as AppListParams };
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=apps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,KAAK,GAAE,aAAa,GAAG,IAAI,GAAG,SAAc,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;CAG1G;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IAEjC,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;IAEnB,UAAU,EAAE,MAAM,CAAC;IAEnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,eAAe,CAAC;IAC/B,UAAiB,GAAG;QAClB,EAAE,EAAE,MAAM,CAAC;QAEX,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAE5B,OAAO,EACH,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;QAET,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAE7B,WAAW,EAAE,MAAM,CAAC;QAEpB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QAElC,OAAO,EAAE,MAAM,CAAC;QAEhB,WAAW,EAAE,MAAM,CAAC;QAEpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC;QAE7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B,WAAW,EAAE,MAAM,CAAC;KACrB;CACF;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAE9B,MAAM,CAAC,EAAE,KAAK,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;CAClD;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,KAAK,aAAa,IAAI,aAAa,EAAE,CAAC;CACzF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Apps = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
class Apps extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Retrieves a paginated list of apps with filtering and search capabilities
|
|
9
|
+
*/
|
|
10
|
+
list(query = {}, options) {
|
|
11
|
+
return this._client.get('/apps', { query, ...options });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.Apps = Apps;
|
|
15
|
+
//# sourceMappingURL=apps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apps.js","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,IAAK,SAAQ,sBAAW;IACnC;;OAEG;IACH,IAAI,CAAC,QAA0C,EAAE,EAAE,OAAwB;QACzE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1D,CAAC;CACF;AAPD,oBAOC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
export class Apps extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a paginated list of apps with filtering and search capabilities
|
|
6
|
+
*/
|
|
7
|
+
list(query = {}, options) {
|
|
8
|
+
return this._client.get('/apps', { query, ...options });
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=apps.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apps.mjs","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,QAA0C,EAAE,EAAE,OAAwB;QACzE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1D,CAAC;CACF"}
|