@snagsolutions/sdk 0.1.0-alpha.230 → 0.1.0-alpha.232
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 +16 -0
- package/README.md +42 -112
- package/_shims/MultipartBody.d.ts +9 -0
- package/_shims/MultipartBody.d.ts.map +1 -0
- package/_shims/MultipartBody.js +16 -0
- package/_shims/MultipartBody.js.map +1 -0
- package/_shims/MultipartBody.mjs +12 -0
- package/_shims/MultipartBody.mjs.map +1 -0
- package/_shims/README.md +46 -0
- package/_shims/auto/runtime-bun.d.ts +5 -0
- package/_shims/auto/runtime-bun.d.ts.map +1 -0
- package/_shims/auto/runtime-bun.js +21 -0
- package/_shims/auto/runtime-bun.js.map +1 -0
- package/_shims/auto/runtime-bun.mjs +2 -0
- package/_shims/auto/runtime-bun.mjs.map +1 -0
- package/_shims/auto/runtime-node.d.ts +5 -0
- package/_shims/auto/runtime-node.d.ts.map +1 -0
- package/_shims/auto/runtime-node.js +21 -0
- package/_shims/auto/runtime-node.js.map +1 -0
- package/_shims/auto/runtime-node.mjs +2 -0
- package/_shims/auto/runtime-node.mjs.map +1 -0
- package/_shims/auto/runtime.d.ts +5 -0
- package/_shims/auto/runtime.d.ts.map +1 -0
- package/_shims/auto/runtime.js +21 -0
- package/_shims/auto/runtime.js.map +1 -0
- package/_shims/auto/runtime.mjs +2 -0
- package/_shims/auto/runtime.mjs.map +1 -0
- package/_shims/auto/types-node.d.ts +5 -0
- package/_shims/auto/types-node.d.ts.map +1 -0
- package/_shims/auto/types-node.js +21 -0
- package/_shims/auto/types-node.js.map +1 -0
- package/_shims/auto/types-node.mjs +2 -0
- package/_shims/auto/types-node.mjs.map +1 -0
- package/_shims/auto/types.d.ts +101 -0
- package/_shims/auto/types.js +3 -0
- package/_shims/auto/types.mjs +3 -0
- package/_shims/bun-runtime.d.ts +6 -0
- package/_shims/bun-runtime.d.ts.map +1 -0
- package/_shims/bun-runtime.js +14 -0
- package/_shims/bun-runtime.js.map +1 -0
- package/_shims/bun-runtime.mjs +10 -0
- package/_shims/bun-runtime.mjs.map +1 -0
- package/_shims/index.d.ts +83 -0
- package/_shims/index.js +17 -0
- package/_shims/index.mjs +11 -0
- package/_shims/manual-types.d.ts +12 -0
- package/_shims/manual-types.js +3 -0
- package/_shims/manual-types.mjs +3 -0
- package/_shims/node-runtime.d.ts +3 -0
- package/_shims/node-runtime.d.ts.map +1 -0
- package/_shims/node-runtime.js +89 -0
- package/_shims/node-runtime.js.map +1 -0
- package/_shims/node-runtime.mjs +56 -0
- package/_shims/node-runtime.mjs.map +1 -0
- package/_shims/node-types.d.ts +42 -0
- package/_shims/node-types.js +3 -0
- package/_shims/node-types.mjs +3 -0
- package/_shims/registry.d.ts +37 -0
- package/_shims/registry.d.ts.map +1 -0
- package/_shims/registry.js +41 -0
- package/_shims/registry.js.map +1 -0
- package/_shims/registry.mjs +37 -0
- package/_shims/registry.mjs.map +1 -0
- package/_shims/web-runtime.d.ts +5 -0
- package/_shims/web-runtime.d.ts.map +1 -0
- package/_shims/web-runtime.js +78 -0
- package/_shims/web-runtime.js.map +1 -0
- package/_shims/web-runtime.mjs +71 -0
- package/_shims/web-runtime.mjs.map +1 -0
- package/_shims/web-types.d.ts +83 -0
- package/_shims/web-types.js +3 -0
- package/_shims/web-types.mjs +3 -0
- package/core.d.ts +255 -0
- package/core.d.ts.map +1 -0
- package/core.js +929 -0
- package/core.js.map +1 -0
- package/core.mjs +897 -0
- package/core.mjs.map +1 -0
- package/error.d.ts +46 -1
- package/error.d.ts.map +1 -1
- package/error.js +110 -3
- package/error.js.map +1 -1
- package/error.mjs +96 -1
- package/error.mjs.map +1 -1
- package/index.d.mts +138 -6
- package/index.d.ts +137 -5
- package/index.d.ts.map +1 -1
- package/index.js +136 -12
- package/index.js.map +1 -1
- package/index.mjs +109 -5
- package/index.mjs.map +1 -1
- package/internal/qs/formats.d.ts +0 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/formats.js +2 -4
- package/internal/qs/formats.js.map +1 -1
- package/internal/qs/formats.mjs +1 -2
- package/internal/qs/formats.mjs.map +1 -1
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.js +19 -16
- package/internal/qs/stringify.js.map +1 -1
- package/internal/qs/stringify.mjs +19 -17
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.ts +0 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.js +21 -22
- package/internal/qs/utils.js.map +1 -1
- package/internal/qs/utils.mjs +12 -12
- package/internal/qs/utils.mjs.map +1 -1
- package/package.json +65 -101
- package/resource.d.ts +5 -1
- package/resource.d.ts.map +1 -1
- package/resource.js +8 -3
- package/resource.js.map +1 -1
- package/resource.mjs +6 -1
- package/resource.mjs.map +1 -1
- package/resources/assets.d.ts +3 -4
- package/resources/assets.d.ts.map +1 -1
- package/resources/assets.js +1 -1
- package/resources/assets.js.map +1 -1
- package/resources/assets.mjs +1 -1
- package/resources/assets.mjs.map +1 -1
- package/resources/auctions/auctions.d.ts +6 -6
- package/resources/auctions/auctions.d.ts.map +1 -1
- package/resources/auctions/auctions.js +29 -11
- package/resources/auctions/auctions.js.map +1 -1
- package/resources/auctions/auctions.mjs +5 -9
- package/resources/auctions/auctions.mjs.map +1 -1
- package/resources/auctions/index.d.ts.map +1 -1
- package/resources/auctions/website-user-attributes/index.d.ts.map +1 -1
- package/resources/auctions/website-user-attributes/values.d.ts +4 -5
- package/resources/auctions/website-user-attributes/values.d.ts.map +1 -1
- package/resources/auctions/website-user-attributes/values.js +1 -1
- package/resources/auctions/website-user-attributes/values.js.map +1 -1
- package/resources/auctions/website-user-attributes/values.mjs +1 -1
- package/resources/auctions/website-user-attributes/values.mjs.map +1 -1
- package/resources/auctions/website-user-attributes/website-user-attributes.d.ts +6 -6
- package/resources/auctions/website-user-attributes/website-user-attributes.d.ts.map +1 -1
- package/resources/auctions/website-user-attributes/website-user-attributes.js +31 -15
- package/resources/auctions/website-user-attributes/website-user-attributes.js.map +1 -1
- package/resources/auctions/website-user-attributes/website-user-attributes.mjs +7 -13
- package/resources/auctions/website-user-attributes/website-user-attributes.mjs.map +1 -1
- package/resources/auctions/website-user-attributes.d.ts.map +1 -1
- package/resources/auctions/website-user-attributes.js +15 -2
- package/resources/auctions/website-user-attributes.js.map +1 -1
- package/resources/auctions.d.ts.map +1 -1
- package/resources/auctions.js +15 -2
- package/resources/auctions.js.map +1 -1
- package/resources/auth.d.ts +52 -5
- package/resources/auth.d.ts.map +1 -1
- package/resources/auth.js +11 -5
- package/resources/auth.js.map +1 -1
- package/resources/auth.mjs +11 -5
- package/resources/auth.mjs.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/loyalty/account-streaks.d.ts +3 -4
- package/resources/loyalty/account-streaks.d.ts.map +1 -1
- package/resources/loyalty/account-streaks.js +1 -1
- package/resources/loyalty/account-streaks.js.map +1 -1
- package/resources/loyalty/account-streaks.mjs +1 -1
- package/resources/loyalty/account-streaks.mjs.map +1 -1
- package/resources/loyalty/accounts.d.ts +5 -5
- package/resources/loyalty/accounts.d.ts.map +1 -1
- package/resources/loyalty/accounts.js +6 -11
- package/resources/loyalty/accounts.js.map +1 -1
- package/resources/loyalty/accounts.mjs +6 -11
- package/resources/loyalty/accounts.mjs.map +1 -1
- package/resources/loyalty/badges.d.ts +12 -9
- package/resources/loyalty/badges.d.ts.map +1 -1
- package/resources/loyalty/badges.js +18 -44
- package/resources/loyalty/badges.js.map +1 -1
- package/resources/loyalty/badges.mjs +18 -44
- package/resources/loyalty/badges.mjs.map +1 -1
- package/resources/loyalty/currencies.d.ts +4 -5
- package/resources/loyalty/currencies.d.ts.map +1 -1
- package/resources/loyalty/currencies.js +1 -1
- package/resources/loyalty/currencies.js.map +1 -1
- package/resources/loyalty/currencies.mjs +1 -1
- package/resources/loyalty/currencies.mjs.map +1 -1
- package/resources/loyalty/index.d.ts.map +1 -1
- package/resources/loyalty/loyalty.d.ts +1 -1
- package/resources/loyalty/loyalty.d.ts.map +1 -1
- package/resources/loyalty/loyalty.js +35 -13
- package/resources/loyalty/loyalty.js.map +1 -1
- package/resources/loyalty/loyalty.mjs +1 -1
- package/resources/loyalty/multipliers.d.ts +10 -9
- package/resources/loyalty/multipliers.d.ts.map +1 -1
- package/resources/loyalty/multipliers.js +14 -26
- package/resources/loyalty/multipliers.js.map +1 -1
- package/resources/loyalty/multipliers.mjs +14 -26
- package/resources/loyalty/multipliers.mjs.map +1 -1
- package/resources/loyalty/questions-responses.d.ts +5 -5
- package/resources/loyalty/questions-responses.d.ts.map +1 -1
- package/resources/loyalty/questions-responses.js +5 -11
- package/resources/loyalty/questions-responses.js.map +1 -1
- package/resources/loyalty/questions-responses.mjs +5 -11
- package/resources/loyalty/questions-responses.mjs.map +1 -1
- package/resources/loyalty/questions.d.ts +5 -6
- package/resources/loyalty/questions.d.ts.map +1 -1
- package/resources/loyalty/questions.js +2 -3
- package/resources/loyalty/questions.js.map +1 -1
- package/resources/loyalty/questions.mjs +2 -3
- package/resources/loyalty/questions.mjs.map +1 -1
- package/resources/loyalty/rule-edits.d.ts +4 -5
- package/resources/loyalty/rule-edits.d.ts.map +1 -1
- package/resources/loyalty/rule-edits.js +2 -3
- package/resources/loyalty/rule-edits.js.map +1 -1
- package/resources/loyalty/rule-edits.mjs +2 -3
- package/resources/loyalty/rule-edits.mjs.map +1 -1
- package/resources/loyalty/rule-groups.d.ts +8 -7
- package/resources/loyalty/rule-groups.d.ts.map +1 -1
- package/resources/loyalty/rule-groups.js +10 -24
- package/resources/loyalty/rule-groups.js.map +1 -1
- package/resources/loyalty/rule-groups.mjs +10 -24
- package/resources/loyalty/rule-groups.mjs.map +1 -1
- package/resources/loyalty/rules.d.ts +12 -9
- package/resources/loyalty/rules.d.ts.map +1 -1
- package/resources/loyalty/rules.js +18 -48
- package/resources/loyalty/rules.js.map +1 -1
- package/resources/loyalty/rules.mjs +18 -48
- package/resources/loyalty/rules.mjs.map +1 -1
- package/resources/loyalty/transactions/index.d.ts.map +1 -1
- package/resources/loyalty/transactions/posts.d.ts +5 -5
- package/resources/loyalty/transactions/posts.d.ts.map +1 -1
- package/resources/loyalty/transactions/posts.js +6 -14
- package/resources/loyalty/transactions/posts.js.map +1 -1
- package/resources/loyalty/transactions/posts.mjs +6 -14
- package/resources/loyalty/transactions/posts.mjs.map +1 -1
- package/resources/loyalty/transactions/rule-statuses.d.ts +5 -5
- package/resources/loyalty/transactions/rule-statuses.d.ts.map +1 -1
- package/resources/loyalty/transactions/rule-statuses.js +5 -10
- package/resources/loyalty/transactions/rule-statuses.js.map +1 -1
- package/resources/loyalty/transactions/rule-statuses.mjs +5 -10
- package/resources/loyalty/transactions/rule-statuses.mjs.map +1 -1
- package/resources/loyalty/transactions/transactions.d.ts +8 -8
- package/resources/loyalty/transactions/transactions.d.ts.map +1 -1
- package/resources/loyalty/transactions/transactions.js +30 -14
- package/resources/loyalty/transactions/transactions.js.map +1 -1
- package/resources/loyalty/transactions/transactions.mjs +5 -11
- package/resources/loyalty/transactions/transactions.mjs.map +1 -1
- package/resources/loyalty/transactions.d.ts.map +1 -1
- package/resources/loyalty/transactions.js +15 -2
- package/resources/loyalty/transactions.js.map +1 -1
- package/resources/loyalty.d.ts.map +1 -1
- package/resources/loyalty.js +15 -2
- package/resources/loyalty.js.map +1 -1
- package/resources/minting/allowlist.d.ts +4 -5
- package/resources/minting/allowlist.d.ts.map +1 -1
- package/resources/minting/allowlist.js +1 -1
- package/resources/minting/allowlist.js.map +1 -1
- package/resources/minting/allowlist.mjs +1 -1
- package/resources/minting/allowlist.mjs.map +1 -1
- package/resources/minting/contracts.d.ts +5 -5
- package/resources/minting/contracts.d.ts.map +1 -1
- package/resources/minting/contracts.js +5 -9
- package/resources/minting/contracts.js.map +1 -1
- package/resources/minting/contracts.mjs +5 -9
- package/resources/minting/contracts.mjs.map +1 -1
- package/resources/minting/index.d.ts.map +1 -1
- package/resources/minting/minting.d.ts +4 -5
- package/resources/minting/minting.d.ts.map +1 -1
- package/resources/minting/minting.js +27 -5
- package/resources/minting/minting.js.map +1 -1
- package/resources/minting/minting.mjs +1 -1
- package/resources/minting/minting.mjs.map +1 -1
- package/resources/minting/status.d.ts +4 -5
- package/resources/minting/status.d.ts.map +1 -1
- package/resources/minting/status.js +3 -4
- package/resources/minting/status.js.map +1 -1
- package/resources/minting/status.mjs +3 -4
- package/resources/minting/status.mjs.map +1 -1
- package/resources/minting.d.ts.map +1 -1
- package/resources/minting.js +15 -2
- package/resources/minting.js.map +1 -1
- package/resources/referral/index.d.ts.map +1 -1
- package/resources/referral/referral.d.ts +3 -4
- package/resources/referral/referral.d.ts.map +1 -1
- package/resources/referral/referral.js +25 -3
- package/resources/referral/referral.js.map +1 -1
- package/resources/referral/referral.mjs +1 -1
- package/resources/referral/referral.mjs.map +1 -1
- package/resources/referral/users.d.ts +5 -5
- package/resources/referral/users.d.ts.map +1 -1
- package/resources/referral/users.js +5 -9
- package/resources/referral/users.js.map +1 -1
- package/resources/referral/users.mjs +5 -9
- package/resources/referral/users.mjs.map +1 -1
- package/resources/referral.d.ts.map +1 -1
- package/resources/referral.js +15 -2
- package/resources/referral.js.map +1 -1
- package/resources/token-claims.d.ts +10 -9
- package/resources/token-claims.d.ts.map +1 -1
- package/resources/token-claims.js +16 -16
- package/resources/token-claims.js.map +1 -1
- package/resources/token-claims.mjs +16 -16
- package/resources/token-claims.mjs.map +1 -1
- package/resources/users/index.d.ts.map +1 -1
- package/resources/users/metadatas.d.ts +6 -5
- package/resources/users/metadatas.d.ts.map +1 -1
- package/resources/users/metadatas.js +8 -17
- package/resources/users/metadatas.js.map +1 -1
- package/resources/users/metadatas.mjs +8 -17
- package/resources/users/metadatas.mjs.map +1 -1
- package/resources/users/users.d.ts +13 -9
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js +29 -11
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs +5 -9
- package/resources/users/users.mjs.map +1 -1
- package/resources/users.d.ts.map +1 -1
- package/resources/users.js +15 -2
- package/resources/users.js.map +1 -1
- package/resources/websites/index.d.ts.map +1 -1
- package/resources/websites/website-collections.d.ts +4 -5
- package/resources/websites/website-collections.d.ts.map +1 -1
- package/resources/websites/website-collections.js +2 -3
- package/resources/websites/website-collections.js.map +1 -1
- package/resources/websites/website-collections.mjs +2 -3
- package/resources/websites/website-collections.mjs.map +1 -1
- package/resources/websites/website-user-roles.d.ts +4 -5
- package/resources/websites/website-user-roles.d.ts.map +1 -1
- package/resources/websites/website-user-roles.js +1 -1
- package/resources/websites/website-user-roles.js.map +1 -1
- package/resources/websites/website-user-roles.mjs +1 -1
- package/resources/websites/website-user-roles.mjs.map +1 -1
- package/resources/websites/websites.d.ts +5 -5
- package/resources/websites/websites.d.ts.map +1 -1
- package/resources/websites/websites.js +30 -13
- package/resources/websites/websites.js.map +1 -1
- package/resources/websites/websites.mjs +5 -10
- package/resources/websites/websites.mjs.map +1 -1
- package/resources/websites.d.ts.map +1 -1
- package/resources/websites.js +15 -2
- package/resources/websites.js.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.js +15 -2
- package/resources.js.map +1 -1
- package/shims/node.d.ts +30 -0
- package/shims/node.d.ts.map +1 -0
- package/shims/node.js +31 -0
- package/shims/node.js.map +1 -0
- package/shims/node.mjs +5 -0
- package/shims/node.mjs.map +1 -0
- package/shims/web.d.ts +26 -0
- package/shims/web.d.ts.map +1 -0
- package/shims/web.js +31 -0
- package/shims/web.js.map +1 -0
- package/shims/web.mjs +5 -0
- package/shims/web.mjs.map +1 -0
- package/src/_shims/MultipartBody.ts +9 -0
- package/src/_shims/README.md +46 -0
- package/src/_shims/auto/runtime-bun.ts +4 -0
- package/src/_shims/auto/runtime-node.ts +4 -0
- package/src/_shims/auto/runtime.ts +4 -0
- package/src/_shims/auto/types-node.ts +4 -0
- package/src/_shims/auto/types.d.ts +101 -0
- package/src/_shims/auto/types.js +3 -0
- package/src/_shims/auto/types.mjs +3 -0
- package/src/_shims/bun-runtime.ts +14 -0
- package/src/_shims/index.d.ts +83 -0
- package/src/_shims/index.js +17 -0
- package/src/_shims/index.mjs +11 -0
- package/src/_shims/manual-types.d.ts +12 -0
- package/src/_shims/manual-types.js +3 -0
- package/src/_shims/manual-types.mjs +3 -0
- package/src/_shims/node-runtime.ts +81 -0
- package/src/_shims/node-types.d.ts +42 -0
- package/src/_shims/node-types.js +3 -0
- package/src/_shims/node-types.mjs +3 -0
- package/src/_shims/registry.ts +67 -0
- package/src/_shims/web-runtime.ts +103 -0
- package/src/_shims/web-types.d.ts +83 -0
- package/src/_shims/web-types.js +3 -0
- package/src/_shims/web-types.mjs +3 -0
- package/src/core.ts +1243 -0
- package/src/error.ts +130 -2
- package/src/index.ts +342 -5
- package/src/internal/qs/formats.ts +1 -2
- package/src/internal/qs/stringify.ts +20 -17
- package/src/internal/qs/utils.ts +14 -14
- package/src/resource.ts +11 -2
- package/src/resources/assets.ts +6 -4
- package/src/resources/auctions/auctions.ts +17 -9
- package/src/resources/auctions/website-user-attributes/values.ts +4 -5
- package/src/resources/auctions/website-user-attributes/website-user-attributes.ts +20 -13
- package/src/resources/auth.ts +107 -8
- package/src/resources/index.ts +7 -1
- package/src/resources/loyalty/account-streaks.ts +4 -5
- package/src/resources/loyalty/accounts.ts +14 -10
- package/src/resources/loyalty/badges.ts +53 -22
- package/src/resources/loyalty/currencies.ts +4 -5
- package/src/resources/loyalty/loyalty.ts +1 -1
- package/src/resources/loyalty/multipliers.ts +35 -19
- package/src/resources/loyalty/questions-responses.ts +16 -8
- package/src/resources/loyalty/questions.ts +7 -9
- package/src/resources/loyalty/rule-edits.ts +6 -8
- package/src/resources/loyalty/rule-groups.ts +34 -15
- package/src/resources/loyalty/rules.ts +56 -22
- package/src/resources/loyalty/transactions/posts.ts +17 -9
- package/src/resources/loyalty/transactions/rule-statuses.ts +15 -7
- package/src/resources/loyalty/transactions/transactions.ts +24 -14
- package/src/resources/minting/allowlist.ts +7 -5
- package/src/resources/minting/contracts.ts +12 -7
- package/src/resources/minting/minting.ts +8 -6
- package/src/resources/minting/status.ts +10 -8
- package/src/resources/referral/referral.ts +4 -5
- package/src/resources/referral/users.ts +12 -7
- package/src/resources/token-claims.ts +39 -26
- package/src/resources/users/metadatas.ts +19 -9
- package/src/resources/users/users.ts +30 -11
- package/src/resources/websites/website-collections.ts +6 -8
- package/src/resources/websites/website-user-roles.ts +8 -6
- package/src/resources/websites/websites.ts +12 -7
- package/src/shims/node.ts +50 -0
- package/src/shims/web.ts +50 -0
- package/src/tsconfig.json +2 -2
- package/src/uploads.ts +255 -2
- package/src/version.ts +1 -1
- package/uploads.d.ts +74 -1
- package/uploads.d.ts.map +1 -1
- package/uploads.js +168 -3
- package/uploads.js.map +1 -1
- package/uploads.mjs +157 -1
- package/uploads.mjs.map +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/api-promise.d.mts +0 -2
- package/api-promise.d.mts.map +0 -1
- package/api-promise.d.ts +0 -2
- package/api-promise.d.ts.map +0 -1
- package/api-promise.js +0 -6
- package/api-promise.js.map +0 -1
- package/api-promise.mjs +0 -2
- package/api-promise.mjs.map +0 -1
- package/client.d.mts +0 -202
- package/client.d.mts.map +0 -1
- package/client.d.ts +0 -202
- package/client.d.ts.map +0 -1
- package/client.js +0 -478
- package/client.js.map +0 -1
- package/client.mjs +0 -474
- package/client.mjs.map +0 -1
- package/core/api-promise.d.mts +0 -46
- package/core/api-promise.d.mts.map +0 -1
- package/core/api-promise.d.ts +0 -46
- package/core/api-promise.d.ts.map +0 -1
- package/core/api-promise.js +0 -74
- package/core/api-promise.js.map +0 -1
- package/core/api-promise.mjs +0 -70
- package/core/api-promise.mjs.map +0 -1
- package/core/error.d.mts +0 -46
- package/core/error.d.mts.map +0 -1
- package/core/error.d.ts +0 -46
- package/core/error.d.ts.map +0 -1
- package/core/error.js +0 -113
- package/core/error.js.map +0 -1
- package/core/error.mjs +0 -97
- package/core/error.mjs.map +0 -1
- package/core/resource.d.mts +0 -6
- package/core/resource.d.mts.map +0 -1
- package/core/resource.d.ts +0 -6
- package/core/resource.d.ts.map +0 -1
- package/core/resource.js +0 -11
- package/core/resource.js.map +0 -1
- package/core/resource.mjs +0 -7
- package/core/resource.mjs.map +0 -1
- package/core/uploads.d.mts +0 -3
- package/core/uploads.d.mts.map +0 -1
- package/core/uploads.d.ts +0 -3
- package/core/uploads.d.ts.map +0 -1
- package/core/uploads.js +0 -6
- package/core/uploads.js.map +0 -1
- package/core/uploads.mjs +0 -2
- package/core/uploads.mjs.map +0 -1
- package/error.d.mts +0 -2
- package/error.d.mts.map +0 -1
- package/index.d.mts.map +0 -1
- package/internal/builtin-types.d.mts +0 -73
- package/internal/builtin-types.d.mts.map +0 -1
- package/internal/builtin-types.d.ts +0 -73
- package/internal/builtin-types.d.ts.map +0 -1
- package/internal/builtin-types.js +0 -4
- package/internal/builtin-types.js.map +0 -1
- package/internal/builtin-types.mjs +0 -3
- package/internal/builtin-types.mjs.map +0 -1
- package/internal/detect-platform.d.mts +0 -15
- package/internal/detect-platform.d.mts.map +0 -1
- package/internal/detect-platform.d.ts +0 -15
- package/internal/detect-platform.d.ts.map +0 -1
- package/internal/detect-platform.js +0 -162
- package/internal/detect-platform.js.map +0 -1
- package/internal/detect-platform.mjs +0 -157
- package/internal/detect-platform.mjs.map +0 -1
- package/internal/errors.d.mts +0 -3
- package/internal/errors.d.mts.map +0 -1
- package/internal/errors.d.ts +0 -3
- package/internal/errors.d.ts.map +0 -1
- package/internal/errors.js +0 -41
- package/internal/errors.js.map +0 -1
- package/internal/errors.mjs +0 -36
- package/internal/errors.mjs.map +0 -1
- package/internal/headers.d.mts +0 -20
- package/internal/headers.d.mts.map +0 -1
- package/internal/headers.d.ts +0 -20
- package/internal/headers.d.ts.map +0 -1
- package/internal/headers.js +0 -79
- package/internal/headers.js.map +0 -1
- package/internal/headers.mjs +0 -74
- package/internal/headers.mjs.map +0 -1
- package/internal/parse.d.mts +0 -12
- package/internal/parse.d.mts.map +0 -1
- package/internal/parse.d.ts +0 -12
- package/internal/parse.d.ts.map +0 -1
- package/internal/parse.js +0 -40
- package/internal/parse.js.map +0 -1
- package/internal/parse.mjs +0 -37
- package/internal/parse.mjs.map +0 -1
- package/internal/qs/formats.d.mts +0 -7
- package/internal/qs/formats.d.mts.map +0 -1
- package/internal/qs/index.d.mts +0 -10
- package/internal/qs/index.d.mts.map +0 -1
- package/internal/qs/stringify.d.mts +0 -3
- package/internal/qs/stringify.d.mts.map +0 -1
- package/internal/qs/types.d.mts +0 -57
- package/internal/qs/types.d.mts.map +0 -1
- package/internal/qs/utils.d.mts +0 -15
- package/internal/qs/utils.d.mts.map +0 -1
- package/internal/request-options.d.mts +0 -75
- package/internal/request-options.d.mts.map +0 -1
- package/internal/request-options.d.ts +0 -75
- package/internal/request-options.d.ts.map +0 -1
- package/internal/request-options.js +0 -14
- package/internal/request-options.js.map +0 -1
- package/internal/request-options.mjs +0 -10
- package/internal/request-options.mjs.map +0 -1
- package/internal/shim-types.d.mts +0 -17
- package/internal/shim-types.d.mts.map +0 -1
- package/internal/shim-types.d.ts +0 -17
- package/internal/shim-types.d.ts.map +0 -1
- package/internal/shim-types.js +0 -4
- package/internal/shim-types.js.map +0 -1
- package/internal/shim-types.mjs +0 -3
- package/internal/shim-types.mjs.map +0 -1
- package/internal/shims.d.mts +0 -20
- package/internal/shims.d.mts.map +0 -1
- package/internal/shims.d.ts +0 -20
- package/internal/shims.d.ts.map +0 -1
- package/internal/shims.js +0 -92
- package/internal/shims.js.map +0 -1
- package/internal/shims.mjs +0 -85
- package/internal/shims.mjs.map +0 -1
- package/internal/to-file.d.mts +0 -45
- package/internal/to-file.d.mts.map +0 -1
- package/internal/to-file.d.ts +0 -45
- package/internal/to-file.d.ts.map +0 -1
- package/internal/to-file.js +0 -91
- package/internal/to-file.js.map +0 -1
- package/internal/to-file.mjs +0 -88
- package/internal/to-file.mjs.map +0 -1
- package/internal/tslib.js +0 -81
- package/internal/tslib.mjs +0 -17
- package/internal/types.d.mts +0 -69
- package/internal/types.d.mts.map +0 -1
- package/internal/types.d.ts +0 -69
- package/internal/types.d.ts.map +0 -1
- package/internal/types.js +0 -4
- package/internal/types.js.map +0 -1
- package/internal/types.mjs +0 -3
- package/internal/types.mjs.map +0 -1
- package/internal/uploads.d.mts +0 -42
- package/internal/uploads.d.mts.map +0 -1
- package/internal/uploads.d.ts +0 -42
- package/internal/uploads.d.ts.map +0 -1
- package/internal/uploads.js +0 -141
- package/internal/uploads.js.map +0 -1
- package/internal/uploads.mjs +0 -131
- package/internal/uploads.mjs.map +0 -1
- package/internal/utils/base64.d.mts +0 -3
- package/internal/utils/base64.d.mts.map +0 -1
- package/internal/utils/base64.d.ts +0 -3
- package/internal/utils/base64.d.ts.map +0 -1
- package/internal/utils/base64.js +0 -38
- package/internal/utils/base64.js.map +0 -1
- package/internal/utils/base64.mjs +0 -33
- package/internal/utils/base64.mjs.map +0 -1
- package/internal/utils/bytes.d.mts +0 -4
- package/internal/utils/bytes.d.mts.map +0 -1
- package/internal/utils/bytes.d.ts +0 -4
- package/internal/utils/bytes.d.ts.map +0 -1
- package/internal/utils/bytes.js +0 -31
- package/internal/utils/bytes.js.map +0 -1
- package/internal/utils/bytes.mjs +0 -26
- package/internal/utils/bytes.mjs.map +0 -1
- package/internal/utils/env.d.mts +0 -9
- package/internal/utils/env.d.mts.map +0 -1
- package/internal/utils/env.d.ts +0 -9
- package/internal/utils/env.d.ts.map +0 -1
- package/internal/utils/env.js +0 -22
- package/internal/utils/env.js.map +0 -1
- package/internal/utils/env.mjs +0 -18
- package/internal/utils/env.mjs.map +0 -1
- package/internal/utils/log.d.mts +0 -37
- package/internal/utils/log.d.mts.map +0 -1
- package/internal/utils/log.d.ts +0 -37
- package/internal/utils/log.d.ts.map +0 -1
- package/internal/utils/log.js +0 -86
- package/internal/utils/log.js.map +0 -1
- package/internal/utils/log.mjs +0 -80
- package/internal/utils/log.mjs.map +0 -1
- package/internal/utils/path.d.mts +0 -15
- package/internal/utils/path.d.mts.map +0 -1
- package/internal/utils/path.d.ts +0 -15
- package/internal/utils/path.d.ts.map +0 -1
- package/internal/utils/path.js +0 -79
- package/internal/utils/path.js.map +0 -1
- package/internal/utils/path.mjs +0 -74
- package/internal/utils/path.mjs.map +0 -1
- package/internal/utils/sleep.d.mts +0 -2
- package/internal/utils/sleep.d.mts.map +0 -1
- package/internal/utils/sleep.d.ts +0 -2
- package/internal/utils/sleep.d.ts.map +0 -1
- package/internal/utils/sleep.js +0 -7
- package/internal/utils/sleep.js.map +0 -1
- package/internal/utils/sleep.mjs +0 -3
- package/internal/utils/sleep.mjs.map +0 -1
- package/internal/utils/uuid.d.mts +0 -5
- package/internal/utils/uuid.d.mts.map +0 -1
- package/internal/utils/uuid.d.ts +0 -5
- package/internal/utils/uuid.d.ts.map +0 -1
- package/internal/utils/uuid.js +0 -19
- package/internal/utils/uuid.js.map +0 -1
- package/internal/utils/uuid.mjs +0 -15
- package/internal/utils/uuid.mjs.map +0 -1
- package/internal/utils/values.d.mts +0 -18
- package/internal/utils/values.d.mts.map +0 -1
- package/internal/utils/values.d.ts +0 -18
- package/internal/utils/values.d.ts.map +0 -1
- package/internal/utils/values.js +0 -112
- package/internal/utils/values.js.map +0 -1
- package/internal/utils/values.mjs +0 -94
- package/internal/utils/values.mjs.map +0 -1
- package/internal/utils.d.mts +0 -7
- package/internal/utils.d.mts.map +0 -1
- package/internal/utils.d.ts +0 -7
- package/internal/utils.d.ts.map +0 -1
- package/internal/utils.js +0 -11
- package/internal/utils.js.map +0 -1
- package/internal/utils.mjs +0 -8
- package/internal/utils.mjs.map +0 -1
- package/resource.d.mts +0 -2
- package/resource.d.mts.map +0 -1
- package/resources/assets.d.mts +0 -65
- package/resources/assets.d.mts.map +0 -1
- package/resources/auctions/auctions.d.mts +0 -368
- package/resources/auctions/auctions.d.mts.map +0 -1
- package/resources/auctions/index.d.mts +0 -3
- package/resources/auctions/index.d.mts.map +0 -1
- package/resources/auctions/website-user-attributes/index.d.mts +0 -3
- package/resources/auctions/website-user-attributes/index.d.mts.map +0 -1
- package/resources/auctions/website-user-attributes/values.d.mts +0 -127
- package/resources/auctions/website-user-attributes/values.d.mts.map +0 -1
- package/resources/auctions/website-user-attributes/website-user-attributes.d.mts +0 -136
- package/resources/auctions/website-user-attributes/website-user-attributes.d.mts.map +0 -1
- package/resources/auctions/website-user-attributes.d.mts +0 -2
- package/resources/auctions/website-user-attributes.d.mts.map +0 -1
- package/resources/auctions.d.mts +0 -2
- package/resources/auctions.d.mts.map +0 -1
- package/resources/auth.d.mts +0 -53
- package/resources/auth.d.mts.map +0 -1
- package/resources/index.d.mts +0 -10
- package/resources/index.d.mts.map +0 -1
- package/resources/loyalty/account-streaks.d.mts +0 -97
- package/resources/loyalty/account-streaks.d.mts.map +0 -1
- package/resources/loyalty/accounts.d.mts +0 -238
- package/resources/loyalty/accounts.d.mts.map +0 -1
- package/resources/loyalty/badges.d.mts +0 -1398
- package/resources/loyalty/badges.d.mts.map +0 -1
- package/resources/loyalty/currencies.d.mts +0 -272
- package/resources/loyalty/currencies.d.mts.map +0 -1
- package/resources/loyalty/index.d.mts +0 -13
- package/resources/loyalty/index.d.mts.map +0 -1
- package/resources/loyalty/loyalty.d.mts +0 -50
- package/resources/loyalty/loyalty.d.mts.map +0 -1
- package/resources/loyalty/multipliers.d.mts +0 -221
- package/resources/loyalty/multipliers.d.mts.map +0 -1
- package/resources/loyalty/questions-responses.d.mts +0 -148
- package/resources/loyalty/questions-responses.d.mts.map +0 -1
- package/resources/loyalty/questions.d.mts +0 -205
- package/resources/loyalty/questions.d.mts.map +0 -1
- package/resources/loyalty/rule-edits.d.mts +0 -3165
- package/resources/loyalty/rule-edits.d.mts.map +0 -1
- package/resources/loyalty/rule-groups.d.mts +0 -826
- package/resources/loyalty/rule-groups.d.mts.map +0 -1
- package/resources/loyalty/rules.d.mts +0 -4543
- package/resources/loyalty/rules.d.mts.map +0 -1
- package/resources/loyalty/transactions/index.d.mts +0 -4
- package/resources/loyalty/transactions/index.d.mts.map +0 -1
- package/resources/loyalty/transactions/posts.d.mts +0 -145
- package/resources/loyalty/transactions/posts.d.mts.map +0 -1
- package/resources/loyalty/transactions/rule-statuses.d.mts +0 -121
- package/resources/loyalty/transactions/rule-statuses.d.mts.map +0 -1
- package/resources/loyalty/transactions/transactions.d.mts +0 -564
- package/resources/loyalty/transactions/transactions.d.mts.map +0 -1
- package/resources/loyalty/transactions.d.mts +0 -2
- package/resources/loyalty/transactions.d.mts.map +0 -1
- package/resources/loyalty.d.mts +0 -2
- package/resources/loyalty.d.mts.map +0 -1
- package/resources/minting/allowlist.d.mts +0 -85
- package/resources/minting/allowlist.d.mts.map +0 -1
- package/resources/minting/contracts.d.mts +0 -165
- package/resources/minting/contracts.d.mts.map +0 -1
- package/resources/minting/index.d.mts +0 -5
- package/resources/minting/index.d.mts.map +0 -1
- package/resources/minting/minting.d.mts +0 -143
- package/resources/minting/minting.d.mts.map +0 -1
- package/resources/minting/status.d.mts +0 -45
- package/resources/minting/status.d.mts.map +0 -1
- package/resources/minting.d.mts +0 -2
- package/resources/minting.d.mts.map +0 -1
- package/resources/referral/index.d.mts +0 -3
- package/resources/referral/index.d.mts.map +0 -1
- package/resources/referral/referral.d.mts +0 -41
- package/resources/referral/referral.d.mts.map +0 -1
- package/resources/referral/users.d.mts +0 -84
- package/resources/referral/users.d.mts.map +0 -1
- package/resources/referral.d.mts +0 -2
- package/resources/referral.d.mts.map +0 -1
- package/resources/token-claims.d.mts +0 -159
- package/resources/token-claims.d.mts.map +0 -1
- package/resources/users/index.d.mts +0 -3
- package/resources/users/index.d.mts.map +0 -1
- package/resources/users/metadatas.d.mts +0 -174
- package/resources/users/metadatas.d.mts.map +0 -1
- package/resources/users/users.d.mts +0 -465
- package/resources/users/users.d.mts.map +0 -1
- package/resources/users.d.mts +0 -2
- package/resources/users.d.mts.map +0 -1
- package/resources/websites/index.d.mts +0 -4
- package/resources/websites/index.d.mts.map +0 -1
- package/resources/websites/website-collections.d.mts +0 -95
- package/resources/websites/website-collections.d.mts.map +0 -1
- package/resources/websites/website-user-roles.d.mts +0 -97
- package/resources/websites/website-user-roles.d.mts.map +0 -1
- package/resources/websites/websites.d.mts +0 -329
- package/resources/websites/websites.d.mts.map +0 -1
- package/resources/websites.d.mts +0 -2
- package/resources/websites.d.mts.map +0 -1
- package/resources.d.mts +0 -2
- package/resources.d.mts.map +0 -1
- package/src/api-promise.ts +0 -2
- package/src/client.ts +0 -868
- package/src/core/README.md +0 -3
- package/src/core/api-promise.ts +0 -92
- package/src/core/error.ts +0 -130
- package/src/core/resource.ts +0 -11
- package/src/core/uploads.ts +0 -2
- package/src/internal/README.md +0 -3
- package/src/internal/builtin-types.ts +0 -93
- package/src/internal/detect-platform.ts +0 -196
- package/src/internal/errors.ts +0 -33
- package/src/internal/headers.ts +0 -97
- package/src/internal/parse.ts +0 -56
- package/src/internal/request-options.ts +0 -91
- package/src/internal/shim-types.ts +0 -26
- package/src/internal/shims.ts +0 -107
- package/src/internal/to-file.ts +0 -154
- package/src/internal/types.ts +0 -95
- package/src/internal/uploads.ts +0 -187
- package/src/internal/utils/base64.ts +0 -40
- package/src/internal/utils/bytes.ts +0 -32
- package/src/internal/utils/env.ts +0 -18
- package/src/internal/utils/log.ts +0 -127
- package/src/internal/utils/path.ts +0 -88
- package/src/internal/utils/sleep.ts +0 -3
- package/src/internal/utils/uuid.ts +0 -17
- package/src/internal/utils/values.ts +0 -105
- package/src/internal/utils.ts +0 -8
- package/uploads.d.mts +0 -2
- package/uploads.d.mts.map +0 -1
- package/version.d.mts +0 -2
- package/version.d.mts.map +0 -1
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { SnagSolutionsError } 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 SnagSolutionsError(`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 SnagSolutionsError(`${name} must be an integer`);
|
|
41
|
-
}
|
|
42
|
-
if (n < 0) {
|
|
43
|
-
throw new SnagSolutionsError(`${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 SnagSolutionsError(`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 SnagSolutionsError(`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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"values.mjs","sourceRoot":"","sources":["../../src/internal/utils/values.ts"],"names":[],"mappings":"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"}
|
package/internal/utils.d.mts
DELETED
package/internal/utils.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.mts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
|
package/internal/utils.d.ts
DELETED
package/internal/utils.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
|
package/internal/utils.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
package/internal/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
package/internal/utils.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
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
|
package/internal/utils.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.mjs","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
package/resource.d.mts
DELETED
package/resource.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resource.d.mts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
|
package/resources/assets.d.mts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
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 Assets extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* This endpoint enables you to upload a file to the resource. Returns a presigned
|
|
7
|
-
* URL and the asset's public URL. Call PUT with the file as the body to upload the
|
|
8
|
-
* asset using the presigned URL.
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* ```ts
|
|
12
|
-
* const response = await client.assets.createAsset({
|
|
13
|
-
* fileName: 'example.png',
|
|
14
|
-
* fileSize: 1024,
|
|
15
|
-
* });
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
createAsset(body: AssetCreateAssetParams, options?: RequestOptions): APIPromise<AssetCreateAssetResponse>;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Response returned upon successful generation of the signed URL for uploading the
|
|
22
|
-
* file.
|
|
23
|
-
*/
|
|
24
|
-
export interface AssetCreateAssetResponse {
|
|
25
|
-
/**
|
|
26
|
-
* The pre-signed URL to be used for uploading the file.
|
|
27
|
-
*/
|
|
28
|
-
signedUrl: string;
|
|
29
|
-
/**
|
|
30
|
-
* The URL of the uploaded file.
|
|
31
|
-
*/
|
|
32
|
-
url: string;
|
|
33
|
-
}
|
|
34
|
-
export interface AssetCreateAssetParams {
|
|
35
|
-
/**
|
|
36
|
-
* The name of the file, must match the regex pattern (converted to lowercase) and
|
|
37
|
-
* have a valid extension.
|
|
38
|
-
*/
|
|
39
|
-
fileName: string;
|
|
40
|
-
/**
|
|
41
|
-
* Size of the file in bytes. Uploaded file must match this file size. 1mb for
|
|
42
|
-
* images and 10mb for videos.
|
|
43
|
-
*/
|
|
44
|
-
fileSize: number;
|
|
45
|
-
/**
|
|
46
|
-
* The file path, must be a valid enum value.
|
|
47
|
-
*/
|
|
48
|
-
filePath?: 'images' | 'videos' | 'banners' | 'fonts' | 'posts' | 'profiles' | 'minting' | 'loyalty' | 'tokenClaims';
|
|
49
|
-
/**
|
|
50
|
-
* UUID of the organization (optional, converted to lowercase)
|
|
51
|
-
*/
|
|
52
|
-
organizationId?: string;
|
|
53
|
-
/**
|
|
54
|
-
* UUID of the user (optional, converted to lowercase)
|
|
55
|
-
*/
|
|
56
|
-
userId?: string;
|
|
57
|
-
/**
|
|
58
|
-
* UUID of the website (optional, converted to lowercase)
|
|
59
|
-
*/
|
|
60
|
-
websiteId?: string;
|
|
61
|
-
}
|
|
62
|
-
export declare namespace Assets {
|
|
63
|
-
export { type AssetCreateAssetResponse as AssetCreateAssetResponse, type AssetCreateAssetParams as AssetCreateAssetParams, };
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=assets.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assets.d.mts","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;CAG1G;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EACL,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,UAAU,GACV,SAAS,GACT,SAAS,GACT,aAAa,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -1,368 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as WebsiteUserAttributesAPI from "./website-user-attributes/website-user-attributes.mjs";
|
|
3
|
-
import { WebsiteUserAttributeCreateParams, WebsiteUserAttributeCreateResponse, WebsiteUserAttributeDeleteParams, WebsiteUserAttributeDeleteResponse, WebsiteUserAttributeListParams, WebsiteUserAttributeListResponse, WebsiteUserAttributes } from "./website-user-attributes/website-user-attributes.mjs";
|
|
4
|
-
import { APIPromise } from "../../core/api-promise.mjs";
|
|
5
|
-
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
6
|
-
export declare class Auctions extends APIResource {
|
|
7
|
-
websiteUserAttributes: WebsiteUserAttributesAPI.WebsiteUserAttributes;
|
|
8
|
-
/**
|
|
9
|
-
* This endpoint allows you to fetch page sections
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```ts
|
|
13
|
-
* const response = await client.auctions.getPageSections({
|
|
14
|
-
* organizationId: '123e4567-e89b-12d3-a456-426614174334',
|
|
15
|
-
* placement: 'page',
|
|
16
|
-
* websiteId: '123e4567-e89b-12d3-a456-426614174333',
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
getPageSections(query: AuctionGetPageSectionsParams, options?: RequestOptions): APIPromise<AuctionGetPageSectionsResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* Returns a list of auction bids with optional filtering and pagination.
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* ```ts
|
|
26
|
-
* const response = await client.auctions.listAuctionBids();
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
listAuctionBids(query?: AuctionListAuctionBidsParams | null | undefined, options?: RequestOptions): APIPromise<AuctionListAuctionBidsResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* Returns a list of auctions with optional filtering and pagination.
|
|
32
|
-
*
|
|
33
|
-
* @example
|
|
34
|
-
* ```ts
|
|
35
|
-
* const response = await client.auctions.listAuctions();
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
listAuctions(options?: RequestOptions): APIPromise<AuctionListAuctionsResponse>;
|
|
39
|
-
}
|
|
40
|
-
export interface AuctionGetPageSectionsResponse {
|
|
41
|
-
/**
|
|
42
|
-
* Unique identifier for the page section
|
|
43
|
-
*/
|
|
44
|
-
id: string;
|
|
45
|
-
/**
|
|
46
|
-
* Start time of the page section visibility
|
|
47
|
-
*/
|
|
48
|
-
durationStart: string;
|
|
49
|
-
/**
|
|
50
|
-
* Unique identifier for the organization
|
|
51
|
-
*/
|
|
52
|
-
organizationId: string;
|
|
53
|
-
/**
|
|
54
|
-
* Placement of the page section
|
|
55
|
-
*/
|
|
56
|
-
placement: 'global' | 'page';
|
|
57
|
-
/**
|
|
58
|
-
* Unique identifier for the website
|
|
59
|
-
*/
|
|
60
|
-
websiteId: string;
|
|
61
|
-
banner?: AuctionGetPageSectionsResponse.Banner | null;
|
|
62
|
-
discoveryItems?: Array<AuctionGetPageSectionsResponse.DiscoveryItem>;
|
|
63
|
-
/**
|
|
64
|
-
* End time of the page section visibility
|
|
65
|
-
*/
|
|
66
|
-
durationEnd?: string | null;
|
|
67
|
-
itemsGrids?: Array<AuctionGetPageSectionsResponse.ItemsGrid>;
|
|
68
|
-
/**
|
|
69
|
-
* ID of the page this section belongs to
|
|
70
|
-
*/
|
|
71
|
-
pageId?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Type of the page section
|
|
74
|
-
*/
|
|
75
|
-
pageSectionType?: 'all_items' | 'discovery_item' | 'discovery_items_grid' | null;
|
|
76
|
-
/**
|
|
77
|
-
* Order of the page section
|
|
78
|
-
*/
|
|
79
|
-
sortId?: number;
|
|
80
|
-
/**
|
|
81
|
-
* Title of the page section
|
|
82
|
-
*/
|
|
83
|
-
title?: string | null;
|
|
84
|
-
}
|
|
85
|
-
export declare namespace AuctionGetPageSectionsResponse {
|
|
86
|
-
interface Banner {
|
|
87
|
-
id: string;
|
|
88
|
-
websiteCollectionBanners: Array<Banner.WebsiteCollectionBanner>;
|
|
89
|
-
carousel?: Banner.Carousel | null;
|
|
90
|
-
}
|
|
91
|
-
namespace Banner {
|
|
92
|
-
interface WebsiteCollectionBanner {
|
|
93
|
-
id: string;
|
|
94
|
-
websiteCollectionId: string;
|
|
95
|
-
}
|
|
96
|
-
interface Carousel {
|
|
97
|
-
id: string;
|
|
98
|
-
carouselItems: Array<Carousel.CarouselItem>;
|
|
99
|
-
}
|
|
100
|
-
namespace Carousel {
|
|
101
|
-
interface CarouselItem {
|
|
102
|
-
id: string;
|
|
103
|
-
sortId: number;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
interface DiscoveryItem {
|
|
108
|
-
id: string;
|
|
109
|
-
title: string;
|
|
110
|
-
buttonText?: string | null;
|
|
111
|
-
description?: string | null;
|
|
112
|
-
externalLink?: string | null;
|
|
113
|
-
hideQuestInfo?: boolean;
|
|
114
|
-
layout?: 'container_style' | 'full_width_hero' | null;
|
|
115
|
-
loyaltyRuleGroupId?: string | null;
|
|
116
|
-
loyaltySection?: string | null;
|
|
117
|
-
mediaLink?: string | null;
|
|
118
|
-
pageMediaLink?: string | null;
|
|
119
|
-
sortId?: number;
|
|
120
|
-
twitter?: string | null;
|
|
121
|
-
website?: string | null;
|
|
122
|
-
}
|
|
123
|
-
interface ItemsGrid {
|
|
124
|
-
id: string;
|
|
125
|
-
websiteCollection: ItemsGrid.WebsiteCollection;
|
|
126
|
-
}
|
|
127
|
-
namespace ItemsGrid {
|
|
128
|
-
interface WebsiteCollection {
|
|
129
|
-
id: string;
|
|
130
|
-
mintingContractId?: string | null;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
export interface AuctionListAuctionBidsResponse {
|
|
135
|
-
data: Array<AuctionListAuctionBidsResponse.Data>;
|
|
136
|
-
/**
|
|
137
|
-
* Indicates if there is a next page of results
|
|
138
|
-
*/
|
|
139
|
-
hasNextPage: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Total count of matching bids (only present when includeCount=true)
|
|
142
|
-
*/
|
|
143
|
-
count?: number;
|
|
144
|
-
}
|
|
145
|
-
export declare namespace AuctionListAuctionBidsResponse {
|
|
146
|
-
/**
|
|
147
|
-
* Schema for a get auction bids response
|
|
148
|
-
*/
|
|
149
|
-
interface Data {
|
|
150
|
-
id: string;
|
|
151
|
-
auction: Data.Auction | null;
|
|
152
|
-
auctionId: string;
|
|
153
|
-
auctionItem: Data.AuctionItem | null;
|
|
154
|
-
auctionItemId: string | null;
|
|
155
|
-
currencyAddress: string | null;
|
|
156
|
-
currencyDecimals: number;
|
|
157
|
-
loyaltyCurrency: Data.LoyaltyCurrency | null;
|
|
158
|
-
status: 'submitted' | 'accepted' | 'rejected' | 'fulfilled';
|
|
159
|
-
updatedAt: string;
|
|
160
|
-
user: Data.User;
|
|
161
|
-
amount?: unknown;
|
|
162
|
-
}
|
|
163
|
-
namespace Data {
|
|
164
|
-
interface Auction {
|
|
165
|
-
id: string;
|
|
166
|
-
name: string;
|
|
167
|
-
}
|
|
168
|
-
interface AuctionItem {
|
|
169
|
-
id: string;
|
|
170
|
-
mintingContractAsset: AuctionItem.MintingContractAsset | null;
|
|
171
|
-
quantity: number;
|
|
172
|
-
}
|
|
173
|
-
namespace AuctionItem {
|
|
174
|
-
interface MintingContractAsset {
|
|
175
|
-
id: string;
|
|
176
|
-
isPhygitalItem: boolean;
|
|
177
|
-
revealedAt: string | null;
|
|
178
|
-
tokenId: number | null;
|
|
179
|
-
shippingPrice?: unknown;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
interface LoyaltyCurrency {
|
|
183
|
-
id: string;
|
|
184
|
-
apiAuthKey: string | null;
|
|
185
|
-
apiAuthType: 'none' | 'basic' | 'bearer' | 'apiKey' | null;
|
|
186
|
-
apiAuthValue: string | null;
|
|
187
|
-
apiGetTransactionEntryUrl: string | null;
|
|
188
|
-
apiGetUrl: string | null;
|
|
189
|
-
apiPostUrl: string | null;
|
|
190
|
-
decimals: number;
|
|
191
|
-
imageUrl: string | null;
|
|
192
|
-
name: string;
|
|
193
|
-
symbol: string;
|
|
194
|
-
}
|
|
195
|
-
interface User {
|
|
196
|
-
id: string;
|
|
197
|
-
walletAddress: string;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* Schema for the response when fetching auctions
|
|
203
|
-
*/
|
|
204
|
-
export interface AuctionListAuctionsResponse {
|
|
205
|
-
data: Array<AuctionListAuctionsResponse.Data>;
|
|
206
|
-
hasNextPage: boolean;
|
|
207
|
-
}
|
|
208
|
-
export declare namespace AuctionListAuctionsResponse {
|
|
209
|
-
interface Data {
|
|
210
|
-
id: string;
|
|
211
|
-
auctionBids: Array<Data.AuctionBid>;
|
|
212
|
-
auctionItems: Array<Data.AuctionItem>;
|
|
213
|
-
biddersOwnCollectionAddresses: Array<string>;
|
|
214
|
-
createdAt: string;
|
|
215
|
-
currencyAddress: string | null;
|
|
216
|
-
currencyDecimals: number;
|
|
217
|
-
deletedAt: string | null;
|
|
218
|
-
description: string;
|
|
219
|
-
endsAt: string;
|
|
220
|
-
extendedDurationInSeconds: number | null;
|
|
221
|
-
hideBids: boolean;
|
|
222
|
-
/**
|
|
223
|
-
* Schema representing a loyalty currency
|
|
224
|
-
*/
|
|
225
|
-
loyaltyCurrency: Data.LoyaltyCurrency | null;
|
|
226
|
-
loyaltyCurrencyId: string | null;
|
|
227
|
-
minBidAmount: string;
|
|
228
|
-
minBidIncrement: string | null;
|
|
229
|
-
mintingContractId: string;
|
|
230
|
-
name: string;
|
|
231
|
-
network: 'ethereum' | 'zksync' | null;
|
|
232
|
-
organizationId: string;
|
|
233
|
-
reservePrice: string | null;
|
|
234
|
-
signature: string;
|
|
235
|
-
startsAt: string;
|
|
236
|
-
status: 'in_progress' | 'completed' | 'cancelled';
|
|
237
|
-
type: 'first_price' | 'second_price' | 'english';
|
|
238
|
-
updatedAt: string;
|
|
239
|
-
userId: string;
|
|
240
|
-
websiteId: string;
|
|
241
|
-
}
|
|
242
|
-
namespace Data {
|
|
243
|
-
/**
|
|
244
|
-
* Schema representing an auction bid
|
|
245
|
-
*/
|
|
246
|
-
interface AuctionBid {
|
|
247
|
-
id: string;
|
|
248
|
-
amount: string;
|
|
249
|
-
createdAt: string;
|
|
250
|
-
}
|
|
251
|
-
interface AuctionItem {
|
|
252
|
-
id: string;
|
|
253
|
-
/**
|
|
254
|
-
* Schema representing a minting contract asset
|
|
255
|
-
*/
|
|
256
|
-
mintingContractAsset: AuctionItem.MintingContractAsset;
|
|
257
|
-
quantity: number;
|
|
258
|
-
sortId: number;
|
|
259
|
-
}
|
|
260
|
-
namespace AuctionItem {
|
|
261
|
-
/**
|
|
262
|
-
* Schema representing a minting contract asset
|
|
263
|
-
*/
|
|
264
|
-
interface MintingContractAsset {
|
|
265
|
-
id: string;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
* Schema representing a loyalty currency
|
|
270
|
-
*/
|
|
271
|
-
interface LoyaltyCurrency {
|
|
272
|
-
id: string;
|
|
273
|
-
decimals: number;
|
|
274
|
-
imageUrl: string | null;
|
|
275
|
-
name: string;
|
|
276
|
-
symbol: string;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
export interface AuctionGetPageSectionsParams {
|
|
281
|
-
/**
|
|
282
|
-
* Unique identifier for the organization to filter by
|
|
283
|
-
*/
|
|
284
|
-
organizationId: string;
|
|
285
|
-
/**
|
|
286
|
-
* Placement of the page section
|
|
287
|
-
*/
|
|
288
|
-
placement: 'global' | 'page';
|
|
289
|
-
/**
|
|
290
|
-
* Unique identifier for the website to filter by
|
|
291
|
-
*/
|
|
292
|
-
websiteId: string;
|
|
293
|
-
/**
|
|
294
|
-
* Whether to get all sections regardless of duration
|
|
295
|
-
*/
|
|
296
|
-
all?: '1';
|
|
297
|
-
/**
|
|
298
|
-
* Unique identifier for the page to filter by
|
|
299
|
-
*/
|
|
300
|
-
pageId?: string;
|
|
301
|
-
/**
|
|
302
|
-
* Type of the page section to filter by
|
|
303
|
-
*/
|
|
304
|
-
pageSectionType?: 'all_items' | 'discovery_item' | 'discovery_items_grid' | null;
|
|
305
|
-
/**
|
|
306
|
-
* Unique identifier for the website collection to filter by
|
|
307
|
-
*/
|
|
308
|
-
websiteCollectionId?: string;
|
|
309
|
-
}
|
|
310
|
-
export interface AuctionListAuctionBidsParams {
|
|
311
|
-
/**
|
|
312
|
-
* The bid ID(s) - accepts a single ID or an array of IDs
|
|
313
|
-
*/
|
|
314
|
-
id?: string | Array<string> | unknown;
|
|
315
|
-
/**
|
|
316
|
-
* ID of the auction
|
|
317
|
-
*/
|
|
318
|
-
auctionId?: string;
|
|
319
|
-
/**
|
|
320
|
-
* Include total count of matching bids in response
|
|
321
|
-
*/
|
|
322
|
-
includeCount?: boolean | null;
|
|
323
|
-
/**
|
|
324
|
-
* Maximum number of bids to return
|
|
325
|
-
*/
|
|
326
|
-
limit?: number;
|
|
327
|
-
/**
|
|
328
|
-
* Order bids by amount (ascending or descending). Defaults to desc.
|
|
329
|
-
*/
|
|
330
|
-
orderBy?: 'asc' | 'desc';
|
|
331
|
-
/**
|
|
332
|
-
* ID of the organization
|
|
333
|
-
*/
|
|
334
|
-
organizationId?: string;
|
|
335
|
-
/**
|
|
336
|
-
* Number of bids to skip (for offset-based pagination)
|
|
337
|
-
*/
|
|
338
|
-
skip?: number | null;
|
|
339
|
-
/**
|
|
340
|
-
* Pagination cursor to start after a specific bid ID
|
|
341
|
-
*/
|
|
342
|
-
startingAfter?: string;
|
|
343
|
-
/**
|
|
344
|
-
* Status of the bid
|
|
345
|
-
*/
|
|
346
|
-
status?: 'submitted' | 'accepted' | 'rejected' | 'fulfilled';
|
|
347
|
-
/**
|
|
348
|
-
* Filter by multiple bid statuses (OR condition)
|
|
349
|
-
*/
|
|
350
|
-
statuses?: Array<'submitted' | 'accepted' | 'rejected' | 'fulfilled'>;
|
|
351
|
-
/**
|
|
352
|
-
* ID of the user who made the bid
|
|
353
|
-
*/
|
|
354
|
-
userId?: string;
|
|
355
|
-
/**
|
|
356
|
-
* Wallet address of the bidder
|
|
357
|
-
*/
|
|
358
|
-
walletAddress?: string;
|
|
359
|
-
/**
|
|
360
|
-
* ID of the website
|
|
361
|
-
*/
|
|
362
|
-
websiteId?: string;
|
|
363
|
-
}
|
|
364
|
-
export declare namespace Auctions {
|
|
365
|
-
export { type AuctionGetPageSectionsResponse as AuctionGetPageSectionsResponse, type AuctionListAuctionBidsResponse as AuctionListAuctionBidsResponse, type AuctionListAuctionsResponse as AuctionListAuctionsResponse, type AuctionGetPageSectionsParams as AuctionGetPageSectionsParams, type AuctionListAuctionBidsParams as AuctionListAuctionBidsParams, };
|
|
366
|
-
export { WebsiteUserAttributes as WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse as WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse as WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse as WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams as WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams as WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams as WebsiteUserAttributeDeleteParams, };
|
|
367
|
-
}
|
|
368
|
-
//# sourceMappingURL=auctions.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auctions.d.mts","sourceRoot":"","sources":["../../src/resources/auctions/auctions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Auctions, type AuctionGetPageSectionsResponse, type AuctionListAuctionBidsResponse, type AuctionListAuctionsResponse, type AuctionGetPageSectionsParams, type AuctionListAuctionBidsParams, } from "./auctions.mjs";
|
|
2
|
-
export { WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams, } from "./website-user-attributes/index.mjs";
|
|
3
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/auctions/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,EACnC,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,GAClC;OACM,EACL,qBAAqB,EACrB,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,GACtC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Values, type ValueCreateResponse, type ValueListResponse, type ValueCreateParams, type ValueListParams, } from "./values.mjs";
|
|
2
|
-
export { WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams, } from "./website-user-attributes.mjs";
|
|
3
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/auctions/website-user-attributes/index.ts"],"names":[],"mappings":"OAEO,EACL,MAAM,EACN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB;OACM,EACL,qBAAqB,EACrB,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,GACtC"}
|