bundlesocial 2.52.0 → 2.53.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 +152 -0
- package/dist/index.d.ts +152 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1740,6 +1740,14 @@ type PostGetResponse = {
|
|
|
1740
1740
|
*/
|
|
1741
1741
|
thumbnail?: string | null;
|
|
1742
1742
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
1743
|
+
/**
|
|
1744
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
1745
|
+
*/
|
|
1746
|
+
defaultLanguage?: string | null;
|
|
1747
|
+
/**
|
|
1748
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
1749
|
+
*/
|
|
1750
|
+
defaultAudioLanguage?: string | null;
|
|
1743
1751
|
/**
|
|
1744
1752
|
* Set to true if the video is made for kids.
|
|
1745
1753
|
*/
|
|
@@ -2429,6 +2437,14 @@ type PostUpdateData = {
|
|
|
2429
2437
|
*/
|
|
2430
2438
|
thumbnail?: string | null;
|
|
2431
2439
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2440
|
+
/**
|
|
2441
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2442
|
+
*/
|
|
2443
|
+
defaultLanguage?: string | null;
|
|
2444
|
+
/**
|
|
2445
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2446
|
+
*/
|
|
2447
|
+
defaultAudioLanguage?: string | null;
|
|
2432
2448
|
/**
|
|
2433
2449
|
* Set to true if the video is made for kids.
|
|
2434
2450
|
*/
|
|
@@ -2801,6 +2817,14 @@ type PostUpdateResponse = {
|
|
|
2801
2817
|
*/
|
|
2802
2818
|
thumbnail?: string | null;
|
|
2803
2819
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2820
|
+
/**
|
|
2821
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2822
|
+
*/
|
|
2823
|
+
defaultLanguage?: string | null;
|
|
2824
|
+
/**
|
|
2825
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2826
|
+
*/
|
|
2827
|
+
defaultAudioLanguage?: string | null;
|
|
2804
2828
|
/**
|
|
2805
2829
|
* Set to true if the video is made for kids.
|
|
2806
2830
|
*/
|
|
@@ -3416,6 +3440,14 @@ type PostDeleteResponse = {
|
|
|
3416
3440
|
*/
|
|
3417
3441
|
thumbnail?: string | null;
|
|
3418
3442
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
3443
|
+
/**
|
|
3444
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
3445
|
+
*/
|
|
3446
|
+
defaultLanguage?: string | null;
|
|
3447
|
+
/**
|
|
3448
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
3449
|
+
*/
|
|
3450
|
+
defaultAudioLanguage?: string | null;
|
|
3419
3451
|
/**
|
|
3420
3452
|
* Set to true if the video is made for kids.
|
|
3421
3453
|
*/
|
|
@@ -4041,6 +4073,14 @@ type PostGetListResponse = {
|
|
|
4041
4073
|
*/
|
|
4042
4074
|
thumbnail?: string | null;
|
|
4043
4075
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4076
|
+
/**
|
|
4077
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4078
|
+
*/
|
|
4079
|
+
defaultLanguage?: string | null;
|
|
4080
|
+
/**
|
|
4081
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4082
|
+
*/
|
|
4083
|
+
defaultAudioLanguage?: string | null;
|
|
4044
4084
|
/**
|
|
4045
4085
|
* Set to true if the video is made for kids.
|
|
4046
4086
|
*/
|
|
@@ -4732,6 +4772,14 @@ type PostCreateData = {
|
|
|
4732
4772
|
*/
|
|
4733
4773
|
thumbnail?: string | null;
|
|
4734
4774
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4775
|
+
/**
|
|
4776
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4777
|
+
*/
|
|
4778
|
+
defaultLanguage?: string | null;
|
|
4779
|
+
/**
|
|
4780
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4781
|
+
*/
|
|
4782
|
+
defaultAudioLanguage?: string | null;
|
|
4735
4783
|
/**
|
|
4736
4784
|
* Set to true if the video is made for kids.
|
|
4737
4785
|
*/
|
|
@@ -5104,6 +5152,14 @@ type PostCreateResponse = {
|
|
|
5104
5152
|
*/
|
|
5105
5153
|
thumbnail?: string | null;
|
|
5106
5154
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5155
|
+
/**
|
|
5156
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5157
|
+
*/
|
|
5158
|
+
defaultLanguage?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5161
|
+
*/
|
|
5162
|
+
defaultAudioLanguage?: string | null;
|
|
5107
5163
|
/**
|
|
5108
5164
|
* Set to true if the video is made for kids.
|
|
5109
5165
|
*/
|
|
@@ -5719,6 +5775,14 @@ type PostRetryResponse = {
|
|
|
5719
5775
|
*/
|
|
5720
5776
|
thumbnail?: string | null;
|
|
5721
5777
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5778
|
+
/**
|
|
5779
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5780
|
+
*/
|
|
5781
|
+
defaultLanguage?: string | null;
|
|
5782
|
+
/**
|
|
5783
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5784
|
+
*/
|
|
5785
|
+
defaultAudioLanguage?: string | null;
|
|
5722
5786
|
/**
|
|
5723
5787
|
* Set to true if the video is made for kids.
|
|
5724
5788
|
*/
|
|
@@ -6400,6 +6464,14 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
6400
6464
|
*/
|
|
6401
6465
|
thumbnail?: string | null;
|
|
6402
6466
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
6467
|
+
/**
|
|
6468
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
6469
|
+
*/
|
|
6470
|
+
defaultLanguage?: string | null;
|
|
6471
|
+
/**
|
|
6472
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
6473
|
+
*/
|
|
6474
|
+
defaultAudioLanguage?: string | null;
|
|
6403
6475
|
/**
|
|
6404
6476
|
* Set to true if the video is made for kids.
|
|
6405
6477
|
*/
|
|
@@ -7114,6 +7186,14 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
7114
7186
|
*/
|
|
7115
7187
|
thumbnail?: string | null;
|
|
7116
7188
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
7189
|
+
/**
|
|
7190
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
7191
|
+
*/
|
|
7192
|
+
defaultLanguage?: string | null;
|
|
7193
|
+
/**
|
|
7194
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
7195
|
+
*/
|
|
7196
|
+
defaultAudioLanguage?: string | null;
|
|
7117
7197
|
/**
|
|
7118
7198
|
* Set to true if the video is made for kids.
|
|
7119
7199
|
*/
|
|
@@ -9650,6 +9730,14 @@ type MiscYoutubeEditVideoData = {
|
|
|
9650
9730
|
* The updated privacy status
|
|
9651
9731
|
*/
|
|
9652
9732
|
privacyStatus?: 'public' | 'unlisted' | 'private';
|
|
9733
|
+
/**
|
|
9734
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
9735
|
+
*/
|
|
9736
|
+
defaultLanguage?: string;
|
|
9737
|
+
/**
|
|
9738
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
9739
|
+
*/
|
|
9740
|
+
defaultAudioLanguage?: string;
|
|
9653
9741
|
};
|
|
9654
9742
|
};
|
|
9655
9743
|
type MiscYoutubeEditVideoResponse = {
|
|
@@ -14812,6 +14900,14 @@ type $OpenApiTs = {
|
|
|
14812
14900
|
*/
|
|
14813
14901
|
thumbnail?: string | null;
|
|
14814
14902
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
14903
|
+
/**
|
|
14904
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
14905
|
+
*/
|
|
14906
|
+
defaultLanguage?: string | null;
|
|
14907
|
+
/**
|
|
14908
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
14909
|
+
*/
|
|
14910
|
+
defaultAudioLanguage?: string | null;
|
|
14815
14911
|
/**
|
|
14816
14912
|
* Set to true if the video is made for kids.
|
|
14817
14913
|
*/
|
|
@@ -15554,6 +15650,14 @@ type $OpenApiTs = {
|
|
|
15554
15650
|
*/
|
|
15555
15651
|
thumbnail?: string | null;
|
|
15556
15652
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
15653
|
+
/**
|
|
15654
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
15655
|
+
*/
|
|
15656
|
+
defaultLanguage?: string | null;
|
|
15657
|
+
/**
|
|
15658
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
15659
|
+
*/
|
|
15660
|
+
defaultAudioLanguage?: string | null;
|
|
15557
15661
|
/**
|
|
15558
15662
|
* Set to true if the video is made for kids.
|
|
15559
15663
|
*/
|
|
@@ -16221,6 +16325,14 @@ type $OpenApiTs = {
|
|
|
16221
16325
|
*/
|
|
16222
16326
|
thumbnail?: string | null;
|
|
16223
16327
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
16328
|
+
/**
|
|
16329
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
16330
|
+
*/
|
|
16331
|
+
defaultLanguage?: string | null;
|
|
16332
|
+
/**
|
|
16333
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
16334
|
+
*/
|
|
16335
|
+
defaultAudioLanguage?: string | null;
|
|
16224
16336
|
/**
|
|
16225
16337
|
* Set to true if the video is made for kids.
|
|
16226
16338
|
*/
|
|
@@ -16891,6 +17003,14 @@ type $OpenApiTs = {
|
|
|
16891
17003
|
*/
|
|
16892
17004
|
thumbnail?: string | null;
|
|
16893
17005
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17006
|
+
/**
|
|
17007
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17008
|
+
*/
|
|
17009
|
+
defaultLanguage?: string | null;
|
|
17010
|
+
/**
|
|
17011
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17012
|
+
*/
|
|
17013
|
+
defaultAudioLanguage?: string | null;
|
|
16894
17014
|
/**
|
|
16895
17015
|
* Set to true if the video is made for kids.
|
|
16896
17016
|
*/
|
|
@@ -17635,6 +17755,14 @@ type $OpenApiTs = {
|
|
|
17635
17755
|
*/
|
|
17636
17756
|
thumbnail?: string | null;
|
|
17637
17757
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17758
|
+
/**
|
|
17759
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17760
|
+
*/
|
|
17761
|
+
defaultLanguage?: string | null;
|
|
17762
|
+
/**
|
|
17763
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17764
|
+
*/
|
|
17765
|
+
defaultAudioLanguage?: string | null;
|
|
17638
17766
|
/**
|
|
17639
17767
|
* Set to true if the video is made for kids.
|
|
17640
17768
|
*/
|
|
@@ -18304,6 +18432,14 @@ type $OpenApiTs = {
|
|
|
18304
18432
|
*/
|
|
18305
18433
|
thumbnail?: string | null;
|
|
18306
18434
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
18435
|
+
/**
|
|
18436
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
18437
|
+
*/
|
|
18438
|
+
defaultLanguage?: string | null;
|
|
18439
|
+
/**
|
|
18440
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
18441
|
+
*/
|
|
18442
|
+
defaultAudioLanguage?: string | null;
|
|
18307
18443
|
/**
|
|
18308
18444
|
* Set to true if the video is made for kids.
|
|
18309
18445
|
*/
|
|
@@ -19090,6 +19226,14 @@ type $OpenApiTs = {
|
|
|
19090
19226
|
*/
|
|
19091
19227
|
thumbnail?: string | null;
|
|
19092
19228
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
19229
|
+
/**
|
|
19230
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
19231
|
+
*/
|
|
19232
|
+
defaultLanguage?: string | null;
|
|
19233
|
+
/**
|
|
19234
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
19235
|
+
*/
|
|
19236
|
+
defaultAudioLanguage?: string | null;
|
|
19093
19237
|
/**
|
|
19094
19238
|
* Set to true if the video is made for kids.
|
|
19095
19239
|
*/
|
|
@@ -19909,6 +20053,14 @@ type $OpenApiTs = {
|
|
|
19909
20053
|
*/
|
|
19910
20054
|
thumbnail?: string | null;
|
|
19911
20055
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
20056
|
+
/**
|
|
20057
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
20058
|
+
*/
|
|
20059
|
+
defaultLanguage?: string | null;
|
|
20060
|
+
/**
|
|
20061
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
20062
|
+
*/
|
|
20063
|
+
defaultAudioLanguage?: string | null;
|
|
19912
20064
|
/**
|
|
19913
20065
|
* Set to true if the video is made for kids.
|
|
19914
20066
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1740,6 +1740,14 @@ type PostGetResponse = {
|
|
|
1740
1740
|
*/
|
|
1741
1741
|
thumbnail?: string | null;
|
|
1742
1742
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
1743
|
+
/**
|
|
1744
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
1745
|
+
*/
|
|
1746
|
+
defaultLanguage?: string | null;
|
|
1747
|
+
/**
|
|
1748
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
1749
|
+
*/
|
|
1750
|
+
defaultAudioLanguage?: string | null;
|
|
1743
1751
|
/**
|
|
1744
1752
|
* Set to true if the video is made for kids.
|
|
1745
1753
|
*/
|
|
@@ -2429,6 +2437,14 @@ type PostUpdateData = {
|
|
|
2429
2437
|
*/
|
|
2430
2438
|
thumbnail?: string | null;
|
|
2431
2439
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2440
|
+
/**
|
|
2441
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2442
|
+
*/
|
|
2443
|
+
defaultLanguage?: string | null;
|
|
2444
|
+
/**
|
|
2445
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2446
|
+
*/
|
|
2447
|
+
defaultAudioLanguage?: string | null;
|
|
2432
2448
|
/**
|
|
2433
2449
|
* Set to true if the video is made for kids.
|
|
2434
2450
|
*/
|
|
@@ -2801,6 +2817,14 @@ type PostUpdateResponse = {
|
|
|
2801
2817
|
*/
|
|
2802
2818
|
thumbnail?: string | null;
|
|
2803
2819
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
2820
|
+
/**
|
|
2821
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
2822
|
+
*/
|
|
2823
|
+
defaultLanguage?: string | null;
|
|
2824
|
+
/**
|
|
2825
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
2826
|
+
*/
|
|
2827
|
+
defaultAudioLanguage?: string | null;
|
|
2804
2828
|
/**
|
|
2805
2829
|
* Set to true if the video is made for kids.
|
|
2806
2830
|
*/
|
|
@@ -3416,6 +3440,14 @@ type PostDeleteResponse = {
|
|
|
3416
3440
|
*/
|
|
3417
3441
|
thumbnail?: string | null;
|
|
3418
3442
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
3443
|
+
/**
|
|
3444
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
3445
|
+
*/
|
|
3446
|
+
defaultLanguage?: string | null;
|
|
3447
|
+
/**
|
|
3448
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
3449
|
+
*/
|
|
3450
|
+
defaultAudioLanguage?: string | null;
|
|
3419
3451
|
/**
|
|
3420
3452
|
* Set to true if the video is made for kids.
|
|
3421
3453
|
*/
|
|
@@ -4041,6 +4073,14 @@ type PostGetListResponse = {
|
|
|
4041
4073
|
*/
|
|
4042
4074
|
thumbnail?: string | null;
|
|
4043
4075
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4076
|
+
/**
|
|
4077
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4078
|
+
*/
|
|
4079
|
+
defaultLanguage?: string | null;
|
|
4080
|
+
/**
|
|
4081
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4082
|
+
*/
|
|
4083
|
+
defaultAudioLanguage?: string | null;
|
|
4044
4084
|
/**
|
|
4045
4085
|
* Set to true if the video is made for kids.
|
|
4046
4086
|
*/
|
|
@@ -4732,6 +4772,14 @@ type PostCreateData = {
|
|
|
4732
4772
|
*/
|
|
4733
4773
|
thumbnail?: string | null;
|
|
4734
4774
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
4775
|
+
/**
|
|
4776
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
4777
|
+
*/
|
|
4778
|
+
defaultLanguage?: string | null;
|
|
4779
|
+
/**
|
|
4780
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
4781
|
+
*/
|
|
4782
|
+
defaultAudioLanguage?: string | null;
|
|
4735
4783
|
/**
|
|
4736
4784
|
* Set to true if the video is made for kids.
|
|
4737
4785
|
*/
|
|
@@ -5104,6 +5152,14 @@ type PostCreateResponse = {
|
|
|
5104
5152
|
*/
|
|
5105
5153
|
thumbnail?: string | null;
|
|
5106
5154
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5155
|
+
/**
|
|
5156
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5157
|
+
*/
|
|
5158
|
+
defaultLanguage?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5161
|
+
*/
|
|
5162
|
+
defaultAudioLanguage?: string | null;
|
|
5107
5163
|
/**
|
|
5108
5164
|
* Set to true if the video is made for kids.
|
|
5109
5165
|
*/
|
|
@@ -5719,6 +5775,14 @@ type PostRetryResponse = {
|
|
|
5719
5775
|
*/
|
|
5720
5776
|
thumbnail?: string | null;
|
|
5721
5777
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
5778
|
+
/**
|
|
5779
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
5780
|
+
*/
|
|
5781
|
+
defaultLanguage?: string | null;
|
|
5782
|
+
/**
|
|
5783
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
5784
|
+
*/
|
|
5785
|
+
defaultAudioLanguage?: string | null;
|
|
5722
5786
|
/**
|
|
5723
5787
|
* Set to true if the video is made for kids.
|
|
5724
5788
|
*/
|
|
@@ -6400,6 +6464,14 @@ type AnalyticsGetPostAnalyticsResponse = {
|
|
|
6400
6464
|
*/
|
|
6401
6465
|
thumbnail?: string | null;
|
|
6402
6466
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
6467
|
+
/**
|
|
6468
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
6469
|
+
*/
|
|
6470
|
+
defaultLanguage?: string | null;
|
|
6471
|
+
/**
|
|
6472
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
6473
|
+
*/
|
|
6474
|
+
defaultAudioLanguage?: string | null;
|
|
6403
6475
|
/**
|
|
6404
6476
|
* Set to true if the video is made for kids.
|
|
6405
6477
|
*/
|
|
@@ -7114,6 +7186,14 @@ type AnalyticsGetPostAnalyticsRawResponse = {
|
|
|
7114
7186
|
*/
|
|
7115
7187
|
thumbnail?: string | null;
|
|
7116
7188
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
7189
|
+
/**
|
|
7190
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
7191
|
+
*/
|
|
7192
|
+
defaultLanguage?: string | null;
|
|
7193
|
+
/**
|
|
7194
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
7195
|
+
*/
|
|
7196
|
+
defaultAudioLanguage?: string | null;
|
|
7117
7197
|
/**
|
|
7118
7198
|
* Set to true if the video is made for kids.
|
|
7119
7199
|
*/
|
|
@@ -9650,6 +9730,14 @@ type MiscYoutubeEditVideoData = {
|
|
|
9650
9730
|
* The updated privacy status
|
|
9651
9731
|
*/
|
|
9652
9732
|
privacyStatus?: 'public' | 'unlisted' | 'private';
|
|
9733
|
+
/**
|
|
9734
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
9735
|
+
*/
|
|
9736
|
+
defaultLanguage?: string;
|
|
9737
|
+
/**
|
|
9738
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
9739
|
+
*/
|
|
9740
|
+
defaultAudioLanguage?: string;
|
|
9653
9741
|
};
|
|
9654
9742
|
};
|
|
9655
9743
|
type MiscYoutubeEditVideoResponse = {
|
|
@@ -14812,6 +14900,14 @@ type $OpenApiTs = {
|
|
|
14812
14900
|
*/
|
|
14813
14901
|
thumbnail?: string | null;
|
|
14814
14902
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
14903
|
+
/**
|
|
14904
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
14905
|
+
*/
|
|
14906
|
+
defaultLanguage?: string | null;
|
|
14907
|
+
/**
|
|
14908
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
14909
|
+
*/
|
|
14910
|
+
defaultAudioLanguage?: string | null;
|
|
14815
14911
|
/**
|
|
14816
14912
|
* Set to true if the video is made for kids.
|
|
14817
14913
|
*/
|
|
@@ -15554,6 +15650,14 @@ type $OpenApiTs = {
|
|
|
15554
15650
|
*/
|
|
15555
15651
|
thumbnail?: string | null;
|
|
15556
15652
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
15653
|
+
/**
|
|
15654
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
15655
|
+
*/
|
|
15656
|
+
defaultLanguage?: string | null;
|
|
15657
|
+
/**
|
|
15658
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
15659
|
+
*/
|
|
15660
|
+
defaultAudioLanguage?: string | null;
|
|
15557
15661
|
/**
|
|
15558
15662
|
* Set to true if the video is made for kids.
|
|
15559
15663
|
*/
|
|
@@ -16221,6 +16325,14 @@ type $OpenApiTs = {
|
|
|
16221
16325
|
*/
|
|
16222
16326
|
thumbnail?: string | null;
|
|
16223
16327
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
16328
|
+
/**
|
|
16329
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
16330
|
+
*/
|
|
16331
|
+
defaultLanguage?: string | null;
|
|
16332
|
+
/**
|
|
16333
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
16334
|
+
*/
|
|
16335
|
+
defaultAudioLanguage?: string | null;
|
|
16224
16336
|
/**
|
|
16225
16337
|
* Set to true if the video is made for kids.
|
|
16226
16338
|
*/
|
|
@@ -16891,6 +17003,14 @@ type $OpenApiTs = {
|
|
|
16891
17003
|
*/
|
|
16892
17004
|
thumbnail?: string | null;
|
|
16893
17005
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17006
|
+
/**
|
|
17007
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17008
|
+
*/
|
|
17009
|
+
defaultLanguage?: string | null;
|
|
17010
|
+
/**
|
|
17011
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17012
|
+
*/
|
|
17013
|
+
defaultAudioLanguage?: string | null;
|
|
16894
17014
|
/**
|
|
16895
17015
|
* Set to true if the video is made for kids.
|
|
16896
17016
|
*/
|
|
@@ -17635,6 +17755,14 @@ type $OpenApiTs = {
|
|
|
17635
17755
|
*/
|
|
17636
17756
|
thumbnail?: string | null;
|
|
17637
17757
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
17758
|
+
/**
|
|
17759
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
17760
|
+
*/
|
|
17761
|
+
defaultLanguage?: string | null;
|
|
17762
|
+
/**
|
|
17763
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
17764
|
+
*/
|
|
17765
|
+
defaultAudioLanguage?: string | null;
|
|
17638
17766
|
/**
|
|
17639
17767
|
* Set to true if the video is made for kids.
|
|
17640
17768
|
*/
|
|
@@ -18304,6 +18432,14 @@ type $OpenApiTs = {
|
|
|
18304
18432
|
*/
|
|
18305
18433
|
thumbnail?: string | null;
|
|
18306
18434
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
18435
|
+
/**
|
|
18436
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
18437
|
+
*/
|
|
18438
|
+
defaultLanguage?: string | null;
|
|
18439
|
+
/**
|
|
18440
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
18441
|
+
*/
|
|
18442
|
+
defaultAudioLanguage?: string | null;
|
|
18307
18443
|
/**
|
|
18308
18444
|
* Set to true if the video is made for kids.
|
|
18309
18445
|
*/
|
|
@@ -19090,6 +19226,14 @@ type $OpenApiTs = {
|
|
|
19090
19226
|
*/
|
|
19091
19227
|
thumbnail?: string | null;
|
|
19092
19228
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
19229
|
+
/**
|
|
19230
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
19231
|
+
*/
|
|
19232
|
+
defaultLanguage?: string | null;
|
|
19233
|
+
/**
|
|
19234
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
19235
|
+
*/
|
|
19236
|
+
defaultAudioLanguage?: string | null;
|
|
19093
19237
|
/**
|
|
19094
19238
|
* Set to true if the video is made for kids.
|
|
19095
19239
|
*/
|
|
@@ -19909,6 +20053,14 @@ type $OpenApiTs = {
|
|
|
19909
20053
|
*/
|
|
19910
20054
|
thumbnail?: string | null;
|
|
19911
20055
|
privacy?: 'PRIVATE' | 'PUBLIC' | 'UNLISTED' | null;
|
|
20056
|
+
/**
|
|
20057
|
+
* BCP-47 language code for the video's title and description, e.g. "en" or "pl".
|
|
20058
|
+
*/
|
|
20059
|
+
defaultLanguage?: string | null;
|
|
20060
|
+
/**
|
|
20061
|
+
* BCP-47 language code for the video's default audio track, e.g. "en" or "pl".
|
|
20062
|
+
*/
|
|
20063
|
+
defaultAudioLanguage?: string | null;
|
|
19912
20064
|
/**
|
|
19913
20065
|
* Set to true if the video is made for kids.
|
|
19914
20066
|
*/
|