bundlesocial 2.59.0 → 2.60.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
@@ -1561,6 +1561,10 @@ type PostGetByReferenceKeyResponse = {
1561
1561
  text?: string | null;
1562
1562
  uploadIds?: Array<(string)> | null;
1563
1563
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
1564
+ /**
1565
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
1566
+ */
1567
+ isAiGenerated?: boolean | null;
1564
1568
  } | null;
1565
1569
  PINTEREST?: {
1566
1570
  text?: string | null;
@@ -1587,6 +1591,10 @@ type PostGetByReferenceKeyResponse = {
1587
1591
  * The dominant color of the image. This is used to display the image before it's loaded.
1588
1592
  */
1589
1593
  dominantColor?: string | null;
1594
+ /**
1595
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
1596
+ */
1597
+ isAiGenerated?: boolean | null;
1590
1598
  } | null;
1591
1599
  FACEBOOK?: {
1592
1600
  type?: 'POST' | 'REEL' | 'STORY';
@@ -1682,6 +1690,10 @@ type PostGetByReferenceKeyResponse = {
1682
1690
  */
1683
1691
  videoOriginalSoundVolume?: number | null;
1684
1692
  } | null;
1693
+ /**
1694
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
1695
+ */
1696
+ isAiGenerated?: boolean | null;
1685
1697
  } | null;
1686
1698
  THREADS?: {
1687
1699
  text?: string | null;
@@ -2324,6 +2336,10 @@ type PostGetResponse = {
2324
2336
  text?: string | null;
2325
2337
  uploadIds?: Array<(string)> | null;
2326
2338
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
2339
+ /**
2340
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
2341
+ */
2342
+ isAiGenerated?: boolean | null;
2327
2343
  } | null;
2328
2344
  PINTEREST?: {
2329
2345
  text?: string | null;
@@ -2350,6 +2366,10 @@ type PostGetResponse = {
2350
2366
  * The dominant color of the image. This is used to display the image before it's loaded.
2351
2367
  */
2352
2368
  dominantColor?: string | null;
2369
+ /**
2370
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
2371
+ */
2372
+ isAiGenerated?: boolean | null;
2353
2373
  } | null;
2354
2374
  FACEBOOK?: {
2355
2375
  type?: 'POST' | 'REEL' | 'STORY';
@@ -2445,6 +2465,10 @@ type PostGetResponse = {
2445
2465
  */
2446
2466
  videoOriginalSoundVolume?: number | null;
2447
2467
  } | null;
2468
+ /**
2469
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
2470
+ */
2471
+ isAiGenerated?: boolean | null;
2448
2472
  } | null;
2449
2473
  THREADS?: {
2450
2474
  text?: string | null;
@@ -3086,6 +3110,10 @@ type PostUpdateData = {
3086
3110
  text?: string | null;
3087
3111
  uploadIds?: Array<(string)> | null;
3088
3112
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
3113
+ /**
3114
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
3115
+ */
3116
+ isAiGenerated?: boolean | null;
3089
3117
  } | null;
3090
3118
  PINTEREST?: {
3091
3119
  text?: string | null;
@@ -3112,6 +3140,10 @@ type PostUpdateData = {
3112
3140
  * The dominant color of the image. This is used to display the image before it's loaded.
3113
3141
  */
3114
3142
  dominantColor?: string | null;
3143
+ /**
3144
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
3145
+ */
3146
+ isAiGenerated?: boolean | null;
3115
3147
  } | null;
3116
3148
  FACEBOOK?: {
3117
3149
  type?: 'POST' | 'REEL' | 'STORY';
@@ -3207,6 +3239,10 @@ type PostUpdateData = {
3207
3239
  */
3208
3240
  videoOriginalSoundVolume?: number | null;
3209
3241
  } | null;
3242
+ /**
3243
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
3244
+ */
3245
+ isAiGenerated?: boolean | null;
3210
3246
  } | null;
3211
3247
  THREADS?: {
3212
3248
  text?: string | null;
@@ -3503,6 +3539,10 @@ type PostUpdateResponse = {
3503
3539
  text?: string | null;
3504
3540
  uploadIds?: Array<(string)> | null;
3505
3541
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
3542
+ /**
3543
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
3544
+ */
3545
+ isAiGenerated?: boolean | null;
3506
3546
  } | null;
3507
3547
  PINTEREST?: {
3508
3548
  text?: string | null;
@@ -3529,6 +3569,10 @@ type PostUpdateResponse = {
3529
3569
  * The dominant color of the image. This is used to display the image before it's loaded.
3530
3570
  */
3531
3571
  dominantColor?: string | null;
3572
+ /**
3573
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
3574
+ */
3575
+ isAiGenerated?: boolean | null;
3532
3576
  } | null;
3533
3577
  FACEBOOK?: {
3534
3578
  type?: 'POST' | 'REEL' | 'STORY';
@@ -3624,6 +3668,10 @@ type PostUpdateResponse = {
3624
3668
  */
3625
3669
  videoOriginalSoundVolume?: number | null;
3626
3670
  } | null;
3671
+ /**
3672
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
3673
+ */
3674
+ isAiGenerated?: boolean | null;
3627
3675
  } | null;
3628
3676
  THREADS?: {
3629
3677
  text?: string | null;
@@ -4190,6 +4238,10 @@ type PostDeleteResponse = {
4190
4238
  text?: string | null;
4191
4239
  uploadIds?: Array<(string)> | null;
4192
4240
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
4241
+ /**
4242
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
4243
+ */
4244
+ isAiGenerated?: boolean | null;
4193
4245
  } | null;
4194
4246
  PINTEREST?: {
4195
4247
  text?: string | null;
@@ -4216,6 +4268,10 @@ type PostDeleteResponse = {
4216
4268
  * The dominant color of the image. This is used to display the image before it's loaded.
4217
4269
  */
4218
4270
  dominantColor?: string | null;
4271
+ /**
4272
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
4273
+ */
4274
+ isAiGenerated?: boolean | null;
4219
4275
  } | null;
4220
4276
  FACEBOOK?: {
4221
4277
  type?: 'POST' | 'REEL' | 'STORY';
@@ -4311,6 +4367,10 @@ type PostDeleteResponse = {
4311
4367
  */
4312
4368
  videoOriginalSoundVolume?: number | null;
4313
4369
  } | null;
4370
+ /**
4371
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
4372
+ */
4373
+ isAiGenerated?: boolean | null;
4314
4374
  } | null;
4315
4375
  THREADS?: {
4316
4376
  text?: string | null;
@@ -4887,6 +4947,10 @@ type PostGetListResponse = {
4887
4947
  text?: string | null;
4888
4948
  uploadIds?: Array<(string)> | null;
4889
4949
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
4950
+ /**
4951
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
4952
+ */
4953
+ isAiGenerated?: boolean | null;
4890
4954
  } | null;
4891
4955
  PINTEREST?: {
4892
4956
  text?: string | null;
@@ -4913,6 +4977,10 @@ type PostGetListResponse = {
4913
4977
  * The dominant color of the image. This is used to display the image before it's loaded.
4914
4978
  */
4915
4979
  dominantColor?: string | null;
4980
+ /**
4981
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
4982
+ */
4983
+ isAiGenerated?: boolean | null;
4916
4984
  } | null;
4917
4985
  FACEBOOK?: {
4918
4986
  type?: 'POST' | 'REEL' | 'STORY';
@@ -5008,6 +5076,10 @@ type PostGetListResponse = {
5008
5076
  */
5009
5077
  videoOriginalSoundVolume?: number | null;
5010
5078
  } | null;
5079
+ /**
5080
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
5081
+ */
5082
+ isAiGenerated?: boolean | null;
5011
5083
  } | null;
5012
5084
  THREADS?: {
5013
5085
  text?: string | null;
@@ -5651,6 +5723,10 @@ type PostCreateData = {
5651
5723
  text?: string | null;
5652
5724
  uploadIds?: Array<(string)> | null;
5653
5725
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
5726
+ /**
5727
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
5728
+ */
5729
+ isAiGenerated?: boolean | null;
5654
5730
  } | null;
5655
5731
  PINTEREST?: {
5656
5732
  text?: string | null;
@@ -5677,6 +5753,10 @@ type PostCreateData = {
5677
5753
  * The dominant color of the image. This is used to display the image before it's loaded.
5678
5754
  */
5679
5755
  dominantColor?: string | null;
5756
+ /**
5757
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
5758
+ */
5759
+ isAiGenerated?: boolean | null;
5680
5760
  } | null;
5681
5761
  FACEBOOK?: {
5682
5762
  type?: 'POST' | 'REEL' | 'STORY';
@@ -5772,6 +5852,10 @@ type PostCreateData = {
5772
5852
  */
5773
5853
  videoOriginalSoundVolume?: number | null;
5774
5854
  } | null;
5855
+ /**
5856
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
5857
+ */
5858
+ isAiGenerated?: boolean | null;
5775
5859
  } | null;
5776
5860
  THREADS?: {
5777
5861
  text?: string | null;
@@ -6068,6 +6152,10 @@ type PostCreateResponse = {
6068
6152
  text?: string | null;
6069
6153
  uploadIds?: Array<(string)> | null;
6070
6154
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
6155
+ /**
6156
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
6157
+ */
6158
+ isAiGenerated?: boolean | null;
6071
6159
  } | null;
6072
6160
  PINTEREST?: {
6073
6161
  text?: string | null;
@@ -6094,6 +6182,10 @@ type PostCreateResponse = {
6094
6182
  * The dominant color of the image. This is used to display the image before it's loaded.
6095
6183
  */
6096
6184
  dominantColor?: string | null;
6185
+ /**
6186
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
6187
+ */
6188
+ isAiGenerated?: boolean | null;
6097
6189
  } | null;
6098
6190
  FACEBOOK?: {
6099
6191
  type?: 'POST' | 'REEL' | 'STORY';
@@ -6189,6 +6281,10 @@ type PostCreateResponse = {
6189
6281
  */
6190
6282
  videoOriginalSoundVolume?: number | null;
6191
6283
  } | null;
6284
+ /**
6285
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
6286
+ */
6287
+ isAiGenerated?: boolean | null;
6192
6288
  } | null;
6193
6289
  THREADS?: {
6194
6290
  text?: string | null;
@@ -6755,6 +6851,10 @@ type PostRetryResponse = {
6755
6851
  text?: string | null;
6756
6852
  uploadIds?: Array<(string)> | null;
6757
6853
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
6854
+ /**
6855
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
6856
+ */
6857
+ isAiGenerated?: boolean | null;
6758
6858
  } | null;
6759
6859
  PINTEREST?: {
6760
6860
  text?: string | null;
@@ -6781,6 +6881,10 @@ type PostRetryResponse = {
6781
6881
  * The dominant color of the image. This is used to display the image before it's loaded.
6782
6882
  */
6783
6883
  dominantColor?: string | null;
6884
+ /**
6885
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
6886
+ */
6887
+ isAiGenerated?: boolean | null;
6784
6888
  } | null;
6785
6889
  FACEBOOK?: {
6786
6890
  type?: 'POST' | 'REEL' | 'STORY';
@@ -6876,6 +6980,10 @@ type PostRetryResponse = {
6876
6980
  */
6877
6981
  videoOriginalSoundVolume?: number | null;
6878
6982
  } | null;
6983
+ /**
6984
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
6985
+ */
6986
+ isAiGenerated?: boolean | null;
6879
6987
  } | null;
6880
6988
  THREADS?: {
6881
6989
  text?: string | null;
@@ -7509,6 +7617,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7509
7617
  text?: string | null;
7510
7618
  uploadIds?: Array<(string)> | null;
7511
7619
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
7620
+ /**
7621
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
7622
+ */
7623
+ isAiGenerated?: boolean | null;
7512
7624
  } | null;
7513
7625
  PINTEREST?: {
7514
7626
  text?: string | null;
@@ -7535,6 +7647,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7535
7647
  * The dominant color of the image. This is used to display the image before it's loaded.
7536
7648
  */
7537
7649
  dominantColor?: string | null;
7650
+ /**
7651
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
7652
+ */
7653
+ isAiGenerated?: boolean | null;
7538
7654
  } | null;
7539
7655
  FACEBOOK?: {
7540
7656
  type?: 'POST' | 'REEL' | 'STORY';
@@ -7630,6 +7746,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7630
7746
  */
7631
7747
  videoOriginalSoundVolume?: number | null;
7632
7748
  } | null;
7749
+ /**
7750
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
7751
+ */
7752
+ isAiGenerated?: boolean | null;
7633
7753
  } | null;
7634
7754
  THREADS?: {
7635
7755
  text?: string | null;
@@ -8296,6 +8416,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8296
8416
  text?: string | null;
8297
8417
  uploadIds?: Array<(string)> | null;
8298
8418
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
8419
+ /**
8420
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
8421
+ */
8422
+ isAiGenerated?: boolean | null;
8299
8423
  } | null;
8300
8424
  PINTEREST?: {
8301
8425
  text?: string | null;
@@ -8322,6 +8446,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8322
8446
  * The dominant color of the image. This is used to display the image before it's loaded.
8323
8447
  */
8324
8448
  dominantColor?: string | null;
8449
+ /**
8450
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
8451
+ */
8452
+ isAiGenerated?: boolean | null;
8325
8453
  } | null;
8326
8454
  FACEBOOK?: {
8327
8455
  type?: 'POST' | 'REEL' | 'STORY';
@@ -8417,6 +8545,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8417
8545
  */
8418
8546
  videoOriginalSoundVolume?: number | null;
8419
8547
  } | null;
8548
+ /**
8549
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
8550
+ */
8551
+ isAiGenerated?: boolean | null;
8420
8552
  } | null;
8421
8553
  THREADS?: {
8422
8554
  text?: string | null;
@@ -16247,6 +16379,10 @@ type $OpenApiTs = {
16247
16379
  text?: string | null;
16248
16380
  uploadIds?: Array<(string)> | null;
16249
16381
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
16382
+ /**
16383
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
16384
+ */
16385
+ isAiGenerated?: boolean | null;
16250
16386
  } | null;
16251
16387
  PINTEREST?: {
16252
16388
  text?: string | null;
@@ -16273,6 +16409,10 @@ type $OpenApiTs = {
16273
16409
  * The dominant color of the image. This is used to display the image before it's loaded.
16274
16410
  */
16275
16411
  dominantColor?: string | null;
16412
+ /**
16413
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
16414
+ */
16415
+ isAiGenerated?: boolean | null;
16276
16416
  } | null;
16277
16417
  FACEBOOK?: {
16278
16418
  type?: 'POST' | 'REEL' | 'STORY';
@@ -16368,6 +16508,10 @@ type $OpenApiTs = {
16368
16508
  */
16369
16509
  videoOriginalSoundVolume?: number | null;
16370
16510
  } | null;
16511
+ /**
16512
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
16513
+ */
16514
+ isAiGenerated?: boolean | null;
16371
16515
  } | null;
16372
16516
  THREADS?: {
16373
16517
  text?: string | null;
@@ -17064,6 +17208,10 @@ type $OpenApiTs = {
17064
17208
  text?: string | null;
17065
17209
  uploadIds?: Array<(string)> | null;
17066
17210
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
17211
+ /**
17212
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
17213
+ */
17214
+ isAiGenerated?: boolean | null;
17067
17215
  } | null;
17068
17216
  PINTEREST?: {
17069
17217
  text?: string | null;
@@ -17090,6 +17238,10 @@ type $OpenApiTs = {
17090
17238
  * The dominant color of the image. This is used to display the image before it's loaded.
17091
17239
  */
17092
17240
  dominantColor?: string | null;
17241
+ /**
17242
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
17243
+ */
17244
+ isAiGenerated?: boolean | null;
17093
17245
  } | null;
17094
17246
  FACEBOOK?: {
17095
17247
  type?: 'POST' | 'REEL' | 'STORY';
@@ -17185,6 +17337,10 @@ type $OpenApiTs = {
17185
17337
  */
17186
17338
  videoOriginalSoundVolume?: number | null;
17187
17339
  } | null;
17340
+ /**
17341
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
17342
+ */
17343
+ isAiGenerated?: boolean | null;
17188
17344
  } | null;
17189
17345
  THREADS?: {
17190
17346
  text?: string | null;
@@ -17879,6 +18035,10 @@ type $OpenApiTs = {
17879
18035
  text?: string | null;
17880
18036
  uploadIds?: Array<(string)> | null;
17881
18037
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
18038
+ /**
18039
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
18040
+ */
18041
+ isAiGenerated?: boolean | null;
17882
18042
  } | null;
17883
18043
  PINTEREST?: {
17884
18044
  text?: string | null;
@@ -17905,6 +18065,10 @@ type $OpenApiTs = {
17905
18065
  * The dominant color of the image. This is used to display the image before it's loaded.
17906
18066
  */
17907
18067
  dominantColor?: string | null;
18068
+ /**
18069
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
18070
+ */
18071
+ isAiGenerated?: boolean | null;
17908
18072
  } | null;
17909
18073
  FACEBOOK?: {
17910
18074
  type?: 'POST' | 'REEL' | 'STORY';
@@ -18000,6 +18164,10 @@ type $OpenApiTs = {
18000
18164
  */
18001
18165
  videoOriginalSoundVolume?: number | null;
18002
18166
  } | null;
18167
+ /**
18168
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
18169
+ */
18170
+ isAiGenerated?: boolean | null;
18003
18171
  } | null;
18004
18172
  THREADS?: {
18005
18173
  text?: string | null;
@@ -18625,6 +18793,10 @@ type $OpenApiTs = {
18625
18793
  text?: string | null;
18626
18794
  uploadIds?: Array<(string)> | null;
18627
18795
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
18796
+ /**
18797
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
18798
+ */
18799
+ isAiGenerated?: boolean | null;
18628
18800
  } | null;
18629
18801
  PINTEREST?: {
18630
18802
  text?: string | null;
@@ -18651,6 +18823,10 @@ type $OpenApiTs = {
18651
18823
  * The dominant color of the image. This is used to display the image before it's loaded.
18652
18824
  */
18653
18825
  dominantColor?: string | null;
18826
+ /**
18827
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
18828
+ */
18829
+ isAiGenerated?: boolean | null;
18654
18830
  } | null;
18655
18831
  FACEBOOK?: {
18656
18832
  type?: 'POST' | 'REEL' | 'STORY';
@@ -18746,6 +18922,10 @@ type $OpenApiTs = {
18746
18922
  */
18747
18923
  videoOriginalSoundVolume?: number | null;
18748
18924
  } | null;
18925
+ /**
18926
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
18927
+ */
18928
+ isAiGenerated?: boolean | null;
18749
18929
  } | null;
18750
18930
  THREADS?: {
18751
18931
  text?: string | null;
@@ -19367,6 +19547,10 @@ type $OpenApiTs = {
19367
19547
  text?: string | null;
19368
19548
  uploadIds?: Array<(string)> | null;
19369
19549
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
19550
+ /**
19551
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
19552
+ */
19553
+ isAiGenerated?: boolean | null;
19370
19554
  } | null;
19371
19555
  PINTEREST?: {
19372
19556
  text?: string | null;
@@ -19393,6 +19577,10 @@ type $OpenApiTs = {
19393
19577
  * The dominant color of the image. This is used to display the image before it's loaded.
19394
19578
  */
19395
19579
  dominantColor?: string | null;
19580
+ /**
19581
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
19582
+ */
19583
+ isAiGenerated?: boolean | null;
19396
19584
  } | null;
19397
19585
  FACEBOOK?: {
19398
19586
  type?: 'POST' | 'REEL' | 'STORY';
@@ -19488,6 +19676,10 @@ type $OpenApiTs = {
19488
19676
  */
19489
19677
  videoOriginalSoundVolume?: number | null;
19490
19678
  } | null;
19679
+ /**
19680
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
19681
+ */
19682
+ isAiGenerated?: boolean | null;
19491
19683
  } | null;
19492
19684
  THREADS?: {
19493
19685
  text?: string | null;
@@ -20184,6 +20376,10 @@ type $OpenApiTs = {
20184
20376
  text?: string | null;
20185
20377
  uploadIds?: Array<(string)> | null;
20186
20378
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
20379
+ /**
20380
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
20381
+ */
20382
+ isAiGenerated?: boolean | null;
20187
20383
  } | null;
20188
20384
  PINTEREST?: {
20189
20385
  text?: string | null;
@@ -20210,6 +20406,10 @@ type $OpenApiTs = {
20210
20406
  * The dominant color of the image. This is used to display the image before it's loaded.
20211
20407
  */
20212
20408
  dominantColor?: string | null;
20409
+ /**
20410
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
20411
+ */
20412
+ isAiGenerated?: boolean | null;
20213
20413
  } | null;
20214
20414
  FACEBOOK?: {
20215
20415
  type?: 'POST' | 'REEL' | 'STORY';
@@ -20305,6 +20505,10 @@ type $OpenApiTs = {
20305
20505
  */
20306
20506
  videoOriginalSoundVolume?: number | null;
20307
20507
  } | null;
20508
+ /**
20509
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
20510
+ */
20511
+ isAiGenerated?: boolean | null;
20308
20512
  } | null;
20309
20513
  THREADS?: {
20310
20514
  text?: string | null;
@@ -20932,6 +21136,10 @@ type $OpenApiTs = {
20932
21136
  text?: string | null;
20933
21137
  uploadIds?: Array<(string)> | null;
20934
21138
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
21139
+ /**
21140
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
21141
+ */
21142
+ isAiGenerated?: boolean | null;
20935
21143
  } | null;
20936
21144
  PINTEREST?: {
20937
21145
  text?: string | null;
@@ -20958,6 +21166,10 @@ type $OpenApiTs = {
20958
21166
  * The dominant color of the image. This is used to display the image before it's loaded.
20959
21167
  */
20960
21168
  dominantColor?: string | null;
21169
+ /**
21170
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
21171
+ */
21172
+ isAiGenerated?: boolean | null;
20961
21173
  } | null;
20962
21174
  FACEBOOK?: {
20963
21175
  type?: 'POST' | 'REEL' | 'STORY';
@@ -21053,6 +21265,10 @@ type $OpenApiTs = {
21053
21265
  */
21054
21266
  videoOriginalSoundVolume?: number | null;
21055
21267
  } | null;
21268
+ /**
21269
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
21270
+ */
21271
+ isAiGenerated?: boolean | null;
21056
21272
  } | null;
21057
21273
  THREADS?: {
21058
21274
  text?: string | null;
@@ -21791,6 +22007,10 @@ type $OpenApiTs = {
21791
22007
  text?: string | null;
21792
22008
  uploadIds?: Array<(string)> | null;
21793
22009
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
22010
+ /**
22011
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
22012
+ */
22013
+ isAiGenerated?: boolean | null;
21794
22014
  } | null;
21795
22015
  PINTEREST?: {
21796
22016
  text?: string | null;
@@ -21817,6 +22037,10 @@ type $OpenApiTs = {
21817
22037
  * The dominant color of the image. This is used to display the image before it's loaded.
21818
22038
  */
21819
22039
  dominantColor?: string | null;
22040
+ /**
22041
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
22042
+ */
22043
+ isAiGenerated?: boolean | null;
21820
22044
  } | null;
21821
22045
  FACEBOOK?: {
21822
22046
  type?: 'POST' | 'REEL' | 'STORY';
@@ -21912,6 +22136,10 @@ type $OpenApiTs = {
21912
22136
  */
21913
22137
  videoOriginalSoundVolume?: number | null;
21914
22138
  } | null;
22139
+ /**
22140
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
22141
+ */
22142
+ isAiGenerated?: boolean | null;
21915
22143
  } | null;
21916
22144
  THREADS?: {
21917
22145
  text?: string | null;
@@ -22683,6 +22911,10 @@ type $OpenApiTs = {
22683
22911
  text?: string | null;
22684
22912
  uploadIds?: Array<(string)> | null;
22685
22913
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
22914
+ /**
22915
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
22916
+ */
22917
+ isAiGenerated?: boolean | null;
22686
22918
  } | null;
22687
22919
  PINTEREST?: {
22688
22920
  text?: string | null;
@@ -22709,6 +22941,10 @@ type $OpenApiTs = {
22709
22941
  * The dominant color of the image. This is used to display the image before it's loaded.
22710
22942
  */
22711
22943
  dominantColor?: string | null;
22944
+ /**
22945
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
22946
+ */
22947
+ isAiGenerated?: boolean | null;
22712
22948
  } | null;
22713
22949
  FACEBOOK?: {
22714
22950
  type?: 'POST' | 'REEL' | 'STORY';
@@ -22804,6 +23040,10 @@ type $OpenApiTs = {
22804
23040
  */
22805
23041
  videoOriginalSoundVolume?: number | null;
22806
23042
  } | null;
23043
+ /**
23044
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
23045
+ */
23046
+ isAiGenerated?: boolean | null;
22807
23047
  } | null;
22808
23048
  THREADS?: {
22809
23049
  text?: string | null;
package/dist/index.d.ts CHANGED
@@ -1561,6 +1561,10 @@ type PostGetByReferenceKeyResponse = {
1561
1561
  text?: string | null;
1562
1562
  uploadIds?: Array<(string)> | null;
1563
1563
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
1564
+ /**
1565
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
1566
+ */
1567
+ isAiGenerated?: boolean | null;
1564
1568
  } | null;
1565
1569
  PINTEREST?: {
1566
1570
  text?: string | null;
@@ -1587,6 +1591,10 @@ type PostGetByReferenceKeyResponse = {
1587
1591
  * The dominant color of the image. This is used to display the image before it's loaded.
1588
1592
  */
1589
1593
  dominantColor?: string | null;
1594
+ /**
1595
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
1596
+ */
1597
+ isAiGenerated?: boolean | null;
1590
1598
  } | null;
1591
1599
  FACEBOOK?: {
1592
1600
  type?: 'POST' | 'REEL' | 'STORY';
@@ -1682,6 +1690,10 @@ type PostGetByReferenceKeyResponse = {
1682
1690
  */
1683
1691
  videoOriginalSoundVolume?: number | null;
1684
1692
  } | null;
1693
+ /**
1694
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
1695
+ */
1696
+ isAiGenerated?: boolean | null;
1685
1697
  } | null;
1686
1698
  THREADS?: {
1687
1699
  text?: string | null;
@@ -2324,6 +2336,10 @@ type PostGetResponse = {
2324
2336
  text?: string | null;
2325
2337
  uploadIds?: Array<(string)> | null;
2326
2338
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
2339
+ /**
2340
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
2341
+ */
2342
+ isAiGenerated?: boolean | null;
2327
2343
  } | null;
2328
2344
  PINTEREST?: {
2329
2345
  text?: string | null;
@@ -2350,6 +2366,10 @@ type PostGetResponse = {
2350
2366
  * The dominant color of the image. This is used to display the image before it's loaded.
2351
2367
  */
2352
2368
  dominantColor?: string | null;
2369
+ /**
2370
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
2371
+ */
2372
+ isAiGenerated?: boolean | null;
2353
2373
  } | null;
2354
2374
  FACEBOOK?: {
2355
2375
  type?: 'POST' | 'REEL' | 'STORY';
@@ -2445,6 +2465,10 @@ type PostGetResponse = {
2445
2465
  */
2446
2466
  videoOriginalSoundVolume?: number | null;
2447
2467
  } | null;
2468
+ /**
2469
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
2470
+ */
2471
+ isAiGenerated?: boolean | null;
2448
2472
  } | null;
2449
2473
  THREADS?: {
2450
2474
  text?: string | null;
@@ -3086,6 +3110,10 @@ type PostUpdateData = {
3086
3110
  text?: string | null;
3087
3111
  uploadIds?: Array<(string)> | null;
3088
3112
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
3113
+ /**
3114
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
3115
+ */
3116
+ isAiGenerated?: boolean | null;
3089
3117
  } | null;
3090
3118
  PINTEREST?: {
3091
3119
  text?: string | null;
@@ -3112,6 +3140,10 @@ type PostUpdateData = {
3112
3140
  * The dominant color of the image. This is used to display the image before it's loaded.
3113
3141
  */
3114
3142
  dominantColor?: string | null;
3143
+ /**
3144
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
3145
+ */
3146
+ isAiGenerated?: boolean | null;
3115
3147
  } | null;
3116
3148
  FACEBOOK?: {
3117
3149
  type?: 'POST' | 'REEL' | 'STORY';
@@ -3207,6 +3239,10 @@ type PostUpdateData = {
3207
3239
  */
3208
3240
  videoOriginalSoundVolume?: number | null;
3209
3241
  } | null;
3242
+ /**
3243
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
3244
+ */
3245
+ isAiGenerated?: boolean | null;
3210
3246
  } | null;
3211
3247
  THREADS?: {
3212
3248
  text?: string | null;
@@ -3503,6 +3539,10 @@ type PostUpdateResponse = {
3503
3539
  text?: string | null;
3504
3540
  uploadIds?: Array<(string)> | null;
3505
3541
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
3542
+ /**
3543
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
3544
+ */
3545
+ isAiGenerated?: boolean | null;
3506
3546
  } | null;
3507
3547
  PINTEREST?: {
3508
3548
  text?: string | null;
@@ -3529,6 +3569,10 @@ type PostUpdateResponse = {
3529
3569
  * The dominant color of the image. This is used to display the image before it's loaded.
3530
3570
  */
3531
3571
  dominantColor?: string | null;
3572
+ /**
3573
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
3574
+ */
3575
+ isAiGenerated?: boolean | null;
3532
3576
  } | null;
3533
3577
  FACEBOOK?: {
3534
3578
  type?: 'POST' | 'REEL' | 'STORY';
@@ -3624,6 +3668,10 @@ type PostUpdateResponse = {
3624
3668
  */
3625
3669
  videoOriginalSoundVolume?: number | null;
3626
3670
  } | null;
3671
+ /**
3672
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
3673
+ */
3674
+ isAiGenerated?: boolean | null;
3627
3675
  } | null;
3628
3676
  THREADS?: {
3629
3677
  text?: string | null;
@@ -4190,6 +4238,10 @@ type PostDeleteResponse = {
4190
4238
  text?: string | null;
4191
4239
  uploadIds?: Array<(string)> | null;
4192
4240
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
4241
+ /**
4242
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
4243
+ */
4244
+ isAiGenerated?: boolean | null;
4193
4245
  } | null;
4194
4246
  PINTEREST?: {
4195
4247
  text?: string | null;
@@ -4216,6 +4268,10 @@ type PostDeleteResponse = {
4216
4268
  * The dominant color of the image. This is used to display the image before it's loaded.
4217
4269
  */
4218
4270
  dominantColor?: string | null;
4271
+ /**
4272
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
4273
+ */
4274
+ isAiGenerated?: boolean | null;
4219
4275
  } | null;
4220
4276
  FACEBOOK?: {
4221
4277
  type?: 'POST' | 'REEL' | 'STORY';
@@ -4311,6 +4367,10 @@ type PostDeleteResponse = {
4311
4367
  */
4312
4368
  videoOriginalSoundVolume?: number | null;
4313
4369
  } | null;
4370
+ /**
4371
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
4372
+ */
4373
+ isAiGenerated?: boolean | null;
4314
4374
  } | null;
4315
4375
  THREADS?: {
4316
4376
  text?: string | null;
@@ -4887,6 +4947,10 @@ type PostGetListResponse = {
4887
4947
  text?: string | null;
4888
4948
  uploadIds?: Array<(string)> | null;
4889
4949
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
4950
+ /**
4951
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
4952
+ */
4953
+ isAiGenerated?: boolean | null;
4890
4954
  } | null;
4891
4955
  PINTEREST?: {
4892
4956
  text?: string | null;
@@ -4913,6 +4977,10 @@ type PostGetListResponse = {
4913
4977
  * The dominant color of the image. This is used to display the image before it's loaded.
4914
4978
  */
4915
4979
  dominantColor?: string | null;
4980
+ /**
4981
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
4982
+ */
4983
+ isAiGenerated?: boolean | null;
4916
4984
  } | null;
4917
4985
  FACEBOOK?: {
4918
4986
  type?: 'POST' | 'REEL' | 'STORY';
@@ -5008,6 +5076,10 @@ type PostGetListResponse = {
5008
5076
  */
5009
5077
  videoOriginalSoundVolume?: number | null;
5010
5078
  } | null;
5079
+ /**
5080
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
5081
+ */
5082
+ isAiGenerated?: boolean | null;
5011
5083
  } | null;
5012
5084
  THREADS?: {
5013
5085
  text?: string | null;
@@ -5651,6 +5723,10 @@ type PostCreateData = {
5651
5723
  text?: string | null;
5652
5724
  uploadIds?: Array<(string)> | null;
5653
5725
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
5726
+ /**
5727
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
5728
+ */
5729
+ isAiGenerated?: boolean | null;
5654
5730
  } | null;
5655
5731
  PINTEREST?: {
5656
5732
  text?: string | null;
@@ -5677,6 +5753,10 @@ type PostCreateData = {
5677
5753
  * The dominant color of the image. This is used to display the image before it's loaded.
5678
5754
  */
5679
5755
  dominantColor?: string | null;
5756
+ /**
5757
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
5758
+ */
5759
+ isAiGenerated?: boolean | null;
5680
5760
  } | null;
5681
5761
  FACEBOOK?: {
5682
5762
  type?: 'POST' | 'REEL' | 'STORY';
@@ -5772,6 +5852,10 @@ type PostCreateData = {
5772
5852
  */
5773
5853
  videoOriginalSoundVolume?: number | null;
5774
5854
  } | null;
5855
+ /**
5856
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
5857
+ */
5858
+ isAiGenerated?: boolean | null;
5775
5859
  } | null;
5776
5860
  THREADS?: {
5777
5861
  text?: string | null;
@@ -6068,6 +6152,10 @@ type PostCreateResponse = {
6068
6152
  text?: string | null;
6069
6153
  uploadIds?: Array<(string)> | null;
6070
6154
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
6155
+ /**
6156
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
6157
+ */
6158
+ isAiGenerated?: boolean | null;
6071
6159
  } | null;
6072
6160
  PINTEREST?: {
6073
6161
  text?: string | null;
@@ -6094,6 +6182,10 @@ type PostCreateResponse = {
6094
6182
  * The dominant color of the image. This is used to display the image before it's loaded.
6095
6183
  */
6096
6184
  dominantColor?: string | null;
6185
+ /**
6186
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
6187
+ */
6188
+ isAiGenerated?: boolean | null;
6097
6189
  } | null;
6098
6190
  FACEBOOK?: {
6099
6191
  type?: 'POST' | 'REEL' | 'STORY';
@@ -6189,6 +6281,10 @@ type PostCreateResponse = {
6189
6281
  */
6190
6282
  videoOriginalSoundVolume?: number | null;
6191
6283
  } | null;
6284
+ /**
6285
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
6286
+ */
6287
+ isAiGenerated?: boolean | null;
6192
6288
  } | null;
6193
6289
  THREADS?: {
6194
6290
  text?: string | null;
@@ -6755,6 +6851,10 @@ type PostRetryResponse = {
6755
6851
  text?: string | null;
6756
6852
  uploadIds?: Array<(string)> | null;
6757
6853
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
6854
+ /**
6855
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
6856
+ */
6857
+ isAiGenerated?: boolean | null;
6758
6858
  } | null;
6759
6859
  PINTEREST?: {
6760
6860
  text?: string | null;
@@ -6781,6 +6881,10 @@ type PostRetryResponse = {
6781
6881
  * The dominant color of the image. This is used to display the image before it's loaded.
6782
6882
  */
6783
6883
  dominantColor?: string | null;
6884
+ /**
6885
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
6886
+ */
6887
+ isAiGenerated?: boolean | null;
6784
6888
  } | null;
6785
6889
  FACEBOOK?: {
6786
6890
  type?: 'POST' | 'REEL' | 'STORY';
@@ -6876,6 +6980,10 @@ type PostRetryResponse = {
6876
6980
  */
6877
6981
  videoOriginalSoundVolume?: number | null;
6878
6982
  } | null;
6983
+ /**
6984
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
6985
+ */
6986
+ isAiGenerated?: boolean | null;
6879
6987
  } | null;
6880
6988
  THREADS?: {
6881
6989
  text?: string | null;
@@ -7509,6 +7617,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7509
7617
  text?: string | null;
7510
7618
  uploadIds?: Array<(string)> | null;
7511
7619
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
7620
+ /**
7621
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
7622
+ */
7623
+ isAiGenerated?: boolean | null;
7512
7624
  } | null;
7513
7625
  PINTEREST?: {
7514
7626
  text?: string | null;
@@ -7535,6 +7647,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7535
7647
  * The dominant color of the image. This is used to display the image before it's loaded.
7536
7648
  */
7537
7649
  dominantColor?: string | null;
7650
+ /**
7651
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
7652
+ */
7653
+ isAiGenerated?: boolean | null;
7538
7654
  } | null;
7539
7655
  FACEBOOK?: {
7540
7656
  type?: 'POST' | 'REEL' | 'STORY';
@@ -7630,6 +7746,10 @@ type AnalyticsGetPostAnalyticsResponse = {
7630
7746
  */
7631
7747
  videoOriginalSoundVolume?: number | null;
7632
7748
  } | null;
7749
+ /**
7750
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
7751
+ */
7752
+ isAiGenerated?: boolean | null;
7633
7753
  } | null;
7634
7754
  THREADS?: {
7635
7755
  text?: string | null;
@@ -8296,6 +8416,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8296
8416
  text?: string | null;
8297
8417
  uploadIds?: Array<(string)> | null;
8298
8418
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
8419
+ /**
8420
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
8421
+ */
8422
+ isAiGenerated?: boolean | null;
8299
8423
  } | null;
8300
8424
  PINTEREST?: {
8301
8425
  text?: string | null;
@@ -8322,6 +8446,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8322
8446
  * The dominant color of the image. This is used to display the image before it's loaded.
8323
8447
  */
8324
8448
  dominantColor?: string | null;
8449
+ /**
8450
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
8451
+ */
8452
+ isAiGenerated?: boolean | null;
8325
8453
  } | null;
8326
8454
  FACEBOOK?: {
8327
8455
  type?: 'POST' | 'REEL' | 'STORY';
@@ -8417,6 +8545,10 @@ type AnalyticsGetPostAnalyticsRawResponse = {
8417
8545
  */
8418
8546
  videoOriginalSoundVolume?: number | null;
8419
8547
  } | null;
8548
+ /**
8549
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
8550
+ */
8551
+ isAiGenerated?: boolean | null;
8420
8552
  } | null;
8421
8553
  THREADS?: {
8422
8554
  text?: string | null;
@@ -16247,6 +16379,10 @@ type $OpenApiTs = {
16247
16379
  text?: string | null;
16248
16380
  uploadIds?: Array<(string)> | null;
16249
16381
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
16382
+ /**
16383
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
16384
+ */
16385
+ isAiGenerated?: boolean | null;
16250
16386
  } | null;
16251
16387
  PINTEREST?: {
16252
16388
  text?: string | null;
@@ -16273,6 +16409,10 @@ type $OpenApiTs = {
16273
16409
  * The dominant color of the image. This is used to display the image before it's loaded.
16274
16410
  */
16275
16411
  dominantColor?: string | null;
16412
+ /**
16413
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
16414
+ */
16415
+ isAiGenerated?: boolean | null;
16276
16416
  } | null;
16277
16417
  FACEBOOK?: {
16278
16418
  type?: 'POST' | 'REEL' | 'STORY';
@@ -16368,6 +16508,10 @@ type $OpenApiTs = {
16368
16508
  */
16369
16509
  videoOriginalSoundVolume?: number | null;
16370
16510
  } | null;
16511
+ /**
16512
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
16513
+ */
16514
+ isAiGenerated?: boolean | null;
16371
16515
  } | null;
16372
16516
  THREADS?: {
16373
16517
  text?: string | null;
@@ -17064,6 +17208,10 @@ type $OpenApiTs = {
17064
17208
  text?: string | null;
17065
17209
  uploadIds?: Array<(string)> | null;
17066
17210
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
17211
+ /**
17212
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
17213
+ */
17214
+ isAiGenerated?: boolean | null;
17067
17215
  } | null;
17068
17216
  PINTEREST?: {
17069
17217
  text?: string | null;
@@ -17090,6 +17238,10 @@ type $OpenApiTs = {
17090
17238
  * The dominant color of the image. This is used to display the image before it's loaded.
17091
17239
  */
17092
17240
  dominantColor?: string | null;
17241
+ /**
17242
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
17243
+ */
17244
+ isAiGenerated?: boolean | null;
17093
17245
  } | null;
17094
17246
  FACEBOOK?: {
17095
17247
  type?: 'POST' | 'REEL' | 'STORY';
@@ -17185,6 +17337,10 @@ type $OpenApiTs = {
17185
17337
  */
17186
17338
  videoOriginalSoundVolume?: number | null;
17187
17339
  } | null;
17340
+ /**
17341
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
17342
+ */
17343
+ isAiGenerated?: boolean | null;
17188
17344
  } | null;
17189
17345
  THREADS?: {
17190
17346
  text?: string | null;
@@ -17879,6 +18035,10 @@ type $OpenApiTs = {
17879
18035
  text?: string | null;
17880
18036
  uploadIds?: Array<(string)> | null;
17881
18037
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
18038
+ /**
18039
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
18040
+ */
18041
+ isAiGenerated?: boolean | null;
17882
18042
  } | null;
17883
18043
  PINTEREST?: {
17884
18044
  text?: string | null;
@@ -17905,6 +18065,10 @@ type $OpenApiTs = {
17905
18065
  * The dominant color of the image. This is used to display the image before it's loaded.
17906
18066
  */
17907
18067
  dominantColor?: string | null;
18068
+ /**
18069
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
18070
+ */
18071
+ isAiGenerated?: boolean | null;
17908
18072
  } | null;
17909
18073
  FACEBOOK?: {
17910
18074
  type?: 'POST' | 'REEL' | 'STORY';
@@ -18000,6 +18164,10 @@ type $OpenApiTs = {
18000
18164
  */
18001
18165
  videoOriginalSoundVolume?: number | null;
18002
18166
  } | null;
18167
+ /**
18168
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
18169
+ */
18170
+ isAiGenerated?: boolean | null;
18003
18171
  } | null;
18004
18172
  THREADS?: {
18005
18173
  text?: string | null;
@@ -18625,6 +18793,10 @@ type $OpenApiTs = {
18625
18793
  text?: string | null;
18626
18794
  uploadIds?: Array<(string)> | null;
18627
18795
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
18796
+ /**
18797
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
18798
+ */
18799
+ isAiGenerated?: boolean | null;
18628
18800
  } | null;
18629
18801
  PINTEREST?: {
18630
18802
  text?: string | null;
@@ -18651,6 +18823,10 @@ type $OpenApiTs = {
18651
18823
  * The dominant color of the image. This is used to display the image before it's loaded.
18652
18824
  */
18653
18825
  dominantColor?: string | null;
18826
+ /**
18827
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
18828
+ */
18829
+ isAiGenerated?: boolean | null;
18654
18830
  } | null;
18655
18831
  FACEBOOK?: {
18656
18832
  type?: 'POST' | 'REEL' | 'STORY';
@@ -18746,6 +18922,10 @@ type $OpenApiTs = {
18746
18922
  */
18747
18923
  videoOriginalSoundVolume?: number | null;
18748
18924
  } | null;
18925
+ /**
18926
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
18927
+ */
18928
+ isAiGenerated?: boolean | null;
18749
18929
  } | null;
18750
18930
  THREADS?: {
18751
18931
  text?: string | null;
@@ -19367,6 +19547,10 @@ type $OpenApiTs = {
19367
19547
  text?: string | null;
19368
19548
  uploadIds?: Array<(string)> | null;
19369
19549
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
19550
+ /**
19551
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
19552
+ */
19553
+ isAiGenerated?: boolean | null;
19370
19554
  } | null;
19371
19555
  PINTEREST?: {
19372
19556
  text?: string | null;
@@ -19393,6 +19577,10 @@ type $OpenApiTs = {
19393
19577
  * The dominant color of the image. This is used to display the image before it's loaded.
19394
19578
  */
19395
19579
  dominantColor?: string | null;
19580
+ /**
19581
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
19582
+ */
19583
+ isAiGenerated?: boolean | null;
19396
19584
  } | null;
19397
19585
  FACEBOOK?: {
19398
19586
  type?: 'POST' | 'REEL' | 'STORY';
@@ -19488,6 +19676,10 @@ type $OpenApiTs = {
19488
19676
  */
19489
19677
  videoOriginalSoundVolume?: number | null;
19490
19678
  } | null;
19679
+ /**
19680
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
19681
+ */
19682
+ isAiGenerated?: boolean | null;
19491
19683
  } | null;
19492
19684
  THREADS?: {
19493
19685
  text?: string | null;
@@ -20184,6 +20376,10 @@ type $OpenApiTs = {
20184
20376
  text?: string | null;
20185
20377
  uploadIds?: Array<(string)> | null;
20186
20378
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
20379
+ /**
20380
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
20381
+ */
20382
+ isAiGenerated?: boolean | null;
20187
20383
  } | null;
20188
20384
  PINTEREST?: {
20189
20385
  text?: string | null;
@@ -20210,6 +20406,10 @@ type $OpenApiTs = {
20210
20406
  * The dominant color of the image. This is used to display the image before it's loaded.
20211
20407
  */
20212
20408
  dominantColor?: string | null;
20409
+ /**
20410
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
20411
+ */
20412
+ isAiGenerated?: boolean | null;
20213
20413
  } | null;
20214
20414
  FACEBOOK?: {
20215
20415
  type?: 'POST' | 'REEL' | 'STORY';
@@ -20305,6 +20505,10 @@ type $OpenApiTs = {
20305
20505
  */
20306
20506
  videoOriginalSoundVolume?: number | null;
20307
20507
  } | null;
20508
+ /**
20509
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
20510
+ */
20511
+ isAiGenerated?: boolean | null;
20308
20512
  } | null;
20309
20513
  THREADS?: {
20310
20514
  text?: string | null;
@@ -20932,6 +21136,10 @@ type $OpenApiTs = {
20932
21136
  text?: string | null;
20933
21137
  uploadIds?: Array<(string)> | null;
20934
21138
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
21139
+ /**
21140
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
21141
+ */
21142
+ isAiGenerated?: boolean | null;
20935
21143
  } | null;
20936
21144
  PINTEREST?: {
20937
21145
  text?: string | null;
@@ -20958,6 +21166,10 @@ type $OpenApiTs = {
20958
21166
  * The dominant color of the image. This is used to display the image before it's loaded.
20959
21167
  */
20960
21168
  dominantColor?: string | null;
21169
+ /**
21170
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
21171
+ */
21172
+ isAiGenerated?: boolean | null;
20961
21173
  } | null;
20962
21174
  FACEBOOK?: {
20963
21175
  type?: 'POST' | 'REEL' | 'STORY';
@@ -21053,6 +21265,10 @@ type $OpenApiTs = {
21053
21265
  */
21054
21266
  videoOriginalSoundVolume?: number | null;
21055
21267
  } | null;
21268
+ /**
21269
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
21270
+ */
21271
+ isAiGenerated?: boolean | null;
21056
21272
  } | null;
21057
21273
  THREADS?: {
21058
21274
  text?: string | null;
@@ -21791,6 +22007,10 @@ type $OpenApiTs = {
21791
22007
  text?: string | null;
21792
22008
  uploadIds?: Array<(string)> | null;
21793
22009
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
22010
+ /**
22011
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
22012
+ */
22013
+ isAiGenerated?: boolean | null;
21794
22014
  } | null;
21795
22015
  PINTEREST?: {
21796
22016
  text?: string | null;
@@ -21817,6 +22037,10 @@ type $OpenApiTs = {
21817
22037
  * The dominant color of the image. This is used to display the image before it's loaded.
21818
22038
  */
21819
22039
  dominantColor?: string | null;
22040
+ /**
22041
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
22042
+ */
22043
+ isAiGenerated?: boolean | null;
21820
22044
  } | null;
21821
22045
  FACEBOOK?: {
21822
22046
  type?: 'POST' | 'REEL' | 'STORY';
@@ -21912,6 +22136,10 @@ type $OpenApiTs = {
21912
22136
  */
21913
22137
  videoOriginalSoundVolume?: number | null;
21914
22138
  } | null;
22139
+ /**
22140
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
22141
+ */
22142
+ isAiGenerated?: boolean | null;
21915
22143
  } | null;
21916
22144
  THREADS?: {
21917
22145
  text?: string | null;
@@ -22683,6 +22911,10 @@ type $OpenApiTs = {
22683
22911
  text?: string | null;
22684
22912
  uploadIds?: Array<(string)> | null;
22685
22913
  replySettings?: 'EVERYONE' | 'FOLLOWING' | 'MENTIONED_USERS' | 'SUBSCRIBERS' | 'VERIFIED' | null;
22914
+ /**
22915
+ * Set to true if the post contains AI-generated media. Adds X's 'made with AI' label.
22916
+ */
22917
+ isAiGenerated?: boolean | null;
22686
22918
  } | null;
22687
22919
  PINTEREST?: {
22688
22920
  text?: string | null;
@@ -22709,6 +22941,10 @@ type $OpenApiTs = {
22709
22941
  * The dominant color of the image. This is used to display the image before it's loaded.
22710
22942
  */
22711
22943
  dominantColor?: string | null;
22944
+ /**
22945
+ * Set to true if the Pin content was generated or modified by AI. Adds Pinterest's AI disclosure label.
22946
+ */
22947
+ isAiGenerated?: boolean | null;
22712
22948
  } | null;
22713
22949
  FACEBOOK?: {
22714
22950
  type?: 'POST' | 'REEL' | 'STORY';
@@ -22804,6 +23040,10 @@ type $OpenApiTs = {
22804
23040
  */
22805
23041
  videoOriginalSoundVolume?: number | null;
22806
23042
  } | null;
23043
+ /**
23044
+ * Set to true if the content was generated or modified by AI. Adds Instagram's AI content label.
23045
+ */
23046
+ isAiGenerated?: boolean | null;
22807
23047
  } | null;
22808
23048
  THREADS?: {
22809
23049
  text?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.59.0",
3
+ "version": "2.60.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",