bundlesocial 2.58.0 → 2.59.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
@@ -1044,7 +1044,7 @@ type SocialAccountCreatePortalLinkData = {
1044
1044
  hideUserName?: boolean;
1045
1045
  hideLanguageSwitcher?: boolean;
1046
1046
  showModalOnConnectSuccess?: boolean;
1047
- language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv' | 'de' | 'es' | 'it' | 'nl' | 'pt' | 'ru' | 'tr' | 'zh';
1047
+ language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv' | 'de' | 'es' | 'it' | 'nl' | 'pt' | 'ru' | 'tr' | 'zh' | 'da' | 'th' | 'ko' | 'he';
1048
1048
  maxSocialAccountsConnected?: number;
1049
1049
  };
1050
1050
  };
@@ -1657,6 +1657,14 @@ type PostGetByReferenceKeyResponse = {
1657
1657
  trialParams?: {
1658
1658
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
1659
1659
  } | null;
1660
+ /**
1661
+ * Enables the native "Paid partnership" disclosure label.
1662
+ */
1663
+ isPaidPartnership?: boolean | null;
1664
+ /**
1665
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
1666
+ */
1667
+ brandedContentSponsors?: Array<(string)> | null;
1660
1668
  /**
1661
1669
  * Information about the Instagram audio asset used for Reels publishing.
1662
1670
  */
@@ -2412,6 +2420,14 @@ type PostGetResponse = {
2412
2420
  trialParams?: {
2413
2421
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
2414
2422
  } | null;
2423
+ /**
2424
+ * Enables the native "Paid partnership" disclosure label.
2425
+ */
2426
+ isPaidPartnership?: boolean | null;
2427
+ /**
2428
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
2429
+ */
2430
+ brandedContentSponsors?: Array<(string)> | null;
2415
2431
  /**
2416
2432
  * Information about the Instagram audio asset used for Reels publishing.
2417
2433
  */
@@ -3166,6 +3182,14 @@ type PostUpdateData = {
3166
3182
  trialParams?: {
3167
3183
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
3168
3184
  } | null;
3185
+ /**
3186
+ * Enables the native "Paid partnership" disclosure label.
3187
+ */
3188
+ isPaidPartnership?: boolean | null;
3189
+ /**
3190
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
3191
+ */
3192
+ brandedContentSponsors?: Array<(string)> | null;
3169
3193
  /**
3170
3194
  * Information about the Instagram audio asset used for Reels publishing.
3171
3195
  */
@@ -3575,6 +3599,14 @@ type PostUpdateResponse = {
3575
3599
  trialParams?: {
3576
3600
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
3577
3601
  } | null;
3602
+ /**
3603
+ * Enables the native "Paid partnership" disclosure label.
3604
+ */
3605
+ isPaidPartnership?: boolean | null;
3606
+ /**
3607
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
3608
+ */
3609
+ brandedContentSponsors?: Array<(string)> | null;
3578
3610
  /**
3579
3611
  * Information about the Instagram audio asset used for Reels publishing.
3580
3612
  */
@@ -4254,6 +4286,14 @@ type PostDeleteResponse = {
4254
4286
  trialParams?: {
4255
4287
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
4256
4288
  } | null;
4289
+ /**
4290
+ * Enables the native "Paid partnership" disclosure label.
4291
+ */
4292
+ isPaidPartnership?: boolean | null;
4293
+ /**
4294
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
4295
+ */
4296
+ brandedContentSponsors?: Array<(string)> | null;
4257
4297
  /**
4258
4298
  * Information about the Instagram audio asset used for Reels publishing.
4259
4299
  */
@@ -4943,6 +4983,14 @@ type PostGetListResponse = {
4943
4983
  trialParams?: {
4944
4984
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
4945
4985
  } | null;
4986
+ /**
4987
+ * Enables the native "Paid partnership" disclosure label.
4988
+ */
4989
+ isPaidPartnership?: boolean | null;
4990
+ /**
4991
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
4992
+ */
4993
+ brandedContentSponsors?: Array<(string)> | null;
4946
4994
  /**
4947
4995
  * Information about the Instagram audio asset used for Reels publishing.
4948
4996
  */
@@ -5699,6 +5747,14 @@ type PostCreateData = {
5699
5747
  trialParams?: {
5700
5748
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
5701
5749
  } | null;
5750
+ /**
5751
+ * Enables the native "Paid partnership" disclosure label.
5752
+ */
5753
+ isPaidPartnership?: boolean | null;
5754
+ /**
5755
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
5756
+ */
5757
+ brandedContentSponsors?: Array<(string)> | null;
5702
5758
  /**
5703
5759
  * Information about the Instagram audio asset used for Reels publishing.
5704
5760
  */
@@ -6108,6 +6164,14 @@ type PostCreateResponse = {
6108
6164
  trialParams?: {
6109
6165
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
6110
6166
  } | null;
6167
+ /**
6168
+ * Enables the native "Paid partnership" disclosure label.
6169
+ */
6170
+ isPaidPartnership?: boolean | null;
6171
+ /**
6172
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
6173
+ */
6174
+ brandedContentSponsors?: Array<(string)> | null;
6111
6175
  /**
6112
6176
  * Information about the Instagram audio asset used for Reels publishing.
6113
6177
  */
@@ -6787,6 +6851,14 @@ type PostRetryResponse = {
6787
6851
  trialParams?: {
6788
6852
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
6789
6853
  } | null;
6854
+ /**
6855
+ * Enables the native "Paid partnership" disclosure label.
6856
+ */
6857
+ isPaidPartnership?: boolean | null;
6858
+ /**
6859
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
6860
+ */
6861
+ brandedContentSponsors?: Array<(string)> | null;
6790
6862
  /**
6791
6863
  * Information about the Instagram audio asset used for Reels publishing.
6792
6864
  */
@@ -7533,6 +7605,14 @@ type AnalyticsGetPostAnalyticsResponse = {
7533
7605
  trialParams?: {
7534
7606
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
7535
7607
  } | null;
7608
+ /**
7609
+ * Enables the native "Paid partnership" disclosure label.
7610
+ */
7611
+ isPaidPartnership?: boolean | null;
7612
+ /**
7613
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
7614
+ */
7615
+ brandedContentSponsors?: Array<(string)> | null;
7536
7616
  /**
7537
7617
  * Information about the Instagram audio asset used for Reels publishing.
7538
7618
  */
@@ -8312,6 +8392,14 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8312
8392
  trialParams?: {
8313
8393
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
8314
8394
  } | null;
8395
+ /**
8396
+ * Enables the native "Paid partnership" disclosure label.
8397
+ */
8398
+ isPaidPartnership?: boolean | null;
8399
+ /**
8400
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
8401
+ */
8402
+ brandedContentSponsors?: Array<(string)> | null;
8315
8403
  /**
8316
8404
  * Information about the Instagram audio asset used for Reels publishing.
8317
8405
  */
@@ -16255,6 +16343,14 @@ type $OpenApiTs = {
16255
16343
  trialParams?: {
16256
16344
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
16257
16345
  } | null;
16346
+ /**
16347
+ * Enables the native "Paid partnership" disclosure label.
16348
+ */
16349
+ isPaidPartnership?: boolean | null;
16350
+ /**
16351
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
16352
+ */
16353
+ brandedContentSponsors?: Array<(string)> | null;
16258
16354
  /**
16259
16355
  * Information about the Instagram audio asset used for Reels publishing.
16260
16356
  */
@@ -17064,6 +17160,14 @@ type $OpenApiTs = {
17064
17160
  trialParams?: {
17065
17161
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
17066
17162
  } | null;
17163
+ /**
17164
+ * Enables the native "Paid partnership" disclosure label.
17165
+ */
17166
+ isPaidPartnership?: boolean | null;
17167
+ /**
17168
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
17169
+ */
17170
+ brandedContentSponsors?: Array<(string)> | null;
17067
17171
  /**
17068
17172
  * Information about the Instagram audio asset used for Reels publishing.
17069
17173
  */
@@ -17871,6 +17975,14 @@ type $OpenApiTs = {
17871
17975
  trialParams?: {
17872
17976
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
17873
17977
  } | null;
17978
+ /**
17979
+ * Enables the native "Paid partnership" disclosure label.
17980
+ */
17981
+ isPaidPartnership?: boolean | null;
17982
+ /**
17983
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
17984
+ */
17985
+ brandedContentSponsors?: Array<(string)> | null;
17874
17986
  /**
17875
17987
  * Information about the Instagram audio asset used for Reels publishing.
17876
17988
  */
@@ -18609,6 +18721,14 @@ type $OpenApiTs = {
18609
18721
  trialParams?: {
18610
18722
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
18611
18723
  } | null;
18724
+ /**
18725
+ * Enables the native "Paid partnership" disclosure label.
18726
+ */
18727
+ isPaidPartnership?: boolean | null;
18728
+ /**
18729
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
18730
+ */
18731
+ brandedContentSponsors?: Array<(string)> | null;
18612
18732
  /**
18613
18733
  * Information about the Instagram audio asset used for Reels publishing.
18614
18734
  */
@@ -19343,6 +19463,14 @@ type $OpenApiTs = {
19343
19463
  trialParams?: {
19344
19464
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
19345
19465
  } | null;
19466
+ /**
19467
+ * Enables the native "Paid partnership" disclosure label.
19468
+ */
19469
+ isPaidPartnership?: boolean | null;
19470
+ /**
19471
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
19472
+ */
19473
+ brandedContentSponsors?: Array<(string)> | null;
19346
19474
  /**
19347
19475
  * Information about the Instagram audio asset used for Reels publishing.
19348
19476
  */
@@ -20152,6 +20280,14 @@ type $OpenApiTs = {
20152
20280
  trialParams?: {
20153
20281
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
20154
20282
  } | null;
20283
+ /**
20284
+ * Enables the native "Paid partnership" disclosure label.
20285
+ */
20286
+ isPaidPartnership?: boolean | null;
20287
+ /**
20288
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
20289
+ */
20290
+ brandedContentSponsors?: Array<(string)> | null;
20155
20291
  /**
20156
20292
  * Information about the Instagram audio asset used for Reels publishing.
20157
20293
  */
@@ -20892,6 +21028,14 @@ type $OpenApiTs = {
20892
21028
  trialParams?: {
20893
21029
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
20894
21030
  } | null;
21031
+ /**
21032
+ * Enables the native "Paid partnership" disclosure label.
21033
+ */
21034
+ isPaidPartnership?: boolean | null;
21035
+ /**
21036
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
21037
+ */
21038
+ brandedContentSponsors?: Array<(string)> | null;
20895
21039
  /**
20896
21040
  * Information about the Instagram audio asset used for Reels publishing.
20897
21041
  */
@@ -21743,6 +21887,14 @@ type $OpenApiTs = {
21743
21887
  trialParams?: {
21744
21888
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
21745
21889
  } | null;
21890
+ /**
21891
+ * Enables the native "Paid partnership" disclosure label.
21892
+ */
21893
+ isPaidPartnership?: boolean | null;
21894
+ /**
21895
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
21896
+ */
21897
+ brandedContentSponsors?: Array<(string)> | null;
21746
21898
  /**
21747
21899
  * Information about the Instagram audio asset used for Reels publishing.
21748
21900
  */
@@ -22627,6 +22779,14 @@ type $OpenApiTs = {
22627
22779
  trialParams?: {
22628
22780
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
22629
22781
  } | null;
22782
+ /**
22783
+ * Enables the native "Paid partnership" disclosure label.
22784
+ */
22785
+ isPaidPartnership?: boolean | null;
22786
+ /**
22787
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
22788
+ */
22789
+ brandedContentSponsors?: Array<(string)> | null;
22630
22790
  /**
22631
22791
  * Information about the Instagram audio asset used for Reels publishing.
22632
22792
  */
package/dist/index.d.ts CHANGED
@@ -1044,7 +1044,7 @@ type SocialAccountCreatePortalLinkData = {
1044
1044
  hideUserName?: boolean;
1045
1045
  hideLanguageSwitcher?: boolean;
1046
1046
  showModalOnConnectSuccess?: boolean;
1047
- language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv' | 'de' | 'es' | 'it' | 'nl' | 'pt' | 'ru' | 'tr' | 'zh';
1047
+ language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv' | 'de' | 'es' | 'it' | 'nl' | 'pt' | 'ru' | 'tr' | 'zh' | 'da' | 'th' | 'ko' | 'he';
1048
1048
  maxSocialAccountsConnected?: number;
1049
1049
  };
1050
1050
  };
@@ -1657,6 +1657,14 @@ type PostGetByReferenceKeyResponse = {
1657
1657
  trialParams?: {
1658
1658
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
1659
1659
  } | null;
1660
+ /**
1661
+ * Enables the native "Paid partnership" disclosure label.
1662
+ */
1663
+ isPaidPartnership?: boolean | null;
1664
+ /**
1665
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
1666
+ */
1667
+ brandedContentSponsors?: Array<(string)> | null;
1660
1668
  /**
1661
1669
  * Information about the Instagram audio asset used for Reels publishing.
1662
1670
  */
@@ -2412,6 +2420,14 @@ type PostGetResponse = {
2412
2420
  trialParams?: {
2413
2421
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
2414
2422
  } | null;
2423
+ /**
2424
+ * Enables the native "Paid partnership" disclosure label.
2425
+ */
2426
+ isPaidPartnership?: boolean | null;
2427
+ /**
2428
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
2429
+ */
2430
+ brandedContentSponsors?: Array<(string)> | null;
2415
2431
  /**
2416
2432
  * Information about the Instagram audio asset used for Reels publishing.
2417
2433
  */
@@ -3166,6 +3182,14 @@ type PostUpdateData = {
3166
3182
  trialParams?: {
3167
3183
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
3168
3184
  } | null;
3185
+ /**
3186
+ * Enables the native "Paid partnership" disclosure label.
3187
+ */
3188
+ isPaidPartnership?: boolean | null;
3189
+ /**
3190
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
3191
+ */
3192
+ brandedContentSponsors?: Array<(string)> | null;
3169
3193
  /**
3170
3194
  * Information about the Instagram audio asset used for Reels publishing.
3171
3195
  */
@@ -3575,6 +3599,14 @@ type PostUpdateResponse = {
3575
3599
  trialParams?: {
3576
3600
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
3577
3601
  } | null;
3602
+ /**
3603
+ * Enables the native "Paid partnership" disclosure label.
3604
+ */
3605
+ isPaidPartnership?: boolean | null;
3606
+ /**
3607
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
3608
+ */
3609
+ brandedContentSponsors?: Array<(string)> | null;
3578
3610
  /**
3579
3611
  * Information about the Instagram audio asset used for Reels publishing.
3580
3612
  */
@@ -4254,6 +4286,14 @@ type PostDeleteResponse = {
4254
4286
  trialParams?: {
4255
4287
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
4256
4288
  } | null;
4289
+ /**
4290
+ * Enables the native "Paid partnership" disclosure label.
4291
+ */
4292
+ isPaidPartnership?: boolean | null;
4293
+ /**
4294
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
4295
+ */
4296
+ brandedContentSponsors?: Array<(string)> | null;
4257
4297
  /**
4258
4298
  * Information about the Instagram audio asset used for Reels publishing.
4259
4299
  */
@@ -4943,6 +4983,14 @@ type PostGetListResponse = {
4943
4983
  trialParams?: {
4944
4984
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
4945
4985
  } | null;
4986
+ /**
4987
+ * Enables the native "Paid partnership" disclosure label.
4988
+ */
4989
+ isPaidPartnership?: boolean | null;
4990
+ /**
4991
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
4992
+ */
4993
+ brandedContentSponsors?: Array<(string)> | null;
4946
4994
  /**
4947
4995
  * Information about the Instagram audio asset used for Reels publishing.
4948
4996
  */
@@ -5699,6 +5747,14 @@ type PostCreateData = {
5699
5747
  trialParams?: {
5700
5748
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
5701
5749
  } | null;
5750
+ /**
5751
+ * Enables the native "Paid partnership" disclosure label.
5752
+ */
5753
+ isPaidPartnership?: boolean | null;
5754
+ /**
5755
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
5756
+ */
5757
+ brandedContentSponsors?: Array<(string)> | null;
5702
5758
  /**
5703
5759
  * Information about the Instagram audio asset used for Reels publishing.
5704
5760
  */
@@ -6108,6 +6164,14 @@ type PostCreateResponse = {
6108
6164
  trialParams?: {
6109
6165
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
6110
6166
  } | null;
6167
+ /**
6168
+ * Enables the native "Paid partnership" disclosure label.
6169
+ */
6170
+ isPaidPartnership?: boolean | null;
6171
+ /**
6172
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
6173
+ */
6174
+ brandedContentSponsors?: Array<(string)> | null;
6111
6175
  /**
6112
6176
  * Information about the Instagram audio asset used for Reels publishing.
6113
6177
  */
@@ -6787,6 +6851,14 @@ type PostRetryResponse = {
6787
6851
  trialParams?: {
6788
6852
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
6789
6853
  } | null;
6854
+ /**
6855
+ * Enables the native "Paid partnership" disclosure label.
6856
+ */
6857
+ isPaidPartnership?: boolean | null;
6858
+ /**
6859
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
6860
+ */
6861
+ brandedContentSponsors?: Array<(string)> | null;
6790
6862
  /**
6791
6863
  * Information about the Instagram audio asset used for Reels publishing.
6792
6864
  */
@@ -7533,6 +7605,14 @@ type AnalyticsGetPostAnalyticsResponse = {
7533
7605
  trialParams?: {
7534
7606
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
7535
7607
  } | null;
7608
+ /**
7609
+ * Enables the native "Paid partnership" disclosure label.
7610
+ */
7611
+ isPaidPartnership?: boolean | null;
7612
+ /**
7613
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
7614
+ */
7615
+ brandedContentSponsors?: Array<(string)> | null;
7536
7616
  /**
7537
7617
  * Information about the Instagram audio asset used for Reels publishing.
7538
7618
  */
@@ -8312,6 +8392,14 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8312
8392
  trialParams?: {
8313
8393
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
8314
8394
  } | null;
8395
+ /**
8396
+ * Enables the native "Paid partnership" disclosure label.
8397
+ */
8398
+ isPaidPartnership?: boolean | null;
8399
+ /**
8400
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
8401
+ */
8402
+ brandedContentSponsors?: Array<(string)> | null;
8315
8403
  /**
8316
8404
  * Information about the Instagram audio asset used for Reels publishing.
8317
8405
  */
@@ -16255,6 +16343,14 @@ type $OpenApiTs = {
16255
16343
  trialParams?: {
16256
16344
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
16257
16345
  } | null;
16346
+ /**
16347
+ * Enables the native "Paid partnership" disclosure label.
16348
+ */
16349
+ isPaidPartnership?: boolean | null;
16350
+ /**
16351
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
16352
+ */
16353
+ brandedContentSponsors?: Array<(string)> | null;
16258
16354
  /**
16259
16355
  * Information about the Instagram audio asset used for Reels publishing.
16260
16356
  */
@@ -17064,6 +17160,14 @@ type $OpenApiTs = {
17064
17160
  trialParams?: {
17065
17161
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
17066
17162
  } | null;
17163
+ /**
17164
+ * Enables the native "Paid partnership" disclosure label.
17165
+ */
17166
+ isPaidPartnership?: boolean | null;
17167
+ /**
17168
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
17169
+ */
17170
+ brandedContentSponsors?: Array<(string)> | null;
17067
17171
  /**
17068
17172
  * Information about the Instagram audio asset used for Reels publishing.
17069
17173
  */
@@ -17871,6 +17975,14 @@ type $OpenApiTs = {
17871
17975
  trialParams?: {
17872
17976
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
17873
17977
  } | null;
17978
+ /**
17979
+ * Enables the native "Paid partnership" disclosure label.
17980
+ */
17981
+ isPaidPartnership?: boolean | null;
17982
+ /**
17983
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
17984
+ */
17985
+ brandedContentSponsors?: Array<(string)> | null;
17874
17986
  /**
17875
17987
  * Information about the Instagram audio asset used for Reels publishing.
17876
17988
  */
@@ -18609,6 +18721,14 @@ type $OpenApiTs = {
18609
18721
  trialParams?: {
18610
18722
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
18611
18723
  } | null;
18724
+ /**
18725
+ * Enables the native "Paid partnership" disclosure label.
18726
+ */
18727
+ isPaidPartnership?: boolean | null;
18728
+ /**
18729
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
18730
+ */
18731
+ brandedContentSponsors?: Array<(string)> | null;
18612
18732
  /**
18613
18733
  * Information about the Instagram audio asset used for Reels publishing.
18614
18734
  */
@@ -19343,6 +19463,14 @@ type $OpenApiTs = {
19343
19463
  trialParams?: {
19344
19464
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
19345
19465
  } | null;
19466
+ /**
19467
+ * Enables the native "Paid partnership" disclosure label.
19468
+ */
19469
+ isPaidPartnership?: boolean | null;
19470
+ /**
19471
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
19472
+ */
19473
+ brandedContentSponsors?: Array<(string)> | null;
19346
19474
  /**
19347
19475
  * Information about the Instagram audio asset used for Reels publishing.
19348
19476
  */
@@ -20152,6 +20280,14 @@ type $OpenApiTs = {
20152
20280
  trialParams?: {
20153
20281
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
20154
20282
  } | null;
20283
+ /**
20284
+ * Enables the native "Paid partnership" disclosure label.
20285
+ */
20286
+ isPaidPartnership?: boolean | null;
20287
+ /**
20288
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
20289
+ */
20290
+ brandedContentSponsors?: Array<(string)> | null;
20155
20291
  /**
20156
20292
  * Information about the Instagram audio asset used for Reels publishing.
20157
20293
  */
@@ -20892,6 +21028,14 @@ type $OpenApiTs = {
20892
21028
  trialParams?: {
20893
21029
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
20894
21030
  } | null;
21031
+ /**
21032
+ * Enables the native "Paid partnership" disclosure label.
21033
+ */
21034
+ isPaidPartnership?: boolean | null;
21035
+ /**
21036
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
21037
+ */
21038
+ brandedContentSponsors?: Array<(string)> | null;
20895
21039
  /**
20896
21040
  * Information about the Instagram audio asset used for Reels publishing.
20897
21041
  */
@@ -21743,6 +21887,14 @@ type $OpenApiTs = {
21743
21887
  trialParams?: {
21744
21888
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
21745
21889
  } | null;
21890
+ /**
21891
+ * Enables the native "Paid partnership" disclosure label.
21892
+ */
21893
+ isPaidPartnership?: boolean | null;
21894
+ /**
21895
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
21896
+ */
21897
+ brandedContentSponsors?: Array<(string)> | null;
21746
21898
  /**
21747
21899
  * Information about the Instagram audio asset used for Reels publishing.
21748
21900
  */
@@ -22627,6 +22779,14 @@ type $OpenApiTs = {
22627
22779
  trialParams?: {
22628
22780
  graduationStrategy: 'MANUAL' | 'SS_PERFORMANCE';
22629
22781
  } | null;
22782
+ /**
22783
+ * Enables the native "Paid partnership" disclosure label.
22784
+ */
22785
+ isPaidPartnership?: boolean | null;
22786
+ /**
22787
+ * Up to 2 Instagram usernames of the brands tagged as paid-partnership sponsors.
22788
+ */
22789
+ brandedContentSponsors?: Array<(string)> | null;
22630
22790
  /**
22631
22791
  * Information about the Instagram audio asset used for Reels publishing.
22632
22792
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.58.0",
3
+ "version": "2.59.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",