bundlesocial 2.20.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 +70 -0
- package/dist/index.d.ts +70 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -687,6 +687,12 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
687
687
|
logoUrl?: string;
|
|
688
688
|
userLogoUrl?: string;
|
|
689
689
|
userName?: string;
|
|
690
|
+
goBackButtonText?: string;
|
|
691
|
+
hidePoweredBy?: boolean;
|
|
692
|
+
hideGoBackButton?: boolean;
|
|
693
|
+
hideUserLogo?: boolean;
|
|
694
|
+
hideUserName?: boolean;
|
|
695
|
+
hideLanguageSwitcher?: boolean;
|
|
690
696
|
language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
|
|
691
697
|
};
|
|
692
698
|
};
|
|
@@ -979,6 +985,10 @@ type PostGetResponse = {
|
|
|
979
985
|
* The URL to image uploaded on bundle.social.
|
|
980
986
|
*/
|
|
981
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;
|
|
982
992
|
} | null;
|
|
983
993
|
INSTAGRAM?: {
|
|
984
994
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1335,6 +1345,10 @@ type PostUpdateData = {
|
|
|
1335
1345
|
* The URL to image uploaded on bundle.social.
|
|
1336
1346
|
*/
|
|
1337
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;
|
|
1338
1352
|
} | null;
|
|
1339
1353
|
INSTAGRAM?: {
|
|
1340
1354
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1548,6 +1562,10 @@ type PostUpdateResponse = {
|
|
|
1548
1562
|
* The URL to image uploaded on bundle.social.
|
|
1549
1563
|
*/
|
|
1550
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;
|
|
1551
1569
|
} | null;
|
|
1552
1570
|
INSTAGRAM?: {
|
|
1553
1571
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1843,6 +1861,10 @@ type PostDeleteResponse = {
|
|
|
1843
1861
|
* The URL to image uploaded on bundle.social.
|
|
1844
1862
|
*/
|
|
1845
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;
|
|
1846
1868
|
} | null;
|
|
1847
1869
|
INSTAGRAM?: {
|
|
1848
1870
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2146,6 +2168,10 @@ type PostGetListResponse = {
|
|
|
2146
2168
|
* The URL to image uploaded on bundle.social.
|
|
2147
2169
|
*/
|
|
2148
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;
|
|
2149
2175
|
} | null;
|
|
2150
2176
|
INSTAGRAM?: {
|
|
2151
2177
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2504,6 +2530,10 @@ type PostCreateData = {
|
|
|
2504
2530
|
* The URL to image uploaded on bundle.social.
|
|
2505
2531
|
*/
|
|
2506
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;
|
|
2507
2537
|
} | null;
|
|
2508
2538
|
INSTAGRAM?: {
|
|
2509
2539
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2717,6 +2747,10 @@ type PostCreateResponse = {
|
|
|
2717
2747
|
* The URL to image uploaded on bundle.social.
|
|
2718
2748
|
*/
|
|
2719
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;
|
|
2720
2754
|
} | null;
|
|
2721
2755
|
INSTAGRAM?: {
|
|
2722
2756
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3063,6 +3097,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
3063
3097
|
* The URL to image uploaded on bundle.social.
|
|
3064
3098
|
*/
|
|
3065
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;
|
|
3066
3104
|
} | null;
|
|
3067
3105
|
INSTAGRAM?: {
|
|
3068
3106
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3420,6 +3458,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
3420
3458
|
* The URL to image uploaded on bundle.social.
|
|
3421
3459
|
*/
|
|
3422
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;
|
|
3423
3465
|
} | null;
|
|
3424
3466
|
INSTAGRAM?: {
|
|
3425
3467
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6429,6 +6471,10 @@ type $OpenApiTs = {
|
|
|
6429
6471
|
* The URL to image uploaded on bundle.social.
|
|
6430
6472
|
*/
|
|
6431
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;
|
|
6432
6478
|
} | null;
|
|
6433
6479
|
INSTAGRAM?: {
|
|
6434
6480
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6831,6 +6877,10 @@ type $OpenApiTs = {
|
|
|
6831
6877
|
* The URL to image uploaded on bundle.social.
|
|
6832
6878
|
*/
|
|
6833
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;
|
|
6834
6884
|
} | null;
|
|
6835
6885
|
INSTAGRAM?: {
|
|
6836
6886
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7171,6 +7221,10 @@ type $OpenApiTs = {
|
|
|
7171
7221
|
* The URL to image uploaded on bundle.social.
|
|
7172
7222
|
*/
|
|
7173
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;
|
|
7174
7228
|
} | null;
|
|
7175
7229
|
INSTAGRAM?: {
|
|
7176
7230
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7514,6 +7568,10 @@ type $OpenApiTs = {
|
|
|
7514
7568
|
* The URL to image uploaded on bundle.social.
|
|
7515
7569
|
*/
|
|
7516
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;
|
|
7517
7575
|
} | null;
|
|
7518
7576
|
INSTAGRAM?: {
|
|
7519
7577
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7918,6 +7976,10 @@ type $OpenApiTs = {
|
|
|
7918
7976
|
* The URL to image uploaded on bundle.social.
|
|
7919
7977
|
*/
|
|
7920
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;
|
|
7921
7983
|
} | null;
|
|
7922
7984
|
INSTAGRAM?: {
|
|
7923
7985
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8356,6 +8418,10 @@ type $OpenApiTs = {
|
|
|
8356
8418
|
* The URL to image uploaded on bundle.social.
|
|
8357
8419
|
*/
|
|
8358
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;
|
|
8359
8425
|
} | null;
|
|
8360
8426
|
INSTAGRAM?: {
|
|
8361
8427
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8805,6 +8871,10 @@ type $OpenApiTs = {
|
|
|
8805
8871
|
* The URL to image uploaded on bundle.social.
|
|
8806
8872
|
*/
|
|
8807
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;
|
|
8808
8878
|
} | null;
|
|
8809
8879
|
INSTAGRAM?: {
|
|
8810
8880
|
type?: 'POST' | 'REEL' | 'STORY';
|
package/dist/index.d.ts
CHANGED
|
@@ -687,6 +687,12 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
687
687
|
logoUrl?: string;
|
|
688
688
|
userLogoUrl?: string;
|
|
689
689
|
userName?: string;
|
|
690
|
+
goBackButtonText?: string;
|
|
691
|
+
hidePoweredBy?: boolean;
|
|
692
|
+
hideGoBackButton?: boolean;
|
|
693
|
+
hideUserLogo?: boolean;
|
|
694
|
+
hideUserName?: boolean;
|
|
695
|
+
hideLanguageSwitcher?: boolean;
|
|
690
696
|
language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
|
|
691
697
|
};
|
|
692
698
|
};
|
|
@@ -979,6 +985,10 @@ type PostGetResponse = {
|
|
|
979
985
|
* The URL to image uploaded on bundle.social.
|
|
980
986
|
*/
|
|
981
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;
|
|
982
992
|
} | null;
|
|
983
993
|
INSTAGRAM?: {
|
|
984
994
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1335,6 +1345,10 @@ type PostUpdateData = {
|
|
|
1335
1345
|
* The URL to image uploaded on bundle.social.
|
|
1336
1346
|
*/
|
|
1337
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;
|
|
1338
1352
|
} | null;
|
|
1339
1353
|
INSTAGRAM?: {
|
|
1340
1354
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1548,6 +1562,10 @@ type PostUpdateResponse = {
|
|
|
1548
1562
|
* The URL to image uploaded on bundle.social.
|
|
1549
1563
|
*/
|
|
1550
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;
|
|
1551
1569
|
} | null;
|
|
1552
1570
|
INSTAGRAM?: {
|
|
1553
1571
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -1843,6 +1861,10 @@ type PostDeleteResponse = {
|
|
|
1843
1861
|
* The URL to image uploaded on bundle.social.
|
|
1844
1862
|
*/
|
|
1845
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;
|
|
1846
1868
|
} | null;
|
|
1847
1869
|
INSTAGRAM?: {
|
|
1848
1870
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2146,6 +2168,10 @@ type PostGetListResponse = {
|
|
|
2146
2168
|
* The URL to image uploaded on bundle.social.
|
|
2147
2169
|
*/
|
|
2148
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;
|
|
2149
2175
|
} | null;
|
|
2150
2176
|
INSTAGRAM?: {
|
|
2151
2177
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2504,6 +2530,10 @@ type PostCreateData = {
|
|
|
2504
2530
|
* The URL to image uploaded on bundle.social.
|
|
2505
2531
|
*/
|
|
2506
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;
|
|
2507
2537
|
} | null;
|
|
2508
2538
|
INSTAGRAM?: {
|
|
2509
2539
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -2717,6 +2747,10 @@ type PostCreateResponse = {
|
|
|
2717
2747
|
* The URL to image uploaded on bundle.social.
|
|
2718
2748
|
*/
|
|
2719
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;
|
|
2720
2754
|
} | null;
|
|
2721
2755
|
INSTAGRAM?: {
|
|
2722
2756
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3063,6 +3097,10 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
3063
3097
|
* The URL to image uploaded on bundle.social.
|
|
3064
3098
|
*/
|
|
3065
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;
|
|
3066
3104
|
} | null;
|
|
3067
3105
|
INSTAGRAM?: {
|
|
3068
3106
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -3420,6 +3458,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
3420
3458
|
* The URL to image uploaded on bundle.social.
|
|
3421
3459
|
*/
|
|
3422
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;
|
|
3423
3465
|
} | null;
|
|
3424
3466
|
INSTAGRAM?: {
|
|
3425
3467
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6429,6 +6471,10 @@ type $OpenApiTs = {
|
|
|
6429
6471
|
* The URL to image uploaded on bundle.social.
|
|
6430
6472
|
*/
|
|
6431
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;
|
|
6432
6478
|
} | null;
|
|
6433
6479
|
INSTAGRAM?: {
|
|
6434
6480
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -6831,6 +6877,10 @@ type $OpenApiTs = {
|
|
|
6831
6877
|
* The URL to image uploaded on bundle.social.
|
|
6832
6878
|
*/
|
|
6833
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;
|
|
6834
6884
|
} | null;
|
|
6835
6885
|
INSTAGRAM?: {
|
|
6836
6886
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7171,6 +7221,10 @@ type $OpenApiTs = {
|
|
|
7171
7221
|
* The URL to image uploaded on bundle.social.
|
|
7172
7222
|
*/
|
|
7173
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;
|
|
7174
7228
|
} | null;
|
|
7175
7229
|
INSTAGRAM?: {
|
|
7176
7230
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7514,6 +7568,10 @@ type $OpenApiTs = {
|
|
|
7514
7568
|
* The URL to image uploaded on bundle.social.
|
|
7515
7569
|
*/
|
|
7516
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;
|
|
7517
7575
|
} | null;
|
|
7518
7576
|
INSTAGRAM?: {
|
|
7519
7577
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -7918,6 +7976,10 @@ type $OpenApiTs = {
|
|
|
7918
7976
|
* The URL to image uploaded on bundle.social.
|
|
7919
7977
|
*/
|
|
7920
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;
|
|
7921
7983
|
} | null;
|
|
7922
7984
|
INSTAGRAM?: {
|
|
7923
7985
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8356,6 +8418,10 @@ type $OpenApiTs = {
|
|
|
8356
8418
|
* The URL to image uploaded on bundle.social.
|
|
8357
8419
|
*/
|
|
8358
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;
|
|
8359
8425
|
} | null;
|
|
8360
8426
|
INSTAGRAM?: {
|
|
8361
8427
|
type?: 'POST' | 'REEL' | 'STORY';
|
|
@@ -8805,6 +8871,10 @@ type $OpenApiTs = {
|
|
|
8805
8871
|
* The URL to image uploaded on bundle.social.
|
|
8806
8872
|
*/
|
|
8807
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;
|
|
8808
8878
|
} | null;
|
|
8809
8879
|
INSTAGRAM?: {
|
|
8810
8880
|
type?: 'POST' | 'REEL' | 'STORY';
|