bundlesocial 2.33.1 → 2.35.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 CHANGED
@@ -791,6 +791,10 @@ type SocialAccountCreatePortalLinkData = {
791
791
  teamId: string;
792
792
  redirectUrl?: string;
793
793
  socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
794
+ /**
795
+ * Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
796
+ */
797
+ expiresIn?: number;
794
798
  logoUrl?: string;
795
799
  userLogoUrl?: string;
796
800
  userName?: string;
@@ -1097,6 +1101,10 @@ type PostGetResponse = {
1097
1101
  * The URL to image uploaded on bundle.social.
1098
1102
  */
1099
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;
1100
1108
  /**
1101
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.
1102
1110
  */
@@ -1178,6 +1186,10 @@ type PostGetResponse = {
1178
1186
  * The URL to image uploaded on bundle.social.
1179
1187
  */
1180
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;
1181
1193
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
1182
1194
  /**
1183
1195
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -1674,6 +1686,10 @@ type PostUpdateData = {
1674
1686
  * The URL to image uploaded on bundle.social.
1675
1687
  */
1676
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;
1677
1693
  /**
1678
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.
1679
1695
  */
@@ -1755,6 +1771,10 @@ type PostUpdateData = {
1755
1771
  * The URL to image uploaded on bundle.social.
1756
1772
  */
1757
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;
1758
1778
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
1759
1779
  /**
1760
1780
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -1955,6 +1975,10 @@ type PostUpdateResponse = {
1955
1975
  * The URL to image uploaded on bundle.social.
1956
1976
  */
1957
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;
1958
1982
  /**
1959
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.
1960
1984
  */
@@ -2036,6 +2060,10 @@ type PostUpdateResponse = {
2036
2060
  * The URL to image uploaded on bundle.social.
2037
2061
  */
2038
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;
2039
2067
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
2040
2068
  /**
2041
2069
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -2463,6 +2491,10 @@ type PostDeleteResponse = {
2463
2491
  * The URL to image uploaded on bundle.social.
2464
2492
  */
2465
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;
2466
2498
  /**
2467
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.
2468
2500
  */
@@ -2544,6 +2576,10 @@ type PostDeleteResponse = {
2544
2576
  * The URL to image uploaded on bundle.social.
2545
2577
  */
2546
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;
2547
2583
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
2548
2584
  /**
2549
2585
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -2979,6 +3015,10 @@ type PostGetListResponse = {
2979
3015
  * The URL to image uploaded on bundle.social.
2980
3016
  */
2981
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;
2982
3022
  /**
2983
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.
2984
3024
  */
@@ -3060,6 +3100,10 @@ type PostGetListResponse = {
3060
3100
  * The URL to image uploaded on bundle.social.
3061
3101
  */
3062
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;
3063
3107
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3064
3108
  /**
3065
3109
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -3558,6 +3602,10 @@ type PostCreateData = {
3558
3602
  * The URL to image uploaded on bundle.social.
3559
3603
  */
3560
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;
3561
3609
  /**
3562
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.
3563
3611
  */
@@ -3639,6 +3687,10 @@ type PostCreateData = {
3639
3687
  * The URL to image uploaded on bundle.social.
3640
3688
  */
3641
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;
3642
3694
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3643
3695
  /**
3644
3696
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -3839,6 +3891,10 @@ type PostCreateResponse = {
3839
3891
  * The URL to image uploaded on bundle.social.
3840
3892
  */
3841
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;
3842
3898
  /**
3843
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.
3844
3900
  */
@@ -3920,6 +3976,10 @@ type PostCreateResponse = {
3920
3976
  * The URL to image uploaded on bundle.social.
3921
3977
  */
3922
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;
3923
3983
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3924
3984
  /**
3925
3985
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -4347,6 +4407,10 @@ type PostRetryResponse = {
4347
4407
  * The URL to image uploaded on bundle.social.
4348
4408
  */
4349
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;
4350
4414
  /**
4351
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.
4352
4416
  */
@@ -4428,6 +4492,10 @@ type PostRetryResponse = {
4428
4492
  * The URL to image uploaded on bundle.social.
4429
4493
  */
4430
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;
4431
4499
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
4432
4500
  /**
4433
4501
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -4916,6 +4984,10 @@ type AnalyticsGetPostAnalyticsResponse = {
4916
4984
  * The URL to image uploaded on bundle.social.
4917
4985
  */
4918
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;
4919
4991
  /**
4920
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.
4921
4993
  */
@@ -4997,6 +5069,10 @@ type AnalyticsGetPostAnalyticsResponse = {
4997
5069
  * The URL to image uploaded on bundle.social.
4998
5070
  */
4999
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;
5000
5076
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
5001
5077
  /**
5002
5078
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -5497,6 +5573,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
5497
5573
  * The URL to image uploaded on bundle.social.
5498
5574
  */
5499
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;
5500
5580
  /**
5501
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.
5502
5582
  */
@@ -5578,6 +5658,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
5578
5658
  * The URL to image uploaded on bundle.social.
5579
5659
  */
5580
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;
5581
5665
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
5582
5666
  /**
5583
5667
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -10031,6 +10115,10 @@ type $OpenApiTs = {
10031
10115
  * The URL to image uploaded on bundle.social.
10032
10116
  */
10033
10117
  thumbnail?: string | null;
10118
+ /**
10119
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
10120
+ */
10121
+ mediaTitle?: string | null;
10034
10122
  /**
10035
10123
  * 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.
10036
10124
  */
@@ -10112,6 +10200,10 @@ type $OpenApiTs = {
10112
10200
  * The URL to image uploaded on bundle.social.
10113
10201
  */
10114
10202
  thumbnail?: string | null;
10203
+ /**
10204
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
10205
+ */
10206
+ mediaTitle?: string | null;
10115
10207
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
10116
10208
  /**
10117
10209
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -10654,6 +10746,10 @@ type $OpenApiTs = {
10654
10746
  * The URL to image uploaded on bundle.social.
10655
10747
  */
10656
10748
  thumbnail?: string | null;
10749
+ /**
10750
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
10751
+ */
10752
+ mediaTitle?: string | null;
10657
10753
  /**
10658
10754
  * 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.
10659
10755
  */
@@ -10735,6 +10831,10 @@ type $OpenApiTs = {
10735
10831
  * The URL to image uploaded on bundle.social.
10736
10832
  */
10737
10833
  thumbnail?: string | null;
10834
+ /**
10835
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
10836
+ */
10837
+ mediaTitle?: string | null;
10738
10838
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
10739
10839
  /**
10740
10840
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -11207,6 +11307,10 @@ type $OpenApiTs = {
11207
11307
  * The URL to image uploaded on bundle.social.
11208
11308
  */
11209
11309
  thumbnail?: string | null;
11310
+ /**
11311
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
11312
+ */
11313
+ mediaTitle?: string | null;
11210
11314
  /**
11211
11315
  * 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.
11212
11316
  */
@@ -11288,6 +11392,10 @@ type $OpenApiTs = {
11288
11392
  * The URL to image uploaded on bundle.social.
11289
11393
  */
11290
11394
  thumbnail?: string | null;
11395
+ /**
11396
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
11397
+ */
11398
+ mediaTitle?: string | null;
11291
11399
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
11292
11400
  /**
11293
11401
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -11763,6 +11871,10 @@ type $OpenApiTs = {
11763
11871
  * The URL to image uploaded on bundle.social.
11764
11872
  */
11765
11873
  thumbnail?: string | null;
11874
+ /**
11875
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
11876
+ */
11877
+ mediaTitle?: string | null;
11766
11878
  /**
11767
11879
  * 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.
11768
11880
  */
@@ -11844,6 +11956,10 @@ type $OpenApiTs = {
11844
11956
  * The URL to image uploaded on bundle.social.
11845
11957
  */
11846
11958
  thumbnail?: string | null;
11959
+ /**
11960
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
11961
+ */
11962
+ mediaTitle?: string | null;
11847
11963
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
11848
11964
  /**
11849
11965
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -12388,6 +12504,10 @@ type $OpenApiTs = {
12388
12504
  * The URL to image uploaded on bundle.social.
12389
12505
  */
12390
12506
  thumbnail?: string | null;
12507
+ /**
12508
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
12509
+ */
12510
+ mediaTitle?: string | null;
12391
12511
  /**
12392
12512
  * 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.
12393
12513
  */
@@ -12469,6 +12589,10 @@ type $OpenApiTs = {
12469
12589
  * The URL to image uploaded on bundle.social.
12470
12590
  */
12471
12591
  thumbnail?: string | null;
12592
+ /**
12593
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
12594
+ */
12595
+ mediaTitle?: string | null;
12472
12596
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
12473
12597
  /**
12474
12598
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -12943,6 +13067,10 @@ type $OpenApiTs = {
12943
13067
  * The URL to image uploaded on bundle.social.
12944
13068
  */
12945
13069
  thumbnail?: string | null;
13070
+ /**
13071
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
13072
+ */
13073
+ mediaTitle?: string | null;
12946
13074
  /**
12947
13075
  * 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.
12948
13076
  */
@@ -13024,6 +13152,10 @@ type $OpenApiTs = {
13024
13152
  * The URL to image uploaded on bundle.social.
13025
13153
  */
13026
13154
  thumbnail?: string | null;
13155
+ /**
13156
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
13157
+ */
13158
+ mediaTitle?: string | null;
13027
13159
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
13028
13160
  /**
13029
13161
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -13604,6 +13736,10 @@ type $OpenApiTs = {
13604
13736
  * The URL to image uploaded on bundle.social.
13605
13737
  */
13606
13738
  thumbnail?: string | null;
13739
+ /**
13740
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
13741
+ */
13742
+ mediaTitle?: string | null;
13607
13743
  /**
13608
13744
  * 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.
13609
13745
  */
@@ -13685,6 +13821,10 @@ type $OpenApiTs = {
13685
13821
  * The URL to image uploaded on bundle.social.
13686
13822
  */
13687
13823
  thumbnail?: string | null;
13824
+ /**
13825
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
13826
+ */
13827
+ mediaTitle?: string | null;
13688
13828
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
13689
13829
  /**
13690
13830
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -14277,6 +14417,10 @@ type $OpenApiTs = {
14277
14417
  * The URL to image uploaded on bundle.social.
14278
14418
  */
14279
14419
  thumbnail?: string | null;
14420
+ /**
14421
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
14422
+ */
14423
+ mediaTitle?: string | null;
14280
14424
  /**
14281
14425
  * 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.
14282
14426
  */
@@ -14358,6 +14502,10 @@ type $OpenApiTs = {
14358
14502
  * The URL to image uploaded on bundle.social.
14359
14503
  */
14360
14504
  thumbnail?: string | null;
14505
+ /**
14506
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
14507
+ */
14508
+ mediaTitle?: string | null;
14361
14509
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
14362
14510
  /**
14363
14511
  * Set to true if the post shouldn't be displayed in the main feed.
package/dist/index.d.ts CHANGED
@@ -791,6 +791,10 @@ type SocialAccountCreatePortalLinkData = {
791
791
  teamId: string;
792
792
  redirectUrl?: string;
793
793
  socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
794
+ /**
795
+ * Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
796
+ */
797
+ expiresIn?: number;
794
798
  logoUrl?: string;
795
799
  userLogoUrl?: string;
796
800
  userName?: string;
@@ -1097,6 +1101,10 @@ type PostGetResponse = {
1097
1101
  * The URL to image uploaded on bundle.social.
1098
1102
  */
1099
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;
1100
1108
  /**
1101
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.
1102
1110
  */
@@ -1178,6 +1186,10 @@ type PostGetResponse = {
1178
1186
  * The URL to image uploaded on bundle.social.
1179
1187
  */
1180
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;
1181
1193
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
1182
1194
  /**
1183
1195
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -1674,6 +1686,10 @@ type PostUpdateData = {
1674
1686
  * The URL to image uploaded on bundle.social.
1675
1687
  */
1676
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;
1677
1693
  /**
1678
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.
1679
1695
  */
@@ -1755,6 +1771,10 @@ type PostUpdateData = {
1755
1771
  * The URL to image uploaded on bundle.social.
1756
1772
  */
1757
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;
1758
1778
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
1759
1779
  /**
1760
1780
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -1955,6 +1975,10 @@ type PostUpdateResponse = {
1955
1975
  * The URL to image uploaded on bundle.social.
1956
1976
  */
1957
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;
1958
1982
  /**
1959
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.
1960
1984
  */
@@ -2036,6 +2060,10 @@ type PostUpdateResponse = {
2036
2060
  * The URL to image uploaded on bundle.social.
2037
2061
  */
2038
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;
2039
2067
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
2040
2068
  /**
2041
2069
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -2463,6 +2491,10 @@ type PostDeleteResponse = {
2463
2491
  * The URL to image uploaded on bundle.social.
2464
2492
  */
2465
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;
2466
2498
  /**
2467
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.
2468
2500
  */
@@ -2544,6 +2576,10 @@ type PostDeleteResponse = {
2544
2576
  * The URL to image uploaded on bundle.social.
2545
2577
  */
2546
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;
2547
2583
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
2548
2584
  /**
2549
2585
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -2979,6 +3015,10 @@ type PostGetListResponse = {
2979
3015
  * The URL to image uploaded on bundle.social.
2980
3016
  */
2981
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;
2982
3022
  /**
2983
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.
2984
3024
  */
@@ -3060,6 +3100,10 @@ type PostGetListResponse = {
3060
3100
  * The URL to image uploaded on bundle.social.
3061
3101
  */
3062
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;
3063
3107
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3064
3108
  /**
3065
3109
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -3558,6 +3602,10 @@ type PostCreateData = {
3558
3602
  * The URL to image uploaded on bundle.social.
3559
3603
  */
3560
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;
3561
3609
  /**
3562
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.
3563
3611
  */
@@ -3639,6 +3687,10 @@ type PostCreateData = {
3639
3687
  * The URL to image uploaded on bundle.social.
3640
3688
  */
3641
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;
3642
3694
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3643
3695
  /**
3644
3696
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -3839,6 +3891,10 @@ type PostCreateResponse = {
3839
3891
  * The URL to image uploaded on bundle.social.
3840
3892
  */
3841
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;
3842
3898
  /**
3843
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.
3844
3900
  */
@@ -3920,6 +3976,10 @@ type PostCreateResponse = {
3920
3976
  * The URL to image uploaded on bundle.social.
3921
3977
  */
3922
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;
3923
3983
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
3924
3984
  /**
3925
3985
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -4347,6 +4407,10 @@ type PostRetryResponse = {
4347
4407
  * The URL to image uploaded on bundle.social.
4348
4408
  */
4349
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;
4350
4414
  /**
4351
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.
4352
4416
  */
@@ -4428,6 +4492,10 @@ type PostRetryResponse = {
4428
4492
  * The URL to image uploaded on bundle.social.
4429
4493
  */
4430
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;
4431
4499
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
4432
4500
  /**
4433
4501
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -4916,6 +4984,10 @@ type AnalyticsGetPostAnalyticsResponse = {
4916
4984
  * The URL to image uploaded on bundle.social.
4917
4985
  */
4918
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;
4919
4991
  /**
4920
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.
4921
4993
  */
@@ -4997,6 +5069,10 @@ type AnalyticsGetPostAnalyticsResponse = {
4997
5069
  * The URL to image uploaded on bundle.social.
4998
5070
  */
4999
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;
5000
5076
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
5001
5077
  /**
5002
5078
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -5497,6 +5573,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
5497
5573
  * The URL to image uploaded on bundle.social.
5498
5574
  */
5499
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;
5500
5580
  /**
5501
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.
5502
5582
  */
@@ -5578,6 +5658,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
5578
5658
  * The URL to image uploaded on bundle.social.
5579
5659
  */
5580
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;
5581
5665
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
5582
5666
  /**
5583
5667
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -10031,6 +10115,10 @@ type $OpenApiTs = {
10031
10115
  * The URL to image uploaded on bundle.social.
10032
10116
  */
10033
10117
  thumbnail?: string | null;
10118
+ /**
10119
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
10120
+ */
10121
+ mediaTitle?: string | null;
10034
10122
  /**
10035
10123
  * 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.
10036
10124
  */
@@ -10112,6 +10200,10 @@ type $OpenApiTs = {
10112
10200
  * The URL to image uploaded on bundle.social.
10113
10201
  */
10114
10202
  thumbnail?: string | null;
10203
+ /**
10204
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
10205
+ */
10206
+ mediaTitle?: string | null;
10115
10207
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
10116
10208
  /**
10117
10209
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -10654,6 +10746,10 @@ type $OpenApiTs = {
10654
10746
  * The URL to image uploaded on bundle.social.
10655
10747
  */
10656
10748
  thumbnail?: string | null;
10749
+ /**
10750
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
10751
+ */
10752
+ mediaTitle?: string | null;
10657
10753
  /**
10658
10754
  * 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.
10659
10755
  */
@@ -10735,6 +10831,10 @@ type $OpenApiTs = {
10735
10831
  * The URL to image uploaded on bundle.social.
10736
10832
  */
10737
10833
  thumbnail?: string | null;
10834
+ /**
10835
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
10836
+ */
10837
+ mediaTitle?: string | null;
10738
10838
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
10739
10839
  /**
10740
10840
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -11207,6 +11307,10 @@ type $OpenApiTs = {
11207
11307
  * The URL to image uploaded on bundle.social.
11208
11308
  */
11209
11309
  thumbnail?: string | null;
11310
+ /**
11311
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
11312
+ */
11313
+ mediaTitle?: string | null;
11210
11314
  /**
11211
11315
  * 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.
11212
11316
  */
@@ -11288,6 +11392,10 @@ type $OpenApiTs = {
11288
11392
  * The URL to image uploaded on bundle.social.
11289
11393
  */
11290
11394
  thumbnail?: string | null;
11395
+ /**
11396
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
11397
+ */
11398
+ mediaTitle?: string | null;
11291
11399
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
11292
11400
  /**
11293
11401
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -11763,6 +11871,10 @@ type $OpenApiTs = {
11763
11871
  * The URL to image uploaded on bundle.social.
11764
11872
  */
11765
11873
  thumbnail?: string | null;
11874
+ /**
11875
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
11876
+ */
11877
+ mediaTitle?: string | null;
11766
11878
  /**
11767
11879
  * 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.
11768
11880
  */
@@ -11844,6 +11956,10 @@ type $OpenApiTs = {
11844
11956
  * The URL to image uploaded on bundle.social.
11845
11957
  */
11846
11958
  thumbnail?: string | null;
11959
+ /**
11960
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
11961
+ */
11962
+ mediaTitle?: string | null;
11847
11963
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
11848
11964
  /**
11849
11965
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -12388,6 +12504,10 @@ type $OpenApiTs = {
12388
12504
  * The URL to image uploaded on bundle.social.
12389
12505
  */
12390
12506
  thumbnail?: string | null;
12507
+ /**
12508
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
12509
+ */
12510
+ mediaTitle?: string | null;
12391
12511
  /**
12392
12512
  * 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.
12393
12513
  */
@@ -12469,6 +12589,10 @@ type $OpenApiTs = {
12469
12589
  * The URL to image uploaded on bundle.social.
12470
12590
  */
12471
12591
  thumbnail?: string | null;
12592
+ /**
12593
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
12594
+ */
12595
+ mediaTitle?: string | null;
12472
12596
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
12473
12597
  /**
12474
12598
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -12943,6 +13067,10 @@ type $OpenApiTs = {
12943
13067
  * The URL to image uploaded on bundle.social.
12944
13068
  */
12945
13069
  thumbnail?: string | null;
13070
+ /**
13071
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
13072
+ */
13073
+ mediaTitle?: string | null;
12946
13074
  /**
12947
13075
  * 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.
12948
13076
  */
@@ -13024,6 +13152,10 @@ type $OpenApiTs = {
13024
13152
  * The URL to image uploaded on bundle.social.
13025
13153
  */
13026
13154
  thumbnail?: string | null;
13155
+ /**
13156
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
13157
+ */
13158
+ mediaTitle?: string | null;
13027
13159
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
13028
13160
  /**
13029
13161
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -13604,6 +13736,10 @@ type $OpenApiTs = {
13604
13736
  * The URL to image uploaded on bundle.social.
13605
13737
  */
13606
13738
  thumbnail?: string | null;
13739
+ /**
13740
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
13741
+ */
13742
+ mediaTitle?: string | null;
13607
13743
  /**
13608
13744
  * 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.
13609
13745
  */
@@ -13685,6 +13821,10 @@ type $OpenApiTs = {
13685
13821
  * The URL to image uploaded on bundle.social.
13686
13822
  */
13687
13823
  thumbnail?: string | null;
13824
+ /**
13825
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
13826
+ */
13827
+ mediaTitle?: string | null;
13688
13828
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
13689
13829
  /**
13690
13830
  * Set to true if the post shouldn't be displayed in the main feed.
@@ -14277,6 +14417,10 @@ type $OpenApiTs = {
14277
14417
  * The URL to image uploaded on bundle.social.
14278
14418
  */
14279
14419
  thumbnail?: string | null;
14420
+ /**
14421
+ * Title for video posts (type POST with video only, not REEL or STORY). This is displayed as the video title on Facebook.
14422
+ */
14423
+ mediaTitle?: string | null;
14280
14424
  /**
14281
14425
  * 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.
14282
14426
  */
@@ -14358,6 +14502,10 @@ type $OpenApiTs = {
14358
14502
  * The URL to image uploaded on bundle.social.
14359
14503
  */
14360
14504
  thumbnail?: string | null;
14505
+ /**
14506
+ * Title for video or document posts. If not provided for videos, LinkedIn displays the posting date under the video.
14507
+ */
14508
+ mediaTitle?: string | null;
14361
14509
  privacy?: 'CONNECTIONS' | 'PUBLIC' | 'LOGGED_IN' | 'CONTAINER' | null;
14362
14510
  /**
14363
14511
  * Set to true if the post shouldn't be displayed in the main feed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.33.1",
3
+ "version": "2.35.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",