bundlesocial 2.21.0 → 2.22.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 +64 -0
- package/dist/index.d.ts +64 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -985,6 +985,10 @@ type PostGetResponse = {
|
|
|
985
985
|
* The URL to image uploaded on bundle.social.
|
|
986
986
|
*/
|
|
987
987
|
thumbnail?: string | null;
|
|
988
|
+
/**
|
|
989
|
+
* 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.
|
|
990
|
+
*/
|
|
991
|
+
nativeScheduleTime?: string | null;
|
|
988
992
|
} | null;
|
|
989
993
|
INSTAGRAM?: {
|
|
990
994
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1341,6 +1345,10 @@ type PostUpdateData = {
|
|
|
1341
1345
|
* The URL to image uploaded on bundle.social.
|
|
1342
1346
|
*/
|
|
1343
1347
|
thumbnail?: string | null;
|
|
1348
|
+
/**
|
|
1349
|
+
* 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.
|
|
1350
|
+
*/
|
|
1351
|
+
nativeScheduleTime?: string | null;
|
|
1344
1352
|
} | null;
|
|
1345
1353
|
INSTAGRAM?: {
|
|
1346
1354
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1554,6 +1562,10 @@ type PostUpdateResponse = {
|
|
|
1554
1562
|
* The URL to image uploaded on bundle.social.
|
|
1555
1563
|
*/
|
|
1556
1564
|
thumbnail?: string | null;
|
|
1565
|
+
/**
|
|
1566
|
+
* 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.
|
|
1567
|
+
*/
|
|
1568
|
+
nativeScheduleTime?: string | null;
|
|
1557
1569
|
} | null;
|
|
1558
1570
|
INSTAGRAM?: {
|
|
1559
1571
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1849,6 +1861,10 @@ type PostDeleteResponse = {
|
|
|
1849
1861
|
* The URL to image uploaded on bundle.social.
|
|
1850
1862
|
*/
|
|
1851
1863
|
thumbnail?: string | null;
|
|
1864
|
+
/**
|
|
1865
|
+
* 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.
|
|
1866
|
+
*/
|
|
1867
|
+
nativeScheduleTime?: string | null;
|
|
1852
1868
|
} | null;
|
|
1853
1869
|
INSTAGRAM?: {
|
|
1854
1870
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2152,6 +2168,10 @@ type PostGetListResponse = {
|
|
|
2152
2168
|
* The URL to image uploaded on bundle.social.
|
|
2153
2169
|
*/
|
|
2154
2170
|
thumbnail?: string | null;
|
|
2171
|
+
/**
|
|
2172
|
+
* 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.
|
|
2173
|
+
*/
|
|
2174
|
+
nativeScheduleTime?: string | null;
|
|
2155
2175
|
} | null;
|
|
2156
2176
|
INSTAGRAM?: {
|
|
2157
2177
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2510,6 +2530,10 @@ type PostCreateData = {
|
|
|
2510
2530
|
* The URL to image uploaded on bundle.social.
|
|
2511
2531
|
*/
|
|
2512
2532
|
thumbnail?: string | null;
|
|
2533
|
+
/**
|
|
2534
|
+
* 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.
|
|
2535
|
+
*/
|
|
2536
|
+
nativeScheduleTime?: string | null;
|
|
2513
2537
|
} | null;
|
|
2514
2538
|
INSTAGRAM?: {
|
|
2515
2539
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2723,6 +2747,10 @@ type PostCreateResponse = {
|
|
|
2723
2747
|
* The URL to image uploaded on bundle.social.
|
|
2724
2748
|
*/
|
|
2725
2749
|
thumbnail?: string | null;
|
|
2750
|
+
/**
|
|
2751
|
+
* 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.
|
|
2752
|
+
*/
|
|
2753
|
+
nativeScheduleTime?: string | null;
|
|
2726
2754
|
} | null;
|
|
2727
2755
|
INSTAGRAM?: {
|
|
2728
2756
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3069,6 +3097,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
3069
3097
|
* The URL to image uploaded on bundle.social.
|
|
3070
3098
|
*/
|
|
3071
3099
|
thumbnail?: string | null;
|
|
3100
|
+
/**
|
|
3101
|
+
* 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.
|
|
3102
|
+
*/
|
|
3103
|
+
nativeScheduleTime?: string | null;
|
|
3072
3104
|
} | null;
|
|
3073
3105
|
INSTAGRAM?: {
|
|
3074
3106
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3426,6 +3458,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
3426
3458
|
* The URL to image uploaded on bundle.social.
|
|
3427
3459
|
*/
|
|
3428
3460
|
thumbnail?: string | null;
|
|
3461
|
+
/**
|
|
3462
|
+
* 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.
|
|
3463
|
+
*/
|
|
3464
|
+
nativeScheduleTime?: string | null;
|
|
3429
3465
|
} | null;
|
|
3430
3466
|
INSTAGRAM?: {
|
|
3431
3467
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6435,6 +6471,10 @@ type $OpenApiTs = {
|
|
|
6435
6471
|
* The URL to image uploaded on bundle.social.
|
|
6436
6472
|
*/
|
|
6437
6473
|
thumbnail?: string | null;
|
|
6474
|
+
/**
|
|
6475
|
+
* 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.
|
|
6476
|
+
*/
|
|
6477
|
+
nativeScheduleTime?: string | null;
|
|
6438
6478
|
} | null;
|
|
6439
6479
|
INSTAGRAM?: {
|
|
6440
6480
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6837,6 +6877,10 @@ type $OpenApiTs = {
|
|
|
6837
6877
|
* The URL to image uploaded on bundle.social.
|
|
6838
6878
|
*/
|
|
6839
6879
|
thumbnail?: string | null;
|
|
6880
|
+
/**
|
|
6881
|
+
* 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.
|
|
6882
|
+
*/
|
|
6883
|
+
nativeScheduleTime?: string | null;
|
|
6840
6884
|
} | null;
|
|
6841
6885
|
INSTAGRAM?: {
|
|
6842
6886
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7177,6 +7221,10 @@ type $OpenApiTs = {
|
|
|
7177
7221
|
* The URL to image uploaded on bundle.social.
|
|
7178
7222
|
*/
|
|
7179
7223
|
thumbnail?: string | null;
|
|
7224
|
+
/**
|
|
7225
|
+
* 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.
|
|
7226
|
+
*/
|
|
7227
|
+
nativeScheduleTime?: string | null;
|
|
7180
7228
|
} | null;
|
|
7181
7229
|
INSTAGRAM?: {
|
|
7182
7230
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7520,6 +7568,10 @@ type $OpenApiTs = {
|
|
|
7520
7568
|
* The URL to image uploaded on bundle.social.
|
|
7521
7569
|
*/
|
|
7522
7570
|
thumbnail?: string | null;
|
|
7571
|
+
/**
|
|
7572
|
+
* 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.
|
|
7573
|
+
*/
|
|
7574
|
+
nativeScheduleTime?: string | null;
|
|
7523
7575
|
} | null;
|
|
7524
7576
|
INSTAGRAM?: {
|
|
7525
7577
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7924,6 +7976,10 @@ type $OpenApiTs = {
|
|
|
7924
7976
|
* The URL to image uploaded on bundle.social.
|
|
7925
7977
|
*/
|
|
7926
7978
|
thumbnail?: string | null;
|
|
7979
|
+
/**
|
|
7980
|
+
* 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.
|
|
7981
|
+
*/
|
|
7982
|
+
nativeScheduleTime?: string | null;
|
|
7927
7983
|
} | null;
|
|
7928
7984
|
INSTAGRAM?: {
|
|
7929
7985
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8362,6 +8418,10 @@ type $OpenApiTs = {
|
|
|
8362
8418
|
* The URL to image uploaded on bundle.social.
|
|
8363
8419
|
*/
|
|
8364
8420
|
thumbnail?: string | null;
|
|
8421
|
+
/**
|
|
8422
|
+
* 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.
|
|
8423
|
+
*/
|
|
8424
|
+
nativeScheduleTime?: string | null;
|
|
8365
8425
|
} | null;
|
|
8366
8426
|
INSTAGRAM?: {
|
|
8367
8427
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8811,6 +8871,10 @@ type $OpenApiTs = {
|
|
|
8811
8871
|
* The URL to image uploaded on bundle.social.
|
|
8812
8872
|
*/
|
|
8813
8873
|
thumbnail?: string | null;
|
|
8874
|
+
/**
|
|
8875
|
+
* 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.
|
|
8876
|
+
*/
|
|
8877
|
+
nativeScheduleTime?: string | null;
|
|
8814
8878
|
} | null;
|
|
8815
8879
|
INSTAGRAM?: {
|
|
8816
8880
|
type?: 'POST' | 'REEL' | 'STORY';
|
package/dist/index.d.ts
CHANGED
|
@@ -985,6 +985,10 @@ type PostGetResponse = {
|
|
|
985
985
|
* The URL to image uploaded on bundle.social.
|
|
986
986
|
*/
|
|
987
987
|
thumbnail?: string | null;
|
|
988
|
+
/**
|
|
989
|
+
* 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.
|
|
990
|
+
*/
|
|
991
|
+
nativeScheduleTime?: string | null;
|
|
988
992
|
} | null;
|
|
989
993
|
INSTAGRAM?: {
|
|
990
994
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1341,6 +1345,10 @@ type PostUpdateData = {
|
|
|
1341
1345
|
* The URL to image uploaded on bundle.social.
|
|
1342
1346
|
*/
|
|
1343
1347
|
thumbnail?: string | null;
|
|
1348
|
+
/**
|
|
1349
|
+
* 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.
|
|
1350
|
+
*/
|
|
1351
|
+
nativeScheduleTime?: string | null;
|
|
1344
1352
|
} | null;
|
|
1345
1353
|
INSTAGRAM?: {
|
|
1346
1354
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1554,6 +1562,10 @@ type PostUpdateResponse = {
|
|
|
1554
1562
|
* The URL to image uploaded on bundle.social.
|
|
1555
1563
|
*/
|
|
1556
1564
|
thumbnail?: string | null;
|
|
1565
|
+
/**
|
|
1566
|
+
* 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.
|
|
1567
|
+
*/
|
|
1568
|
+
nativeScheduleTime?: string | null;
|
|
1557
1569
|
} | null;
|
|
1558
1570
|
INSTAGRAM?: {
|
|
1559
1571
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1849,6 +1861,10 @@ type PostDeleteResponse = {
|
|
|
1849
1861
|
* The URL to image uploaded on bundle.social.
|
|
1850
1862
|
*/
|
|
1851
1863
|
thumbnail?: string | null;
|
|
1864
|
+
/**
|
|
1865
|
+
* 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.
|
|
1866
|
+
*/
|
|
1867
|
+
nativeScheduleTime?: string | null;
|
|
1852
1868
|
} | null;
|
|
1853
1869
|
INSTAGRAM?: {
|
|
1854
1870
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2152,6 +2168,10 @@ type PostGetListResponse = {
|
|
|
2152
2168
|
* The URL to image uploaded on bundle.social.
|
|
2153
2169
|
*/
|
|
2154
2170
|
thumbnail?: string | null;
|
|
2171
|
+
/**
|
|
2172
|
+
* 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.
|
|
2173
|
+
*/
|
|
2174
|
+
nativeScheduleTime?: string | null;
|
|
2155
2175
|
} | null;
|
|
2156
2176
|
INSTAGRAM?: {
|
|
2157
2177
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2510,6 +2530,10 @@ type PostCreateData = {
|
|
|
2510
2530
|
* The URL to image uploaded on bundle.social.
|
|
2511
2531
|
*/
|
|
2512
2532
|
thumbnail?: string | null;
|
|
2533
|
+
/**
|
|
2534
|
+
* 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.
|
|
2535
|
+
*/
|
|
2536
|
+
nativeScheduleTime?: string | null;
|
|
2513
2537
|
} | null;
|
|
2514
2538
|
INSTAGRAM?: {
|
|
2515
2539
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2723,6 +2747,10 @@ type PostCreateResponse = {
|
|
|
2723
2747
|
* The URL to image uploaded on bundle.social.
|
|
2724
2748
|
*/
|
|
2725
2749
|
thumbnail?: string | null;
|
|
2750
|
+
/**
|
|
2751
|
+
* 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.
|
|
2752
|
+
*/
|
|
2753
|
+
nativeScheduleTime?: string | null;
|
|
2726
2754
|
} | null;
|
|
2727
2755
|
INSTAGRAM?: {
|
|
2728
2756
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3069,6 +3097,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
3069
3097
|
* The URL to image uploaded on bundle.social.
|
|
3070
3098
|
*/
|
|
3071
3099
|
thumbnail?: string | null;
|
|
3100
|
+
/**
|
|
3101
|
+
* 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.
|
|
3102
|
+
*/
|
|
3103
|
+
nativeScheduleTime?: string | null;
|
|
3072
3104
|
} | null;
|
|
3073
3105
|
INSTAGRAM?: {
|
|
3074
3106
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3426,6 +3458,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
3426
3458
|
* The URL to image uploaded on bundle.social.
|
|
3427
3459
|
*/
|
|
3428
3460
|
thumbnail?: string | null;
|
|
3461
|
+
/**
|
|
3462
|
+
* 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.
|
|
3463
|
+
*/
|
|
3464
|
+
nativeScheduleTime?: string | null;
|
|
3429
3465
|
} | null;
|
|
3430
3466
|
INSTAGRAM?: {
|
|
3431
3467
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6435,6 +6471,10 @@ type $OpenApiTs = {
|
|
|
6435
6471
|
* The URL to image uploaded on bundle.social.
|
|
6436
6472
|
*/
|
|
6437
6473
|
thumbnail?: string | null;
|
|
6474
|
+
/**
|
|
6475
|
+
* 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.
|
|
6476
|
+
*/
|
|
6477
|
+
nativeScheduleTime?: string | null;
|
|
6438
6478
|
} | null;
|
|
6439
6479
|
INSTAGRAM?: {
|
|
6440
6480
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6837,6 +6877,10 @@ type $OpenApiTs = {
|
|
|
6837
6877
|
* The URL to image uploaded on bundle.social.
|
|
6838
6878
|
*/
|
|
6839
6879
|
thumbnail?: string | null;
|
|
6880
|
+
/**
|
|
6881
|
+
* 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.
|
|
6882
|
+
*/
|
|
6883
|
+
nativeScheduleTime?: string | null;
|
|
6840
6884
|
} | null;
|
|
6841
6885
|
INSTAGRAM?: {
|
|
6842
6886
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7177,6 +7221,10 @@ type $OpenApiTs = {
|
|
|
7177
7221
|
* The URL to image uploaded on bundle.social.
|
|
7178
7222
|
*/
|
|
7179
7223
|
thumbnail?: string | null;
|
|
7224
|
+
/**
|
|
7225
|
+
* 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.
|
|
7226
|
+
*/
|
|
7227
|
+
nativeScheduleTime?: string | null;
|
|
7180
7228
|
} | null;
|
|
7181
7229
|
INSTAGRAM?: {
|
|
7182
7230
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7520,6 +7568,10 @@ type $OpenApiTs = {
|
|
|
7520
7568
|
* The URL to image uploaded on bundle.social.
|
|
7521
7569
|
*/
|
|
7522
7570
|
thumbnail?: string | null;
|
|
7571
|
+
/**
|
|
7572
|
+
* 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.
|
|
7573
|
+
*/
|
|
7574
|
+
nativeScheduleTime?: string | null;
|
|
7523
7575
|
} | null;
|
|
7524
7576
|
INSTAGRAM?: {
|
|
7525
7577
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7924,6 +7976,10 @@ type $OpenApiTs = {
|
|
|
7924
7976
|
* The URL to image uploaded on bundle.social.
|
|
7925
7977
|
*/
|
|
7926
7978
|
thumbnail?: string | null;
|
|
7979
|
+
/**
|
|
7980
|
+
* 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.
|
|
7981
|
+
*/
|
|
7982
|
+
nativeScheduleTime?: string | null;
|
|
7927
7983
|
} | null;
|
|
7928
7984
|
INSTAGRAM?: {
|
|
7929
7985
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8362,6 +8418,10 @@ type $OpenApiTs = {
|
|
|
8362
8418
|
* The URL to image uploaded on bundle.social.
|
|
8363
8419
|
*/
|
|
8364
8420
|
thumbnail?: string | null;
|
|
8421
|
+
/**
|
|
8422
|
+
* 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.
|
|
8423
|
+
*/
|
|
8424
|
+
nativeScheduleTime?: string | null;
|
|
8365
8425
|
} | null;
|
|
8366
8426
|
INSTAGRAM?: {
|
|
8367
8427
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8811,6 +8871,10 @@ type $OpenApiTs = {
|
|
|
8811
8871
|
* The URL to image uploaded on bundle.social.
|
|
8812
8872
|
*/
|
|
8813
8873
|
thumbnail?: string | null;
|
|
8874
|
+
/**
|
|
8875
|
+
* 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.
|
|
8876
|
+
*/
|
|
8877
|
+
nativeScheduleTime?: string | null;
|
|
8814
8878
|
} | null;
|
|
8815
8879
|
INSTAGRAM?: {
|
|
8816
8880
|
type?: 'POST' | 'REEL' | 'STORY';
|