@zernio/node 0.2.805 → 0.2.807
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.d.mts +47 -31
- package/dist/index.d.ts +47 -31
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +47 -31
package/dist/index.d.mts
CHANGED
|
@@ -15133,9 +15133,10 @@ type CreateProfileError = (unknown | {
|
|
|
15133
15133
|
documentation_url?: string;
|
|
15134
15134
|
/**
|
|
15135
15135
|
* Deep-link to send the end-user to. For
|
|
15136
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15137
|
-
* the Zernio billing
|
|
15138
|
-
* is the Zernio enterprise
|
|
15136
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15137
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15138
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15139
|
+
* contact page.
|
|
15139
15140
|
*
|
|
15140
15141
|
*/
|
|
15141
15142
|
dashboard_url?: string;
|
|
@@ -16223,9 +16224,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
16223
16224
|
documentation_url?: string;
|
|
16224
16225
|
/**
|
|
16225
16226
|
* Deep-link to send the end-user to. For
|
|
16226
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16227
|
-
* the Zernio billing
|
|
16228
|
-
* is the Zernio enterprise
|
|
16227
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16228
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16229
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16230
|
+
* contact page.
|
|
16229
16231
|
*
|
|
16230
16232
|
*/
|
|
16231
16233
|
dashboard_url?: string;
|
|
@@ -16292,9 +16294,10 @@ type HandleOAuthCallbackError = (unknown | {
|
|
|
16292
16294
|
documentation_url?: string;
|
|
16293
16295
|
/**
|
|
16294
16296
|
* Deep-link to send the end-user to. For
|
|
16295
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16296
|
-
* the Zernio billing
|
|
16297
|
-
* is the Zernio enterprise
|
|
16297
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16298
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16299
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16300
|
+
* contact page.
|
|
16298
16301
|
*
|
|
16299
16302
|
*/
|
|
16300
16303
|
dashboard_url?: string;
|
|
@@ -16509,9 +16512,10 @@ type GetShopifyConnectUrlError = (unknown | {
|
|
|
16509
16512
|
documentation_url?: string;
|
|
16510
16513
|
/**
|
|
16511
16514
|
* Deep-link to send the end-user to. For
|
|
16512
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16513
|
-
* the Zernio billing
|
|
16514
|
-
* is the Zernio enterprise
|
|
16515
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16516
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16517
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16518
|
+
* contact page.
|
|
16515
16519
|
*
|
|
16516
16520
|
*/
|
|
16517
16521
|
dashboard_url?: string;
|
|
@@ -16590,9 +16594,10 @@ type ConnectShopifyWithTokenError = (unknown | {
|
|
|
16590
16594
|
documentation_url?: string;
|
|
16591
16595
|
/**
|
|
16592
16596
|
* Deep-link to send the end-user to. For
|
|
16593
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16594
|
-
* the Zernio billing
|
|
16595
|
-
* is the Zernio enterprise
|
|
16597
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16598
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16599
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16600
|
+
* contact page.
|
|
16596
16601
|
*
|
|
16597
16602
|
*/
|
|
16598
16603
|
dashboard_url?: string;
|
|
@@ -16863,9 +16868,10 @@ type SelectInstagramAccountError = (unknown | {
|
|
|
16863
16868
|
documentation_url?: string;
|
|
16864
16869
|
/**
|
|
16865
16870
|
* Deep-link to send the end-user to. For
|
|
16866
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16867
|
-
* the Zernio billing
|
|
16868
|
-
* is the Zernio enterprise
|
|
16871
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16872
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16873
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16874
|
+
* contact page.
|
|
16869
16875
|
*
|
|
16870
16876
|
*/
|
|
16871
16877
|
dashboard_url?: string;
|
|
@@ -18669,9 +18675,10 @@ type ConnectOpenAiAdsCredentialsError = (ErrorResponse | unknown | {
|
|
|
18669
18675
|
documentation_url?: string;
|
|
18670
18676
|
/**
|
|
18671
18677
|
* Deep-link to send the end-user to. For
|
|
18672
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18673
|
-
* the Zernio billing
|
|
18674
|
-
* is the Zernio enterprise
|
|
18678
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18679
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18680
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18681
|
+
* contact page.
|
|
18675
18682
|
*
|
|
18676
18683
|
*/
|
|
18677
18684
|
dashboard_url?: string;
|
|
@@ -18951,9 +18958,10 @@ type ConnectWhatsAppEmbeddedSignupError = (ErrorResponse | {
|
|
|
18951
18958
|
documentation_url?: string;
|
|
18952
18959
|
/**
|
|
18953
18960
|
* Deep-link to send the end-user to. For
|
|
18954
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18955
|
-
* the Zernio billing
|
|
18956
|
-
* is the Zernio enterprise
|
|
18961
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18962
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18963
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18964
|
+
* contact page.
|
|
18957
18965
|
*
|
|
18958
18966
|
*/
|
|
18959
18967
|
dashboard_url?: string;
|
|
@@ -19053,9 +19061,10 @@ type ConnectDiscordChannelError = (ErrorResponse | {
|
|
|
19053
19061
|
documentation_url?: string;
|
|
19054
19062
|
/**
|
|
19055
19063
|
* Deep-link to send the end-user to. For
|
|
19056
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
19057
|
-
* the Zernio billing
|
|
19058
|
-
* is the Zernio enterprise
|
|
19064
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
19065
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
19066
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
19067
|
+
* contact page.
|
|
19059
19068
|
*
|
|
19060
19069
|
*/
|
|
19061
19070
|
dashboard_url?: string;
|
|
@@ -19175,9 +19184,10 @@ type ConnectSlackChannelError = (ErrorResponse | {
|
|
|
19175
19184
|
documentation_url?: string;
|
|
19176
19185
|
/**
|
|
19177
19186
|
* Deep-link to send the end-user to. For
|
|
19178
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
19179
|
-
* the Zernio billing
|
|
19180
|
-
* is the Zernio enterprise
|
|
19187
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
19188
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
19189
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
19190
|
+
* contact page.
|
|
19181
19191
|
*
|
|
19182
19192
|
*/
|
|
19183
19193
|
dashboard_url?: string;
|
|
@@ -22459,7 +22469,7 @@ type GetInboxConversationMessagesResponse = ({
|
|
|
22459
22469
|
createdAt?: string;
|
|
22460
22470
|
attachments?: Array<{
|
|
22461
22471
|
id?: string;
|
|
22462
|
-
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share';
|
|
22472
|
+
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share' | 'template';
|
|
22463
22473
|
/**
|
|
22464
22474
|
* Instagram and Facebook only, and present only when it differs from `type`. Meta's own type before normalization: `ig_reel` and `reel` become `video`, while `ig_post`, `post`, `ig_story` and `story_mention` become `share`. A story mention is `type: "share"` with `originalType: "story_mention"`; render on this field, since `share` alone is ambiguous.
|
|
22465
22475
|
*/
|
|
@@ -22474,6 +22484,12 @@ type GetInboxConversationMessagesResponse = ({
|
|
|
22474
22484
|
refreshUrl?: (string) | null;
|
|
22475
22485
|
filename?: (string) | null;
|
|
22476
22486
|
previewUrl?: (string) | null;
|
|
22487
|
+
/**
|
|
22488
|
+
* Template content (title, subtitle, image, buttons) when type is template
|
|
22489
|
+
*/
|
|
22490
|
+
payload?: {
|
|
22491
|
+
[key: string]: unknown;
|
|
22492
|
+
};
|
|
22477
22493
|
}>;
|
|
22478
22494
|
/**
|
|
22479
22495
|
* Reddit message subject
|
package/dist/index.d.ts
CHANGED
|
@@ -15133,9 +15133,10 @@ type CreateProfileError = (unknown | {
|
|
|
15133
15133
|
documentation_url?: string;
|
|
15134
15134
|
/**
|
|
15135
15135
|
* Deep-link to send the end-user to. For
|
|
15136
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15137
|
-
* the Zernio billing
|
|
15138
|
-
* is the Zernio enterprise
|
|
15136
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15137
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15138
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15139
|
+
* contact page.
|
|
15139
15140
|
*
|
|
15140
15141
|
*/
|
|
15141
15142
|
dashboard_url?: string;
|
|
@@ -16223,9 +16224,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
16223
16224
|
documentation_url?: string;
|
|
16224
16225
|
/**
|
|
16225
16226
|
* Deep-link to send the end-user to. For
|
|
16226
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16227
|
-
* the Zernio billing
|
|
16228
|
-
* is the Zernio enterprise
|
|
16227
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16228
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16229
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16230
|
+
* contact page.
|
|
16229
16231
|
*
|
|
16230
16232
|
*/
|
|
16231
16233
|
dashboard_url?: string;
|
|
@@ -16292,9 +16294,10 @@ type HandleOAuthCallbackError = (unknown | {
|
|
|
16292
16294
|
documentation_url?: string;
|
|
16293
16295
|
/**
|
|
16294
16296
|
* Deep-link to send the end-user to. For
|
|
16295
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16296
|
-
* the Zernio billing
|
|
16297
|
-
* is the Zernio enterprise
|
|
16297
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16298
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16299
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16300
|
+
* contact page.
|
|
16298
16301
|
*
|
|
16299
16302
|
*/
|
|
16300
16303
|
dashboard_url?: string;
|
|
@@ -16509,9 +16512,10 @@ type GetShopifyConnectUrlError = (unknown | {
|
|
|
16509
16512
|
documentation_url?: string;
|
|
16510
16513
|
/**
|
|
16511
16514
|
* Deep-link to send the end-user to. For
|
|
16512
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16513
|
-
* the Zernio billing
|
|
16514
|
-
* is the Zernio enterprise
|
|
16515
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16516
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16517
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16518
|
+
* contact page.
|
|
16515
16519
|
*
|
|
16516
16520
|
*/
|
|
16517
16521
|
dashboard_url?: string;
|
|
@@ -16590,9 +16594,10 @@ type ConnectShopifyWithTokenError = (unknown | {
|
|
|
16590
16594
|
documentation_url?: string;
|
|
16591
16595
|
/**
|
|
16592
16596
|
* Deep-link to send the end-user to. For
|
|
16593
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16594
|
-
* the Zernio billing
|
|
16595
|
-
* is the Zernio enterprise
|
|
16597
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16598
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16599
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16600
|
+
* contact page.
|
|
16596
16601
|
*
|
|
16597
16602
|
*/
|
|
16598
16603
|
dashboard_url?: string;
|
|
@@ -16863,9 +16868,10 @@ type SelectInstagramAccountError = (unknown | {
|
|
|
16863
16868
|
documentation_url?: string;
|
|
16864
16869
|
/**
|
|
16865
16870
|
* Deep-link to send the end-user to. For
|
|
16866
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
16867
|
-
* the Zernio billing
|
|
16868
|
-
* is the Zernio enterprise
|
|
16871
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
16872
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
16873
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
16874
|
+
* contact page.
|
|
16869
16875
|
*
|
|
16870
16876
|
*/
|
|
16871
16877
|
dashboard_url?: string;
|
|
@@ -18669,9 +18675,10 @@ type ConnectOpenAiAdsCredentialsError = (ErrorResponse | unknown | {
|
|
|
18669
18675
|
documentation_url?: string;
|
|
18670
18676
|
/**
|
|
18671
18677
|
* Deep-link to send the end-user to. For
|
|
18672
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18673
|
-
* the Zernio billing
|
|
18674
|
-
* is the Zernio enterprise
|
|
18678
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18679
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18680
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18681
|
+
* contact page.
|
|
18675
18682
|
*
|
|
18676
18683
|
*/
|
|
18677
18684
|
dashboard_url?: string;
|
|
@@ -18951,9 +18958,10 @@ type ConnectWhatsAppEmbeddedSignupError = (ErrorResponse | {
|
|
|
18951
18958
|
documentation_url?: string;
|
|
18952
18959
|
/**
|
|
18953
18960
|
* Deep-link to send the end-user to. For
|
|
18954
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18955
|
-
* the Zernio billing
|
|
18956
|
-
* is the Zernio enterprise
|
|
18961
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18962
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18963
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18964
|
+
* contact page.
|
|
18957
18965
|
*
|
|
18958
18966
|
*/
|
|
18959
18967
|
dashboard_url?: string;
|
|
@@ -19053,9 +19061,10 @@ type ConnectDiscordChannelError = (ErrorResponse | {
|
|
|
19053
19061
|
documentation_url?: string;
|
|
19054
19062
|
/**
|
|
19055
19063
|
* Deep-link to send the end-user to. For
|
|
19056
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
19057
|
-
* the Zernio billing
|
|
19058
|
-
* is the Zernio enterprise
|
|
19064
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
19065
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
19066
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
19067
|
+
* contact page.
|
|
19059
19068
|
*
|
|
19060
19069
|
*/
|
|
19061
19070
|
dashboard_url?: string;
|
|
@@ -19175,9 +19184,10 @@ type ConnectSlackChannelError = (ErrorResponse | {
|
|
|
19175
19184
|
documentation_url?: string;
|
|
19176
19185
|
/**
|
|
19177
19186
|
* Deep-link to send the end-user to. For
|
|
19178
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
19179
|
-
* the Zernio billing
|
|
19180
|
-
* is the Zernio enterprise
|
|
19187
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
19188
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
19189
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
19190
|
+
* contact page.
|
|
19181
19191
|
*
|
|
19182
19192
|
*/
|
|
19183
19193
|
dashboard_url?: string;
|
|
@@ -22459,7 +22469,7 @@ type GetInboxConversationMessagesResponse = ({
|
|
|
22459
22469
|
createdAt?: string;
|
|
22460
22470
|
attachments?: Array<{
|
|
22461
22471
|
id?: string;
|
|
22462
|
-
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share';
|
|
22472
|
+
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share' | 'template';
|
|
22463
22473
|
/**
|
|
22464
22474
|
* Instagram and Facebook only, and present only when it differs from `type`. Meta's own type before normalization: `ig_reel` and `reel` become `video`, while `ig_post`, `post`, `ig_story` and `story_mention` become `share`. A story mention is `type: "share"` with `originalType: "story_mention"`; render on this field, since `share` alone is ambiguous.
|
|
22465
22475
|
*/
|
|
@@ -22474,6 +22484,12 @@ type GetInboxConversationMessagesResponse = ({
|
|
|
22474
22484
|
refreshUrl?: (string) | null;
|
|
22475
22485
|
filename?: (string) | null;
|
|
22476
22486
|
previewUrl?: (string) | null;
|
|
22487
|
+
/**
|
|
22488
|
+
* Template content (title, subtitle, image, buttons) when type is template
|
|
22489
|
+
*/
|
|
22490
|
+
payload?: {
|
|
22491
|
+
[key: string]: unknown;
|
|
22492
|
+
};
|
|
22477
22493
|
}>;
|
|
22478
22494
|
/**
|
|
22479
22495
|
* Reddit message subject
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.807",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.807",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -14135,9 +14135,10 @@ export type CreateProfileError = (unknown | {
|
|
|
14135
14135
|
documentation_url?: string;
|
|
14136
14136
|
/**
|
|
14137
14137
|
* Deep-link to send the end-user to. For
|
|
14138
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
14139
|
-
* the Zernio billing
|
|
14140
|
-
* is the Zernio enterprise
|
|
14138
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
14139
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
14140
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
14141
|
+
* contact page.
|
|
14141
14142
|
*
|
|
14142
14143
|
*/
|
|
14143
14144
|
dashboard_url?: string;
|
|
@@ -15300,9 +15301,10 @@ export type GetConnectUrlError = (unknown | {
|
|
|
15300
15301
|
documentation_url?: string;
|
|
15301
15302
|
/**
|
|
15302
15303
|
* Deep-link to send the end-user to. For
|
|
15303
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15304
|
-
* the Zernio billing
|
|
15305
|
-
* is the Zernio enterprise
|
|
15304
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15305
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15306
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15307
|
+
* contact page.
|
|
15306
15308
|
*
|
|
15307
15309
|
*/
|
|
15308
15310
|
dashboard_url?: string;
|
|
@@ -15372,9 +15374,10 @@ export type HandleOAuthCallbackError = (unknown | {
|
|
|
15372
15374
|
documentation_url?: string;
|
|
15373
15375
|
/**
|
|
15374
15376
|
* Deep-link to send the end-user to. For
|
|
15375
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15376
|
-
* the Zernio billing
|
|
15377
|
-
* is the Zernio enterprise
|
|
15377
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15378
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15379
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15380
|
+
* contact page.
|
|
15378
15381
|
*
|
|
15379
15382
|
*/
|
|
15380
15383
|
dashboard_url?: string;
|
|
@@ -15596,9 +15599,10 @@ export type GetShopifyConnectUrlError = (unknown | {
|
|
|
15596
15599
|
documentation_url?: string;
|
|
15597
15600
|
/**
|
|
15598
15601
|
* Deep-link to send the end-user to. For
|
|
15599
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15600
|
-
* the Zernio billing
|
|
15601
|
-
* is the Zernio enterprise
|
|
15602
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15603
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15604
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15605
|
+
* contact page.
|
|
15602
15606
|
*
|
|
15603
15607
|
*/
|
|
15604
15608
|
dashboard_url?: string;
|
|
@@ -15680,9 +15684,10 @@ export type ConnectShopifyWithTokenError = (unknown | {
|
|
|
15680
15684
|
documentation_url?: string;
|
|
15681
15685
|
/**
|
|
15682
15686
|
* Deep-link to send the end-user to. For
|
|
15683
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15684
|
-
* the Zernio billing
|
|
15685
|
-
* is the Zernio enterprise
|
|
15687
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15688
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15689
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15690
|
+
* contact page.
|
|
15686
15691
|
*
|
|
15687
15692
|
*/
|
|
15688
15693
|
dashboard_url?: string;
|
|
@@ -15968,9 +15973,10 @@ export type SelectInstagramAccountError = (unknown | {
|
|
|
15968
15973
|
documentation_url?: string;
|
|
15969
15974
|
/**
|
|
15970
15975
|
* Deep-link to send the end-user to. For
|
|
15971
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
15972
|
-
* the Zernio billing
|
|
15973
|
-
* is the Zernio enterprise
|
|
15976
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
15977
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
15978
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
15979
|
+
* contact page.
|
|
15974
15980
|
*
|
|
15975
15981
|
*/
|
|
15976
15982
|
dashboard_url?: string;
|
|
@@ -17882,9 +17888,10 @@ export type ConnectOpenAiAdsCredentialsError = (ErrorResponse | unknown | {
|
|
|
17882
17888
|
documentation_url?: string;
|
|
17883
17889
|
/**
|
|
17884
17890
|
* Deep-link to send the end-user to. For
|
|
17885
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
17886
|
-
* the Zernio billing
|
|
17887
|
-
* is the Zernio enterprise
|
|
17891
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
17892
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
17893
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
17894
|
+
* contact page.
|
|
17888
17895
|
*
|
|
17889
17896
|
*/
|
|
17890
17897
|
dashboard_url?: string;
|
|
@@ -18176,9 +18183,10 @@ export type ConnectWhatsAppEmbeddedSignupError = (ErrorResponse | {
|
|
|
18176
18183
|
documentation_url?: string;
|
|
18177
18184
|
/**
|
|
18178
18185
|
* Deep-link to send the end-user to. For
|
|
18179
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18180
|
-
* the Zernio billing
|
|
18181
|
-
* is the Zernio enterprise
|
|
18186
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18187
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18188
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18189
|
+
* contact page.
|
|
18182
18190
|
*
|
|
18183
18191
|
*/
|
|
18184
18192
|
dashboard_url?: string;
|
|
@@ -18284,9 +18292,10 @@ export type ConnectDiscordChannelError = (ErrorResponse | {
|
|
|
18284
18292
|
documentation_url?: string;
|
|
18285
18293
|
/**
|
|
18286
18294
|
* Deep-link to send the end-user to. For
|
|
18287
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18288
|
-
* the Zernio billing
|
|
18289
|
-
* is the Zernio enterprise
|
|
18295
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18296
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18297
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18298
|
+
* contact page.
|
|
18290
18299
|
*
|
|
18291
18300
|
*/
|
|
18292
18301
|
dashboard_url?: string;
|
|
@@ -18412,9 +18421,10 @@ export type ConnectSlackChannelError = (ErrorResponse | {
|
|
|
18412
18421
|
documentation_url?: string;
|
|
18413
18422
|
/**
|
|
18414
18423
|
* Deep-link to send the end-user to. For
|
|
18415
|
-
* `free_tier_exceeded` and `twitter_passthrough` this
|
|
18416
|
-
* the Zernio billing
|
|
18417
|
-
* is the Zernio enterprise
|
|
18424
|
+
* `free_tier_exceeded` and `twitter_passthrough` this opens
|
|
18425
|
+
* the add-payment-method drawer on the Zernio billing page.
|
|
18426
|
+
* For `enterprise_required` this is the Zernio enterprise
|
|
18427
|
+
* contact page.
|
|
18418
18428
|
*
|
|
18419
18429
|
*/
|
|
18420
18430
|
dashboard_url?: string;
|
|
@@ -21946,7 +21956,7 @@ export type GetInboxConversationMessagesResponse = ({
|
|
|
21946
21956
|
createdAt?: string;
|
|
21947
21957
|
attachments?: Array<{
|
|
21948
21958
|
id?: string;
|
|
21949
|
-
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share';
|
|
21959
|
+
type?: 'image' | 'video' | 'audio' | 'file' | 'sticker' | 'share' | 'template';
|
|
21950
21960
|
/**
|
|
21951
21961
|
* Instagram and Facebook only, and present only when it differs from `type`. Meta's own type before normalization: `ig_reel` and `reel` become `video`, while `ig_post`, `post`, `ig_story` and `story_mention` become `share`. A story mention is `type: "share"` with `originalType: "story_mention"`; render on this field, since `share` alone is ambiguous.
|
|
21952
21962
|
*/
|
|
@@ -21961,6 +21971,12 @@ export type GetInboxConversationMessagesResponse = ({
|
|
|
21961
21971
|
refreshUrl?: (string) | null;
|
|
21962
21972
|
filename?: (string) | null;
|
|
21963
21973
|
previewUrl?: (string) | null;
|
|
21974
|
+
/**
|
|
21975
|
+
* Template content (title, subtitle, image, buttons) when type is template
|
|
21976
|
+
*/
|
|
21977
|
+
payload?: {
|
|
21978
|
+
[key: string]: unknown;
|
|
21979
|
+
};
|
|
21964
21980
|
}>;
|
|
21965
21981
|
/**
|
|
21966
21982
|
* Reddit message subject
|