@outseta/api-client 0.3.6 → 0.3.7
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/dist/index.js +270 -0
- package/package.json +1 -1
- package/src/generated/models/discordUserAddedToServerActivityData.ts +14 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayload.ts +123 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/discordUserAddedToServerWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/discordUserRemovedFromServerActivityData.ts +16 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayload.ts +123 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/discordUserRemovedFromServerWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/discordUserRolesUpdatedActivityData.ts +16 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayload.ts +123 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/discordUserRolesUpdatedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/index.ts +130 -0
- package/src/generated/models/personLeadFormSubmittedActivityData.ts +8 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayload.ts +123 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personLeadFormSubmittedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personListConfirmedActivityData.ts +11 -0
- package/src/generated/models/personListConfirmedWebhookPayload.ts +123 -0
- package/src/generated/models/personListConfirmedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personListConfirmedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personListConfirmedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personListConfirmedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personListConfirmedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personListConfirmedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personListConfirmedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personListConfirmedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personListConfirmedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personListConfirmedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personListConfirmedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personListSubscribedActivityData.ts +11 -0
- package/src/generated/models/personListSubscribedWebhookPayload.ts +123 -0
- package/src/generated/models/personListSubscribedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personListSubscribedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personListSubscribedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personListSubscribedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personListSubscribedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personListSubscribedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personListSubscribedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personListSubscribedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personListSubscribedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personListSubscribedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personListUnsubscribedActivityData.ts +13 -0
- package/src/generated/models/personListUnsubscribedWebhookPayload.ts +123 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personListUnsubscribedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personSupportTicketClosedActivityData.ts +8 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayload.ts +123 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personSupportTicketClosedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personSupportTicketCreatedActivityData.ts +6 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayload.ts +123 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personSupportTicketCreatedWebhookPayloadPersonAccountItemAccount.ts +14 -0
- package/src/generated/models/personSupportTicketUpdatedActivityData.ts +6 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayload.ts +123 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadAccount.ts +141 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadAccountAccountStage.ts +20 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadDealPeopleItem.ts +15 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadDiscordUser.ts +35 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadEmailListPersonItem.ts +48 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus.ts +15 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadLeadFormSubmissionsItem.ts +21 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadMailingAddress.ts +58 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadOAuthIntegrationStatus.ts +13 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadPersonAccountItem.ts +20 -0
- package/src/generated/models/personSupportTicketUpdatedWebhookPayloadPersonAccountItemAccount.ts +14 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import type { PersonListSubscribedWebhookPayloadAccountAccountStage } from './personListSubscribedWebhookPayloadAccountAccountStage';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @nullable
|
|
6
|
+
*/
|
|
7
|
+
export type PersonListSubscribedWebhookPayloadAccount = {
|
|
8
|
+
/**
|
|
9
|
+
* @maxLength 10
|
|
10
|
+
* @nullable
|
|
11
|
+
*/
|
|
12
|
+
Uid?: string | null;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
_objectType?: string | null;
|
|
15
|
+
/** @minLength 1 */
|
|
16
|
+
Created?: string;
|
|
17
|
+
/** @minLength 1 */
|
|
18
|
+
Updated?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @maxLength 255
|
|
21
|
+
* @nullable
|
|
22
|
+
*/
|
|
23
|
+
StripeId?: string | null;
|
|
24
|
+
IsLivemode?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @minLength 1
|
|
27
|
+
* @maxLength 250
|
|
28
|
+
*/
|
|
29
|
+
Name?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @maxLength 250
|
|
32
|
+
* @nullable
|
|
33
|
+
*/
|
|
34
|
+
ClientIdentifier?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* @maxLength 3
|
|
37
|
+
* @nullable
|
|
38
|
+
*/
|
|
39
|
+
Currency?: string | null;
|
|
40
|
+
/** @nullable */
|
|
41
|
+
InvoiceNotes?: string | null;
|
|
42
|
+
IsDemo?: boolean;
|
|
43
|
+
/** `2` - Trialing, `3` - Subscribing, `4` - Cancelling, `5` - Expired, `6` - Trial Expired, `7` - Past Due, `8` - Cancelling Trial, `9` - Paused, `10` - Created */
|
|
44
|
+
AccountStage?: PersonListSubscribedWebhookPayloadAccountAccountStage;
|
|
45
|
+
/**
|
|
46
|
+
* @maxLength 50
|
|
47
|
+
* @nullable
|
|
48
|
+
*/
|
|
49
|
+
StripeDefaultPaymentMethodId?: string | null;
|
|
50
|
+
/** @nullable */
|
|
51
|
+
LastLoginDateTime?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
* @maxLength 255
|
|
54
|
+
* @nullable
|
|
55
|
+
*/
|
|
56
|
+
AccountSpecificPageUrl1?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* @maxLength 255
|
|
59
|
+
* @nullable
|
|
60
|
+
*/
|
|
61
|
+
AccountSpecificPageUrl2?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
* @maxLength 255
|
|
64
|
+
* @nullable
|
|
65
|
+
*/
|
|
66
|
+
AccountSpecificPageUrl3?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* @maxLength 255
|
|
69
|
+
* @nullable
|
|
70
|
+
*/
|
|
71
|
+
AccountSpecificPageUrl4?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
* @maxLength 255
|
|
74
|
+
* @nullable
|
|
75
|
+
*/
|
|
76
|
+
AccountSpecificPageUrl5?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* @maxLength 255
|
|
79
|
+
* @nullable
|
|
80
|
+
*/
|
|
81
|
+
AccountSpecificPageUrl6?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
* @maxLength 255
|
|
84
|
+
* @nullable
|
|
85
|
+
*/
|
|
86
|
+
AccountSpecificPageUrl7?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
* @maxLength 255
|
|
89
|
+
* @nullable
|
|
90
|
+
*/
|
|
91
|
+
AccountSpecificPageUrl8?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* @maxLength 255
|
|
94
|
+
* @nullable
|
|
95
|
+
*/
|
|
96
|
+
AccountSpecificPageUrl9?: string | null;
|
|
97
|
+
/**
|
|
98
|
+
* @maxLength 255
|
|
99
|
+
* @nullable
|
|
100
|
+
*/
|
|
101
|
+
AccountSpecificPageUrl10?: string | null;
|
|
102
|
+
/** @nullable */
|
|
103
|
+
RewardFulReferralId?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
* @maxLength 36
|
|
106
|
+
* @nullable
|
|
107
|
+
*/
|
|
108
|
+
ToltReferralId?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
* @maxLength 20
|
|
111
|
+
* @nullable
|
|
112
|
+
*/
|
|
113
|
+
TaxStatus?: string | null;
|
|
114
|
+
/** @nullable */
|
|
115
|
+
AccountStageLabel?: string | null;
|
|
116
|
+
/** @nullable */
|
|
117
|
+
CurrentStripeProducts?: string | null;
|
|
118
|
+
/** @nullable */
|
|
119
|
+
DomainName?: string | null;
|
|
120
|
+
HasLoggedIn?: boolean;
|
|
121
|
+
LifetimeRevenue?: number;
|
|
122
|
+
/** @nullable */
|
|
123
|
+
NextStripeInvoiceDate?: string | null;
|
|
124
|
+
/** @nullable */
|
|
125
|
+
Nonce?: string | null;
|
|
126
|
+
/** @nullable */
|
|
127
|
+
RecaptchaToken?: string | null;
|
|
128
|
+
/** @nullable */
|
|
129
|
+
StripeNextInvoiceSequence?: number | null;
|
|
130
|
+
/** @nullable */
|
|
131
|
+
StripePrice?: string[] | null;
|
|
132
|
+
/** @nullable */
|
|
133
|
+
StripePromotionCode?: string | null;
|
|
134
|
+
/** @nullable */
|
|
135
|
+
TaxId?: string | null;
|
|
136
|
+
TaxIdIsInvalid?: boolean;
|
|
137
|
+
/** @nullable */
|
|
138
|
+
TaxIdType?: string | null;
|
|
139
|
+
/** @nullable */
|
|
140
|
+
WebflowSlug?: string | null;
|
|
141
|
+
} | null;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `2` - Trialing, `3` - Subscribing, `4` - Cancelling, `5` - Expired, `6` - Trial Expired, `7` - Past Due, `8` - Cancelling Trial, `9` - Paused, `10` - Created
|
|
5
|
+
*/
|
|
6
|
+
export type PersonListSubscribedWebhookPayloadAccountAccountStage = typeof PersonListSubscribedWebhookPayloadAccountAccountStage[keyof typeof PersonListSubscribedWebhookPayloadAccountAccountStage];
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
10
|
+
export const PersonListSubscribedWebhookPayloadAccountAccountStage = {
|
|
11
|
+
Trialing: 2,
|
|
12
|
+
Subscribing: 3,
|
|
13
|
+
Cancelling: 4,
|
|
14
|
+
Expired: 5,
|
|
15
|
+
TrialExpired: 6,
|
|
16
|
+
PastDue: 7,
|
|
17
|
+
CancellingTrial: 8,
|
|
18
|
+
Paused: 9,
|
|
19
|
+
Created: 10,
|
|
20
|
+
} as const;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
export type PersonListSubscribedWebhookPayloadDealPeopleItem = {
|
|
4
|
+
/**
|
|
5
|
+
* @maxLength 10
|
|
6
|
+
* @nullable
|
|
7
|
+
*/
|
|
8
|
+
Uid?: string | null;
|
|
9
|
+
/** @nullable */
|
|
10
|
+
_objectType?: string | null;
|
|
11
|
+
/** @minLength 1 */
|
|
12
|
+
Created: string;
|
|
13
|
+
/** @minLength 1 */
|
|
14
|
+
Updated: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @nullable
|
|
5
|
+
*/
|
|
6
|
+
export type PersonListSubscribedWebhookPayloadDiscordUser = {
|
|
7
|
+
/**
|
|
8
|
+
* @maxLength 10
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
Uid?: string | null;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
_objectType?: string | null;
|
|
14
|
+
/** @minLength 1 */
|
|
15
|
+
Created?: string;
|
|
16
|
+
/** @minLength 1 */
|
|
17
|
+
Updated?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @maxLength 250
|
|
20
|
+
* @nullable
|
|
21
|
+
*/
|
|
22
|
+
DiscordUserId?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* @maxLength 250
|
|
25
|
+
* @nullable
|
|
26
|
+
*/
|
|
27
|
+
DiscordEmail?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
* @maxLength 250
|
|
30
|
+
* @nullable
|
|
31
|
+
*/
|
|
32
|
+
DiscordUsername?: string | null;
|
|
33
|
+
/** @nullable */
|
|
34
|
+
DiscordOAuthRefreshToken?: string | null;
|
|
35
|
+
} | null;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import type { PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus } from './personListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus';
|
|
3
|
+
|
|
4
|
+
export type PersonListSubscribedWebhookPayloadEmailListPersonItem = {
|
|
5
|
+
/**
|
|
6
|
+
* @maxLength 10
|
|
7
|
+
* @nullable
|
|
8
|
+
*/
|
|
9
|
+
Uid?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
_objectType?: string | null;
|
|
12
|
+
/** @minLength 1 */
|
|
13
|
+
Created: string;
|
|
14
|
+
/** @minLength 1 */
|
|
15
|
+
Updated: string;
|
|
16
|
+
/** `1` - Subscribed, `2` - Unsubscribed, `3` - Cleaned, `4` - Confirmed */
|
|
17
|
+
EmailListSubscriberStatus?: PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus;
|
|
18
|
+
SubscribedDate?: string;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
ConfirmedDate?: string | null;
|
|
21
|
+
/**
|
|
22
|
+
* @maxLength 500
|
|
23
|
+
* @nullable
|
|
24
|
+
*/
|
|
25
|
+
ConfirmationNotes?: string | null;
|
|
26
|
+
/** @nullable */
|
|
27
|
+
UnsubscribedDate?: string | null;
|
|
28
|
+
/** @nullable */
|
|
29
|
+
CleanedDate?: string | null;
|
|
30
|
+
/** @nullable */
|
|
31
|
+
WelcomeEmailDeliverDateTime?: string | null;
|
|
32
|
+
/** @nullable */
|
|
33
|
+
WelcomeEmailOpenDateTime?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* @maxLength 20
|
|
36
|
+
* @nullable
|
|
37
|
+
*/
|
|
38
|
+
UnsubscribeReason?: string | null;
|
|
39
|
+
/** @nullable */
|
|
40
|
+
UnsubscribeReasonOther?: string | null;
|
|
41
|
+
/** @nullable */
|
|
42
|
+
RecaptchaToken?: string | null;
|
|
43
|
+
/** @nullable */
|
|
44
|
+
RecaptchaSiteKey?: string | null;
|
|
45
|
+
SendWelcomeEmail?: boolean;
|
|
46
|
+
/** @nullable */
|
|
47
|
+
Source?: string | null;
|
|
48
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `1` - Subscribed, `2` - Unsubscribed, `3` - Cleaned, `4` - Confirmed
|
|
5
|
+
*/
|
|
6
|
+
export type PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus = typeof PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus[keyof typeof PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus];
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
10
|
+
export const PersonListSubscribedWebhookPayloadEmailListPersonItemEmailListSubscriberStatus = {
|
|
11
|
+
Subscribed: 1,
|
|
12
|
+
Unsubscribed: 2,
|
|
13
|
+
Cleaned: 3,
|
|
14
|
+
Confirmed: 4,
|
|
15
|
+
} as const;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
export type PersonListSubscribedWebhookPayloadLeadFormSubmissionsItem = {
|
|
4
|
+
/**
|
|
5
|
+
* @maxLength 10
|
|
6
|
+
* @nullable
|
|
7
|
+
*/
|
|
8
|
+
Uid?: string | null;
|
|
9
|
+
/** @nullable */
|
|
10
|
+
_objectType?: string | null;
|
|
11
|
+
/** @minLength 1 */
|
|
12
|
+
Created: string;
|
|
13
|
+
/** @minLength 1 */
|
|
14
|
+
Updated: string;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
RefererURL?: string | null;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
RecaptchaToken?: string | null;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
RecaptchaSiteKey?: string | null;
|
|
21
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @nullable
|
|
5
|
+
*/
|
|
6
|
+
export type PersonListSubscribedWebhookPayloadMailingAddress = {
|
|
7
|
+
/**
|
|
8
|
+
* @maxLength 10
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
Uid?: string | null;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
_objectType?: string | null;
|
|
14
|
+
/** @minLength 1 */
|
|
15
|
+
Created?: string;
|
|
16
|
+
/** @minLength 1 */
|
|
17
|
+
Updated?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @maxLength 250
|
|
20
|
+
* @nullable
|
|
21
|
+
*/
|
|
22
|
+
AddressLine1?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* @maxLength 250
|
|
25
|
+
* @nullable
|
|
26
|
+
*/
|
|
27
|
+
AddressLine2?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
* @maxLength 250
|
|
30
|
+
* @nullable
|
|
31
|
+
*/
|
|
32
|
+
AddressLine3?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* @maxLength 250
|
|
35
|
+
* @nullable
|
|
36
|
+
*/
|
|
37
|
+
City?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* @maxLength 250
|
|
40
|
+
* @nullable
|
|
41
|
+
*/
|
|
42
|
+
State?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* @maxLength 250
|
|
45
|
+
* @nullable
|
|
46
|
+
*/
|
|
47
|
+
PostalCode?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* @maxLength 250
|
|
50
|
+
* @nullable
|
|
51
|
+
*/
|
|
52
|
+
Country?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* @maxLength 250
|
|
55
|
+
* @nullable
|
|
56
|
+
*/
|
|
57
|
+
GeoLocation?: string | null;
|
|
58
|
+
} | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `0` - None, `1` - Gmail
|
|
5
|
+
*/
|
|
6
|
+
export type PersonListSubscribedWebhookPayloadOAuthIntegrationStatus = typeof PersonListSubscribedWebhookPayloadOAuthIntegrationStatus[keyof typeof PersonListSubscribedWebhookPayloadOAuthIntegrationStatus];
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
10
|
+
export const PersonListSubscribedWebhookPayloadOAuthIntegrationStatus = {
|
|
11
|
+
None: 0,
|
|
12
|
+
Gmail: 1,
|
|
13
|
+
} as const;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import type { PersonListSubscribedWebhookPayloadPersonAccountItemAccount } from './personListSubscribedWebhookPayloadPersonAccountItemAccount';
|
|
3
|
+
|
|
4
|
+
export type PersonListSubscribedWebhookPayloadPersonAccountItem = {
|
|
5
|
+
/**
|
|
6
|
+
* @maxLength 10
|
|
7
|
+
* @nullable
|
|
8
|
+
*/
|
|
9
|
+
Uid?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
_objectType?: string | null;
|
|
12
|
+
/** @minLength 1 */
|
|
13
|
+
Created: string;
|
|
14
|
+
/** @minLength 1 */
|
|
15
|
+
Updated: string;
|
|
16
|
+
/** @nullable */
|
|
17
|
+
Account?: PersonListSubscribedWebhookPayloadPersonAccountItemAccount;
|
|
18
|
+
IsPrimary?: boolean;
|
|
19
|
+
ReceiveInvoices?: boolean;
|
|
20
|
+
};
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import type { PersonListUnsubscribedWebhookPayloadMailingAddress } from './personListUnsubscribedWebhookPayloadMailingAddress';
|
|
3
|
+
import type { PersonListUnsubscribedWebhookPayloadPersonAccountItem } from './personListUnsubscribedWebhookPayloadPersonAccountItem';
|
|
4
|
+
import type { PersonListUnsubscribedWebhookPayloadDealPeopleItem } from './personListUnsubscribedWebhookPayloadDealPeopleItem';
|
|
5
|
+
import type { PersonListUnsubscribedWebhookPayloadLeadFormSubmissionsItem } from './personListUnsubscribedWebhookPayloadLeadFormSubmissionsItem';
|
|
6
|
+
import type { PersonListUnsubscribedWebhookPayloadAccount } from './personListUnsubscribedWebhookPayloadAccount';
|
|
7
|
+
import type { PersonListUnsubscribedWebhookPayloadEmailListPersonItem } from './personListUnsubscribedWebhookPayloadEmailListPersonItem';
|
|
8
|
+
import type { PersonListUnsubscribedWebhookPayloadOAuthIntegrationStatus } from './personListUnsubscribedWebhookPayloadOAuthIntegrationStatus';
|
|
9
|
+
import type { PersonListUnsubscribedWebhookPayloadDiscordUser } from './personListUnsubscribedWebhookPayloadDiscordUser';
|
|
10
|
+
import type { PersonListUnsubscribedActivityData } from './personListUnsubscribedActivityData';
|
|
11
|
+
|
|
12
|
+
export interface PersonListUnsubscribedWebhookPayload {
|
|
13
|
+
/**
|
|
14
|
+
* @maxLength 10
|
|
15
|
+
* @nullable
|
|
16
|
+
*/
|
|
17
|
+
Uid?: string | null;
|
|
18
|
+
/** @nullable */
|
|
19
|
+
_objectType?: string | null;
|
|
20
|
+
/** @minLength 1 */
|
|
21
|
+
Created: string;
|
|
22
|
+
/** @minLength 1 */
|
|
23
|
+
Updated: string;
|
|
24
|
+
/**
|
|
25
|
+
* @maxLength 250
|
|
26
|
+
* @nullable
|
|
27
|
+
*/
|
|
28
|
+
Email?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* @maxLength 250
|
|
31
|
+
* @nullable
|
|
32
|
+
*/
|
|
33
|
+
FirstName?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* @maxLength 250
|
|
36
|
+
* @nullable
|
|
37
|
+
*/
|
|
38
|
+
LastName?: string | null;
|
|
39
|
+
/** @nullable */
|
|
40
|
+
MailingAddress?: PersonListUnsubscribedWebhookPayloadMailingAddress;
|
|
41
|
+
/** @nullable */
|
|
42
|
+
PasswordLastUpdated?: string | null;
|
|
43
|
+
PasswordMustChange?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @maxLength 250
|
|
46
|
+
* @nullable
|
|
47
|
+
*/
|
|
48
|
+
PhoneMobile?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* @maxLength 250
|
|
51
|
+
* @nullable
|
|
52
|
+
*/
|
|
53
|
+
PhoneWork?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* @maxLength 250
|
|
56
|
+
* @nullable
|
|
57
|
+
*/
|
|
58
|
+
ProfileImageS3Url?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* @maxLength 250
|
|
61
|
+
* @nullable
|
|
62
|
+
*/
|
|
63
|
+
Title?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
* @maxLength 100
|
|
66
|
+
* @nullable
|
|
67
|
+
*/
|
|
68
|
+
Timezone?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
* @maxLength 50
|
|
71
|
+
* @nullable
|
|
72
|
+
*/
|
|
73
|
+
Language?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
* @maxLength 250
|
|
76
|
+
* @nullable
|
|
77
|
+
*/
|
|
78
|
+
IPAddress?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* @maxLength 250
|
|
81
|
+
* @nullable
|
|
82
|
+
*/
|
|
83
|
+
Referer?: string | null;
|
|
84
|
+
/**
|
|
85
|
+
* @maxLength 1000
|
|
86
|
+
* @nullable
|
|
87
|
+
*/
|
|
88
|
+
UserAgent?: string | null;
|
|
89
|
+
/** @nullable */
|
|
90
|
+
LastLoginDateTime?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* @maxLength 50
|
|
93
|
+
* @nullable
|
|
94
|
+
*/
|
|
95
|
+
OAuthGoogleProfileId?: string | null;
|
|
96
|
+
/** @nullable */
|
|
97
|
+
PersonAccount?: PersonListUnsubscribedWebhookPayloadPersonAccountItem[] | null;
|
|
98
|
+
/** @nullable */
|
|
99
|
+
DealPeople?: PersonListUnsubscribedWebhookPayloadDealPeopleItem[] | null;
|
|
100
|
+
/** @nullable */
|
|
101
|
+
LeadFormSubmissions?: PersonListUnsubscribedWebhookPayloadLeadFormSubmissionsItem[] | null;
|
|
102
|
+
/** @nullable */
|
|
103
|
+
Account?: PersonListUnsubscribedWebhookPayloadAccount;
|
|
104
|
+
/** @nullable */
|
|
105
|
+
AccountUids?: string | null;
|
|
106
|
+
/** @nullable */
|
|
107
|
+
EmailListPerson?: PersonListUnsubscribedWebhookPayloadEmailListPersonItem[] | null;
|
|
108
|
+
/** @nullable */
|
|
109
|
+
FullName?: string | null;
|
|
110
|
+
HasLoggedIn?: boolean;
|
|
111
|
+
/** `0` - None, `1` - Gmail */
|
|
112
|
+
OAuthIntegrationStatus?: PersonListUnsubscribedWebhookPayloadOAuthIntegrationStatus;
|
|
113
|
+
OptInToEmailList?: boolean;
|
|
114
|
+
/** @nullable */
|
|
115
|
+
Password?: string | null;
|
|
116
|
+
/** @nullable */
|
|
117
|
+
UserAgentPlatformBrowser?: string | null;
|
|
118
|
+
HasUnsubscribed?: boolean;
|
|
119
|
+
/** @nullable */
|
|
120
|
+
DiscordUser?: PersonListUnsubscribedWebhookPayloadDiscordUser;
|
|
121
|
+
IsConnectedToDiscord?: boolean;
|
|
122
|
+
ActivityEventData?: PersonListUnsubscribedActivityData;
|
|
123
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import type { PersonListUnsubscribedWebhookPayloadAccountAccountStage } from './personListUnsubscribedWebhookPayloadAccountAccountStage';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @nullable
|
|
6
|
+
*/
|
|
7
|
+
export type PersonListUnsubscribedWebhookPayloadAccount = {
|
|
8
|
+
/**
|
|
9
|
+
* @maxLength 10
|
|
10
|
+
* @nullable
|
|
11
|
+
*/
|
|
12
|
+
Uid?: string | null;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
_objectType?: string | null;
|
|
15
|
+
/** @minLength 1 */
|
|
16
|
+
Created?: string;
|
|
17
|
+
/** @minLength 1 */
|
|
18
|
+
Updated?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @maxLength 255
|
|
21
|
+
* @nullable
|
|
22
|
+
*/
|
|
23
|
+
StripeId?: string | null;
|
|
24
|
+
IsLivemode?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @minLength 1
|
|
27
|
+
* @maxLength 250
|
|
28
|
+
*/
|
|
29
|
+
Name?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @maxLength 250
|
|
32
|
+
* @nullable
|
|
33
|
+
*/
|
|
34
|
+
ClientIdentifier?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* @maxLength 3
|
|
37
|
+
* @nullable
|
|
38
|
+
*/
|
|
39
|
+
Currency?: string | null;
|
|
40
|
+
/** @nullable */
|
|
41
|
+
InvoiceNotes?: string | null;
|
|
42
|
+
IsDemo?: boolean;
|
|
43
|
+
/** `2` - Trialing, `3` - Subscribing, `4` - Cancelling, `5` - Expired, `6` - Trial Expired, `7` - Past Due, `8` - Cancelling Trial, `9` - Paused, `10` - Created */
|
|
44
|
+
AccountStage?: PersonListUnsubscribedWebhookPayloadAccountAccountStage;
|
|
45
|
+
/**
|
|
46
|
+
* @maxLength 50
|
|
47
|
+
* @nullable
|
|
48
|
+
*/
|
|
49
|
+
StripeDefaultPaymentMethodId?: string | null;
|
|
50
|
+
/** @nullable */
|
|
51
|
+
LastLoginDateTime?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
* @maxLength 255
|
|
54
|
+
* @nullable
|
|
55
|
+
*/
|
|
56
|
+
AccountSpecificPageUrl1?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* @maxLength 255
|
|
59
|
+
* @nullable
|
|
60
|
+
*/
|
|
61
|
+
AccountSpecificPageUrl2?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
* @maxLength 255
|
|
64
|
+
* @nullable
|
|
65
|
+
*/
|
|
66
|
+
AccountSpecificPageUrl3?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* @maxLength 255
|
|
69
|
+
* @nullable
|
|
70
|
+
*/
|
|
71
|
+
AccountSpecificPageUrl4?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
* @maxLength 255
|
|
74
|
+
* @nullable
|
|
75
|
+
*/
|
|
76
|
+
AccountSpecificPageUrl5?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* @maxLength 255
|
|
79
|
+
* @nullable
|
|
80
|
+
*/
|
|
81
|
+
AccountSpecificPageUrl6?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
* @maxLength 255
|
|
84
|
+
* @nullable
|
|
85
|
+
*/
|
|
86
|
+
AccountSpecificPageUrl7?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
* @maxLength 255
|
|
89
|
+
* @nullable
|
|
90
|
+
*/
|
|
91
|
+
AccountSpecificPageUrl8?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* @maxLength 255
|
|
94
|
+
* @nullable
|
|
95
|
+
*/
|
|
96
|
+
AccountSpecificPageUrl9?: string | null;
|
|
97
|
+
/**
|
|
98
|
+
* @maxLength 255
|
|
99
|
+
* @nullable
|
|
100
|
+
*/
|
|
101
|
+
AccountSpecificPageUrl10?: string | null;
|
|
102
|
+
/** @nullable */
|
|
103
|
+
RewardFulReferralId?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
* @maxLength 36
|
|
106
|
+
* @nullable
|
|
107
|
+
*/
|
|
108
|
+
ToltReferralId?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
* @maxLength 20
|
|
111
|
+
* @nullable
|
|
112
|
+
*/
|
|
113
|
+
TaxStatus?: string | null;
|
|
114
|
+
/** @nullable */
|
|
115
|
+
AccountStageLabel?: string | null;
|
|
116
|
+
/** @nullable */
|
|
117
|
+
CurrentStripeProducts?: string | null;
|
|
118
|
+
/** @nullable */
|
|
119
|
+
DomainName?: string | null;
|
|
120
|
+
HasLoggedIn?: boolean;
|
|
121
|
+
LifetimeRevenue?: number;
|
|
122
|
+
/** @nullable */
|
|
123
|
+
NextStripeInvoiceDate?: string | null;
|
|
124
|
+
/** @nullable */
|
|
125
|
+
Nonce?: string | null;
|
|
126
|
+
/** @nullable */
|
|
127
|
+
RecaptchaToken?: string | null;
|
|
128
|
+
/** @nullable */
|
|
129
|
+
StripeNextInvoiceSequence?: number | null;
|
|
130
|
+
/** @nullable */
|
|
131
|
+
StripePrice?: string[] | null;
|
|
132
|
+
/** @nullable */
|
|
133
|
+
StripePromotionCode?: string | null;
|
|
134
|
+
/** @nullable */
|
|
135
|
+
TaxId?: string | null;
|
|
136
|
+
TaxIdIsInvalid?: boolean;
|
|
137
|
+
/** @nullable */
|
|
138
|
+
TaxIdType?: string | null;
|
|
139
|
+
/** @nullable */
|
|
140
|
+
WebflowSlug?: string | null;
|
|
141
|
+
} | null;
|