bundlesocial 2.19.0 → 2.21.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
@@ -98,6 +98,7 @@ type OrganizationGetOrganizationResponse = {
98
98
  } | null;
99
99
  apiAccess?: boolean;
100
100
  analyticsDisabled?: boolean;
101
+ analyticsPostsDisabled?: boolean;
101
102
  createdAt: string | null;
102
103
  updatedAt: string | null;
103
104
  deletedAt?: string | null;
@@ -266,6 +267,7 @@ type TeamGetTeamResponse = {
266
267
  } | null;
267
268
  apiAccess?: boolean;
268
269
  analyticsDisabled?: boolean;
270
+ analyticsPostsDisabled?: boolean;
269
271
  createdAt: string | null;
270
272
  updatedAt: string | null;
271
273
  deletedAt?: string | null;
@@ -313,6 +315,8 @@ type TeamGetTeamResponse = {
313
315
  url?: string | null;
314
316
  } | null;
315
317
  }> | null;
318
+ mastodonServerId?: string | null;
319
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
316
320
  createdAt: string | null;
317
321
  updatedAt: string | null;
318
322
  deletedAt?: string | null;
@@ -425,6 +429,7 @@ type TeamGetListResponse = {
425
429
  } | null;
426
430
  apiAccess?: boolean;
427
431
  analyticsDisabled?: boolean;
432
+ analyticsPostsDisabled?: boolean;
428
433
  createdAt: string | null;
429
434
  updatedAt: string | null;
430
435
  deletedAt?: string | null;
@@ -472,6 +477,8 @@ type TeamGetListResponse = {
472
477
  url?: string | null;
473
478
  } | null;
474
479
  }> | null;
480
+ mastodonServerId?: string | null;
481
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
475
482
  createdAt: string | null;
476
483
  updatedAt: string | null;
477
484
  deletedAt?: string | null;
@@ -548,6 +555,10 @@ type SocialAccountConnectData = {
548
555
  * Mastodon only
549
556
  */
550
557
  serverUrl?: string;
558
+ /**
559
+ * Instagram only - connection method
560
+ */
561
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM';
551
562
  };
552
563
  };
553
564
  type SocialAccountConnectResponse = {
@@ -586,6 +597,8 @@ type SocialAccountDisconnectResponse = {
586
597
  url?: string | null;
587
598
  } | null;
588
599
  }> | null;
600
+ mastodonServerId?: string | null;
601
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
589
602
  createdAt: string | null;
590
603
  updatedAt: string | null;
591
604
  deletedAt?: string | null;
@@ -621,6 +634,8 @@ type SocialAccountSetChannelResponse = {
621
634
  url?: string | null;
622
635
  } | null;
623
636
  }> | null;
637
+ mastodonServerId?: string | null;
638
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
624
639
  createdAt: string | null;
625
640
  updatedAt: string | null;
626
641
  deletedAt?: string | null;
@@ -655,6 +670,8 @@ type SocialAccountRefreshChannelsResponse = {
655
670
  url?: string | null;
656
671
  } | null;
657
672
  }> | null;
673
+ mastodonServerId?: string | null;
674
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
658
675
  createdAt: string | null;
659
676
  updatedAt: string | null;
660
677
  deletedAt?: string | null;
@@ -670,6 +687,13 @@ type SocialAccountCreatePortalLinkData = {
670
687
  logoUrl?: string;
671
688
  userLogoUrl?: string;
672
689
  userName?: string;
690
+ goBackButtonText?: string;
691
+ hidePoweredBy?: boolean;
692
+ hideGoBackButton?: boolean;
693
+ hideUserLogo?: boolean;
694
+ hideUserName?: boolean;
695
+ hideLanguageSwitcher?: boolean;
696
+ language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
673
697
  };
674
698
  };
675
699
  type SocialAccountCreatePortalLinkResponse = {
@@ -710,6 +734,8 @@ type SocialAccountCopyResponse = Array<{
710
734
  url?: string | null;
711
735
  } | null;
712
736
  }> | null;
