@whop/sdk 0.0.2 → 0.0.4
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 +55 -0
- package/client.d.mts +30 -12
- package/client.d.mts.map +1 -1
- package/client.d.ts +30 -12
- package/client.d.ts.map +1 -1
- package/client.js +19 -1
- package/client.js.map +1 -1
- package/client.mjs +21 -3
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/app-builds.d.mts +16 -13
- package/resources/app-builds.d.mts.map +1 -1
- package/resources/app-builds.d.ts +16 -13
- package/resources/app-builds.d.ts.map +1 -1
- package/resources/app-builds.js +1 -1
- package/resources/app-builds.mjs +1 -1
- package/resources/apps.d.mts +15 -10
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +15 -10
- package/resources/apps.d.ts.map +1 -1
- package/resources/checkout-configurations.d.mts +252 -140
- package/resources/checkout-configurations.d.mts.map +1 -1
- package/resources/checkout-configurations.d.ts +252 -140
- package/resources/checkout-configurations.d.ts.map +1 -1
- package/resources/checkout-configurations.js +6 -20
- package/resources/checkout-configurations.js.map +1 -1
- package/resources/checkout-configurations.mjs +6 -20
- package/resources/checkout-configurations.mjs.map +1 -1
- package/resources/companies.d.mts +157 -0
- package/resources/companies.d.mts.map +1 -1
- package/resources/companies.d.ts +157 -0
- package/resources/companies.d.ts.map +1 -1
- package/resources/companies.js +22 -0
- package/resources/companies.js.map +1 -1
- package/resources/companies.mjs +22 -0
- package/resources/companies.mjs.map +1 -1
- package/resources/course-chapters.d.mts +185 -0
- package/resources/course-chapters.d.mts.map +1 -0
- package/resources/course-chapters.d.ts +185 -0
- package/resources/course-chapters.d.ts.map +1 -0
- package/resources/course-chapters.js +103 -0
- package/resources/course-chapters.js.map +1 -0
- package/resources/course-chapters.mjs +99 -0
- package/resources/course-chapters.mjs.map +1 -0
- package/resources/course-lesson-interactions.d.mts +2 -2
- package/resources/course-lesson-interactions.d.ts +2 -2
- package/resources/course-lesson-interactions.js +2 -2
- package/resources/course-lesson-interactions.mjs +2 -2
- package/resources/course-lessons.d.mts +563 -0
- package/resources/course-lessons.d.mts.map +1 -0
- package/resources/course-lessons.d.ts +563 -0
- package/resources/course-lessons.d.ts.map +1 -0
- package/resources/course-lessons.js +101 -0
- package/resources/course-lessons.js.map +1 -0
- package/resources/course-lessons.mjs +97 -0
- package/resources/course-lessons.mjs.map +1 -0
- package/resources/course-students.d.mts +187 -0
- package/resources/course-students.d.mts.map +1 -0
- package/resources/course-students.d.ts +187 -0
- package/resources/course-students.d.ts.map +1 -0
- package/resources/course-students.js +36 -0
- package/resources/course-students.js.map +1 -0
- package/resources/course-students.mjs +32 -0
- package/resources/course-students.mjs.map +1 -0
- package/resources/courses.d.mts +485 -0
- package/resources/courses.d.mts.map +1 -0
- package/resources/courses.d.ts +485 -0
- package/resources/courses.d.ts.map +1 -0
- package/resources/courses.js +98 -0
- package/resources/courses.js.map +1 -0
- package/resources/courses.mjs +94 -0
- package/resources/courses.mjs.map +1 -0
- package/resources/experiences.d.mts +42 -11
- package/resources/experiences.d.mts.map +1 -1
- package/resources/experiences.d.ts +42 -11
- package/resources/experiences.d.ts.map +1 -1
- package/resources/experiences.js +22 -0
- package/resources/experiences.js.map +1 -1
- package/resources/experiences.mjs +22 -0
- package/resources/experiences.mjs.map +1 -1
- package/resources/forum-posts.d.mts +75 -10
- package/resources/forum-posts.d.mts.map +1 -1
- package/resources/forum-posts.d.ts +75 -10
- package/resources/forum-posts.d.ts.map +1 -1
- package/resources/forum-posts.js +11 -0
- package/resources/forum-posts.js.map +1 -1
- package/resources/forum-posts.mjs +11 -0
- package/resources/forum-posts.mjs.map +1 -1
- package/resources/index.d.mts +12 -6
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +12 -6
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +13 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -1
- package/resources/index.mjs.map +1 -1
- package/resources/invoices.d.mts +529 -146
- package/resources/invoices.d.mts.map +1 -1
- package/resources/invoices.d.ts +529 -146
- package/resources/invoices.d.ts.map +1 -1
- package/resources/invoices.js +2 -24
- package/resources/invoices.js.map +1 -1
- package/resources/invoices.mjs +2 -24
- package/resources/invoices.mjs.map +1 -1
- package/resources/ledger-accounts.d.mts +1 -1
- package/resources/ledger-accounts.d.mts.map +1 -1
- package/resources/ledger-accounts.d.ts +1 -1
- package/resources/ledger-accounts.d.ts.map +1 -1
- package/resources/members.d.mts +4 -0
- package/resources/members.d.mts.map +1 -1
- package/resources/members.d.ts +4 -0
- package/resources/members.d.ts.map +1 -1
- package/resources/memberships.d.mts +26 -5
- package/resources/memberships.d.mts.map +1 -1
- package/resources/memberships.d.ts +26 -5
- package/resources/memberships.d.ts.map +1 -1
- package/resources/memberships.js +1 -1
- package/resources/memberships.js.map +1 -1
- package/resources/memberships.mjs +1 -1
- package/resources/memberships.mjs.map +1 -1
- package/resources/messages.d.mts +57 -10
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +57 -10
- package/resources/messages.d.ts.map +1 -1
- package/resources/messages.js +6 -0
- package/resources/messages.js.map +1 -1
- package/resources/messages.mjs +6 -0
- package/resources/messages.mjs.map +1 -1
- package/resources/payments.d.mts +35 -13
- package/resources/payments.d.mts.map +1 -1
- package/resources/payments.d.ts +35 -13
- package/resources/payments.d.ts.map +1 -1
- package/resources/plans.d.mts +161 -17
- package/resources/plans.d.mts.map +1 -1
- package/resources/plans.d.ts +161 -17
- package/resources/plans.d.ts.map +1 -1
- package/resources/plans.js.map +1 -1
- package/resources/plans.mjs.map +1 -1
- package/resources/products.d.mts +30 -33
- package/resources/products.d.mts.map +1 -1
- package/resources/products.d.ts +30 -33
- package/resources/products.d.ts.map +1 -1
- package/resources/promo-codes.d.mts +394 -0
- package/resources/promo-codes.d.mts.map +1 -0
- package/resources/promo-codes.d.ts +394 -0
- package/resources/promo-codes.d.ts.map +1 -0
- package/resources/promo-codes.js +91 -0
- package/resources/promo-codes.js.map +1 -0
- package/resources/promo-codes.mjs +87 -0
- package/resources/promo-codes.mjs.map +1 -0
- package/resources/reviews.d.mts +277 -0
- package/resources/reviews.d.mts.map +1 -0
- package/resources/reviews.d.ts +277 -0
- package/resources/reviews.d.ts.map +1 -0
- package/resources/reviews.js +23 -0
- package/resources/reviews.js.map +1 -0
- package/resources/reviews.mjs +19 -0
- package/resources/reviews.mjs.map +1 -0
- package/resources/shared.d.mts +117 -14
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +117 -14
- package/resources/shared.d.ts.map +1 -1
- package/resources/transfers.d.mts +12 -0
- package/resources/transfers.d.mts.map +1 -1
- package/resources/transfers.d.ts +12 -0
- package/resources/transfers.d.ts.map +1 -1
- package/src/client.ts +166 -11
- package/src/resources/app-builds.ts +19 -14
- package/src/resources/apps.ts +16 -11
- package/src/resources/checkout-configurations.ts +278 -143
- package/src/resources/companies.ts +196 -0
- package/src/resources/course-chapters.ts +236 -0
- package/src/resources/course-lesson-interactions.ts +2 -2
- package/src/resources/course-lessons.ts +699 -0
- package/src/resources/course-students.ts +238 -0
- package/src/resources/courses.ts +622 -0
- package/src/resources/experiences.ts +54 -11
- package/src/resources/forum-posts.ts +95 -10
- package/src/resources/index.ts +73 -2
- package/src/resources/invoices.ts +620 -149
- package/src/resources/ledger-accounts.ts +13 -1
- package/src/resources/members.ts +5 -0
- package/src/resources/memberships.ts +31 -6
- package/src/resources/messages.ts +74 -10
- package/src/resources/payments.ts +146 -19
- package/src/resources/plans.ts +184 -17
- package/src/resources/products.ts +36 -37
- package/src/resources/promo-codes.ts +490 -0
- package/src/resources/reviews.ts +348 -0
- package/src/resources/shared.ts +128 -14
- package/src/resources/transfers.ts +10 -0
- 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/index.d.mts
CHANGED
|
@@ -4,21 +4,27 @@ export { Apps, type AppListResponse, type AppCreateParams, type AppUpdateParams,
|
|
|
4
4
|
export { AuthorizedUsers, type AuthorizedUserRetrieveResponse, type AuthorizedUserListResponse, type AuthorizedUserListParams, type AuthorizedUserListResponsesCursorPage, } from "./authorized-users.mjs";
|
|
5
5
|
export { ChatChannels, type ChatChannelListResponse, type ChatChannelUpdateParams, type ChatChannelListParams, type ChatChannelListResponsesCursorPage, } from "./chat-channels.mjs";
|
|
6
6
|
export { CheckoutConfigurations, type CheckoutConfigurationListResponse, type CheckoutConfigurationCreateParams, type CheckoutConfigurationListParams, type CheckoutConfigurationListResponsesCursorPage, } from "./checkout-configurations.mjs";
|
|
7
|
-
export { Companies } from "./companies.mjs";
|
|
7
|
+
export { Companies, type CompanyListResponse, type CompanyCreateParams, type CompanyListParams, type CompanyListResponsesCursorPage, } from "./companies.mjs";
|
|
8
|
+
export { CourseChapters, type CourseChapter, type CourseChapterListResponse, type CourseChapterDeleteResponse, type CourseChapterCreateParams, type CourseChapterUpdateParams, type CourseChapterListParams, type CourseChapterListResponsesCursorPage, } from "./course-chapters.mjs";
|
|
8
9
|
export { CourseLessonInteractions, type CourseLessonInteractionListParams, } from "./course-lesson-interactions.mjs";
|
|
10
|
+
export { CourseLessons, type AssessmentQuestionTypes, type Lesson, type LessonTypes, type LessonVisibilities, type CourseLessonListResponse, type CourseLessonDeleteResponse, type CourseLessonCreateParams, type CourseLessonUpdateParams, type CourseLessonListParams, type CourseLessonListResponsesCursorPage, } from "./course-lessons.mjs";
|
|
11
|
+
export { CourseStudents, type CourseStudentRetrieveResponse, type CourseStudentListResponse, type CourseStudentListParams, type CourseStudentListResponsesCursorPage, } from "./course-students.mjs";
|
|
12
|
+
export { Courses, type Course, type Languages, type CourseListResponse, type CourseDeleteResponse, type CourseCreateParams, type CourseUpdateParams, type CourseListParams, type CourseListResponsesCursorPage, } from "./courses.mjs";
|
|
9
13
|
export { Entries, type EntryListResponse, type EntryApproveResponse, type EntryListParams, type EntryListResponsesCursorPage, } from "./entries.mjs";
|
|
10
|
-
export { Experiences, type ExperienceListResponse, type ExperienceDeleteResponse, type ExperienceCreateParams, type ExperienceUpdateParams, type ExperienceListParams, type ExperienceAttachParams, type ExperienceDetachParams, type ExperienceListResponsesCursorPage, } from "./experiences.mjs";
|
|
11
|
-
export { ForumPosts, type ForumPostListResponse, type ForumPostCreateParams, type ForumPostListParams, type ForumPostListResponsesCursorPage, } from "./forum-posts.mjs";
|
|
14
|
+
export { Experiences, type ExperienceListResponse, type ExperienceDeleteResponse, type ExperienceCreateParams, type ExperienceUpdateParams, type ExperienceListParams, type ExperienceAttachParams, type ExperienceDetachParams, type ExperienceDuplicateParams, type ExperienceListResponsesCursorPage, } from "./experiences.mjs";
|
|
15
|
+
export { ForumPosts, type ForumPostListResponse, type ForumPostCreateParams, type ForumPostUpdateParams, type ForumPostListParams, type ForumPostListResponsesCursorPage, } from "./forum-posts.mjs";
|
|
12
16
|
export { Forums, type ForumListResponse, type ForumUpdateParams, type ForumListParams, type ForumListResponsesCursorPage, } from "./forums.mjs";
|
|
13
|
-
export { Invoices, type
|
|
17
|
+
export { Invoices, type InvoiceVoidResponse, type InvoiceCreateParams, type InvoiceListParams, } from "./invoices.mjs";
|
|
14
18
|
export { LedgerAccounts, type LedgerAccountRetrieveResponse } from "./ledger-accounts.mjs";
|
|
15
19
|
export { Members, type MemberRetrieveResponse, type MemberListResponse, type MemberListParams, type MemberListResponsesCursorPage, } from "./members.mjs";
|
|
16
20
|
export { Memberships, type MembershipListResponse, type MembershipUpdateParams, type MembershipListParams, type MembershipCancelParams, type MembershipPauseParams, type MembershipListResponsesCursorPage, } from "./memberships.mjs";
|
|
17
|
-
export { Messages, type MessageListResponse, type MessageCreateParams, type MessageListParams, type MessageListResponsesCursorPage, } from "./messages.mjs";
|
|
18
|
-
export { Payments, type PaymentListResponse, type PaymentListParams, type PaymentRefundParams, type PaymentListResponsesCursorPage, } from "./payments.mjs";
|
|
21
|
+
export { Messages, type MessageListResponse, type MessageCreateParams, type MessageUpdateParams, type MessageListParams, type MessageListResponsesCursorPage, } from "./messages.mjs";
|
|
22
|
+
export { Payments, type BillingReasons, type CardBrands, type PaymentMethodTypes, type PaymentListResponse, type PaymentListParams, type PaymentRefundParams, type PaymentListResponsesCursorPage, } from "./payments.mjs";
|
|
19
23
|
export { Plans, type PlanListResponse, type PlanDeleteResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListResponsesCursorPage, } from "./plans.mjs";
|
|
20
24
|
export { Products, type ProductDeleteResponse, type ProductCreateParams, type ProductUpdateParams, type ProductListParams, } from "./products.mjs";
|
|
25
|
+
export { PromoCodes, type PromoCode, type PromoCodeStatus, type PromoDuration, type PromoCodeListResponse, type PromoCodeDeleteResponse, type PromoCodeCreateParams, type PromoCodeListParams, type PromoCodeListResponsesCursorPage, } from "./promo-codes.mjs";
|
|
21
26
|
export { Reactions, type ReactionListResponse, type ReactionCreateParams, type ReactionListParams, type ReactionListResponsesCursorPage, } from "./reactions.mjs";
|
|
27
|
+
export { Reviews, type ReviewStatus, type ReviewRetrieveResponse, type ReviewListResponse, type ReviewListParams, type ReviewListResponsesCursorPage, } from "./reviews.mjs";
|
|
22
28
|
export { Shipments, type ShipmentListResponse, type ShipmentCreateParams, type ShipmentListParams, type ShipmentListResponsesCursorPage, } from "./shipments.mjs";
|
|
23
29
|
export { SupportChannels, type SupportChannelListResponse, type SupportChannelCreateParams, type SupportChannelListParams, type SupportChannelListResponsesCursorPage, } from "./support-channels.mjs";
|
|
24
30
|
export { Transfers, type TransferListResponse, type TransferCreateParams, type TransferListParams, type TransferListResponsesCursorPage, } from "./transfers.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,+BAA+B,GACrC;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,0BAA0B,GAChC;OACM,EACL,eAAe,EACf,KAAK,8BAA8B,EACnC,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,qCAAqC,GAC3C;OACM,EACL,YAAY,EACZ,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,kCAAkC,GACxC;OACM,EACL,sBAAsB,EACtB,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,4CAA4C,GAClD;OACM,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
package/resources/index.d.ts
CHANGED
|
@@ -4,21 +4,27 @@ export { Apps, type AppListResponse, type AppCreateParams, type AppUpdateParams,
|
|
|
4
4
|
export { AuthorizedUsers, type AuthorizedUserRetrieveResponse, type AuthorizedUserListResponse, type AuthorizedUserListParams, type AuthorizedUserListResponsesCursorPage, } from "./authorized-users.js";
|
|
5
5
|
export { ChatChannels, type ChatChannelListResponse, type ChatChannelUpdateParams, type ChatChannelListParams, type ChatChannelListResponsesCursorPage, } from "./chat-channels.js";
|
|
6
6
|
export { CheckoutConfigurations, type CheckoutConfigurationListResponse, type CheckoutConfigurationCreateParams, type CheckoutConfigurationListParams, type CheckoutConfigurationListResponsesCursorPage, } from "./checkout-configurations.js";
|
|
7
|
-
export { Companies } from "./companies.js";
|
|
7
|
+
export { Companies, type CompanyListResponse, type CompanyCreateParams, type CompanyListParams, type CompanyListResponsesCursorPage, } from "./companies.js";
|
|
8
|
+
export { CourseChapters, type CourseChapter, type CourseChapterListResponse, type CourseChapterDeleteResponse, type CourseChapterCreateParams, type CourseChapterUpdateParams, type CourseChapterListParams, type CourseChapterListResponsesCursorPage, } from "./course-chapters.js";
|
|
8
9
|
export { CourseLessonInteractions, type CourseLessonInteractionListParams, } from "./course-lesson-interactions.js";
|
|
10
|
+
export { CourseLessons, type AssessmentQuestionTypes, type Lesson, type LessonTypes, type LessonVisibilities, type CourseLessonListResponse, type CourseLessonDeleteResponse, type CourseLessonCreateParams, type CourseLessonUpdateParams, type CourseLessonListParams, type CourseLessonListResponsesCursorPage, } from "./course-lessons.js";
|
|
11
|
+
export { CourseStudents, type CourseStudentRetrieveResponse, type CourseStudentListResponse, type CourseStudentListParams, type CourseStudentListResponsesCursorPage, } from "./course-students.js";
|
|
12
|
+
export { Courses, type Course, type Languages, type CourseListResponse, type CourseDeleteResponse, type CourseCreateParams, type CourseUpdateParams, type CourseListParams, type CourseListResponsesCursorPage, } from "./courses.js";
|
|
9
13
|
export { Entries, type EntryListResponse, type EntryApproveResponse, type EntryListParams, type EntryListResponsesCursorPage, } from "./entries.js";
|
|
10
|
-
export { Experiences, type ExperienceListResponse, type ExperienceDeleteResponse, type ExperienceCreateParams, type ExperienceUpdateParams, type ExperienceListParams, type ExperienceAttachParams, type ExperienceDetachParams, type ExperienceListResponsesCursorPage, } from "./experiences.js";
|
|
11
|
-
export { ForumPosts, type ForumPostListResponse, type ForumPostCreateParams, type ForumPostListParams, type ForumPostListResponsesCursorPage, } from "./forum-posts.js";
|
|
14
|
+
export { Experiences, type ExperienceListResponse, type ExperienceDeleteResponse, type ExperienceCreateParams, type ExperienceUpdateParams, type ExperienceListParams, type ExperienceAttachParams, type ExperienceDetachParams, type ExperienceDuplicateParams, type ExperienceListResponsesCursorPage, } from "./experiences.js";
|
|
15
|
+
export { ForumPosts, type ForumPostListResponse, type ForumPostCreateParams, type ForumPostUpdateParams, type ForumPostListParams, type ForumPostListResponsesCursorPage, } from "./forum-posts.js";
|
|
12
16
|
export { Forums, type ForumListResponse, type ForumUpdateParams, type ForumListParams, type ForumListResponsesCursorPage, } from "./forums.js";
|
|
13
|
-
export { Invoices, type
|
|
17
|
+
export { Invoices, type InvoiceVoidResponse, type InvoiceCreateParams, type InvoiceListParams, } from "./invoices.js";
|
|
14
18
|
export { LedgerAccounts, type LedgerAccountRetrieveResponse } from "./ledger-accounts.js";
|
|
15
19
|
export { Members, type MemberRetrieveResponse, type MemberListResponse, type MemberListParams, type MemberListResponsesCursorPage, } from "./members.js";
|
|
16
20
|
export { Memberships, type MembershipListResponse, type MembershipUpdateParams, type MembershipListParams, type MembershipCancelParams, type MembershipPauseParams, type MembershipListResponsesCursorPage, } from "./memberships.js";
|
|
17
|
-
export { Messages, type MessageListResponse, type MessageCreateParams, type MessageListParams, type MessageListResponsesCursorPage, } from "./messages.js";
|
|
18
|
-
export { Payments, type PaymentListResponse, type PaymentListParams, type PaymentRefundParams, type PaymentListResponsesCursorPage, } from "./payments.js";
|
|
21
|
+
export { Messages, type MessageListResponse, type MessageCreateParams, type MessageUpdateParams, type MessageListParams, type MessageListResponsesCursorPage, } from "./messages.js";
|
|
22
|
+
export { Payments, type BillingReasons, type CardBrands, type PaymentMethodTypes, type PaymentListResponse, type PaymentListParams, type PaymentRefundParams, type PaymentListResponsesCursorPage, } from "./payments.js";
|
|
19
23
|
export { Plans, type PlanListResponse, type PlanDeleteResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListResponsesCursorPage, } from "./plans.js";
|
|
20
24
|
export { Products, type ProductDeleteResponse, type ProductCreateParams, type ProductUpdateParams, type ProductListParams, } from "./products.js";
|
|
25
|
+
export { PromoCodes, type PromoCode, type PromoCodeStatus, type PromoDuration, type PromoCodeListResponse, type PromoCodeDeleteResponse, type PromoCodeCreateParams, type PromoCodeListParams, type PromoCodeListResponsesCursorPage, } from "./promo-codes.js";
|
|
21
26
|
export { Reactions, type ReactionListResponse, type ReactionCreateParams, type ReactionListParams, type ReactionListResponsesCursorPage, } from "./reactions.js";
|
|
27
|
+
export { Reviews, type ReviewStatus, type ReviewRetrieveResponse, type ReviewListResponse, type ReviewListParams, type ReviewListResponsesCursorPage, } from "./reviews.js";
|
|
22
28
|
export { Shipments, type ShipmentListResponse, type ShipmentCreateParams, type ShipmentListParams, type ShipmentListResponsesCursorPage, } from "./shipments.js";
|
|
23
29
|
export { SupportChannels, type SupportChannelListResponse, type SupportChannelCreateParams, type SupportChannelListParams, type SupportChannelListResponsesCursorPage, } from "./support-channels.js";
|
|
24
30
|
export { Transfers, type TransferListResponse, type TransferCreateParams, type TransferListParams, type TransferListResponsesCursorPage, } from "./transfers.js";
|
package/resources/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,+BAA+B,GACrC;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,0BAA0B,GAChC;OACM,EACL,eAAe,EACf,KAAK,8BAA8B,EACnC,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,qCAAqC,GAC3C;OACM,EACL,YAAY,EACZ,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,kCAAkC,GACxC;OACM,EACL,sBAAsB,EACtB,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,EACpC,KAAK,4CAA4C,GAClD;OACM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
package/resources/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Webhooks = exports.Users = exports.Transfers = exports.SupportChannels = exports.Shipments = exports.Reactions = exports.Products = exports.Plans = exports.Payments = exports.Messages = exports.Memberships = exports.Members = exports.LedgerAccounts = exports.Invoices = exports.Forums = exports.ForumPosts = exports.Experiences = exports.Entries = exports.CourseLessonInteractions = exports.Companies = exports.CheckoutConfigurations = exports.ChatChannels = exports.AuthorizedUsers = exports.Apps = exports.AppBuilds = void 0;
|
|
4
|
+
exports.Webhooks = exports.Users = exports.Transfers = exports.SupportChannels = exports.Shipments = exports.Reviews = exports.Reactions = exports.PromoCodes = exports.Products = exports.Plans = exports.Payments = exports.Messages = exports.Memberships = exports.Members = exports.LedgerAccounts = exports.Invoices = exports.Forums = exports.ForumPosts = exports.Experiences = exports.Entries = exports.Courses = exports.CourseStudents = exports.CourseLessons = exports.CourseLessonInteractions = exports.CourseChapters = exports.Companies = exports.CheckoutConfigurations = exports.ChatChannels = exports.AuthorizedUsers = exports.Apps = exports.AppBuilds = void 0;
|
|
5
5
|
const tslib_1 = require("../internal/tslib.js");
|
|
6
6
|
tslib_1.__exportStar(require("./shared.js"), exports);
|
|
7
7
|
var app_builds_1 = require("./app-builds.js");
|
|
@@ -16,8 +16,16 @@ var checkout_configurations_1 = require("./checkout-configurations.js");
|
|
|
16
16
|
Object.defineProperty(exports, "CheckoutConfigurations", { enumerable: true, get: function () { return checkout_configurations_1.CheckoutConfigurations; } });
|
|
17
17
|
var companies_1 = require("./companies.js");
|
|
18
18
|
Object.defineProperty(exports, "Companies", { enumerable: true, get: function () { return companies_1.Companies; } });
|
|
19
|
+
var course_chapters_1 = require("./course-chapters.js");
|
|
20
|
+
Object.defineProperty(exports, "CourseChapters", { enumerable: true, get: function () { return course_chapters_1.CourseChapters; } });
|
|
19
21
|
var course_lesson_interactions_1 = require("./course-lesson-interactions.js");
|
|
20
22
|
Object.defineProperty(exports, "CourseLessonInteractions", { enumerable: true, get: function () { return course_lesson_interactions_1.CourseLessonInteractions; } });
|
|
23
|
+
var course_lessons_1 = require("./course-lessons.js");
|
|
24
|
+
Object.defineProperty(exports, "CourseLessons", { enumerable: true, get: function () { return course_lessons_1.CourseLessons; } });
|
|
25
|
+
var course_students_1 = require("./course-students.js");
|
|
26
|
+
Object.defineProperty(exports, "CourseStudents", { enumerable: true, get: function () { return course_students_1.CourseStudents; } });
|
|
27
|
+
var courses_1 = require("./courses.js");
|
|
28
|
+
Object.defineProperty(exports, "Courses", { enumerable: true, get: function () { return courses_1.Courses; } });
|
|
21
29
|
var entries_1 = require("./entries.js");
|
|
22
30
|
Object.defineProperty(exports, "Entries", { enumerable: true, get: function () { return entries_1.Entries; } });
|
|
23
31
|
var experiences_1 = require("./experiences.js");
|
|
@@ -42,8 +50,12 @@ var plans_1 = require("./plans.js");
|
|
|
42
50
|
Object.defineProperty(exports, "Plans", { enumerable: true, get: function () { return plans_1.Plans; } });
|
|
43
51
|
var products_1 = require("./products.js");
|
|
44
52
|
Object.defineProperty(exports, "Products", { enumerable: true, get: function () { return products_1.Products; } });
|
|
53
|
+
var promo_codes_1 = require("./promo-codes.js");
|
|
54
|
+
Object.defineProperty(exports, "PromoCodes", { enumerable: true, get: function () { return promo_codes_1.PromoCodes; } });
|
|
45
55
|
var reactions_1 = require("./reactions.js");
|
|
46
56
|
Object.defineProperty(exports, "Reactions", { enumerable: true, get: function () { return reactions_1.Reactions; } });
|
|
57
|
+
var reviews_1 = require("./reviews.js");
|
|
58
|
+
Object.defineProperty(exports, "Reviews", { enumerable: true, get: function () { return reviews_1.Reviews; } });
|
|
47
59
|
var shipments_1 = require("./shipments.js");
|
|
48
60
|
Object.defineProperty(exports, "Shipments", { enumerable: true, get: function () { return shipments_1.Shipments; } });
|
|
49
61
|
var support_channels_1 = require("./support-channels.js");
|
package/resources/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,8CAMsB;AALpB,uGAAA,SAAS,OAAA;AAMX,kCAOgB;AANd,4FAAA,IAAI,OAAA;AAON,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,wEAMmC;AALjC,iIAAA,sBAAsB,OAAA;AAMxB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,8CAMsB;AALpB,uGAAA,SAAS,OAAA;AAMX,kCAOgB;AANd,4FAAA,IAAI,OAAA;AAON,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,wEAMmC;AALjC,iIAAA,sBAAsB,OAAA;AAMxB,4CAMqB;AALnB,sGAAA,SAAS,OAAA;AAMX,wDAS2B;AARzB,iHAAA,cAAc,OAAA;AAShB,8EAGsC;AAFpC,sIAAA,wBAAwB,OAAA;AAG1B,sDAY0B;AAXxB,+GAAA,aAAa,OAAA;AAYf,wDAM2B;AALzB,iHAAA,cAAc,OAAA;AAMhB,wCAUmB;AATjB,kGAAA,OAAO,OAAA;AAUT,wCAMmB;AALjB,kGAAA,OAAO,OAAA;AAMT,gDAWuB;AAVrB,0GAAA,WAAW,OAAA;AAWb,gDAOuB;AANrB,yGAAA,UAAU,OAAA;AAOZ,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,0CAKoB;AAJlB,oGAAA,QAAQ,OAAA;AAKV,wDAAuF;AAA9E,iHAAA,cAAc,OAAA;AACvB,wCAMmB;AALjB,kGAAA,OAAO,OAAA;AAMT,gDAQuB;AAPrB,0GAAA,WAAW,OAAA;AAQb,0CAOoB;AANlB,oGAAA,QAAQ,OAAA;AAOV,0CASoB;AARlB,oGAAA,QAAQ,OAAA;AASV,oCAQiB;AAPf,8FAAA,KAAK,OAAA;AAQP,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,gDAUuB;AATrB,yGAAA,UAAU,OAAA;AAUZ,4CAMqB;AALnB,sGAAA,SAAS,OAAA;AAMX,wCAOmB;AANjB,kGAAA,OAAO,OAAA;AAOT,4CAMqB;AALnB,sGAAA,SAAS,OAAA;AAMX,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,4CAMqB;AALnB,sGAAA,SAAS,OAAA;AAMX,oCAKiB;AAJf,8FAAA,KAAK,OAAA;AAKP,0CAiBoB;AAhBlB,oGAAA,QAAQ,OAAA"}
|
package/resources/index.mjs
CHANGED
|
@@ -5,8 +5,12 @@ export { Apps, } from "./apps.mjs";
|
|
|
5
5
|
export { AuthorizedUsers, } from "./authorized-users.mjs";
|
|
6
6
|
export { ChatChannels, } from "./chat-channels.mjs";
|
|
7
7
|
export { CheckoutConfigurations, } from "./checkout-configurations.mjs";
|
|
8
|
-
export { Companies } from "./companies.mjs";
|
|
8
|
+
export { Companies, } from "./companies.mjs";
|
|
9
|
+
export { CourseChapters, } from "./course-chapters.mjs";
|
|
9
10
|
export { CourseLessonInteractions, } from "./course-lesson-interactions.mjs";
|
|
11
|
+
export { CourseLessons, } from "./course-lessons.mjs";
|
|
12
|
+
export { CourseStudents, } from "./course-students.mjs";
|
|
13
|
+
export { Courses, } from "./courses.mjs";
|
|
10
14
|
export { Entries, } from "./entries.mjs";
|
|
11
15
|
export { Experiences, } from "./experiences.mjs";
|
|
12
16
|
export { ForumPosts, } from "./forum-posts.mjs";
|
|
@@ -19,7 +23,9 @@ export { Messages, } from "./messages.mjs";
|
|
|
19
23
|
export { Payments, } from "./payments.mjs";
|
|
20
24
|
export { Plans, } from "./plans.mjs";
|
|
21
25
|
export { Products, } from "./products.mjs";
|
|
26
|
+
export { PromoCodes, } from "./promo-codes.mjs";
|
|
22
27
|
export { Reactions, } from "./reactions.mjs";
|
|
28
|
+
export { Reviews, } from "./reviews.mjs";
|
|
23
29
|
export { Shipments, } from "./shipments.mjs";
|
|
24
30
|
export { SupportChannels, } from "./support-channels.mjs";
|
|
25
31
|
export { Transfers, } from "./transfers.mjs";
|
package/resources/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EACL,SAAS,GAKV;OACM,EACL,IAAI,GAML;OACM,EACL,eAAe,GAKhB;OACM,EACL,YAAY,GAKb;OACM,EACL,sBAAsB,GAKvB;OACM,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EACL,SAAS,GAKV;OACM,EACL,IAAI,GAML;OACM,EACL,eAAe,GAKhB;OACM,EACL,YAAY,GAKb;OACM,EACL,sBAAsB,GAKvB;OACM,EACL,SAAS,GAKV;OACM,EACL,cAAc,GAQf;OACM,EACL,wBAAwB,GAEzB;OACM,EACL,aAAa,GAWd;OACM,EACL,cAAc,GAKf;OACM,EACL,OAAO,GASR;OACM,EACL,OAAO,GAKR;OACM,EACL,WAAW,GAUZ;OACM,EACL,UAAU,GAMX;OACM,EACL,MAAM,GAKP;OACM,EACL,QAAQ,GAIT;OACM,EAAE,cAAc,EAAsC;OACtD,EACL,OAAO,GAKR;OACM,EACL,WAAW,GAOZ;OACM,EACL,QAAQ,GAMT;OACM,EACL,QAAQ,GAQT;OACM,EACL,KAAK,GAON;OACM,EACL,QAAQ,GAKT;OACM,EACL,UAAU,GASX;OACM,EACL,SAAS,GAKV;OACM,EACL,OAAO,GAMR;OACM,EACL,SAAS,GAKV;OACM,EACL,eAAe,GAKhB;OACM,EACL,SAAS,GAKV;OACM,EACL,KAAK,GAIN;OACM,EACL,QAAQ,GAgBT"}
|