@whop/sdk 0.0.1-canary.0 → 0.0.3
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 +44 -0
- package/client.d.mts +39 -11
- package/client.d.mts.map +1 -1
- package/client.d.ts +39 -11
- package/client.d.ts.map +1 -1
- package/client.js +23 -2
- package/client.js.map +1 -1
- package/client.mjs +23 -2
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/apps.d.mts +16 -0
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +16 -0
- package/resources/apps.d.ts.map +1 -1
- package/resources/checkout-configurations.d.mts +96 -19
- package/resources/checkout-configurations.d.mts.map +1 -1
- package/resources/checkout-configurations.d.ts +96 -19
- package/resources/checkout-configurations.d.ts.map +1 -1
- package/resources/checkout-configurations.js +3 -1
- package/resources/checkout-configurations.js.map +1 -1
- package/resources/checkout-configurations.mjs +3 -1
- package/resources/checkout-configurations.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-lessons.d.mts +523 -0
- package/resources/course-lessons.d.mts.map +1 -0
- package/resources/course-lessons.d.ts +523 -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/courses.d.mts +465 -0
- package/resources/courses.d.mts.map +1 -0
- package/resources/courses.d.ts +465 -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 +59 -1
- package/resources/experiences.d.mts.map +1 -1
- package/resources/experiences.d.ts +59 -1
- 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 +56 -1
- package/resources/forum-posts.d.mts.map +1 -1
- package/resources/forum-posts.d.ts +56 -1
- 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/forums.d.mts +112 -0
- package/resources/forums.d.mts.map +1 -0
- package/resources/forums.d.ts +112 -0
- package/resources/forums.d.ts.map +1 -0
- package/resources/forums.js +41 -0
- package/resources/forums.js.map +1 -0
- package/resources/forums.mjs +37 -0
- package/resources/forums.mjs.map +1 -0
- package/resources/index.d.mts +12 -5
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +12 -5
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +15 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -0
- package/resources/index.mjs.map +1 -1
- package/resources/invoices.d.mts +5 -2
- package/resources/invoices.d.mts.map +1 -1
- package/resources/invoices.d.ts +5 -2
- package/resources/invoices.d.ts.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 +274 -0
- package/resources/members.d.mts.map +1 -0
- package/resources/members.d.ts +274 -0
- package/resources/members.d.ts.map +1 -0
- package/resources/members.js +35 -0
- package/resources/members.js.map +1 -0
- package/resources/members.mjs +31 -0
- package/resources/members.mjs.map +1 -0
- 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 +38 -1
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +38 -1
- 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 +28 -13
- package/resources/payments.d.mts.map +1 -1
- package/resources/payments.d.ts +28 -13
- package/resources/payments.d.ts.map +1 -1
- package/resources/plans.d.mts +54 -3
- package/resources/plans.d.mts.map +1 -1
- package/resources/plans.d.ts +54 -3
- package/resources/plans.d.ts.map +1 -1
- package/resources/products.d.mts +17 -25
- package/resources/products.d.mts.map +1 -1
- package/resources/products.d.ts +17 -25
- 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 +245 -24
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +245 -24
- package/resources/shared.d.ts.map +1 -1
- package/resources/users.d.mts +18 -1
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts +18 -1
- package/resources/users.d.ts.map +1 -1
- package/resources/users.js.map +1 -1
- package/resources/users.mjs.map +1 -1
- package/resources/webhooks.d.mts +224 -2
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +224 -2
- package/resources/webhooks.d.ts.map +1 -1
- package/src/client.ts +197 -3
- package/src/resources/apps.ts +18 -0
- package/src/resources/checkout-configurations.ts +111 -19
- package/src/resources/course-chapters.ts +236 -0
- package/src/resources/course-lessons.ts +646 -0
- package/src/resources/courses.ts +594 -0
- package/src/resources/experiences.ts +71 -0
- package/src/resources/forum-posts.ts +71 -0
- package/src/resources/forums.ts +152 -0
- package/src/resources/index.ts +83 -0
- package/src/resources/invoices.ts +5 -2
- package/src/resources/ledger-accounts.ts +13 -1
- package/src/resources/members.ts +342 -0
- package/src/resources/memberships.ts +31 -6
- package/src/resources/messages.ts +50 -0
- package/src/resources/payments.ts +139 -19
- package/src/resources/plans.ts +65 -3
- package/src/resources/products.ts +20 -29
- package/src/resources/promo-codes.ts +490 -0
- package/src/resources/reviews.ts +348 -0
- package/src/resources/shared.ts +296 -24
- package/src/resources/users.ts +20 -1
- package/src/resources/webhooks.ts +293 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
package/resources/users.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as Shared from "./shared.mjs";
|
|
2
3
|
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
4
|
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
5
|
export declare class Users extends APIResource {
|
|
@@ -31,11 +32,27 @@ export interface UserRetrieveResponse {
|
|
|
31
32
|
* The name of the user from their Whop account.
|
|
32
33
|
*/
|
|
33
34
|
name: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The user's profile picture
|
|
37
|
+
*/
|
|
38
|
+
profile_picture: UserRetrieveResponse.ProfilePicture | null;
|
|
34
39
|
/**
|
|
35
40
|
* The username of the user from their Whop account.
|
|
36
41
|
*/
|
|
37
42
|
username: string;
|
|
38
43
|
}
|
|
44
|
+
export declare namespace UserRetrieveResponse {
|
|
45
|
+
/**
|
|
46
|
+
* The user's profile picture
|
|
47
|
+
*/
|
|
48
|
+
interface ProfilePicture {
|
|
49
|
+
/**
|
|
50
|
+
* This is the URL you use to render optimized attachments on the client. This
|
|
51
|
+
* should be used for apps.
|
|
52
|
+
*/
|
|
53
|
+
url: string | null;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
39
56
|
/**
|
|
40
57
|
* The result of a has access check for the developer API
|
|
41
58
|
*/
|
|
@@ -43,7 +60,7 @@ export interface UserCheckAccessResponse {
|
|
|
43
60
|
/**
|
|
44
61
|
* The permission level of the user
|
|
45
62
|
*/
|
|
46
|
-
access_level:
|
|
63
|
+
access_level: Shared.AccessLevel;
|
|
47
64
|
/**
|
|
48
65
|
* Whether the user has access to the resource
|
|
49
66
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.mts","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIhF;;OAEG;IACH,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"users.d.mts","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIhF;;OAEG;IACH,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,eAAe,EAAE,oBAAoB,CAAC,cAAc,GAAG,IAAI,CAAC;IAE5D;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,yBAAiB,oBAAoB,CAAC;IACpC;;OAEG;IACH,UAAiB,cAAc;QAC7B;;;WAGG;QACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACpB;CACF;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC;IAEjC;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
package/resources/users.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import * as Shared from "./shared.js";
|
|
2
3
|
import { APIPromise } from "../core/api-promise.js";
|
|
3
4
|
import { RequestOptions } from "../internal/request-options.js";
|
|
4
5
|
export declare class Users extends APIResource {
|
|
@@ -31,11 +32,27 @@ export interface UserRetrieveResponse {
|
|
|
31
32
|
* The name of the user from their Whop account.
|
|
32
33
|
*/
|
|
33
34
|
name: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The user's profile picture
|
|
37
|
+
*/
|
|
38
|
+
profile_picture: UserRetrieveResponse.ProfilePicture | null;
|
|
34
39
|
/**
|
|
35
40
|
* The username of the user from their Whop account.
|
|
36
41
|
*/
|
|
37
42
|
username: string;
|
|
38
43
|
}
|
|
44
|
+
export declare namespace UserRetrieveResponse {
|
|
45
|
+
/**
|
|
46
|
+
* The user's profile picture
|
|
47
|
+
*/
|
|
48
|
+
interface ProfilePicture {
|
|
49
|
+
/**
|
|
50
|
+
* This is the URL you use to render optimized attachments on the client. This
|
|
51
|
+
* should be used for apps.
|
|
52
|
+
*/
|
|
53
|
+
url: string | null;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
39
56
|
/**
|
|
40
57
|
* The result of a has access check for the developer API
|
|
41
58
|
*/
|
|
@@ -43,7 +60,7 @@ export interface UserCheckAccessResponse {
|
|
|
43
60
|
/**
|
|
44
61
|
* The permission level of the user
|
|
45
62
|
*/
|
|
46
|
-
access_level:
|
|
63
|
+
access_level: Shared.AccessLevel;
|
|
47
64
|
/**
|
|
48
65
|
* Whether the user has access to the resource
|
|
49
66
|
*/
|
package/resources/users.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIhF;;OAEG;IACH,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIhF;;OAEG;IACH,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,eAAe,EAAE,oBAAoB,CAAC,cAAc,GAAG,IAAI,CAAC;IAE5D;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,yBAAiB,oBAAoB,CAAC;IACpC;;OAEG;IACH,UAAiB,cAAc;QAC7B;;;WAGG;QACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACpB;CACF;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC;IAEjC;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
package/resources/users.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.js","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,oDAA8C;AAE9C,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,UAAU,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;OAEG;IACH,WAAW,CACT,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,GAAG,MAAM,CAAC;QACtB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,UAAU,EAAE,WAAW,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CACF;AAnBD,sBAmBC"}
|
package/resources/users.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.mjs","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"users.mjs","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,UAAU,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;OAEG;IACH,WAAW,CACT,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,EAAE,EAAE,GAAG,MAAM,CAAC;QACtB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,UAAU,EAAE,WAAW,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CACF"}
|
package/resources/webhooks.d.mts
CHANGED
|
@@ -94,8 +94,230 @@ export interface InvoiceVoidedWebhookEvent {
|
|
|
94
94
|
*/
|
|
95
95
|
type: 'invoice.voided';
|
|
96
96
|
}
|
|
97
|
-
export
|
|
97
|
+
export interface MembershipActivatedWebhookEvent {
|
|
98
|
+
/**
|
|
99
|
+
* A unique ID for every single webhook request
|
|
100
|
+
*/
|
|
101
|
+
id: string;
|
|
102
|
+
/**
|
|
103
|
+
* The API version for this webhook
|
|
104
|
+
*/
|
|
105
|
+
api_version: 'v1';
|
|
106
|
+
/**
|
|
107
|
+
* A membership represents a purchase between a User and a Company for a specific
|
|
108
|
+
* Product.
|
|
109
|
+
*/
|
|
110
|
+
data: Shared.Membership;
|
|
111
|
+
/**
|
|
112
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
113
|
+
*/
|
|
114
|
+
timestamp: string;
|
|
115
|
+
/**
|
|
116
|
+
* The webhook event type
|
|
117
|
+
*/
|
|
118
|
+
type: 'membership.activated';
|
|
119
|
+
}
|
|
120
|
+
export interface MembershipDeactivatedWebhookEvent {
|
|
121
|
+
/**
|
|
122
|
+
* A unique ID for every single webhook request
|
|
123
|
+
*/
|
|
124
|
+
id: string;
|
|
125
|
+
/**
|
|
126
|
+
* The API version for this webhook
|
|
127
|
+
*/
|
|
128
|
+
api_version: 'v1';
|
|
129
|
+
/**
|
|
130
|
+
* A membership represents a purchase between a User and a Company for a specific
|
|
131
|
+
* Product.
|
|
132
|
+
*/
|
|
133
|
+
data: Shared.Membership;
|
|
134
|
+
/**
|
|
135
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
136
|
+
*/
|
|
137
|
+
timestamp: string;
|
|
138
|
+
/**
|
|
139
|
+
* The webhook event type
|
|
140
|
+
*/
|
|
141
|
+
type: 'membership.deactivated';
|
|
142
|
+
}
|
|
143
|
+
export interface EntryCreatedWebhookEvent {
|
|
144
|
+
/**
|
|
145
|
+
* A unique ID for every single webhook request
|
|
146
|
+
*/
|
|
147
|
+
id: string;
|
|
148
|
+
/**
|
|
149
|
+
* The API version for this webhook
|
|
150
|
+
*/
|
|
151
|
+
api_version: 'v1';
|
|
152
|
+
/**
|
|
153
|
+
* An object representing an entry in a waitlist.
|
|
154
|
+
*/
|
|
155
|
+
data: Shared.Entry;
|
|
156
|
+
/**
|
|
157
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
158
|
+
*/
|
|
159
|
+
timestamp: string;
|
|
160
|
+
/**
|
|
161
|
+
* The webhook event type
|
|
162
|
+
*/
|
|
163
|
+
type: 'entry.created';
|
|
164
|
+
}
|
|
165
|
+
export interface EntryApprovedWebhookEvent {
|
|
166
|
+
/**
|
|
167
|
+
* A unique ID for every single webhook request
|
|
168
|
+
*/
|
|
169
|
+
id: string;
|
|
170
|
+
/**
|
|
171
|
+
* The API version for this webhook
|
|
172
|
+
*/
|
|
173
|
+
api_version: 'v1';
|
|
174
|
+
/**
|
|
175
|
+
* An object representing an entry in a waitlist.
|
|
176
|
+
*/
|
|
177
|
+
data: Shared.Entry;
|
|
178
|
+
/**
|
|
179
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
180
|
+
*/
|
|
181
|
+
timestamp: string;
|
|
182
|
+
/**
|
|
183
|
+
* The webhook event type
|
|
184
|
+
*/
|
|
185
|
+
type: 'entry.approved';
|
|
186
|
+
}
|
|
187
|
+
export interface EntryDeniedWebhookEvent {
|
|
188
|
+
/**
|
|
189
|
+
* A unique ID for every single webhook request
|
|
190
|
+
*/
|
|
191
|
+
id: string;
|
|
192
|
+
/**
|
|
193
|
+
* The API version for this webhook
|
|
194
|
+
*/
|
|
195
|
+
api_version: 'v1';
|
|
196
|
+
/**
|
|
197
|
+
* An object representing an entry in a waitlist.
|
|
198
|
+
*/
|
|
199
|
+
data: Shared.Entry;
|
|
200
|
+
/**
|
|
201
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
202
|
+
*/
|
|
203
|
+
timestamp: string;
|
|
204
|
+
/**
|
|
205
|
+
* The webhook event type
|
|
206
|
+
*/
|
|
207
|
+
type: 'entry.denied';
|
|
208
|
+
}
|
|
209
|
+
export interface EntryDeletedWebhookEvent {
|
|
210
|
+
/**
|
|
211
|
+
* A unique ID for every single webhook request
|
|
212
|
+
*/
|
|
213
|
+
id: string;
|
|
214
|
+
/**
|
|
215
|
+
* The API version for this webhook
|
|
216
|
+
*/
|
|
217
|
+
api_version: 'v1';
|
|
218
|
+
/**
|
|
219
|
+
* An object representing an entry in a waitlist.
|
|
220
|
+
*/
|
|
221
|
+
data: Shared.Entry;
|
|
222
|
+
/**
|
|
223
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
224
|
+
*/
|
|
225
|
+
timestamp: string;
|
|
226
|
+
/**
|
|
227
|
+
* The webhook event type
|
|
228
|
+
*/
|
|
229
|
+
type: 'entry.deleted';
|
|
230
|
+
}
|
|
231
|
+
export interface CourseLessonInteractionCompletedWebhookEvent {
|
|
232
|
+
/**
|
|
233
|
+
* A unique ID for every single webhook request
|
|
234
|
+
*/
|
|
235
|
+
id: string;
|
|
236
|
+
/**
|
|
237
|
+
* The API version for this webhook
|
|
238
|
+
*/
|
|
239
|
+
api_version: 'v1';
|
|
240
|
+
/**
|
|
241
|
+
* A lesson interaction tracking user progress in courses
|
|
242
|
+
*/
|
|
243
|
+
data: Shared.CourseLessonInteraction;
|
|
244
|
+
/**
|
|
245
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
246
|
+
*/
|
|
247
|
+
timestamp: string;
|
|
248
|
+
/**
|
|
249
|
+
* The webhook event type
|
|
250
|
+
*/
|
|
251
|
+
type: 'course_lesson_interaction.completed';
|
|
252
|
+
}
|
|
253
|
+
export interface PaymentSucceededWebhookEvent {
|
|
254
|
+
/**
|
|
255
|
+
* A unique ID for every single webhook request
|
|
256
|
+
*/
|
|
257
|
+
id: string;
|
|
258
|
+
/**
|
|
259
|
+
* The API version for this webhook
|
|
260
|
+
*/
|
|
261
|
+
api_version: 'v1';
|
|
262
|
+
/**
|
|
263
|
+
* An object representing a receipt for a membership.
|
|
264
|
+
*/
|
|
265
|
+
data: Shared.Payment;
|
|
266
|
+
/**
|
|
267
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
268
|
+
*/
|
|
269
|
+
timestamp: string;
|
|
270
|
+
/**
|
|
271
|
+
* The webhook event type
|
|
272
|
+
*/
|
|
273
|
+
type: 'payment.succeeded';
|
|
274
|
+
}
|
|
275
|
+
export interface PaymentFailedWebhookEvent {
|
|
276
|
+
/**
|
|
277
|
+
* A unique ID for every single webhook request
|
|
278
|
+
*/
|
|
279
|
+
id: string;
|
|
280
|
+
/**
|
|
281
|
+
* The API version for this webhook
|
|
282
|
+
*/
|
|
283
|
+
api_version: 'v1';
|
|
284
|
+
/**
|
|
285
|
+
* An object representing a receipt for a membership.
|
|
286
|
+
*/
|
|
287
|
+
data: Shared.Payment;
|
|
288
|
+
/**
|
|
289
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
290
|
+
*/
|
|
291
|
+
timestamp: string;
|
|
292
|
+
/**
|
|
293
|
+
* The webhook event type
|
|
294
|
+
*/
|
|
295
|
+
type: 'payment.failed';
|
|
296
|
+
}
|
|
297
|
+
export interface PaymentPendingWebhookEvent {
|
|
298
|
+
/**
|
|
299
|
+
* A unique ID for every single webhook request
|
|
300
|
+
*/
|
|
301
|
+
id: string;
|
|
302
|
+
/**
|
|
303
|
+
* The API version for this webhook
|
|
304
|
+
*/
|
|
305
|
+
api_version: 'v1';
|
|
306
|
+
/**
|
|
307
|
+
* An object representing a receipt for a membership.
|
|
308
|
+
*/
|
|
309
|
+
data: Shared.Payment;
|
|
310
|
+
/**
|
|
311
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
312
|
+
*/
|
|
313
|
+
timestamp: string;
|
|
314
|
+
/**
|
|
315
|
+
* The webhook event type
|
|
316
|
+
*/
|
|
317
|
+
type: 'payment.pending';
|
|
318
|
+
}
|
|
319
|
+
export type UnwrapWebhookEvent = InvoiceCreatedWebhookEvent | InvoicePaidWebhookEvent | InvoicePastDueWebhookEvent | InvoiceVoidedWebhookEvent | MembershipActivatedWebhookEvent | MembershipDeactivatedWebhookEvent | EntryCreatedWebhookEvent | EntryApprovedWebhookEvent | EntryDeniedWebhookEvent | EntryDeletedWebhookEvent | CourseLessonInteractionCompletedWebhookEvent | PaymentSucceededWebhookEvent | PaymentFailedWebhookEvent | PaymentPendingWebhookEvent;
|
|
98
320
|
export declare namespace Webhooks {
|
|
99
|
-
export { type InvoiceCreatedWebhookEvent as InvoiceCreatedWebhookEvent, type InvoicePaidWebhookEvent as InvoicePaidWebhookEvent, type InvoicePastDueWebhookEvent as InvoicePastDueWebhookEvent, type InvoiceVoidedWebhookEvent as InvoiceVoidedWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
321
|
+
export { type InvoiceCreatedWebhookEvent as InvoiceCreatedWebhookEvent, type InvoicePaidWebhookEvent as InvoicePaidWebhookEvent, type InvoicePastDueWebhookEvent as InvoicePastDueWebhookEvent, type InvoiceVoidedWebhookEvent as InvoiceVoidedWebhookEvent, type MembershipActivatedWebhookEvent as MembershipActivatedWebhookEvent, type MembershipDeactivatedWebhookEvent as MembershipDeactivatedWebhookEvent, type EntryCreatedWebhookEvent as EntryCreatedWebhookEvent, type EntryApprovedWebhookEvent as EntryApprovedWebhookEvent, type EntryDeniedWebhookEvent as EntryDeniedWebhookEvent, type EntryDeletedWebhookEvent as EntryDeletedWebhookEvent, type CourseLessonInteractionCompletedWebhookEvent as CourseLessonInteractionCompletedWebhookEvent, type PaymentSucceededWebhookEvent as PaymentSucceededWebhookEvent, type PaymentFailedWebhookEvent as PaymentFailedWebhookEvent, type PaymentPendingWebhookEvent as PaymentPendingWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
100
322
|
}
|
|
101
323
|
//# sourceMappingURL=webhooks.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.mts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;AAGlB,qBAAa,QAAS,SAAQ,WAAW;IACvC,MAAM,CACJ,IAAI,EAAE,MAAM,EACZ,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAClE,kBAAkB;CAStB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,MAAM,kBAAkB,GAC1B,0BAA0B,GAC1B,uBAAuB,GACvB,0BAA0B,GAC1B,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"webhooks.d.mts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"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"}
|
package/resources/webhooks.d.ts
CHANGED
|
@@ -94,8 +94,230 @@ export interface InvoiceVoidedWebhookEvent {
|
|
|
94
94
|
*/
|
|
95
95
|
type: 'invoice.voided';
|
|
96
96
|
}
|
|
97
|
-
export
|
|
97
|
+
export interface MembershipActivatedWebhookEvent {
|
|
98
|
+
/**
|
|
99
|
+
* A unique ID for every single webhook request
|
|
100
|
+
*/
|
|
101
|
+
id: string;
|
|
102
|
+
/**
|
|
103
|
+
* The API version for this webhook
|
|
104
|
+
*/
|
|
105
|
+
api_version: 'v1';
|
|
106
|
+
/**
|
|
107
|
+
* A membership represents a purchase between a User and a Company for a specific
|
|
108
|
+
* Product.
|
|
109
|
+
*/
|
|
110
|
+
data: Shared.Membership;
|
|
111
|
+
/**
|
|
112
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
113
|
+
*/
|
|
114
|
+
timestamp: string;
|
|
115
|
+
/**
|
|
116
|
+
* The webhook event type
|
|
117
|
+
*/
|
|
118
|
+
type: 'membership.activated';
|
|
119
|
+
}
|
|
120
|
+
export interface MembershipDeactivatedWebhookEvent {
|
|
121
|
+
/**
|
|
122
|
+
* A unique ID for every single webhook request
|
|
123
|
+
*/
|
|
124
|
+
id: string;
|
|
125
|
+
/**
|
|
126
|
+
* The API version for this webhook
|
|
127
|
+
*/
|
|
128
|
+
api_version: 'v1';
|
|
129
|
+
/**
|
|
130
|
+
* A membership represents a purchase between a User and a Company for a specific
|
|
131
|
+
* Product.
|
|
132
|
+
*/
|
|
133
|
+
data: Shared.Membership;
|
|
134
|
+
/**
|
|
135
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
136
|
+
*/
|
|
137
|
+
timestamp: string;
|
|
138
|
+
/**
|
|
139
|
+
* The webhook event type
|
|
140
|
+
*/
|
|
141
|
+
type: 'membership.deactivated';
|
|
142
|
+
}
|
|
143
|
+
export interface EntryCreatedWebhookEvent {
|
|
144
|
+
/**
|
|
145
|
+
* A unique ID for every single webhook request
|
|
146
|
+
*/
|
|
147
|
+
id: string;
|
|
148
|
+
/**
|
|
149
|
+
* The API version for this webhook
|
|
150
|
+
*/
|
|
151
|
+
api_version: 'v1';
|
|
152
|
+
/**
|
|
153
|
+
* An object representing an entry in a waitlist.
|
|
154
|
+
*/
|
|
155
|
+
data: Shared.Entry;
|
|
156
|
+
/**
|
|
157
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
158
|
+
*/
|
|
159
|
+
timestamp: string;
|
|
160
|
+
/**
|
|
161
|
+
* The webhook event type
|
|
162
|
+
*/
|
|
163
|
+
type: 'entry.created';
|
|
164
|
+
}
|
|
165
|
+
export interface EntryApprovedWebhookEvent {
|
|
166
|
+
/**
|
|
167
|
+
* A unique ID for every single webhook request
|
|
168
|
+
*/
|
|
169
|
+
id: string;
|
|
170
|
+
/**
|
|
171
|
+
* The API version for this webhook
|
|
172
|
+
*/
|
|
173
|
+
api_version: 'v1';
|
|
174
|
+
/**
|
|
175
|
+
* An object representing an entry in a waitlist.
|
|
176
|
+
*/
|
|
177
|
+
data: Shared.Entry;
|
|
178
|
+
/**
|
|
179
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
180
|
+
*/
|
|
181
|
+
timestamp: string;
|
|
182
|
+
/**
|
|
183
|
+
* The webhook event type
|
|
184
|
+
*/
|
|
185
|
+
type: 'entry.approved';
|
|
186
|
+
}
|
|
187
|
+
export interface EntryDeniedWebhookEvent {
|
|
188
|
+
/**
|
|
189
|
+
* A unique ID for every single webhook request
|
|
190
|
+
*/
|
|
191
|
+
id: string;
|
|
192
|
+
/**
|
|
193
|
+
* The API version for this webhook
|
|
194
|
+
*/
|
|
195
|
+
api_version: 'v1';
|
|
196
|
+
/**
|
|
197
|
+
* An object representing an entry in a waitlist.
|
|
198
|
+
*/
|
|
199
|
+
data: Shared.Entry;
|
|
200
|
+
/**
|
|
201
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
202
|
+
*/
|
|
203
|
+
timestamp: string;
|
|
204
|
+
/**
|
|
205
|
+
* The webhook event type
|
|
206
|
+
*/
|
|
207
|
+
type: 'entry.denied';
|
|
208
|
+
}
|
|
209
|
+
export interface EntryDeletedWebhookEvent {
|
|
210
|
+
/**
|
|
211
|
+
* A unique ID for every single webhook request
|
|
212
|
+
*/
|
|
213
|
+
id: string;
|
|
214
|
+
/**
|
|
215
|
+
* The API version for this webhook
|
|
216
|
+
*/
|
|
217
|
+
api_version: 'v1';
|
|
218
|
+
/**
|
|
219
|
+
* An object representing an entry in a waitlist.
|
|
220
|
+
*/
|
|
221
|
+
data: Shared.Entry;
|
|
222
|
+
/**
|
|
223
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
224
|
+
*/
|
|
225
|
+
timestamp: string;
|
|
226
|
+
/**
|
|
227
|
+
* The webhook event type
|
|
228
|
+
*/
|
|
229
|
+
type: 'entry.deleted';
|
|
230
|
+
}
|
|
231
|
+
export interface CourseLessonInteractionCompletedWebhookEvent {
|
|
232
|
+
/**
|
|
233
|
+
* A unique ID for every single webhook request
|
|
234
|
+
*/
|
|
235
|
+
id: string;
|
|
236
|
+
/**
|
|
237
|
+
* The API version for this webhook
|
|
238
|
+
*/
|
|
239
|
+
api_version: 'v1';
|
|
240
|
+
/**
|
|
241
|
+
* A lesson interaction tracking user progress in courses
|
|
242
|
+
*/
|
|
243
|
+
data: Shared.CourseLessonInteraction;
|
|
244
|
+
/**
|
|
245
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
246
|
+
*/
|
|
247
|
+
timestamp: string;
|
|
248
|
+
/**
|
|
249
|
+
* The webhook event type
|
|
250
|
+
*/
|
|
251
|
+
type: 'course_lesson_interaction.completed';
|
|
252
|
+
}
|
|
253
|
+
export interface PaymentSucceededWebhookEvent {
|
|
254
|
+
/**
|
|
255
|
+
* A unique ID for every single webhook request
|
|
256
|
+
*/
|
|
257
|
+
id: string;
|
|
258
|
+
/**
|
|
259
|
+
* The API version for this webhook
|
|
260
|
+
*/
|
|
261
|
+
api_version: 'v1';
|
|
262
|
+
/**
|
|
263
|
+
* An object representing a receipt for a membership.
|
|
264
|
+
*/
|
|
265
|
+
data: Shared.Payment;
|
|
266
|
+
/**
|
|
267
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
268
|
+
*/
|
|
269
|
+
timestamp: string;
|
|
270
|
+
/**
|
|
271
|
+
* The webhook event type
|
|
272
|
+
*/
|
|
273
|
+
type: 'payment.succeeded';
|
|
274
|
+
}
|
|
275
|
+
export interface PaymentFailedWebhookEvent {
|
|
276
|
+
/**
|
|
277
|
+
* A unique ID for every single webhook request
|
|
278
|
+
*/
|
|
279
|
+
id: string;
|
|
280
|
+
/**
|
|
281
|
+
* The API version for this webhook
|
|
282
|
+
*/
|
|
283
|
+
api_version: 'v1';
|
|
284
|
+
/**
|
|
285
|
+
* An object representing a receipt for a membership.
|
|
286
|
+
*/
|
|
287
|
+
data: Shared.Payment;
|
|
288
|
+
/**
|
|
289
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
290
|
+
*/
|
|
291
|
+
timestamp: string;
|
|
292
|
+
/**
|
|
293
|
+
* The webhook event type
|
|
294
|
+
*/
|
|
295
|
+
type: 'payment.failed';
|
|
296
|
+
}
|
|
297
|
+
export interface PaymentPendingWebhookEvent {
|
|
298
|
+
/**
|
|
299
|
+
* A unique ID for every single webhook request
|
|
300
|
+
*/
|
|
301
|
+
id: string;
|
|
302
|
+
/**
|
|
303
|
+
* The API version for this webhook
|
|
304
|
+
*/
|
|
305
|
+
api_version: 'v1';
|
|
306
|
+
/**
|
|
307
|
+
* An object representing a receipt for a membership.
|
|
308
|
+
*/
|
|
309
|
+
data: Shared.Payment;
|
|
310
|
+
/**
|
|
311
|
+
* The timestamp in ISO 8601 format that the webhook was sent at on the server
|
|
312
|
+
*/
|
|
313
|
+
timestamp: string;
|
|
314
|
+
/**
|
|
315
|
+
* The webhook event type
|
|
316
|
+
*/
|
|
317
|
+
type: 'payment.pending';
|
|
318
|
+
}
|
|
319
|
+
export type UnwrapWebhookEvent = InvoiceCreatedWebhookEvent | InvoicePaidWebhookEvent | InvoicePastDueWebhookEvent | InvoiceVoidedWebhookEvent | MembershipActivatedWebhookEvent | MembershipDeactivatedWebhookEvent | EntryCreatedWebhookEvent | EntryApprovedWebhookEvent | EntryDeniedWebhookEvent | EntryDeletedWebhookEvent | CourseLessonInteractionCompletedWebhookEvent | PaymentSucceededWebhookEvent | PaymentFailedWebhookEvent | PaymentPendingWebhookEvent;
|
|
98
320
|
export declare namespace Webhooks {
|
|
99
|
-
export { type InvoiceCreatedWebhookEvent as InvoiceCreatedWebhookEvent, type InvoicePaidWebhookEvent as InvoicePaidWebhookEvent, type InvoicePastDueWebhookEvent as InvoicePastDueWebhookEvent, type InvoiceVoidedWebhookEvent as InvoiceVoidedWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
321
|
+
export { type InvoiceCreatedWebhookEvent as InvoiceCreatedWebhookEvent, type InvoicePaidWebhookEvent as InvoicePaidWebhookEvent, type InvoicePastDueWebhookEvent as InvoicePastDueWebhookEvent, type InvoiceVoidedWebhookEvent as InvoiceVoidedWebhookEvent, type MembershipActivatedWebhookEvent as MembershipActivatedWebhookEvent, type MembershipDeactivatedWebhookEvent as MembershipDeactivatedWebhookEvent, type EntryCreatedWebhookEvent as EntryCreatedWebhookEvent, type EntryApprovedWebhookEvent as EntryApprovedWebhookEvent, type EntryDeniedWebhookEvent as EntryDeniedWebhookEvent, type EntryDeletedWebhookEvent as EntryDeletedWebhookEvent, type CourseLessonInteractionCompletedWebhookEvent as CourseLessonInteractionCompletedWebhookEvent, type PaymentSucceededWebhookEvent as PaymentSucceededWebhookEvent, type PaymentFailedWebhookEvent as PaymentFailedWebhookEvent, type PaymentPendingWebhookEvent as PaymentPendingWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
100
322
|
}
|
|
101
323
|
//# sourceMappingURL=webhooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;AAGlB,qBAAa,QAAS,SAAQ,WAAW;IACvC,MAAM,CACJ,IAAI,EAAE,MAAM,EACZ,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAClE,kBAAkB;CAStB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,MAAM,kBAAkB,GAC1B,0BAA0B,GAC1B,uBAAuB,GACvB,0BAA0B,GAC1B,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;AAGlB,qBAAa,QAAS,SAAQ,WAAW;IACvC,MAAM,CACJ,IAAI,EAAE,MAAM,EACZ,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAClE,kBAAkB;CAStB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC,UAAU,CAAC;IAExB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC,UAAU,CAAC;IAExB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,wBAAwB,CAAC;CAChC;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,4CAA4C;IAC3D;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,uBAAuB,CAAC;IAErC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,qCAAqC,CAAC;CAC7C;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,mBAAmB,CAAC;CAC3B;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,MAAM,kBAAkB,GAC1B,0BAA0B,GAC1B,uBAAuB,GACvB,0BAA0B,GAC1B,yBAAyB,GACzB,+BAA+B,GAC/B,iCAAiC,GACjC,wBAAwB,GACxB,yBAAyB,GACzB,uBAAuB,GACvB,wBAAwB,GACxB,4CAA4C,GAC5C,4BAA4B,GAC5B,yBAAyB,GACzB,0BAA0B,CAAC;AAE/B,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,4CAA4C,IAAI,4CAA4C,EACjG,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|