bundlesocial 2.14.0 → 2.15.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 +112 -0
- package/dist/index.d.ts +112 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1053,6 +1053,14 @@ type PostGetResponse = {
|
|
|
1053
1053
|
* Set to true if the video is made for kids.
|
|
1054
1054
|
*/
|
|
1055
1055
|
madeForKids?: boolean | null;
|
|
1056
|
+
/**
|
|
1057
|
+
* Set to true if video contains AI generated content
|
|
1058
|
+
*/
|
|
1059
|
+
containsSyntheticMedia?: boolean | null;
|
|
1060
|
+
/**
|
|
1061
|
+
* Set to true if video has paid product placement
|
|
1062
|
+
*/
|
|
1063
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1056
1064
|
} | null;
|
|
1057
1065
|
REDDIT?: {
|
|
1058
1066
|
/**
|
|
@@ -1399,6 +1407,14 @@ type PostUpdateData = {
|
|
|
1399
1407
|
* Set to true if the video is made for kids.
|
|
1400
1408
|
*/
|
|
1401
1409
|
madeForKids?: boolean | null;
|
|
1410
|
+
/**
|
|
1411
|
+
* Set to true if video contains AI generated content
|
|
1412
|
+
*/
|
|
1413
|
+
containsSyntheticMedia?: boolean | null;
|
|
1414
|
+
/**
|
|
1415
|
+
* Set to true if video has paid product placement
|
|
1416
|
+
*/
|
|
1417
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1402
1418
|
} | null;
|
|
1403
1419
|
REDDIT?: {
|
|
1404
1420
|
/**
|
|
@@ -1604,6 +1620,14 @@ type PostUpdateResponse = {
|
|
|
1604
1620
|
* Set to true if the video is made for kids.
|
|
1605
1621
|
*/
|
|
1606
1622
|
madeForKids?: boolean | null;
|
|
1623
|
+
/**
|
|
1624
|
+
* Set to true if video contains AI generated content
|
|
1625
|
+
*/
|
|
1626
|
+
containsSyntheticMedia?: boolean | null;
|
|
1627
|
+
/**
|
|
1628
|
+
* Set to true if video has paid product placement
|
|
1629
|
+
*/
|
|
1630
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1607
1631
|
} | null;
|
|
1608
1632
|
REDDIT?: {
|
|
1609
1633
|
/**
|
|
@@ -1891,6 +1915,14 @@ type PostDeleteResponse = {
|
|
|
1891
1915
|
* Set to true if the video is made for kids.
|
|
1892
1916
|
*/
|
|
1893
1917
|
madeForKids?: boolean | null;
|
|
1918
|
+
/**
|
|
1919
|
+
* Set to true if video contains AI generated content
|
|
1920
|
+
*/
|
|
1921
|
+
containsSyntheticMedia?: boolean | null;
|
|
1922
|
+
/**
|
|
1923
|
+
* Set to true if video has paid product placement
|
|
1924
|
+
*/
|
|
1925
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1894
1926
|
} | null;
|
|
1895
1927
|
REDDIT?: {
|
|
1896
1928
|
/**
|
|
@@ -2186,6 +2218,14 @@ type PostGetListResponse = {
|
|
|
2186
2218
|
* Set to true if the video is made for kids.
|
|
2187
2219
|
*/
|
|
2188
2220
|
madeForKids?: boolean | null;
|
|
2221
|
+
/**
|
|
2222
|
+
* Set to true if video contains AI generated content
|
|
2223
|
+
*/
|
|
2224
|
+
containsSyntheticMedia?: boolean | null;
|
|
2225
|
+
/**
|
|
2226
|
+
* Set to true if video has paid product placement
|
|
2227
|
+
*/
|
|
2228
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2189
2229
|
} | null;
|
|
2190
2230
|
REDDIT?: {
|
|
2191
2231
|
/**
|
|
@@ -2534,6 +2574,14 @@ type PostCreateData = {
|
|
|
2534
2574
|
* Set to true if the video is made for kids.
|
|
2535
2575
|
*/
|
|
2536
2576
|
madeForKids?: boolean | null;
|
|
2577
|
+
/**
|
|
2578
|
+
* Set to true if video contains AI generated content
|
|
2579
|
+
*/
|
|
2580
|
+
containsSyntheticMedia?: boolean | null;
|
|
2581
|
+
/**
|
|
2582
|
+
* Set to true if video has paid product placement
|
|
2583
|
+
*/
|
|
2584
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2537
2585
|
} | null;
|
|
2538
2586
|
REDDIT?: {
|
|
2539
2587
|
/**
|
|
@@ -2739,6 +2787,14 @@ type PostCreateResponse = {
|
|
|
2739
2787
|
* Set to true if the video is made for kids.
|
|
2740
2788
|
*/
|
|
2741
2789
|
madeForKids?: boolean | null;
|
|
2790
|
+
/**
|
|
2791
|
+
* Set to true if video contains AI generated content
|
|
2792
|
+
*/
|
|
2793
|
+
containsSyntheticMedia?: boolean | null;
|
|
2794
|
+
/**
|
|
2795
|
+
* Set to true if video has paid product placement
|
|
2796
|
+
*/
|
|
2797
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2742
2798
|
} | null;
|
|
2743
2799
|
REDDIT?: {
|
|
2744
2800
|
/**
|
|
@@ -3128,6 +3184,14 @@ type AnalyticsGetProfilePostResponse = {
|
|
|
3128
3184
|
* Set to true if the video is made for kids.
|
|
3129
3185
|
*/
|
|
3130
3186
|
madeForKids?: boolean | null;
|
|
3187
|
+
/**
|
|
3188
|
+
* Set to true if video contains AI generated content
|
|
3189
|
+
*/
|
|
3190
|
+
containsSyntheticMedia?: boolean | null;
|
|
3191
|
+
/**
|
|
3192
|
+
* Set to true if video has paid product placement
|
|
3193
|
+
*/
|
|
3194
|
+
hasPaidProductPlacement?: boolean | null;
|
|
3131
3195
|
} | null;
|
|
3132
3196
|
REDDIT?: {
|
|
3133
3197
|
/**
|
|
@@ -5756,6 +5820,14 @@ type $OpenApiTs = {
|
|
|
5756
5820
|
* Set to true if the video is made for kids.
|
|
5757
5821
|
*/
|
|
5758
5822
|
madeForKids?: boolean | null;
|
|
5823
|
+
/**
|
|
5824
|
+
* Set to true if video contains AI generated content
|
|
5825
|
+
*/
|
|
5826
|
+
containsSyntheticMedia?: boolean | null;
|
|
5827
|
+
/**
|
|
5828
|
+
* Set to true if video has paid product placement
|
|
5829
|
+
*/
|
|
5830
|
+
hasPaidProductPlacement?: boolean | null;
|
|
5759
5831
|
} | null;
|
|
5760
5832
|
REDDIT?: {
|
|
5761
5833
|
/**
|
|
@@ -6148,6 +6220,14 @@ type $OpenApiTs = {
|
|
|
6148
6220
|
* Set to true if the video is made for kids.
|
|
6149
6221
|
*/
|
|
6150
6222
|
madeForKids?: boolean | null;
|
|
6223
|
+
/**
|
|
6224
|
+
* Set to true if video contains AI generated content
|
|
6225
|
+
*/
|
|
6226
|
+
containsSyntheticMedia?: boolean | null;
|
|
6227
|
+
/**
|
|
6228
|
+
* Set to true if video has paid product placement
|
|
6229
|
+
*/
|
|
6230
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6151
6231
|
} | null;
|
|
6152
6232
|
REDDIT?: {
|
|
6153
6233
|
/**
|
|
@@ -6480,6 +6560,14 @@ type $OpenApiTs = {
|
|
|
6480
6560
|
* Set to true if the video is made for kids.
|
|
6481
6561
|
*/
|
|
6482
6562
|
madeForKids?: boolean | null;
|
|
6563
|
+
/**
|
|
6564
|
+
* Set to true if video contains AI generated content
|
|
6565
|
+
*/
|
|
6566
|
+
containsSyntheticMedia?: boolean | null;
|
|
6567
|
+
/**
|
|
6568
|
+
* Set to true if video has paid product placement
|
|
6569
|
+
*/
|
|
6570
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6483
6571
|
} | null;
|
|
6484
6572
|
REDDIT?: {
|
|
6485
6573
|
/**
|
|
@@ -6815,6 +6903,14 @@ type $OpenApiTs = {
|
|
|
6815
6903
|
* Set to true if the video is made for kids.
|
|
6816
6904
|
*/
|
|
6817
6905
|
madeForKids?: boolean | null;
|
|
6906
|
+
/**
|
|
6907
|
+
* Set to true if video contains AI generated content
|
|
6908
|
+
*/
|
|
6909
|
+
containsSyntheticMedia?: boolean | null;
|
|
6910
|
+
/**
|
|
6911
|
+
* Set to true if video has paid product placement
|
|
6912
|
+
*/
|
|
6913
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6818
6914
|
} | null;
|
|
6819
6915
|
REDDIT?: {
|
|
6820
6916
|
/**
|
|
@@ -7209,6 +7305,14 @@ type $OpenApiTs = {
|
|
|
7209
7305
|
* Set to true if the video is made for kids.
|
|
7210
7306
|
*/
|
|
7211
7307
|
madeForKids?: boolean | null;
|
|
7308
|
+
/**
|
|
7309
|
+
* Set to true if video contains AI generated content
|
|
7310
|
+
*/
|
|
7311
|
+
containsSyntheticMedia?: boolean | null;
|
|
7312
|
+
/**
|
|
7313
|
+
* Set to true if video has paid product placement
|
|
7314
|
+
*/
|
|
7315
|
+
hasPaidProductPlacement?: boolean | null;
|
|
7212
7316
|
} | null;
|
|
7213
7317
|
REDDIT?: {
|
|
7214
7318
|
/**
|
|
@@ -7737,6 +7841,14 @@ type $OpenApiTs = {
|
|
|
7737
7841
|
* Set to true if the video is made for kids.
|
|
7738
7842
|
*/
|
|
7739
7843
|
madeForKids?: boolean | null;
|
|
7844
|
+
/**
|
|
7845
|
+
* Set to true if video contains AI generated content
|
|
7846
|
+
*/
|
|
7847
|
+
containsSyntheticMedia?: boolean | null;
|
|
7848
|
+
/**
|
|
7849
|
+
* Set to true if video has paid product placement
|
|
7850
|
+
*/
|
|
7851
|
+
hasPaidProductPlacement?: boolean | null;
|
|
7740
7852
|
} | null;
|
|
7741
7853
|
REDDIT?: {
|
|
7742
7854
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1053,6 +1053,14 @@ type PostGetResponse = {
|
|
|
1053
1053
|
* Set to true if the video is made for kids.
|
|
1054
1054
|
*/
|
|
1055
1055
|
madeForKids?: boolean | null;
|
|
1056
|
+
/**
|
|
1057
|
+
* Set to true if video contains AI generated content
|
|
1058
|
+
*/
|
|
1059
|
+
containsSyntheticMedia?: boolean | null;
|
|
1060
|
+
/**
|
|
1061
|
+
* Set to true if video has paid product placement
|
|
1062
|
+
*/
|
|
1063
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1056
1064
|
} | null;
|
|
1057
1065
|
REDDIT?: {
|
|
1058
1066
|
/**
|
|
@@ -1399,6 +1407,14 @@ type PostUpdateData = {
|
|
|
1399
1407
|
* Set to true if the video is made for kids.
|
|
1400
1408
|
*/
|
|
1401
1409
|
madeForKids?: boolean | null;
|
|
1410
|
+
/**
|
|
1411
|
+
* Set to true if video contains AI generated content
|
|
1412
|
+
*/
|
|
1413
|
+
containsSyntheticMedia?: boolean | null;
|
|
1414
|
+
/**
|
|
1415
|
+
* Set to true if video has paid product placement
|
|
1416
|
+
*/
|
|
1417
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1402
1418
|
} | null;
|
|
1403
1419
|
REDDIT?: {
|
|
1404
1420
|
/**
|
|
@@ -1604,6 +1620,14 @@ type PostUpdateResponse = {
|
|
|
1604
1620
|
* Set to true if the video is made for kids.
|
|
1605
1621
|
*/
|
|
1606
1622
|
madeForKids?: boolean | null;
|
|
1623
|
+
/**
|
|
1624
|
+
* Set to true if video contains AI generated content
|
|
1625
|
+
*/
|
|
1626
|
+
containsSyntheticMedia?: boolean | null;
|
|
1627
|
+
/**
|
|
1628
|
+
* Set to true if video has paid product placement
|
|
1629
|
+
*/
|
|
1630
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1607
1631
|
} | null;
|
|
1608
1632
|
REDDIT?: {
|
|
1609
1633
|
/**
|
|
@@ -1891,6 +1915,14 @@ type PostDeleteResponse = {
|
|
|
1891
1915
|
* Set to true if the video is made for kids.
|
|
1892
1916
|
*/
|
|
1893
1917
|
madeForKids?: boolean | null;
|
|
1918
|
+
/**
|
|
1919
|
+
* Set to true if video contains AI generated content
|
|
1920
|
+
*/
|
|
1921
|
+
containsSyntheticMedia?: boolean | null;
|
|
1922
|
+
/**
|
|
1923
|
+
* Set to true if video has paid product placement
|
|
1924
|
+
*/
|
|
1925
|
+
hasPaidProductPlacement?: boolean | null;
|
|
1894
1926
|
} | null;
|
|
1895
1927
|
REDDIT?: {
|
|
1896
1928
|
/**
|
|
@@ -2186,6 +2218,14 @@ type PostGetListResponse = {
|
|
|
2186
2218
|
* Set to true if the video is made for kids.
|
|
2187
2219
|
*/
|
|
2188
2220
|
madeForKids?: boolean | null;
|
|
2221
|
+
/**
|
|
2222
|
+
* Set to true if video contains AI generated content
|
|
2223
|
+
*/
|
|
2224
|
+
containsSyntheticMedia?: boolean | null;
|
|
2225
|
+
/**
|
|
2226
|
+
* Set to true if video has paid product placement
|
|
2227
|
+
*/
|
|
2228
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2189
2229
|
} | null;
|
|
2190
2230
|
REDDIT?: {
|
|
2191
2231
|
/**
|
|
@@ -2534,6 +2574,14 @@ type PostCreateData = {
|
|
|
2534
2574
|
* Set to true if the video is made for kids.
|
|
2535
2575
|
*/
|
|
2536
2576
|
madeForKids?: boolean | null;
|
|
2577
|
+
/**
|
|
2578
|
+
* Set to true if video contains AI generated content
|
|
2579
|
+
*/
|
|
2580
|
+
containsSyntheticMedia?: boolean | null;
|
|
2581
|
+
/**
|
|
2582
|
+
* Set to true if video has paid product placement
|
|
2583
|
+
*/
|
|
2584
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2537
2585
|
} | null;
|
|
2538
2586
|
REDDIT?: {
|
|
2539
2587
|
/**
|
|
@@ -2739,6 +2787,14 @@ type PostCreateResponse = {
|
|
|
2739
2787
|
* Set to true if the video is made for kids.
|
|
2740
2788
|
*/
|
|
2741
2789
|
madeForKids?: boolean | null;
|
|
2790
|
+
/**
|
|
2791
|
+
* Set to true if video contains AI generated content
|
|
2792
|
+
*/
|
|
2793
|
+
containsSyntheticMedia?: boolean | null;
|
|
2794
|
+
/**
|
|
2795
|
+
* Set to true if video has paid product placement
|
|
2796
|
+
*/
|
|
2797
|
+
hasPaidProductPlacement?: boolean | null;
|
|
2742
2798
|
} | null;
|
|
2743
2799
|
REDDIT?: {
|
|
2744
2800
|
/**
|
|
@@ -3128,6 +3184,14 @@ type AnalyticsGetProfilePostResponse = {
|
|
|
3128
3184
|
* Set to true if the video is made for kids.
|
|
3129
3185
|
*/
|
|
3130
3186
|
madeForKids?: boolean | null;
|
|
3187
|
+
/**
|
|
3188
|
+
* Set to true if video contains AI generated content
|
|
3189
|
+
*/
|
|
3190
|
+
containsSyntheticMedia?: boolean | null;
|
|
3191
|
+
/**
|
|
3192
|
+
* Set to true if video has paid product placement
|
|
3193
|
+
*/
|
|
3194
|
+
hasPaidProductPlacement?: boolean | null;
|
|
3131
3195
|
} | null;
|
|
3132
3196
|
REDDIT?: {
|
|
3133
3197
|
/**
|
|
@@ -5756,6 +5820,14 @@ type $OpenApiTs = {
|
|
|
5756
5820
|
* Set to true if the video is made for kids.
|
|
5757
5821
|
*/
|
|
5758
5822
|
madeForKids?: boolean | null;
|
|
5823
|
+
/**
|
|
5824
|
+
* Set to true if video contains AI generated content
|
|
5825
|
+
*/
|
|
5826
|
+
containsSyntheticMedia?: boolean | null;
|
|
5827
|
+
/**
|
|
5828
|
+
* Set to true if video has paid product placement
|
|
5829
|
+
*/
|
|
5830
|
+
hasPaidProductPlacement?: boolean | null;
|
|
5759
5831
|
} | null;
|
|
5760
5832
|
REDDIT?: {
|
|
5761
5833
|
/**
|
|
@@ -6148,6 +6220,14 @@ type $OpenApiTs = {
|
|
|
6148
6220
|
* Set to true if the video is made for kids.
|
|
6149
6221
|
*/
|
|
6150
6222
|
madeForKids?: boolean | null;
|
|
6223
|
+
/**
|
|
6224
|
+
* Set to true if video contains AI generated content
|
|
6225
|
+
*/
|
|
6226
|
+
containsSyntheticMedia?: boolean | null;
|
|
6227
|
+
/**
|
|
6228
|
+
* Set to true if video has paid product placement
|
|
6229
|
+
*/
|
|
6230
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6151
6231
|
} | null;
|
|
6152
6232
|
REDDIT?: {
|
|
6153
6233
|
/**
|
|
@@ -6480,6 +6560,14 @@ type $OpenApiTs = {
|
|
|
6480
6560
|
* Set to true if the video is made for kids.
|
|
6481
6561
|
*/
|
|
6482
6562
|
madeForKids?: boolean | null;
|
|
6563
|
+
/**
|
|
6564
|
+
* Set to true if video contains AI generated content
|
|
6565
|
+
*/
|
|
6566
|
+
containsSyntheticMedia?: boolean | null;
|
|
6567
|
+
/**
|
|
6568
|
+
* Set to true if video has paid product placement
|
|
6569
|
+
*/
|
|
6570
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6483
6571
|
} | null;
|
|
6484
6572
|
REDDIT?: {
|
|
6485
6573
|
/**
|
|
@@ -6815,6 +6903,14 @@ type $OpenApiTs = {
|
|
|
6815
6903
|
* Set to true if the video is made for kids.
|
|
6816
6904
|
*/
|
|
6817
6905
|
madeForKids?: boolean | null;
|
|
6906
|
+
/**
|
|
6907
|
+
* Set to true if video contains AI generated content
|
|
6908
|
+
*/
|
|
6909
|
+
containsSyntheticMedia?: boolean | null;
|
|
6910
|
+
/**
|
|
6911
|
+
* Set to true if video has paid product placement
|
|
6912
|
+
*/
|
|
6913
|
+
hasPaidProductPlacement?: boolean | null;
|
|
6818
6914
|
} | null;
|
|
6819
6915
|
REDDIT?: {
|
|
6820
6916
|
/**
|
|
@@ -7209,6 +7305,14 @@ type $OpenApiTs = {
|
|
|
7209
7305
|
* Set to true if the video is made for kids.
|
|
7210
7306
|
*/
|
|
7211
7307
|
madeForKids?: boolean | null;
|
|
7308
|
+
/**
|
|
7309
|
+
* Set to true if video contains AI generated content
|
|
7310
|
+
*/
|
|
7311
|
+
containsSyntheticMedia?: boolean | null;
|
|
7312
|
+
/**
|
|
7313
|
+
* Set to true if video has paid product placement
|
|
7314
|
+
*/
|
|
7315
|
+
hasPaidProductPlacement?: boolean | null;
|
|
7212
7316
|
} | null;
|
|
7213
7317
|
REDDIT?: {
|
|
7214
7318
|
/**
|
|
@@ -7737,6 +7841,14 @@ type $OpenApiTs = {
|
|
|
7737
7841
|
* Set to true if the video is made for kids.
|
|
7738
7842
|
*/
|
|
7739
7843
|
madeForKids?: boolean | null;
|
|
7844
|
+
/**
|
|
7845
|
+
* Set to true if video contains AI generated content
|
|
7846
|
+
*/
|
|
7847
|
+
containsSyntheticMedia?: boolean | null;
|
|
7848
|
+
/**
|
|
7849
|
+
* Set to true if video has paid product placement
|
|
7850
|
+
*/
|
|
7851
|
+
hasPaidProductPlacement?: boolean | null;
|
|
7740
7852
|
} | null;
|
|
7741
7853
|
REDDIT?: {
|
|
7742
7854
|
/**
|