737
+ mastodonServerId?: string | null;
738
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
713
739
  createdAt: string | null;
714
740
  updatedAt: string | null;
715
741
  deletedAt?: string | null;
@@ -1254,6 +1280,8 @@ type PostGetResponse = {
1254
1280
  url?: string | null;
1255
1281
  } | null;
1256
1282
  }> | null;
1283
+ mastodonServerId?: string | null;
1284
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
1257
1285
  createdAt: string | null;
1258
1286
  updatedAt: string | null;
1259
1287
  deletedAt?: string | null;
@@ -2419,6 +2447,8 @@ type PostGetListResponse = {
2419
2447
  url?: string | null;
2420
2448
  } | null;
2421
2449
  }> | null;
2450
+ mastodonServerId?: string | null;
2451
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
2422
2452
  createdAt: string | null;
2423
2453
  updatedAt: string | null;
2424
2454
  deletedAt?: string | null;
@@ -2935,7 +2965,7 @@ type PostCreateResponse = {
2935
2965
  deletedAt?: string | null;
2936
2966
  };
2937
2967
  type AnalyticsGetSocialAccountAnalyticsData = {
2938
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
2968
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
2939
2969
  teamId: string;
2940
2970
  };
2941
2971
  type AnalyticsGetSocialAccountAnalyticsResponse = {
@@ -2960,6 +2990,8 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
2960
2990
  url?: string | null;
2961
2991
  } | null;
2962
2992
  }> | null;
2993
+ mastodonServerId?: string | null;
2994
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
2963
2995
  createdAt: string | null;
2964
2996
  updatedAt: string | null;
2965
2997
  deletedAt?: string | null;
@@ -2982,7 +3014,7 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
2982
3014
  }>;
2983
3015
  };
2984
3016
  type AnalyticsGetPostAnalyticsData = {
2985
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3017
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
2986
3018
  postId: string;
2987
3019
  };
2988
3020
  type AnalyticsGetPostAnalyticsResponse = {
@@ -3297,7 +3329,7 @@ type AnalyticsGetPostAnalyticsResponse = {
3297
3329
  }>;
3298
3330
  };
3299
3331
  type AnalyticsGetSocialAccountAnalyticsRawData = {
3300
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3332
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
3301
3333
  teamId: string;
3302
3334
  };
3303
3335
  type AnalyticsGetSocialAccountAnalyticsRawResponse = {
@@ -3322,6 +3354,8 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
3322
3354
  url?: string | null;
3323
3355
  } | null;
3324
3356
  }> | null;
3357
+ mastodonServerId?: string | null;
3358
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
3325
3359
  createdAt: string | null;
3326
3360
  updatedAt: string | null;
3327
3361
  deletedAt?: string | null;
@@ -3337,7 +3371,7 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
3337
3371
  }>;
3338
3372
  };
3339
3373
  type AnalyticsGetPostAnalyticsRawData = {
3340
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3374
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
3341
3375
  postId: string;
3342
3376
  };
3343
3377
  type AnalyticsGetPostAnalyticsRawResponse = {
@@ -4736,6 +4770,7 @@ type $OpenApiTs = {
4736
4770
  } | null;
4737
4771
  apiAccess?: boolean;
4738
4772
  analyticsDisabled?: boolean;
4773
+ analyticsPostsDisabled?: boolean;
4739
4774
  createdAt: string | null;
4740
4775
  updatedAt: string | null;
4741
4776
  deletedAt?: string | null;
@@ -4951,6 +4986,7 @@ type $OpenApiTs = {
4951
4986
  } | null;
4952
4987
  apiAccess?: boolean;
4953
4988
  analyticsDisabled?: boolean;
4989
+ analyticsPostsDisabled?: boolean;
4954
4990
  createdAt: string | null;
4955
4991
  updatedAt: string | null;
4956
4992
  deletedAt?: string | null;
@@ -4998,6 +5034,8 @@ type $OpenApiTs = {
4998
5034
  url?: string | null;
4999
5035
  } | null;
5000
5036
  }> | null;
