@whop/sdk 0.0.39 → 0.0.40
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 +19 -0
- package/client.d.mts +88 -40
- package/client.d.mts.map +1 -1
- package/client.d.ts +88 -40
- package/client.d.ts.map +1 -1
- package/client.js +59 -0
- package/client.js.map +1 -1
- package/client.mjs +59 -0
- package/client.mjs.map +1 -1
- package/internal/types.d.mts +6 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +6 -6
- package/internal/types.d.ts.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/package.json +15 -9
- package/resources/accounts.d.mts +244 -0
- package/resources/accounts.d.mts.map +1 -0
- package/resources/accounts.d.ts +244 -0
- package/resources/accounts.d.ts.map +1 -0
- package/resources/accounts.js +46 -0
- package/resources/accounts.js.map +1 -0
- package/resources/accounts.mjs +42 -0
- package/resources/accounts.mjs.map +1 -0
- package/resources/ad-campaigns.d.mts +296 -0
- package/resources/ad-campaigns.d.mts.map +1 -0
- package/resources/ad-campaigns.d.ts +296 -0
- package/resources/ad-campaigns.d.ts.map +1 -0
- package/resources/ad-campaigns.js +104 -0
- package/resources/ad-campaigns.js.map +1 -0
- package/resources/ad-campaigns.mjs +100 -0
- package/resources/ad-campaigns.mjs.map +1 -0
- package/resources/ad-groups.d.mts +1461 -0
- package/resources/ad-groups.d.mts.map +1 -0
- package/resources/ad-groups.d.ts +1461 -0
- package/resources/ad-groups.d.ts.map +1 -0
- package/resources/ad-groups.js +121 -0
- package/resources/ad-groups.js.map +1 -0
- package/resources/ad-groups.mjs +117 -0
- package/resources/ad-groups.mjs.map +1 -0
- package/resources/ad-reports.d.mts +379 -0
- package/resources/ad-reports.d.mts.map +1 -0
- package/resources/ad-reports.d.ts +379 -0
- package/resources/ad-reports.d.ts.map +1 -0
- package/resources/ad-reports.js +26 -0
- package/resources/ad-reports.js.map +1 -0
- package/resources/ad-reports.mjs +22 -0
- package/resources/ad-reports.mjs.map +1 -0
- package/resources/ads.d.mts +234 -0
- package/resources/ads.d.mts.map +1 -0
- package/resources/ads.d.ts +234 -0
- package/resources/ads.d.ts.map +1 -0
- package/resources/ads.js +56 -0
- package/resources/ads.js.map +1 -0
- package/resources/ads.mjs +52 -0
- package/resources/ads.mjs.map +1 -0
- package/resources/affiliates/affiliates.d.mts +31 -31
- package/resources/affiliates/affiliates.d.mts.map +1 -1
- package/resources/affiliates/affiliates.d.ts +31 -31
- package/resources/affiliates/affiliates.d.ts.map +1 -1
- package/resources/affiliates/affiliates.js +21 -21
- package/resources/affiliates/affiliates.js.map +1 -1
- package/resources/affiliates/affiliates.mjs +21 -21
- package/resources/affiliates/affiliates.mjs.map +1 -1
- package/resources/affiliates/index.d.mts +2 -2
- package/resources/affiliates/index.d.mts.map +1 -1
- package/resources/affiliates/index.d.ts +2 -2
- package/resources/affiliates/index.d.ts.map +1 -1
- package/resources/affiliates/overrides.d.mts +37 -37
- package/resources/affiliates/overrides.d.mts.map +1 -1
- package/resources/affiliates/overrides.d.ts +37 -37
- package/resources/affiliates/overrides.d.ts.map +1 -1
- package/resources/affiliates/overrides.js +23 -23
- package/resources/affiliates/overrides.js.map +1 -1
- package/resources/affiliates/overrides.mjs +23 -23
- package/resources/affiliates/overrides.mjs.map +1 -1
- package/resources/ai-chats.d.mts +23 -23
- package/resources/ai-chats.d.mts.map +1 -1
- package/resources/ai-chats.d.ts +23 -23
- package/resources/ai-chats.d.ts.map +1 -1
- package/resources/ai-chats.js +6 -6
- package/resources/ai-chats.js.map +1 -1
- package/resources/ai-chats.mjs +6 -6
- package/resources/ai-chats.mjs.map +1 -1
- package/resources/app-builds.d.mts +54 -54
- package/resources/app-builds.d.mts.map +1 -1
- package/resources/app-builds.d.ts +54 -54
- package/resources/app-builds.d.ts.map +1 -1
- package/resources/app-builds.js +21 -21
- package/resources/app-builds.js.map +1 -1
- package/resources/app-builds.mjs +21 -21
- package/resources/app-builds.mjs.map +1 -1
- package/resources/apps.d.mts +57 -57
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +57 -57
- package/resources/apps.d.ts.map +1 -1
- package/resources/apps.js +15 -15
- package/resources/apps.js.map +1 -1
- package/resources/apps.mjs +15 -15
- package/resources/apps.mjs.map +1 -1
- package/resources/authorized-users.d.mts +36 -36
- package/resources/authorized-users.d.mts.map +1 -1
- package/resources/authorized-users.d.ts +36 -36
- package/resources/authorized-users.d.ts.map +1 -1
- package/resources/authorized-users.js +21 -21
- package/resources/authorized-users.js.map +1 -1
- package/resources/authorized-users.mjs +21 -21
- package/resources/authorized-users.mjs.map +1 -1
- package/resources/bounties.d.mts +281 -0
- package/resources/bounties.d.mts.map +1 -0
- package/resources/bounties.d.ts +281 -0
- package/resources/bounties.d.ts.map +1 -0
- package/resources/bounties.js +63 -0
- package/resources/bounties.js.map +1 -0
- package/resources/bounties.mjs +59 -0
- package/resources/bounties.mjs.map +1 -0
- package/resources/chat-channels.d.mts +43 -43
- package/resources/chat-channels.d.mts.map +1 -1
- package/resources/chat-channels.d.ts +43 -43
- package/resources/chat-channels.d.ts.map +1 -1
- package/resources/chat-channels.js +24 -24
- package/resources/chat-channels.js.map +1 -1
- package/resources/chat-channels.mjs +24 -24
- package/resources/chat-channels.mjs.map +1 -1
- package/resources/checkout-configurations.d.mts +73 -45
- package/resources/checkout-configurations.d.mts.map +1 -1
- package/resources/checkout-configurations.d.ts +73 -45
- package/resources/checkout-configurations.d.ts.map +1 -1
- package/resources/checkout-configurations.js +11 -11
- package/resources/checkout-configurations.js.map +1 -1
- package/resources/checkout-configurations.mjs +11 -11
- package/resources/checkout-configurations.mjs.map +1 -1
- package/resources/companies.d.mts +98 -35
- package/resources/companies.d.mts.map +1 -1
- package/resources/companies.d.ts +98 -35
- package/resources/companies.d.ts.map +1 -1
- package/resources/companies.js +24 -17
- package/resources/companies.js.map +1 -1
- package/resources/companies.mjs +24 -17
- package/resources/companies.mjs.map +1 -1
- package/resources/company-token-transactions.d.mts +39 -39
- package/resources/company-token-transactions.d.mts.map +1 -1
- package/resources/company-token-transactions.d.ts +39 -39
- package/resources/company-token-transactions.d.ts.map +1 -1
- package/resources/company-token-transactions.js +14 -14
- package/resources/company-token-transactions.js.map +1 -1
- package/resources/company-token-transactions.mjs +14 -14
- package/resources/company-token-transactions.mjs.map +1 -1
- package/resources/conversions.d.mts +248 -0
- package/resources/conversions.d.mts.map +1 -0
- package/resources/conversions.d.ts +248 -0
- package/resources/conversions.d.ts.map +1 -0
- package/resources/conversions.js +30 -0
- package/resources/conversions.js.map +1 -0
- package/resources/conversions.mjs +26 -0
- package/resources/conversions.mjs.map +1 -0
- package/resources/course-chapters.d.mts +36 -36
- package/resources/course-chapters.d.mts.map +1 -1
- package/resources/course-chapters.d.ts +36 -36
- package/resources/course-chapters.d.ts.map +1 -1
- package/resources/course-chapters.js +23 -23
- package/resources/course-chapters.js.map +1 -1
- package/resources/course-chapters.mjs +23 -23
- package/resources/course-chapters.mjs.map +1 -1
- package/resources/course-lesson-interactions.d.mts +5 -5
- package/resources/course-lesson-interactions.d.mts.map +1 -1
- package/resources/course-lesson-interactions.d.ts +5 -5
- package/resources/course-lesson-interactions.d.ts.map +1 -1
- package/resources/course-lesson-interactions.js +7 -7
- package/resources/course-lesson-interactions.js.map +1 -1
- package/resources/course-lesson-interactions.mjs +7 -7
- package/resources/course-lesson-interactions.mjs.map +1 -1
- package/resources/course-lessons.d.mts +40 -40
- package/resources/course-lessons.d.mts.map +1 -1
- package/resources/course-lessons.d.ts +40 -40
- package/resources/course-lessons.d.ts.map +1 -1
- package/resources/course-lessons.js +22 -22
- package/resources/course-lessons.js.map +1 -1
- package/resources/course-lessons.mjs +22 -22
- package/resources/course-lessons.mjs.map +1 -1
- package/resources/course-students.d.mts +5 -5
- package/resources/course-students.d.mts.map +1 -1
- package/resources/course-students.d.ts +5 -5
- package/resources/course-students.d.ts.map +1 -1
- package/resources/course-students.js +10 -10
- package/resources/course-students.js.map +1 -1
- package/resources/course-students.mjs +10 -10
- package/resources/course-students.mjs.map +1 -1
- package/resources/courses.d.mts +40 -40
- package/resources/courses.d.mts.map +1 -1
- package/resources/courses.d.ts +40 -40
- package/resources/courses.d.ts.map +1 -1
- package/resources/courses.js +19 -19
- package/resources/courses.js.map +1 -1
- package/resources/courses.mjs +19 -19
- package/resources/courses.mjs.map +1 -1
- package/resources/deposits.d.mts +64 -0
- package/resources/deposits.d.mts.map +1 -0
- package/resources/deposits.d.ts +64 -0
- package/resources/deposits.d.ts.map +1 -0
- package/resources/deposits.js +16 -0
- package/resources/deposits.js.map +1 -0
- package/resources/deposits.mjs +12 -0
- package/resources/deposits.mjs.map +1 -0
- package/resources/dispute-alerts.d.mts +10 -10
- package/resources/dispute-alerts.d.mts.map +1 -1
- package/resources/dispute-alerts.d.ts +10 -10
- package/resources/dispute-alerts.d.ts.map +1 -1
- package/resources/dispute-alerts.js +13 -13
- package/resources/dispute-alerts.js.map +1 -1
- package/resources/dispute-alerts.mjs +13 -13
- package/resources/dispute-alerts.mjs.map +1 -1
- package/resources/disputes.d.mts +13 -15
- package/resources/disputes.d.mts.map +1 -1
- package/resources/disputes.d.ts +13 -15
- package/resources/disputes.d.ts.map +1 -1
- package/resources/disputes.js +11 -11
- package/resources/disputes.js.map +1 -1
- package/resources/disputes.mjs +11 -11
- package/resources/disputes.mjs.map +1 -1
- package/resources/dm-channels.d.mts +37 -37
- package/resources/dm-channels.d.mts.map +1 -1
- package/resources/dm-channels.d.ts +37 -37
- package/resources/dm-channels.d.ts.map +1 -1
- package/resources/dm-channels.js +19 -19
- package/resources/dm-channels.js.map +1 -1
- package/resources/dm-channels.mjs +19 -19
- package/resources/dm-channels.mjs.map +1 -1
- package/resources/dm-members.d.mts +38 -38
- package/resources/dm-members.d.mts.map +1 -1
- package/resources/dm-members.d.ts +38 -38
- package/resources/dm-members.d.ts.map +1 -1
- package/resources/dm-members.js +21 -21
- package/resources/dm-members.js.map +1 -1
- package/resources/dm-members.mjs +21 -21
- package/resources/dm-members.mjs.map +1 -1
- package/resources/entries.d.mts +5 -5
- package/resources/entries.d.mts.map +1 -1
- package/resources/entries.d.ts +5 -5
- package/resources/entries.d.ts.map +1 -1
- package/resources/entries.js +7 -7
- package/resources/entries.js.map +1 -1
- package/resources/entries.mjs +7 -7
- package/resources/entries.mjs.map +1 -1
- package/resources/experiences.d.mts +50 -50
- package/resources/experiences.d.mts.map +1 -1
- package/resources/experiences.d.ts +50 -50
- package/resources/experiences.d.ts.map +1 -1
- package/resources/experiences.js +17 -17
- package/resources/experiences.js.map +1 -1
- package/resources/experiences.mjs +17 -17
- package/resources/experiences.mjs.map +1 -1
- package/resources/fee-markups.d.mts +36 -36
- package/resources/fee-markups.d.mts.map +1 -1
- package/resources/fee-markups.d.ts +36 -36
- package/resources/fee-markups.d.ts.map +1 -1
- package/resources/fee-markups.js +18 -18
- package/resources/fee-markups.js.map +1 -1
- package/resources/fee-markups.mjs +18 -18
- package/resources/fee-markups.mjs.map +1 -1
- package/resources/files.d.mts +18 -1
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +18 -1
- package/resources/files.d.ts.map +1 -1
- package/resources/forum-posts.d.mts +52 -48
- package/resources/forum-posts.d.mts.map +1 -1
- package/resources/forum-posts.d.ts +52 -48
- package/resources/forum-posts.d.ts.map +1 -1
- package/resources/forum-posts.js +21 -21
- package/resources/forum-posts.js.map +1 -1
- package/resources/forum-posts.mjs +21 -21
- package/resources/forum-posts.mjs.map +1 -1
- package/resources/forums.d.mts +33 -33
- package/resources/forums.d.mts.map +1 -1
- package/resources/forums.d.ts +33 -33
- package/resources/forums.d.ts.map +1 -1
- package/resources/forums.js +11 -11
- package/resources/forums.js.map +1 -1
- package/resources/forums.mjs +11 -11
- package/resources/forums.mjs.map +1 -1
- package/resources/index.d.mts +45 -35
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +45 -35
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +22 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +10 -0
- package/resources/index.mjs.map +1 -1
- package/resources/invoices.d.mts +86 -81
- package/resources/invoices.d.mts.map +1 -1
- package/resources/invoices.d.ts +86 -81
- package/resources/invoices.d.ts.map +1 -1
- package/resources/invoices.js +40 -40
- package/resources/invoices.js.map +1 -1
- package/resources/invoices.mjs +40 -40
- package/resources/invoices.mjs.map +1 -1
- package/resources/leads.d.mts +53 -53
- package/resources/leads.d.mts.map +1 -1
- package/resources/leads.d.ts +53 -53
- package/resources/leads.d.ts.map +1 -1
- package/resources/leads.js +24 -24
- package/resources/leads.js.map +1 -1
- package/resources/leads.mjs +24 -24
- package/resources/leads.mjs.map +1 -1
- package/resources/ledger-accounts.d.mts +34 -1
- package/resources/ledger-accounts.d.mts.map +1 -1
- package/resources/ledger-accounts.d.ts +34 -1
- package/resources/ledger-accounts.d.ts.map +1 -1
- package/resources/members.d.mts +9 -7
- package/resources/members.d.mts.map +1 -1
- package/resources/members.d.ts +9 -7
- package/resources/members.d.ts.map +1 -1
- package/resources/members.js +7 -7
- package/resources/members.js.map +1 -1
- package/resources/members.mjs +7 -7
- package/resources/members.mjs.map +1 -1
- package/resources/memberships.d.mts +61 -47
- package/resources/memberships.d.mts.map +1 -1
- package/resources/memberships.d.ts +61 -47
- package/resources/memberships.d.ts.map +1 -1
- package/resources/memberships.js +38 -38
- package/resources/memberships.js.map +1 -1
- package/resources/memberships.mjs +38 -38
- package/resources/memberships.mjs.map +1 -1
- package/resources/messages.d.mts +36 -36
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +36 -36
- package/resources/messages.d.ts.map +1 -1
- package/resources/messages.js +16 -16
- package/resources/messages.js.map +1 -1
- package/resources/messages.mjs +16 -16
- package/resources/messages.mjs.map +1 -1
- package/resources/payment-methods.d.mts +20 -20
- package/resources/payment-methods.d.mts.map +1 -1
- package/resources/payment-methods.d.ts +20 -20
- package/resources/payment-methods.d.ts.map +1 -1
- package/resources/payment-methods.js +10 -10
- package/resources/payment-methods.js.map +1 -1
- package/resources/payment-methods.mjs +10 -10
- package/resources/payment-methods.mjs.map +1 -1
- package/resources/payments.d.mts +172 -145
- package/resources/payments.d.mts.map +1 -1
- package/resources/payments.d.ts +172 -145
- package/resources/payments.d.ts.map +1 -1
- package/resources/payments.js +68 -68
- package/resources/payments.js.map +1 -1
- package/resources/payments.mjs +68 -68
- package/resources/payments.mjs.map +1 -1
- package/resources/payout-accounts.d.mts +1 -1
- package/resources/payout-accounts.d.ts +1 -1
- package/resources/payout-methods.d.mts +5 -5
- package/resources/payout-methods.d.mts.map +1 -1
- package/resources/payout-methods.d.ts +5 -5
- package/resources/payout-methods.d.ts.map +1 -1
- package/resources/payout-methods.js +10 -10
- package/resources/payout-methods.js.map +1 -1
- package/resources/payout-methods.mjs +10 -10
- package/resources/payout-methods.mjs.map +1 -1
- package/resources/plans.d.mts +128 -70
- package/resources/plans.d.mts.map +1 -1
- package/resources/plans.d.ts +128 -70
- package/resources/plans.d.ts.map +1 -1
- package/resources/plans.js +21 -21
- package/resources/plans.js.map +1 -1
- package/resources/plans.mjs +21 -21
- package/resources/plans.mjs.map +1 -1
- package/resources/products.d.mts +81 -65
- package/resources/products.d.mts.map +1 -1
- package/resources/products.d.ts +81 -65
- package/resources/products.d.ts.map +1 -1
- package/resources/products.js +25 -25
- package/resources/products.js.map +1 -1
- package/resources/products.mjs +25 -25
- package/resources/products.mjs.map +1 -1
- package/resources/promo-codes.d.mts +59 -59
- package/resources/promo-codes.d.mts.map +1 -1
- package/resources/promo-codes.d.ts +59 -59
- package/resources/promo-codes.d.ts.map +1 -1
- package/resources/promo-codes.js +22 -22
- package/resources/promo-codes.js.map +1 -1
- package/resources/promo-codes.mjs +22 -22
- package/resources/promo-codes.mjs.map +1 -1
- package/resources/reactions.d.mts +25 -25
- package/resources/reactions.d.mts.map +1 -1
- package/resources/reactions.d.ts +25 -25
- package/resources/reactions.d.ts.map +1 -1
- package/resources/reactions.js +11 -11
- package/resources/reactions.js.map +1 -1
- package/resources/reactions.mjs +11 -11
- package/resources/reactions.mjs.map +1 -1
- package/resources/refunds.d.mts +59 -10
- package/resources/refunds.d.mts.map +1 -1
- package/resources/refunds.d.ts +59 -10
- package/resources/refunds.d.ts.map +1 -1
- package/resources/refunds.js +12 -10
- package/resources/refunds.js.map +1 -1
- package/resources/refunds.mjs +12 -10
- package/resources/refunds.mjs.map +1 -1
- package/resources/resolution-center-cases.d.mts +6 -6
- package/resources/resolution-center-cases.d.mts.map +1 -1
- package/resources/resolution-center-cases.d.ts +6 -6
- package/resources/resolution-center-cases.d.ts.map +1 -1
- package/resources/resolution-center-cases.js +10 -10
- package/resources/resolution-center-cases.js.map +1 -1
- package/resources/resolution-center-cases.mjs +10 -10
- package/resources/resolution-center-cases.mjs.map +1 -1
- package/resources/reviews.d.mts +4 -4
- package/resources/reviews.d.mts.map +1 -1
- package/resources/reviews.d.ts +4 -4
- package/resources/reviews.d.ts.map +1 -1
- package/resources/reviews.js +6 -6
- package/resources/reviews.js.map +1 -1
- package/resources/reviews.mjs +6 -6
- package/resources/reviews.mjs.map +1 -1
- package/resources/setup-intents.d.mts +6 -6
- package/resources/setup-intents.d.mts.map +1 -1
- package/resources/setup-intents.d.ts +6 -6
- package/resources/setup-intents.d.ts.map +1 -1
- package/resources/setup-intents.js +11 -11
- package/resources/setup-intents.js.map +1 -1
- package/resources/setup-intents.mjs +11 -11
- package/resources/setup-intents.mjs.map +1 -1
- package/resources/shared.d.mts +89 -6
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +89 -6
- package/resources/shared.d.ts.map +1 -1
- package/resources/shipments.d.mts +35 -35
- package/resources/shipments.d.mts.map +1 -1
- package/resources/shipments.d.ts +35 -35
- package/resources/shipments.d.ts.map +1 -1
- package/resources/shipments.js +20 -20
- package/resources/shipments.js.map +1 -1
- package/resources/shipments.mjs +20 -20
- package/resources/shipments.mjs.map +1 -1
- package/resources/support-channels.d.mts +35 -34
- package/resources/support-channels.d.mts.map +1 -1
- package/resources/support-channels.d.ts +35 -34
- package/resources/support-channels.d.ts.map +1 -1
- package/resources/support-channels.js +21 -21
- package/resources/support-channels.js.map +1 -1
- package/resources/support-channels.mjs +21 -21
- package/resources/support-channels.mjs.map +1 -1
- package/resources/swaps.d.mts +62 -0
- package/resources/swaps.d.mts.map +1 -0
- package/resources/swaps.d.ts +62 -0
- package/resources/swaps.d.ts.map +1 -0
- package/resources/swaps.js +15 -0
- package/resources/swaps.js.map +1 -0
- package/resources/swaps.mjs +11 -0
- package/resources/swaps.mjs.map +1 -0
- package/resources/transfers.d.mts +57 -55
- package/resources/transfers.d.mts.map +1 -1
- package/resources/transfers.d.ts +57 -55
- package/resources/transfers.d.ts.map +1 -1
- package/resources/transfers.js +19 -19
- package/resources/transfers.js.map +1 -1
- package/resources/transfers.mjs +19 -19
- package/resources/transfers.mjs.map +1 -1
- package/resources/users.d.mts +20 -20
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts +20 -20
- package/resources/users.d.ts.map +1 -1
- package/resources/users.js +16 -16
- package/resources/users.js.map +1 -1
- package/resources/users.mjs +16 -16
- package/resources/users.mjs.map +1 -1
- package/resources/verifications.d.mts +2 -2
- package/resources/verifications.d.ts +2 -2
- package/resources/wallets.d.mts +89 -0
- package/resources/wallets.d.mts.map +1 -0
- package/resources/wallets.d.ts +89 -0
- package/resources/wallets.d.ts.map +1 -0
- package/resources/wallets.js +28 -0
- package/resources/wallets.js.map +1 -0
- package/resources/wallets.mjs +24 -0
- package/resources/wallets.mjs.map +1 -0
- package/resources/webhooks.d.mts +2182 -1196
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +2182 -1196
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +31 -31
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +31 -31
- package/resources/webhooks.mjs.map +1 -1
- package/resources/withdrawals.d.mts +47 -47
- package/resources/withdrawals.d.mts.map +1 -1
- package/resources/withdrawals.d.ts +47 -47
- package/resources/withdrawals.d.ts.map +1 -1
- package/resources/withdrawals.js +21 -21
- package/resources/withdrawals.js.map +1 -1
- package/resources/withdrawals.mjs +21 -21
- package/resources/withdrawals.mjs.map +1 -1
- package/src/client.ts +277 -60
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/log.ts +2 -0
- package/src/resources/accounts.ts +318 -0
- package/src/resources/ad-campaigns.ts +376 -0
- package/src/resources/ad-groups.ts +1958 -0
- package/src/resources/ad-reports.ts +484 -0
- package/src/resources/ads.ts +295 -0
- package/src/resources/affiliates/affiliates.ts +39 -39
- package/src/resources/affiliates/index.ts +2 -2
- package/src/resources/affiliates/overrides.ts +51 -51
- package/src/resources/ai-chats.ts +33 -33
- package/src/resources/app-builds.ts +68 -68
- package/src/resources/apps.ts +86 -86
- package/src/resources/authorized-users.ts +48 -48
- package/src/resources/bounties.ts +353 -0
- package/src/resources/chat-channels.ts +57 -57
- package/src/resources/checkout-configurations.ts +97 -63
- package/src/resources/companies.ts +123 -41
- package/src/resources/company-token-transactions.ts +55 -55
- package/src/resources/conversions.ts +316 -0
- package/src/resources/course-chapters.ts +47 -47
- package/src/resources/course-lesson-interactions.ts +12 -12
- package/src/resources/course-lessons.ts +54 -54
- package/src/resources/course-students.ts +12 -12
- package/src/resources/courses.ts +51 -51
- package/src/resources/deposits.ts +87 -0
- package/src/resources/dispute-alerts.ts +18 -18
- package/src/resources/disputes.ts +18 -20
- package/src/resources/dm-channels.ts +45 -45
- package/src/resources/dm-members.ts +45 -45
- package/src/resources/entries.ts +10 -10
- package/src/resources/experiences.ts +64 -64
- package/src/resources/fee-markups.ts +44 -44
- package/src/resources/files.ts +23 -1
- package/src/resources/forum-posts.ts +65 -60
- package/src/resources/forums.ts +44 -44
- package/src/resources/index.ts +129 -57
- package/src/resources/invoices.ts +113 -107
- package/src/resources/leads.ts +64 -64
- package/src/resources/ledger-accounts.ts +41 -1
- package/src/resources/members.ts +14 -12
- package/src/resources/memberships.ts +73 -61
- package/src/resources/messages.ts +48 -48
- package/src/resources/payment-methods.ts +30 -30
- package/src/resources/payments.ts +222 -183
- package/src/resources/payout-accounts.ts +1 -1
- package/src/resources/payout-methods.ts +11 -11
- package/src/resources/plans.ts +151 -88
- package/src/resources/products.ts +98 -84
- package/src/resources/promo-codes.ts +74 -74
- package/src/resources/reactions.ts +33 -33
- package/src/resources/refunds.ts +65 -15
- package/src/resources/resolution-center-cases.ts +11 -12
- package/src/resources/reviews.ts +7 -7
- package/src/resources/setup-intents.ts +13 -13
- package/src/resources/shared.ts +94 -5
- package/src/resources/shipments.ts +44 -44
- package/src/resources/support-channels.ts +46 -45
- package/src/resources/swaps.ts +87 -0
- package/src/resources/transfers.ts +68 -66
- package/src/resources/users.ts +29 -29
- package/src/resources/verifications.ts +2 -2
- package/src/resources/wallets.ts +136 -0
- package/src/resources/webhooks.ts +2449 -1277
- package/src/resources/withdrawals.ts +55 -55
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/resources/payments.d.ts
CHANGED
|
@@ -9,38 +9,28 @@ import { RequestOptions } from "../internal/request-options.js";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class Payments extends APIResource {
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* will respond with a payment object immediately, but the payment is processed
|
|
15
|
-
* asynchronously in the background. Use webhooks to be notified when the payment
|
|
16
|
-
* succeeds or fails.
|
|
12
|
+
* Returns a paginated list of payments for the actor in context, with optional
|
|
13
|
+
* filtering by product, plan, status, billing reason, currency, and creation date.
|
|
17
14
|
*
|
|
18
15
|
* Required permissions:
|
|
19
16
|
*
|
|
20
|
-
* - `payment:
|
|
21
|
-
* - `plan:create`
|
|
22
|
-
* - `access_pass:create`
|
|
23
|
-
* - `access_pass:update`
|
|
17
|
+
* - `payment:basic:read`
|
|
24
18
|
* - `plan:basic:read`
|
|
25
19
|
* - `access_pass:basic:read`
|
|
26
20
|
* - `member:email:read`
|
|
27
21
|
* - `member:basic:read`
|
|
28
22
|
* - `member:phone:read`
|
|
29
23
|
* - `promo_code:basic:read`
|
|
30
|
-
* - `payment:dispute:read`
|
|
31
|
-
* - `payment:resolution_center_case:read`
|
|
32
24
|
*
|
|
33
25
|
* @example
|
|
34
26
|
* ```ts
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* plan: { currency: 'usd' },
|
|
40
|
-
* });
|
|
27
|
+
* // Automatically fetches more pages as needed.
|
|
28
|
+
* for await (const paymentListResponse of client.payments.list()) {
|
|
29
|
+
* // ...
|
|
30
|
+
* }
|
|
41
31
|
* ```
|
|
42
32
|
*/
|
|
43
|
-
|
|
33
|
+
list(query?: PaymentListParams | null | undefined, options?: RequestOptions): PagePromise<PaymentListResponsesCursorPage, PaymentListResponse>;
|
|
44
34
|
/**
|
|
45
35
|
* Retrieves the details of an existing payment.
|
|
46
36
|
*
|
|
@@ -65,50 +55,32 @@ export declare class Payments extends APIResource {
|
|
|
65
55
|
*/
|
|
66
56
|
retrieve(id: string, options?: RequestOptions): APIPromise<Shared.Payment>;
|
|
67
57
|
/**
|
|
68
|
-
*
|
|
69
|
-
*
|
|
58
|
+
* Issue a full or partial refund for a payment. The refund is processed through
|
|
59
|
+
* the original payment processor and the membership status is updated accordingly.
|
|
70
60
|
*
|
|
71
61
|
* Required permissions:
|
|
72
62
|
*
|
|
73
|
-
* - `payment:
|
|
63
|
+
* - `payment:manage`
|
|
74
64
|
* - `plan:basic:read`
|
|
75
65
|
* - `access_pass:basic:read`
|
|
76
66
|
* - `member:email:read`
|
|
77
67
|
* - `member:basic:read`
|
|
78
68
|
* - `member:phone:read`
|
|
79
69
|
* - `promo_code:basic:read`
|
|
70
|
+
* - `payment:dispute:read`
|
|
71
|
+
* - `payment:resolution_center_case:read`
|
|
80
72
|
*
|
|
81
73
|
* @example
|
|
82
74
|
* ```ts
|
|
83
|
-
*
|
|
84
|
-
* for await (const paymentListResponse of client.payments.list()) {
|
|
85
|
-
* // ...
|
|
86
|
-
* }
|
|
87
|
-
* ```
|
|
88
|
-
*/
|
|
89
|
-
list(query?: PaymentListParams | null | undefined, options?: RequestOptions): PagePromise<PaymentListResponsesCursorPage, PaymentListResponse>;
|
|
90
|
-
/**
|
|
91
|
-
* Returns the list of fees associated with a specific payment, including platform
|
|
92
|
-
* fees and processing fees.
|
|
93
|
-
*
|
|
94
|
-
* Required permissions:
|
|
95
|
-
*
|
|
96
|
-
* - `payment:basic:read`
|
|
97
|
-
*
|
|
98
|
-
* @example
|
|
99
|
-
* ```ts
|
|
100
|
-
* // Automatically fetches more pages as needed.
|
|
101
|
-
* for await (const paymentListFeesResponse of client.payments.listFees(
|
|
75
|
+
* const payment = await client.payments.refund(
|
|
102
76
|
* 'pay_xxxxxxxxxxxxxx',
|
|
103
|
-
* )
|
|
104
|
-
* // ...
|
|
105
|
-
* }
|
|
77
|
+
* );
|
|
106
78
|
* ```
|
|
107
79
|
*/
|
|
108
|
-
|
|
80
|
+
refund(id: string, body?: PaymentRefundParams | null | undefined, options?: RequestOptions): APIPromise<Shared.Payment>;
|
|
109
81
|
/**
|
|
110
|
-
*
|
|
111
|
-
*
|
|
82
|
+
* Retry a failed or pending payment. This re-attempts the charge using the
|
|
83
|
+
* original payment method and plan details.
|
|
112
84
|
*
|
|
113
85
|
* Required permissions:
|
|
114
86
|
*
|
|
@@ -124,15 +96,15 @@ export declare class Payments extends APIResource {
|
|
|
124
96
|
*
|
|
125
97
|
* @example
|
|
126
98
|
* ```ts
|
|
127
|
-
* const payment = await client.payments.
|
|
99
|
+
* const payment = await client.payments.retry(
|
|
128
100
|
* 'pay_xxxxxxxxxxxxxx',
|
|
129
101
|
* );
|
|
130
102
|
* ```
|
|
131
103
|
*/
|
|
132
|
-
|
|
104
|
+
retry(id: string, options?: RequestOptions): APIPromise<Shared.Payment>;
|
|
133
105
|
/**
|
|
134
|
-
*
|
|
135
|
-
*
|
|
106
|
+
* Void a payment that has not yet been settled. Voiding cancels the payment before
|
|
107
|
+
* it is captured by the payment processor.
|
|
136
108
|
*
|
|
137
109
|
* Required permissions:
|
|
138
110
|
*
|
|
@@ -148,19 +120,25 @@ export declare class Payments extends APIResource {
|
|
|
148
120
|
*
|
|
149
121
|
* @example
|
|
150
122
|
* ```ts
|
|
151
|
-
* const payment = await client.payments.
|
|
123
|
+
* const payment = await client.payments.void(
|
|
152
124
|
* 'pay_xxxxxxxxxxxxxx',
|
|
153
125
|
* );
|
|
154
126
|
* ```
|
|
155
127
|
*/
|
|
156
|
-
|
|
128
|
+
void(id: string, options?: RequestOptions): APIPromise<Shared.Payment>;
|
|
157
129
|
/**
|
|
158
|
-
*
|
|
159
|
-
*
|
|
130
|
+
* Charge an existing member off-session using one of their stored payment methods.
|
|
131
|
+
* You can provide an existing plan, or create a new one in-line. This endpoint
|
|
132
|
+
* will respond with a payment object immediately, but the payment is processed
|
|
133
|
+
* asynchronously in the background. Use webhooks to be notified when the payment
|
|
134
|
+
* succeeds or fails.
|
|
160
135
|
*
|
|
161
136
|
* Required permissions:
|
|
162
137
|
*
|
|
163
|
-
* - `payment:
|
|
138
|
+
* - `payment:charge`
|
|
139
|
+
* - `plan:create`
|
|
140
|
+
* - `access_pass:create`
|
|
141
|
+
* - `access_pass:update`
|
|
164
142
|
* - `plan:basic:read`
|
|
165
143
|
* - `access_pass:basic:read`
|
|
166
144
|
* - `member:email:read`
|
|
@@ -172,12 +150,34 @@ export declare class Payments extends APIResource {
|
|
|
172
150
|
*
|
|
173
151
|
* @example
|
|
174
152
|
* ```ts
|
|
175
|
-
* const payment = await client.payments.
|
|
153
|
+
* const payment = await client.payments.create({
|
|
154
|
+
* company_id: 'biz_xxxxxxxxxxxxxx',
|
|
155
|
+
* member_id: 'mber_xxxxxxxxxxxxx',
|
|
156
|
+
* payment_method_id: 'pmt_xxxxxxxxxxxxxx',
|
|
157
|
+
* plan: { currency: 'usd' },
|
|
158
|
+
* });
|
|
159
|
+
* ```
|
|
160
|
+
*/
|
|
161
|
+
create(body: PaymentCreateParams, options?: RequestOptions): APIPromise<Shared.Payment>;
|
|
162
|
+
/**
|
|
163
|
+
* Returns the list of fees associated with a specific payment, including platform
|
|
164
|
+
* fees and processing fees.
|
|
165
|
+
*
|
|
166
|
+
* Required permissions:
|
|
167
|
+
*
|
|
168
|
+
* - `payment:basic:read`
|
|
169
|
+
*
|
|
170
|
+
* @example
|
|
171
|
+
* ```ts
|
|
172
|
+
* // Automatically fetches more pages as needed.
|
|
173
|
+
* for await (const paymentListFeesResponse of client.payments.listFees(
|
|
176
174
|
* 'pay_xxxxxxxxxxxxxx',
|
|
177
|
-
* )
|
|
175
|
+
* )) {
|
|
176
|
+
* // ...
|
|
177
|
+
* }
|
|
178
178
|
* ```
|
|
179
179
|
*/
|
|
180
|
-
|
|
180
|
+
listFees(id: string, query?: PaymentListFeesParams | null | undefined, options?: RequestOptions): PagePromise<PaymentListFeesResponsesCursorPage, PaymentListFeesResponse>;
|
|
181
181
|
}
|
|
182
182
|
export type PaymentListResponsesCursorPage = CursorPage<PaymentListResponse>;
|
|
183
183
|
export type PaymentListFeesResponsesCursorPage = CursorPage<PaymentListFeesResponse>;
|
|
@@ -192,7 +192,7 @@ export type CardBrands = 'mastercard' | 'visa' | 'amex' | 'discover' | 'unionpay
|
|
|
192
192
|
/**
|
|
193
193
|
* The different types of payment methods that can be used.
|
|
194
194
|
*/
|
|
195
|
-
export type PaymentMethodTypes = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'apple' | 'apple_pay' | 'au_bank_transfer' | 'au_becs_debit' | 'bacs_debit' | 'bancolombia' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'capchase_pay' | 'card' | 'cashapp' | 'claritypay' | 'coinbase' | 'crypto' | 'custom' | 'customer_balance' | 'demo_pay' | 'efecty' | 'eps' | 'eu_bank_transfer' | 'fpx' | 'gb_bank_transfer' | 'giropay' | 'google_pay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'interac' | 'kakao_pay' | 'klarna' | 'klarna_pay_now' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'link' | 'mb_way' | 'm_pesa' | 'mercado_pago' | 'mobilepay' | 'mondu' | 'multibanco' | 'naver_pay' | 'nequi' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pse' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'platform_balance' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sequra' | 'sezzle' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'spei' | 'splitit' | 'sunbit' | 'swish' | 'tamara' | 'twint' | 'upi' | 'us_bank_account' | 'us_bank_transfer' | 'venmo' | 'vipps' | 'wechat_pay' | 'zip' | 'coinflow' | 'unknown';
|
|
195
|
+
export type PaymentMethodTypes = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'apple' | 'apple_pay' | 'au_bank_transfer' | 'au_becs_debit' | 'bacs_debit' | 'bancolombia' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'bre_b' | 'ca_bank_transfer' | 'capchase_pay' | 'card' | 'card_installments_three' | 'card_installments_six' | 'card_installments_twelve' | 'cashapp' | 'claritypay' | 'coinbase' | 'crypto' | 'custom' | 'customer_balance' | 'demo_pay' | 'efecty' | 'eps' | 'eu_bank_transfer' | 'fpx' | 'gb_bank_transfer' | 'giropay' | 'google_pay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'interac' | 'kakao_pay' | 'klarna' | 'klarna_pay_now' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'kueski' | 'link' | 'mb_way' | 'm_pesa' | 'mercado_pago' | 'mobilepay' | 'mondu' | 'multibanco' | 'naver_pay' | 'nequi' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pago_efectivo' | 'pse' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'platform_balance' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sencillito' | 'sepa_debit' | 'sequra' | 'servipag' | 'sezzle' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'spei' | 'splitit' | 'sunbit' | 'swish' | 'tamara' | 'twint' | 'upi' | 'us_bank_account' | 'us_bank_transfer' | 'venmo' | 'vipps' | 'webpay' | 'wechat_pay' | 'yape' | 'zip' | 'coinflow' | 'unknown';
|
|
196
196
|
/**
|
|
197
197
|
* The type of tax inclusivity applied to the receipt, for determining whether the
|
|
198
198
|
* tax is included in the final price, or paid on top.
|
|
@@ -250,9 +250,9 @@ export interface PaymentListResponse {
|
|
|
250
250
|
*/
|
|
251
251
|
created_at: string;
|
|
252
252
|
/**
|
|
253
|
-
* The
|
|
253
|
+
* The three-letter ISO currency code for this payment (e.g., 'usd', 'eur').
|
|
254
254
|
*/
|
|
255
|
-
currency: Shared.Currency
|
|
255
|
+
currency: Shared.Currency;
|
|
256
256
|
/**
|
|
257
257
|
* When an alert came in that this transaction will be disputed
|
|
258
258
|
*/
|
|
@@ -333,6 +333,10 @@ export interface PaymentListResponse {
|
|
|
333
333
|
* otherwise false. Used to decide if Whop can attempt the charge again.
|
|
334
334
|
*/
|
|
335
335
|
retryable: boolean;
|
|
336
|
+
/**
|
|
337
|
+
* The three-letter ISO currency code for this payment (e.g., 'usd', 'eur').
|
|
338
|
+
*/
|
|
339
|
+
settlement_currency: Shared.Currency;
|
|
336
340
|
/**
|
|
337
341
|
* The status of a receipt
|
|
338
342
|
*/
|
|
@@ -477,6 +481,10 @@ export declare namespace PaymentListResponse {
|
|
|
477
481
|
* The unique identifier for the membership.
|
|
478
482
|
*/
|
|
479
483
|
id: string;
|
|
484
|
+
/**
|
|
485
|
+
* The phone number associated with this membership.
|
|
486
|
+
*/
|
|
487
|
+
phone_number: string | null;
|
|
480
488
|
/**
|
|
481
489
|
* The state of the membership.
|
|
482
490
|
*/
|
|
@@ -540,6 +548,13 @@ export declare namespace PaymentListResponse {
|
|
|
540
548
|
* A personal description or notes section for the business.
|
|
541
549
|
*/
|
|
542
550
|
internal_notes: string | null;
|
|
551
|
+
/**
|
|
552
|
+
* Custom key-value pairs stored on the plan. Included in webhook payloads for
|
|
553
|
+
* payment and membership events.
|
|
554
|
+
*/
|
|
555
|
+
metadata: {
|
|
556
|
+
[key: string]: unknown;
|
|
557
|
+
} | null;
|
|
543
558
|
}
|
|
544
559
|
/**
|
|
545
560
|
* The product this payment was made for
|
|
@@ -549,6 +564,13 @@ export declare namespace PaymentListResponse {
|
|
|
549
564
|
* The unique identifier for the product.
|
|
550
565
|
*/
|
|
551
566
|
id: string;
|
|
567
|
+
/**
|
|
568
|
+
* Custom key-value pairs stored on the product. Included in webhook payloads for
|
|
569
|
+
* payment and membership events.
|
|
570
|
+
*/
|
|
571
|
+
metadata: {
|
|
572
|
+
[key: string]: unknown;
|
|
573
|
+
} | null;
|
|
552
574
|
/**
|
|
553
575
|
* The URL slug used in the product's public link (e.g., 'my-product' in
|
|
554
576
|
* whop.com/company/my-product).
|
|
@@ -635,6 +657,94 @@ export interface PaymentListFeesResponse {
|
|
|
635
657
|
*/
|
|
636
658
|
type: 'stripe_domestic_processing_fee' | 'stripe_international_processing_fee' | 'stripe_fixed_processing_fee' | 'stripe_billing_fee' | 'stripe_radar_fee' | 'sales_tax_remittance' | 'sales_tax_remittance_reversal' | 'stripe_sales_tax_fee' | 'whop_processing_fee' | 'marketplace_affiliate_fee' | 'affiliate_fee' | 'crypto_fee' | 'stripe_standard_processing_fee' | 'paypal_fee' | 'stripe_payout_fee' | 'dispute_fee' | 'dispute_alert_fee' | 'apple_processing_fee' | 'buyer_fee' | 'sezzle_processing_fee' | 'splitit_processing_fee' | 'platform_balance_processing_fee' | 'payment_processing_percentage_fee' | 'payment_processing_fixed_fee' | 'cross_border_percentage_fee' | 'fx_percentage_fee' | 'orchestration_percentage_fee' | 'three_ds_fixed_fee' | 'billing_percentage_fee' | 'revshare_percentage_fee' | 'application_fee';
|
|
637
659
|
}
|
|
660
|
+
export interface PaymentListParams extends CursorPageParams {
|
|
661
|
+
/**
|
|
662
|
+
* Returns the elements in the list that come before the specified cursor.
|
|
663
|
+
*/
|
|
664
|
+
before?: string | null;
|
|
665
|
+
/**
|
|
666
|
+
* Filter payments by their billing reason.
|
|
667
|
+
*/
|
|
668
|
+
billing_reasons?: Array<BillingReasons> | null;
|
|
669
|
+
/**
|
|
670
|
+
* Only return payments from these checkout configurations.
|
|
671
|
+
*/
|
|
672
|
+
checkout_configuration_ids?: Array<string> | null;
|
|
673
|
+
/**
|
|
674
|
+
* The unique identifier of the company to list payments for.
|
|
675
|
+
*/
|
|
676
|
+
company_id?: string | null;
|
|
677
|
+
/**
|
|
678
|
+
* Only return payments created after this timestamp.
|
|
679
|
+
*/
|
|
680
|
+
created_after?: string | null;
|
|
681
|
+
/**
|
|
682
|
+
* Only return payments created before this timestamp.
|
|
683
|
+
*/
|
|
684
|
+
created_before?: string | null;
|
|
685
|
+
/**
|
|
686
|
+
* Filter payments by their currency code.
|
|
687
|
+
*/
|
|
688
|
+
currencies?: Array<Shared.Currency> | null;
|
|
689
|
+
/**
|
|
690
|
+
* The direction of the sort.
|
|
691
|
+
*/
|
|
692
|
+
direction?: Shared.Direction | null;
|
|
693
|
+
/**
|
|
694
|
+
* Returns the first _n_ elements from the list.
|
|
695
|
+
*/
|
|
696
|
+
first?: number | null;
|
|
697
|
+
/**
|
|
698
|
+
* Whether to include payments with a zero amount.
|
|
699
|
+
*/
|
|
700
|
+
include_free?: boolean | null;
|
|
701
|
+
/**
|
|
702
|
+
* Returns the last _n_ elements from the list.
|
|
703
|
+
*/
|
|
704
|
+
last?: number | null;
|
|
705
|
+
/**
|
|
706
|
+
* The order to sort the results by.
|
|
707
|
+
*/
|
|
708
|
+
order?: 'final_amount' | 'created_at' | 'paid_at' | null;
|
|
709
|
+
/**
|
|
710
|
+
* Filter payments to only those associated with these specific plan identifiers.
|
|
711
|
+
*/
|
|
712
|
+
plan_ids?: Array<string> | null;
|
|
713
|
+
/**
|
|
714
|
+
* Filter payments to only those associated with these specific product
|
|
715
|
+
* identifiers.
|
|
716
|
+
*/
|
|
717
|
+
product_ids?: Array<string> | null;
|
|
718
|
+
/**
|
|
719
|
+
* Search payments by user ID, membership ID, user email, name, or username. Email
|
|
720
|
+
* filtering requires the member:email:read permission.
|
|
721
|
+
*/
|
|
722
|
+
query?: string | null;
|
|
723
|
+
/**
|
|
724
|
+
* Filter payments by their current status.
|
|
725
|
+
*/
|
|
726
|
+
statuses?: Array<Shared.ReceiptStatus> | null;
|
|
727
|
+
/**
|
|
728
|
+
* Filter payments by their current substatus for more granular filtering.
|
|
729
|
+
*/
|
|
730
|
+
substatuses?: Array<Shared.FriendlyReceiptStatus> | null;
|
|
731
|
+
/**
|
|
732
|
+
* Only return payments last updated after this timestamp.
|
|
733
|
+
*/
|
|
734
|
+
updated_after?: string | null;
|
|
735
|
+
/**
|
|
736
|
+
* Only return payments last updated before this timestamp.
|
|
737
|
+
*/
|
|
738
|
+
updated_before?: string | null;
|
|
739
|
+
}
|
|
740
|
+
export interface PaymentRefundParams {
|
|
741
|
+
/**
|
|
742
|
+
* The amount to refund. For multi-currency payments, this is in the charge
|
|
743
|
+
* currency (what the buyer paid). For single-currency, this is in the payment
|
|
744
|
+
* currency. If omitted, the full payment amount is refunded.
|
|
745
|
+
*/
|
|
746
|
+
partial_amount?: number | null;
|
|
747
|
+
}
|
|
638
748
|
export type PaymentCreateParams = PaymentCreateParams.CreatePaymentInputWithPlan | PaymentCreateParams.CreatePaymentInputWithPlanID;
|
|
639
749
|
export declare namespace PaymentCreateParams {
|
|
640
750
|
interface CreatePaymentInputWithPlan {
|
|
@@ -824,82 +934,6 @@ export declare namespace PaymentCreateParams {
|
|
|
824
934
|
} | null;
|
|
825
935
|
}
|
|
826
936
|
}
|
|
827
|
-
export interface PaymentListParams extends CursorPageParams {
|
|
828
|
-
/**
|
|
829
|
-
* Returns the elements in the list that come before the specified cursor.
|
|
830
|
-
*/
|
|
831
|
-
before?: string | null;
|
|
832
|
-
/**
|
|
833
|
-
* Filter payments by their billing reason.
|
|
834
|
-
*/
|
|
835
|
-
billing_reasons?: Array<BillingReasons> | null;
|
|
836
|
-
/**
|
|
837
|
-
* The unique identifier of the company to list payments for.
|
|
838
|
-
*/
|
|
839
|
-
company_id?: string | null;
|
|
840
|
-
/**
|
|
841
|
-
* Only return payments created after this timestamp.
|
|
842
|
-
*/
|
|
843
|
-
created_after?: string | null;
|
|
844
|
-
/**
|
|
845
|
-
* Only return payments created before this timestamp.
|
|
846
|
-
*/
|
|
847
|
-
created_before?: string | null;
|
|
848
|
-
/**
|
|
849
|
-
* Filter payments by their currency code.
|
|
850
|
-
*/
|
|
851
|
-
currencies?: Array<Shared.Currency> | null;
|
|
852
|
-
/**
|
|
853
|
-
* The direction of the sort.
|
|
854
|
-
*/
|
|
855
|
-
direction?: Shared.Direction | null;
|
|
856
|
-
/**
|
|
857
|
-
* Returns the first _n_ elements from the list.
|
|
858
|
-
*/
|
|
859
|
-
first?: number | null;
|
|
860
|
-
/**
|
|
861
|
-
* Whether to include payments with a zero amount.
|
|
862
|
-
*/
|
|
863
|
-
include_free?: boolean | null;
|
|
864
|
-
/**
|
|
865
|
-
* Returns the last _n_ elements from the list.
|
|
866
|
-
*/
|
|
867
|
-
last?: number | null;
|
|
868
|
-
/**
|
|
869
|
-
* The order to sort the results by.
|
|
870
|
-
*/
|
|
871
|
-
order?: 'final_amount' | 'created_at' | 'paid_at' | null;
|
|
872
|
-
/**
|
|
873
|
-
* Filter payments to only those associated with these specific plan identifiers.
|
|
874
|
-
*/
|
|
875
|
-
plan_ids?: Array<string> | null;
|
|
876
|
-
/**
|
|
877
|
-
* Filter payments to only those associated with these specific product
|
|
878
|
-
* identifiers.
|
|
879
|
-
*/
|
|
880
|
-
product_ids?: Array<string> | null;
|
|
881
|
-
/**
|
|
882
|
-
* Search payments by user ID, membership ID, user email, name, or username. Email
|
|
883
|
-
* filtering requires the member:email:read permission.
|
|
884
|
-
*/
|
|
885
|
-
query?: string | null;
|
|
886
|
-
/**
|
|
887
|
-
* Filter payments by their current status.
|
|
888
|
-
*/
|
|
889
|
-
statuses?: Array<Shared.ReceiptStatus> | null;
|
|
890
|
-
/**
|
|
891
|
-
* Filter payments by their current substatus for more granular filtering.
|
|
892
|
-
*/
|
|
893
|
-
substatuses?: Array<Shared.FriendlyReceiptStatus> | null;
|
|
894
|
-
/**
|
|
895
|
-
* Only return payments last updated after this timestamp.
|
|
896
|
-
*/
|
|
897
|
-
updated_after?: string | null;
|
|
898
|
-
/**
|
|
899
|
-
* Only return payments last updated before this timestamp.
|
|
900
|
-
*/
|
|
901
|
-
updated_before?: string | null;
|
|
902
|
-
}
|
|
903
937
|
export interface PaymentListFeesParams extends CursorPageParams {
|
|
904
938
|
/**
|
|
905
939
|
* Returns the elements in the list that come before the specified cursor.
|
|
@@ -914,14 +948,7 @@ export interface PaymentListFeesParams extends CursorPageParams {
|
|
|
914
948
|
*/
|
|
915
949
|
last?: number | null;
|
|
916
950
|
}
|
|
917
|
-
export interface PaymentRefundParams {
|
|
918
|
-
/**
|
|
919
|
-
* The amount to refund in the payment currency. If omitted, the full payment
|
|
920
|
-
* amount is refunded.
|
|
921
|
-
*/
|
|
922
|
-
partial_amount?: number | null;
|
|
923
|
-
}
|
|
924
951
|
export declare namespace Payments {
|
|
925
|
-
export { type BillingReasons as BillingReasons, type CardBrands as CardBrands, type PaymentMethodTypes as PaymentMethodTypes, type ReceiptTaxBehavior as ReceiptTaxBehavior, type PaymentListResponse as PaymentListResponse, type PaymentListFeesResponse as PaymentListFeesResponse, type PaymentListResponsesCursorPage as PaymentListResponsesCursorPage, type PaymentListFeesResponsesCursorPage as PaymentListFeesResponsesCursorPage, type
|
|
952
|
+
export { type BillingReasons as BillingReasons, type CardBrands as CardBrands, type PaymentMethodTypes as PaymentMethodTypes, type ReceiptTaxBehavior as ReceiptTaxBehavior, type PaymentListResponse as PaymentListResponse, type PaymentListFeesResponse as PaymentListFeesResponse, type PaymentListResponsesCursorPage as PaymentListResponsesCursorPage, type PaymentListFeesResponsesCursorPage as PaymentListFeesResponsesCursorPage, type PaymentListParams as PaymentListParams, type PaymentRefundParams as PaymentRefundParams, type PaymentCreateParams as PaymentCreateParams, type PaymentListFeesParams as PaymentListFeesParams, };
|
|
926
953
|
}
|
|
927
954
|
//# sourceMappingURL=payments.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments.d.ts","sourceRoot":"","sources":["../src/resources/payments.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"payments.d.ts","sourceRoot":"","sources":["../src/resources/payments.ts"],"names":[],"mappings":"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"}
|