bundlesocial 2.51.0 → 2.53.0
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 +1227 -557
- package/dist/index.d.ts +1227 -557
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -964,6 +964,10 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
964
964
|
teamId: string;
|
|
965
965
|
redirectUrl?: string;
|
|
966
966
|
socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
|
|
967
|
+
/**
|
|
968
|
+
* Mastodon or Bluesky only
|
|
969
|
+
*/
|
|
970
|
+
serverUrl?: string;
|
|
967
971
|
/**
|
|
968
972
|
* Optional. If true, portal will request provider-specific anti-auto-login behavior where supported.
|
|
969
973
|
*/
|
|
@@ -972,6 +976,10 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
972
976
|
* Optional. Instagram only. When true, direct Instagram connections on phones will try to force browser login to avoid the Instagram iOS app deep-link bug.
|
|
973
977
|
*/
|
|
974
978
|
forceBrowserOAuth?: boolean;
|
|
979
|
+
/**
|
|
980
|
+
* Instagram only - connection method
|
|
981
|
+
*/
|
|
982
|
+
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM';
|
|
975
983
|
/**
|
|
976
984
|
* Optional. Facebook and Instagram only - when provided, portal skips business scope selection modal for Facebook login paths.
|
|
977
985
|
*/
|
|
@@ -1732,6 +1740,14 @@ type PostGetResponse = {
|
|
|
1732
1740
|
*/
|
|
1733
1741
|
thumbnail?: string | null;
|
|
1734
1742
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
1743
|
+
/**
|
|
1744
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
1745
|
+
*/
|
|
1746
|
+
defaultLanguage?: string | null;
|
|
1747
|
+
/**
|
|
1748
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
1749
|
+
*/
|
|
1750
|
+
defaultAudioLanguage?: string | null;
|
|
1735
1751
|
/**
|
|
1736
1752
|
* Set to true if the video is made for kids.
|
|
1737
1753
|
*/
|
|
@@ -2421,6 +2437,14 @@ type PostUpdateData = {
|
|
|
2421
2437
|
*/
|
|
2422
2438
|
thumbnail?: string | null;
|
|
2423
2439
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2440
|
+
/**
|
|
2441
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2442
|
+
*/
|
|
2443
|
+
defaultLanguage?: string | null;
|
|
2444
|
+
/**
|
|
2445
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2446
|
+
*/
|
|
2447
|
+
defaultAudioLanguage?: string | null;
|
|
2424
2448
|
/**
|
|
2425
2449
|
* Set to true if the video is made for kids.
|
|
2426
2450
|
*/
|
|
@@ -2793,6 +2817,14 @@ type PostUpdateResponse = {
|
|
|
2793
2817
|
*/
|
|
2794
2818
|
thumbnail?: string | null;
|
|
2795
2819
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2820
|
+
/**
|
|
2821
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2822
|
+
*/
|
|
2823
|
+
defaultLanguage?: string | null;
|
|
2824
|
+
/**
|
|
2825
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2826
|
+
*/
|
|
2827
|
+
defaultAudioLanguage?: string | null;
|
|
2796
2828
|
/**
|
|
2797
2829
|
* Set to true if the video is made for kids.
|
|
2798
2830
|
*/
|
|
@@ -3408,6 +3440,14 @@ type PostDeleteResponse = {
|
|
|
3408
3440
|
*/
|
|
3409
3441
|
thumbnail?: string | null;
|
|
3410
3442
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
3443
|
+
/**
|
|
3444
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
3445
|
+
*/
|
|
3446
|
+
defaultLanguage?: string | null;
|
|
3447
|
+
/**
|
|
3448
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
3449
|
+
*/
|
|
3450
|
+
defaultAudioLanguage?: string | null;
|
|
3411
3451
|
/**
|
|
3412
3452
|
* Set to true if the video is made for kids.
|
|
3413
3453
|
*/
|
|
@@ -4033,6 +4073,14 @@ type PostGetListResponse = {
|
|
|
4033
4073
|
*/
|
|
4034
4074
|
thumbnail?: string | null;
|
|
4035
4075
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4076
|
+
/**
|
|
4077
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4078
|
+
*/
|
|
4079
|
+
defaultLanguage?: string | null;
|
|
4080
|
+
/**
|
|
4081
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4082
|
+
*/
|
|
4083
|
+
defaultAudioLanguage?: string | null;
|
|
4036
4084
|
/**
|
|
4037
4085
|
* Set to true if the video is made for kids.
|
|
4038
4086
|
*/
|
|
@@ -4724,6 +4772,14 @@ type PostCreateData = {
|
|
|
4724
4772
|
*/
|
|
4725
4773
|
thumbnail?: string | null;
|
|
4726
4774
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4775
|
+
/**
|
|
4776
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4777
|
+
*/
|
|
4778
|
+
defaultLanguage?: string | null;
|
|
4779
|
+
/**
|
|
4780
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4781
|
+
*/
|
|
4782
|
+
defaultAudioLanguage?: string | null;
|
|
4727
4783
|
/**
|
|
4728
4784
|
* Set to true if the video is made for kids.
|
|
4729
4785
|
*/
|
|
@@ -5096,6 +5152,14 @@ type PostCreateResponse = {
|
|
|
5096
5152
|
*/
|
|
5097
5153
|
thumbnail?: string | null;
|
|
5098
5154
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5155
|
+
/**
|
|
5156
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5157
|
+
*/
|
|
5158
|
+
defaultLanguage?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5161
|
+
*/
|
|
5162
|
+
defaultAudioLanguage?: string | null;
|
|
5099
5163
|
/**
|
|
5100
5164
|
* Set to true if the video is made for kids.
|
|
5101
5165
|
*/
|
|
@@ -5711,6 +5775,14 @@ type PostRetryResponse = {
|
|
|
5711
5775
|
*/
|
|
5712
5776
|
thumbnail?: string | null;
|
|
5713
5777
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5778
|
+
/**
|
|
5779
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5780
|
+
*/
|
|
5781
|
+
defaultLanguage?: string | null;
|
|
5782
|
+
/**
|
|
5783
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5784
|
+
*/
|
|
5785
|
+
defaultAudioLanguage?: string | null;
|
|
5714
5786
|
/**
|
|
5715
5787
|
* Set to true if the video is made for kids.
|
|
5716
5788
|
*/
|
|
@@ -6392,6 +6464,14 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
6392
6464
|
*/
|
|
6393
6465
|
thumbnail?: string | null;
|
|
6394
6466
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
6467
|
+
/**
|
|
6468
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
6469
|
+
*/
|
|
6470
|
+
defaultLanguage?: string | null;
|
|
6471
|
+
/**
|
|
6472
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
6473
|
+
*/
|
|
6474
|
+
defaultAudioLanguage?: string | null;
|
|
6395
6475
|
/**
|
|
6396
6476
|
* Set to true if the video is made for kids.
|
|
6397
6477
|
*/
|
|
@@ -7106,6 +7186,14 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
7106
7186
|
*/
|
|
7107
7187
|
thumbnail?: string | null;
|
|
7108
7188
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
7189
|
+
/**
|
|
7190
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
7191
|
+
*/
|
|
7192
|
+
defaultLanguage?: string | null;
|
|
7193
|
+
/**
|
|
7194
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
7195
|
+
*/
|
|
7196
|
+
defaultAudioLanguage?: string | null;
|
|
7109
7197
|
/**
|
|
7110
7198
|
* Set to true if the video is made for kids.
|
|
7111
7199
|
*/
|
|
@@ -9012,172 +9100,396 @@ type CommentCreateResponse = {
|
|
|
9012
9100
|
updatedAt: string | null;
|
|
9013
9101
|
deletedAt?: string | null;
|
|
9014
9102
|
};
|
|
9015
|
-
type
|
|
9016
|
-
|
|
9017
|
-
* Body
|
|
9018
|
-
*/
|
|
9019
|
-
requestBody?: {
|
|
9020
|
-
teamId: string;
|
|
9021
|
-
url: string;
|
|
9022
|
-
postId: string;
|
|
9023
|
-
};
|
|
9024
|
-
};
|
|
9025
|
-
type MiscYoutubeSetThumbnailResponse = {
|
|
9026
|
-
items?: Array<{
|
|
9027
|
-
default?: {
|
|
9028
|
-
url: string;
|
|
9029
|
-
width?: number;
|
|
9030
|
-
height?: number;
|
|
9031
|
-
};
|
|
9032
|
-
medium?: {
|
|
9033
|
-
url: string;
|
|
9034
|
-
width?: number;
|
|
9035
|
-
height?: number;
|
|
9036
|
-
};
|
|
9037
|
-
high?: {
|
|
9038
|
-
url: string;
|
|
9039
|
-
width?: number;
|
|
9040
|
-
height?: number;
|
|
9041
|
-
};
|
|
9042
|
-
standard?: {
|
|
9043
|
-
url: string;
|
|
9044
|
-
width?: number;
|
|
9045
|
-
height?: number;
|
|
9046
|
-
};
|
|
9047
|
-
maxres?: {
|
|
9048
|
-
url: string;
|
|
9049
|
-
width?: number;
|
|
9050
|
-
height?: number;
|
|
9051
|
-
};
|
|
9052
|
-
}>;
|
|
9103
|
+
type CommentRetryData = {
|
|
9104
|
+
id: string;
|
|
9053
9105
|
};
|
|
9054
|
-
type
|
|
9055
|
-
|
|
9106
|
+
type CommentRetryResponse = {
|
|
9107
|
+
id: string;
|
|
9056
9108
|
teamId: string;
|
|
9057
|
-
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
|
|
9068
|
-
|
|
9069
|
-
|
|
9070
|
-
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9109
|
+
organizationId?: string | null;
|
|
9110
|
+
internalPostId: string;
|
|
9111
|
+
internalParentCommentId?: string | null;
|
|
9112
|
+
fetchedParentCommentId?: string | null;
|
|
9113
|
+
title: string;
|
|
9114
|
+
postDate: string | null;
|
|
9115
|
+
postedDate?: string | null;
|
|
9116
|
+
status: 'DRAFT' | 'SCHEDULED' | 'POSTED' | 'ERROR' | 'DELETED' | 'PROCESSING' | 'RETRYING';
|
|
9117
|
+
data: {
|
|
9118
|
+
FACEBOOK?: {
|
|
9119
|
+
text?: string | null;
|
|
9120
|
+
} | null;
|
|
9121
|
+
INSTAGRAM?: {
|
|
9122
|
+
text?: string | null;
|
|
9123
|
+
} | null;
|
|
9124
|
+
THREADS?: {
|
|
9125
|
+
text?: string | null;
|
|
9126
|
+
} | null;
|
|
9127
|
+
TIKTOK?: {
|
|
9128
|
+
text?: string | null;
|
|
9129
|
+
} | null;
|
|
9130
|
+
LINKEDIN?: {
|
|
9131
|
+
text?: string | null;
|
|
9132
|
+
} | null;
|
|
9133
|
+
YOUTUBE?: {
|
|
9134
|
+
text?: string | null;
|
|
9135
|
+
} | null;
|
|
9136
|
+
REDDIT?: {
|
|
9137
|
+
text?: string | null;
|
|
9138
|
+
} | null;
|
|
9139
|
+
MASTODON?: {
|
|
9140
|
+
text?: string | null;
|
|
9141
|
+
} | null;
|
|
9142
|
+
DISCORD?: {
|
|
9143
|
+
text?: string | null;
|
|
9144
|
+
} | null;
|
|
9145
|
+
SLACK?: {
|
|
9146
|
+
text?: string | null;
|
|
9147
|
+
} | null;
|
|
9148
|
+
BLUESKY?: {
|
|
9149
|
+
text?: string | null;
|
|
9150
|
+
} | null;
|
|
9151
|
+
};
|
|
9152
|
+
error?: string | null;
|
|
9153
|
+
errors?: {
|
|
9154
|
+
FACEBOOK?: string | null;
|
|
9155
|
+
INSTAGRAM?: string | null;
|
|
9156
|
+
TIKTOK?: string | null;
|
|
9157
|
+
LINKEDIN?: string | null;
|
|
9158
|
+
REDDIT?: string | null;
|
|
9159
|
+
YOUTUBE?: string | null;
|
|
9160
|
+
MASTODON?: string | null;
|
|
9161
|
+
THREADS?: string | null;
|
|
9162
|
+
DISCORD?: string | null;
|
|
9163
|
+
SLACK?: string | null;
|
|
9164
|
+
BLUESKY?: string | null;
|
|
9165
|
+
} | null;
|
|
9166
|
+
errorsVerbose?: {
|
|
9167
|
+
FACEBOOK?: {
|
|
9168
|
+
code?: string | null;
|
|
9169
|
+
errorMessage?: string | null;
|
|
9170
|
+
isTransient?: boolean | null;
|
|
9171
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9172
|
+
httpStatus?: number | null;
|
|
9173
|
+
meta?: unknown;
|
|
9174
|
+
userFacingMessage?: string | null;
|
|
9175
|
+
} | null;
|
|
9176
|
+
INSTAGRAM?: {
|
|
9177
|
+
code?: string | null;
|
|
9178
|
+
errorMessage?: string | null;
|
|
9179
|
+
isTransient?: boolean | null;
|
|
9180
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9181
|
+
httpStatus?: number | null;
|
|
9182
|
+
meta?: unknown;
|
|
9183
|
+
userFacingMessage?: string | null;
|
|
9184
|
+
} | null;
|
|
9185
|
+
TIKTOK?: {
|
|
9186
|
+
code?: string | null;
|
|
9187
|
+
errorMessage?: string | null;
|
|
9188
|
+
isTransient?: boolean | null;
|
|
9189
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9190
|
+
httpStatus?: number | null;
|
|
9191
|
+
meta?: unknown;
|
|
9192
|
+
userFacingMessage?: string | null;
|
|
9193
|
+
} | null;
|
|
9194
|
+
LINKEDIN?: {
|
|
9195
|
+
code?: string | null;
|
|
9196
|
+
errorMessage?: string | null;
|
|
9197
|
+
isTransient?: boolean | null;
|
|
9198
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9199
|
+
httpStatus?: number | null;
|
|
9200
|
+
meta?: unknown;
|
|
9201
|
+
userFacingMessage?: string | null;
|
|
9202
|
+
} | null;
|
|
9203
|
+
REDDIT?: {
|
|
9204
|
+
code?: string | null;
|
|
9205
|
+
errorMessage?: string | null;
|
|
9206
|
+
isTransient?: boolean | null;
|
|
9207
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9208
|
+
httpStatus?: number | null;
|
|
9209
|
+
meta?: unknown;
|
|
9210
|
+
userFacingMessage?: string | null;
|
|
9211
|
+
} | null;
|
|
9212
|
+
YOUTUBE?: {
|
|
9213
|
+
code?: string | null;
|
|
9214
|
+
errorMessage?: string | null;
|
|
9215
|
+
isTransient?: boolean | null;
|
|
9216
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9217
|
+
httpStatus?: number | null;
|
|
9218
|
+
meta?: unknown;
|
|
9219
|
+
userFacingMessage?: string | null;
|
|
9220
|
+
} | null;
|
|
9221
|
+
MASTODON?: {
|
|
9222
|
+
code?: string | null;
|
|
9223
|
+
errorMessage?: string | null;
|
|
9224
|
+
isTransient?: boolean | null;
|
|
9225
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9226
|
+
httpStatus?: number | null;
|
|
9227
|
+
meta?: unknown;
|
|
9228
|
+
userFacingMessage?: string | null;
|
|
9229
|
+
} | null;
|
|
9230
|
+
THREADS?: {
|
|
9231
|
+
code?: string | null;
|
|
9232
|
+
errorMessage?: string | null;
|
|
9233
|
+
isTransient?: boolean | null;
|
|
9234
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9235
|
+
httpStatus?: number | null;
|
|
9236
|
+
meta?: unknown;
|
|
9237
|
+
userFacingMessage?: string | null;
|
|
9238
|
+
} | null;
|
|
9239
|
+
DISCORD?: {
|
|
9240
|
+
code?: string | null;
|
|
9241
|
+
errorMessage?: string | null;
|
|
9242
|
+
isTransient?: boolean | null;
|
|
9243
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9244
|
+
httpStatus?: number | null;
|
|
9245
|
+
meta?: unknown;
|
|
9246
|
+
userFacingMessage?: string | null;
|
|
9247
|
+
} | null;
|
|
9248
|
+
SLACK?: {
|
|
9249
|
+
code?: string | null;
|
|
9250
|
+
errorMessage?: string | null;
|
|
9251
|
+
isTransient?: boolean | null;
|
|
9252
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9253
|
+
httpStatus?: number | null;
|
|
9254
|
+
meta?: unknown;
|
|
9255
|
+
userFacingMessage?: string | null;
|
|
9256
|
+
} | null;
|
|
9257
|
+
BLUESKY?: {
|
|
9258
|
+
code?: string | null;
|
|
9259
|
+
errorMessage?: string | null;
|
|
9260
|
+
isTransient?: boolean | null;
|
|
9261
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
9262
|
+
httpStatus?: number | null;
|
|
9263
|
+
meta?: unknown;
|
|
9264
|
+
userFacingMessage?: string | null;
|
|
9265
|
+
} | null;
|
|
9266
|
+
} | null;
|
|
9267
|
+
externalData?: {
|
|
9268
|
+
FACEBOOK?: {
|
|
9269
|
+
id?: string | null;
|
|
9270
|
+
permalink?: string | null;
|
|
9271
|
+
} | null;
|
|
9272
|
+
INSTAGRAM?: {
|
|
9273
|
+
id?: string | null;
|
|
9274
|
+
permalink?: string | null;
|
|
9275
|
+
} | null;
|
|
9276
|
+
TIKTOK?: {
|
|
9277
|
+
id?: string | null;
|
|
9278
|
+
permalink?: string | null;
|
|
9279
|
+
} | null;
|
|
9280
|
+
LINKEDIN?: {
|
|
9281
|
+
id?: string | null;
|
|
9282
|
+
commentUrn?: string | null;
|
|
9283
|
+
permalink?: string | null;
|
|
9284
|
+
} | null;
|
|
9285
|
+
REDDIT?: {
|
|
9286
|
+
id?: string | null;
|
|
9287
|
+
permalink?: string | null;
|
|
9288
|
+
} | null;
|
|
9289
|
+
YOUTUBE?: {
|
|
9290
|
+
id?: string | null;
|
|
9291
|
+
permalink?: string | null;
|
|
9292
|
+
} | null;
|
|
9293
|
+
MASTODON?: {
|
|
9294
|
+
id?: string | null;
|
|
9295
|
+
permalink?: string | null;
|
|
9296
|
+
} | null;
|
|
9297
|
+
THREADS?: {
|
|
9298
|
+
id?: string | null;
|
|
9299
|
+
permalink?: string | null;
|
|
9300
|
+
} | null;
|
|
9301
|
+
DISCORD?: {
|
|
9302
|
+
id?: string | null;
|
|
9303
|
+
permalink?: string | null;
|
|
9304
|
+
} | null;
|
|
9305
|
+
SLACK?: {
|
|
9306
|
+
id?: string | null;
|
|
9307
|
+
permalink?: string | null;
|
|
9308
|
+
} | null;
|
|
9309
|
+
BLUESKY?: {
|
|
9310
|
+
id?: string | null;
|
|
9311
|
+
uri?: string | null;
|
|
9312
|
+
/**
|
|
9313
|
+
* Content ID of the created record
|
|
9314
|
+
*/
|
|
9315
|
+
cid?: string | null;
|
|
9316
|
+
permalink?: string | null;
|
|
9317
|
+
/**
|
|
9318
|
+
* Author DID (owner of the record)
|
|
9319
|
+
*/
|
|
9320
|
+
did?: string | null;
|
|
9321
|
+
} | null;
|
|
9322
|
+
} | null;
|
|
9323
|
+
createdAt: string | null;
|
|
9324
|
+
updatedAt: string | null;
|
|
9325
|
+
deletedAt?: string | null;
|
|
9326
|
+
};
|
|
9327
|
+
type MiscYoutubeSetThumbnailData = {
|
|
9328
|
+
/**
|
|
9329
|
+
* Body
|
|
9330
|
+
*/
|
|
9331
|
+
requestBody?: {
|
|
9332
|
+
teamId: string;
|
|
9333
|
+
url: string;
|
|
9334
|
+
postId: string;
|
|
9335
|
+
};
|
|
9336
|
+
};
|
|
9337
|
+
type MiscYoutubeSetThumbnailResponse = {
|
|
9338
|
+
items?: Array<{
|
|
9339
|
+
default?: {
|
|
9340
|
+
url: string;
|
|
9341
|
+
width?: number;
|
|
9342
|
+
height?: number;
|
|
9343
|
+
};
|
|
9344
|
+
medium?: {
|
|
9345
|
+
url: string;
|
|
9346
|
+
width?: number;
|
|
9347
|
+
height?: number;
|
|
9348
|
+
};
|
|
9349
|
+
high?: {
|
|
9350
|
+
url: string;
|
|
9351
|
+
width?: number;
|
|
9352
|
+
height?: number;
|
|
9353
|
+
};
|
|
9354
|
+
standard?: {
|
|
9355
|
+
url: string;
|
|
9356
|
+
width?: number;
|
|
9357
|
+
height?: number;
|
|
9358
|
+
};
|
|
9359
|
+
maxres?: {
|
|
9360
|
+
url: string;
|
|
9361
|
+
width?: number;
|
|
9362
|
+
height?: number;
|
|
9363
|
+
};
|
|
9364
|
+
}>;
|
|
9365
|
+
};
|
|
9366
|
+
type MiscYoutubeGetChannelPlaylistData = {
|
|
9367
|
+
maxResults?: number;
|
|
9368
|
+
teamId: string;
|
|
9369
|
+
};
|
|
9370
|
+
type MiscYoutubeGetChannelPlaylistResponse = {
|
|
9371
|
+
kind?: string;
|
|
9372
|
+
etag?: string;
|
|
9373
|
+
nextPageToken?: string;
|
|
9374
|
+
prevPageToken?: string;
|
|
9375
|
+
pageInfo?: {
|
|
9376
|
+
totalResults?: number;
|
|
9377
|
+
resultsPerPage?: number;
|
|
9378
|
+
};
|
|
9379
|
+
items?: Array<{
|
|
9380
|
+
kind?: string;
|
|
9381
|
+
etag?: string;
|
|
9382
|
+
id?: string;
|
|
9383
|
+
snippet?: {
|
|
9384
|
+
publishedAt?: string;
|
|
9385
|
+
channelId?: string;
|
|
9386
|
+
title?: string;
|
|
9387
|
+
description?: string;
|
|
9388
|
+
channelTitle?: string;
|
|
9389
|
+
thumbnails?: {
|
|
9390
|
+
default?: {
|
|
9391
|
+
url?: string;
|
|
9392
|
+
width?: number;
|
|
9393
|
+
height?: number;
|
|
9394
|
+
};
|
|
9395
|
+
medium?: {
|
|
9396
|
+
url?: string;
|
|
9397
|
+
width?: number;
|
|
9398
|
+
height?: number;
|
|
9399
|
+
};
|
|
9400
|
+
high?: {
|
|
9401
|
+
url?: string;
|
|
9402
|
+
width?: number;
|
|
9403
|
+
height?: number;
|
|
9404
|
+
};
|
|
9405
|
+
standard?: {
|
|
9406
|
+
url?: string;
|
|
9407
|
+
width?: number;
|
|
9408
|
+
height?: number;
|
|
9409
|
+
};
|
|
9410
|
+
maxres?: {
|
|
9411
|
+
url?: string;
|
|
9412
|
+
width?: number;
|
|
9413
|
+
height?: number;
|
|
9414
|
+
};
|
|
9415
|
+
};
|
|
9416
|
+
localized?: {
|
|
9417
|
+
title?: string;
|
|
9418
|
+
description?: string;
|
|
9419
|
+
};
|
|
9420
|
+
};
|
|
9421
|
+
status?: {
|
|
9422
|
+
privacyStatus?: string;
|
|
9423
|
+
};
|
|
9424
|
+
contentDetails?: {
|
|
9425
|
+
itemCount?: number;
|
|
9426
|
+
};
|
|
9427
|
+
}>;
|
|
9428
|
+
};
|
|
9429
|
+
type MiscYoutubeCreateNewChannelPlaylistData = {
|
|
9430
|
+
/**
|
|
9431
|
+
* Body
|
|
9432
|
+
*/
|
|
9433
|
+
requestBody?: {
|
|
9434
|
+
teamId: string;
|
|
9435
|
+
/**
|
|
9436
|
+
* bundle.social does not store this value and YouTube overites it everytime so you need to pass it everytime
|
|
9437
|
+
*/
|
|
9438
|
+
title: string;
|
|
9439
|
+
/**
|
|
9440
|
+
* bundle.social does not store this value and YouTube overites it everytime so you need to pass it everytime
|
|
9441
|
+
*/
|
|
9442
|
+
description: string;
|
|
9443
|
+
privacyStatus?: 'public' | 'unlisted' | 'private';
|
|
9444
|
+
};
|
|
9445
|
+
};
|
|
9446
|
+
type MiscYoutubeCreateNewChannelPlaylistResponse = {
|
|
9447
|
+
kind?: string;
|
|
9448
|
+
etag?: string;
|
|
9449
|
+
id?: string;
|
|
9450
|
+
snippet?: {
|
|
9451
|
+
publishedAt?: string;
|
|
9452
|
+
channelId?: string;
|
|
9453
|
+
title?: string;
|
|
9454
|
+
description?: string;
|
|
9455
|
+
channelTitle?: string;
|
|
9456
|
+
thumbnails?: {
|
|
9457
|
+
default?: {
|
|
9458
|
+
url?: string;
|
|
9459
|
+
width?: number;
|
|
9460
|
+
height?: number;
|
|
9461
|
+
};
|
|
9462
|
+
medium?: {
|
|
9463
|
+
url?: string;
|
|
9464
|
+
width?: number;
|
|
9465
|
+
height?: number;
|
|
9466
|
+
};
|
|
9467
|
+
high?: {
|
|
9468
|
+
url?: string;
|
|
9469
|
+
width?: number;
|
|
9470
|
+
height?: number;
|
|
9471
|
+
};
|
|
9472
|
+
standard?: {
|
|
9473
|
+
url?: string;
|
|
9474
|
+
width?: number;
|
|
9475
|
+
height?: number;
|
|
9476
|
+
};
|
|
9477
|
+
maxres?: {
|
|
9478
|
+
url?: string;
|
|
9479
|
+
width?: number;
|
|
9480
|
+
height?: number;
|
|
9481
|
+
};
|
|
9482
|
+
};
|
|
9483
|
+
localized?: {
|
|
9484
|
+
title?: string;
|
|
9485
|
+
description?: string;
|
|
9486
|
+
};
|
|
9487
|
+
};
|
|
9488
|
+
status?: {
|
|
9489
|
+
privacyStatus?: string;
|
|
9490
|
+
};
|
|
9491
|
+
contentDetails?: {
|
|
9492
|
+
itemCount?: number;
|
|
9181
9493
|
};
|
|
9182
9494
|
};
|
|
9183
9495
|
type MiscYoutubeUpdateChannelPlaylistData = {
|
|
@@ -9418,6 +9730,14 @@ type MiscYoutubeEditVideoData = {
|
|
|
9418
9730
|
* The updated privacy status
|
|
9419
9731
|
*/
|
|
9420
9732
|
privacyStatus?: 'public' | 'unlisted' | 'private';
|
|
9733
|
+
/**
|
|
9734
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
9735
|
+
*/
|
|
9736
|
+
defaultLanguage?: string;
|
|
9737
|
+
/**
|
|
9738
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
9739
|
+
*/
|
|
9740
|
+
defaultAudioLanguage?: string;
|
|
9421
9741
|
};
|
|
9422
9742
|
};
|
|
9423
9743
|
type MiscYoutubeEditVideoResponse = {
|
|
@@ -14580,6 +14900,14 @@ type $OpenApiTs = {
|
|
|
14580
14900
|
*/
|
|
14581
14901
|
thumbnail?: string | null;
|
|
14582
14902
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
14903
|
+
/**
|
|
14904
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
14905
|
+
*/
|
|
14906
|
+
defaultLanguage?: string | null;
|
|
14907
|
+
/**
|
|
14908
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
14909
|
+
*/
|
|
14910
|
+
defaultAudioLanguage?: string | null;
|
|
14583
14911
|
/**
|
|
14584
14912
|
* Set to true if the video is made for kids.
|
|
14585
14913
|
*/
|
|
@@ -15322,6 +15650,14 @@ type $OpenApiTs = {
|
|
|
15322
15650
|
*/
|
|
15323
15651
|
thumbnail?: string | null;
|
|
15324
15652
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
15653
|
+
/**
|
|
15654
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
15655
|
+
*/
|
|
15656
|
+
defaultLanguage?: string | null;
|
|
15657
|
+
/**
|
|
15658
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
15659
|
+
*/
|
|
15660
|
+
defaultAudioLanguage?: string | null;
|
|
15325
15661
|
/**
|
|
15326
15662
|
* Set to true if the video is made for kids.
|
|
15327
15663
|
*/
|
|
@@ -15989,6 +16325,14 @@ type $OpenApiTs = {
|
|
|
15989
16325
|
*/
|
|
15990
16326
|
thumbnail?: string | null;
|
|
15991
16327
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
16328
|
+
/**
|
|
16329
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
16330
|
+
*/
|
|
16331
|
+
defaultLanguage?: string | null;
|
|
16332
|
+
/**
|
|
16333
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
16334
|
+
*/
|
|
16335
|
+
defaultAudioLanguage?: string | null;
|
|
15992
16336
|
/**
|
|
15993
16337
|
* Set to true if the video is made for kids.
|
|
15994
16338
|
*/
|
|
@@ -16659,6 +17003,14 @@ type $OpenApiTs = {
|
|
|
16659
17003
|
*/
|
|
16660
17004
|
thumbnail?: string | null;
|
|
16661
17005
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17006
|
+
/**
|
|
17007
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17008
|
+
*/
|
|
17009
|
+
defaultLanguage?: string | null;
|
|
17010
|
+
/**
|
|
17011
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17012
|
+
*/
|
|
17013
|
+
defaultAudioLanguage?: string | null;
|
|
16662
17014
|
/**
|
|
16663
17015
|
* Set to true if the video is made for kids.
|
|
16664
17016
|
*/
|
|
@@ -17403,6 +17755,14 @@ type $OpenApiTs = {
|
|
|
17403
17755
|
*/
|
|
17404
17756
|
thumbnail?: string | null;
|
|
17405
17757
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17758
|
+
/**
|
|
17759
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17760
|
+
*/
|
|
17761
|
+
defaultLanguage?: string | null;
|
|
17762
|
+
/**
|
|
17763
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17764
|
+
*/
|
|
17765
|
+
defaultAudioLanguage?: string | null;
|
|
17406
17766
|
/**
|
|
17407
17767
|
* Set to true if the video is made for kids.
|
|
17408
17768
|
*/
|
|
@@ -18072,6 +18432,14 @@ type $OpenApiTs = {
|
|
|
18072
18432
|
*/
|
|
18073
18433
|
thumbnail?: string | null;
|
|
18074
18434
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
18435
|
+
/**
|
|
18436
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
18437
|
+
*/
|
|
18438
|
+
defaultLanguage?: string | null;
|
|
18439
|
+
/**
|
|
18440
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
18441
|
+
*/
|
|
18442
|
+
defaultAudioLanguage?: string | null;
|
|
18075
18443
|
/**
|
|
18076
18444
|
* Set to true if the video is made for kids.
|
|
18077
18445
|
*/
|
|
@@ -18858,6 +19226,14 @@ type $OpenApiTs = {
|
|
|
18858
19226
|
*/
|
|
18859
19227
|
thumbnail?: string | null;
|
|
18860
19228
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
19229
|
+
/**
|
|
19230
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
19231
|
+
*/
|
|
19232
|
+
defaultLanguage?: string | null;
|
|
19233
|
+
/**
|
|
19234
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
19235
|
+
*/
|
|
19236
|
+
defaultAudioLanguage?: string | null;
|
|
18861
19237
|
/**
|
|
18862
19238
|
* Set to true if the video is made for kids.
|
|
18863
19239
|
*/
|
|
@@ -19677,6 +20053,14 @@ type $OpenApiTs = {
|
|
|
19677
20053
|
*/
|
|
19678
20054
|
thumbnail?: string | null;
|
|
19679
20055
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
20056
|
+
/**
|
|
20057
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
20058
|
+
*/
|
|
20059
|
+
defaultLanguage?: string | null;
|
|
20060
|
+
/**
|
|
20061
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
20062
|
+
*/
|
|
20063
|
+
defaultAudioLanguage?: string | null;
|
|
19680
20064
|
/**
|
|
19681
20065
|
* Set to true if the video is made for kids.
|
|
19682
20066
|
*/
|
|
@@ -20729,9 +21113,82 @@ type $OpenApiTs = {
|
|
|
20729
21113
|
};
|
|
20730
21114
|
};
|
|
20731
21115
|
};
|
|
20732
|
-
'/api/v1/comment/import/{importId}': {
|
|
21116
|
+
'/api/v1/comment/import/{importId}': {
|
|
21117
|
+
get: {
|
|
21118
|
+
req: CommentImportGetByIdData;
|
|
21119
|
+
res: {
|
|
21120
|
+
/**
|
|
21121
|
+
* 200
|
|
21122
|
+
*/
|
|
21123
|
+
200: {
|
|
21124
|
+
id: string;
|
|
21125
|
+
teamId: string;
|
|
21126
|
+
organizationId?: string | null;
|
|
21127
|
+
socialAccountId: string;
|
|
21128
|
+
postId: string;
|
|
21129
|
+
platform: 'FACEBOOK' | 'INSTAGRAM' | 'LINKEDIN' | 'YOUTUBE' | 'TIKTOK' | 'REDDIT' | 'THREADS' | 'MASTODON' | 'BLUESKY';
|
|
21130
|
+
status: 'PENDING' | 'FETCHING' | 'RETRYING' | 'COMPLETED' | 'SKIPPED' | 'FAILED' | 'RATE_LIMITED';
|
|
21131
|
+
commentsImported: number;
|
|
21132
|
+
error?: string | null;
|
|
21133
|
+
rateLimitResetAt?: string | null;
|
|
21134
|
+
startedAt?: string | null;
|
|
21135
|
+
completedAt?: string | null;
|
|
21136
|
+
createdAt: string | null;
|
|
21137
|
+
updatedAt: string | null;
|
|
21138
|
+
};
|
|
21139
|
+
/**
|
|
21140
|
+
* 400
|
|
21141
|
+
*/
|
|
21142
|
+
400: {
|
|
21143
|
+
statusCode?: number | null;
|
|
21144
|
+
message: string;
|
|
21145
|
+
issues?: Array<{
|
|
21146
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21147
|
+
message: string;
|
|
21148
|
+
path?: Array<(string | number)> | null;
|
|
21149
|
+
}> | null;
|
|
21150
|
+
};
|
|
21151
|
+
/**
|
|
21152
|
+
* 401
|
|
21153
|
+
*/
|
|
21154
|
+
401: {
|
|
21155
|
+
statusCode?: number | null;
|
|
21156
|
+
message: string;
|
|
21157
|
+
};
|
|
21158
|
+
/**
|
|
21159
|
+
* 403
|
|
21160
|
+
*/
|
|
21161
|
+
403: {
|
|
21162
|
+
statusCode?: number | null;
|
|
21163
|
+
message: string;
|
|
21164
|
+
};
|
|
21165
|
+
/**
|
|
21166
|
+
* 404
|
|
21167
|
+
*/
|
|
21168
|
+
404: {
|
|
21169
|
+
statusCode?: number | null;
|
|
21170
|
+
message: string;
|
|
21171
|
+
};
|
|
21172
|
+
/**
|
|
21173
|
+
* 429
|
|
21174
|
+
*/
|
|
21175
|
+
429: {
|
|
21176
|
+
statusCode?: number | null;
|
|
21177
|
+
message: string;
|
|
21178
|
+
};
|
|
21179
|
+
/**
|
|
21180
|
+
* 500
|
|
21181
|
+
*/
|
|
21182
|
+
500: {
|
|
21183
|
+
statusCode?: number | null;
|
|
21184
|
+
message: string;
|
|
21185
|
+
};
|
|
21186
|
+
};
|
|
21187
|
+
};
|
|
21188
|
+
};
|
|
21189
|
+
'/api/v1/comment/{id}': {
|
|
20733
21190
|
get: {
|
|
20734
|
-
req:
|
|
21191
|
+
req: CommentGetData;
|
|
20735
21192
|
res: {
|
|
20736
21193
|
/**
|
|
20737
21194
|
* 200
|
|
@@ -20740,17 +21197,222 @@ type $OpenApiTs = {
|
|
|
20740
21197
|
id: string;
|
|
20741
21198
|
teamId: string;
|
|
20742
21199
|
organizationId?: string | null;
|
|
20743
|
-
|
|
20744
|
-
|
|
20745
|
-
|
|
20746
|
-
|
|
20747
|
-
|
|
21200
|
+
internalPostId: string;
|
|
21201
|
+
internalParentCommentId?: string | null;
|
|
21202
|
+
fetchedParentCommentId?: string | null;
|
|
21203
|
+
title: string;
|
|
21204
|
+
postDate: string | null;
|
|
21205
|
+
postedDate?: string | null;
|
|
21206
|
+
status: 'DRAFT' | 'SCHEDULED' | 'POSTED' | 'ERROR' | 'DELETED' | 'PROCESSING' | 'RETRYING';
|
|
21207
|
+
data: {
|
|
21208
|
+
FACEBOOK?: {
|
|
21209
|
+
text?: string | null;
|
|
21210
|
+
} | null;
|
|
21211
|
+
INSTAGRAM?: {
|
|
21212
|
+
text?: string | null;
|
|
21213
|
+
} | null;
|
|
21214
|
+
THREADS?: {
|
|
21215
|
+
text?: string | null;
|
|
21216
|
+
} | null;
|
|
21217
|
+
TIKTOK?: {
|
|
21218
|
+
text?: string | null;
|
|
21219
|
+
} | null;
|
|
21220
|
+
LINKEDIN?: {
|
|
21221
|
+
text?: string | null;
|
|
21222
|
+
} | null;
|
|
21223
|
+
YOUTUBE?: {
|
|
21224
|
+
text?: string | null;
|
|
21225
|
+
} | null;
|
|
21226
|
+
REDDIT?: {
|
|
21227
|
+
text?: string | null;
|
|
21228
|
+
} | null;
|
|
21229
|
+
MASTODON?: {
|
|
21230
|
+
text?: string | null;
|
|
21231
|
+
} | null;
|
|
21232
|
+
DISCORD?: {
|
|
21233
|
+
text?: string | null;
|
|
21234
|
+
} | null;
|
|
21235
|
+
SLACK?: {
|
|
21236
|
+
text?: string | null;
|
|
21237
|
+
} | null;
|
|
21238
|
+
BLUESKY?: {
|
|
21239
|
+
text?: string | null;
|
|
21240
|
+
} | null;
|
|
21241
|
+
};
|
|
20748
21242
|
error?: string | null;
|
|
20749
|
-
|
|
20750
|
-
|
|
20751
|
-
|
|
21243
|
+
errors?: {
|
|
21244
|
+
FACEBOOK?: string | null;
|
|
21245
|
+
INSTAGRAM?: string | null;
|
|
21246
|
+
TIKTOK?: string | null;
|
|
21247
|
+
LINKEDIN?: string | null;
|
|
21248
|
+
REDDIT?: string | null;
|
|
21249
|
+
YOUTUBE?: string | null;
|
|
21250
|
+
MASTODON?: string | null;
|
|
21251
|
+
THREADS?: string | null;
|
|
21252
|
+
DISCORD?: string | null;
|
|
21253
|
+
SLACK?: string | null;
|
|
21254
|
+
BLUESKY?: string | null;
|
|
21255
|
+
} | null;
|
|
21256
|
+
errorsVerbose?: {
|
|
21257
|
+
FACEBOOK?: {
|
|
21258
|
+
code?: string | null;
|
|
21259
|
+
errorMessage?: string | null;
|
|
21260
|
+
isTransient?: boolean | null;
|
|
21261
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21262
|
+
httpStatus?: number | null;
|
|
21263
|
+
meta?: unknown;
|
|
21264
|
+
userFacingMessage?: string | null;
|
|
21265
|
+
} | null;
|
|
21266
|
+
INSTAGRAM?: {
|
|
21267
|
+
code?: string | null;
|
|
21268
|
+
errorMessage?: string | null;
|
|
21269
|
+
isTransient?: boolean | null;
|
|
21270
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21271
|
+
httpStatus?: number | null;
|
|
21272
|
+
meta?: unknown;
|
|
21273
|
+
userFacingMessage?: string | null;
|
|
21274
|
+
} | null;
|
|
21275
|
+
TIKTOK?: {
|
|
21276
|
+
code?: string | null;
|
|
21277
|
+
errorMessage?: string | null;
|
|
21278
|
+
isTransient?: boolean | null;
|
|
21279
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21280
|
+
httpStatus?: number | null;
|
|
21281
|
+
meta?: unknown;
|
|
21282
|
+
userFacingMessage?: string | null;
|
|
21283
|
+
} | null;
|
|
21284
|
+
LINKEDIN?: {
|
|
21285
|
+
code?: string | null;
|
|
21286
|
+
errorMessage?: string | null;
|
|
21287
|
+
isTransient?: boolean | null;
|
|
21288
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21289
|
+
httpStatus?: number | null;
|
|
21290
|
+
meta?: unknown;
|
|
21291
|
+
userFacingMessage?: string | null;
|
|
21292
|
+
} | null;
|
|
21293
|
+
REDDIT?: {
|
|
21294
|
+
code?: string | null;
|
|
21295
|
+
errorMessage?: string | null;
|
|
21296
|
+
isTransient?: boolean | null;
|
|
21297
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21298
|
+
httpStatus?: number | null;
|
|
21299
|
+
meta?: unknown;
|
|
21300
|
+
userFacingMessage?: string | null;
|
|
21301
|
+
} | null;
|
|
21302
|
+
YOUTUBE?: {
|
|
21303
|
+
code?: string | null;
|
|
21304
|
+
errorMessage?: string | null;
|
|
21305
|
+
isTransient?: boolean | null;
|
|
21306
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21307
|
+
httpStatus?: number | null;
|
|
21308
|
+
meta?: unknown;
|
|
21309
|
+
userFacingMessage?: string | null;
|
|
21310
|
+
} | null;
|
|
21311
|
+
MASTODON?: {
|
|
21312
|
+
code?: string | null;
|
|
21313
|
+
errorMessage?: string | null;
|
|
21314
|
+
isTransient?: boolean | null;
|
|
21315
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21316
|
+
httpStatus?: number | null;
|
|
21317
|
+
meta?: unknown;
|
|
21318
|
+
userFacingMessage?: string | null;
|
|
21319
|
+
} | null;
|
|
21320
|
+
THREADS?: {
|
|
21321
|
+
code?: string | null;
|
|
21322
|
+
errorMessage?: string | null;
|
|
21323
|
+
isTransient?: boolean | null;
|
|
21324
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21325
|
+
httpStatus?: number | null;
|
|
21326
|
+
meta?: unknown;
|
|
21327
|
+
userFacingMessage?: string | null;
|
|
21328
|
+
} | null;
|
|
21329
|
+
DISCORD?: {
|
|
21330
|
+
code?: string | null;
|
|
21331
|
+
errorMessage?: string | null;
|
|
21332
|
+
isTransient?: boolean | null;
|
|
21333
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21334
|
+
httpStatus?: number | null;
|
|
21335
|
+
meta?: unknown;
|
|
21336
|
+
userFacingMessage?: string | null;
|
|
21337
|
+
} | null;
|
|
21338
|
+
SLACK?: {
|
|
21339
|
+
code?: string | null;
|
|
21340
|
+
errorMessage?: string | null;
|
|
21341
|
+
isTransient?: boolean | null;
|
|
21342
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21343
|
+
httpStatus?: number | null;
|
|
21344
|
+
meta?: unknown;
|
|
21345
|
+
userFacingMessage?: string | null;
|
|
21346
|
+
} | null;
|
|
21347
|
+
BLUESKY?: {
|
|
21348
|
+
code?: string | null;
|
|
21349
|
+
errorMessage?: string | null;
|
|
21350
|
+
isTransient?: boolean | null;
|
|
21351
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21352
|
+
httpStatus?: number | null;
|
|
21353
|
+
meta?: unknown;
|
|
21354
|
+
userFacingMessage?: string | null;
|
|
21355
|
+
} | null;
|
|
21356
|
+
} | null;
|
|
21357
|
+
externalData?: {
|
|
21358
|
+
FACEBOOK?: {
|
|
21359
|
+
id?: string | null;
|
|
21360
|
+
permalink?: string | null;
|
|
21361
|
+
} | null;
|
|
21362
|
+
INSTAGRAM?: {
|
|
21363
|
+
id?: string | null;
|
|
21364
|
+
permalink?: string | null;
|
|
21365
|
+
} | null;
|
|
21366
|
+
TIKTOK?: {
|
|
21367
|
+
id?: string | null;
|
|
21368
|
+
permalink?: string | null;
|
|
21369
|
+
} | null;
|
|
21370
|
+
LINKEDIN?: {
|
|
21371
|
+
id?: string | null;
|
|
21372
|
+
commentUrn?: string | null;
|
|
21373
|
+
permalink?: string | null;
|
|
21374
|
+
} | null;
|
|
21375
|
+
REDDIT?: {
|
|
21376
|
+
id?: string | null;
|
|
21377
|
+
permalink?: string | null;
|
|
21378
|
+
} | null;
|
|
21379
|
+
YOUTUBE?: {
|
|
21380
|
+
id?: string | null;
|
|
21381
|
+
permalink?: string | null;
|
|
21382
|
+
} | null;
|
|
21383
|
+
MASTODON?: {
|
|
21384
|
+
id?: string | null;
|
|
21385
|
+
permalink?: string | null;
|
|
21386
|
+
} | null;
|
|
21387
|
+
THREADS?: {
|
|
21388
|
+
id?: string | null;
|
|
21389
|
+
permalink?: string | null;
|
|
21390
|
+
} | null;
|
|
21391
|
+
DISCORD?: {
|
|
21392
|
+
id?: string | null;
|
|
21393
|
+
permalink?: string | null;
|
|
21394
|
+
} | null;
|
|
21395
|
+
SLACK?: {
|
|
21396
|
+
id?: string | null;
|
|
21397
|
+
permalink?: string | null;
|
|
21398
|
+
} | null;
|
|
21399
|
+
BLUESKY?: {
|
|
21400
|
+
id?: string | null;
|
|
21401
|
+
uri?: string | null;
|
|
21402
|
+
/**
|
|
21403
|
+
* Content ID of the created record
|
|
21404
|
+
*/
|
|
21405
|
+
cid?: string | null;
|
|
21406
|
+
permalink?: string | null;
|
|
21407
|
+
/**
|
|
21408
|
+
* Author DID (owner of the record)
|
|
21409
|
+
*/
|
|
21410
|
+
did?: string | null;
|
|
21411
|
+
} | null;
|
|
21412
|
+
} | null;
|
|
20752
21413
|
createdAt: string | null;
|
|
20753
21414
|
updatedAt: string | null;
|
|
21415
|
+
deletedAt?: string | null;
|
|
20754
21416
|
};
|
|
20755
21417
|
/**
|
|
20756
21418
|
* 400
|
|
@@ -20801,10 +21463,8 @@ type $OpenApiTs = {
|
|
|
20801
21463
|
};
|
|
20802
21464
|
};
|
|
20803
21465
|
};
|
|
20804
|
-
|
|
20805
|
-
|
|
20806
|
-
get: {
|
|
20807
|
-
req: CommentGetData;
|
|
21466
|
+
patch: {
|
|
21467
|
+
req: CommentUpdateData;
|
|
20808
21468
|
res: {
|
|
20809
21469
|
/**
|
|
20810
21470
|
* 200
|
|
@@ -21079,8 +21739,8 @@ type $OpenApiTs = {
|
|
|
21079
21739
|
};
|
|
21080
21740
|
};
|
|
21081
21741
|
};
|
|
21082
|
-
|
|
21083
|
-
req:
|
|
21742
|
+
delete: {
|
|
21743
|
+
req: CommentDeleteData;
|
|
21084
21744
|
res: {
|
|
21085
21745
|
/**
|
|
21086
21746
|
* 200
|
|
@@ -21301,10 +21961,291 @@ type $OpenApiTs = {
|
|
|
21301
21961
|
*/
|
|
21302
21962
|
did?: string | null;
|
|
21303
21963
|
} | null;
|
|
21304
|
-
} | null;
|
|
21305
|
-
createdAt: string | null;
|
|
21306
|
-
updatedAt: string | null;
|
|
21307
|
-
deletedAt?: string | null;
|
|
21964
|
+
} | null;
|
|
21965
|
+
createdAt: string | null;
|
|
21966
|
+
updatedAt: string | null;
|
|
21967
|
+
deletedAt?: string | null;
|
|
21968
|
+
};
|
|
21969
|
+
/**
|
|
21970
|
+
* 400
|
|
21971
|
+
*/
|
|
21972
|
+
400: {
|
|
21973
|
+
statusCode?: number | null;
|
|
21974
|
+
message: string;
|
|
21975
|
+
issues?: Array<{
|
|
21976
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21977
|
+
message: string;
|
|
21978
|
+
path?: Array<(string | number)> | null;
|
|
21979
|
+
}> | null;
|
|
21980
|
+
};
|
|
21981
|
+
/**
|
|
21982
|
+
* 401
|
|
21983
|
+
*/
|
|
21984
|
+
401: {
|
|
21985
|
+
statusCode?: number | null;
|
|
21986
|
+
message: string;
|
|
21987
|
+
};
|
|
21988
|
+
/**
|
|
21989
|
+
* 403
|
|
21990
|
+
*/
|
|
21991
|
+
403: {
|
|
21992
|
+
statusCode?: number | null;
|
|
21993
|
+
message: string;
|
|
21994
|
+
};
|
|
21995
|
+
/**
|
|
21996
|
+
* 404
|
|
21997
|
+
*/
|
|
21998
|
+
404: {
|
|
21999
|
+
statusCode?: number | null;
|
|
22000
|
+
message: string;
|
|
22001
|
+
};
|
|
22002
|
+
/**
|
|
22003
|
+
* 429
|
|
22004
|
+
*/
|
|
22005
|
+
429: {
|
|
22006
|
+
statusCode?: number | null;
|
|
22007
|
+
message: string;
|
|
22008
|
+
};
|
|
22009
|
+
/**
|
|
22010
|
+
* 500
|
|
22011
|
+
*/
|
|
22012
|
+
500: {
|
|
22013
|
+
statusCode?: number | null;
|
|
22014
|
+
message: string;
|
|
22015
|
+
};
|
|
22016
|
+
};
|
|
22017
|
+
};
|
|
22018
|
+
};
|
|
22019
|
+
'/api/v1/comment/': {
|
|
22020
|
+
get: {
|
|
22021
|
+
req: CommentGetListData;
|
|
22022
|
+
res: {
|
|
22023
|
+
/**
|
|
22024
|
+
* 200
|
|
22025
|
+
*/
|
|
22026
|
+
200: {
|
|
22027
|
+
items: Array<{
|
|
22028
|
+
id: string;
|
|
22029
|
+
teamId: string;
|
|
22030
|
+
organizationId?: string | null;
|
|
22031
|
+
internalPostId: string;
|
|
22032
|
+
internalParentCommentId?: string | null;
|
|
22033
|
+
fetchedParentCommentId?: string | null;
|
|
22034
|
+
title: string;
|
|
22035
|
+
postDate: string | null;
|
|
22036
|
+
postedDate?: string | null;
|
|
22037
|
+
status: 'DRAFT' | 'SCHEDULED' | 'POSTED' | 'ERROR' | 'DELETED' | 'PROCESSING' | 'RETRYING';
|
|
22038
|
+
data: {
|
|
22039
|
+
FACEBOOK?: {
|
|
22040
|
+
text?: string | null;
|
|
22041
|
+
} | null;
|
|
22042
|
+
INSTAGRAM?: {
|
|
22043
|
+
text?: string | null;
|
|
22044
|
+
} | null;
|
|
22045
|
+
THREADS?: {
|
|
22046
|
+
text?: string | null;
|
|
22047
|
+
} | null;
|
|
22048
|
+
TIKTOK?: {
|
|
22049
|
+
text?: string | null;
|
|
22050
|
+
} | null;
|
|
22051
|
+
LINKEDIN?: {
|
|
22052
|
+
text?: string | null;
|
|
22053
|
+
} | null;
|
|
22054
|
+
YOUTUBE?: {
|
|
22055
|
+
text?: string | null;
|
|
22056
|
+
} | null;
|
|
22057
|
+
REDDIT?: {
|
|
22058
|
+
text?: string | null;
|
|
22059
|
+
} | null;
|
|
22060
|
+
MASTODON?: {
|
|
22061
|
+
text?: string | null;
|
|
22062
|
+
} | null;
|
|
22063
|
+
DISCORD?: {
|
|
22064
|
+
text?: string | null;
|
|
22065
|
+
} | null;
|
|
22066
|
+
SLACK?: {
|
|
22067
|
+
text?: string | null;
|
|
22068
|
+
} | null;
|
|
22069
|
+
BLUESKY?: {
|
|
22070
|
+
text?: string | null;
|
|
22071
|
+
} | null;
|
|
22072
|
+
};
|
|
22073
|
+
error?: string | null;
|
|
22074
|
+
errors?: {
|
|
22075
|
+
FACEBOOK?: string | null;
|
|
22076
|
+
INSTAGRAM?: string | null;
|
|
22077
|
+
TIKTOK?: string | null;
|
|
22078
|
+
LINKEDIN?: string | null;
|
|
22079
|
+
REDDIT?: string | null;
|
|
22080
|
+
YOUTUBE?: string | null;
|
|
22081
|
+
MASTODON?: string | null;
|
|
22082
|
+
THREADS?: string | null;
|
|
22083
|
+
DISCORD?: string | null;
|
|
22084
|
+
SLACK?: string | null;
|
|
22085
|
+
BLUESKY?: string | null;
|
|
22086
|
+
} | null;
|
|
22087
|
+
errorsVerbose?: {
|
|
22088
|
+
FACEBOOK?: {
|
|
22089
|
+
code?: string | null;
|
|
22090
|
+
errorMessage?: string | null;
|
|
22091
|
+
isTransient?: boolean | null;
|
|
22092
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22093
|
+
httpStatus?: number | null;
|
|
22094
|
+
meta?: unknown;
|
|
22095
|
+
userFacingMessage?: string | null;
|
|
22096
|
+
} | null;
|
|
22097
|
+
INSTAGRAM?: {
|
|
22098
|
+
code?: string | null;
|
|
22099
|
+
errorMessage?: string | null;
|
|
22100
|
+
isTransient?: boolean | null;
|
|
22101
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22102
|
+
httpStatus?: number | null;
|
|
22103
|
+
meta?: unknown;
|
|
22104
|
+
userFacingMessage?: string | null;
|
|
22105
|
+
} | null;
|
|
22106
|
+
TIKTOK?: {
|
|
22107
|
+
code?: string | null;
|
|
22108
|
+
errorMessage?: string | null;
|
|
22109
|
+
isTransient?: boolean | null;
|
|
22110
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22111
|
+
httpStatus?: number | null;
|
|
22112
|
+
meta?: unknown;
|
|
22113
|
+
userFacingMessage?: string | null;
|
|
22114
|
+
} | null;
|
|
22115
|
+
LINKEDIN?: {
|
|
22116
|
+
code?: string | null;
|
|
22117
|
+
errorMessage?: string | null;
|
|
22118
|
+
isTransient?: boolean | null;
|
|
22119
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22120
|
+
httpStatus?: number | null;
|
|
22121
|
+
meta?: unknown;
|
|
22122
|
+
userFacingMessage?: string | null;
|
|
22123
|
+
} | null;
|
|
22124
|
+
REDDIT?: {
|
|
22125
|
+
code?: string | null;
|
|
22126
|
+
errorMessage?: string | null;
|
|
22127
|
+
isTransient?: boolean | null;
|
|
22128
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22129
|
+
httpStatus?: number | null;
|
|
22130
|
+
meta?: unknown;
|
|
22131
|
+
userFacingMessage?: string | null;
|
|
22132
|
+
} | null;
|
|
22133
|
+
YOUTUBE?: {
|
|
22134
|
+
code?: string | null;
|
|
22135
|
+
errorMessage?: string | null;
|
|
22136
|
+
isTransient?: boolean | null;
|
|
22137
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22138
|
+
httpStatus?: number | null;
|
|
22139
|
+
meta?: unknown;
|
|
22140
|
+
userFacingMessage?: string | null;
|
|
22141
|
+
} | null;
|
|
22142
|
+
MASTODON?: {
|
|
22143
|
+
code?: string | null;
|
|
22144
|
+
errorMessage?: string | null;
|
|
22145
|
+
isTransient?: boolean | null;
|
|
22146
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22147
|
+
httpStatus?: number | null;
|
|
22148
|
+
meta?: unknown;
|
|
22149
|
+
userFacingMessage?: string | null;
|
|
22150
|
+
} | null;
|
|
22151
|
+
THREADS?: {
|
|
22152
|
+
code?: string | null;
|
|
22153
|
+
errorMessage?: string | null;
|
|
22154
|
+
isTransient?: boolean | null;
|
|
22155
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22156
|
+
httpStatus?: number | null;
|
|
22157
|
+
meta?: unknown;
|
|
22158
|
+
userFacingMessage?: string | null;
|
|
22159
|
+
} | null;
|
|
22160
|
+
DISCORD?: {
|
|
22161
|
+
code?: string | null;
|
|
22162
|
+
errorMessage?: string | null;
|
|
22163
|
+
isTransient?: boolean | null;
|
|
22164
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22165
|
+
httpStatus?: number | null;
|
|
22166
|
+
meta?: unknown;
|
|
22167
|
+
userFacingMessage?: string | null;
|
|
22168
|
+
} | null;
|
|
22169
|
+
SLACK?: {
|
|
22170
|
+
code?: string | null;
|
|
22171
|
+
errorMessage?: string | null;
|
|
22172
|
+
isTransient?: boolean | null;
|
|
22173
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22174
|
+
httpStatus?: number | null;
|
|
22175
|
+
meta?: unknown;
|
|
22176
|
+
userFacingMessage?: string | null;
|
|
22177
|
+
} | null;
|
|
22178
|
+
BLUESKY?: {
|
|
22179
|
+
code?: string | null;
|
|
22180
|
+
errorMessage?: string | null;
|
|
22181
|
+
isTransient?: boolean | null;
|
|
22182
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22183
|
+
httpStatus?: number | null;
|
|
22184
|
+
meta?: unknown;
|
|
22185
|
+
userFacingMessage?: string | null;
|
|
22186
|
+
} | null;
|
|
22187
|
+
} | null;
|
|
22188
|
+
externalData?: {
|
|
22189
|
+
FACEBOOK?: {
|
|
22190
|
+
id?: string | null;
|
|
22191
|
+
permalink?: string | null;
|
|
22192
|
+
} | null;
|
|
22193
|
+
INSTAGRAM?: {
|
|
22194
|
+
id?: string | null;
|
|
22195
|
+
permalink?: string | null;
|
|
22196
|
+
} | null;
|
|
22197
|
+
TIKTOK?: {
|
|
22198
|
+
id?: string | null;
|
|
22199
|
+
permalink?: string | null;
|
|
22200
|
+
} | null;
|
|
22201
|
+
LINKEDIN?: {
|
|
22202
|
+
id?: string | null;
|
|
22203
|
+
commentUrn?: string | null;
|
|
22204
|
+
permalink?: string | null;
|
|
22205
|
+
} | null;
|
|
22206
|
+
REDDIT?: {
|
|
22207
|
+
id?: string | null;
|
|
22208
|
+
permalink?: string | null;
|
|
22209
|
+
} | null;
|
|
22210
|
+
YOUTUBE?: {
|
|
22211
|
+
id?: string | null;
|
|
22212
|
+
permalink?: string | null;
|
|
22213
|
+
} | null;
|
|
22214
|
+
MASTODON?: {
|
|
22215
|
+
id?: string | null;
|
|
22216
|
+
permalink?: string | null;
|
|
22217
|
+
} | null;
|
|
22218
|
+
THREADS?: {
|
|
22219
|
+
id?: string | null;
|
|
22220
|
+
permalink?: string | null;
|
|
22221
|
+
} | null;
|
|
22222
|
+
DISCORD?: {
|
|
22223
|
+
id?: string | null;
|
|
22224
|
+
permalink?: string | null;
|
|
22225
|
+
} | null;
|
|
22226
|
+
SLACK?: {
|
|
22227
|
+
id?: string | null;
|
|
22228
|
+
permalink?: string | null;
|
|
22229
|
+
} | null;
|
|
22230
|
+
BLUESKY?: {
|
|
22231
|
+
id?: string | null;
|
|
22232
|
+
uri?: string | null;
|
|
22233
|
+
/**
|
|
22234
|
+
* Content ID of the created record
|
|
22235
|
+
*/
|
|
22236
|
+
cid?: string | null;
|
|
22237
|
+
permalink?: string | null;
|
|
22238
|
+
/**
|
|
22239
|
+
* Author DID (owner of the record)
|
|
22240
|
+
*/
|
|
22241
|
+
did?: string | null;
|
|
22242
|
+
} | null;
|
|
22243
|
+
} | null;
|
|
22244
|
+
createdAt: string | null;
|
|
22245
|
+
updatedAt: string | null;
|
|
22246
|
+
deletedAt?: string | null;
|
|
22247
|
+
}>;
|
|
22248
|
+
total: number;
|
|
21308
22249
|
};
|
|
21309
22250
|
/**
|
|
21310
22251
|
* 400
|
|
@@ -21355,8 +22296,8 @@ type $OpenApiTs = {
|
|
|
21355
22296
|
};
|
|
21356
22297
|
};
|
|
21357
22298
|
};
|
|
21358
|
-
|
|
21359
|
-
req:
|
|
22299
|
+
post: {
|
|
22300
|
+
req: CommentCreateData;
|
|
21360
22301
|
res: {
|
|
21361
22302
|
/**
|
|
21362
22303
|
* 200
|
|
@@ -21490,378 +22431,97 @@ type $OpenApiTs = {
|
|
|
21490
22431
|
errorMessage?: string | null;
|
|
21491
22432
|
isTransient?: boolean | null;
|
|
21492
22433
|
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21493
|
-
httpStatus?: number | null;
|
|
21494
|
-
meta?: unknown;
|
|
21495
|
-
userFacingMessage?: string | null;
|
|
21496
|
-
} | null;
|
|
21497
|
-
DISCORD?: {
|
|
21498
|
-
code?: string | null;
|
|
21499
|
-
errorMessage?: string | null;
|
|
21500
|
-
isTransient?: boolean | null;
|
|
21501
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21502
|
-
httpStatus?: number | null;
|
|
21503
|
-
meta?: unknown;
|
|
21504
|
-
userFacingMessage?: string | null;
|
|
21505
|
-
} | null;
|
|
21506
|
-
SLACK?: {
|
|
21507
|
-
code?: string | null;
|
|
21508
|
-
errorMessage?: string | null;
|
|
21509
|
-
isTransient?: boolean | null;
|
|
21510
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21511
|
-
httpStatus?: number | null;
|
|
21512
|
-
meta?: unknown;
|
|
21513
|
-
userFacingMessage?: string | null;
|
|
21514
|
-
} | null;
|
|
21515
|
-
BLUESKY?: {
|
|
21516
|
-
code?: string | null;
|
|
21517
|
-
errorMessage?: string | null;
|
|
21518
|
-
isTransient?: boolean | null;
|
|
21519
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21520
|
-
httpStatus?: number | null;
|
|
21521
|
-
meta?: unknown;
|
|
21522
|
-
userFacingMessage?: string | null;
|
|
21523
|
-
} | null;
|
|
21524
|
-
} | null;
|
|
21525
|
-
externalData?: {
|
|
21526
|
-
FACEBOOK?: {
|
|
21527
|
-
id?: string | null;
|
|
21528
|
-
permalink?: string | null;
|
|
21529
|
-
} | null;
|
|
21530
|
-
INSTAGRAM?: {
|
|
21531
|
-
id?: string | null;
|
|
21532
|
-
permalink?: string | null;
|
|
21533
|
-
} | null;
|
|
21534
|
-
TIKTOK?: {
|
|
21535
|
-
id?: string | null;
|
|
21536
|
-
permalink?: string | null;
|
|
21537
|
-
} | null;
|
|
21538
|
-
LINKEDIN?: {
|
|
21539
|
-
id?: string | null;
|
|
21540
|
-
commentUrn?: string | null;
|
|
21541
|
-
permalink?: string | null;
|
|
21542
|
-
} | null;
|
|
21543
|
-
REDDIT?: {
|
|
21544
|
-
id?: string | null;
|
|
21545
|
-
permalink?: string | null;
|
|
21546
|
-
} | null;
|
|
21547
|
-
YOUTUBE?: {
|
|
21548
|
-
id?: string | null;
|
|
21549
|
-
permalink?: string | null;
|
|
21550
|
-
} | null;
|
|
21551
|
-
MASTODON?: {
|
|
21552
|
-
id?: string | null;
|
|
21553
|
-
permalink?: string | null;
|
|
21554
|
-
} | null;
|
|
21555
|
-
THREADS?: {
|
|
21556
|
-
id?: string | null;
|
|
21557
|
-
permalink?: string | null;
|
|
21558
|
-
} | null;
|
|
21559
|
-
DISCORD?: {
|
|
21560
|
-
id?: string | null;
|
|
21561
|
-
permalink?: string | null;
|
|
21562
|
-
} | null;
|
|
21563
|
-
SLACK?: {
|
|
21564
|
-
id?: string | null;
|
|
21565
|
-
permalink?: string | null;
|
|
21566
|
-
} | null;
|
|
21567
|
-
BLUESKY?: {
|
|
21568
|
-
id?: string | null;
|
|
21569
|
-
uri?: string | null;
|
|
21570
|
-
/**
|
|
21571
|
-
* Content ID of the created record
|
|
21572
|
-
*/
|
|
21573
|
-
cid?: string | null;
|
|
21574
|
-
permalink?: string | null;
|
|
21575
|
-
/**
|
|
21576
|
-
* Author DID (owner of the record)
|
|
21577
|
-
*/
|
|
21578
|
-
did?: string | null;
|
|
21579
|
-
} | null;
|
|
21580
|
-
} | null;
|
|
21581
|
-
createdAt: string | null;
|
|
21582
|
-
updatedAt: string | null;
|
|
21583
|
-
deletedAt?: string | null;
|
|
21584
|
-
};
|
|
21585
|
-
/**
|
|
21586
|
-
* 400
|
|
21587
|
-
*/
|
|
21588
|
-
400: {
|
|
21589
|
-
statusCode?: number | null;
|
|
21590
|
-
message: string;
|
|
21591
|
-
issues?: Array<{
|
|
21592
|
-
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21593
|
-
message: string;
|
|
21594
|
-
path?: Array<(string | number)> | null;
|
|
21595
|
-
}> | null;
|
|
21596
|
-
};
|
|
21597
|
-
/**
|
|
21598
|
-
* 401
|
|
21599
|
-
*/
|
|
21600
|
-
401: {
|
|
21601
|
-
statusCode?: number | null;
|
|
21602
|
-
message: string;
|
|
21603
|
-
};
|
|
21604
|
-
/**
|
|
21605
|
-
* 403
|
|
21606
|
-
*/
|
|
21607
|
-
403: {
|
|
21608
|
-
statusCode?: number | null;
|
|
21609
|
-
message: string;
|
|
21610
|
-
};
|
|
21611
|
-
/**
|
|
21612
|
-
* 404
|
|
21613
|
-
*/
|
|
21614
|
-
404: {
|
|
21615
|
-
statusCode?: number | null;
|
|
21616
|
-
message: string;
|
|
21617
|
-
};
|
|
21618
|
-
/**
|
|
21619
|
-
* 429
|
|
21620
|
-
*/
|
|
21621
|
-
429: {
|
|
21622
|
-
statusCode?: number | null;
|
|
21623
|
-
message: string;
|
|
21624
|
-
};
|
|
21625
|
-
/**
|
|
21626
|
-
* 500
|
|
21627
|
-
*/
|
|
21628
|
-
500: {
|
|
21629
|
-
statusCode?: number | null;
|
|
21630
|
-
message: string;
|
|
21631
|
-
};
|
|
21632
|
-
};
|
|
21633
|
-
};
|
|
21634
|
-
};
|
|
21635
|
-
'/api/v1/comment/': {
|
|
21636
|
-
get: {
|
|
21637
|
-
req: CommentGetListData;
|
|
21638
|
-
res: {
|
|
21639
|
-
/**
|
|
21640
|
-
* 200
|
|
21641
|
-
*/
|
|
21642
|
-
200: {
|
|
21643
|
-
items: Array<{
|
|
21644
|
-
id: string;
|
|
21645
|
-
teamId: string;
|
|
21646
|
-
organizationId?: string | null;
|
|
21647
|
-
internalPostId: string;
|
|
21648
|
-
internalParentCommentId?: string | null;
|
|
21649
|
-
fetchedParentCommentId?: string | null;
|
|
21650
|
-
title: string;
|
|
21651
|
-
postDate: string | null;
|
|
21652
|
-
postedDate?: string | null;
|
|
21653
|
-
status: 'DRAFT' | 'SCHEDULED' | 'POSTED' | 'ERROR' | 'DELETED' | 'PROCESSING' | 'RETRYING';
|
|
21654
|
-
data: {
|
|
21655
|
-
FACEBOOK?: {
|
|
21656
|
-
text?: string | null;
|
|
21657
|
-
} | null;
|
|
21658
|
-
INSTAGRAM?: {
|
|
21659
|
-
text?: string | null;
|
|
21660
|
-
} | null;
|
|
21661
|
-
THREADS?: {
|
|
21662
|
-
text?: string | null;
|
|
21663
|
-
} | null;
|
|
21664
|
-
TIKTOK?: {
|
|
21665
|
-
text?: string | null;
|
|
21666
|
-
} | null;
|
|
21667
|
-
LINKEDIN?: {
|
|
21668
|
-
text?: string | null;
|
|
21669
|
-
} | null;
|
|
21670
|
-
YOUTUBE?: {
|
|
21671
|
-
text?: string | null;
|
|
21672
|
-
} | null;
|
|
21673
|
-
REDDIT?: {
|
|
21674
|
-
text?: string | null;
|
|
21675
|
-
} | null;
|
|
21676
|
-
MASTODON?: {
|
|
21677
|
-
text?: string | null;
|
|
21678
|
-
} | null;
|
|
21679
|
-
DISCORD?: {
|
|
21680
|
-
text?: string | null;
|
|
21681
|
-
} | null;
|
|
21682
|
-
SLACK?: {
|
|
21683
|
-
text?: string | null;
|
|
21684
|
-
} | null;
|
|
21685
|
-
BLUESKY?: {
|
|
21686
|
-
text?: string | null;
|
|
21687
|
-
} | null;
|
|
21688
|
-
};
|
|
21689
|
-
error?: string | null;
|
|
21690
|
-
errors?: {
|
|
21691
|
-
FACEBOOK?: string | null;
|
|
21692
|
-
INSTAGRAM?: string | null;
|
|
21693
|
-
TIKTOK?: string | null;
|
|
21694
|
-
LINKEDIN?: string | null;
|
|
21695
|
-
REDDIT?: string | null;
|
|
21696
|
-
YOUTUBE?: string | null;
|
|
21697
|
-
MASTODON?: string | null;
|
|
21698
|
-
THREADS?: string | null;
|
|
21699
|
-
DISCORD?: string | null;
|
|
21700
|
-
SLACK?: string | null;
|
|
21701
|
-
BLUESKY?: string | null;
|
|
22434
|
+
httpStatus?: number | null;
|
|
22435
|
+
meta?: unknown;
|
|
22436
|
+
userFacingMessage?: string | null;
|
|
21702
22437
|
} | null;
|
|
21703
|
-
|
|
21704
|
-
|
|
21705
|
-
|
|
21706
|
-
|
|
21707
|
-
|
|
21708
|
-
|
|
21709
|
-
|
|
21710
|
-
|
|
21711
|
-
userFacingMessage?: string | null;
|
|
21712
|
-
} | null;
|
|
21713
|
-
INSTAGRAM?: {
|
|
21714
|
-
code?: string | null;
|
|
21715
|
-
errorMessage?: string | null;
|
|
21716
|
-
isTransient?: boolean | null;
|
|
21717
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21718
|
-
httpStatus?: number | null;
|
|
21719
|
-
meta?: unknown;
|
|
21720
|
-
userFacingMessage?: string | null;
|
|
21721
|
-
} | null;
|
|
21722
|
-
TIKTOK?: {
|
|
21723
|
-
code?: string | null;
|
|
21724
|
-
errorMessage?: string | null;
|
|
21725
|
-
isTransient?: boolean | null;
|
|
21726
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21727
|
-
httpStatus?: number | null;
|
|
21728
|
-
meta?: unknown;
|
|
21729
|
-
userFacingMessage?: string | null;
|
|
21730
|
-
} | null;
|
|
21731
|
-
LINKEDIN?: {
|
|
21732
|
-
code?: string | null;
|
|
21733
|
-
errorMessage?: string | null;
|
|
21734
|
-
isTransient?: boolean | null;
|
|
21735
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21736
|
-
httpStatus?: number | null;
|
|
21737
|
-
meta?: unknown;
|
|
21738
|
-
userFacingMessage?: string | null;
|
|
21739
|
-
} | null;
|
|
21740
|
-
REDDIT?: {
|
|
21741
|
-
code?: string | null;
|
|
21742
|
-
errorMessage?: string | null;
|
|
21743
|
-
isTransient?: boolean | null;
|
|
21744
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21745
|
-
httpStatus?: number | null;
|
|
21746
|
-
meta?: unknown;
|
|
21747
|
-
userFacingMessage?: string | null;
|
|
21748
|
-
} | null;
|
|
21749
|
-
YOUTUBE?: {
|
|
21750
|
-
code?: string | null;
|
|
21751
|
-
errorMessage?: string | null;
|
|
21752
|
-
isTransient?: boolean | null;
|
|
21753
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21754
|
-
httpStatus?: number | null;
|
|
21755
|
-
meta?: unknown;
|
|
21756
|
-
userFacingMessage?: string | null;
|
|
21757
|
-
} | null;
|
|
21758
|
-
MASTODON?: {
|
|
21759
|
-
code?: string | null;
|
|
21760
|
-
errorMessage?: string | null;
|
|
21761
|
-
isTransient?: boolean | null;
|
|
21762
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21763
|
-
httpStatus?: number | null;
|
|
21764
|
-
meta?: unknown;
|
|
21765
|
-
userFacingMessage?: string | null;
|
|
21766
|
-
} | null;
|
|
21767
|
-
THREADS?: {
|
|
21768
|
-
code?: string | null;
|
|
21769
|
-
errorMessage?: string | null;
|
|
21770
|
-
isTransient?: boolean | null;
|
|
21771
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21772
|
-
httpStatus?: number | null;
|
|
21773
|
-
meta?: unknown;
|
|
21774
|
-
userFacingMessage?: string | null;
|
|
21775
|
-
} | null;
|
|
21776
|
-
DISCORD?: {
|
|
21777
|
-
code?: string | null;
|
|
21778
|
-
errorMessage?: string | null;
|
|
21779
|
-
isTransient?: boolean | null;
|
|
21780
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21781
|
-
httpStatus?: number | null;
|
|
21782
|
-
meta?: unknown;
|
|
21783
|
-
userFacingMessage?: string | null;
|
|
21784
|
-
} | null;
|
|
21785
|
-
SLACK?: {
|
|
21786
|
-
code?: string | null;
|
|
21787
|
-
errorMessage?: string | null;
|
|
21788
|
-
isTransient?: boolean | null;
|
|
21789
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21790
|
-
httpStatus?: number | null;
|
|
21791
|
-
meta?: unknown;
|
|
21792
|
-
userFacingMessage?: string | null;
|
|
21793
|
-
} | null;
|
|
21794
|
-
BLUESKY?: {
|
|
21795
|
-
code?: string | null;
|
|
21796
|
-
errorMessage?: string | null;
|
|
21797
|
-
isTransient?: boolean | null;
|
|
21798
|
-
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
21799
|
-
httpStatus?: number | null;
|
|
21800
|
-
meta?: unknown;
|
|
21801
|
-
userFacingMessage?: string | null;
|
|
21802
|
-
} | null;
|
|
22438
|
+
DISCORD?: {
|
|
22439
|
+
code?: string | null;
|
|
22440
|
+
errorMessage?: string | null;
|
|
22441
|
+
isTransient?: boolean | null;
|
|
22442
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22443
|
+
httpStatus?: number | null;
|
|
22444
|
+
meta?: unknown;
|
|
22445
|
+
userFacingMessage?: string | null;
|
|
21803
22446
|
} | null;
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
|
|
21807
|
-
|
|
21808
|
-
|
|
21809
|
-
|
|
21810
|
-
|
|
21811
|
-
|
|
21812
|
-
} | null;
|
|
21813
|
-
TIKTOK?: {
|
|
21814
|
-
id?: string | null;
|
|
21815
|
-
permalink?: string | null;
|
|
21816
|
-
} | null;
|
|
21817
|
-
LINKEDIN?: {
|
|
21818
|
-
id?: string | null;
|
|
21819
|
-
commentUrn?: string | null;
|
|
21820
|
-
permalink?: string | null;
|
|
21821
|
-
} | null;
|
|
21822
|
-
REDDIT?: {
|
|
21823
|
-
id?: string | null;
|
|
21824
|
-
permalink?: string | null;
|
|
21825
|
-
} | null;
|
|
21826
|
-
YOUTUBE?: {
|
|
21827
|
-
id?: string | null;
|
|
21828
|
-
permalink?: string | null;
|
|
21829
|
-
} | null;
|
|
21830
|
-
MASTODON?: {
|
|
21831
|
-
id?: string | null;
|
|
21832
|
-
permalink?: string | null;
|
|
21833
|
-
} | null;
|
|
21834
|
-
THREADS?: {
|
|
21835
|
-
id?: string | null;
|
|
21836
|
-
permalink?: string | null;
|
|
21837
|
-
} | null;
|
|
21838
|
-
DISCORD?: {
|
|
21839
|
-
id?: string | null;
|
|
21840
|
-
permalink?: string | null;
|
|
21841
|
-
} | null;
|
|
21842
|
-
SLACK?: {
|
|
21843
|
-
id?: string | null;
|
|
21844
|
-
permalink?: string | null;
|
|
21845
|
-
} | null;
|
|
21846
|
-
BLUESKY?: {
|
|
21847
|
-
id?: string | null;
|
|
21848
|
-
uri?: string | null;
|
|
21849
|
-
/**
|
|
21850
|
-
* Content ID of the created record
|
|
21851
|
-
*/
|
|
21852
|
-
cid?: string | null;
|
|
21853
|
-
permalink?: string | null;
|
|
21854
|
-
/**
|
|
21855
|
-
* Author DID (owner of the record)
|
|
21856
|
-
*/
|
|
21857
|
-
did?: string | null;
|
|
21858
|
-
} | null;
|
|
22447
|
+
SLACK?: {
|
|
22448
|
+
code?: string | null;
|
|
22449
|
+
errorMessage?: string | null;
|
|
22450
|
+
isTransient?: boolean | null;
|
|
22451
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22452
|
+
httpStatus?: number | null;
|
|
22453
|
+
meta?: unknown;
|
|
22454
|
+
userFacingMessage?: string | null;
|
|
21859
22455
|
} | null;
|
|
21860
|
-
|
|
21861
|
-
|
|
21862
|
-
|
|
21863
|
-
|
|
21864
|
-
|
|
22456
|
+
BLUESKY?: {
|
|
22457
|
+
code?: string | null;
|
|
22458
|
+
errorMessage?: string | null;
|
|
22459
|
+
isTransient?: boolean | null;
|
|
22460
|
+
retryability?: 'retryable' | 'non_retryable' | 'unknown' | null;
|
|
22461
|
+
httpStatus?: number | null;
|
|
22462
|
+
meta?: unknown;
|
|
22463
|
+
userFacingMessage?: string | null;
|
|
22464
|
+
} | null;
|
|
22465
|
+
} | null;
|
|
22466
|
+
externalData?: {
|
|
22467
|
+
FACEBOOK?: {
|
|
22468
|
+
id?: string | null;
|
|
22469
|
+
permalink?: string | null;
|
|
22470
|
+
} | null;
|
|
22471
|
+
INSTAGRAM?: {
|
|
22472
|
+
id?: string | null;
|
|
22473
|
+
permalink?: string | null;
|
|
22474
|
+
} | null;
|
|
22475
|
+
TIKTOK?: {
|
|
22476
|
+
id?: string | null;
|
|
22477
|
+
permalink?: string | null;
|
|
22478
|
+
} | null;
|
|
22479
|
+
LINKEDIN?: {
|
|
22480
|
+
id?: string | null;
|
|
22481
|
+
commentUrn?: string | null;
|
|
22482
|
+
permalink?: string | null;
|
|
22483
|
+
} | null;
|
|
22484
|
+
REDDIT?: {
|
|
22485
|
+
id?: string | null;
|
|
22486
|
+
permalink?: string | null;
|
|
22487
|
+
} | null;
|
|
22488
|
+
YOUTUBE?: {
|
|
22489
|
+
id?: string | null;
|
|
22490
|
+
permalink?: string | null;
|
|
22491
|
+
} | null;
|
|
22492
|
+
MASTODON?: {
|
|
22493
|
+
id?: string | null;
|
|
22494
|
+
permalink?: string | null;
|
|
22495
|
+
} | null;
|
|
22496
|
+
THREADS?: {
|
|
22497
|
+
id?: string | null;
|
|
22498
|
+
permalink?: string | null;
|
|
22499
|
+
} | null;
|
|
22500
|
+
DISCORD?: {
|
|
22501
|
+
id?: string | null;
|
|
22502
|
+
permalink?: string | null;
|
|
22503
|
+
} | null;
|
|
22504
|
+
SLACK?: {
|
|
22505
|
+
id?: string | null;
|
|
22506
|
+
permalink?: string | null;
|
|
22507
|
+
} | null;
|
|
22508
|
+
BLUESKY?: {
|
|
22509
|
+
id?: string | null;
|
|
22510
|
+
uri?: string | null;
|
|
22511
|
+
/**
|
|
22512
|
+
* Content ID of the created record
|
|
22513
|
+
*/
|
|
22514
|
+
cid?: string | null;
|
|
22515
|
+
permalink?: string | null;
|
|
22516
|
+
/**
|
|
22517
|
+
* Author DID (owner of the record)
|
|
22518
|
+
*/
|
|
22519
|
+
did?: string | null;
|
|
22520
|
+
} | null;
|
|
22521
|
+
} | null;
|
|
22522
|
+
createdAt: string | null;
|
|
22523
|
+
updatedAt: string | null;
|
|
22524
|
+
deletedAt?: string | null;
|
|
21865
22525
|
};
|
|
21866
22526
|
/**
|
|
21867
22527
|
* 400
|
|
@@ -21912,8 +22572,10 @@ type $OpenApiTs = {
|
|
|
21912
22572
|
};
|
|
21913
22573
|
};
|
|
21914
22574
|
};
|
|
22575
|
+
};
|
|
22576
|
+
'/api/v1/comment/{id}/retry': {
|
|
21915
22577
|
post: {
|
|
21916
|
-
req:
|
|
22578
|
+
req: CommentRetryData;
|
|
21917
22579
|
res: {
|
|
21918
22580
|
/**
|
|
21919
22581
|
* 200
|
|
@@ -29290,6 +29952,14 @@ declare class CommentService {
|
|
|
29290
29952
|
* @throws ApiError
|
|
29291
29953
|
*/
|
|
29292
29954
|
commentCreate(data?: CommentCreateData): CancelablePromise<CommentCreateResponse>;
|
|
29955
|
+
/**
|
|
29956
|
+
* Retry comment
|
|
29957
|
+
* @param data The data for the request.
|
|
29958
|
+
* @param data.id
|
|
29959
|
+
* @returns unknown 200
|
|
29960
|
+
* @throws ApiError
|
|
29961
|
+
*/
|
|
29962
|
+
commentRetry(data: CommentRetryData): CancelablePromise<CommentRetryResponse>;
|
|
29293
29963
|
}
|
|
29294
29964
|
declare class MiscService {
|
|
29295
29965
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -30234,4 +30904,4 @@ declare class Bundlesocial extends Client {
|
|
|
30234
30904
|
constructor(apiKey: string, options?: OpenAPIConfig);
|
|
30235
30905
|
}
|
|
30236
30906
|
|
|
30237
|
-
export { $OpenApiTs, AnalyticsForcePostAnalyticsData, AnalyticsForcePostAnalyticsResponse, AnalyticsForceSocialAccountAnalyticsData, AnalyticsForceSocialAccountAnalyticsResponse, AnalyticsGetBulkPostAnalyticsData, AnalyticsGetBulkPostAnalyticsResponse, AnalyticsGetPostAnalyticsData, AnalyticsGetPostAnalyticsRawData, AnalyticsGetPostAnalyticsRawResponse, AnalyticsGetPostAnalyticsResponse, AnalyticsGetSocialAccountAnalyticsData, AnalyticsGetSocialAccountAnalyticsRawData, AnalyticsGetSocialAccountAnalyticsRawResponse, AnalyticsGetSocialAccountAnalyticsResponse, ApiError, AppGetHealthResponse, BaseHttpRequest, Bundlesocial, CancelError, CancelablePromise, CommentCreateData, CommentCreateResponse, CommentDeleteData, CommentDeleteResponse, CommentGetData, CommentGetListData, CommentGetListResponse, CommentGetResponse, CommentImportActionFetchedCommentData, CommentImportActionFetchedCommentResponse, CommentImportCreateData, CommentImportCreateResponse, CommentImportGetByIdData, CommentImportGetByIdResponse, CommentImportGetFetchedCommentsData, CommentImportGetFetchedCommentsResponse, CommentImportGetListData, CommentImportGetListResponse, CommentUpdateData, CommentUpdateResponse, MiscBlueskyDeleteCommentData, MiscBlueskyDeleteCommentResponse, MiscBlueskyDeletePostData, MiscBlueskyDeletePostResponse, MiscDiscordDeleteMessageData, MiscDiscordDeleteMessageResponse, MiscFacebookDeleteCommentData, MiscFacebookDeleteCommentResponse, MiscFacebookDeletePostData, MiscFacebookDeletePostResponse, MiscFacebookEditCommentData, MiscFacebookEditCommentResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscFacebookGetRecommendationByIdData, MiscFacebookGetRecommendationByIdResponse, MiscFacebookGetRecommendationCommentsData, MiscFacebookGetRecommendationCommentsResponse, MiscFacebookGetRecommendationImportByIdData, MiscFacebookGetRecommendationImportByIdResponse, MiscFacebookGetRecommendationImportStatusData, MiscFacebookGetRecommendationImportStatusResponse, MiscFacebookGetRecommendationsData, MiscFacebookGetRecommendationsResponse, MiscFacebookGetTokenDebugData, MiscFacebookGetTokenDebugResponse, MiscFacebookImportRecommendationsData, MiscFacebookImportRecommendationsResponse, MiscFacebookReplyToRecommendationCommentData, MiscFacebookReplyToRecommendationCommentResponse, MiscFacebookReplyToRecommendationData, MiscFacebookReplyToRecommendationResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscGoogleBusinessCreatePlaceActionLinkData, MiscGoogleBusinessCreatePlaceActionLinkResponse, MiscGoogleBusinessDeleteMediaData, MiscGoogleBusinessDeleteMediaResponse, MiscGoogleBusinessDeletePlaceActionLinkData, MiscGoogleBusinessDeletePlaceActionLinkResponse, MiscGoogleBusinessDeletePostData, MiscGoogleBusinessDeletePostResponse, MiscGoogleBusinessDeleteReviewReplyData, MiscGoogleBusinessDeleteReviewReplyResponse, MiscGoogleBusinessGetAttributesData, MiscGoogleBusinessGetAttributesResponse, MiscGoogleBusinessGetFoodMenusData, MiscGoogleBusinessGetFoodMenusResponse, MiscGoogleBusinessGetLocationData, MiscGoogleBusinessGetLocationResponse, MiscGoogleBusinessGetReviewByIdData, MiscGoogleBusinessGetReviewByIdResponse, MiscGoogleBusinessGetReviewImportByIdData, MiscGoogleBusinessGetReviewImportByIdResponse, MiscGoogleBusinessGetReviewImportStatusData, MiscGoogleBusinessGetReviewImportStatusResponse, MiscGoogleBusinessGetReviewsData, MiscGoogleBusinessGetReviewsResponse, MiscGoogleBusinessGetServiceListData, MiscGoogleBusinessGetServiceListResponse, MiscGoogleBusinessImportReviewsData, MiscGoogleBusinessImportReviewsResponse, MiscGoogleBusinessListAvailableAttributesData, MiscGoogleBusinessListAvailableAttributesResponse, MiscGoogleBusinessListCategoriesData, MiscGoogleBusinessListCategoriesResponse, MiscGoogleBusinessListMediaData, MiscGoogleBusinessListMediaResponse, MiscGoogleBusinessListPlaceActionLinksData, MiscGoogleBusinessListPlaceActionLinksResponse, MiscGoogleBusinessReplyToReviewData, MiscGoogleBusinessReplyToReviewResponse, MiscGoogleBusinessUpdateAttributesData, MiscGoogleBusinessUpdateAttributesResponse, MiscGoogleBusinessUpdateFoodMenusData, MiscGoogleBusinessUpdateFoodMenusResponse, MiscGoogleBusinessUpdateHoursData, MiscGoogleBusinessUpdateHoursResponse, MiscGoogleBusinessUpdateLocationData, MiscGoogleBusinessUpdateLocationResponse, MiscGoogleBusinessUpdatePlaceActionLinkData, MiscGoogleBusinessUpdatePlaceActionLinkResponse, MiscGoogleBusinessUpdateServiceListData, MiscGoogleBusinessUpdateServiceListResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscInstagramDeleteCommentData, MiscInstagramDeleteCommentResponse, MiscInstagramSearchAudioData, MiscInstagramSearchAudioResponse, MiscInstagramSearchLocationsData, MiscInstagramSearchLocationsResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinDeleteCommentData, MiscLinkedinDeleteCommentResponse, MiscLinkedinDeletePostData, MiscLinkedinDeletePostResponse, MiscLinkedinEditCommentData, MiscLinkedinEditCommentResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonDeleteCommentData, MiscMastodonDeleteCommentResponse, MiscMastodonDeleteStatusData, MiscMastodonDeleteStatusResponse, MiscMastodonEditCommentData, MiscMastodonEditCommentResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestDeletePinData, MiscPinterestDeletePinResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditDeleteCommentData, MiscRedditDeleteCommentResponse, MiscRedditDeletePostData, MiscRedditDeletePostResponse, MiscRedditEditCommentData, MiscRedditEditCommentResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackDeleteMessageData, MiscSlackDeleteMessageResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscTiktokDeleteCommentData, MiscTiktokDeleteCommentResponse, MiscTiktokGetCommercialMusicTrendingListData, MiscTiktokGetCommercialMusicTrendingListResponse, MiscTwitterDeleteTweetData, MiscTwitterDeleteTweetResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteCommentData, MiscYoutubeDeleteCommentResponse, MiscYoutubeDeleteVideoData, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeDeleteVideoResponse, MiscYoutubeEditCommentData, MiscYoutubeEditCommentResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetCommentsUsageResponse, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetReconnectSocialAccountCandidatesData, PostGetReconnectSocialAccountCandidatesResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportDeleteImportedPostsData, PostImportDeleteImportedPostsResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostReconnectSocialAccountData, PostReconnectSocialAccountResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountConnectionCheckData, SocialAccountConnectionCheckResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountGetAccountsToDeleteData, SocialAccountGetAccountsToDeleteResponse, SocialAccountGetByTypeData, SocialAccountGetByTypeResponse, SocialAccountProfileRefreshData, SocialAccountProfileRefreshResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, SocialAccountUnsetChannelData, SocialAccountUnsetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateFromUrlData, UploadCreateFromUrlResponse, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|
|
30907
|
+
export { $OpenApiTs, AnalyticsForcePostAnalyticsData, AnalyticsForcePostAnalyticsResponse, AnalyticsForceSocialAccountAnalyticsData, AnalyticsForceSocialAccountAnalyticsResponse, AnalyticsGetBulkPostAnalyticsData, AnalyticsGetBulkPostAnalyticsResponse, AnalyticsGetPostAnalyticsData, AnalyticsGetPostAnalyticsRawData, AnalyticsGetPostAnalyticsRawResponse, AnalyticsGetPostAnalyticsResponse, AnalyticsGetSocialAccountAnalyticsData, AnalyticsGetSocialAccountAnalyticsRawData, AnalyticsGetSocialAccountAnalyticsRawResponse, AnalyticsGetSocialAccountAnalyticsResponse, ApiError, AppGetHealthResponse, BaseHttpRequest, Bundlesocial, CancelError, CancelablePromise, CommentCreateData, CommentCreateResponse, CommentDeleteData, CommentDeleteResponse, CommentGetData, CommentGetListData, CommentGetListResponse, CommentGetResponse, CommentImportActionFetchedCommentData, CommentImportActionFetchedCommentResponse, CommentImportCreateData, CommentImportCreateResponse, CommentImportGetByIdData, CommentImportGetByIdResponse, CommentImportGetFetchedCommentsData, CommentImportGetFetchedCommentsResponse, CommentImportGetListData, CommentImportGetListResponse, CommentRetryData, CommentRetryResponse, CommentUpdateData, CommentUpdateResponse, MiscBlueskyDeleteCommentData, MiscBlueskyDeleteCommentResponse, MiscBlueskyDeletePostData, MiscBlueskyDeletePostResponse, MiscDiscordDeleteMessageData, MiscDiscordDeleteMessageResponse, MiscFacebookDeleteCommentData, MiscFacebookDeleteCommentResponse, MiscFacebookDeletePostData, MiscFacebookDeletePostResponse, MiscFacebookEditCommentData, MiscFacebookEditCommentResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscFacebookGetRecommendationByIdData, MiscFacebookGetRecommendationByIdResponse, MiscFacebookGetRecommendationCommentsData, MiscFacebookGetRecommendationCommentsResponse, MiscFacebookGetRecommendationImportByIdData, MiscFacebookGetRecommendationImportByIdResponse, MiscFacebookGetRecommendationImportStatusData, MiscFacebookGetRecommendationImportStatusResponse, MiscFacebookGetRecommendationsData, MiscFacebookGetRecommendationsResponse, MiscFacebookGetTokenDebugData, MiscFacebookGetTokenDebugResponse, MiscFacebookImportRecommendationsData, MiscFacebookImportRecommendationsResponse, MiscFacebookReplyToRecommendationCommentData, MiscFacebookReplyToRecommendationCommentResponse, MiscFacebookReplyToRecommendationData, MiscFacebookReplyToRecommendationResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscGoogleBusinessCreatePlaceActionLinkData, MiscGoogleBusinessCreatePlaceActionLinkResponse, MiscGoogleBusinessDeleteMediaData, MiscGoogleBusinessDeleteMediaResponse, MiscGoogleBusinessDeletePlaceActionLinkData, MiscGoogleBusinessDeletePlaceActionLinkResponse, MiscGoogleBusinessDeletePostData, MiscGoogleBusinessDeletePostResponse, MiscGoogleBusinessDeleteReviewReplyData, MiscGoogleBusinessDeleteReviewReplyResponse, MiscGoogleBusinessGetAttributesData, MiscGoogleBusinessGetAttributesResponse, MiscGoogleBusinessGetFoodMenusData, MiscGoogleBusinessGetFoodMenusResponse, MiscGoogleBusinessGetLocationData, MiscGoogleBusinessGetLocationResponse, MiscGoogleBusinessGetReviewByIdData, MiscGoogleBusinessGetReviewByIdResponse, MiscGoogleBusinessGetReviewImportByIdData, MiscGoogleBusinessGetReviewImportByIdResponse, MiscGoogleBusinessGetReviewImportStatusData, MiscGoogleBusinessGetReviewImportStatusResponse, MiscGoogleBusinessGetReviewsData, MiscGoogleBusinessGetReviewsResponse, MiscGoogleBusinessGetServiceListData, MiscGoogleBusinessGetServiceListResponse, MiscGoogleBusinessImportReviewsData, MiscGoogleBusinessImportReviewsResponse, MiscGoogleBusinessListAvailableAttributesData, MiscGoogleBusinessListAvailableAttributesResponse, MiscGoogleBusinessListCategoriesData, MiscGoogleBusinessListCategoriesResponse, MiscGoogleBusinessListMediaData, MiscGoogleBusinessListMediaResponse, MiscGoogleBusinessListPlaceActionLinksData, MiscGoogleBusinessListPlaceActionLinksResponse, MiscGoogleBusinessReplyToReviewData, MiscGoogleBusinessReplyToReviewResponse, MiscGoogleBusinessUpdateAttributesData, MiscGoogleBusinessUpdateAttributesResponse, MiscGoogleBusinessUpdateFoodMenusData, MiscGoogleBusinessUpdateFoodMenusResponse, MiscGoogleBusinessUpdateHoursData, MiscGoogleBusinessUpdateHoursResponse, MiscGoogleBusinessUpdateLocationData, MiscGoogleBusinessUpdateLocationResponse, MiscGoogleBusinessUpdatePlaceActionLinkData, MiscGoogleBusinessUpdatePlaceActionLinkResponse, MiscGoogleBusinessUpdateServiceListData, MiscGoogleBusinessUpdateServiceListResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscInstagramDeleteCommentData, MiscInstagramDeleteCommentResponse, MiscInstagramSearchAudioData, MiscInstagramSearchAudioResponse, MiscInstagramSearchLocationsData, MiscInstagramSearchLocationsResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinDeleteCommentData, MiscLinkedinDeleteCommentResponse, MiscLinkedinDeletePostData, MiscLinkedinDeletePostResponse, MiscLinkedinEditCommentData, MiscLinkedinEditCommentResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonDeleteCommentData, MiscMastodonDeleteCommentResponse, MiscMastodonDeleteStatusData, MiscMastodonDeleteStatusResponse, MiscMastodonEditCommentData, MiscMastodonEditCommentResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestDeletePinData, MiscPinterestDeletePinResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditDeleteCommentData, MiscRedditDeleteCommentResponse, MiscRedditDeletePostData, MiscRedditDeletePostResponse, MiscRedditEditCommentData, MiscRedditEditCommentResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackDeleteMessageData, MiscSlackDeleteMessageResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscTiktokDeleteCommentData, MiscTiktokDeleteCommentResponse, MiscTiktokGetCommercialMusicTrendingListData, MiscTiktokGetCommercialMusicTrendingListResponse, MiscTwitterDeleteTweetData, MiscTwitterDeleteTweetResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteCommentData, MiscYoutubeDeleteCommentResponse, MiscYoutubeDeleteVideoData, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeDeleteVideoResponse, MiscYoutubeEditCommentData, MiscYoutubeEditCommentResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetCommentsUsageResponse, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetReconnectSocialAccountCandidatesData, PostGetReconnectSocialAccountCandidatesResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportDeleteImportedPostsData, PostImportDeleteImportedPostsResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostReconnectSocialAccountData, PostReconnectSocialAccountResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountConnectionCheckData, SocialAccountConnectionCheckResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountGetAccountsToDeleteData, SocialAccountGetAccountsToDeleteResponse, SocialAccountGetByTypeData, SocialAccountGetByTypeResponse, SocialAccountProfileRefreshData, SocialAccountProfileRefreshResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, SocialAccountUnsetChannelData, SocialAccountUnsetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateFromUrlData, UploadCreateFromUrlResponse, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|