5037
+ mastodonServerId?: string | null;
5038
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5001
5039
  createdAt: string | null;
5002
5040
  updatedAt: string | null;
5003
5041
  deletedAt?: string | null;
@@ -5239,6 +5277,7 @@ type $OpenApiTs = {
5239
5277
  } | null;
5240
5278
  apiAccess?: boolean;
5241
5279
  analyticsDisabled?: boolean;
5280
+ analyticsPostsDisabled?: boolean;
5242
5281
  createdAt: string | null;
5243
5282
  updatedAt: string | null;
5244
5283
  deletedAt?: string | null;
@@ -5286,6 +5325,8 @@ type $OpenApiTs = {
5286
5325
  url?: string | null;
5287
5326
  } | null;
5288
5327
  }> | null;
5328
+ mastodonServerId?: string | null;
5329
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5289
5330
  createdAt: string | null;
5290
5331
  updatedAt: string | null;
5291
5332
  deletedAt?: string | null;
@@ -5515,6 +5556,8 @@ type $OpenApiTs = {
5515
5556
  url?: string | null;
5516
5557
  } | null;
5517
5558
  }> | null;
5559
+ mastodonServerId?: string | null;
5560
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5518
5561
  createdAt: string | null;
5519
5562
  updatedAt: string | null;
5520
5563
  deletedAt?: string | null;
@@ -5590,6 +5633,8 @@ type $OpenApiTs = {
5590
5633
  url?: string | null;
5591
5634
  } | null;
5592
5635
  }> | null;
5636
+ mastodonServerId?: string | null;
5637
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5593
5638
  createdAt: string | null;
5594
5639
  updatedAt: string | null;
5595
5640
  deletedAt?: string | null;
@@ -5665,6 +5710,8 @@ type $OpenApiTs = {
5665
5710
  url?: string | null;
5666
5711
  } | null;
5667
5712
  }> | null;
5713
+ mastodonServerId?: string | null;
5714
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5668
5715
  createdAt: string | null;
5669
5716
  updatedAt: string | null;
5670
5717
  deletedAt?: string | null;
@@ -5793,6 +5840,8 @@ type $OpenApiTs = {
5793
5840
  url?: string | null;
5794
5841
  } | null;
5795
5842
  }> | null;
5843
+ mastodonServerId?: string | null;
5844
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5796
5845
  createdAt: string | null;
5797
5846
  updatedAt: string | null;
5798
5847
  deletedAt?: string | null;
@@ -6681,6 +6730,8 @@ type $OpenApiTs = {
6681
6730
  url?: string | null;
6682
6731
  } | null;
6683
6732
  }> | null;
6733
+ mastodonServerId?: string | null;
6734
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
6684
6735
  createdAt: string | null;
6685
6736
  updatedAt: string | null;
6686
6737
  deletedAt?: string | null;
@@ -7764,6 +7815,8 @@ type $OpenApiTs = {
7764
7815
  url?: string | null;
7765
7816
  } | null;
7766
7817
  }> | null;
7818
+ mastodonServerId?: string | null;
7819
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
7767
7820
  createdAt: string | null;
7768
7821
  updatedAt: string | null;
7769
7822
  deletedAt?: string | null;
@@ -8184,6 +8237,8 @@ type $OpenApiTs = {
8184
8237
  url?: string | null;
8185
8238
  } | null;
8186
8239
  }> | null;
8240
+ mastodonServerId?: string | null;
8241
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
8187
8242
  createdAt: string | null;
8188
8243
  updatedAt: string | null;
8189
8244
  deletedAt?: string | null;
@@ -8638,6 +8693,8 @@ type $OpenApiTs = {
8638
8693
  url?: string | null;
8639
8694
  } | null;
8640
8695
  }> | null;
8696
+ mastodonServerId?: string | null;
8697
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
8641
8698
  createdAt: string | null;
8642
8699
  updatedAt: string | null;
8643
8700
  deletedAt?: string | null;
package/dist/index.d.ts CHANGED
@@ -98,6 +98,7 @@ type OrganizationGetOrganizationResponse = {
98
98
  } | null;
