@whop/sdk 0.0.25 → 0.0.27

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.
Files changed (271) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/client.d.mts +29 -25
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +29 -25
  5. package/client.d.ts.map +1 -1
  6. package/client.js +14 -3
  7. package/client.js.map +1 -1
  8. package/client.mjs +16 -5
  9. package/client.mjs.map +1 -1
  10. package/internal/parse.d.mts.map +1 -1
  11. package/internal/parse.d.ts.map +1 -1
  12. package/internal/parse.js +5 -0
  13. package/internal/parse.js.map +1 -1
  14. package/internal/parse.mjs +5 -0
  15. package/internal/parse.mjs.map +1 -1
  16. package/package.json +3 -3
  17. package/resources/access-tokens.d.mts +32 -51
  18. package/resources/access-tokens.d.mts.map +1 -1
  19. package/resources/access-tokens.d.ts +32 -51
  20. package/resources/access-tokens.d.ts.map +1 -1
  21. package/resources/access-tokens.js +6 -8
  22. package/resources/access-tokens.js.map +1 -1
  23. package/resources/access-tokens.mjs +6 -8
  24. package/resources/access-tokens.mjs.map +1 -1
  25. package/resources/ai-chats.d.mts +36 -104
  26. package/resources/ai-chats.d.mts.map +1 -1
  27. package/resources/ai-chats.d.ts +36 -104
  28. package/resources/ai-chats.d.ts.map +1 -1
  29. package/resources/ai-chats.js +1 -1
  30. package/resources/ai-chats.js.map +1 -1
  31. package/resources/ai-chats.mjs +1 -1
  32. package/resources/ai-chats.mjs.map +1 -1
  33. package/resources/app-builds.d.mts +2 -2
  34. package/resources/app-builds.d.ts +2 -2
  35. package/resources/apps.d.mts +5 -4
  36. package/resources/apps.d.mts.map +1 -1
  37. package/resources/apps.d.ts +5 -4
  38. package/resources/apps.d.ts.map +1 -1
  39. package/resources/authorized-users.d.mts +43 -9
  40. package/resources/authorized-users.d.mts.map +1 -1
  41. package/resources/authorized-users.d.ts +43 -9
  42. package/resources/authorized-users.d.ts.map +1 -1
  43. package/resources/authorized-users.js +1 -1
  44. package/resources/authorized-users.js.map +1 -1
  45. package/resources/authorized-users.mjs +1 -1
  46. package/resources/authorized-users.mjs.map +1 -1
  47. package/resources/chat-channels.d.mts +1 -1
  48. package/resources/chat-channels.d.ts +1 -1
  49. package/resources/checkout-configurations.d.mts +24 -16
  50. package/resources/checkout-configurations.d.mts.map +1 -1
  51. package/resources/checkout-configurations.d.ts +24 -16
  52. package/resources/checkout-configurations.d.ts.map +1 -1
  53. package/resources/companies.d.mts +38 -25
  54. package/resources/companies.d.mts.map +1 -1
  55. package/resources/companies.d.ts +38 -25
  56. package/resources/companies.d.ts.map +1 -1
  57. package/resources/companies.js +7 -4
  58. package/resources/companies.js.map +1 -1
  59. package/resources/companies.mjs +7 -4
  60. package/resources/companies.mjs.map +1 -1
  61. package/resources/company-token-transactions.d.mts +23 -109
  62. package/resources/company-token-transactions.d.mts.map +1 -1
  63. package/resources/company-token-transactions.d.ts +23 -109
  64. package/resources/company-token-transactions.d.ts.map +1 -1
  65. package/resources/course-chapters.d.mts +3 -3
  66. package/resources/course-chapters.d.ts +3 -3
  67. package/resources/course-lessons.d.mts +15 -15
  68. package/resources/course-lessons.d.ts +15 -15
  69. package/resources/course-students.d.mts +6 -6
  70. package/resources/course-students.d.ts +6 -6
  71. package/resources/courses.d.mts +8 -8
  72. package/resources/courses.d.ts +8 -8
  73. package/resources/disputes.d.mts +20 -18
  74. package/resources/disputes.d.mts.map +1 -1
  75. package/resources/disputes.d.ts +20 -18
  76. package/resources/disputes.d.ts.map +1 -1
  77. package/resources/dm-channels.d.mts +161 -0
  78. package/resources/dm-channels.d.mts.map +1 -0
  79. package/resources/dm-channels.d.ts +161 -0
  80. package/resources/dm-channels.d.ts.map +1 -0
  81. package/resources/dm-channels.js +87 -0
  82. package/resources/dm-channels.js.map +1 -0
  83. package/resources/dm-channels.mjs +83 -0
  84. package/resources/dm-channels.mjs.map +1 -0
  85. package/resources/dm-members.d.mts +14 -66
  86. package/resources/dm-members.d.mts.map +1 -1
  87. package/resources/dm-members.d.ts +14 -66
  88. package/resources/dm-members.d.ts.map +1 -1
  89. package/resources/entries.d.mts +6 -6
  90. package/resources/entries.d.ts +6 -6
  91. package/resources/experiences.d.mts +6 -5
  92. package/resources/experiences.d.mts.map +1 -1
  93. package/resources/experiences.d.ts +6 -5
  94. package/resources/experiences.d.ts.map +1 -1
  95. package/resources/fee-markups.d.mts +6 -6
  96. package/resources/fee-markups.d.ts +6 -6
  97. package/resources/files.d.mts +9 -5
  98. package/resources/files.d.mts.map +1 -1
  99. package/resources/files.d.ts +9 -5
  100. package/resources/files.d.ts.map +1 -1
  101. package/resources/forum-posts.d.mts +8 -4
  102. package/resources/forum-posts.d.mts.map +1 -1
  103. package/resources/forum-posts.d.ts +8 -4
  104. package/resources/forum-posts.d.ts.map +1 -1
  105. package/resources/forums.d.mts +1 -1
  106. package/resources/forums.d.ts +1 -1
  107. package/resources/index.d.mts +12 -11
  108. package/resources/index.d.mts.map +1 -1
  109. package/resources/index.d.ts +12 -11
  110. package/resources/index.d.ts.map +1 -1
  111. package/resources/index.js +3 -1
  112. package/resources/index.js.map +1 -1
  113. package/resources/index.mjs +3 -2
  114. package/resources/index.mjs.map +1 -1
  115. package/resources/invoices.d.mts +28 -20
  116. package/resources/invoices.d.mts.map +1 -1
  117. package/resources/invoices.d.ts +28 -20
  118. package/resources/invoices.d.ts.map +1 -1
  119. package/resources/leads.d.mts +21 -189
  120. package/resources/leads.d.mts.map +1 -1
  121. package/resources/leads.d.ts +21 -189
  122. package/resources/leads.d.ts.map +1 -1
  123. package/resources/ledger-accounts.d.mts +12 -9
  124. package/resources/ledger-accounts.d.mts.map +1 -1
  125. package/resources/ledger-accounts.d.ts +12 -9
  126. package/resources/ledger-accounts.d.ts.map +1 -1
  127. package/resources/ledger-accounts.js.map +1 -1
  128. package/resources/ledger-accounts.mjs.map +1 -1
  129. package/resources/members.d.mts +14 -14
  130. package/resources/members.d.mts.map +1 -1
  131. package/resources/members.d.ts +14 -14
  132. package/resources/members.d.ts.map +1 -1
  133. package/resources/members.js +1 -1
  134. package/resources/members.js.map +1 -1
  135. package/resources/members.mjs +1 -1
  136. package/resources/members.mjs.map +1 -1
  137. package/resources/memberships.d.mts +25 -15
  138. package/resources/memberships.d.mts.map +1 -1
  139. package/resources/memberships.d.ts +25 -15
  140. package/resources/memberships.d.ts.map +1 -1
  141. package/resources/messages.d.mts +7 -3
  142. package/resources/messages.d.mts.map +1 -1
  143. package/resources/messages.d.ts +7 -3
  144. package/resources/messages.d.ts.map +1 -1
  145. package/resources/payments.d.mts +59 -19
  146. package/resources/payments.d.mts.map +1 -1
  147. package/resources/payments.d.ts +59 -19
  148. package/resources/payments.d.ts.map +1 -1
  149. package/resources/payout-methods.d.mts +14 -9
  150. package/resources/payout-methods.d.mts.map +1 -1
  151. package/resources/payout-methods.d.ts +14 -9
  152. package/resources/payout-methods.d.ts.map +1 -1
  153. package/resources/payout-methods.js.map +1 -1
  154. package/resources/payout-methods.mjs.map +1 -1
  155. package/resources/plans.d.mts +34 -24
  156. package/resources/plans.d.mts.map +1 -1
  157. package/resources/plans.d.ts +34 -24
  158. package/resources/plans.d.ts.map +1 -1
  159. package/resources/products.d.mts +4 -2
  160. package/resources/products.d.mts.map +1 -1
  161. package/resources/products.d.ts +4 -2
  162. package/resources/products.d.ts.map +1 -1
  163. package/resources/promo-codes.d.mts +22 -12
  164. package/resources/promo-codes.d.mts.map +1 -1
  165. package/resources/promo-codes.d.ts +22 -12
  166. package/resources/promo-codes.d.ts.map +1 -1
  167. package/resources/reactions.d.mts +1 -1
  168. package/resources/reactions.d.ts +1 -1
  169. package/resources/refunds.d.mts +19 -15
  170. package/resources/refunds.d.mts.map +1 -1
  171. package/resources/refunds.d.ts +19 -15
  172. package/resources/refunds.d.ts.map +1 -1
  173. package/resources/reviews.d.mts +10 -10
  174. package/resources/reviews.d.ts +10 -10
  175. package/resources/setup-intents.d.mts +18 -20
  176. package/resources/setup-intents.d.mts.map +1 -1
  177. package/resources/setup-intents.d.ts +18 -20
  178. package/resources/setup-intents.d.ts.map +1 -1
  179. package/resources/shared.d.mts +209 -137
  180. package/resources/shared.d.mts.map +1 -1
  181. package/resources/shared.d.ts +209 -137
  182. package/resources/shared.d.ts.map +1 -1
  183. package/resources/shipments.d.mts +4 -4
  184. package/resources/shipments.d.ts +4 -4
  185. package/resources/support-channels.d.mts +1 -1
  186. package/resources/support-channels.d.ts +1 -1
  187. package/resources/topups.d.mts +6 -4
  188. package/resources/topups.d.mts.map +1 -1
  189. package/resources/topups.d.ts +6 -4
  190. package/resources/topups.d.ts.map +1 -1
  191. package/resources/transfers.d.mts +8 -5
  192. package/resources/transfers.d.mts.map +1 -1
  193. package/resources/transfers.d.ts +8 -5
  194. package/resources/transfers.d.ts.map +1 -1
  195. package/resources/users.d.mts +46 -8
  196. package/resources/users.d.mts.map +1 -1
  197. package/resources/users.d.ts +46 -8
  198. package/resources/users.d.ts.map +1 -1
  199. package/resources/users.js +10 -0
  200. package/resources/users.js.map +1 -1
  201. package/resources/users.mjs +10 -0
  202. package/resources/users.mjs.map +1 -1
  203. package/resources/verifications.d.mts +12 -4
  204. package/resources/verifications.d.mts.map +1 -1
  205. package/resources/verifications.d.ts +12 -4
  206. package/resources/verifications.d.ts.map +1 -1
  207. package/resources/webhooks.d.mts +105 -350
  208. package/resources/webhooks.d.mts.map +1 -1
  209. package/resources/webhooks.d.ts +105 -350
  210. package/resources/webhooks.d.ts.map +1 -1
  211. package/resources/webhooks.js.map +1 -1
  212. package/resources/webhooks.mjs +2 -2
  213. package/resources/webhooks.mjs.map +1 -1
  214. package/resources/withdrawals.d.mts +32 -139
  215. package/resources/withdrawals.d.mts.map +1 -1
  216. package/resources/withdrawals.d.ts +32 -139
  217. package/resources/withdrawals.d.ts.map +1 -1
  218. package/src/client.ts +87 -41
  219. package/src/internal/parse.ts +6 -0
  220. package/src/resources/access-tokens.ts +35 -56
  221. package/src/resources/ai-chats.ts +36 -122
  222. package/src/resources/app-builds.ts +2 -2
  223. package/src/resources/apps.ts +5 -4
  224. package/src/resources/authorized-users.ts +49 -9
  225. package/src/resources/chat-channels.ts +1 -1
  226. package/src/resources/checkout-configurations.ts +24 -16
  227. package/src/resources/companies.ts +41 -26
  228. package/src/resources/company-token-transactions.ts +24 -126
  229. package/src/resources/course-chapters.ts +3 -3
  230. package/src/resources/course-lessons.ts +15 -15
  231. package/src/resources/course-students.ts +6 -6
  232. package/src/resources/courses.ts +8 -8
  233. package/src/resources/disputes.ts +20 -18
  234. package/src/resources/dm-channels.ts +212 -0
  235. package/src/resources/dm-members.ts +16 -78
  236. package/src/resources/entries.ts +6 -6
  237. package/src/resources/experiences.ts +6 -5
  238. package/src/resources/fee-markups.ts +6 -6
  239. package/src/resources/files.ts +10 -4
  240. package/src/resources/forum-posts.ts +8 -4
  241. package/src/resources/forums.ts +1 -1
  242. package/src/resources/index.ts +38 -18
  243. package/src/resources/invoices.ts +28 -20
  244. package/src/resources/leads.ts +21 -217
  245. package/src/resources/ledger-accounts.ts +12 -42
  246. package/src/resources/members.ts +15 -15
  247. package/src/resources/memberships.ts +34 -30
  248. package/src/resources/messages.ts +7 -3
  249. package/src/resources/payments.ts +67 -17
  250. package/src/resources/payout-methods.ts +21 -8
  251. package/src/resources/plans.ts +34 -24
  252. package/src/resources/products.ts +4 -2
  253. package/src/resources/promo-codes.ts +22 -12
  254. package/src/resources/reactions.ts +1 -1
  255. package/src/resources/refunds.ts +20 -15
  256. package/src/resources/reviews.ts +10 -10
  257. package/src/resources/setup-intents.ts +18 -20
  258. package/src/resources/shared.ts +217 -145
  259. package/src/resources/shipments.ts +4 -4
  260. package/src/resources/support-channels.ts +1 -1
  261. package/src/resources/topups.ts +6 -4
  262. package/src/resources/transfers.ts +8 -5
  263. package/src/resources/users.ts +58 -8
  264. package/src/resources/verifications.ts +50 -37
  265. package/src/resources/webhooks.ts +138 -785
  266. package/src/resources/withdrawals.ts +39 -216
  267. package/src/version.ts +1 -1
  268. package/version.d.mts +1 -1
  269. package/version.d.ts +1 -1
  270. package/version.js +1 -1
  271. package/version.mjs +1 -1
