bundlesocial 2.34.0 → 2.36.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 +1329 -110
- package/dist/index.d.ts +1329 -110
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1101,6 +1101,10 @@ type PostGetResponse = {
|
|
|
1101
1101
|
* The URL to image uploaded on bundle.social.
|
|
1102
1102
|
*/
|
|
1103
1103
|
thumbnail?: string | null;
|
|
1104
|
+
/**
|
|
1105
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
1106
|
+
*/
|
|
1107
|
+
mediaTitle?: string | null;
|
|
1104
1108
|
/**
|
|
1105
1109
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
1106
1110
|
*/
|
|
@@ -1182,6 +1186,10 @@ type PostGetResponse = {
|
|
|
1182
1186
|
* The URL to image uploaded on bundle.social.
|
|
1183
1187
|
*/
|
|
1184
1188
|
thumbnail?: string | null;
|
|
1189
|
+
/**
|
|
1190
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
1191
|
+
*/
|
|
1192
|
+
mediaTitle?: string | null;
|
|
1185
1193
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
1186
1194
|
/**
|
|
1187
1195
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -1678,6 +1686,10 @@ type PostUpdateData = {
|
|
|
1678
1686
|
* The URL to image uploaded on bundle.social.
|
|
1679
1687
|
*/
|
|
1680
1688
|
thumbnail?: string | null;
|
|
1689
|
+
/**
|
|
1690
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
1691
|
+
*/
|
|
1692
|
+
mediaTitle?: string | null;
|
|
1681
1693
|
/**
|
|
1682
1694
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
1683
1695
|
*/
|
|
@@ -1759,6 +1771,10 @@ type PostUpdateData = {
|
|
|
1759
1771
|
* The URL to image uploaded on bundle.social.
|
|
1760
1772
|
*/
|
|
1761
1773
|
thumbnail?: string | null;
|
|
1774
|
+
/**
|
|
1775
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
1776
|
+
*/
|
|
1777
|
+
mediaTitle?: string | null;
|
|
1762
1778
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
1763
1779
|
/**
|
|
1764
1780
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -1959,6 +1975,10 @@ type PostUpdateResponse = {
|
|
|
1959
1975
|
* The URL to image uploaded on bundle.social.
|
|
1960
1976
|
*/
|
|
1961
1977
|
thumbnail?: string | null;
|
|
1978
|
+
/**
|
|
1979
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
1980
|
+
*/
|
|
1981
|
+
mediaTitle?: string | null;
|
|
1962
1982
|
/**
|
|
1963
1983
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
1964
1984
|
*/
|
|
@@ -2040,6 +2060,10 @@ type PostUpdateResponse = {
|
|
|
2040
2060
|
* The URL to image uploaded on bundle.social.
|
|
2041
2061
|
*/
|
|
2042
2062
|
thumbnail?: string | null;
|
|
2063
|
+
/**
|
|
2064
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
2065
|
+
*/
|
|
2066
|
+
mediaTitle?: string | null;
|
|
2043
2067
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
2044
2068
|
/**
|
|
2045
2069
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -2467,6 +2491,10 @@ type PostDeleteResponse = {
|
|
|
2467
2491
|
* The URL to image uploaded on bundle.social.
|
|
2468
2492
|
*/
|
|
2469
2493
|
thumbnail?: string | null;
|
|
2494
|
+
/**
|
|
2495
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
2496
|
+
*/
|
|
2497
|
+
mediaTitle?: string | null;
|
|
2470
2498
|
/**
|
|
2471
2499
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
2472
2500
|
*/
|
|
@@ -2548,6 +2576,10 @@ type PostDeleteResponse = {
|
|
|
2548
2576
|
* The URL to image uploaded on bundle.social.
|
|
2549
2577
|
*/
|
|
2550
2578
|
thumbnail?: string | null;
|
|
2579
|
+
/**
|
|
2580
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
2581
|
+
*/
|
|
2582
|
+
mediaTitle?: string | null;
|
|
2551
2583
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
2552
2584
|
/**
|
|
2553
2585
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -2983,6 +3015,10 @@ type PostGetListResponse = {
|
|
|
2983
3015
|
* The URL to image uploaded on bundle.social.
|
|
2984
3016
|
*/
|
|
2985
3017
|
thumbnail?: string | null;
|
|
3018
|
+
/**
|
|
3019
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
3020
|
+
*/
|
|
3021
|
+
mediaTitle?: string | null;
|
|
2986
3022
|
/**
|
|
2987
3023
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
2988
3024
|
*/
|
|
@@ -3064,6 +3100,10 @@ type PostGetListResponse = {
|
|
|
3064
3100
|
* The URL to image uploaded on bundle.social.
|
|
3065
3101
|
*/
|
|
3066
3102
|
thumbnail?: string | null;
|
|
3103
|
+
/**
|
|
3104
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
3105
|
+
*/
|
|
3106
|
+
mediaTitle?: string | null;
|
|
3067
3107
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
3068
3108
|
/**
|
|
3069
3109
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -3562,6 +3602,10 @@ type PostCreateData = {
|
|
|
3562
3602
|
* The URL to image uploaded on bundle.social.
|
|
3563
3603
|
*/
|
|
3564
3604
|
thumbnail?: string | null;
|
|
3605
|
+
/**
|
|
3606
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
3607
|
+
*/
|
|
3608
|
+
mediaTitle?: string | null;
|
|
3565
3609
|
/**
|
|
3566
3610
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
3567
3611
|
*/
|
|
@@ -3643,6 +3687,10 @@ type PostCreateData = {
|
|
|
3643
3687
|
* The URL to image uploaded on bundle.social.
|
|
3644
3688
|
*/
|
|
3645
3689
|
thumbnail?: string | null;
|
|
3690
|
+
/**
|
|
3691
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
3692
|
+
*/
|
|
3693
|
+
mediaTitle?: string | null;
|
|
3646
3694
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
3647
3695
|
/**
|
|
3648
3696
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -3843,6 +3891,10 @@ type PostCreateResponse = {
|
|
|
3843
3891
|
* The URL to image uploaded on bundle.social.
|
|
3844
3892
|
*/
|
|
3845
3893
|
thumbnail?: string | null;
|
|
3894
|
+
/**
|
|
3895
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
3896
|
+
*/
|
|
3897
|
+
mediaTitle?: string | null;
|
|
3846
3898
|
/**
|
|
3847
3899
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
3848
3900
|
*/
|
|
@@ -3924,6 +3976,10 @@ type PostCreateResponse = {
|
|
|
3924
3976
|
* The URL to image uploaded on bundle.social.
|
|
3925
3977
|
*/
|
|
3926
3978
|
thumbnail?: string | null;
|
|
3979
|
+
/**
|
|
3980
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
3981
|
+
*/
|
|
3982
|
+
mediaTitle?: string | null;
|
|
3927
3983
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
3928
3984
|
/**
|
|
3929
3985
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -4351,6 +4407,10 @@ type PostRetryResponse = {
|
|
|
4351
4407
|
* The URL to image uploaded on bundle.social.
|
|
4352
4408
|
*/
|
|
4353
4409
|
thumbnail?: string | null;
|
|
4410
|
+
/**
|
|
4411
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
4412
|
+
*/
|
|
4413
|
+
mediaTitle?: string | null;
|
|
4354
4414
|
/**
|
|
4355
4415
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
4356
4416
|
*/
|
|
@@ -4432,6 +4492,10 @@ type PostRetryResponse = {
|
|
|
4432
4492
|
* The URL to image uploaded on bundle.social.
|
|
4433
4493
|
*/
|
|
4434
4494
|
thumbnail?: string | null;
|
|
4495
|
+
/**
|
|
4496
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
4497
|
+
*/
|
|
4498
|
+
mediaTitle?: string | null;
|
|
4435
4499
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
4436
4500
|
/**
|
|
4437
4501
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -4920,6 +4984,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
4920
4984
|
* The URL to image uploaded on bundle.social.
|
|
4921
4985
|
*/
|
|
4922
4986
|
thumbnail?: string | null;
|
|
4987
|
+
/**
|
|
4988
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
4989
|
+
*/
|
|
4990
|
+
mediaTitle?: string | null;
|
|
4923
4991
|
/**
|
|
4924
4992
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
4925
4993
|
*/
|
|
@@ -5001,6 +5069,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
5001
5069
|
* The URL to image uploaded on bundle.social.
|
|
5002
5070
|
*/
|
|
5003
5071
|
thumbnail?: string | null;
|
|
5072
|
+
/**
|
|
5073
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
5074
|
+
*/
|
|
5075
|
+
mediaTitle?: string | null;
|
|
5004
5076
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
5005
5077
|
/**
|
|
5006
5078
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -5501,6 +5573,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
5501
5573
|
* The URL to image uploaded on bundle.social.
|
|
5502
5574
|
*/
|
|
5503
5575
|
thumbnail?: string | null;
|
|
5576
|
+
/**
|
|
5577
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
5578
|
+
*/
|
|
5579
|
+
mediaTitle?: string | null;
|
|
5504
5580
|
/**
|
|
5505
5581
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
5506
5582
|
*/
|
|
@@ -5582,6 +5658,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
5582
5658
|
* The URL to image uploaded on bundle.social.
|
|
5583
5659
|
*/
|
|
5584
5660
|
thumbnail?: string | null;
|
|
5661
|
+
/**
|
|
5662
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
5663
|
+
*/
|
|
5664
|
+
mediaTitle?: string | null;
|
|
5585
5665
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
5586
5666
|
/**
|
|
5587
5667
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -5966,6 +6046,42 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
5966
6046
|
deletedAt?: string | null;
|
|
5967
6047
|
}>;
|
|
5968
6048
|
};
|
|
6049
|
+
type AnalyticsGetBulkPostAnalyticsData = {
|
|
6050
|
+
limit?: number;
|
|
6051
|
+
page?: number;
|
|
6052
|
+
platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN' | 'BLUESKY' | 'GOOGLE_BUSINESS';
|
|
6053
|
+
postIds: Array<(string)>;
|
|
6054
|
+
};
|
|
6055
|
+
type AnalyticsGetBulkPostAnalyticsResponse = {
|
|
6056
|
+
results: Array<{
|
|
6057
|
+
postId: string;
|
|
6058
|
+
items: Array<{
|
|
6059
|
+
id: string;
|
|
6060
|
+
profilePostId: string;
|
|
6061
|
+
impressions: number;
|
|
6062
|
+
impressionsUnique: number;
|
|
6063
|
+
views: number;
|
|
6064
|
+
viewsUnique: number;
|
|
6065
|
+
likes: number;
|
|
6066
|
+
dislikes: number;
|
|
6067
|
+
comments: number;
|
|
6068
|
+
shares: number;
|
|
6069
|
+
saves: number;
|
|
6070
|
+
raw?: unknown;
|
|
6071
|
+
forced: boolean;
|
|
6072
|
+
createdAt: string | null;
|
|
6073
|
+
updatedAt: string | null;
|
|
6074
|
+
deletedAt?: string | null;
|
|
6075
|
+
}>;
|
|
6076
|
+
error: string | null;
|
|
6077
|
+
}>;
|
|
6078
|
+
pagination: {
|
|
6079
|
+
page: number;
|
|
6080
|
+
limit: number;
|
|
6081
|
+
total: number;
|
|
6082
|
+
totalPages: number;
|
|
6083
|
+
};
|
|
6084
|
+
};
|
|
5969
6085
|
type AnalyticsForceSocialAccountAnalyticsData = {
|
|
5970
6086
|
/**
|
|
5971
6087
|
* Body
|
|
@@ -7594,6 +7710,21 @@ type MiscYoutubeEditVideoResponse = {
|
|
|
7594
7710
|
success: boolean;
|
|
7595
7711
|
permalink: string;
|
|
7596
7712
|
};
|
|
7713
|
+
type MiscYoutubeDeleteVideoData = {
|
|
7714
|
+
/**
|
|
7715
|
+
* Body
|
|
7716
|
+
*/
|
|
7717
|
+
requestBody?: {
|
|
7718
|
+
teamId: string;
|
|
7719
|
+
/**
|
|
7720
|
+
* The ID of the post in Bundle Social
|
|
7721
|
+
*/
|
|
7722
|
+
postId: string;
|
|
7723
|
+
};
|
|
7724
|
+
};
|
|
7725
|
+
type MiscYoutubeDeleteVideoResponse = {
|
|
7726
|
+
success: boolean;
|
|
7727
|
+
};
|
|
7597
7728
|
type MiscYoutubeGetVideoCategoriesData = {
|
|
7598
7729
|
/**
|
|
7599
7730
|
* ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'PL'). Defaults to 'US'
|
|
@@ -7687,6 +7818,21 @@ type MiscLinkedinEditPostResponse = {
|
|
|
7687
7818
|
success: boolean;
|
|
7688
7819
|
permalink: string;
|
|
7689
7820
|
};
|
|
7821
|
+
type MiscLinkedinDeletePostData = {
|
|
7822
|
+
/**
|
|
7823
|
+
* Body
|
|
7824
|
+
*/
|
|
7825
|
+
requestBody?: {
|
|
7826
|
+
teamId: string;
|
|
7827
|
+
/**
|
|
7828
|
+
* The ID of the post in Bundle Social
|
|
7829
|
+
*/
|
|
7830
|
+
postId: string;
|
|
7831
|
+
};
|
|
7832
|
+
};
|
|
7833
|
+
type MiscLinkedinDeletePostResponse = {
|
|
7834
|
+
success: boolean;
|
|
7835
|
+
};
|
|
7690
7836
|
type MiscGoogleBusinessAddMediaData = {
|
|
7691
7837
|
/**
|
|
7692
7838
|
* Body
|
|
@@ -7707,6 +7853,21 @@ type MiscGoogleBusinessAddMediaResponse = {
|
|
|
7707
7853
|
};
|
|
7708
7854
|
description?: string;
|
|
7709
7855
|
};
|
|
7856
|
+
type MiscGoogleBusinessDeletePostData = {
|
|
7857
|
+
/**
|
|
7858
|
+
* Body
|
|
7859
|
+
*/
|
|
7860
|
+
requestBody?: {
|
|
7861
|
+
teamId: string;
|
|
7862
|
+
/**
|
|
7863
|
+
* The ID of the post in Bundle Social
|
|
7864
|
+
*/
|
|
7865
|
+
postId: string;
|
|
7866
|
+
};
|
|
7867
|
+
};
|
|
7868
|
+
type MiscGoogleBusinessDeletePostResponse = {
|
|
7869
|
+
success: boolean;
|
|
7870
|
+
};
|
|
7710
7871
|
type MiscRedditGetPostRequirementsData = {
|
|
7711
7872
|
subreddit: string;
|
|
7712
7873
|
teamId: string;
|
|
@@ -7749,6 +7910,21 @@ type MiscRedditEditPostResponse = {
|
|
|
7749
7910
|
success: boolean;
|
|
7750
7911
|
permalink: string;
|
|
7751
7912
|
};
|
|
7913
|
+
type MiscRedditDeletePostData = {
|
|
7914
|
+
/**
|
|
7915
|
+
* Body
|
|
7916
|
+
*/
|
|
7917
|
+
requestBody?: {
|
|
7918
|
+
teamId: string;
|
|
7919
|
+
/**
|
|
7920
|
+
* The ID of the post in Bundle Social
|
|
7921
|
+
*/
|
|
7922
|
+
postId: string;
|
|
7923
|
+
};
|
|
7924
|
+
};
|
|
7925
|
+
type MiscRedditDeletePostResponse = {
|
|
7926
|
+
success: boolean;
|
|
7927
|
+
};
|
|
7752
7928
|
type MiscInstagramBusinessDiscoveryData = {
|
|
7753
7929
|
teamId: string;
|
|
7754
7930
|
/**
|
|
@@ -7815,6 +7991,21 @@ type MiscFacebookEditPostResponse = {
|
|
|
7815
7991
|
success: boolean;
|
|
7816
7992
|
permalink: string;
|
|
7817
7993
|
};
|
|
7994
|
+
type MiscFacebookDeletePostData = {
|
|
7995
|
+
/**
|
|
7996
|
+
* Body
|
|
7997
|
+
*/
|
|
7998
|
+
requestBody?: {
|
|
7999
|
+
teamId: string;
|
|
8000
|
+
/**
|
|
8001
|
+
* The ID of the post in Bundle Social
|
|
8002
|
+
*/
|
|
8003
|
+
postId: string;
|
|
8004
|
+
};
|
|
8005
|
+
};
|
|
8006
|
+
type MiscFacebookDeletePostResponse = {
|
|
8007
|
+
success: boolean;
|
|
8008
|
+
};
|
|
7818
8009
|
type MiscPinterestEditPinData = {
|
|
7819
8010
|
/**
|
|
7820
8011
|
* Body
|
|
@@ -7851,6 +8042,21 @@ type MiscPinterestEditPinResponse = {
|
|
|
7851
8042
|
success: boolean;
|
|
7852
8043
|
permalink: string;
|
|
7853
8044
|
};
|
|
8045
|
+
type MiscPinterestDeletePinData = {
|
|
8046
|
+
/**
|
|
8047
|
+
* Body
|
|
8048
|
+
*/
|
|
8049
|
+
requestBody?: {
|
|
8050
|
+
teamId: string;
|
|
8051
|
+
/**
|
|
8052
|
+
* The ID of the post in Bundle Social
|
|
8053
|
+
*/
|
|
8054
|
+
postId: string;
|
|
8055
|
+
};
|
|
8056
|
+
};
|
|
8057
|
+
type MiscPinterestDeletePinResponse = {
|
|
8058
|
+
success: boolean;
|
|
8059
|
+
};
|
|
7854
8060
|
type MiscMastodonEditStatusData = {
|
|
7855
8061
|
/**
|
|
7856
8062
|
* Body
|
|
@@ -7875,6 +8081,21 @@ type MiscMastodonEditStatusResponse = {
|
|
|
7875
8081
|
success: boolean;
|
|
7876
8082
|
permalink: string;
|
|
7877
8083
|
};
|
|
8084
|
+
type MiscMastodonDeleteStatusData = {
|
|
8085
|
+
/**
|
|
8086
|
+
* Body
|
|
8087
|
+
*/
|
|
8088
|
+
requestBody?: {
|
|
8089
|
+
teamId: string;
|
|
8090
|
+
/**
|
|
8091
|
+
* The ID of the post in Bundle Social
|
|
8092
|
+
*/
|
|
8093
|
+
postId: string;
|
|
8094
|
+
};
|
|
8095
|
+
};
|
|
8096
|
+
type MiscMastodonDeleteStatusResponse = {
|
|
8097
|
+
success: boolean;
|
|
8098
|
+
};
|
|
7878
8099
|
type MiscSlackEditMessageData = {
|
|
7879
8100
|
/**
|
|
7880
8101
|
* Body
|
|
@@ -7895,6 +8116,66 @@ type MiscSlackEditMessageResponse = {
|
|
|
7895
8116
|
success: boolean;
|
|
7896
8117
|
permalink: string;
|
|
7897
8118
|
};
|
|
8119
|
+
type MiscSlackDeleteMessageData = {
|
|
8120
|
+
/**
|
|
8121
|
+
* Body
|
|
8122
|
+
*/
|
|
8123
|
+
requestBody?: {
|
|
8124
|
+
teamId: string;
|
|
8125
|
+
/**
|
|
8126
|
+
* The ID of the post in Bundle Social
|
|
8127
|
+
*/
|
|
8128
|
+
postId: string;
|
|
8129
|
+
};
|
|
8130
|
+
};
|
|
8131
|
+
type MiscSlackDeleteMessageResponse = {
|
|
8132
|
+
success: boolean;
|
|
8133
|
+
};
|
|
8134
|
+
type MiscBlueskyDeletePostData = {
|
|
8135
|
+
/**
|
|
8136
|
+
* Body
|
|
8137
|
+
*/
|
|
8138
|
+
requestBody?: {
|
|
8139
|
+
teamId: string;
|
|
8140
|
+
/**
|
|
8141
|
+
* The ID of the post in Bundle Social
|
|
8142
|
+
*/
|
|
8143
|
+
postId: string;
|
|
8144
|
+
};
|
|
8145
|
+
};
|
|
8146
|
+
type MiscBlueskyDeletePostResponse = {
|
|
8147
|
+
success: boolean;
|
|
8148
|
+
};
|
|
8149
|
+
type MiscTwitterDeleteTweetData = {
|
|
8150
|
+
/**
|
|
8151
|
+
* Body
|
|
8152
|
+
*/
|
|
8153
|
+
requestBody?: {
|
|
8154
|
+
teamId: string;
|
|
8155
|
+
/**
|
|
8156
|
+
* The ID of the post in Bundle Social
|
|
8157
|
+
*/
|
|
8158
|
+
postId: string;
|
|
8159
|
+
};
|
|
8160
|
+
};
|
|
8161
|
+
type MiscTwitterDeleteTweetResponse = {
|
|
8162
|
+
success: boolean;
|
|
8163
|
+
};
|
|
8164
|
+
type MiscDiscordDeleteMessageData = {
|
|
8165
|
+
/**
|
|
8166
|
+
* Body
|
|
8167
|
+
*/
|
|
8168
|
+
requestBody?: {
|
|
8169
|
+
teamId: string;
|
|
8170
|
+
/**
|
|
8171
|
+
* The ID of the post in Bundle Social
|
|
8172
|
+
*/
|
|
8173
|
+
postId: string;
|
|
8174
|
+
};
|
|
8175
|
+
};
|
|
8176
|
+
type MiscDiscordDeleteMessageResponse = {
|
|
8177
|
+
success: boolean;
|
|
8178
|
+
};
|
|
7898
8179
|
type PostImportCreateData = {
|
|
7899
8180
|
/**
|
|
7900
8181
|
* Body
|
|
@@ -10035,6 +10316,10 @@ type $OpenApiTs = {
|
|
|
10035
10316
|
* The URL to image uploaded on bundle.social.
|
|
10036
10317
|
*/
|
|
10037
10318
|
thumbnail?: string | null;
|
|
10319
|
+
/**
|
|
10320
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
10321
|
+
*/
|
|
10322
|
+
mediaTitle?: string | null;
|
|
10038
10323
|
/**
|
|
10039
10324
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
10040
10325
|
*/
|
|
@@ -10116,6 +10401,10 @@ type $OpenApiTs = {
|
|
|
10116
10401
|
* The URL to image uploaded on bundle.social.
|
|
10117
10402
|
*/
|
|
10118
10403
|
thumbnail?: string | null;
|
|
10404
|
+
/**
|
|
10405
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
10406
|
+
*/
|
|
10407
|
+
mediaTitle?: string | null;
|
|
10119
10408
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
10120
10409
|
/**
|
|
10121
10410
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -10658,6 +10947,10 @@ type $OpenApiTs = {
|
|
|
10658
10947
|
* The URL to image uploaded on bundle.social.
|
|
10659
10948
|
*/
|
|
10660
10949
|
thumbnail?: string | null;
|
|
10950
|
+
/**
|
|
10951
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
10952
|
+
*/
|
|
10953
|
+
mediaTitle?: string | null;
|
|
10661
10954
|
/**
|
|
10662
10955
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
10663
10956
|
*/
|
|
@@ -10739,6 +11032,10 @@ type $OpenApiTs = {
|
|
|
10739
11032
|
* The URL to image uploaded on bundle.social.
|
|
10740
11033
|
*/
|
|
10741
11034
|
thumbnail?: string | null;
|
|
11035
|
+
/**
|
|
11036
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
11037
|
+
*/
|
|
11038
|
+
mediaTitle?: string | null;
|
|
10742
11039
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
10743
11040
|
/**
|
|
10744
11041
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -11211,6 +11508,10 @@ type $OpenApiTs = {
|
|
|
11211
11508
|
* The URL to image uploaded on bundle.social.
|
|
11212
11509
|
*/
|
|
11213
11510
|
thumbnail?: string | null;
|
|
11511
|
+
/**
|
|
11512
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
11513
|
+
*/
|
|
11514
|
+
mediaTitle?: string | null;
|
|
11214
11515
|
/**
|
|
11215
11516
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
11216
11517
|
*/
|
|
@@ -11292,6 +11593,10 @@ type $OpenApiTs = {
|
|
|
11292
11593
|
* The URL to image uploaded on bundle.social.
|
|
11293
11594
|
*/
|
|
11294
11595
|
thumbnail?: string | null;
|
|
11596
|
+
/**
|
|
11597
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
11598
|
+
*/
|
|
11599
|
+
mediaTitle?: string | null;
|
|
11295
11600
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
11296
11601
|
/**
|
|
11297
11602
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -11767,6 +12072,10 @@ type $OpenApiTs = {
|
|
|
11767
12072
|
* The URL to image uploaded on bundle.social.
|
|
11768
12073
|
*/
|
|
11769
12074
|
thumbnail?: string | null;
|
|
12075
|
+
/**
|
|
12076
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
12077
|
+
*/
|
|
12078
|
+
mediaTitle?: string | null;
|
|
11770
12079
|
/**
|
|
11771
12080
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
11772
12081
|
*/
|
|
@@ -11848,6 +12157,10 @@ type $OpenApiTs = {
|
|
|
11848
12157
|
* The URL to image uploaded on bundle.social.
|
|
11849
12158
|
*/
|
|
11850
12159
|
thumbnail?: string | null;
|
|
12160
|
+
/**
|
|
12161
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
12162
|
+
*/
|
|
12163
|
+
mediaTitle?: string | null;
|
|
11851
12164
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
11852
12165
|
/**
|
|
11853
12166
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -12392,6 +12705,10 @@ type $OpenApiTs = {
|
|
|
12392
12705
|
* The URL to image uploaded on bundle.social.
|
|
12393
12706
|
*/
|
|
12394
12707
|
thumbnail?: string | null;
|
|
12708
|
+
/**
|
|
12709
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
12710
|
+
*/
|
|
12711
|
+
mediaTitle?: string | null;
|
|
12395
12712
|
/**
|
|
12396
12713
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
12397
12714
|
*/
|
|
@@ -12473,6 +12790,10 @@ type $OpenApiTs = {
|
|
|
12473
12790
|
* The URL to image uploaded on bundle.social.
|
|
12474
12791
|
*/
|
|
12475
12792
|
thumbnail?: string | null;
|
|
12793
|
+
/**
|
|
12794
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
12795
|
+
*/
|
|
12796
|
+
mediaTitle?: string | null;
|
|
12476
12797
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
12477
12798
|
/**
|
|
12478
12799
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -12947,6 +13268,10 @@ type $OpenApiTs = {
|
|
|
12947
13268
|
* The URL to image uploaded on bundle.social.
|
|
12948
13269
|
*/
|
|
12949
13270
|
thumbnail?: string | null;
|
|
13271
|
+
/**
|
|
13272
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
13273
|
+
*/
|
|
13274
|
+
mediaTitle?: string | null;
|
|
12950
13275
|
/**
|
|
12951
13276
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
12952
13277
|
*/
|
|
@@ -13028,6 +13353,10 @@ type $OpenApiTs = {
|
|
|
13028
13353
|
* The URL to image uploaded on bundle.social.
|
|
13029
13354
|
*/
|
|
13030
13355
|
thumbnail?: string | null;
|
|
13356
|
+
/**
|
|
13357
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
13358
|
+
*/
|
|
13359
|
+
mediaTitle?: string | null;
|
|
13031
13360
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
13032
13361
|
/**
|
|
13033
13362
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -13608,6 +13937,10 @@ type $OpenApiTs = {
|
|
|
13608
13937
|
* The URL to image uploaded on bundle.social.
|
|
13609
13938
|
*/
|
|
13610
13939
|
thumbnail?: string | null;
|
|
13940
|
+
/**
|
|
13941
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
13942
|
+
*/
|
|
13943
|
+
mediaTitle?: string | null;
|
|
13611
13944
|
/**
|
|
13612
13945
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
13613
13946
|
*/
|
|
@@ -13689,6 +14022,10 @@ type $OpenApiTs = {
|
|
|
13689
14022
|
* The URL to image uploaded on bundle.social.
|
|
13690
14023
|
*/
|
|
13691
14024
|
thumbnail?: string | null;
|
|
14025
|
+
/**
|
|
14026
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
14027
|
+
*/
|
|
14028
|
+
mediaTitle?: string | null;
|
|
13692
14029
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
13693
14030
|
/**
|
|
13694
14031
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -14281,6 +14618,10 @@ type $OpenApiTs = {
|
|
|
14281
14618
|
* The URL to image uploaded on bundle.social.
|
|
14282
14619
|
*/
|
|
14283
14620
|
thumbnail?: string | null;
|
|
14621
|
+
/**
|
|
14622
|
+
* Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
|
|
14623
|
+
*/
|
|
14624
|
+
mediaTitle?: string | null;
|
|
14284
14625
|
/**
|
|
14285
14626
|
* If passed, instead of publishing immediately, the post will be scheduled for the given date/time directly in Meta scheduler. Local date/time as ISO 8601 string max 30 days in the future.
|
|
14286
14627
|
*/
|
|
@@ -14362,6 +14703,10 @@ type $OpenApiTs = {
|
|
|
14362
14703
|
* The URL to image uploaded on bundle.social.
|
|
14363
14704
|
*/
|
|
14364
14705
|
thumbnail?: string | null;
|
|
14706
|
+
/**
|
|
14707
|
+
* Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
|
|
14708
|
+
*/
|
|
14709
|
+
mediaTitle?: string | null;
|
|
14365
14710
|
privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
|
|
14366
14711
|
/**
|
|
14367
14712
|
* Set to true if the post shouldn't be displayed in the main feed.
|
|
@@ -14789,31 +15134,111 @@ type $OpenApiTs = {
|
|
|
14789
15134
|
};
|
|
14790
15135
|
};
|
|
14791
15136
|
};
|
|
14792
|
-
'/api/v1/analytics/
|
|
14793
|
-
|
|
14794
|
-
req:
|
|
15137
|
+
'/api/v1/analytics/post/bulk': {
|
|
15138
|
+
get: {
|
|
15139
|
+
req: AnalyticsGetBulkPostAnalyticsData;
|
|
14795
15140
|
res: {
|
|
14796
15141
|
/**
|
|
14797
15142
|
* 200
|
|
14798
15143
|
*/
|
|
14799
15144
|
200: {
|
|
14800
|
-
|
|
14801
|
-
|
|
14802
|
-
|
|
14803
|
-
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
|
|
14810
|
-
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
|
|
14814
|
-
|
|
14815
|
-
|
|
14816
|
-
|
|
15145
|
+
results: Array<{
|
|
15146
|
+
postId: string;
|
|
15147
|
+
items: Array<{
|
|
15148
|
+
id: string;
|
|
15149
|
+
profilePostId: string;
|
|
15150
|
+
impressions: number;
|
|
15151
|
+
impressionsUnique: number;
|
|
15152
|
+
views: number;
|
|
15153
|
+
viewsUnique: number;
|
|
15154
|
+
likes: number;
|
|
15155
|
+
dislikes: number;
|
|
15156
|
+
comments: number;
|
|
15157
|
+
shares: number;
|
|
15158
|
+
saves: number;
|
|
15159
|
+
raw?: unknown;
|
|
15160
|
+
forced: boolean;
|
|
15161
|
+
createdAt: string | null;
|
|
15162
|
+
updatedAt: string | null;
|
|
15163
|
+
deletedAt?: string | null;
|
|
15164
|
+
}>;
|
|
15165
|
+
error: string | null;
|
|
15166
|
+
}>;
|
|
15167
|
+
pagination: {
|
|
15168
|
+
page: number;
|
|
15169
|
+
limit: number;
|
|
15170
|
+
total: number;
|
|
15171
|
+
totalPages: number;
|
|
15172
|
+
};
|
|
15173
|
+
};
|
|
15174
|
+
/**
|
|
15175
|
+
* 400
|
|
15176
|
+
*/
|
|
15177
|
+
400: {
|
|
15178
|
+
message: string;
|
|
15179
|
+
issues?: Array<{
|
|
15180
|
+
message: string;
|
|
15181
|
+
path?: Array<(string | number)> | null;
|
|
15182
|
+
}> | null;
|
|
15183
|
+
};
|
|
15184
|
+
/**
|
|
15185
|
+
* 401
|
|
15186
|
+
*/
|
|
15187
|
+
401: {
|
|
15188
|
+
message: string;
|
|
15189
|
+
};
|
|
15190
|
+
/**
|
|
15191
|
+
* 403
|
|
15192
|
+
*/
|
|
15193
|
+
403: {
|
|
15194
|
+
message: string;
|
|
15195
|
+
};
|
|
15196
|
+
/**
|
|
15197
|
+
* 404
|
|
15198
|
+
*/
|
|
15199
|
+
404: {
|
|
15200
|
+
message: string;
|
|
15201
|
+
};
|
|
15202
|
+
/**
|
|
15203
|
+
* 429
|
|
15204
|
+
*/
|
|
15205
|
+
429: {
|
|
15206
|
+
message: string;
|
|
15207
|
+
};
|
|
15208
|
+
/**
|
|
15209
|
+
* 500
|
|
15210
|
+
*/
|
|
15211
|
+
500: {
|
|
15212
|
+
message: string;
|
|
15213
|
+
};
|
|
15214
|
+
};
|
|
15215
|
+
};
|
|
15216
|
+
};
|
|
15217
|
+
'/api/v1/analytics/social-account/force': {
|
|
15218
|
+
post: {
|
|
15219
|
+
req: AnalyticsForceSocialAccountAnalyticsData;
|
|
15220
|
+
res: {
|
|
15221
|
+
/**
|
|
15222
|
+
* 200
|
|
15223
|
+
*/
|
|
15224
|
+
200: {
|
|
15225
|
+
id: string;
|
|
15226
|
+
socialAccountId: string;
|
|
15227
|
+
impressions: number;
|
|
15228
|
+
impressionsUnique: number;
|
|
15229
|
+
views: number;
|
|
15230
|
+
viewsUnique: number;
|
|
15231
|
+
likes: number;
|
|
15232
|
+
comments: number;
|
|
15233
|
+
postCount: number;
|
|
15234
|
+
followers: number;
|
|
15235
|
+
following: number;
|
|
15236
|
+
forced: boolean;
|
|
15237
|
+
createdAt: string | null;
|
|
15238
|
+
updatedAt: string | null;
|
|
15239
|
+
deletedAt?: string | null;
|
|
15240
|
+
};
|
|
15241
|
+
/**
|
|
14817
15242
|
* 400
|
|
14818
15243
|
*/
|
|
14819
15244
|
400: {
|
|
@@ -16963,6 +17388,57 @@ type $OpenApiTs = {
|
|
|
16963
17388
|
};
|
|
16964
17389
|
};
|
|
16965
17390
|
};
|
|
17391
|
+
delete: {
|
|
17392
|
+
req: MiscYoutubeDeleteVideoData;
|
|
17393
|
+
res: {
|
|
17394
|
+
/**
|
|
17395
|
+
* 200
|
|
17396
|
+
*/
|
|
17397
|
+
200: {
|
|
17398
|
+
success: boolean;
|
|
17399
|
+
};
|
|
17400
|
+
/**
|
|
17401
|
+
* 400
|
|
17402
|
+
*/
|
|
17403
|
+
400: {
|
|
17404
|
+
message: string;
|
|
17405
|
+
issues?: Array<{
|
|
17406
|
+
message: string;
|
|
17407
|
+
path?: Array<(string | number)> | null;
|
|
17408
|
+
}> | null;
|
|
17409
|
+
};
|
|
17410
|
+
/**
|
|
17411
|
+
* 401
|
|
17412
|
+
*/
|
|
17413
|
+
401: {
|
|
17414
|
+
message: string;
|
|
17415
|
+
};
|
|
17416
|
+
/**
|
|
17417
|
+
* 403
|
|
17418
|
+
*/
|
|
17419
|
+
403: {
|
|
17420
|
+
message: string;
|
|
17421
|
+
};
|
|
17422
|
+
/**
|
|
17423
|
+
* 404
|
|
17424
|
+
*/
|
|
17425
|
+
404: {
|
|
17426
|
+
message: string;
|
|
17427
|
+
};
|
|
17428
|
+
/**
|
|
17429
|
+
* 429
|
|
17430
|
+
*/
|
|
17431
|
+
429: {
|
|
17432
|
+
message: string;
|
|
17433
|
+
};
|
|
17434
|
+
/**
|
|
17435
|
+
* 500
|
|
17436
|
+
*/
|
|
17437
|
+
500: {
|
|
17438
|
+
message: string;
|
|
17439
|
+
};
|
|
17440
|
+
};
|
|
17441
|
+
};
|
|
16966
17442
|
};
|
|
16967
17443
|
'/api/v1/misc/youtube/video-categories': {
|
|
16968
17444
|
get: {
|
|
@@ -17263,22 +17739,14 @@ type $OpenApiTs = {
|
|
|
17263
17739
|
};
|
|
17264
17740
|
};
|
|
17265
17741
|
};
|
|
17266
|
-
|
|
17267
|
-
|
|
17268
|
-
post: {
|
|
17269
|
-
req: MiscGoogleBusinessAddMediaData;
|
|
17742
|
+
delete: {
|
|
17743
|
+
req: MiscLinkedinDeletePostData;
|
|
17270
17744
|
res: {
|
|
17271
17745
|
/**
|
|
17272
17746
|
* 200
|
|
17273
17747
|
*/
|
|
17274
17748
|
200: {
|
|
17275
|
-
|
|
17276
|
-
googleUrl?: string;
|
|
17277
|
-
locationAssociation?: {
|
|
17278
|
-
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
17279
|
-
priceListItemId?: string;
|
|
17280
|
-
};
|
|
17281
|
-
description?: string;
|
|
17749
|
+
success: boolean;
|
|
17282
17750
|
};
|
|
17283
17751
|
/**
|
|
17284
17752
|
* 400
|
|
@@ -17323,16 +17791,21 @@ type $OpenApiTs = {
|
|
|
17323
17791
|
};
|
|
17324
17792
|
};
|
|
17325
17793
|
};
|
|
17326
|
-
'/api/v1/misc/
|
|
17327
|
-
|
|
17328
|
-
req:
|
|
17794
|
+
'/api/v1/misc/google-business/media': {
|
|
17795
|
+
post: {
|
|
17796
|
+
req: MiscGoogleBusinessAddMediaData;
|
|
17329
17797
|
res: {
|
|
17330
17798
|
/**
|
|
17331
17799
|
* 200
|
|
17332
17800
|
*/
|
|
17333
17801
|
200: {
|
|
17334
|
-
|
|
17335
|
-
|
|
17802
|
+
name?: string;
|
|
17803
|
+
googleUrl?: string;
|
|
17804
|
+
locationAssociation?: {
|
|
17805
|
+
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
17806
|
+
priceListItemId?: string;
|
|
17807
|
+
};
|
|
17808
|
+
description?: string;
|
|
17336
17809
|
};
|
|
17337
17810
|
/**
|
|
17338
17811
|
* 400
|
|
@@ -17377,23 +17850,16 @@ type $OpenApiTs = {
|
|
|
17377
17850
|
};
|
|
17378
17851
|
};
|
|
17379
17852
|
};
|
|
17380
|
-
'/api/v1/misc/
|
|
17381
|
-
|
|
17382
|
-
req:
|
|
17853
|
+
'/api/v1/misc/google-business/post': {
|
|
17854
|
+
delete: {
|
|
17855
|
+
req: MiscGoogleBusinessDeletePostData;
|
|
17383
17856
|
res: {
|
|
17384
17857
|
/**
|
|
17385
17858
|
* 200
|
|
17386
17859
|
*/
|
|
17387
|
-
200:
|
|
17388
|
-
|
|
17389
|
-
|
|
17390
|
-
cssClass?: string;
|
|
17391
|
-
textColor?: string;
|
|
17392
|
-
backgroundColor?: string;
|
|
17393
|
-
modOnly?: boolean;
|
|
17394
|
-
allowableContent?: string;
|
|
17395
|
-
maxEmojis?: number;
|
|
17396
|
-
}>;
|
|
17860
|
+
200: {
|
|
17861
|
+
success: boolean;
|
|
17862
|
+
};
|
|
17397
17863
|
/**
|
|
17398
17864
|
* 400
|
|
17399
17865
|
*/
|
|
@@ -17437,16 +17903,16 @@ type $OpenApiTs = {
|
|
|
17437
17903
|
};
|
|
17438
17904
|
};
|
|
17439
17905
|
};
|
|
17440
|
-
'/api/v1/misc/reddit/post': {
|
|
17441
|
-
|
|
17442
|
-
req:
|
|
17906
|
+
'/api/v1/misc/reddit/post-requirements': {
|
|
17907
|
+
get: {
|
|
17908
|
+
req: MiscRedditGetPostRequirementsData;
|
|
17443
17909
|
res: {
|
|
17444
17910
|
/**
|
|
17445
17911
|
* 200
|
|
17446
17912
|
*/
|
|
17447
17913
|
200: {
|
|
17448
|
-
|
|
17449
|
-
|
|
17914
|
+
isFlairRequired: boolean;
|
|
17915
|
+
isFlairEnabled: boolean;
|
|
17450
17916
|
};
|
|
17451
17917
|
/**
|
|
17452
17918
|
* 400
|
|
@@ -17491,52 +17957,23 @@ type $OpenApiTs = {
|
|
|
17491
17957
|
};
|
|
17492
17958
|
};
|
|
17493
17959
|
};
|
|
17494
|
-
'/api/v1/misc/
|
|
17960
|
+
'/api/v1/misc/reddit/subreddit-flairs': {
|
|
17495
17961
|
get: {
|
|
17496
|
-
req:
|
|
17962
|
+
req: MiscRedditGetSubredditFlairsData;
|
|
17497
17963
|
res: {
|
|
17498
17964
|
/**
|
|
17499
17965
|
* 200
|
|
17500
17966
|
*/
|
|
17501
|
-
200: {
|
|
17502
|
-
|
|
17503
|
-
|
|
17504
|
-
|
|
17505
|
-
|
|
17506
|
-
|
|
17507
|
-
|
|
17508
|
-
|
|
17509
|
-
|
|
17510
|
-
|
|
17511
|
-
* Instagram User ID
|
|
17512
|
-
*/
|
|
17513
|
-
id: string;
|
|
17514
|
-
/**
|
|
17515
|
-
* Instagram username
|
|
17516
|
-
*/
|
|
17517
|
-
username: string;
|
|
17518
|
-
/**
|
|
17519
|
-
* Number of followers
|
|
17520
|
-
*/
|
|
17521
|
-
followers_count: number;
|
|
17522
|
-
/**
|
|
17523
|
-
* Number of media posts
|
|
17524
|
-
*/
|
|
17525
|
-
media_count: number;
|
|
17526
|
-
/**
|
|
17527
|
-
* Profile picture URL if available
|
|
17528
|
-
*/
|
|
17529
|
-
profile_picture_url?: string;
|
|
17530
|
-
/**
|
|
17531
|
-
* User biography if available
|
|
17532
|
-
*/
|
|
17533
|
-
biography?: string;
|
|
17534
|
-
/**
|
|
17535
|
-
* Full name if available
|
|
17536
|
-
*/
|
|
17537
|
-
name?: string;
|
|
17538
|
-
} | null;
|
|
17539
|
-
};
|
|
17967
|
+
200: Array<{
|
|
17968
|
+
id?: string;
|
|
17969
|
+
text?: string;
|
|
17970
|
+
cssClass?: string;
|
|
17971
|
+
textColor?: string;
|
|
17972
|
+
backgroundColor?: string;
|
|
17973
|
+
modOnly?: boolean;
|
|
17974
|
+
allowableContent?: string;
|
|
17975
|
+
maxEmojis?: number;
|
|
17976
|
+
}>;
|
|
17540
17977
|
/**
|
|
17541
17978
|
* 400
|
|
17542
17979
|
*/
|
|
@@ -17580,9 +18017,518 @@ type $OpenApiTs = {
|
|
|
17580
18017
|
};
|
|
17581
18018
|
};
|
|
17582
18019
|
};
|
|
17583
|
-
'/api/v1/misc/
|
|
18020
|
+
'/api/v1/misc/reddit/post': {
|
|
17584
18021
|
patch: {
|
|
17585
|
-
req:
|
|
18022
|
+
req: MiscRedditEditPostData;
|
|
18023
|
+
res: {
|
|
18024
|
+
/**
|
|
18025
|
+
* 200
|
|
18026
|
+
*/
|
|
18027
|
+
200: {
|
|
18028
|
+
success: boolean;
|
|
18029
|
+
permalink: string;
|
|
18030
|
+
};
|
|
18031
|
+
/**
|
|
18032
|
+
* 400
|
|
18033
|
+
*/
|
|
18034
|
+
400: {
|
|
18035
|
+
message: string;
|
|
18036
|
+
issues?: Array<{
|
|
18037
|
+
message: string;
|
|
18038
|
+
path?: Array<(string | number)> | null;
|
|
18039
|
+
}> | null;
|
|
18040
|
+
};
|
|
18041
|
+
/**
|
|
18042
|
+
* 401
|
|
18043
|
+
*/
|
|
18044
|
+
401: {
|
|
18045
|
+
message: string;
|
|
18046
|
+
};
|
|
18047
|
+
/**
|
|
18048
|
+
* 403
|
|
18049
|
+
*/
|
|
18050
|
+
403: {
|
|
18051
|
+
message: string;
|
|
18052
|
+
};
|
|
18053
|
+
/**
|
|
18054
|
+
* 404
|
|
18055
|
+
*/
|
|
18056
|
+
404: {
|
|
18057
|
+
message: string;
|
|
18058
|
+
};
|
|
18059
|
+
/**
|
|
18060
|
+
* 429
|
|
18061
|
+
*/
|
|
18062
|
+
429: {
|
|
18063
|
+
message: string;
|
|
18064
|
+
};
|
|
18065
|
+
/**
|
|
18066
|
+
* 500
|
|
18067
|
+
*/
|
|
18068
|
+
500: {
|
|
18069
|
+
message: string;
|
|
18070
|
+
};
|
|
18071
|
+
};
|
|
18072
|
+
};
|
|
18073
|
+
delete: {
|
|
18074
|
+
req: MiscRedditDeletePostData;
|
|
18075
|
+
res: {
|
|
18076
|
+
/**
|
|
18077
|
+
* 200
|
|
18078
|
+
*/
|
|
18079
|
+
200: {
|
|
18080
|
+
success: boolean;
|
|
18081
|
+
};
|
|
18082
|
+
/**
|
|
18083
|
+
* 400
|
|
18084
|
+
*/
|
|
18085
|
+
400: {
|
|
18086
|
+
message: string;
|
|
18087
|
+
issues?: Array<{
|
|
18088
|
+
message: string;
|
|
18089
|
+
path?: Array<(string | number)> | null;
|
|
18090
|
+
}> | null;
|
|
18091
|
+
};
|
|
18092
|
+
/**
|
|
18093
|
+
* 401
|
|
18094
|
+
*/
|
|
18095
|
+
401: {
|
|
18096
|
+
message: string;
|
|
18097
|
+
};
|
|
18098
|
+
/**
|
|
18099
|
+
* 403
|
|
18100
|
+
*/
|
|
18101
|
+
403: {
|
|
18102
|
+
message: string;
|
|
18103
|
+
};
|
|
18104
|
+
/**
|
|
18105
|
+
* 404
|
|
18106
|
+
*/
|
|
18107
|
+
404: {
|
|
18108
|
+
message: string;
|
|
18109
|
+
};
|
|
18110
|
+
/**
|
|
18111
|
+
* 429
|
|
18112
|
+
*/
|
|
18113
|
+
429: {
|
|
18114
|
+
message: string;
|
|
18115
|
+
};
|
|
18116
|
+
/**
|
|
18117
|
+
* 500
|
|
18118
|
+
*/
|
|
18119
|
+
500: {
|
|
18120
|
+
message: string;
|
|
18121
|
+
};
|
|
18122
|
+
};
|
|
18123
|
+
};
|
|
18124
|
+
};
|
|
18125
|
+
'/api/v1/misc/instagram/tags': {
|
|
18126
|
+
get: {
|
|
18127
|
+
req: MiscInstagramBusinessDiscoveryData;
|
|
18128
|
+
res: {
|
|
18129
|
+
/**
|
|
18130
|
+
* 200
|
|
18131
|
+
*/
|
|
18132
|
+
200: {
|
|
18133
|
+
/**
|
|
18134
|
+
* Whether the user exists and is a Business/Creator account
|
|
18135
|
+
*/
|
|
18136
|
+
exists: boolean;
|
|
18137
|
+
/**
|
|
18138
|
+
* User data if exists, null otherwise
|
|
18139
|
+
*/
|
|
18140
|
+
data: {
|
|
18141
|
+
/**
|
|
18142
|
+
* Instagram User ID
|
|
18143
|
+
*/
|
|
18144
|
+
id: string;
|
|
18145
|
+
/**
|
|
18146
|
+
* Instagram username
|
|
18147
|
+
*/
|
|
18148
|
+
username: string;
|
|
18149
|
+
/**
|
|
18150
|
+
* Number of followers
|
|
18151
|
+
*/
|
|
18152
|
+
followers_count: number;
|
|
18153
|
+
/**
|
|
18154
|
+
* Number of media posts
|
|
18155
|
+
*/
|
|
18156
|
+
media_count: number;
|
|
18157
|
+
/**
|
|
18158
|
+
* Profile picture URL if available
|
|
18159
|
+
*/
|
|
18160
|
+
profile_picture_url?: string;
|
|
18161
|
+
/**
|
|
18162
|
+
* User biography if available
|
|
18163
|
+
*/
|
|
18164
|
+
biography?: string;
|
|
18165
|
+
/**
|
|
18166
|
+
* Full name if available
|
|
18167
|
+
*/
|
|
18168
|
+
name?: string;
|
|
18169
|
+
} | null;
|
|
18170
|
+
};
|
|
18171
|
+
/**
|
|
18172
|
+
* 400
|
|
18173
|
+
*/
|
|
18174
|
+
400: {
|
|
18175
|
+
message: string;
|
|
18176
|
+
issues?: Array<{
|
|
18177
|
+
message: string;
|
|
18178
|
+
path?: Array<(string | number)> | null;
|
|
18179
|
+
}> | null;
|
|
18180
|
+
};
|
|
18181
|
+
/**
|
|
18182
|
+
* 401
|
|
18183
|
+
*/
|
|
18184
|
+
401: {
|
|
18185
|
+
message: string;
|
|
18186
|
+
};
|
|
18187
|
+
/**
|
|
18188
|
+
* 403
|
|
18189
|
+
*/
|
|
18190
|
+
403: {
|
|
18191
|
+
message: string;
|
|
18192
|
+
};
|
|
18193
|
+
/**
|
|
18194
|
+
* 404
|
|
18195
|
+
*/
|
|
18196
|
+
404: {
|
|
18197
|
+
message: string;
|
|
18198
|
+
};
|
|
18199
|
+
/**
|
|
18200
|
+
* 429
|
|
18201
|
+
*/
|
|
18202
|
+
429: {
|
|
18203
|
+
message: string;
|
|
18204
|
+
};
|
|
18205
|
+
/**
|
|
18206
|
+
* 500
|
|
18207
|
+
*/
|
|
18208
|
+
500: {
|
|
18209
|
+
message: string;
|
|
18210
|
+
};
|
|
18211
|
+
};
|
|
18212
|
+
};
|
|
18213
|
+
};
|
|
18214
|
+
'/api/v1/misc/facebook/post': {
|
|
18215
|
+
patch: {
|
|
18216
|
+
req: MiscFacebookEditPostData;
|
|
18217
|
+
res: {
|
|
18218
|
+
/**
|
|
18219
|
+
* 200
|
|
18220
|
+
*/
|
|
18221
|
+
200: {
|
|
18222
|
+
success: boolean;
|
|
18223
|
+
permalink: string;
|
|
18224
|
+
};
|
|
18225
|
+
/**
|
|
18226
|
+
* 400
|
|
18227
|
+
*/
|
|
18228
|
+
400: {
|
|
18229
|
+
message: string;
|
|
18230
|
+
issues?: Array<{
|
|
18231
|
+
message: string;
|
|
18232
|
+
path?: Array<(string | number)> | null;
|
|
18233
|
+
}> | null;
|
|
18234
|
+
};
|
|
18235
|
+
/**
|
|
18236
|
+
* 401
|
|
18237
|
+
*/
|
|
18238
|
+
401: {
|
|
18239
|
+
message: string;
|
|
18240
|
+
};
|
|
18241
|
+
/**
|
|
18242
|
+
* 403
|
|
18243
|
+
*/
|
|
18244
|
+
403: {
|
|
18245
|
+
message: string;
|
|
18246
|
+
};
|
|
18247
|
+
/**
|
|
18248
|
+
* 404
|
|
18249
|
+
*/
|
|
18250
|
+
404: {
|
|
18251
|
+
message: string;
|
|
18252
|
+
};
|
|
18253
|
+
/**
|
|
18254
|
+
* 429
|
|
18255
|
+
*/
|
|
18256
|
+
429: {
|
|
18257
|
+
message: string;
|
|
18258
|
+
};
|
|
18259
|
+
/**
|
|
18260
|
+
* 500
|
|
18261
|
+
*/
|
|
18262
|
+
500: {
|
|
18263
|
+
message: string;
|
|
18264
|
+
};
|
|
18265
|
+
};
|
|
18266
|
+
};
|
|
18267
|
+
delete: {
|
|
18268
|
+
req: MiscFacebookDeletePostData;
|
|
18269
|
+
res: {
|
|
18270
|
+
/**
|
|
18271
|
+
* 200
|
|
18272
|
+
*/
|
|
18273
|
+
200: {
|
|
18274
|
+
success: boolean;
|
|
18275
|
+
};
|
|
18276
|
+
/**
|
|
18277
|
+
* 400
|
|
18278
|
+
*/
|
|
18279
|
+
400: {
|
|
18280
|
+
message: string;
|
|
18281
|
+
issues?: Array<{
|
|
18282
|
+
message: string;
|
|
18283
|
+
path?: Array<(string | number)> | null;
|
|
18284
|
+
}> | null;
|
|
18285
|
+
};
|
|
18286
|
+
/**
|
|
18287
|
+
* 401
|
|
18288
|
+
*/
|
|
18289
|
+
401: {
|
|
18290
|
+
message: string;
|
|
18291
|
+
};
|
|
18292
|
+
/**
|
|
18293
|
+
* 403
|
|
18294
|
+
*/
|
|
18295
|
+
403: {
|
|
18296
|
+
message: string;
|
|
18297
|
+
};
|
|
18298
|
+
/**
|
|
18299
|
+
* 404
|
|
18300
|
+
*/
|
|
18301
|
+
404: {
|
|
18302
|
+
message: string;
|
|
18303
|
+
};
|
|
18304
|
+
/**
|
|
18305
|
+
* 429
|
|
18306
|
+
*/
|
|
18307
|
+
429: {
|
|
18308
|
+
message: string;
|
|
18309
|
+
};
|
|
18310
|
+
/**
|
|
18311
|
+
* 500
|
|
18312
|
+
*/
|
|
18313
|
+
500: {
|
|
18314
|
+
message: string;
|
|
18315
|
+
};
|
|
18316
|
+
};
|
|
18317
|
+
};
|
|
18318
|
+
};
|
|
18319
|
+
'/api/v1/misc/pinterest/pin': {
|
|
18320
|
+
patch: {
|
|
18321
|
+
req: MiscPinterestEditPinData;
|
|
18322
|
+
res: {
|
|
18323
|
+
/**
|
|
18324
|
+
* 200
|
|
18325
|
+
*/
|
|
18326
|
+
200: {
|
|
18327
|
+
success: boolean;
|
|
18328
|
+
permalink: string;
|
|
18329
|
+
};
|
|
18330
|
+
/**
|
|
18331
|
+
* 400
|
|
18332
|
+
*/
|
|
18333
|
+
400: {
|
|
18334
|
+
message: string;
|
|
18335
|
+
issues?: Array<{
|
|
18336
|
+
message: string;
|
|
18337
|
+
path?: Array<(string | number)> | null;
|
|
18338
|
+
}> | null;
|
|
18339
|
+
};
|
|
18340
|
+
/**
|
|
18341
|
+
* 401
|
|
18342
|
+
*/
|
|
18343
|
+
401: {
|
|
18344
|
+
message: string;
|
|
18345
|
+
};
|
|
18346
|
+
/**
|
|
18347
|
+
* 403
|
|
18348
|
+
*/
|
|
18349
|
+
403: {
|
|
18350
|
+
message: string;
|
|
18351
|
+
};
|
|
18352
|
+
/**
|
|
18353
|
+
* 404
|
|
18354
|
+
*/
|
|
18355
|
+
404: {
|
|
18356
|
+
message: string;
|
|
18357
|
+
};
|
|
18358
|
+
/**
|
|
18359
|
+
* 429
|
|
18360
|
+
*/
|
|
18361
|
+
429: {
|
|
18362
|
+
message: string;
|
|
18363
|
+
};
|
|
18364
|
+
/**
|
|
18365
|
+
* 500
|
|
18366
|
+
*/
|
|
18367
|
+
500: {
|
|
18368
|
+
message: string;
|
|
18369
|
+
};
|
|
18370
|
+
};
|
|
18371
|
+
};
|
|
18372
|
+
delete: {
|
|
18373
|
+
req: MiscPinterestDeletePinData;
|
|
18374
|
+
res: {
|
|
18375
|
+
/**
|
|
18376
|
+
* 200
|
|
18377
|
+
*/
|
|
18378
|
+
200: {
|
|
18379
|
+
success: boolean;
|
|
18380
|
+
};
|
|
18381
|
+
/**
|
|
18382
|
+
* 400
|
|
18383
|
+
*/
|
|
18384
|
+
400: {
|
|
18385
|
+
message: string;
|
|
18386
|
+
issues?: Array<{
|
|
18387
|
+
message: string;
|
|
18388
|
+
path?: Array<(string | number)> | null;
|
|
18389
|
+
}> | null;
|
|
18390
|
+
};
|
|
18391
|
+
/**
|
|
18392
|
+
* 401
|
|
18393
|
+
*/
|
|
18394
|
+
401: {
|
|
18395
|
+
message: string;
|
|
18396
|
+
};
|
|
18397
|
+
/**
|
|
18398
|
+
* 403
|
|
18399
|
+
*/
|
|
18400
|
+
403: {
|
|
18401
|
+
message: string;
|
|
18402
|
+
};
|
|
18403
|
+
/**
|
|
18404
|
+
* 404
|
|
18405
|
+
*/
|
|
18406
|
+
404: {
|
|
18407
|
+
message: string;
|
|
18408
|
+
};
|
|
18409
|
+
/**
|
|
18410
|
+
* 429
|
|
18411
|
+
*/
|
|
18412
|
+
429: {
|
|
18413
|
+
message: string;
|
|
18414
|
+
};
|
|
18415
|
+
/**
|
|
18416
|
+
* 500
|
|
18417
|
+
*/
|
|
18418
|
+
500: {
|
|
18419
|
+
message: string;
|
|
18420
|
+
};
|
|
18421
|
+
};
|
|
18422
|
+
};
|
|
18423
|
+
};
|
|
18424
|
+
'/api/v1/misc/mastodon/status': {
|
|
18425
|
+
patch: {
|
|
18426
|
+
req: MiscMastodonEditStatusData;
|
|
18427
|
+
res: {
|
|
18428
|
+
/**
|
|
18429
|
+
* 200
|
|
18430
|
+
*/
|
|
18431
|
+
200: {
|
|
18432
|
+
success: boolean;
|
|
18433
|
+
permalink: string;
|
|
18434
|
+
};
|
|
18435
|
+
/**
|
|
18436
|
+
* 400
|
|
18437
|
+
*/
|
|
18438
|
+
400: {
|
|
18439
|
+
message: string;
|
|
18440
|
+
issues?: Array<{
|
|
18441
|
+
message: string;
|
|
18442
|
+
path?: Array<(string | number)> | null;
|
|
18443
|
+
}> | null;
|
|
18444
|
+
};
|
|
18445
|
+
/**
|
|
18446
|
+
* 401
|
|
18447
|
+
*/
|
|
18448
|
+
401: {
|
|
18449
|
+
message: string;
|
|
18450
|
+
};
|
|
18451
|
+
/**
|
|
18452
|
+
* 403
|
|
18453
|
+
*/
|
|
18454
|
+
403: {
|
|
18455
|
+
message: string;
|
|
18456
|
+
};
|
|
18457
|
+
/**
|
|
18458
|
+
* 404
|
|
18459
|
+
*/
|
|
18460
|
+
404: {
|
|
18461
|
+
message: string;
|
|
18462
|
+
};
|
|
18463
|
+
/**
|
|
18464
|
+
* 429
|
|
18465
|
+
*/
|
|
18466
|
+
429: {
|
|
18467
|
+
message: string;
|
|
18468
|
+
};
|
|
18469
|
+
/**
|
|
18470
|
+
* 500
|
|
18471
|
+
*/
|
|
18472
|
+
500: {
|
|
18473
|
+
message: string;
|
|
18474
|
+
};
|
|
18475
|
+
};
|
|
18476
|
+
};
|
|
18477
|
+
delete: {
|
|
18478
|
+
req: MiscMastodonDeleteStatusData;
|
|
18479
|
+
res: {
|
|
18480
|
+
/**
|
|
18481
|
+
* 200
|
|
18482
|
+
*/
|
|
18483
|
+
200: {
|
|
18484
|
+
success: boolean;
|
|
18485
|
+
};
|
|
18486
|
+
/**
|
|
18487
|
+
* 400
|
|
18488
|
+
*/
|
|
18489
|
+
400: {
|
|
18490
|
+
message: string;
|
|
18491
|
+
issues?: Array<{
|
|
18492
|
+
message: string;
|
|
18493
|
+
path?: Array<(string | number)> | null;
|
|
18494
|
+
}> | null;
|
|
18495
|
+
};
|
|
18496
|
+
/**
|
|
18497
|
+
* 401
|
|
18498
|
+
*/
|
|
18499
|
+
401: {
|
|
18500
|
+
message: string;
|
|
18501
|
+
};
|
|
18502
|
+
/**
|
|
18503
|
+
* 403
|
|
18504
|
+
*/
|
|
18505
|
+
403: {
|
|
18506
|
+
message: string;
|
|
18507
|
+
};
|
|
18508
|
+
/**
|
|
18509
|
+
* 404
|
|
18510
|
+
*/
|
|
18511
|
+
404: {
|
|
18512
|
+
message: string;
|
|
18513
|
+
};
|
|
18514
|
+
/**
|
|
18515
|
+
* 429
|
|
18516
|
+
*/
|
|
18517
|
+
429: {
|
|
18518
|
+
message: string;
|
|
18519
|
+
};
|
|
18520
|
+
/**
|
|
18521
|
+
* 500
|
|
18522
|
+
*/
|
|
18523
|
+
500: {
|
|
18524
|
+
message: string;
|
|
18525
|
+
};
|
|
18526
|
+
};
|
|
18527
|
+
};
|
|
18528
|
+
};
|
|
18529
|
+
'/api/v1/misc/slack/message': {
|
|
18530
|
+
patch: {
|
|
18531
|
+
req: MiscSlackEditMessageData;
|
|
17586
18532
|
res: {
|
|
17587
18533
|
/**
|
|
17588
18534
|
* 200
|
|
@@ -17633,17 +18579,67 @@ type $OpenApiTs = {
|
|
|
17633
18579
|
};
|
|
17634
18580
|
};
|
|
17635
18581
|
};
|
|
18582
|
+
delete: {
|
|
18583
|
+
req: MiscSlackDeleteMessageData;
|
|
18584
|
+
res: {
|
|
18585
|
+
/**
|
|
18586
|
+
* 200
|
|
18587
|
+
*/
|
|
18588
|
+
200: {
|
|
18589
|
+
success: boolean;
|
|
18590
|
+
};
|
|
18591
|
+
/**
|
|
18592
|
+
* 400
|
|
18593
|
+
*/
|
|
18594
|
+
400: {
|
|
18595
|
+
message: string;
|
|
18596
|
+
issues?: Array<{
|
|
18597
|
+
message: string;
|
|
18598
|
+
path?: Array<(string | number)> | null;
|
|
18599
|
+
}> | null;
|
|
18600
|
+
};
|
|
18601
|
+
/**
|
|
18602
|
+
* 401
|
|
18603
|
+
*/
|
|
18604
|
+
401: {
|
|
18605
|
+
message: string;
|
|
18606
|
+
};
|
|
18607
|
+
/**
|
|
18608
|
+
* 403
|
|
18609
|
+
*/
|
|
18610
|
+
403: {
|
|
18611
|
+
message: string;
|
|
18612
|
+
};
|
|
18613
|
+
/**
|
|
18614
|
+
* 404
|
|
18615
|
+
*/
|
|
18616
|
+
404: {
|
|
18617
|
+
message: string;
|
|
18618
|
+
};
|
|
18619
|
+
/**
|
|
18620
|
+
* 429
|
|
18621
|
+
*/
|
|
18622
|
+
429: {
|
|
18623
|
+
message: string;
|
|
18624
|
+
};
|
|
18625
|
+
/**
|
|
18626
|
+
* 500
|
|
18627
|
+
*/
|
|
18628
|
+
500: {
|
|
18629
|
+
message: string;
|
|
18630
|
+
};
|
|
18631
|
+
};
|
|
18632
|
+
};
|
|
17636
18633
|
};
|
|
17637
|
-
'/api/v1/misc/
|
|
17638
|
-
|
|
17639
|
-
req:
|
|
18634
|
+
'/api/v1/misc/bluesky/post': {
|
|
18635
|
+
delete: {
|
|
18636
|
+
req: MiscBlueskyDeletePostData;
|
|
17640
18637
|
res: {
|
|
17641
18638
|
/**
|
|
17642
18639
|
* 200
|
|
17643
18640
|
*/
|
|
17644
18641
|
200: {
|
|
17645
18642
|
success: boolean;
|
|
17646
|
-
permalink: string;
|
|
17647
18643
|
};
|
|
17648
18644
|
/**
|
|
17649
18645
|
* 400
|
|
@@ -17688,16 +18684,15 @@ type $OpenApiTs = {
|
|
|
17688
18684
|
};
|
|
17689
18685
|
};
|
|
17690
18686
|
};
|
|
17691
|
-
'/api/v1/misc/
|
|
17692
|
-
|
|
17693
|
-
req:
|
|
18687
|
+
'/api/v1/misc/twitter/tweet': {
|
|
18688
|
+
delete: {
|
|
18689
|
+
req: MiscTwitterDeleteTweetData;
|
|
17694
18690
|
res: {
|
|
17695
18691
|
/**
|
|
17696
18692
|
* 200
|
|
17697
18693
|
*/
|
|
17698
18694
|
200: {
|
|
17699
18695
|
success: boolean;
|
|
17700
|
-
permalink: string;
|
|
17701
18696
|
};
|
|
17702
18697
|
/**
|
|
17703
18698
|
* 400
|
|
@@ -17742,16 +18737,15 @@ type $OpenApiTs = {
|
|
|
17742
18737
|
};
|
|
17743
18738
|
};
|
|
17744
18739
|
};
|
|
17745
|
-
'/api/v1/misc/
|
|
17746
|
-
|
|
17747
|
-
req:
|
|
18740
|
+
'/api/v1/misc/discord/message': {
|
|
18741
|
+
delete: {
|
|
18742
|
+
req: MiscDiscordDeleteMessageData;
|
|
17748
18743
|
res: {
|
|
17749
18744
|
/**
|
|
17750
18745
|
* 200
|
|
17751
18746
|
*/
|
|
17752
18747
|
200: {
|
|
17753
18748
|
success: boolean;
|
|
17754
|
-
permalink: string;
|
|
17755
18749
|
};
|
|
17756
18750
|
/**
|
|
17757
18751
|
* 400
|
|
@@ -18477,6 +19471,18 @@ declare class AnalyticsService {
|
|
|
18477
19471
|
* @throws ApiError
|
|
18478
19472
|
*/
|
|
18479
19473
|
analyticsGetPostAnalyticsRaw(data: AnalyticsGetPostAnalyticsRawData): CancelablePromise<AnalyticsGetPostAnalyticsRawResponse>;
|
|
19474
|
+
/**
|
|
19475
|
+
* Get Bulk Post Analytics
|
|
19476
|
+
* Retrieve analytics for multiple posts in a single request. Maximum 60 posts per request, paginated with 20 per page.
|
|
19477
|
+
* @param data The data for the request.
|
|
19478
|
+
* @param data.postIds
|
|
19479
|
+
* @param data.platformType
|
|
19480
|
+
* @param data.page
|
|
19481
|
+
* @param data.limit
|
|
19482
|
+
* @returns unknown 200
|
|
19483
|
+
* @throws ApiError
|
|
19484
|
+
*/
|
|
19485
|
+
analyticsGetBulkPostAnalytics(data: AnalyticsGetBulkPostAnalyticsData): CancelablePromise<AnalyticsGetBulkPostAnalyticsResponse>;
|
|
18480
19486
|
/**
|
|
18481
19487
|
* Force refresh social account analytics
|
|
18482
19488
|
* @param data The data for the request.
|
|
@@ -18628,6 +19634,15 @@ declare class MiscService {
|
|
|
18628
19634
|
* @throws ApiError
|
|
18629
19635
|
*/
|
|
18630
19636
|
miscYoutubeEditVideo(data?: MiscYoutubeEditVideoData): CancelablePromise<MiscYoutubeEditVideoResponse>;
|
|
19637
|
+
/**
|
|
19638
|
+
* Delete a YouTube video
|
|
19639
|
+
* Permanently delete a published YouTube video.
|
|
19640
|
+
* @param data The data for the request.
|
|
19641
|
+
* @param data.requestBody Body
|
|
19642
|
+
* @returns unknown 200
|
|
19643
|
+
* @throws ApiError
|
|
19644
|
+
*/
|
|
19645
|
+
miscYoutubeDeleteVideo(data?: MiscYoutubeDeleteVideoData): CancelablePromise<MiscYoutubeDeleteVideoResponse>;
|
|
18631
19646
|
/**
|
|
18632
19647
|
* Get YouTube video categories
|
|
18633
19648
|
* Retrieve the list of video categories that can be associated with YouTube videos for a specific region.
|
|
@@ -18675,6 +19690,15 @@ declare class MiscService {
|
|
|
18675
19690
|
* @throws ApiError
|
|
18676
19691
|
*/
|
|
18677
19692
|
miscLinkedinEditPost(data?: MiscLinkedinEditPostData): CancelablePromise<MiscLinkedinEditPostResponse>;
|
|
19693
|
+
/**
|
|
19694
|
+
* Delete a LinkedIn post
|
|
19695
|
+
* Permanently delete a published LinkedIn post.
|
|
19696
|
+
* @param data The data for the request.
|
|
19697
|
+
* @param data.requestBody Body
|
|
19698
|
+
* @returns unknown 200
|
|
19699
|
+
* @throws ApiError
|
|
19700
|
+
*/
|
|
19701
|
+
miscLinkedinDeletePost(data?: MiscLinkedinDeletePostData): CancelablePromise<MiscLinkedinDeletePostResponse>;
|
|
18678
19702
|
/**
|
|
18679
19703
|
* Add a media item (photo/video) using uploadId and category
|
|
18680
19704
|
* @param data The data for the request.
|
|
@@ -18683,6 +19707,15 @@ declare class MiscService {
|
|
|
18683
19707
|
* @throws ApiError
|
|
18684
19708
|
*/
|
|
18685
19709
|
miscGoogleBusinessAddMedia(data?: MiscGoogleBusinessAddMediaData): CancelablePromise<MiscGoogleBusinessAddMediaResponse>;
|
|
19710
|
+
/**
|
|
19711
|
+
* Delete a Google Business post
|
|
19712
|
+
* Permanently delete a published Google Business post.
|
|
19713
|
+
* @param data The data for the request.
|
|
19714
|
+
* @param data.requestBody Body
|
|
19715
|
+
* @returns unknown 200
|
|
19716
|
+
* @throws ApiError
|
|
19717
|
+
*/
|
|
19718
|
+
miscGoogleBusinessDeletePost(data?: MiscGoogleBusinessDeletePostData): CancelablePromise<MiscGoogleBusinessDeletePostResponse>;
|
|
18686
19719
|
/**
|
|
18687
19720
|
* Get subreddit post requirements (flair required/enabled)
|
|
18688
19721
|
* @param data The data for the request.
|
|
@@ -18710,6 +19743,15 @@ declare class MiscService {
|
|
|
18710
19743
|
* @throws ApiError
|
|
18711
19744
|
*/
|
|
18712
19745
|
miscRedditEditPost(data?: MiscRedditEditPostData): CancelablePromise<MiscRedditEditPostResponse>;
|
|
19746
|
+
/**
|
|
19747
|
+
* Delete a Reddit post
|
|
19748
|
+
* Permanently delete a published Reddit post.
|
|
19749
|
+
* @param data The data for the request.
|
|
19750
|
+
* @param data.requestBody Body
|
|
19751
|
+
* @returns unknown 200
|
|
19752
|
+
* @throws ApiError
|
|
19753
|
+
*/
|
|
19754
|
+
miscRedditDeletePost(data?: MiscRedditDeletePostData): CancelablePromise<MiscRedditDeletePostResponse>;
|
|
18713
19755
|
/**
|
|
18714
19756
|
* Search for Instagram Business/Creator user by username
|
|
18715
19757
|
* Checks if an Instagram user exists and returns their public profile data. Only works for Business and Creator accounts. Returns followers_count, media_count, and profile picture if available.
|
|
@@ -18729,6 +19771,15 @@ declare class MiscService {
|
|
|
18729
19771
|
* @throws ApiError
|
|
18730
19772
|
*/
|
|
18731
19773
|
miscFacebookEditPost(data?: MiscFacebookEditPostData): CancelablePromise<MiscFacebookEditPostResponse>;
|
|
19774
|
+
/**
|
|
19775
|
+
* Delete a Facebook post
|
|
19776
|
+
* Permanently delete a published Facebook post or reel.
|
|
19777
|
+
* @param data The data for the request.
|
|
19778
|
+
* @param data.requestBody Body
|
|
19779
|
+
* @returns unknown 200
|
|
19780
|
+
* @throws ApiError
|
|
19781
|
+
*/
|
|
19782
|
+
miscFacebookDeletePost(data?: MiscFacebookDeletePostData): CancelablePromise<MiscFacebookDeletePostResponse>;
|
|
18732
19783
|
/**
|
|
18733
19784
|
* @deprecated
|
|
18734
19785
|
* [DISABLED] Edit an existing Pinterest pin
|
|
@@ -18739,6 +19790,15 @@ declare class MiscService {
|
|
|
18739
19790
|
* @throws ApiError
|
|
18740
19791
|
*/
|
|
18741
19792
|
miscPinterestEditPin(data?: MiscPinterestEditPinData): CancelablePromise<MiscPinterestEditPinResponse>;
|
|
19793
|
+
/**
|
|
19794
|
+
* Delete a Pinterest pin
|
|
19795
|
+
* Permanently delete a published Pinterest pin.
|
|
19796
|
+
* @param data The data for the request.
|
|
19797
|
+
* @param data.requestBody Body
|
|
19798
|
+
* @returns unknown 200
|
|
19799
|
+
* @throws ApiError
|
|
19800
|
+
*/
|
|
19801
|
+
miscPinterestDeletePin(data?: MiscPinterestDeletePinData): CancelablePromise<MiscPinterestDeletePinResponse>;
|
|
18742
19802
|
/**
|
|
18743
19803
|
* Edit an existing Mastodon status
|
|
18744
19804
|
* Update the text content and spoiler text of a published Mastodon status.
|
|
@@ -18748,6 +19808,15 @@ declare class MiscService {
|
|
|
18748
19808
|
* @throws ApiError
|
|
18749
19809
|
*/
|
|
18750
19810
|
miscMastodonEditStatus(data?: MiscMastodonEditStatusData): CancelablePromise<MiscMastodonEditStatusResponse>;
|
|
19811
|
+
/**
|
|
19812
|
+
* Delete a Mastodon status
|
|
19813
|
+
* Permanently delete a published Mastodon status.
|
|
19814
|
+
* @param data The data for the request.
|
|
19815
|
+
* @param data.requestBody Body
|
|
19816
|
+
* @returns unknown 200
|
|
19817
|
+
* @throws ApiError
|
|
19818
|
+
*/
|
|
19819
|
+
miscMastodonDeleteStatus(data?: MiscMastodonDeleteStatusData): CancelablePromise<MiscMastodonDeleteStatusResponse>;
|
|
18751
19820
|
/**
|
|
18752
19821
|
* Edit an existing Slack message
|
|
18753
19822
|
* Update the text content of a published Slack message.
|
|
@@ -18757,6 +19826,42 @@ declare class MiscService {
|
|
|
18757
19826
|
* @throws ApiError
|
|
18758
19827
|
*/
|
|
18759
19828
|
miscSlackEditMessage(data?: MiscSlackEditMessageData): CancelablePromise<MiscSlackEditMessageResponse>;
|
|
19829
|
+
/**
|
|
19830
|
+
* Delete a Slack message
|
|
19831
|
+
* Permanently delete a published Slack message.
|
|
19832
|
+
* @param data The data for the request.
|
|
19833
|
+
* @param data.requestBody Body
|
|
19834
|
+
* @returns unknown 200
|
|
19835
|
+
* @throws ApiError
|
|
19836
|
+
*/
|
|
19837
|
+
miscSlackDeleteMessage(data?: MiscSlackDeleteMessageData): CancelablePromise<MiscSlackDeleteMessageResponse>;
|
|
19838
|
+
/**
|
|
19839
|
+
* Delete a Bluesky post
|
|
19840
|
+
* Permanently delete a published Bluesky post.
|
|
19841
|
+
* @param data The data for the request.
|
|
19842
|
+
* @param data.requestBody Body
|
|
19843
|
+
* @returns unknown 200
|
|
19844
|
+
* @throws ApiError
|
|
19845
|
+
*/
|
|
19846
|
+
miscBlueskyDeletePost(data?: MiscBlueskyDeletePostData): CancelablePromise<MiscBlueskyDeletePostResponse>;
|
|
19847
|
+
/**
|
|
19848
|
+
* Delete a Twitter/X tweet
|
|
19849
|
+
* Permanently delete a published Twitter/X tweet.
|
|
19850
|
+
* @param data The data for the request.
|
|
19851
|
+
* @param data.requestBody Body
|
|
19852
|
+
* @returns unknown 200
|
|
19853
|
+
* @throws ApiError
|
|
19854
|
+
*/
|
|
19855
|
+
miscTwitterDeleteTweet(data?: MiscTwitterDeleteTweetData): CancelablePromise<MiscTwitterDeleteTweetResponse>;
|
|
19856
|
+
/**
|
|
19857
|
+
* Delete a Discord message
|
|
19858
|
+
* Permanently delete a published Discord message.
|
|
19859
|
+
* @param data The data for the request.
|
|
19860
|
+
* @param data.requestBody Body
|
|
19861
|
+
* @returns unknown 200
|
|
19862
|
+
* @throws ApiError
|
|
19863
|
+
*/
|
|
19864
|
+
miscDiscordDeleteMessage(data?: MiscDiscordDeleteMessageData): CancelablePromise<MiscDiscordDeleteMessageResponse>;
|
|
18760
19865
|
}
|
|
18761
19866
|
declare class YoutubeService {
|
|
18762
19867
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18839,6 +19944,15 @@ declare class YoutubeService {
|
|
|
18839
19944
|
* @throws ApiError
|
|
18840
19945
|
*/
|
|
18841
19946
|
miscYoutubeEditVideo(data?: MiscYoutubeEditVideoData): CancelablePromise<MiscYoutubeEditVideoResponse>;
|
|
19947
|
+
/**
|
|
19948
|
+
* Delete a YouTube video
|
|
19949
|
+
* Permanently delete a published YouTube video.
|
|
19950
|
+
* @param data The data for the request.
|
|
19951
|
+
* @param data.requestBody Body
|
|
19952
|
+
* @returns unknown 200
|
|
19953
|
+
* @throws ApiError
|
|
19954
|
+
*/
|
|
19955
|
+
miscYoutubeDeleteVideo(data?: MiscYoutubeDeleteVideoData): CancelablePromise<MiscYoutubeDeleteVideoResponse>;
|
|
18842
19956
|
/**
|
|
18843
19957
|
* Get YouTube video categories
|
|
18844
19958
|
* Retrieve the list of video categories that can be associated with YouTube videos for a specific region.
|
|
@@ -18890,6 +20004,15 @@ declare class LinkedinService {
|
|
|
18890
20004
|
* @throws ApiError
|
|
18891
20005
|
*/
|
|
18892
20006
|
miscLinkedinEditPost(data?: MiscLinkedinEditPostData): CancelablePromise<MiscLinkedinEditPostResponse>;
|
|
20007
|
+
/**
|
|
20008
|
+
* Delete a LinkedIn post
|
|
20009
|
+
* Permanently delete a published LinkedIn post.
|
|
20010
|
+
* @param data The data for the request.
|
|
20011
|
+
* @param data.requestBody Body
|
|
20012
|
+
* @returns unknown 200
|
|
20013
|
+
* @throws ApiError
|
|
20014
|
+
*/
|
|
20015
|
+
miscLinkedinDeletePost(data?: MiscLinkedinDeletePostData): CancelablePromise<MiscLinkedinDeletePostResponse>;
|
|
18893
20016
|
}
|
|
18894
20017
|
declare class GoogleBusinessService {
|
|
18895
20018
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18902,6 +20025,15 @@ declare class GoogleBusinessService {
|
|
|
18902
20025
|
* @throws ApiError
|
|
18903
20026
|
*/
|
|
18904
20027
|
miscGoogleBusinessAddMedia(data?: MiscGoogleBusinessAddMediaData): CancelablePromise<MiscGoogleBusinessAddMediaResponse>;
|
|
20028
|
+
/**
|
|
20029
|
+
* Delete a Google Business post
|
|
20030
|
+
* Permanently delete a published Google Business post.
|
|
20031
|
+
* @param data The data for the request.
|
|
20032
|
+
* @param data.requestBody Body
|
|
20033
|
+
* @returns unknown 200
|
|
20034
|
+
* @throws ApiError
|
|
20035
|
+
*/
|
|
20036
|
+
miscGoogleBusinessDeletePost(data?: MiscGoogleBusinessDeletePostData): CancelablePromise<MiscGoogleBusinessDeletePostResponse>;
|
|
18905
20037
|
}
|
|
18906
20038
|
declare class RedditService {
|
|
18907
20039
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18933,6 +20065,15 @@ declare class RedditService {
|
|
|
18933
20065
|
* @throws ApiError
|
|
18934
20066
|
*/
|
|
18935
20067
|
miscRedditEditPost(data?: MiscRedditEditPostData): CancelablePromise<MiscRedditEditPostResponse>;
|
|
20068
|
+
/**
|
|
20069
|
+
* Delete a Reddit post
|
|
20070
|
+
* Permanently delete a published Reddit post.
|
|
20071
|
+
* @param data The data for the request.
|
|
20072
|
+
* @param data.requestBody Body
|
|
20073
|
+
* @returns unknown 200
|
|
20074
|
+
* @throws ApiError
|
|
20075
|
+
*/
|
|
20076
|
+
miscRedditDeletePost(data?: MiscRedditDeletePostData): CancelablePromise<MiscRedditDeletePostResponse>;
|
|
18936
20077
|
}
|
|
18937
20078
|
declare class InstagramService {
|
|
18938
20079
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18960,6 +20101,15 @@ declare class FacebookService {
|
|
|
18960
20101
|
* @throws ApiError
|
|
18961
20102
|
*/
|
|
18962
20103
|
miscFacebookEditPost(data?: MiscFacebookEditPostData): CancelablePromise<MiscFacebookEditPostResponse>;
|
|
20104
|
+
/**
|
|
20105
|
+
* Delete a Facebook post
|
|
20106
|
+
* Permanently delete a published Facebook post or reel.
|
|
20107
|
+
* @param data The data for the request.
|
|
20108
|
+
* @param data.requestBody Body
|
|
20109
|
+
* @returns unknown 200
|
|
20110
|
+
* @throws ApiError
|
|
20111
|
+
*/
|
|
20112
|
+
miscFacebookDeletePost(data?: MiscFacebookDeletePostData): CancelablePromise<MiscFacebookDeletePostResponse>;
|
|
18963
20113
|
}
|
|
18964
20114
|
declare class PinterestService {
|
|
18965
20115
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18974,6 +20124,15 @@ declare class PinterestService {
|
|
|
18974
20124
|
* @throws ApiError
|
|
18975
20125
|
*/
|
|
18976
20126
|
miscPinterestEditPin(data?: MiscPinterestEditPinData): CancelablePromise<MiscPinterestEditPinResponse>;
|
|
20127
|
+
/**
|
|
20128
|
+
* Delete a Pinterest pin
|
|
20129
|
+
* Permanently delete a published Pinterest pin.
|
|
20130
|
+
* @param data The data for the request.
|
|
20131
|
+
* @param data.requestBody Body
|
|
20132
|
+
* @returns unknown 200
|
|
20133
|
+
* @throws ApiError
|
|
20134
|
+
*/
|
|
20135
|
+
miscPinterestDeletePin(data?: MiscPinterestDeletePinData): CancelablePromise<MiscPinterestDeletePinResponse>;
|
|
18977
20136
|
}
|
|
18978
20137
|
declare class MastodonService {
|
|
18979
20138
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -18987,6 +20146,15 @@ declare class MastodonService {
|
|
|
18987
20146
|
* @throws ApiError
|
|
18988
20147
|
*/
|
|
18989
20148
|
miscMastodonEditStatus(data?: MiscMastodonEditStatusData): CancelablePromise<MiscMastodonEditStatusResponse>;
|
|
20149
|
+
/**
|
|
20150
|
+
* Delete a Mastodon status
|
|
20151
|
+
* Permanently delete a published Mastodon status.
|
|
20152
|
+
* @param data The data for the request.
|
|
20153
|
+
* @param data.requestBody Body
|
|
20154
|
+
* @returns unknown 200
|
|
20155
|
+
* @throws ApiError
|
|
20156
|
+
*/
|
|
20157
|
+
miscMastodonDeleteStatus(data?: MiscMastodonDeleteStatusData): CancelablePromise<MiscMastodonDeleteStatusResponse>;
|
|
18990
20158
|
}
|
|
18991
20159
|
declare class SlackService {
|
|
18992
20160
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -19000,6 +20168,54 @@ declare class SlackService {
|
|
|
19000
20168
|
* @throws ApiError
|
|
19001
20169
|
*/
|
|
19002
20170
|
miscSlackEditMessage(data?: MiscSlackEditMessageData): CancelablePromise<MiscSlackEditMessageResponse>;
|
|
20171
|
+
/**
|
|
20172
|
+
* Delete a Slack message
|
|
20173
|
+
* Permanently delete a published Slack message.
|
|
20174
|
+
* @param data The data for the request.
|
|
20175
|
+
* @param data.requestBody Body
|
|
20176
|
+
* @returns unknown 200
|
|
20177
|
+
* @throws ApiError
|
|
20178
|
+
*/
|
|
20179
|
+
miscSlackDeleteMessage(data?: MiscSlackDeleteMessageData): CancelablePromise<MiscSlackDeleteMessageResponse>;
|
|
20180
|
+
}
|
|
20181
|
+
declare class BlueskyService {
|
|
20182
|
+
readonly httpRequest: BaseHttpRequest;
|
|
20183
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
20184
|
+
/**
|
|
20185
|
+
* Delete a Bluesky post
|
|
20186
|
+
* Permanently delete a published Bluesky post.
|
|
20187
|
+
* @param data The data for the request.
|
|
20188
|
+
* @param data.requestBody Body
|
|
20189
|
+
* @returns unknown 200
|
|
20190
|
+
* @throws ApiError
|
|
20191
|
+
*/
|
|
20192
|
+
miscBlueskyDeletePost(data?: MiscBlueskyDeletePostData): CancelablePromise<MiscBlueskyDeletePostResponse>;
|
|
20193
|
+
}
|
|
20194
|
+
declare class TwitterService {
|
|
20195
|
+
readonly httpRequest: BaseHttpRequest;
|
|
20196
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
20197
|
+
/**
|
|
20198
|
+
* Delete a Twitter/X tweet
|
|
20199
|
+
* Permanently delete a published Twitter/X tweet.
|
|
20200
|
+
* @param data The data for the request.
|
|
20201
|
+
* @param data.requestBody Body
|
|
20202
|
+
* @returns unknown 200
|
|
20203
|
+
* @throws ApiError
|
|
20204
|
+
*/
|
|
20205
|
+
miscTwitterDeleteTweet(data?: MiscTwitterDeleteTweetData): CancelablePromise<MiscTwitterDeleteTweetResponse>;
|
|
20206
|
+
}
|
|
20207
|
+
declare class DiscordService {
|
|
20208
|
+
readonly httpRequest: BaseHttpRequest;
|
|
20209
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
20210
|
+
/**
|
|
20211
|
+
* Delete a Discord message
|
|
20212
|
+
* Permanently delete a published Discord message.
|
|
20213
|
+
* @param data The data for the request.
|
|
20214
|
+
* @param data.requestBody Body
|
|
20215
|
+
* @returns unknown 200
|
|
20216
|
+
* @throws ApiError
|
|
20217
|
+
*/
|
|
20218
|
+
miscDiscordDeleteMessage(data?: MiscDiscordDeleteMessageData): CancelablePromise<MiscDiscordDeleteMessageResponse>;
|
|
19003
20219
|
}
|
|
19004
20220
|
declare class PostImportService {
|
|
19005
20221
|
readonly httpRequest: BaseHttpRequest;
|
|
@@ -19055,7 +20271,9 @@ type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
|
|
|
19055
20271
|
declare class Client {
|
|
19056
20272
|
readonly analytics: AnalyticsService;
|
|
19057
20273
|
readonly app: AppService;
|
|
20274
|
+
readonly bluesky: BlueskyService;
|
|
19058
20275
|
readonly comment: CommentService;
|
|
20276
|
+
readonly discord: DiscordService;
|
|
19059
20277
|
readonly facebook: FacebookService;
|
|
19060
20278
|
readonly googleBusiness: GoogleBusinessService;
|
|
19061
20279
|
readonly instagram: InstagramService;
|
|
@@ -19070,6 +20288,7 @@ declare class Client {
|
|
|
19070
20288
|
readonly slack: SlackService;
|
|
19071
20289
|
readonly socialAccount: SocialAccountService;
|
|
19072
20290
|
readonly team: TeamService;
|
|
20291
|
+
readonly twitter: TwitterService;
|
|
19073
20292
|
readonly upload: UploadService;
|
|
19074
20293
|
readonly youtube: YoutubeService;
|
|
19075
20294
|
readonly request: BaseHttpRequest;
|
|
@@ -19135,4 +20354,4 @@ declare class Bundlesocial extends Client {
|
|
|
19135
20354
|
constructor(apiKey: string, options?: OpenAPIConfig);
|
|
19136
20355
|
}
|
|
19137
20356
|
|
|
19138
|
-
export { $OpenApiTs, AnalyticsForcePostAnalyticsData, AnalyticsForcePostAnalyticsResponse, AnalyticsForceSocialAccountAnalyticsData, AnalyticsForceSocialAccountAnalyticsResponse, AnalyticsGetPostAnalyticsData, AnalyticsGetPostAnalyticsRawData, AnalyticsGetPostAnalyticsRawResponse, AnalyticsGetPostAnalyticsResponse, AnalyticsGetSocialAccountAnalyticsData, AnalyticsGetSocialAccountAnalyticsRawData, AnalyticsGetSocialAccountAnalyticsRawResponse, AnalyticsGetSocialAccountAnalyticsResponse, ApiError, AppGetHealthResponse, BaseHttpRequest, Bundlesocial, CancelError, CancelablePromise, CommentCreateData, CommentCreateResponse, CommentDeleteData, CommentDeleteResponse, CommentGetData, CommentGetListData, CommentGetListResponse, CommentGetResponse, CommentUpdateData, CommentUpdateResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|
|
20357
|
+
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, CommentUpdateData, CommentUpdateResponse, MiscBlueskyDeletePostData, MiscBlueskyDeletePostResponse, MiscDiscordDeleteMessageData, MiscDiscordDeleteMessageResponse, MiscFacebookDeletePostData, MiscFacebookDeletePostResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscGoogleBusinessDeletePostData, MiscGoogleBusinessDeletePostResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinDeletePostData, MiscLinkedinDeletePostResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonDeleteStatusData, MiscMastodonDeleteStatusResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestDeletePinData, MiscPinterestDeletePinResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditDeletePostData, MiscRedditDeletePostResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackDeleteMessageData, MiscSlackDeleteMessageResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscTwitterDeleteTweetData, MiscTwitterDeleteTweetResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteVideoData, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeDeleteVideoResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|