99
99
  apiAccess?: boolean;
100
100
  analyticsDisabled?: boolean;
101
+ analyticsPostsDisabled?: boolean;
101
102
  createdAt: string | null;
102
103
  updatedAt: string | null;
103
104
  deletedAt?: string | null;
@@ -266,6 +267,7 @@ type TeamGetTeamResponse = {
266
267
  } | null;
267
268
  apiAccess?: boolean;
268
269
  analyticsDisabled?: boolean;
270
+ analyticsPostsDisabled?: boolean;
269
271
  createdAt: string | null;
270
272
  updatedAt: string | null;
271
273
  deletedAt?: string | null;
@@ -313,6 +315,8 @@ type TeamGetTeamResponse = {
313
315
  url?: string | null;
314
316
  } | null;
315
317
  }> | null;
318
+ mastodonServerId?: string | null;
319
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
316
320
  createdAt: string | null;
317
321
  updatedAt: string | null;
318
322
  deletedAt?: string | null;
@@ -425,6 +429,7 @@ type TeamGetListResponse = {
425
429
  } | null;
426
430
  apiAccess?: boolean;
427
431
  analyticsDisabled?: boolean;
432
+ analyticsPostsDisabled?: boolean;
428
433
  createdAt: string | null;
429
434
  updatedAt: string | null;
430
435
  deletedAt?: string | null;
@@ -472,6 +477,8 @@ type TeamGetListResponse = {
472
477
  url?: string | null;
473
478
  } | null;
474
479
  }> | null;
480
+ mastodonServerId?: string | null;
481
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
475
482
  createdAt: string | null;
476
483
  updatedAt: string | null;
477
484
  deletedAt?: string | null;
@@ -548,6 +555,10 @@ type SocialAccountConnectData = {
548
555
  * Mastodon only
549
556
  */
550
557
  serverUrl?: string;
558
+ /**
559
+ * Instagram only - connection method
560
+ */
561
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM';
551
562
  };
552
563
  };
553
564
  type SocialAccountConnectResponse = {
@@ -586,6 +597,8 @@ type SocialAccountDisconnectResponse = {
586
597
  url?: string | null;
587
598
  } | null;
588
599
  }> | null;
600
+ mastodonServerId?: string | null;
601
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
589
602
  createdAt: string | null;
590
603
  updatedAt: string | null;
591
604
  deletedAt?: string | null;
@@ -621,6 +634,8 @@ type SocialAccountSetChannelResponse = {
621
634
  url?: string | null;
622
635
  } | null;
623
636
  }> | null;
637
+ mastodonServerId?: string | null;
638
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
624
639
  createdAt: string | null;
625
640
  updatedAt: string | null;
626
641
  deletedAt?: string | null;
@@ -655,6 +670,8 @@ type SocialAccountRefreshChannelsResponse = {
655
670
  url?: string | null;
656
671
  } | null;
657
672
  }> | null;
673
+ mastodonServerId?: string | null;
674
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
658
675
  createdAt: string | null;
659
676
  updatedAt: string | null;
660
677
  deletedAt?: string | null;
@@ -670,6 +687,13 @@ type SocialAccountCreatePortalLinkData = {
670
687
  logoUrl?: string;
671
688
  userLogoUrl?: string;
672
689
  userName?: string;
690
+ goBackButtonText?: string;
691
+ hidePoweredBy?: boolean;
692
+ hideGoBackButton?: boolean;
693
+ hideUserLogo?: boolean;
694
+ hideUserName?: boolean;
695
+ hideLanguageSwitcher?: boolean;
696
+ language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
673
697
  };
674
698
  };
675
699
  type SocialAccountCreatePortalLinkResponse = {
@@ -710,6 +734,8 @@ type SocialAccountCopyResponse = Array<{
710
734
  url?: string | null;
711
735
  } | null;
712
736
  }> | null;
737
+ mastodonServerId?: string | null;
738
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
713
739
  createdAt: string | null;
714
740
  updatedAt: string | null;
