@whop/sdk 0.0.1-canary.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 +108 -0
- package/LICENSE +201 -0
- package/README.md +399 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +316 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +316 -0
- package/client.d.ts.map +1 -0
- package/client.js +536 -0
- package/client.js.map +1 -0
- package/client.mjs +532 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +58 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +58 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +101 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +95 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +32 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +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/verify-user-token.d.mts +21 -0
- package/lib/verify-user-token.d.mts.map +1 -0
- package/lib/verify-user-token.d.ts +21 -0
- package/lib/verify-user-token.d.ts.map +1 -0
- package/lib/verify-user-token.js +69 -0
- package/lib/verify-user-token.js.map +1 -0
- package/lib/verify-user-token.mjs +64 -0
- package/lib/verify-user-token.mjs.map +1 -0
- package/package.json +160 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/app-builds.d.mts +196 -0
- package/resources/app-builds.d.mts.map +1 -0
- package/resources/app-builds.d.ts +196 -0
- package/resources/app-builds.d.ts.map +1 -0
- package/resources/app-builds.js +84 -0
- package/resources/app-builds.js.map +1 -0
- package/resources/app-builds.mjs +80 -0
- package/resources/app-builds.mjs.map +1 -0
- package/resources/apps.d.mts +279 -0
- package/resources/apps.d.mts.map +1 -0
- package/resources/apps.d.ts +279 -0
- package/resources/apps.d.ts.map +1 -0
- package/resources/apps.js +77 -0
- package/resources/apps.js.map +1 -0
- package/resources/apps.mjs +73 -0
- package/resources/apps.mjs.map +1 -0
- package/resources/authorized-users.d.mts +136 -0
- package/resources/authorized-users.d.mts.map +1 -0
- package/resources/authorized-users.d.ts +136 -0
- package/resources/authorized-users.d.ts.map +1 -0
- package/resources/authorized-users.js +36 -0
- package/resources/authorized-users.js.map +1 -0
- package/resources/authorized-users.mjs +32 -0
- package/resources/authorized-users.mjs.map +1 -0
- package/resources/chat-channels.d.mts +158 -0
- package/resources/chat-channels.d.mts.map +1 -0
- package/resources/chat-channels.d.ts +158 -0
- package/resources/chat-channels.d.ts.map +1 -0
- package/resources/chat-channels.js +66 -0
- package/resources/chat-channels.js.map +1 -0
- package/resources/chat-channels.mjs +62 -0
- package/resources/chat-channels.mjs.map +1 -0
- package/resources/checkout-configurations.d.mts +319 -0
- package/resources/checkout-configurations.d.mts.map +1 -0
- package/resources/checkout-configurations.d.ts +319 -0
- package/resources/checkout-configurations.d.ts.map +1 -0
- package/resources/checkout-configurations.js +66 -0
- package/resources/checkout-configurations.js.map +1 -0
- package/resources/checkout-configurations.mjs +62 -0
- package/resources/checkout-configurations.mjs.map +1 -0
- package/resources/companies.d.mts +15 -0
- package/resources/companies.d.mts.map +1 -0
- package/resources/companies.d.ts +15 -0
- package/resources/companies.d.ts.map +1 -0
- package/resources/companies.js +20 -0
- package/resources/companies.js.map +1 -0
- package/resources/companies.mjs +16 -0
- package/resources/companies.mjs.map +1 -0
- package/resources/course-lesson-interactions.d.mts +61 -0
- package/resources/course-lesson-interactions.d.mts.map +1 -0
- package/resources/course-lesson-interactions.d.ts +61 -0
- package/resources/course-lesson-interactions.d.ts.map +1 -0
- package/resources/course-lesson-interactions.js +33 -0
- package/resources/course-lesson-interactions.js.map +1 -0
- package/resources/course-lesson-interactions.mjs +29 -0
- package/resources/course-lesson-interactions.mjs.map +1 -0
- package/resources/entries.d.mts +169 -0
- package/resources/entries.d.mts.map +1 -0
- package/resources/entries.d.ts +169 -0
- package/resources/entries.d.ts.map +1 -0
- package/resources/entries.js +55 -0
- package/resources/entries.js.map +1 -0
- package/resources/entries.mjs +51 -0
- package/resources/entries.mjs.map +1 -0
- package/resources/experiences.d.mts +277 -0
- package/resources/experiences.d.mts.map +1 -0
- package/resources/experiences.d.ts +277 -0
- package/resources/experiences.d.ts.map +1 -0
- package/resources/experiences.js +128 -0
- package/resources/experiences.js.map +1 -0
- package/resources/experiences.mjs +124 -0
- package/resources/experiences.mjs.map +1 -0
- package/resources/forum-posts.d.mts +242 -0
- package/resources/forum-posts.d.mts.map +1 -0
- package/resources/forum-posts.d.ts +242 -0
- package/resources/forum-posts.d.ts.map +1 -0
- package/resources/forum-posts.js +63 -0
- package/resources/forum-posts.js.map +1 -0
- package/resources/forum-posts.mjs +59 -0
- package/resources/forum-posts.mjs.map +1 -0
- package/resources/index.d.mts +25 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +25 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +53 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +26 -0
- package/resources/index.mjs.map +1 -0
- package/resources/invoices.d.mts +296 -0
- package/resources/invoices.d.mts.map +1 -0
- package/resources/invoices.d.ts +296 -0
- package/resources/invoices.d.ts.map +1 -0
- package/resources/invoices.js +88 -0
- package/resources/invoices.js.map +1 -0
- package/resources/invoices.mjs +84 -0
- package/resources/invoices.mjs.map +1 -0
- package/resources/ledger-accounts.d.mts +116 -0
- package/resources/ledger-accounts.d.mts.map +1 -0
- package/resources/ledger-accounts.d.ts +116 -0
- package/resources/ledger-accounts.d.ts.map +1 -0
- package/resources/ledger-accounts.js +20 -0
- package/resources/ledger-accounts.js.map +1 -0
- package/resources/ledger-accounts.mjs +16 -0
- package/resources/ledger-accounts.mjs.map +1 -0
- package/resources/memberships.d.mts +287 -0
- package/resources/memberships.d.mts.map +1 -0
- package/resources/memberships.d.ts +287 -0
- package/resources/memberships.d.ts.map +1 -0
- package/resources/memberships.js +76 -0
- package/resources/memberships.js.map +1 -0
- package/resources/memberships.mjs +72 -0
- package/resources/memberships.mjs.map +1 -0
- package/resources/messages.d.mts +245 -0
- package/resources/messages.d.mts.map +1 -0
- package/resources/messages.d.ts +245 -0
- package/resources/messages.d.ts.map +1 -0
- package/resources/messages.js +41 -0
- package/resources/messages.js.map +1 -0
- package/resources/messages.mjs +37 -0
- package/resources/messages.mjs.map +1 -0
- package/resources/payments.d.mts +472 -0
- package/resources/payments.d.mts.map +1 -0
- package/resources/payments.d.ts +472 -0
- package/resources/payments.d.ts.map +1 -0
- package/resources/payments.js +129 -0
- package/resources/payments.js.map +1 -0
- package/resources/payments.mjs +125 -0
- package/resources/payments.mjs.map +1 -0
- package/resources/plans.d.mts +479 -0
- package/resources/plans.d.mts.map +1 -0
- package/resources/plans.d.ts +479 -0
- package/resources/plans.d.ts.map +1 -0
- package/resources/plans.js +104 -0
- package/resources/plans.js.map +1 -0
- package/resources/plans.mjs +100 -0
- package/resources/plans.mjs.map +1 -0
- package/resources/products.d.mts +425 -0
- package/resources/products.d.mts.map +1 -0
- package/resources/products.d.ts +425 -0
- package/resources/products.d.ts.map +1 -0
- package/resources/products.js +102 -0
- package/resources/products.js.map +1 -0
- package/resources/products.mjs +98 -0
- package/resources/products.mjs.map +1 -0
- package/resources/reactions.d.mts +105 -0
- package/resources/reactions.d.mts.map +1 -0
- package/resources/reactions.d.ts +105 -0
- package/resources/reactions.d.ts.map +1 -0
- package/resources/reactions.js +41 -0
- package/resources/reactions.js.map +1 -0
- package/resources/reactions.mjs +37 -0
- package/resources/reactions.mjs.map +1 -0
- package/resources/shared.d.mts +2309 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +2309 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/shipments.d.mts +159 -0
- package/resources/shipments.d.mts.map +1 -0
- package/resources/shipments.d.ts +159 -0
- package/resources/shipments.d.ts.map +1 -0
- package/resources/shipments.js +68 -0
- package/resources/shipments.js.map +1 -0
- package/resources/shipments.mjs +64 -0
- package/resources/shipments.mjs.map +1 -0
- package/resources/support-channels.d.mts +151 -0
- package/resources/support-channels.d.mts.map +1 -0
- package/resources/support-channels.d.ts +151 -0
- package/resources/support-channels.d.ts.map +1 -0
- package/resources/support-channels.js +69 -0
- package/resources/support-channels.js.map +1 -0
- package/resources/support-channels.mjs +65 -0
- package/resources/support-channels.mjs.map +1 -0
- package/resources/transfers.d.mts +158 -0
- package/resources/transfers.d.mts.map +1 -0
- package/resources/transfers.d.ts +158 -0
- package/resources/transfers.d.ts.map +1 -0
- package/resources/transfers.js +66 -0
- package/resources/transfers.js.map +1 -0
- package/resources/transfers.mjs +62 -0
- package/resources/transfers.mjs.map +1 -0
- package/resources/users.d.mts +58 -0
- package/resources/users.d.mts.map +1 -0
- package/resources/users.d.ts +58 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +23 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +19 -0
- package/resources/users.mjs.map +1 -0
- package/resources/webhooks.d.mts +101 -0
- package/resources/webhooks.d.mts.map +1 -0
- package/resources/webhooks.d.ts +101 -0
- package/resources/webhooks.d.ts.map +1 -0
- package/resources/webhooks.js +20 -0
- package/resources/webhooks.js.map +1 -0
- package/resources/webhooks.mjs +16 -0
- package/resources/webhooks.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 +1197 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +161 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +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/verify-user-token.ts +121 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/app-builds.ts +242 -0
- package/src/resources/apps.ts +355 -0
- package/src/resources/authorized-users.ts +177 -0
- package/src/resources/chat-channels.ts +207 -0
- package/src/resources/checkout-configurations.ts +397 -0
- package/src/resources/companies.ts +20 -0
- package/src/resources/course-lesson-interactions.ts +85 -0
- package/src/resources/entries.ts +216 -0
- package/src/resources/experiences.ts +349 -0
- package/src/resources/forum-posts.ts +298 -0
- package/src/resources/index.ts +158 -0
- package/src/resources/invoices.ts +363 -0
- package/src/resources/ledger-accounts.ts +141 -0
- package/src/resources/memberships.ts +378 -0
- package/src/resources/messages.ts +303 -0
- package/src/resources/payments.ts +585 -0
- package/src/resources/plans.ts +594 -0
- package/src/resources/products.ts +527 -0
- package/src/resources/reactions.ts +139 -0
- package/src/resources/shared.ts +3086 -0
- package/src/resources/shipments.ts +200 -0
- package/src/resources/support-channels.ts +193 -0
- package/src/resources/transfers.ts +200 -0
- package/src/resources/users.ts +84 -0
- package/src/resources/webhooks.ts +144 -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
package/client.d.mts
ADDED
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
import type { RequestInit, RequestInfo } from "./internal/builtin-types.mjs";
|
|
2
|
+
import type { PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from "./internal/types.mjs";
|
|
3
|
+
export type { Logger, LogLevel } from "./internal/utils/log.mjs";
|
|
4
|
+
import * as Opts from "./internal/request-options.mjs";
|
|
5
|
+
import * as Errors from "./core/error.mjs";
|
|
6
|
+
import * as Pagination from "./core/pagination.mjs";
|
|
7
|
+
import { type CursorPageParams, CursorPageResponse } from "./core/pagination.mjs";
|
|
8
|
+
import * as Uploads from "./core/uploads.mjs";
|
|
9
|
+
import * as API from "./resources/index.mjs";
|
|
10
|
+
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
+
import { AppBuildCreateParams, AppBuildListParams, AppBuildListResponse, AppBuildListResponsesCursorPage, AppBuilds } from "./resources/app-builds.mjs";
|
|
12
|
+
import { AppCreateParams, AppListParams, AppListResponse, AppListResponsesCursorPage, AppUpdateParams, Apps } from "./resources/apps.mjs";
|
|
13
|
+
import { AuthorizedUserListParams, AuthorizedUserListResponse, AuthorizedUserListResponsesCursorPage, AuthorizedUserRetrieveResponse, AuthorizedUsers } from "./resources/authorized-users.mjs";
|
|
14
|
+
import { ChatChannelListParams, ChatChannelListResponse, ChatChannelListResponsesCursorPage, ChatChannelUpdateParams, ChatChannels } from "./resources/chat-channels.mjs";
|
|
15
|
+
import { CheckoutConfigurationCreateParams, CheckoutConfigurationListParams, CheckoutConfigurationListResponse, CheckoutConfigurationListResponsesCursorPage, CheckoutConfigurations } from "./resources/checkout-configurations.mjs";
|
|
16
|
+
import { Companies } from "./resources/companies.mjs";
|
|
17
|
+
import { CourseLessonInteractionListParams, CourseLessonInteractions } from "./resources/course-lesson-interactions.mjs";
|
|
18
|
+
import { Entries, EntryApproveResponse, EntryListParams, EntryListResponse, EntryListResponsesCursorPage } from "./resources/entries.mjs";
|
|
19
|
+
import { ExperienceAttachParams, ExperienceCreateParams, ExperienceDeleteResponse, ExperienceDetachParams, ExperienceListParams, ExperienceListResponse, ExperienceListResponsesCursorPage, ExperienceUpdateParams, Experiences } from "./resources/experiences.mjs";
|
|
20
|
+
import { ForumPostCreateParams, ForumPostListParams, ForumPostListResponse, ForumPostListResponsesCursorPage, ForumPosts } from "./resources/forum-posts.mjs";
|
|
21
|
+
import { InvoiceCreateParams, InvoiceCreateResponse, InvoiceListParams, InvoiceVoidResponse, Invoices } from "./resources/invoices.mjs";
|
|
22
|
+
import { LedgerAccountRetrieveResponse, LedgerAccounts } from "./resources/ledger-accounts.mjs";
|
|
23
|
+
import { MembershipCancelParams, MembershipListParams, MembershipListResponse, MembershipListResponsesCursorPage, MembershipPauseParams, MembershipUpdateParams, Memberships } from "./resources/memberships.mjs";
|
|
24
|
+
import { MessageCreateParams, MessageListParams, MessageListResponse, MessageListResponsesCursorPage, Messages } from "./resources/messages.mjs";
|
|
25
|
+
import { PaymentListParams, PaymentListResponse, PaymentListResponsesCursorPage, PaymentRefundParams, Payments } from "./resources/payments.mjs";
|
|
26
|
+
import { PlanCreateParams, PlanDeleteResponse, PlanListParams, PlanListResponse, PlanListResponsesCursorPage, PlanUpdateParams, Plans } from "./resources/plans.mjs";
|
|
27
|
+
import { ProductCreateParams, ProductDeleteResponse, ProductListParams, ProductUpdateParams, Products } from "./resources/products.mjs";
|
|
28
|
+
import { ReactionCreateParams, ReactionListParams, ReactionListResponse, ReactionListResponsesCursorPage, Reactions } from "./resources/reactions.mjs";
|
|
29
|
+
import { ShipmentCreateParams, ShipmentListParams, ShipmentListResponse, ShipmentListResponsesCursorPage, Shipments } from "./resources/shipments.mjs";
|
|
30
|
+
import { SupportChannelCreateParams, SupportChannelListParams, SupportChannelListResponse, SupportChannelListResponsesCursorPage, SupportChannels } from "./resources/support-channels.mjs";
|
|
31
|
+
import { TransferCreateParams, TransferListParams, TransferListResponse, TransferListResponsesCursorPage, Transfers } from "./resources/transfers.mjs";
|
|
32
|
+
import { UserCheckAccessParams, UserCheckAccessResponse, UserRetrieveResponse, Users } from "./resources/users.mjs";
|
|
33
|
+
import { InvoiceCreatedWebhookEvent, InvoicePaidWebhookEvent, InvoicePastDueWebhookEvent, InvoiceVoidedWebhookEvent, UnwrapWebhookEvent, Webhooks } from "./resources/webhooks.mjs";
|
|
34
|
+
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
35
|
+
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
36
|
+
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
37
|
+
import { type LogLevel, type Logger } from "./internal/utils/log.mjs";
|
|
38
|
+
import { makeUserTokenVerifierFromSdk } from "./lib/verify-user-token.mjs";
|
|
39
|
+
export interface ClientOptions {
|
|
40
|
+
/**
|
|
41
|
+
* The app API key from an app from the /dashboard/developer page
|
|
42
|
+
*/
|
|
43
|
+
apiKey?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* Defaults to process.env['WHOP_WEBHOOK_SECRET'].
|
|
46
|
+
*/
|
|
47
|
+
webhookKey?: string | null | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* Defaults to process.env['WHOP_APP_ID'].
|
|
50
|
+
*/
|
|
51
|
+
appID?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
54
|
+
*
|
|
55
|
+
* Defaults to process.env['WHOP_BASE_URL'].
|
|
56
|
+
*/
|
|
57
|
+
baseURL?: string | null | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
60
|
+
* from the server before timing out a single request.
|
|
61
|
+
*
|
|
62
|
+
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
63
|
+
* much longer than this timeout before the promise succeeds or fails.
|
|
64
|
+
*
|
|
65
|
+
* @unit milliseconds
|
|
66
|
+
*/
|
|
67
|
+
timeout?: number | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* Additional `RequestInit` options to be passed to `fetch` calls.
|
|
70
|
+
* Properties will be overridden by per-request `fetchOptions`.
|
|
71
|
+
*/
|
|
72
|
+
fetchOptions?: MergedRequestInit | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* Specify a custom `fetch` function implementation.
|
|
75
|
+
*
|
|
76
|
+
* If not provided, we expect that `fetch` is defined globally.
|
|
77
|
+
*/
|
|
78
|
+
fetch?: Fetch | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* The maximum number of times that the client will retry a request in case of a
|
|
81
|
+
* temporary failure, like a network error or a 5XX error from the server.
|
|
82
|
+
*
|
|
83
|
+
* @default 2
|
|
84
|
+
*/
|
|
85
|
+
maxRetries?: number | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Default headers to include with every request to the API.
|
|
88
|
+
*
|
|
89
|
+
* These can be removed in individual requests by explicitly setting the
|
|
90
|
+
* header to `null` in request options.
|
|
91
|
+
*/
|
|
92
|
+
defaultHeaders?: HeadersLike | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* Default query parameters to include with every request to the API.
|
|
95
|
+
*
|
|
96
|
+
* These can be removed in individual requests by explicitly setting the
|
|
97
|
+
* param to `undefined` in request options.
|
|
98
|
+
*/
|
|
99
|
+
defaultQuery?: Record<string, string | undefined> | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* Set the log level.
|
|
102
|
+
*
|
|
103
|
+
* Defaults to process.env['WHOP_LOG'] or 'warn' if it isn't set.
|
|
104
|
+
*/
|
|
105
|
+
logLevel?: LogLevel | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Set the logger.
|
|
108
|
+
*
|
|
109
|
+
* Defaults to globalThis.console.
|
|
110
|
+
*/
|
|
111
|
+
logger?: Logger | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* API Client for interfacing with the Whop API.
|
|
115
|
+
*/
|
|
116
|
+
export declare class Whop {
|
|
117
|
+
#private;
|
|
118
|
+
apiKey: string;
|
|
119
|
+
webhookKey: string | null;
|
|
120
|
+
appID: string;
|
|
121
|
+
baseURL: string;
|
|
122
|
+
maxRetries: number;
|
|
123
|
+
timeout: number;
|
|
124
|
+
logger: Logger | undefined;
|
|
125
|
+
logLevel: LogLevel | undefined;
|
|
126
|
+
fetchOptions: MergedRequestInit | undefined;
|
|
127
|
+
private fetch;
|
|
128
|
+
protected idempotencyHeader?: string;
|
|
129
|
+
private _options;
|
|
130
|
+
/**
|
|
131
|
+
* API Client for interfacing with the Whop API.
|
|
132
|
+
*
|
|
133
|
+
* @param {string | undefined} [opts.apiKey=process.env['WHOP_API_KEY'] ?? undefined]
|
|
134
|
+
* @param {string | null | undefined} [opts.webhookKey=process.env['WHOP_WEBHOOK_SECRET'] ?? null]
|
|
135
|
+
* @param {string | undefined} [opts.appID=process.env['WHOP_APP_ID'] ?? undefined]
|
|
136
|
+
* @param {string} [opts.baseURL=process.env['WHOP_BASE_URL'] ?? https://api.whop.com/api/v1] - Override the default base URL for the API.
|
|
137
|
+
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
138
|
+
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
139
|
+
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
140
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
141
|
+
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
142
|
+
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
143
|
+
*/
|
|
144
|
+
constructor({ baseURL, apiKey, webhookKey, appID, ...opts }?: ClientOptions);
|
|
145
|
+
/**
|
|
146
|
+
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
147
|
+
*/
|
|
148
|
+
withOptions(options: Partial<ClientOptions>): this;
|
|
149
|
+
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
150
|
+
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
151
|
+
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
152
|
+
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
153
|
+
private getUserAgent;
|
|
154
|
+
protected defaultIdempotencyKey(): string;
|
|
155
|
+
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
156
|
+
buildURL(path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undefined): string;
|
|
157
|
+
/**
|
|
158
|
+
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
159
|
+
*/
|
|
160
|
+
protected prepareOptions(options: FinalRequestOptions): Promise<void>;
|
|
161
|
+
/**
|
|
162
|
+
* Used as a callback for mutating the given `RequestInit` object.
|
|
163
|
+
*
|
|
164
|
+
* This is useful for cases where you want to add certain headers based off of
|
|
165
|
+
* the request properties, e.g. `method` or `url`.
|
|
166
|
+
*/
|
|
167
|
+
protected prepareRequest(request: RequestInit, { url, options }: {
|
|
168
|
+
url: string;
|
|
169
|
+
options: FinalRequestOptions;
|
|
170
|
+
}): Promise<void>;
|
|
171
|
+
get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
172
|
+
post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
173
|
+
patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
174
|
+
put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
175
|
+
delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
176
|
+
private methodRequest;
|
|
177
|
+
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
178
|
+
private makeRequest;
|
|
179
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
180
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
181
|
+
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
182
|
+
private shouldRetry;
|
|
183
|
+
private retryRequest;
|
|
184
|
+
private calculateDefaultRetryTimeoutMillis;
|
|
185
|
+
buildRequest(inputOptions: FinalRequestOptions, { retryCount }?: {
|
|
186
|
+
retryCount?: number;
|
|
187
|
+
}): Promise<{
|
|
188
|
+
req: FinalizedRequestInit;
|
|
189
|
+
url: string;
|
|
190
|
+
timeout: number;
|
|
191
|
+
}>;
|
|
192
|
+
private buildHeaders;
|
|
193
|
+
private buildBody;
|
|
194
|
+
static Whop: typeof Whop;
|
|
195
|
+
static DEFAULT_TIMEOUT: number;
|
|
196
|
+
static WhopError: typeof Errors.WhopError;
|
|
197
|
+
static APIError: typeof Errors.APIError;
|
|
198
|
+
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
199
|
+
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
200
|
+
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
201
|
+
static NotFoundError: typeof Errors.NotFoundError;
|
|
202
|
+
static ConflictError: typeof Errors.ConflictError;
|
|
203
|
+
static RateLimitError: typeof Errors.RateLimitError;
|
|
204
|
+
static BadRequestError: typeof Errors.BadRequestError;
|
|
205
|
+
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
206
|
+
static InternalServerError: typeof Errors.InternalServerError;
|
|
207
|
+
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
208
|
+
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
209
|
+
static toFile: typeof Uploads.toFile;
|
|
210
|
+
apps: API.Apps;
|
|
211
|
+
invoices: API.Invoices;
|
|
212
|
+
courseLessonInteractions: API.CourseLessonInteractions;
|
|
213
|
+
products: API.Products;
|
|
214
|
+
companies: API.Companies;
|
|
215
|
+
webhooks: API.Webhooks;
|
|
216
|
+
plans: API.Plans;
|
|
217
|
+
entries: API.Entries;
|
|
218
|
+
forumPosts: API.ForumPosts;
|
|
219
|
+
transfers: API.Transfers;
|
|
220
|
+
ledgerAccounts: API.LedgerAccounts;
|
|
221
|
+
memberships: API.Memberships;
|
|
222
|
+
authorizedUsers: API.AuthorizedUsers;
|
|
223
|
+
appBuilds: API.AppBuilds;
|
|
224
|
+
shipments: API.Shipments;
|
|
225
|
+
checkoutConfigurations: API.CheckoutConfigurations;
|
|
226
|
+
messages: API.Messages;
|
|
227
|
+
chatChannels: API.ChatChannels;
|
|
228
|
+
users: API.Users;
|
|
229
|
+
payments: API.Payments;
|
|
230
|
+
supportChannels: API.SupportChannels;
|
|
231
|
+
experiences: API.Experiences;
|
|
232
|
+
reactions: API.Reactions;
|
|
233
|
+
verifyUserToken: ReturnType<typeof makeUserTokenVerifierFromSdk>;
|
|
234
|
+
}
|
|
235
|
+
export declare namespace Whop {
|
|
236
|
+
export type RequestOptions = Opts.RequestOptions;
|
|
237
|
+
export import CursorPage = Pagination.CursorPage;
|
|
238
|
+
export { type CursorPageParams as CursorPageParams, type CursorPageResponse as CursorPageResponse };
|
|
239
|
+
export { Apps as Apps, type AppListResponse as AppListResponse, type AppListResponsesCursorPage as AppListResponsesCursorPage, type AppCreateParams as AppCreateParams, type AppUpdateParams as AppUpdateParams, type AppListParams as AppListParams, };
|
|
240
|
+
export { Invoices as Invoices, type InvoiceCreateResponse as InvoiceCreateResponse, type InvoiceVoidResponse as InvoiceVoidResponse, type InvoiceCreateParams as InvoiceCreateParams, type InvoiceListParams as InvoiceListParams, };
|
|
241
|
+
export { CourseLessonInteractions as CourseLessonInteractions, type CourseLessonInteractionListParams as CourseLessonInteractionListParams, };
|
|
242
|
+
export { Products as Products, type ProductDeleteResponse as ProductDeleteResponse, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, };
|
|
243
|
+
export { Companies as Companies };
|
|
244
|
+
export { Webhooks as Webhooks, type InvoiceCreatedWebhookEvent as InvoiceCreatedWebhookEvent, type InvoicePaidWebhookEvent as InvoicePaidWebhookEvent, type InvoicePastDueWebhookEvent as InvoicePastDueWebhookEvent, type InvoiceVoidedWebhookEvent as InvoiceVoidedWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
245
|
+
export { Plans as Plans, type PlanListResponse as PlanListResponse, type PlanDeleteResponse as PlanDeleteResponse, type PlanListResponsesCursorPage as PlanListResponsesCursorPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, };
|
|
246
|
+
export { Entries as Entries, type EntryListResponse as EntryListResponse, type EntryApproveResponse as EntryApproveResponse, type EntryListResponsesCursorPage as EntryListResponsesCursorPage, type EntryListParams as EntryListParams, };
|
|
247
|
+
export { ForumPosts as ForumPosts, type ForumPostListResponse as ForumPostListResponse, type ForumPostListResponsesCursorPage as ForumPostListResponsesCursorPage, type ForumPostCreateParams as ForumPostCreateParams, type ForumPostListParams as ForumPostListParams, };
|
|
248
|
+
export { Transfers as Transfers, type TransferListResponse as TransferListResponse, type TransferListResponsesCursorPage as TransferListResponsesCursorPage, type TransferCreateParams as TransferCreateParams, type TransferListParams as TransferListParams, };
|
|
249
|
+
export { LedgerAccounts as LedgerAccounts, type LedgerAccountRetrieveResponse as LedgerAccountRetrieveResponse, };
|
|
250
|
+
export { Memberships as Memberships, type MembershipListResponse as MembershipListResponse, type MembershipListResponsesCursorPage as MembershipListResponsesCursorPage, type MembershipUpdateParams as MembershipUpdateParams, type MembershipListParams as MembershipListParams, type MembershipCancelParams as MembershipCancelParams, type MembershipPauseParams as MembershipPauseParams, };
|
|
251
|
+
export { AuthorizedUsers as AuthorizedUsers, type AuthorizedUserRetrieveResponse as AuthorizedUserRetrieveResponse, type AuthorizedUserListResponse as AuthorizedUserListResponse, type AuthorizedUserListResponsesCursorPage as AuthorizedUserListResponsesCursorPage, type AuthorizedUserListParams as AuthorizedUserListParams, };
|
|
252
|
+
export { AppBuilds as AppBuilds, type AppBuildListResponse as AppBuildListResponse, type AppBuildListResponsesCursorPage as AppBuildListResponsesCursorPage, type AppBuildCreateParams as AppBuildCreateParams, type AppBuildListParams as AppBuildListParams, };
|
|
253
|
+
export { Shipments as Shipments, type ShipmentListResponse as ShipmentListResponse, type ShipmentListResponsesCursorPage as ShipmentListResponsesCursorPage, type ShipmentCreateParams as ShipmentCreateParams, type ShipmentListParams as ShipmentListParams, };
|
|
254
|
+
export { CheckoutConfigurations as CheckoutConfigurations, type CheckoutConfigurationListResponse as CheckoutConfigurationListResponse, type CheckoutConfigurationListResponsesCursorPage as CheckoutConfigurationListResponsesCursorPage, type CheckoutConfigurationCreateParams as CheckoutConfigurationCreateParams, type CheckoutConfigurationListParams as CheckoutConfigurationListParams, };
|
|
255
|
+
export { Messages as Messages, type MessageListResponse as MessageListResponse, type MessageListResponsesCursorPage as MessageListResponsesCursorPage, type MessageCreateParams as MessageCreateParams, type MessageListParams as MessageListParams, };
|
|
256
|
+
export { ChatChannels as ChatChannels, type ChatChannelListResponse as ChatChannelListResponse, type ChatChannelListResponsesCursorPage as ChatChannelListResponsesCursorPage, type ChatChannelUpdateParams as ChatChannelUpdateParams, type ChatChannelListParams as ChatChannelListParams, };
|
|
257
|
+
export { Users as Users, type UserRetrieveResponse as UserRetrieveResponse, type UserCheckAccessResponse as UserCheckAccessResponse, type UserCheckAccessParams as UserCheckAccessParams, };
|
|
258
|
+
export { Payments as Payments, type PaymentListResponse as PaymentListResponse, type PaymentListResponsesCursorPage as PaymentListResponsesCursorPage, type PaymentListParams as PaymentListParams, type PaymentRefundParams as PaymentRefundParams, };
|
|
259
|
+
export { SupportChannels as SupportChannels, type SupportChannelListResponse as SupportChannelListResponse, type SupportChannelListResponsesCursorPage as SupportChannelListResponsesCursorPage, type SupportChannelCreateParams as SupportChannelCreateParams, type SupportChannelListParams as SupportChannelListParams, };
|
|
260
|
+
export { Experiences as Experiences, type ExperienceListResponse as ExperienceListResponse, type ExperienceDeleteResponse as ExperienceDeleteResponse, type ExperienceListResponsesCursorPage as ExperienceListResponsesCursorPage, type ExperienceCreateParams as ExperienceCreateParams, type ExperienceUpdateParams as ExperienceUpdateParams, type ExperienceListParams as ExperienceListParams, type ExperienceAttachParams as ExperienceAttachParams, type ExperienceDetachParams as ExperienceDetachParams, };
|
|
261
|
+
export { Reactions as Reactions, type ReactionListResponse as ReactionListResponse, type ReactionListResponsesCursorPage as ReactionListResponsesCursorPage, type ReactionCreateParams as ReactionCreateParams, type ReactionListParams as ReactionListParams, };
|
|
262
|
+
export type AccessPassType = API.AccessPassType;
|
|
263
|
+
export type App = API.App;
|
|
264
|
+
export type AppBuild = API.AppBuild;
|
|
265
|
+
export type AppBuildPlatforms = API.AppBuildPlatforms;
|
|
266
|
+
export type AppBuildStatuses = API.AppBuildStatuses;
|
|
267
|
+
export type AppStatuses = API.AppStatuses;
|
|
268
|
+
export type AppViewType = API.AppViewType;
|
|
269
|
+
export type AuthorizedUserRoles = API.AuthorizedUserRoles;
|
|
270
|
+
export type BusinessTypes = API.BusinessTypes;
|
|
271
|
+
export type ChatChannel = API.ChatChannel;
|
|
272
|
+
export type CheckoutConfiguration = API.CheckoutConfiguration;
|
|
273
|
+
export type CollectionMethod = API.CollectionMethod;
|
|
274
|
+
export type Company = API.Company;
|
|
275
|
+
export type CourseLessonInteraction = API.CourseLessonInteraction;
|
|
276
|
+
export type CourseLessonInteractionListItem = API.CourseLessonInteractionListItem;
|
|
277
|
+
export type Currency = API.Currency;
|
|
278
|
+
export type CustomCta = API.CustomCta;
|
|
279
|
+
export type Direction = API.Direction;
|
|
280
|
+
export type DmsPostTypes = API.DmsPostTypes;
|
|
281
|
+
export type Entry = API.Entry;
|
|
282
|
+
export type EntryStatus = API.EntryStatus;
|
|
283
|
+
export type Experience = API.Experience;
|
|
284
|
+
export type ForumPost = API.ForumPost;
|
|
285
|
+
export type FriendlyReceiptStatus = API.FriendlyReceiptStatus;
|
|
286
|
+
export type GlobalAffiliateStatus = API.GlobalAffiliateStatus;
|
|
287
|
+
export type IndustryTypes = API.IndustryTypes;
|
|
288
|
+
export type Invoice = API.Invoice;
|
|
289
|
+
export type InvoiceListItem = API.InvoiceListItem;
|
|
290
|
+
export type InvoiceStatus = API.InvoiceStatus;
|
|
291
|
+
export type Membership = API.Membership;
|
|
292
|
+
export type MembershipStatus = API.MembershipStatus;
|
|
293
|
+
export type Message = API.Message;
|
|
294
|
+
export type PageInfo = API.PageInfo;
|
|
295
|
+
export type Payment = API.Payment;
|
|
296
|
+
export type Plan = API.Plan;
|
|
297
|
+
export type PlanType = API.PlanType;
|
|
298
|
+
export type Product = API.Product;
|
|
299
|
+
export type ProductListItem = API.ProductListItem;
|
|
300
|
+
export type PromoType = API.PromoType;
|
|
301
|
+
export type Reaction = API.Reaction;
|
|
302
|
+
export type ReceiptStatus = API.ReceiptStatus;
|
|
303
|
+
export type ReleaseMethod = API.ReleaseMethod;
|
|
304
|
+
export type Shipment = API.Shipment;
|
|
305
|
+
export type ShipmentCarrier = API.ShipmentCarrier;
|
|
306
|
+
export type ShipmentStatus = API.ShipmentStatus;
|
|
307
|
+
export type ShipmentSubstatus = API.ShipmentSubstatus;
|
|
308
|
+
export type SupportChannel = API.SupportChannel;
|
|
309
|
+
export type TaxType = API.TaxType;
|
|
310
|
+
export type Transfer = API.Transfer;
|
|
311
|
+
export type Visibility = API.Visibility;
|
|
312
|
+
export type VisibilityFilter = API.VisibilityFilter;
|
|
313
|
+
export type WhoCanPost = API.WhoCanPost;
|
|
314
|
+
export type WhoCanReact = API.WhoCanReact;
|
|
315
|
+
}
|
|
316
|
+
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;OAGT,KAAK,MAAM;OACX,KAAK,UAAU;OACf,EAAgB,KAAK,gBAAgB,EAAE,kBAAkB,EAAE;OAC3D,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,EAAE,UAAU,EAAE;OACd,EACL,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,+BAA+B,EAC/B,SAAS,EACV;OACM,EACL,eAAe,EACf,aAAa,EACb,eAAe,EACf,0BAA0B,EAC1B,eAAe,EACf,IAAI,EACL;OACM,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,qCAAqC,EACrC,8BAA8B,EAC9B,eAAe,EAChB;OACM,EACL,qBAAqB,EACrB,uBAAuB,EACvB,kCAAkC,EAClC,uBAAuB,EACvB,YAAY,EACb;OACM,EACL,iCAAiC,EACjC,+BAA+B,EAC/B,iCAAiC,EACjC,4CAA4C,EAC5C,sBAAsB,EACvB;OACM,EAAE,SAAS,EAAE;OACb,EACL,iCAAiC,EACjC,wBAAwB,EACzB;OACM,EACL,OAAO,EACP,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EACjB,4BAA4B,EAC7B;OACM,EACL,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACtB,iCAAiC,EACjC,sBAAsB,EACtB,WAAW,EACZ;OACM,EACL,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,gCAAgC,EAChC,UAAU,EACX;OACM,EACL,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,QAAQ,EACT;OACM,EAAE,6BAA6B,EAAE,cAAc,EAAE;OACjD,EACL,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACtB,iCAAiC,EACjC,qBAAqB,EACrB,sBAAsB,EACtB,WAAW,EACZ;OACM,EACL,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,8BAA8B,EAC9B,QAAQ,EACT;OACM,EACL,iBAAiB,EACjB,mBAAmB,EACnB,8BAA8B,EAC9B,mBAAmB,EACnB,QAAQ,EACT;OACM,EACL,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EAChB,2BAA2B,EAC3B,gBAAgB,EAChB,KAAK,EACN;OACM,EACL,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,QAAQ,EACT;OACM,EACL,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,+BAA+B,EAC/B,SAAS,EACV;OACM,EACL,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,+BAA+B,EAC/B,SAAS,EACV;OACM,EACL,0BAA0B,EAC1B,wBAAwB,EACxB,0BAA0B,EAC1B,qCAAqC,EACrC,eAAe,EAChB;OACM,EACL,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,+BAA+B,EAC/B,SAAS,EACV;OACM,EACL,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,KAAK,EACN;OACM,EACL,0BAA0B,EAC1B,uBAAuB,EACvB,0BAA0B,EAC1B,yBAAyB,EACzB,kBAAkB,EAClB,QAAQ,EACT;OACM,EAAE,KAAK,KAAK,EAAE;OACd,EAAE,WAAW,EAAE,eAAe,EAAgB;OAC9C,EAAE,mBAAmB,EAAE,cAAc,EAAE;OAEvC,EACL,KAAK,QAAQ,EACb,KAAK,MAAM,EAIZ;OAEM,EAAE,4BAA4B,EAAE;AAEvC,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAEpC;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;;OAGG;IACH,YAAY,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAE7C;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAE1B;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC;IAE9D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAEhC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,qBAAa,IAAI;;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IAEd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B,YAAY,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAE5C,OAAO,CAAC,KAAK,CAAQ;IAErB,SAAS,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACrC,OAAO,CAAC,QAAQ,CAAgB;IAEhC;;;;;;;;;;;;;OAaG;gBACS,EACV,OAAkC,EAClC,MAAgC,EAChC,UAAmD,EACnD,KAA8B,EAC9B,GAAG,IAAI,EACR,GAAE,aAAkB;IA0CrB;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;IAyBlD,SAAS,CAAC,YAAY,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS;IAIxE,SAAS,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,eAAe;cAI5C,WAAW,CAAC,IAAI,EAAE,mBAAmB,GAAG,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC;IAI5F,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;IAIhE,OAAO,CAAC,YAAY;IAIpB,SAAS,CAAC,qBAAqB,IAAI,MAAM;IAIzC,SAAS,CAAC,eAAe,CACvB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,OAAO,EAAE,OAAO,GACf,MAAM,CAAC,QAAQ;IAIlB,QAAQ,CACN,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,EACjD,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,GAClC,MAAM;IAmBT;;OAEG;cACa,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAE3E;;;;;OAKG;cACa,cAAc,CAC5B,OAAO,EAAE,WAAW,EACpB,EAAE,GAAG,EAAE,OAAO,EAAE,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,mBAAmB,CAAA;KAAE,GAC9D,OAAO,CAAC,IAAI,CAAC;IAEhB,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9E,IAAI,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI/E,KAAK,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhF,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9E,MAAM,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAIjF,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,GAAG,EACT,OAAO,EAAE,cAAc,CAAC,mBAAmB,CAAC,EAC5C,gBAAgB,GAAE,MAAM,GAAG,IAAW,GACrC,UAAU,CAAC,GAAG,CAAC;YAIJ,WAAW;IA6JzB,UAAU,CAAC,IAAI,EAAE,SAAS,SAAS,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,EAC9F,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,SAAS,EACvC,IAAI,CAAC,EAAE,cAAc,GACpB,UAAU,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC;IAI1C,cAAc,CACZ,IAAI,GAAG,OAAO,EACd,SAAS,SAAS,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,EAE/E,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,qBAAqB,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,KAAK,SAAS,EACvF,OAAO,EAAE,mBAAmB,GAC3B,UAAU,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC;IAKpC,gBAAgB,CACpB,GAAG,EAAE,WAAW,EAChB,IAAI,EAAE,WAAW,GAAG,SAAS,EAC7B,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,eAAe,GAC1B,OAAO,CAAC,QAAQ,CAAC;YA8BN,WAAW;YAuBX,YAAY;IAuC1B,OAAO,CAAC,kCAAkC;IAepC,YAAY,CAChB,YAAY,EAAE,mBAAmB,EACjC,EAAE,UAAc,EAAE,GAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAO,GAC/C,OAAO,CAAC;QAAE,GAAG,EAAE,oBAAoB,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;YAwBzD,YAAY;IAsC1B,OAAO,CAAC,SAAS;IAqCjB,MAAM,CAAC,IAAI,cAAQ;IACnB,MAAM,CAAC,eAAe,SAAS;IAE/B,MAAM,CAAC,SAAS,0BAAoB;IACpC,MAAM,CAAC,QAAQ,yBAAmB;IAClC,MAAM,CAAC,kBAAkB,mCAA6B;IACtD,MAAM,CAAC,yBAAyB,0CAAoC;IACpE,MAAM,CAAC,iBAAiB,kCAA4B;IACpD,MAAM,CAAC,aAAa,8BAAwB;IAC5C,MAAM,CAAC,aAAa,8BAAwB;IAC5C,MAAM,CAAC,cAAc,+BAAyB;IAC9C,MAAM,CAAC,eAAe,gCAA0B;IAChD,MAAM,CAAC,mBAAmB,oCAA8B;IACxD,MAAM,CAAC,mBAAmB,oCAA8B;IACxD,MAAM,CAAC,qBAAqB,sCAAgC;IAC5D,MAAM,CAAC,wBAAwB,yCAAmC;IAElE,MAAM,CAAC,MAAM,wBAAkB;IAE/B,IAAI,EAAE,GAAG,CAAC,IAAI,CAAsB;IACpC,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAA0B;IAChD,wBAAwB,EAAE,GAAG,CAAC,wBAAwB,CAA0C;IAChG,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAA0B;IAChD,SAAS,EAAE,GAAG,CAAC,SAAS,CAA2B;IACnD,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAA0B;IAChD,KAAK,EAAE,GAAG,CAAC,KAAK,CAAuB;IACvC,OAAO,EAAE,GAAG,CAAC,OAAO,CAAyB;IAC7C,UAAU,EAAE,GAAG,CAAC,UAAU,CAA4B;IACtD,SAAS,EAAE,GAAG,CAAC,SAAS,CAA2B;IACnD,cAAc,EAAE,GAAG,CAAC,cAAc,CAAgC;IAClE,WAAW,EAAE,GAAG,CAAC,WAAW,CAA6B;IACzD,eAAe,EAAE,GAAG,CAAC,eAAe,CAAiC;IACrE,SAAS,EAAE,GAAG,CAAC,SAAS,CAA2B;IACnD,SAAS,EAAE,GAAG,CAAC,SAAS,CAA2B;IACnD,sBAAsB,EAAE,GAAG,CAAC,sBAAsB,CAAwC;IAC1F,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAA0B;IAChD,YAAY,EAAE,GAAG,CAAC,YAAY,CAA8B;IAC5D,KAAK,EAAE,GAAG,CAAC,KAAK,CAAuB;IACvC,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAA0B;IAChD,eAAe,EAAE,GAAG,CAAC,eAAe,CAAiC;IACrE,WAAW,EAAE,GAAG,CAAC,WAAW,CAA6B;IACzD,SAAS,EAAE,GAAG,CAAC,SAAS,CAA2B;IAEnD,eAAe,EAAE,UAAU,CAAC,OAAO,4BAA4B,CAAC,CAAsC;CACvG;AA0BD,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;IAEjD,MAAM,QAAQ,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;IACjD,OAAO,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,CAAC;IAEpG,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,aAAa,IAAI,aAAa,GACpC,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EACL,wBAAwB,IAAI,wBAAwB,EACpD,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EAAE,SAAS,IAAI,SAAS,EAAE,CAAC;IAElC,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;IAEF,OAAO,EACL,UAAU,IAAI,UAAU,EACxB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,GAChD,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,cAAc,IAAI,cAAc,EAChC,KAAK,6BAA6B,IAAI,6BAA6B,GACpE,CAAC;IAEF,OAAO,EACL,WAAW,IAAI,WAAW,EAC1B,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EACL,eAAe,IAAI,eAAe,EAClC,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,sBAAsB,IAAI,sBAAsB,EAChD,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,4CAA4C,IAAI,4CAA4C,EACjG,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,+BAA+B,IAAI,+BAA+B,GACxE,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EACL,YAAY,IAAI,YAAY,EAC5B,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,kCAAkC,IAAI,kCAAkC,EAC7E,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,mBAAmB,IAAI,mBAAmB,GAChD,CAAC;IAEF,OAAO,EACL,eAAe,IAAI,eAAe,EAClC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,WAAW,IAAI,WAAW,EAC1B,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,MAAM,MAAM,cAAc,GAAG,GAAG,CAAC,cAAc,CAAC;IAChD,MAAM,MAAM,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;IAC1B,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,iBAAiB,GAAG,GAAG,CAAC,iBAAiB,CAAC;IACtD,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,gBAAgB,CAAC;IACpD,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;IAC1C,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;IAC1C,MAAM,MAAM,mBAAmB,GAAG,GAAG,CAAC,mBAAmB,CAAC;IAC1D,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAC9C,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;IAC1C,MAAM,MAAM,qBAAqB,GAAG,GAAG,CAAC,qBAAqB,CAAC;IAC9D,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,gBAAgB,CAAC;IACpD,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,uBAAuB,GAAG,GAAG,CAAC,uBAAuB,CAAC;IAClE,MAAM,MAAM,+BAA+B,GAAG,GAAG,CAAC,+BAA+B,CAAC;IAClF,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;IACtC,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;IACtC,MAAM,MAAM,YAAY,GAAG,GAAG,CAAC,YAAY,CAAC;IAC5C,MAAM,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;IAC9B,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;IAC1C,MAAM,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;IACxC,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;IACtC,MAAM,MAAM,qBAAqB,GAAG,GAAG,CAAC,qBAAqB,CAAC;IAC9D,MAAM,MAAM,qBAAqB,GAAG,GAAG,CAAC,qBAAqB,CAAC;IAC9D,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAC9C,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,eAAe,GAAG,GAAG,CAAC,eAAe,CAAC;IAClD,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAC9C,MAAM,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;IACxC,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,gBAAgB,CAAC;IACpD,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;IAC5B,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,eAAe,GAAG,GAAG,CAAC,eAAe,CAAC;IAClD,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;IACtC,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAC9C,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAC9C,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,eAAe,GAAG,GAAG,CAAC,eAAe,CAAC;IAClD,MAAM,MAAM,cAAc,GAAG,GAAG,CAAC,cAAc,CAAC;IAChD,MAAM,MAAM,iBAAiB,GAAG,GAAG,CAAC,iBAAiB,CAAC;IACtD,MAAM,MAAM,cAAc,GAAG,GAAG,CAAC,cAAc,CAAC;IAChD,MAAM,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,MAAM,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACpC,MAAM,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;IACxC,MAAM,MAAM,gBAAgB,GAAG,GAAG,CAAC,gBAAgB,CAAC;IACpD,MAAM,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;IACxC,MAAM,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;CAC3C"}
|