bundlesocial 2.55.0 → 2.56.1

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 CHANGED
@@ -1868,6 +1868,10 @@ type PostGetByReferenceKeyResponse = {
1868
1868
  * Card description for the external link card
1869
1869
  */
1870
1870
  externalDescription?: string | null;
1871
+ /**
1872
+ * This should be URL to publicly available image uploaded to bundle.social account.
1873
+ */
1874
+ thumbnail?: string | null;
1871
1875
  /**
1872
1876
  * Alt text for the video embed.
1873
1877
  */
@@ -2567,6 +2571,10 @@ type PostGetResponse = {
2567
2571
  * Card description for the external link card
2568
2572
  */
2569
2573
  externalDescription?: string | null;
2574
+ /**
2575
+ * This should be URL to publicly available image uploaded to bundle.social account.
2576
+ */
2577
+ thumbnail?: string | null;
2570
2578
  /**
2571
2579
  * Alt text for the video embed.
2572
2580
  */
@@ -3265,6 +3273,10 @@ type PostUpdateData = {
3265
3273
  * Card description for the external link card
3266
3274
  */
3267
3275
  externalDescription?: string | null;
3276
+ /**
3277
+ * This should be URL to publicly available image uploaded to bundle.social account.
3278
+ */
3279
+ thumbnail?: string | null;
3268
3280
  /**
3269
3281
  * Alt text for the video embed.
3270
3282
  */
@@ -3646,6 +3658,10 @@ type PostUpdateResponse = {
3646
3658
  * Card description for the external link card
3647
3659
  */
3648
3660
  externalDescription?: string | null;
3661
+ /**
3662
+ * This should be URL to publicly available image uploaded to bundle.social account.
3663
+ */
3664
+ thumbnail?: string | null;
3649
3665
  /**
3650
3666
  * Alt text for the video embed.
3651
3667
  */
@@ -4270,6 +4286,10 @@ type PostDeleteResponse = {
4270
4286
  * Card description for the external link card
4271
4287
  */
4272
4288
  externalDescription?: string | null;
4289
+ /**
4290
+ * This should be URL to publicly available image uploaded to bundle.social account.
4291
+ */
4292
+ thumbnail?: string | null;
4273
4293
  /**
4274
4294
  * Alt text for the video embed.
4275
4295
  */
@@ -4904,6 +4924,10 @@ type PostGetListResponse = {
4904
4924
  * Card description for the external link card
4905
4925
  */
4906
4926
  externalDescription?: string | null;
4927
+ /**
4928
+ * This should be URL to publicly available image uploaded to bundle.social account.
4929
+ */
4930
+ thumbnail?: string | null;
4907
4931
  /**
4908
4932
  * Alt text for the video embed.
4909
4933
  */
@@ -5604,6 +5628,10 @@ type PostCreateData = {
5604
5628
  * Card description for the external link card
5605
5629
  */
5606
5630
  externalDescription?: string | null;
5631
+ /**
5632
+ * This should be URL to publicly available image uploaded to bundle.social account.
5633
+ */
5634
+ thumbnail?: string | null;
5607
5635
  /**
5608
5636
  * Alt text for the video embed.
5609
5637
  */
@@ -5985,6 +6013,10 @@ type PostCreateResponse = {
5985
6013
  * Card description for the external link card
5986
6014
  */
5987
6015
  externalDescription?: string | null;
6016
+ /**
6017
+ * This should be URL to publicly available image uploaded to bundle.social account.
6018
+ */
6019
+ thumbnail?: string | null;
5988
6020
  /**
5989
6021
  * Alt text for the video embed.
5990
6022
  */
@@ -6609,6 +6641,10 @@ type PostRetryResponse = {
6609
6641
  * Card description for the external link card
6610
6642
  */
6611
6643
  externalDescription?: string | null;
6644
+ /**
6645
+ * This should be URL to publicly available image uploaded to bundle.social account.
6646
+ */
6647
+ thumbnail?: string | null;
6612
6648
  /**
6613
6649
  * Alt text for the video embed.
6614
6650
  */
@@ -7299,6 +7335,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7299
7335
  * Card description for the external link card
7300
7336
  */
7301
7337
  externalDescription?: string | null;
7338
+ /**
7339
+ * This should be URL to publicly available image uploaded to bundle.social account.
7340
+ */
7341
+ thumbnail?: string | null;
7302
7342
  /**
7303
7343
  * Alt text for the video embed.
7304
7344
  */
@@ -8022,6 +8062,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8022
8062
  * Card description for the external link card
8023
8063
  */
8024
8064
  externalDescription?: string | null;
8065
+ /**
8066
+ * This should be URL to publicly available image uploaded to bundle.social account.
8067
+ */
8068
+ thumbnail?: string | null;
8025
8069
  /**
8026
8070
  * Alt text for the video embed.
8027
8071
  */
@@ -10617,6 +10661,27 @@ type MiscLinkedinBuildCommentaryData = {
10617
10661
  type MiscLinkedinBuildCommentaryResponse = {
10618
10662
  commentary: string;
10619
10663
  };
10664
+ type MiscLinkedinResharePostData = {
10665
+ /**
10666
+ * Body
10667
+ */
10668
+ requestBody?: {
10669
+ teamId: string;
10670
+ /**
10671
+ * LinkedIn post URN to reshare
10672
+ */
10673
+ parentPostUrn: string;
10674
+ commentary: string;
10675
+ visibility?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
10676
+ disableReshare?: boolean | null;
10677
+ };
10678
+ };
10679
+ type MiscLinkedinResharePostResponse = {
10680
+ success: boolean;
10681
+ id: string;
10682
+ activity?: string | null;
10683
+ permalink?: string | null;
10684
+ };
10620
10685
  type MiscLinkedinEditPostData = {
10621
10686
  /**
10622
10687
  * Body
@@ -10971,7 +11036,9 @@ type MiscGoogleBusinessGetAttributesResponse = {
10971
11036
  setValues?: Array<(string)>;
10972
11037
  [key: string]: unknown | string;
10973
11038
  };
10974
- uriValues?: Array<(string)>;
11039
+ uriValues?: Array<{
11040
+ uri: string;
11041
+ }>;
10975
11042
  [key: string]: unknown | string;
10976
11043
  }>;
10977
11044
  [key: string]: unknown | string;
@@ -10989,7 +11056,9 @@ type MiscGoogleBusinessUpdateAttributesData = {
10989
11056
  repeatedEnumValue?: {
10990
11057
  setValues?: Array<(string)>;
10991
11058
  };
10992
- uriValues?: Array<(string)>;
11059
+ uriValues?: Array<{
11060
+ uri: string;
11061
+ }>;
10993
11062
  }> | null;
10994
11063
  };
10995
11064
  };
@@ -11002,7 +11071,9 @@ type MiscGoogleBusinessUpdateAttributesResponse = {
11002
11071
  setValues?: Array<(string)>;
11003
11072
  [key: string]: unknown | string;
11004
11073
  };
11005
- uriValues?: Array<(string)>;
11074
+ uriValues?: Array<{
11075
+ uri: string;
11076
+ }>;
11006
11077
  [key: string]: unknown | string;
11007
11078
  }>;
11008
11079
  [key: string]: unknown | string;
@@ -11024,6 +11095,7 @@ type MiscGoogleBusinessListAvailableAttributesResponse = {
11024
11095
  type MiscGoogleBusinessListCategoriesData = {
11025
11096
  filter?: string;
11026
11097
  languageCode: string;
11098
+ names?: Array<(string)>;
11027
11099
  pageSize?: number;
11028
11100
  pageToken?: string;
11029
11101
  regionCode: string;
@@ -15831,6 +15903,10 @@ type $OpenApiTs = {
15831
15903
  * Card description for the external link card
15832
15904
  */
15833
15905
  externalDescription?: string | null;
15906
+ /**
15907
+ * This should be URL to publicly available image uploaded to bundle.social account.
15908
+ */
15909
+ thumbnail?: string | null;
15834
15910
  /**
15835
15911
  * Alt text for the video embed.
15836
15912
  */
@@ -16584,6 +16660,10 @@ type $OpenApiTs = {
16584
16660
  * Card description for the external link card
16585
16661
  */
16586
16662
  externalDescription?: string | null;
16663
+ /**
16664
+ * This should be URL to publicly available image uploaded to bundle.social account.
16665
+ */
16666
+ thumbnail?: string | null;
16587
16667
  /**
16588
16668
  * Alt text for the video embed.
16589
16669
  */
@@ -17335,6 +17415,10 @@ type $OpenApiTs = {
17335
17415
  * Card description for the external link card
17336
17416
  */
17337
17417
  externalDescription?: string | null;
17418
+ /**
17419
+ * This should be URL to publicly available image uploaded to bundle.social account.
17420
+ */
17421
+ thumbnail?: string | null;
17338
17422
  /**
17339
17423
  * Alt text for the video embed.
17340
17424
  */
@@ -18018,6 +18102,10 @@ type $OpenApiTs = {
18018
18102
  * Card description for the external link card
18019
18103
  */
18020
18104
  externalDescription?: string | null;
18105
+ /**
18106
+ * This should be URL to publicly available image uploaded to bundle.social account.
18107
+ */
18108
+ thumbnail?: string | null;
18021
18109
  /**
18022
18110
  * Alt text for the video embed.
18023
18111
  */
@@ -18697,6 +18785,10 @@ type $OpenApiTs = {
18697
18785
  * Card description for the external link card
18698
18786
  */
18699
18787
  externalDescription?: string | null;
18788
+ /**
18789
+ * This should be URL to publicly available image uploaded to bundle.social account.
18790
+ */
18791
+ thumbnail?: string | null;
18700
18792
  /**
18701
18793
  * Alt text for the video embed.
18702
18794
  */
@@ -19450,6 +19542,10 @@ type $OpenApiTs = {
19450
19542
  * Card description for the external link card
19451
19543
  */
19452
19544
  externalDescription?: string | null;
19545
+ /**
19546
+ * This should be URL to publicly available image uploaded to bundle.social account.
19547
+ */
19548
+ thumbnail?: string | null;
19453
19549
  /**
19454
19550
  * Alt text for the video embed.
19455
19551
  */
@@ -20135,6 +20231,10 @@ type $OpenApiTs = {
20135
20231
  * Card description for the external link card
20136
20232
  */
20137
20233
  externalDescription?: string | null;
20234
+ /**
20235
+ * This should be URL to publicly available image uploaded to bundle.social account.
20236
+ */
20237
+ thumbnail?: string | null;
20138
20238
  /**
20139
20239
  * Alt text for the video embed.
20140
20240
  */
@@ -20930,6 +21030,10 @@ type $OpenApiTs = {
20930
21030
  * Card description for the external link card
20931
21031
  */
20932
21032
  externalDescription?: string | null;
21033
+ /**
21034
+ * This should be URL to publicly available image uploaded to bundle.social account.
21035
+ */
21036
+ thumbnail?: string | null;
20933
21037
  /**
20934
21038
  * Alt text for the video embed.
20935
21039
  */
@@ -21758,6 +21862,10 @@ type $OpenApiTs = {
21758
21862
  * Card description for the external link card
21759
21863
  */
21760
21864
  externalDescription?: string | null;
21865
+ /**
21866
+ * This should be URL to publicly available image uploaded to bundle.social account.
21867
+ */
21868
+ thumbnail?: string | null;
21761
21869
  /**
21762
21870
  * Alt text for the video embed.
21763
21871
  */
@@ -25724,6 +25832,76 @@ type $OpenApiTs = {
25724
25832
  };
25725
25833
  };
25726
25834
  };
25835
+ '/api/v1/misc/linkedin/post/reshare': {
25836
+ post: {
25837
+ req: MiscLinkedinResharePostData;
25838
+ res: {
25839
+ /**
25840
+ * 200
25841
+ */
25842
+ 200: {
25843
+ success: boolean;
25844
+ id: string;
25845
+ activity?: string | null;
25846
+ permalink?: string | null;
25847
+ };
25848
+ /**
25849
+ * 400
25850
+ */
25851
+ 400: {
25852
+ statusCode?: number | null;
25853
+ message: string;
25854
+ issues?: Array<{
25855
+ 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;
25856
+ message: string;
25857
+ path?: Array<(string | number)> | null;
25858
+ }> | null;
25859
+ };
25860
+ /**
25861
+ * 401
25862
+ */
25863
+ 401: {
25864
+ statusCode?: number | null;
25865
+ message: string;
25866
+ };
25867
+ /**
25868
+ * 403
25869
+ */
25870
+ 403: {
25871
+ statusCode?: number | null;
25872
+ message: string;
25873
+ };
25874
+ /**
25875
+ * 404
25876
+ */
25877
+ 404: {
25878
+ statusCode?: number | null;
25879
+ message: string;
25880
+ };
25881
+ /**
25882
+ * 422
25883
+ */
25884
+ 422: {
25885
+ statusCode?: number | null;
25886
+ message: string;
25887
+ };
25888
+ /**
25889
+ * 429
25890
+ */
25891
+ 429: {
25892
+ statusCode?: number | null;
25893
+ message: string;
25894
+ };
25895
+ /**
25896
+ * 500
25897
+ */
25898
+ 500: {
25899
+ statusCode?: number | null;
25900
+ message: string;
25901
+ };
25902
+ };
25903
+ };
25904
+ };
25727
25905
  '/api/v1/misc/linkedin/post': {
25728
25906
  patch: {
25729
25907
  req: MiscLinkedinEditPostData;
@@ -26420,7 +26598,9 @@ type $OpenApiTs = {
26420
26598
  setValues?: Array<(string)>;
26421
26599
  [key: string]: unknown | string;
26422
26600
  };
26423
- uriValues?: Array<(string)>;
26601
+ uriValues?: Array<{
26602
+ uri: string;
26603
+ }>;
26424
26604
  [key: string]: unknown | string;
26425
26605
  }>;
26426
26606
  [key: string]: unknown | string;
@@ -26489,7 +26669,9 @@ type $OpenApiTs = {
26489
26669
  setValues?: Array<(string)>;
26490
26670
  [key: string]: unknown | string;
26491
26671
  };
26492
- uriValues?: Array<(string)>;
26672
+ uriValues?: Array<{
26673
+ uri: string;
26674
+ }>;
26493
26675
  [key: string]: unknown | string;
26494
26676
  }>;
26495
26677
  [key: string]: unknown | string;
@@ -31740,6 +31922,15 @@ declare class MiscService {
31740
31922
  * @throws ApiError
31741
31923
  */
31742
31924
  miscLinkedinBuildCommentary(data?: MiscLinkedinBuildCommentaryData): CancelablePromise<MiscLinkedinBuildCommentaryResponse>;
31925
+ /**
31926
+ * Reshare an existing LinkedIn post
31927
+ * Create a LinkedIn reshare as the currently selected LinkedIn channel.
31928
+ * @param data The data for the request.
31929
+ * @param data.requestBody Body
31930
+ * @returns unknown 200
31931
+ * @throws ApiError
31932
+ */
31933
+ miscLinkedinResharePost(data?: MiscLinkedinResharePostData): CancelablePromise<MiscLinkedinResharePostResponse>;
31743
31934
  /**
31744
31935
  * Edit an existing LinkedIn post
31745
31936
  * Update the text content of a published LinkedIn post.
@@ -31869,11 +32060,12 @@ declare class MiscService {
31869
32060
  miscGoogleBusinessListAvailableAttributes(data: MiscGoogleBusinessListAvailableAttributesData): CancelablePromise<MiscGoogleBusinessListAvailableAttributesResponse>;
31870
32061
  /**
31871
32062
  * List available Google Business categories
31872
- * Requires `regionCode` and `languageCode`. Default `view=BASIC`. Page size is fixed at 50. Optional `filter` supports `displayName` prefix search.
32063
+ * Requires `regionCode` and `languageCode`. Default `view=BASIC`. Optional `names` fetches exact category IDs through `categories:batchGet`; otherwise `filter` supports `displayName` prefix search.
31873
32064
  * @param data The data for the request.
31874
32065
  * @param data.teamId
31875
32066
  * @param data.regionCode
31876
32067
  * @param data.languageCode
32068
+ * @param data.names
31877
32069
  * @param data.filter
31878
32070
  * @param data.pageSize
31879
32071
  * @param data.pageToken
@@ -32537,4 +32729,4 @@ declare class Bundlesocial extends Client {
32537
32729
  constructor(apiKey: string, options?: OpenAPIConfig);
32538
32730
  }
32539
32731
 
32540
- 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, OrganizationGetDailyLimitsUsageData, OrganizationGetDailyLimitsUsageResponse, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetByReferenceKeyData, PostGetByReferenceKeyResponse, 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 };
32732
+ 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, MiscLinkedinResharePostData, MiscLinkedinResharePostResponse, 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, OrganizationGetDailyLimitsUsageData, OrganizationGetDailyLimitsUsageResponse, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetByReferenceKeyData, PostGetByReferenceKeyResponse, 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 };