715
741
  deletedAt?: string | null;
@@ -1254,6 +1280,8 @@ type PostGetResponse = {
1254
1280
  url?: string | null;
1255
1281
  } | null;
1256
1282
  }> | null;
1283
+ mastodonServerId?: string | null;
1284
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
1257
1285
  createdAt: string | null;
1258
1286
  updatedAt: string | null;
1259
1287
  deletedAt?: string | null;
@@ -2419,6 +2447,8 @@ type PostGetListResponse = {
2419
2447
  url?: string | null;
2420
2448
  } | null;
2421
2449
  }> | null;
2450
+ mastodonServerId?: string | null;
2451
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
2422
2452
  createdAt: string | null;
2423
2453
  updatedAt: string | null;
2424
2454
  deletedAt?: string | null;
@@ -2935,7 +2965,7 @@ type PostCreateResponse = {
2935
2965
  deletedAt?: string | null;
2936
2966
  };
2937
2967
  type AnalyticsGetSocialAccountAnalyticsData = {
2938
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
2968
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
2939
2969
  teamId: string;
2940
2970
  };
2941
2971
  type AnalyticsGetSocialAccountAnalyticsResponse = {
@@ -2960,6 +2990,8 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
2960
2990
  url?: string | null;
2961
2991
  } | null;
2962
2992
  }> | null;
2993
+ mastodonServerId?: string | null;
2994
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
2963
2995
  createdAt: string | null;
2964
2996
  updatedAt: string | null;
2965
2997
  deletedAt?: string | null;
@@ -2982,7 +3014,7 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
2982
3014
  }>;
2983
3015
  };
2984
3016
  type AnalyticsGetPostAnalyticsData = {
2985
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3017
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
2986
3018
  postId: string;
2987
3019
  };
2988
3020
  type AnalyticsGetPostAnalyticsResponse = {
@@ -3297,7 +3329,7 @@ type AnalyticsGetPostAnalyticsResponse = {
3297
3329
  }>;
3298
3330
  };
3299
3331
  type AnalyticsGetSocialAccountAnalyticsRawData = {
3300
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3332
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
3301
3333
  teamId: string;
3302
3334
  };
3303
3335
  type AnalyticsGetSocialAccountAnalyticsRawResponse = {
@@ -3322,6 +3354,8 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
3322
3354
  url?: string | null;
3323
3355
  } | null;
3324
3356
  }> | null;
3357
+ mastodonServerId?: string | null;
3358
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
3325
3359
  createdAt: string | null;
3326
3360
  updatedAt: string | null;
3327
3361
  deletedAt?: string | null;
@@ -3337,7 +3371,7 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
3337
3371
  }>;
3338
3372
  };
3339
3373
  type AnalyticsGetPostAnalyticsRawData = {
3340
- platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON';
3374
+ platformType: 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'THREADS' | 'REDDIT' | 'PINTEREST' | 'MASTODON' | 'LINKEDIN';
3341
3375
  postId: string;
3342
3376
  };
3343
3377
  type AnalyticsGetPostAnalyticsRawResponse = {
@@ -4736,6 +4770,7 @@ type $OpenApiTs = {
4736
4770
  } | null;
4737
4771
  apiAccess?: boolean;
4738
4772
  analyticsDisabled?: boolean;
4773
+ analyticsPostsDisabled?: boolean;
4739
4774
  createdAt: string | null;
4740
4775
  updatedAt: string | null;
4741
4776
  deletedAt?: string | null;
@@ -4951,6 +4986,7 @@ type $OpenApiTs = {
4951
4986
  } | null;
4952
4987
  apiAccess?: boolean;
4953
4988
  analyticsDisabled?: boolean;
4989
+ analyticsPostsDisabled?: boolean;
4954
4990
  createdAt: string | null;
4955
4991
  updatedAt: string | null;
4956
4992
  deletedAt?: string | null;
@@ -4998,6 +5034,8 @@ type $OpenApiTs = {
4998
5034
  url?: string | null;
4999
5035
  } | null;
5000
5036
  }> | null;