@@ -24,7 +24,7 @@ export declare class CompanyTokenTransactions extends APIResource {
24
24
  * });
25
25
  * ```
26
26
  */
27
- create(body: CompanyTokenTransactionCreateParams, options?: RequestOptions): APIPromise<CompanyTokenTransactionCreateResponse>;
27
+ create(body: CompanyTokenTransactionCreateParams, options?: RequestOptions): APIPromise<CompanyTokenTransaction>;
28
28
  /**
29
29
  * Retrieves a token transaction by ID
30
30
  *
@@ -34,7 +34,7 @@ export declare class CompanyTokenTransactions extends APIResource {
34
34
  * - `member:basic:read`
35
35
  * - `company:basic:read`
36
36
  */
37
- retrieve(id: string, options?: RequestOptions): APIPromise<CompanyTokenTransactionRetrieveResponse>;
37
+ retrieve(id: string, options?: RequestOptions): APIPromise<CompanyTokenTransaction>;
38
38
  /**
39
39
  * Lists token transactions for a company
40
40
  *
@@ -48,101 +48,15 @@ export declare class CompanyTokenTransactions extends APIResource {
48
48
  }
49
49
  export type CompanyTokenTransactionListResponsesCursorPage = CursorPage<CompanyTokenTransactionListResponse>;
50
50
  /**
51
- * A token transaction within a company
51
+ * The type of token transaction
52
52
  */
53
- export interface CompanyTokenTransactionCreateResponse {
54
- /**
55
- * The ID of the transaction
56
- */
57
- id: string;
58
- /**
59
- * The transaction amount (always positive)
60
- */
61
- amount: number;
62
- /**
63
- * The company
64
- */
65
- company: CompanyTokenTransactionCreateResponse.Company;
66
- /**
67
- * When the transaction was created
68
- */
69
- created_at: string;
70
- /**
71
- * Optional description
72
- */
73
- description: string | null;
74
- /**
75
- * Optional idempotency key to prevent duplicate transactions
76
- */
77
- idempotency_key: string | null;
78
- /**
79
- * For transfers, the ID of the linked transaction
80
- */
81
- linked_transaction_id: string | null;
82
- /**
83
- * The member
84
- */
85
- member: CompanyTokenTransactionCreateResponse.Member;
86
- /**
87
- * The type of transaction
88
- */
89
- transaction_type: 'add' | 'subtract' | 'transfer';
90
- /**
91
- * The user whose balance changed
92
- */
93
- user: CompanyTokenTransactionCreateResponse.User;
94
- }
95
- export declare namespace CompanyTokenTransactionCreateResponse {
96
- /**
97
- * The company
98
- */
99
- interface Company {
100
- /**
101
- * The ID of the company
102
- */
103
- id: string;
104
- /**
105
- * The slug/route of the company on the Whop site.
106
- */
107
- route: string;
108
- /**
109
- * The written name of the company.
110
- */
111
- title: string;
112
- }
113
- /**
114
- * The member
115
- */
116
- interface Member {
117
- /**
118
- * The ID of the member
119
- */
120
- id: string;
121
- }
122
- /**
123
- * The user whose balance changed
124
- */
125
- interface User {
126
- /**
127
- * The internal ID of the user.
128
- */
129
- id: string;
130
- /**
131
- * The name of the user from their Whop account.
132
- */
133
- name: string | null;
134
- /**
135
- * The username of the user from their Whop account.
136
- */
137
- username: string;
138
- }
139
- }
53
+ export type BotTokenTransactionTypes = 'add' | 'subtract' | 'transfer';
140
54
  /**
141
55
  * A token transaction within a company
142
56
  */
143
- export interface CompanyTokenTransactionRetrieveResponse {
57
+ export interface CompanyTokenTransaction {
144
58
  /**
145
- * The ID of the transaction
59
+ * The unique identifier for the company token transaction.
146
60
  */
147
61
  id: string;
148
62
  /**
@@ -152,9 +66,9 @@ export interface CompanyTokenTransactionRetrieveResponse {
152
66
  /**
153
67
  * The company
154
68
  */
155
- company: CompanyTokenTransactionRetrieveResponse.Company;
69
+ company: CompanyTokenTransaction.Company;
156
70
  /**
157
- * When the transaction was created
71
+ * The datetime the company token transaction was created.
158
72
  */
159
73
  created_at: string;
160
74
  /**
@@ -172,23 +86,23 @@ export interface CompanyTokenTransactionRetrieveResponse {
172
86
  /**
173
87
  * The member
174
88
  */
175
- member: CompanyTokenTransactionRetrieveResponse.Member;
89
+ member: CompanyTokenTransaction.Member;
176
90
  /**
177
91
  * The type of transaction
178
92
  */
179
- transaction_type: 'add' | 'subtract' | 'transfer';
93
+ transaction_type: BotTokenTransactionTypes;
180
94
  /**
181
95
  * The user whose balance changed
182
96
  */
183
- user: CompanyTokenTransactionRetrieveResponse.User;
97
+ user: CompanyTokenTransaction.User;
184
98
  }
185
- export declare namespace CompanyTokenTransactionRetrieveResponse {
99
+ export declare namespace CompanyTokenTransaction {
186
100
  /**
187
101
  * The company
188
102
  */
189
103
  interface Company {
190
104
  /**
191
- * The ID of the company
105
+ * The unique identifier for the company.
192
106
  */
193
107
  id: string;
194
108
  /**
@@ -205,7 +119,7 @@ export declare namespace CompanyTokenTransactionRetrieveResponse {
205
119
  */
206
120
  interface Member {
207
121
  /**
208
- * The ID of the member
122
+ * The unique identifier for the company member.
209
123
  */
210
124
  id: string;
211
125
  }
@@ -214,7 +128,7 @@ export declare namespace CompanyTokenTransactionRetrieveResponse {
214
128
  */
215
129
  interface User {
216
130
  /**
217
- * The internal ID of the user.
131
+ * The unique identifier for the user.
218
132
  */
219
133
  id: string;
220
134
  /**
@@ -232,7 +146,7 @@ export declare namespace CompanyTokenTransactionRetrieveResponse {
232
146
  */
233
147
  export interface CompanyTokenTransactionListResponse {
234
148
  /**
235
- * The ID of the transaction
149
+ * The unique identifier for the company token transaction.
236
150
  */
237
151
  id: string;
238
152
  /**
@@ -244,7 +158,7 @@ export interface CompanyTokenTransactionListResponse {
244
158
  */
245
159
  company: CompanyTokenTransactionListResponse.Company;
246
160
  /**
247
- * When the transaction was created
161
+ * The datetime the company token transaction was created.
248
162
  */
249
163
  created_at: string;
250
164
  /**
@@ -266,7 +180,7 @@ export interface CompanyTokenTransactionListResponse {
266
180
  /**
267
181
  * The type of transaction
268
182
  */
269
- transaction_type: 'add' | 'subtract' | 'transfer';
183
+ transaction_type: BotTokenTransactionTypes;
270
184
  /**
271
185
  * The user whose balance changed
272
186
  */
@@ -278,7 +192,7 @@ export declare namespace CompanyTokenTransactionListResponse {
278
192
  */
279
193
  interface Company {
280
194
  /**
281
- * The ID of the company
195
+ * The unique identifier for the company.
282
196
  */
283
197
  id: string;
284
198
  /**
@@ -295,7 +209,7 @@ export declare namespace CompanyTokenTransactionListResponse {
295
209
  */
296
210
  interface Member {
297
211
  /**
298
- * The ID of the member
212
+ * The unique identifier for the company member.
299
213
  */
300
214
  id: string;
301
215
  }
@@ -304,7 +218,7 @@ export declare namespace CompanyTokenTransactionListResponse {
304
218
  */
305
219
  interface User {
306
220
  /**
307
- * The internal ID of the user.
221
+ * The unique identifier for the user.
308
222
  */
309
223
  id: string;
310
224
  /**
@@ -413,13 +327,13 @@ export interface CompanyTokenTransactionListParams extends CursorPageParams {
413
327
  /**
414
328
  * The type of token transaction
415
329
  */
416
- transaction_type?: 'add' | 'subtract' | 'transfer' | null;
330
+ transaction_type?: BotTokenTransactionTypes | null;
417
331
  /**
418
332
  * Filter by user ID
419
333
  */
420
334
  user_id?: string | null;
421
335
  }
422
336
  export declare namespace CompanyTokenTransactions {
423
- export { type CompanyTokenTransactionCreateResponse as CompanyTokenTransactionCreateResponse, type CompanyTokenTransactionRetrieveResponse as CompanyTokenTransactionRetrieveResponse, type CompanyTokenTransactionListResponse as CompanyTokenTransactionListResponse, type CompanyTokenTransactionListResponsesCursorPage as CompanyTokenTransactionListResponsesCursorPage, type CompanyTokenTransactionCreateParams as CompanyTokenTransactionCreateParams, type CompanyTokenTransactionListParams as CompanyTokenTransactionListParams, };
337
+ export { type BotTokenTransactionTypes as BotTokenTransactionTypes, type CompanyTokenTransaction as CompanyTokenTransaction, type CompanyTokenTransactionListResponse as CompanyTokenTransactionListResponse, type CompanyTokenTransactionListResponsesCursorPage as CompanyTokenTransactionListResponsesCursorPage, type CompanyTokenTransactionCreateParams as CompanyTokenTransactionCreateParams, type CompanyTokenTransactionListParams as CompanyTokenTransactionListParams, };
424
338
  }
425
339
  //# sourceMappingURL=company-token-transactions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"company-token-transactions.d.ts","sourceRoot":"","sources":["../src/resources/company-token-transactions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"company-token-transactions.d.ts","sourceRoot":"","sources":["../src/resources/company-token-transactions.ts"],"names":[],"mappings":"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"}
@@ -89,7 +89,7 @@ export type CourseChapterListResponsesCursorPage = CursorPage<CourseChapterListR
89
89
  */
90
90
  export interface CourseChapter {
91
91
  /**
92
- * The ID of the chapter. Looks like chap_XXX
92
+ * The unique identifier for the chapter.
93
93
  */
94
94
  id: string;
95
95
  /**
@@ -111,7 +111,7 @@ export declare namespace CourseChapter {
111
111
  */
112
112
  interface Lesson {
113
113
  /**
114
- * The ID of the lesson
114
+ * The unique identifier for the lesson.
115
115
  */
116
116
  id: string;
117
117
  /**
@@ -129,7 +129,7 @@ export declare namespace CourseChapter {
129
129
  */
130
130
  export interface CourseChapterListResponse {
131
131
  /**
132
- * The ID of the chapter. Looks like chap_XXX
132
+ * The unique identifier for the chapter.
133
133
  */
134
134
  id: string;
135
135
  /**
@@ -89,7 +89,7 @@ export type CourseChapterListResponsesCursorPage = CursorPage<CourseChapterListR
89
89
  */
90
90
  export interface CourseChapter {
91
91
  /**
92
- * The ID of the chapter. Looks like chap_XXX
92
+ * The unique identifier for the chapter.
93
93
  */
94
94
  id: string;
95
95
  /**
@@ -111,7 +111,7 @@ export declare namespace CourseChapter {
111
111
  */
112
112
  interface Lesson {
113
113
  /**
114
- * The ID of the lesson
114
+ * The unique identifier for the lesson.
115
115
  */
116
116
  id: string;
117
117
  /**
@@ -129,7 +129,7 @@ export declare namespace CourseChapter {
129
129
  */
130
130
  export interface CourseChapterListResponse {
131
131
  /**
132
- * The ID of the chapter. Looks like chap_XXX
132
+ * The unique identifier for the chapter.
133
133
  */
134
134
  id: string;
135
135
  /**
@@ -130,7 +130,7 @@ export type EmbedType = 'youtube' | 'loom';
130
130
  */
131
131
  export interface Lesson {
132
132
  /**
133
- * The ID of the lesson
133
+ * The unique identifier for the lesson.
134
134
  */
135
135
  id: string;
136
136
  /**
@@ -146,7 +146,7 @@ export interface Lesson {
146
146
  */
147
147
  content: string | null;
148
148
  /**
149
- * The timestamp of when the lesson was created
149
+ * The datetime the lesson was created.
150
150
  */
151
151
  created_at: string;
152
152
  /**
@@ -197,7 +197,7 @@ export declare namespace Lesson {
197
197
  */
198
198
  interface AssessmentQuestion {
199
199
  /**
200
- * The ID of the assessment question
200
+ * The unique identifier for the assessment question.
201
201
  */
202
202
  id: string;
203
203
  /**
@@ -206,7 +206,7 @@ export declare namespace Lesson {
206
206
  */
207
207
  correct_answer: string | null;
208
208
  /**
209
- * When the question was created
209
+ * The datetime the assessment question was created.
210
210
  */
211
211
  created_at: string;
212
212
  /**
@@ -258,7 +258,7 @@ export declare namespace Lesson {
258
258
  */
259
259
  interface Option {
260
260
  /**
261
- * The ID of the assessment question option
261
+ * The unique identifier for the assessment question option.
262
262
  */
263
263
  id: string;
264
264
  /**
@@ -335,7 +335,7 @@ export declare namespace Lesson {
335
335
  */
336
336
  interface VideoAsset {
337
337
  /**
338
- * The ID of the Mux asset
338
+ * The unique identifier for the mux asset.
339
339
  */
340
340
  id: string;
341
341
  /**
@@ -347,7 +347,7 @@ export declare namespace Lesson {
347
347
  */
348
348
  audio_only: boolean;
349
349
  /**
350
- * The time at which the Mux asset was created
350
+ * The datetime the mux asset was created.
351
351
  */
352
352
  created_at: string;
353
353
  /**
@@ -383,7 +383,7 @@ export declare namespace Lesson {
383
383
  */
384
384
  status: 'uploading' | 'created' | 'ready';
385
385
  /**
386
- * The time at which the Mux asset was last updated
386
+ * The datetime the mux asset was last updated.
387
387
  */
388
388
  updated_at: string;
389
389
  }
@@ -402,7 +402,7 @@ export type LessonVisibilities = 'visible' | 'hidden';
402
402
  */
403
403
  export interface CourseLessonListResponse {
404
404
  /**
405
- * The ID of the lesson
405
+ * The unique identifier for the lesson.
406
406
  */
407
407
  id: string;
408
408
  /**
@@ -410,7 +410,7 @@ export interface CourseLessonListResponse {
410
410
  */
411
411
  content: string | null;
412
412
  /**
413
- * The timestamp of when the lesson was created
413
+ * The datetime the lesson was created.
414
414
  */
415
415
  created_at: string;
416
416
  /**
@@ -476,11 +476,11 @@ export type CourseLessonStartResponse = boolean;
476
476
  */
477
477
  export interface CourseLessonSubmitAssessmentResponse {
478
478
  /**
479
- * The ID of the assessment result
479
+ * The unique identifier for the assessment result.
480
480
  */
481
481
  id: string;
482
482
  /**
483
- * When the assessment was taken
483
+ * The datetime the assessment result was created.
484
484
  */
485
485
  created_at: string;
486
486
  /**
@@ -514,7 +514,7 @@ export interface CourseLessonSubmitAssessmentResponse {
514
514
  */
515
515
  score_percent: number;
516
516
  /**
517
- * When the assessment result was last updated
517
+ * The datetime the assessment result was last updated.
518
518
  */
519
519
  updated_at: string;
520
520
  /**
@@ -528,7 +528,7 @@ export declare namespace CourseLessonSubmitAssessmentResponse {
528
528
  */
529
529
  interface Lesson {
530
530
  /**
531
- * The ID of the lesson
531
+ * The unique identifier for the lesson.
532
532
  */
533
533
  id: string;
534
534
  /**
@@ -541,7 +541,7 @@ export declare namespace CourseLessonSubmitAssessmentResponse {
541
541
  */
542
542
  interface User {
543
543
  /**
544
- * The internal ID of the user.
544
+ * The unique identifier for the user.
545
545
  */
546
546
  id: string;
547
547
  /**
@@ -130,7 +130,7 @@ export type EmbedType = 'youtube' | 'loom';
130
130
  */
131
131
  export interface Lesson {
132
132
  /**
133
- * The ID of the lesson
133
+ * The unique identifier for the lesson.
134
134
  */
135
135
  id: string;
136
136
  /**
@@ -146,7 +146,7 @@ export interface Lesson {
146
146
  */
147
147
  content: string | null;
148
148
  /**
149
- * The timestamp of when the lesson was created
149
+ * The datetime the lesson was created.
150
150
  */
151
151
  created_at: string;
152
152
  /**
@@ -197,7 +197,7 @@ export declare namespace Lesson {
197
197
  */
198
198
  interface AssessmentQuestion {
199
199
  /**
200
- * The ID of the assessment question
200
+ * The unique identifier for the assessment question.
201
201
  */
202
202
  id: string;
203
203
  /**
@@ -206,7 +206,7 @@ export declare namespace Lesson {
206
206
  */
207
207
  correct_answer: string | null;
208
208
  /**
209
- * When the question was created
209
+ * The datetime the assessment question was created.
210
210
  */
211
211
  created_at: string;
212
212
  /**
@@ -258,7 +258,7 @@ export declare namespace Lesson {
258
258
  */
259
259
  interface Option {
260
260
  /**
261
- * The ID of the assessment question option
261
+ * The unique identifier for the assessment question option.
262
262
  */
263
263
  id: string;
264
264
  /**
@@ -335,7 +335,7 @@ export declare namespace Lesson {
335
335
  */
336
336
  interface VideoAsset {
337
337
  /**
338
- * The ID of the Mux asset
338
+ * The unique identifier for the mux asset.
339
339
  */
340
340
  id: string;
341
341
  /**
@@ -347,7 +347,7 @@ export declare namespace Lesson {
347
347
  */
348
348
  audio_only: boolean;
349
349
  /**
350
- * The time at which the Mux asset was created
350
+ * The datetime the mux asset was created.
351
351
  */
352
352
  created_at: string;
353
353
  /**
@@ -383,7 +383,7 @@ export declare namespace Lesson {
383
383
  */
384
384
  status: 'uploading' | 'created' | 'ready';
385
385
  /**
386
- * The time at which the Mux asset was last updated
386
+ * The datetime the mux asset was last updated.
387
387
  */
388
388
  updated_at: string;
389
389
  }
@@ -402,7 +402,7 @@ export type LessonVisibilities = 'visible' | 'hidden';
402
402
  */
403
403
  export interface CourseLessonListResponse {
404
404
  /**
405
- * The ID of the lesson
405
+ * The unique identifier for the lesson.
406
406
  */
407
407
  id: string;
408
408
  /**
@@ -410,7 +410,7 @@ export interface CourseLessonListResponse {
410
410
  */
411
411
  content: string | null;
412
412
  /**
413
- * The timestamp of when the lesson was created
413
+ * The datetime the lesson was created.
414
414
  */
415
415
  created_at: string;
416
416
  /**
@@ -476,11 +476,11 @@ export type CourseLessonStartResponse = boolean;
476
476
  */
477
477
  export interface CourseLessonSubmitAssessmentResponse {
478
478
  /**
479
- * The ID of the assessment result
479
+ * The unique identifier for the assessment result.
480
480
  */
481
481
  id: string;
482
482
  /**
483
- * When the assessment was taken
483
+ * The datetime the assessment result was created.
484
484
  */
485
485
  created_at: string;
486
486
  /**
@@ -514,7 +514,7 @@ export interface CourseLessonSubmitAssessmentResponse {
514
514
  */
515
515
  score_percent: number;
516
516
  /**
517
- * When the assessment result was last updated
517
+ * The datetime the assessment result was last updated.
518
518
  */
519
519
  updated_at: string;
520
520
  /**
@@ -528,7 +528,7 @@ export declare namespace CourseLessonSubmitAssessmentResponse {
528
528
  */
529
529
  interface Lesson {
530
530
  /**
531
- * The ID of the lesson
531
+ * The unique identifier for the lesson.
532
532
  */
533
533
  id: string;
534
534
  /**
@@ -541,7 +541,7 @@ export declare namespace CourseLessonSubmitAssessmentResponse {
541
541
  */
542
542
  interface User {
543
543
  /**
544
- * The internal ID of the user.
544
+ * The unique identifier for the user.
545
545
  */
546
546
  id: string;
547
547
  /**
@@ -28,7 +28,7 @@ export type CourseStudentListResponsesCursorPage = CursorPage<CourseStudentListR
28
28
  */
29
29
  export interface CourseStudentRetrieveResponse {
30
30
  /**
31
- * The ID of the course student. Looks like crsi_XXX
31
+ * The unique identifier for the course student type.
32
32
  */
33
33
  id: string;
34
34
  /**
@@ -66,7 +66,7 @@ export declare namespace CourseStudentRetrieveResponse {
66
66
  */
67
67
  interface Course {
68
68
  /**
69
- * The ID of the course. Looks like cors_XXX
69
+ * The unique identifier for the course.
70
70
  */
71
71
  id: string;
72
72
  /**
@@ -84,7 +84,7 @@ export declare namespace CourseStudentRetrieveResponse {
84
84
  */
85
85
  interface Experience {
86
86
  /**
87
- * The unique ID representing this experience
87
+ * The unique identifier for the experience.
88
88
  */
89
89
  id: string;
90
90
  }
@@ -94,7 +94,7 @@ export declare namespace CourseStudentRetrieveResponse {
94
94
  */
95
95
  interface User {
96
96
  /**
97
- * The internal ID of the user.
97
+ * The unique identifier for the user.
98
98
  */
99
99
  id: string;
100
100
  /**
@@ -112,7 +112,7 @@ export declare namespace CourseStudentRetrieveResponse {
112
112
  */
113
113
  export interface CourseStudentListResponse {
114
114
  /**
115
- * The ID of the course student. Looks like crsi_XXX
115
+ * The unique identifier for the course student type.
116
116
  */
117
117
  id: string;
118
118
  /**
@@ -146,7 +146,7 @@ export declare namespace CourseStudentListResponse {
146
146
  */
147
147
  interface User {
148
148
  /**
149
- * The internal ID of the user.
149
+ * The unique identifier for the user.
150
150
  */
151
151
  id: string;
152
152
  /**