bundlesocial 2.41.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
@@ -1331,6 +1331,7 @@ type PostGetResponse = {
1331
1331
  * If set to true, TikTok will automatically add music to the photos.
1332
1332
  */
1333
1333
  autoAddMusic?: boolean | null;
1334
+ autoScale?: boolean | null;
1334
1335
  /**
1335
1336
  * If set to true, upload post as draft.
1336
1337
  */
@@ -1970,6 +1971,7 @@ type PostUpdateData = {
1970
1971
  * If set to true, TikTok will automatically add music to the photos.
1971
1972
  */
1972
1973
  autoAddMusic?: boolean | null;
1974
+ autoScale?: boolean | null;
1973
1975
  /**
1974
1976
  * If set to true, upload post as draft.
1975
1977
  */
@@ -2311,6 +2313,7 @@ type PostUpdateResponse = {
2311
2313
  * If set to true, TikTok will automatically add music to the photos.
2312
2314
  */
2313
2315
  autoAddMusic?: boolean | null;
2316
+ autoScale?: boolean | null;
2314
2317
  /**
2315
2318
  * If set to true, upload post as draft.
2316
2319
  */
@@ -2880,6 +2883,7 @@ type PostDeleteResponse = {
2880
2883
  * If set to true, TikTok will automatically add music to the photos.
2881
2884
  */
2882
2885
  autoAddMusic?: boolean | null;
2886
+ autoScale?: boolean | null;
2883
2887
  /**
2884
2888
  * If set to true, upload post as draft.
2885
2889
  */
@@ -3457,6 +3461,7 @@ type PostGetListResponse = {
3457
3461
  * If set to true, TikTok will automatically add music to the photos.
3458
3462
  */
3459
3463
  autoAddMusic?: boolean | null;
3464
+ autoScale?: boolean | null;
3460
3465
  /**
3461
3466
  * If set to true, upload post as draft.
3462
3467
  */
@@ -4098,6 +4103,7 @@ type PostCreateData = {
4098
4103
  * If set to true, TikTok will automatically add music to the photos.
4099
4104
  */
4100
4105
  autoAddMusic?: boolean | null;
4106
+ autoScale?: boolean | null;
4101
4107
  /**
4102
4108
  * If set to true, upload post as draft.
4103
4109
  */
@@ -4439,6 +4445,7 @@ type PostCreateResponse = {
4439
4445
  * If set to true, TikTok will automatically add music to the photos.
4440
4446
  */
4441
4447
  autoAddMusic?: boolean | null;
4448
+ autoScale?: boolean | null;
4442
4449
  /**
4443
4450
  * If set to true, upload post as draft.
4444
4451
  */
@@ -5008,6 +5015,7 @@ type PostRetryResponse = {
5008
5015
  * If set to true, TikTok will automatically add music to the photos.
5009
5016
  */
5010
5017
  autoAddMusic?: boolean | null;
5018
+ autoScale?: boolean | null;
5011
5019
  /**
5012
5020
  * If set to true, upload post as draft.
5013
5021
  */
@@ -5640,6 +5648,7 @@ type AnalyticsGetPostAnalyticsResponse = {
5640
5648
  * If set to true, TikTok will automatically add music to the photos.
5641
5649
  */
5642
5650
  autoAddMusic?: boolean | null;
5651
+ autoScale?: boolean | null;
5643
5652
  /**
5644
5653
  * If set to true, upload post as draft.
5645
5654
  */
@@ -6305,6 +6314,7 @@ type AnalyticsGetPostAnalyticsRawResponse = {
6305
6314
  * If set to true, TikTok will automatically add music to the photos.
6306
6315
  */
6307
6316
  autoAddMusic?: boolean | null;
6317
+ autoScale?: boolean | null;
6308
6318
  /**
6309
6319
  * If set to true, upload post as draft.
6310
6320
  */
@@ -11870,6 +11880,7 @@ type $OpenApiTs = {
11870
11880
  * If set to true, TikTok will automatically add music to the photos.
11871
11881
  */
11872
11882
  autoAddMusic?: boolean | null;
11883
+ autoScale?: boolean | null;
11873
11884
  /**
11874
11885
  * If set to true, upload post as draft.
11875
11886
  */
@@ -12562,6 +12573,7 @@ type $OpenApiTs = {
12562
12573
  * If set to true, TikTok will automatically add music to the photos.
12563
12574
  */
12564
12575
  autoAddMusic?: boolean | null;
12576
+ autoScale?: boolean | null;
12565
12577
  /**
12566
12578
  * If set to true, upload post as draft.
12567
12579
  */
@@ -13183,6 +13195,7 @@ type $OpenApiTs = {
13183
13195
  * If set to true, TikTok will automatically add music to the photos.
13184
13196
  */
13185
13197
  autoAddMusic?: boolean | null;
13198
+ autoScale?: boolean | null;
13186
13199
  /**
13187
13200
  * If set to true, upload post as draft.
13188
13201
  */
@@ -13807,6 +13820,7 @@ type $OpenApiTs = {
13807
13820
  * If set to true, TikTok will automatically add music to the photos.
13808
13821
  */
13809
13822
  autoAddMusic?: boolean | null;
13823
+ autoScale?: boolean | null;
13810
13824
  /**
13811
13825
  * If set to true, upload post as draft.
13812
13826
  */
@@ -14501,6 +14515,7 @@ type $OpenApiTs = {
14501
14515
  * If set to true, TikTok will automatically add music to the photos.
14502
14516
  */
14503
14517
  autoAddMusic?: boolean | null;
14518
+ autoScale?: boolean | null;
14504
14519
  /**
14505
14520
  * If set to true, upload post as draft.
14506
14521
  */
@@ -15124,6 +15139,7 @@ type $OpenApiTs = {
15124
15139
  * If set to true, TikTok will automatically add music to the photos.
15125
15140
  */
15126
15141
  autoAddMusic?: boolean | null;
15142
+ autoScale?: boolean | null;
15127
15143
  /**
15128
15144
  * If set to true, upload post as draft.
15129
15145
  */
@@ -15861,6 +15877,7 @@ type $OpenApiTs = {
15861
15877
  * If set to true, TikTok will automatically add music to the photos.
15862
15878
  */
15863
15879
  autoAddMusic?: boolean | null;
15880
+ autoScale?: boolean | null;
15864
15881
  /**
15865
15882
  * If set to true, upload post as draft.
15866
15883
  */
@@ -16631,6 +16648,7 @@ type $OpenApiTs = {
16631
16648
  * If set to true, TikTok will automatically add music to the photos.
16632
16649
  */
16633
16650
  autoAddMusic?: boolean | null;
16651
+ autoScale?: boolean | null;
16634
16652
  /**
16635
16653
  * If set to true, upload post as draft.
16636
16654
  */
package/dist/index.d.ts CHANGED
@@ -1331,6 +1331,7 @@ type PostGetResponse = {
1331
1331
  * If set to true, TikTok will automatically add music to the photos.
1332
1332
  */
1333
1333
  autoAddMusic?: boolean | null;
1334
+ autoScale?: boolean | null;
1334
1335
  /**
1335
1336
  * If set to true, upload post as draft.
1336
1337
  */
@@ -1970,6 +1971,7 @@ type PostUpdateData = {
1970
1971
  * If set to true, TikTok will automatically add music to the photos.
1971
1972
  */
1972
1973
  autoAddMusic?: boolean | null;
1974
+ autoScale?: boolean | null;
1973
1975
  /**
1974
1976
  * If set to true, upload post as draft.
1975
1977
  */
@@ -2311,6 +2313,7 @@ type PostUpdateResponse = {
2311
2313
  * If set to true, TikTok will automatically add music to the photos.
2312
2314
  */
2313
2315
  autoAddMusic?: boolean | null;
2316
+ autoScale?: boolean | null;
2314
2317
  /**
2315
2318
  * If set to true, upload post as draft.
2316
2319
  */
@@ -2880,6 +2883,7 @@ type PostDeleteResponse = {
2880
2883
  * If set to true, TikTok will automatically add music to the photos.
2881
2884
  */
2882
2885
  autoAddMusic?: boolean | null;
2886
+ autoScale?: boolean | null;
2883
2887
  /**
2884
2888
  * If set to true, upload post as draft.
2885
2889
  */
@@ -3457,6 +3461,7 @@ type PostGetListResponse = {
3457
3461
  * If set to true, TikTok will automatically add music to the photos.
3458
3462
  */
3459
3463
  autoAddMusic?: boolean | null;
3464
+ autoScale?: boolean | null;
3460
3465
  /**
3461
3466
  * If set to true, upload post as draft.
3462
3467
  */
@@ -4098,6 +4103,7 @@ type PostCreateData = {
4098
4103
  * If set to true, TikTok will automatically add music to the photos.
4099
4104
  */
4100
4105
  autoAddMusic?: boolean | null;
4106
+ autoScale?: boolean | null;
4101
4107
  /**
4102
4108
  * If set to true, upload post as draft.
4103
4109
  */
@@ -4439,6 +4445,7 @@ type PostCreateResponse = {
4439
4445
  * If set to true, TikTok will automatically add music to the photos.
4440
4446
  */
4441
4447
  autoAddMusic?: boolean | null;
4448
+ autoScale?: boolean | null;
4442
4449
  /**
4443
4450
  * If set to true, upload post as draft.
4444
4451
  */
@@ -5008,6 +5015,7 @@ type PostRetryResponse = {
5008
5015
  * If set to true, TikTok will automatically add music to the photos.
5009
5016
  */
5010
5017
  autoAddMusic?: boolean | null;
5018
+ autoScale?: boolean | null;
5011
5019
  /**
5012
5020
  * If set to true, upload post as draft.
5013
5021
  */
@@ -5640,6 +5648,7 @@ type AnalyticsGetPostAnalyticsResponse = {
5640
5648
  * If set to true, TikTok will automatically add music to the photos.
5641
5649
  */
5642
5650
  autoAddMusic?: boolean | null;
5651
+ autoScale?: boolean | null;
5643
5652
  /**
5644
5653
  * If set to true, upload post as draft.
5645
5654
  */
@@ -6305,6 +6314,7 @@ type AnalyticsGetPostAnalyticsRawResponse = {
6305
6314
  * If set to true, TikTok will automatically add music to the photos.
6306
6315
  */
6307
6316
  autoAddMusic?: boolean | null;
6317
+ autoScale?: boolean | null;
6308
6318
  /**
6309
6319
  * If set to true, upload post as draft.
6310
6320
  */
@@ -11870,6 +11880,7 @@ type $OpenApiTs = {
11870
11880
  * If set to true, TikTok will automatically add music to the photos.
11871
11881
  */
11872
11882
  autoAddMusic?: boolean | null;
11883
+ autoScale?: boolean | null;
11873
11884
  /**
11874
11885
  * If set to true, upload post as draft.
11875
11886
  */
@@ -12562,6 +12573,7 @@ type $OpenApiTs = {
12562
12573
  * If set to true, TikTok will automatically add music to the photos.
12563
12574
  */
12564
12575
  autoAddMusic?: boolean | null;
12576
+ autoScale?: boolean | null;
12565
12577
  /**
12566
12578
  * If set to true, upload post as draft.
12567
12579
  */
@@ -13183,6 +13195,7 @@ type $OpenApiTs = {
13183
13195
  * If set to true, TikTok will automatically add music to the photos.
13184
13196
  */
13185
13197
  autoAddMusic?: boolean | null;
13198
+ autoScale?: boolean | null;
13186
13199
  /**
13187
13200
  * If set to true, upload post as draft.
13188
13201
  */
@@ -13807,6 +13820,7 @@ type $OpenApiTs = {
13807
13820
  * If set to true, TikTok will automatically add music to the photos.
13808
13821
  */
13809
13822
  autoAddMusic?: boolean | null;
13823
+ autoScale?: boolean | null;
13810
13824
  /**
13811
13825
  * If set to true, upload post as draft.
13812
13826
  */
@@ -14501,6 +14515,7 @@ type $OpenApiTs = {
14501
14515
  * If set to true, TikTok will automatically add music to the photos.
14502
14516
  */
14503
14517
  autoAddMusic?: boolean | null;
14518
+ autoScale?: boolean | null;
14504
14519
  /**
14505
14520
  * If set to true, upload post as draft.
14506
14521
  */
@@ -15124,6 +15139,7 @@ type $OpenApiTs = {
15124
15139
  * If set to true, TikTok will automatically add music to the photos.
15125
15140
  */
15126
15141
  autoAddMusic?: boolean | null;
15142
+ autoScale?: boolean | null;
15127
15143
  /**
15128
15144
  * If set to true, upload post as draft.
15129
15145
  */
@@ -15861,6 +15877,7 @@ type $OpenApiTs = {
15861
15877
  * If set to true, TikTok will automatically add music to the photos.
15862
15878
  */
15863
15879
  autoAddMusic?: boolean | null;
15880
+ autoScale?: boolean | null;
15864
15881
  /**
15865
15882
  * If set to true, upload post as draft.
15866
15883
  */
@@ -16631,6 +16648,7 @@ type $OpenApiTs = {
16631
16648
  * If set to true, TikTok will automatically add music to the photos.
16632
16649
  */
16633
16650
  autoAddMusic?: boolean | null;
16651
+ autoScale?: boolean | null;
16634
16652
  /**
16635
16653
  * If set to true, upload post as draft.
16636
16654
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.41.0",
3
+ "version": "2.42.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",