bundlesocial 2.40.0 → 2.42.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
@@ -639,6 +639,10 @@ type SocialAccountConnectData = {
639
639
  * Mastodon or Bluesky only
640
640
  */
641
641
  serverUrl?: string;
642
+ /**
643
+ * Optional. When true, adds provider-specific flags to avoid automatic login/auto-approval where supported.
644
+ */
645
+ disableAutoLogin?: boolean;
642
646
  /**
643
647
  * Instagram only - connection method
644
648
  */
@@ -848,6 +852,10 @@ type SocialAccountCreatePortalLinkData = {
848
852
  teamId: string;
849
853
  redirectUrl?: string;
850
854
  socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
855
+ /**
856
+ * Optional. If true, portal will request provider-specific anti-auto-login behavior where supported.
857
+ */
858
+ disableAutoLogin?: boolean;
851
859
  /**
852
860
  * Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
853
861
  */
@@ -1323,6 +1331,7 @@ type PostGetResponse = {
1323
1331
  * If set to true, TikTok will automatically add music to the photos.
1324
1332
  */
1325
1333
  autoAddMusic?: boolean | null;
1334
+ autoScale?: boolean | null;
1326
1335
  /**
1327
1336
  * If set to true, upload post as draft.
1328
1337
  */
@@ -1962,6 +1971,7 @@ type PostUpdateData = {
1962
1971
  * If set to true, TikTok will automatically add music to the photos.
1963
1972
  */
1964
1973
  autoAddMusic?: boolean | null;
1974
+ autoScale?: boolean | null;
1965
1975
  /**
1966
1976
  * If set to true, upload post as draft.
1967
1977
  */
@@ -2303,6 +2313,7 @@ type PostUpdateResponse = {
2303
2313
  * If set to true, TikTok will automatically add music to the photos.
2304
2314
  */
2305
2315
  autoAddMusic?: boolean | null;
2316
+ autoScale?: boolean | null;
2306
2317
  /**
2307
2318
  * If set to true, upload post as draft.
2308
2319
  */
@@ -2872,6 +2883,7 @@ type PostDeleteResponse = {
2872
2883
  * If set to true, TikTok will automatically add music to the photos.
2873
2884
  */
2874
2885
  autoAddMusic?: boolean | null;
2886
+ autoScale?: boolean | null;
2875
2887
  /**
2876
2888
  * If set to true, upload post as draft.
2877
2889
  */
@@ -3449,6 +3461,7 @@ type PostGetListResponse = {
3449
3461
  * If set to true, TikTok will automatically add music to the photos.
3450
3462
  */
3451
3463
  autoAddMusic?: boolean | null;
3464
+ autoScale?: boolean | null;
3452
3465
  /**
3453
3466
  * If set to true, upload post as draft.
3454
3467
  */
@@ -4090,6 +4103,7 @@ type PostCreateData = {
4090
4103
  * If set to true, TikTok will automatically add music to the photos.
4091
4104
  */
4092
4105
  autoAddMusic?: boolean | null;
4106
+ autoScale?: boolean | null;
4093
4107
  /**
4094
4108
  * If set to true, upload post as draft.
4095
4109
  */
@@ -4431,6 +4445,7 @@ type PostCreateResponse = {
4431
4445
  * If set to true, TikTok will automatically add music to the photos.
4432
4446
  */
4433
4447
  autoAddMusic?: boolean | null;
4448
+ autoScale?: boolean | null;
4434
4449
  /**
4435
4450
  * If set to true, upload post as draft.
4436
4451
  */
@@ -5000,6 +5015,7 @@ type PostRetryResponse = {
5000
5015
  * If set to true, TikTok will automatically add music to the photos.
5001
5016
  */
5002
5017
  autoAddMusic?: boolean | null;
5018
+ autoScale?: boolean | null;
5003
5019
  /**
5004
5020
  * If set to true, upload post as draft.
5005
5021
  */
@@ -5632,6 +5648,7 @@ type AnalyticsGetPostAnalyticsResponse = {
5632
5648
  * If set to true, TikTok will automatically add music to the photos.
5633
5649
  */
5634
5650
  autoAddMusic?: boolean | null;
5651
+ autoScale?: boolean | null;
5635
5652
  /**
5636
5653
  * If set to true, upload post as draft.
5637
5654
  */
@@ -6297,6 +6314,7 @@ type AnalyticsGetPostAnalyticsRawResponse = {
6297
6314
  * If set to true, TikTok will automatically add music to the photos.
6298
6315
  */
6299
6316
  autoAddMusic?: boolean | null;
6317
+ autoScale?: boolean | null;
6300
6318
  /**
6301
6319
  * If set to true, upload post as draft.
6302
6320
  */
@@ -11862,6 +11880,7 @@ type $OpenApiTs = {
11862
11880
  * If set to true, TikTok will automatically add music to the photos.
11863
11881
  */
11864
11882
  autoAddMusic?: boolean | null;
11883
+ autoScale?: boolean | null;
11865
11884
  /**
11866
11885
  * If set to true, upload post as draft.
11867
11886
  */
@@ -12554,6 +12573,7 @@ type $OpenApiTs = {
12554
12573
  * If set to true, TikTok will automatically add music to the photos.
12555
12574
  */
12556
12575
  autoAddMusic?: boolean | null;
12576
+ autoScale?: boolean | null;
12557
12577
  /**
12558
12578
  * If set to true, upload post as draft.
12559
12579
  */
@@ -13175,6 +13195,7 @@ type $OpenApiTs = {
13175
13195
  * If set to true, TikTok will automatically add music to the photos.
13176
13196
  */
13177
13197
  autoAddMusic?: boolean | null;
13198
+ autoScale?: boolean | null;
13178
13199
  /**
13179
13200
  * If set to true, upload post as draft.
13180
13201
  */
@@ -13799,6 +13820,7 @@ type $OpenApiTs = {
13799
13820
  * If set to true, TikTok will automatically add music to the photos.
13800
13821
  */
13801
13822
  autoAddMusic?: boolean | null;
13823
+ autoScale?: boolean | null;
13802
13824
  /**
13803
13825
  * If set to true, upload post as draft.
13804
13826
  */
@@ -14493,6 +14515,7 @@ type $OpenApiTs = {
14493
14515
  * If set to true, TikTok will automatically add music to the photos.
14494
14516
  */
14495
14517
  autoAddMusic?: boolean | null;
14518
+ autoScale?: boolean | null;
14496
14519
  /**
14497
14520
  * If set to true, upload post as draft.
14498
14521
  */
@@ -15116,6 +15139,7 @@ type $OpenApiTs = {
15116
15139
  * If set to true, TikTok will automatically add music to the photos.
15117
15140
  */
15118
15141
  autoAddMusic?: boolean | null;
15142
+ autoScale?: boolean | null;
15119
15143
  /**
15120
15144
  * If set to true, upload post as draft.
15121
15145
  */
@@ -15853,6 +15877,7 @@ type $OpenApiTs = {
15853
15877
  * If set to true, TikTok will automatically add music to the photos.
15854
15878
  */
15855
15879
  autoAddMusic?: boolean | null;
15880
+ autoScale?: boolean | null;
15856
15881
  /**
15857
15882
  * If set to true, upload post as draft.
15858
15883
  */
@@ -16623,6 +16648,7 @@ type $OpenApiTs = {
16623
16648
  * If set to true, TikTok will automatically add music to the photos.
16624
16649
  */
16625
16650
  autoAddMusic?: boolean | null;
16651
+ autoScale?: boolean | null;
16626
16652
  /**
16627
16653
  * If set to true, upload post as draft.
16628
16654
  */
package/dist/index.d.ts CHANGED
@@ -639,6 +639,10 @@ type SocialAccountConnectData = {
639
639
  * Mastodon or Bluesky only
640
640
  */
641
641
  serverUrl?: string;
642
+ /**
643
+ * Optional. When true, adds provider-specific flags to avoid automatic login/auto-approval where supported.
644
+ */
645
+ disableAutoLogin?: boolean;
642
646
  /**
643
647
  * Instagram only - connection method
644
648
  */
@@ -848,6 +852,10 @@ type SocialAccountCreatePortalLinkData = {
848
852
  teamId: string;
849
853
  redirectUrl?: string;
850
854
  socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
855
+ /**
856
+ * Optional. If true, portal will request provider-specific anti-auto-login behavior where supported.
857
+ */
858
+ disableAutoLogin?: boolean;
851
859
  /**
852
860
  * Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
853
861
  */
@@ -1323,6 +1331,7 @@ type PostGetResponse = {
1323
1331
  * If set to true, TikTok will automatically add music to the photos.
1324
1332
  */
1325
1333
  autoAddMusic?: boolean | null;
1334
+ autoScale?: boolean | null;
1326
1335
  /**
1327
1336
  * If set to true, upload post as draft.
1328
1337
  */
@@ -1962,6 +1971,7 @@ type PostUpdateData = {
1962
1971
  * If set to true, TikTok will automatically add music to the photos.
1963
1972
  */
1964
1973
  autoAddMusic?: boolean | null;
1974
+ autoScale?: boolean | null;
1965
1975
  /**
1966
1976
  * If set to true, upload post as draft.
1967
1977
  */
@@ -2303,6 +2313,7 @@ type PostUpdateResponse = {
2303
2313
  * If set to true, TikTok will automatically add music to the photos.
2304
2314
  */
2305
2315
  autoAddMusic?: boolean | null;
2316
+ autoScale?: boolean | null;
2306
2317
  /**
2307
2318
  * If set to true, upload post as draft.
2308
2319
  */
@@ -2872,6 +2883,7 @@ type PostDeleteResponse = {
2872
2883
  * If set to true, TikTok will automatically add music to the photos.
2873
2884
  */
2874
2885
  autoAddMusic?: boolean | null;
2886
+ autoScale?: boolean | null;
2875
2887
  /**
2876
2888
  * If set to true, upload post as draft.
2877
2889
  */
@@ -3449,6 +3461,7 @@ type PostGetListResponse = {
3449
3461
  * If set to true, TikTok will automatically add music to the photos.
3450
3462
  */
3451
3463
  autoAddMusic?: boolean | null;
3464
+ autoScale?: boolean | null;
3452
3465
  /**
3453
3466
  * If set to true, upload post as draft.
3454
3467
  */
@@ -4090,6 +4103,7 @@ type PostCreateData = {
4090
4103
  * If set to true, TikTok will automatically add music to the photos.
4091
4104
  */
4092
4105
  autoAddMusic?: boolean | null;
4106
+ autoScale?: boolean | null;
4093
4107
  /**
4094
4108
  * If set to true, upload post as draft.
4095
4109
  */
@@ -4431,6 +4445,7 @@ type PostCreateResponse = {
4431
4445
  * If set to true, TikTok will automatically add music to the photos.
4432
4446
  */
4433
4447
  autoAddMusic?: boolean | null;
4448
+ autoScale?: boolean | null;
4434
4449
  /**
4435
4450
  * If set to true, upload post as draft.
4436
4451
  */
@@ -5000,6 +5015,7 @@ type PostRetryResponse = {
5000
5015
  * If set to true, TikTok will automatically add music to the photos.
5001
5016
  */
5002
5017
  autoAddMusic?: boolean | null;
5018
+ autoScale?: boolean | null;
5003
5019
  /**
5004
5020
  * If set to true, upload post as draft.
5005
5021
  */
@@ -5632,6 +5648,7 @@ type AnalyticsGetPostAnalyticsResponse = {
5632
5648
  * If set to true, TikTok will automatically add music to the photos.
5633
5649
  */
5634
5650
  autoAddMusic?: boolean | null;
5651
+ autoScale?: boolean | null;
5635
5652
  /**
5636
5653
  * If set to true, upload post as draft.
5637
5654
  */
@@ -6297,6 +6314,7 @@ type AnalyticsGetPostAnalyticsRawResponse = {
6297
6314
  * If set to true, TikTok will automatically add music to the photos.
6298
6315
  */
6299
6316
  autoAddMusic?: boolean | null;
6317
+ autoScale?: boolean | null;
6300
6318
  /**
6301
6319
  * If set to true, upload post as draft.
6302
6320
  */
@@ -11862,6 +11880,7 @@ type $OpenApiTs = {
11862
11880
  * If set to true, TikTok will automatically add music to the photos.
11863
11881
  */
11864
11882
  autoAddMusic?: boolean | null;
11883
+ autoScale?: boolean | null;
11865
11884
  /**
11866
11885
  * If set to true, upload post as draft.
11867
11886
  */
@@ -12554,6 +12573,7 @@ type $OpenApiTs = {
12554
12573
  * If set to true, TikTok will automatically add music to the photos.
12555
12574
  */
12556
12575
  autoAddMusic?: boolean | null;
12576
+ autoScale?: boolean | null;
12557
12577
  /**
12558
12578
  * If set to true, upload post as draft.
12559
12579
  */
@@ -13175,6 +13195,7 @@ type $OpenApiTs = {
13175
13195
  * If set to true, TikTok will automatically add music to the photos.
13176
13196
  */
13177
13197
  autoAddMusic?: boolean | null;
13198
+ autoScale?: boolean | null;
13178
13199
  /**
13179
13200
  * If set to true, upload post as draft.
13180
13201
  */
@@ -13799,6 +13820,7 @@ type $OpenApiTs = {
13799
13820
  * If set to true, TikTok will automatically add music to the photos.
13800
13821
  */
13801
13822
  autoAddMusic?: boolean | null;
13823
+ autoScale?: boolean | null;
13802
13824
  /**
13803
13825
  * If set to true, upload post as draft.
13804
13826
  */
@@ -14493,6 +14515,7 @@ type $OpenApiTs = {
14493
14515
  * If set to true, TikTok will automatically add music to the photos.
14494
14516
  */
14495
14517
  autoAddMusic?: boolean | null;
14518
+ autoScale?: boolean | null;
14496
14519
  /**
14497
14520
  * If set to true, upload post as draft.
14498
14521
  */
@@ -15116,6 +15139,7 @@ type $OpenApiTs = {
15116
15139
  * If set to true, TikTok will automatically add music to the photos.
15117
15140
  */
15118
15141
  autoAddMusic?: boolean | null;
15142
+ autoScale?: boolean | null;
15119
15143
  /**
15120
15144
  * If set to true, upload post as draft.
15121
15145
  */
@@ -15853,6 +15877,7 @@ type $OpenApiTs = {
15853
15877
  * If set to true, TikTok will automatically add music to the photos.
15854
15878
  */
15855
15879
  autoAddMusic?: boolean | null;
15880
+ autoScale?: boolean | null;
15856
15881
  /**
15857
15882
  * If set to true, upload post as draft.
15858
15883
  */
@@ -16623,6 +16648,7 @@ type $OpenApiTs = {
16623
16648
  * If set to true, TikTok will automatically add music to the photos.
16624
16649
  */
16625
16650
  autoAddMusic?: boolean | null;
16651
+ autoScale?: boolean | null;
16626
16652
  /**
16627
16653
  * If set to true, upload post as draft.
16628
16654
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.40.0",
3
+ "version": "2.42.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",