5037
+ mastodonServerId?: string | null;
5038
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5001
5039
  createdAt: string | null;
5002
5040
  updatedAt: string | null;
5003
5041
  deletedAt?: string | null;
@@ -5239,6 +5277,7 @@ type $OpenApiTs = {
5239
5277
  } | null;
5240
5278
  apiAccess?: boolean;
5241
5279
  analyticsDisabled?: boolean;
5280
+ analyticsPostsDisabled?: boolean;
5242
5281
  createdAt: string | null;
5243
5282
  updatedAt: string | null;
5244
5283
  deletedAt?: string | null;
@@ -5286,6 +5325,8 @@ type $OpenApiTs = {
5286
5325
  url?: string | null;
5287
5326
  } | null;
5288
5327
  }> | null;
5328
+ mastodonServerId?: string | null;
5329
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5289
5330
  createdAt: string | null;
5290
5331
  updatedAt: string | null;
5291
5332
  deletedAt?: string | null;
@@ -5515,6 +5556,8 @@ type $OpenApiTs = {
5515
5556
  url?: string | null;
5516
5557
  } | null;
5517
5558
  }> | null;
5559
+ mastodonServerId?: string | null;
5560
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5518
5561
  createdAt: string | null;
5519
5562
  updatedAt: string | null;
5520
5563
  deletedAt?: string | null;
@@ -5590,6 +5633,8 @@ type $OpenApiTs = {
5590
5633
  url?: string | null;
5591
5634
  } | null;
5592
5635
  }> | null;
5636
+ mastodonServerId?: string | null;
5637
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5593
5638
  createdAt: string | null;
5594
5639
  updatedAt: string | null;
5595
5640
  deletedAt?: string | null;
@@ -5665,6 +5710,8 @@ type $OpenApiTs = {
5665
5710
  url?: string | null;
5666
5711
  } | null;
5667
5712
  }> | null;
5713
+ mastodonServerId?: string | null;
5714
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5668
5715
  createdAt: string | null;
5669
5716
  updatedAt: string | null;
5670
5717
  deletedAt?: string | null;
@@ -5793,6 +5840,8 @@ type $OpenApiTs = {
5793
5840
  url?: string | null;
5794
5841
  } | null;
5795
5842
  }> | null;
5843
+ mastodonServerId?: string | null;
5844
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
5796
5845
  createdAt: string | null;
5797
5846
  updatedAt: string | null;
5798
5847
  deletedAt?: string | null;
@@ -6681,6 +6730,8 @@ type $OpenApiTs = {
6681
6730
  url?: string | null;
6682
6731
  } | null;
6683
6732
  }> | null;
6733
+ mastodonServerId?: string | null;
6734
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
6684
6735
  createdAt: string | null;
6685
6736
  updatedAt: string | null;
6686
6737
  deletedAt?: string | null;
@@ -7764,6 +7815,8 @@ type $OpenApiTs = {
7764
7815
  url?: string | null;
7765
7816
  } | null;
7766
7817
  }> | null;
7818
+ mastodonServerId?: string | null;
7819
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
7767
7820
  createdAt: string | null;
7768
7821
  updatedAt: string | null;
7769
7822
  deletedAt?: string | null;
@@ -8184,6 +8237,8 @@ type $OpenApiTs = {
8184
8237
  url?: string | null;
8185
8238
  } | null;
8186
8239
  }> | null;
8240
+ mastodonServerId?: string | null;
8241
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
8187
8242
  createdAt: string | null;
8188
8243
  updatedAt: string | null;
8189
8244
  deletedAt?: string | null;
@@ -8638,6 +8693,8 @@ type $OpenApiTs = {
8638
8693
  url?: string | null;
8639
8694
  } | null;
8640
8695
  }> | null;
8696
+ mastodonServerId?: string | null;
8697
+ instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
8641
8698
  createdAt: string | null;
8642
8699
  updatedAt: string | null;
8643
8700
  deletedAt?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.19.0",
3
+ "version": "2.21.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",