bundlesocial 2.42.0 → 2.42.1
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 +25 -1
- package/dist/index.d.ts +25 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -380,6 +380,7 @@ type TeamGetTeamResponse = {
|
|
|
380
380
|
mastodonServerId?: string | null;
|
|
381
381
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
382
382
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
383
|
+
disconnectedCheckTryAt?: string | null;
|
|
383
384
|
deleteOn?: string | null;
|
|
384
385
|
createdAt: string | null;
|
|
385
386
|
updatedAt: string | null;
|
|
@@ -562,6 +563,7 @@ type TeamGetListResponse = {
|
|
|
562
563
|
mastodonServerId?: string | null;
|
|
563
564
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
564
565
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
566
|
+
disconnectedCheckTryAt?: string | null;
|
|
565
567
|
deleteOn?: string | null;
|
|
566
568
|
createdAt: string | null;
|
|
567
569
|
updatedAt: string | null;
|
|
@@ -700,6 +702,7 @@ type SocialAccountDisconnectResponse = {
|
|
|
700
702
|
mastodonServerId?: string | null;
|
|
701
703
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
702
704
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
705
|
+
disconnectedCheckTryAt?: string | null;
|
|
703
706
|
deleteOn?: string | null;
|
|
704
707
|
createdAt: string | null;
|
|
705
708
|
updatedAt: string | null;
|
|
@@ -747,6 +750,7 @@ type SocialAccountSetChannelResponse = {
|
|
|
747
750
|
mastodonServerId?: string | null;
|
|
748
751
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
749
752
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
753
|
+
disconnectedCheckTryAt?: string | null;
|
|
750
754
|
deleteOn?: string | null;
|
|
751
755
|
createdAt: string | null;
|
|
752
756
|
updatedAt: string | null;
|
|
@@ -793,6 +797,7 @@ type SocialAccountUnsetChannelResponse = {
|
|
|
793
797
|
mastodonServerId?: string | null;
|
|
794
798
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
795
799
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
800
|
+
disconnectedCheckTryAt?: string | null;
|
|
796
801
|
deleteOn?: string | null;
|
|
797
802
|
createdAt: string | null;
|
|
798
803
|
updatedAt: string | null;
|
|
@@ -839,6 +844,7 @@ type SocialAccountRefreshChannelsResponse = {
|
|
|
839
844
|
mastodonServerId?: string | null;
|
|
840
845
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
841
846
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
847
|
+
disconnectedCheckTryAt?: string | null;
|
|
842
848
|
deleteOn?: string | null;
|
|
843
849
|
createdAt: string | null;
|
|
844
850
|
updatedAt: string | null;
|
|
@@ -942,6 +948,7 @@ type SocialAccountCopyResponse = Array<{
|
|
|
942
948
|
mastodonServerId?: string | null;
|
|
943
949
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
944
950
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
951
|
+
disconnectedCheckTryAt?: string | null;
|
|
945
952
|
deleteOn?: string | null;
|
|
946
953
|
createdAt: string | null;
|
|
947
954
|
updatedAt: string | null;
|
|
@@ -984,6 +991,7 @@ type SocialAccountGetAccountsToDeleteResponse = {
|
|
|
984
991
|
mastodonServerId?: string | null;
|
|
985
992
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
986
993
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
994
|
+
disconnectedCheckTryAt?: string | null;
|
|
987
995
|
deleteOn?: string | null;
|
|
988
996
|
createdAt: string | null;
|
|
989
997
|
updatedAt: string | null;
|
|
@@ -1145,7 +1153,7 @@ type UploadInitLargeUploadData = {
|
|
|
1145
1153
|
requestBody?: {
|
|
1146
1154
|
teamId?: string | null;
|
|
1147
1155
|
fileName: string;
|
|
1148
|
-
mimeType: 'image/jpg' | 'image/jpeg' | 'image/png' | 'video/mp4' | 'application/pdf';
|
|
1156
|
+
mimeType: 'image/jpg' | 'image/jpeg' | 'image/png' | 'image/gif' | 'video/mp4' | 'application/pdf';
|
|
1149
1157
|
};
|
|
1150
1158
|
};
|
|
1151
1159
|
type UploadInitLargeUploadResponse = {
|
|
@@ -1815,6 +1823,7 @@ type PostGetResponse = {
|
|
|
1815
1823
|
mastodonServerId?: string | null;
|
|
1816
1824
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
1817
1825
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
1826
|
+
disconnectedCheckTryAt?: string | null;
|
|
1818
1827
|
deleteOn?: string | null;
|
|
1819
1828
|
createdAt: string | null;
|
|
1820
1829
|
updatedAt: string | null;
|
|
@@ -3945,6 +3954,7 @@ type PostGetListResponse = {
|
|
|
3945
3954
|
mastodonServerId?: string | null;
|
|
3946
3955
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
3947
3956
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
3957
|
+
disconnectedCheckTryAt?: string | null;
|
|
3948
3958
|
deleteOn?: string | null;
|
|
3949
3959
|
createdAt: string | null;
|
|
3950
3960
|
updatedAt: string | null;
|
|
@@ -5472,6 +5482,7 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
|
|
|
5472
5482
|
mastodonServerId?: string | null;
|
|
5473
5483
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
5474
5484
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
5485
|
+
disconnectedCheckTryAt?: string | null;
|
|
5475
5486
|
deleteOn?: string | null;
|
|
5476
5487
|
createdAt: string | null;
|
|
5477
5488
|
updatedAt: string | null;
|
|
@@ -6145,6 +6156,7 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
|
|
|
6145
6156
|
mastodonServerId?: string | null;
|
|
6146
6157
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
6147
6158
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
6159
|
+
disconnectedCheckTryAt?: string | null;
|
|
6148
6160
|
deleteOn?: string | null;
|
|
6149
6161
|
createdAt: string | null;
|
|
6150
6162
|
updatedAt: string | null;
|
|
@@ -9943,6 +9955,7 @@ type $OpenApiTs = {
|
|
|
9943
9955
|
mastodonServerId?: string | null;
|
|
9944
9956
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
9945
9957
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
9958
|
+
disconnectedCheckTryAt?: string | null;
|
|
9946
9959
|
deleteOn?: string | null;
|
|
9947
9960
|
createdAt: string | null;
|
|
9948
9961
|
updatedAt: string | null;
|
|
@@ -10273,6 +10286,7 @@ type $OpenApiTs = {
|
|
|
10273
10286
|
mastodonServerId?: string | null;
|
|
10274
10287
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10275
10288
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10289
|
+
disconnectedCheckTryAt?: string | null;
|
|
10276
10290
|
deleteOn?: string | null;
|
|
10277
10291
|
createdAt: string | null;
|
|
10278
10292
|
updatedAt: string | null;
|
|
@@ -10535,6 +10549,7 @@ type $OpenApiTs = {
|
|
|
10535
10549
|
mastodonServerId?: string | null;
|
|
10536
10550
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10537
10551
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10552
|
+
disconnectedCheckTryAt?: string | null;
|
|
10538
10553
|
deleteOn?: string | null;
|
|
10539
10554
|
createdAt: string | null;
|
|
10540
10555
|
updatedAt: string | null;
|
|
@@ -10629,6 +10644,7 @@ type $OpenApiTs = {
|
|
|
10629
10644
|
mastodonServerId?: string | null;
|
|
10630
10645
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10631
10646
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10647
|
+
disconnectedCheckTryAt?: string | null;
|
|
10632
10648
|
deleteOn?: string | null;
|
|
10633
10649
|
createdAt: string | null;
|
|
10634
10650
|
updatedAt: string | null;
|
|
@@ -10723,6 +10739,7 @@ type $OpenApiTs = {
|
|
|
10723
10739
|
mastodonServerId?: string | null;
|
|
10724
10740
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10725
10741
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10742
|
+
disconnectedCheckTryAt?: string | null;
|
|
10726
10743
|
deleteOn?: string | null;
|
|
10727
10744
|
createdAt: string | null;
|
|
10728
10745
|
updatedAt: string | null;
|
|
@@ -10817,6 +10834,7 @@ type $OpenApiTs = {
|
|
|
10817
10834
|
mastodonServerId?: string | null;
|
|
10818
10835
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10819
10836
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10837
|
+
disconnectedCheckTryAt?: string | null;
|
|
10820
10838
|
deleteOn?: string | null;
|
|
10821
10839
|
createdAt: string | null;
|
|
10822
10840
|
updatedAt: string | null;
|
|
@@ -11038,6 +11056,7 @@ type $OpenApiTs = {
|
|
|
11038
11056
|
mastodonServerId?: string | null;
|
|
11039
11057
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
11040
11058
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
11059
|
+
disconnectedCheckTryAt?: string | null;
|
|
11041
11060
|
deleteOn?: string | null;
|
|
11042
11061
|
createdAt: string | null;
|
|
11043
11062
|
updatedAt: string | null;
|
|
@@ -11133,6 +11152,7 @@ type $OpenApiTs = {
|
|
|
11133
11152
|
mastodonServerId?: string | null;
|
|
11134
11153
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
11135
11154
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
11155
|
+
disconnectedCheckTryAt?: string | null;
|
|
11136
11156
|
deleteOn?: string | null;
|
|
11137
11157
|
createdAt: string | null;
|
|
11138
11158
|
updatedAt: string | null;
|
|
@@ -12364,6 +12384,7 @@ type $OpenApiTs = {
|
|
|
12364
12384
|
mastodonServerId?: string | null;
|
|
12365
12385
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
12366
12386
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
12387
|
+
disconnectedCheckTryAt?: string | null;
|
|
12367
12388
|
deleteOn?: string | null;
|
|
12368
12389
|
createdAt: string | null;
|
|
12369
12390
|
updatedAt: string | null;
|
|
@@ -14304,6 +14325,7 @@ type $OpenApiTs = {
|
|
|
14304
14325
|
mastodonServerId?: string | null;
|
|
14305
14326
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
14306
14327
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
14328
|
+
disconnectedCheckTryAt?: string | null;
|
|
14307
14329
|
deleteOn?: string | null;
|
|
14308
14330
|
createdAt: string | null;
|
|
14309
14331
|
updatedAt: string | null;
|
|
@@ -15649,6 +15671,7 @@ type $OpenApiTs = {
|
|
|
15649
15671
|
mastodonServerId?: string | null;
|
|
15650
15672
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
15651
15673
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
15674
|
+
disconnectedCheckTryAt?: string | null;
|
|
15652
15675
|
deleteOn?: string | null;
|
|
15653
15676
|
createdAt: string | null;
|
|
15654
15677
|
updatedAt: string | null;
|
|
@@ -16427,6 +16450,7 @@ type $OpenApiTs = {
|
|
|
16427
16450
|
mastodonServerId?: string | null;
|
|
16428
16451
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
16429
16452
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
16453
|
+
disconnectedCheckTryAt?: string | null;
|
|
16430
16454
|
deleteOn?: string | null;
|
|
16431
16455
|
createdAt: string | null;
|
|
16432
16456
|
updatedAt: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -380,6 +380,7 @@ type TeamGetTeamResponse = {
|
|
|
380
380
|
mastodonServerId?: string | null;
|
|
381
381
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
382
382
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
383
|
+
disconnectedCheckTryAt?: string | null;
|
|
383
384
|
deleteOn?: string | null;
|
|
384
385
|
createdAt: string | null;
|
|
385
386
|
updatedAt: string | null;
|
|
@@ -562,6 +563,7 @@ type TeamGetListResponse = {
|
|
|
562
563
|
mastodonServerId?: string | null;
|
|
563
564
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
564
565
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
566
|
+
disconnectedCheckTryAt?: string | null;
|
|
565
567
|
deleteOn?: string | null;
|
|
566
568
|
createdAt: string | null;
|
|
567
569
|
updatedAt: string | null;
|
|
@@ -700,6 +702,7 @@ type SocialAccountDisconnectResponse = {
|
|
|
700
702
|
mastodonServerId?: string | null;
|
|
701
703
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
702
704
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
705
|
+
disconnectedCheckTryAt?: string | null;
|
|
703
706
|
deleteOn?: string | null;
|
|
704
707
|
createdAt: string | null;
|
|
705
708
|
updatedAt: string | null;
|
|
@@ -747,6 +750,7 @@ type SocialAccountSetChannelResponse = {
|
|
|
747
750
|
mastodonServerId?: string | null;
|
|
748
751
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
749
752
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
753
|
+
disconnectedCheckTryAt?: string | null;
|
|
750
754
|
deleteOn?: string | null;
|
|
751
755
|
createdAt: string | null;
|
|
752
756
|
updatedAt: string | null;
|
|
@@ -793,6 +797,7 @@ type SocialAccountUnsetChannelResponse = {
|
|
|
793
797
|
mastodonServerId?: string | null;
|
|
794
798
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
795
799
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
800
|
+
disconnectedCheckTryAt?: string | null;
|
|
796
801
|
deleteOn?: string | null;
|
|
797
802
|
createdAt: string | null;
|
|
798
803
|
updatedAt: string | null;
|
|
@@ -839,6 +844,7 @@ type SocialAccountRefreshChannelsResponse = {
|
|
|
839
844
|
mastodonServerId?: string | null;
|
|
840
845
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
841
846
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
847
|
+
disconnectedCheckTryAt?: string | null;
|
|
842
848
|
deleteOn?: string | null;
|
|
843
849
|
createdAt: string | null;
|
|
844
850
|
updatedAt: string | null;
|
|
@@ -942,6 +948,7 @@ type SocialAccountCopyResponse = Array<{
|
|
|
942
948
|
mastodonServerId?: string | null;
|
|
943
949
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
944
950
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
951
|
+
disconnectedCheckTryAt?: string | null;
|
|
945
952
|
deleteOn?: string | null;
|
|
946
953
|
createdAt: string | null;
|
|
947
954
|
updatedAt: string | null;
|
|
@@ -984,6 +991,7 @@ type SocialAccountGetAccountsToDeleteResponse = {
|
|
|
984
991
|
mastodonServerId?: string | null;
|
|
985
992
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
986
993
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
994
|
+
disconnectedCheckTryAt?: string | null;
|
|
987
995
|
deleteOn?: string | null;
|
|
988
996
|
createdAt: string | null;
|
|
989
997
|
updatedAt: string | null;
|
|
@@ -1145,7 +1153,7 @@ type UploadInitLargeUploadData = {
|
|
|
1145
1153
|
requestBody?: {
|
|
1146
1154
|
teamId?: string | null;
|
|
1147
1155
|
fileName: string;
|
|
1148
|
-
mimeType: 'image/jpg' | 'image/jpeg' | 'image/png' | 'video/mp4' | 'application/pdf';
|
|
1156
|
+
mimeType: 'image/jpg' | 'image/jpeg' | 'image/png' | 'image/gif' | 'video/mp4' | 'application/pdf';
|
|
1149
1157
|
};
|
|
1150
1158
|
};
|
|
1151
1159
|
type UploadInitLargeUploadResponse = {
|
|
@@ -1815,6 +1823,7 @@ type PostGetResponse = {
|
|
|
1815
1823
|
mastodonServerId?: string | null;
|
|
1816
1824
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
1817
1825
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
1826
|
+
disconnectedCheckTryAt?: string | null;
|
|
1818
1827
|
deleteOn?: string | null;
|
|
1819
1828
|
createdAt: string | null;
|
|
1820
1829
|
updatedAt: string | null;
|
|
@@ -3945,6 +3954,7 @@ type PostGetListResponse = {
|
|
|
3945
3954
|
mastodonServerId?: string | null;
|
|
3946
3955
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
3947
3956
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
3957
|
+
disconnectedCheckTryAt?: string | null;
|
|
3948
3958
|
deleteOn?: string | null;
|
|
3949
3959
|
createdAt: string | null;
|
|
3950
3960
|
updatedAt: string | null;
|
|
@@ -5472,6 +5482,7 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
|
|
|
5472
5482
|
mastodonServerId?: string | null;
|
|
5473
5483
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
5474
5484
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
5485
|
+
disconnectedCheckTryAt?: string | null;
|
|
5475
5486
|
deleteOn?: string | null;
|
|
5476
5487
|
createdAt: string | null;
|
|
5477
5488
|
updatedAt: string | null;
|
|
@@ -6145,6 +6156,7 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
|
|
|
6145
6156
|
mastodonServerId?: string | null;
|
|
6146
6157
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
6147
6158
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
6159
|
+
disconnectedCheckTryAt?: string | null;
|
|
6148
6160
|
deleteOn?: string | null;
|
|
6149
6161
|
createdAt: string | null;
|
|
6150
6162
|
updatedAt: string | null;
|
|
@@ -9943,6 +9955,7 @@ type $OpenApiTs = {
|
|
|
9943
9955
|
mastodonServerId?: string | null;
|
|
9944
9956
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
9945
9957
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
9958
|
+
disconnectedCheckTryAt?: string | null;
|
|
9946
9959
|
deleteOn?: string | null;
|
|
9947
9960
|
createdAt: string | null;
|
|
9948
9961
|
updatedAt: string | null;
|
|
@@ -10273,6 +10286,7 @@ type $OpenApiTs = {
|
|
|
10273
10286
|
mastodonServerId?: string | null;
|
|
10274
10287
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10275
10288
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10289
|
+
disconnectedCheckTryAt?: string | null;
|
|
10276
10290
|
deleteOn?: string | null;
|
|
10277
10291
|
createdAt: string | null;
|
|
10278
10292
|
updatedAt: string | null;
|
|
@@ -10535,6 +10549,7 @@ type $OpenApiTs = {
|
|
|
10535
10549
|
mastodonServerId?: string | null;
|
|
10536
10550
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10537
10551
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10552
|
+
disconnectedCheckTryAt?: string | null;
|
|
10538
10553
|
deleteOn?: string | null;
|
|
10539
10554
|
createdAt: string | null;
|
|
10540
10555
|
updatedAt: string | null;
|
|
@@ -10629,6 +10644,7 @@ type $OpenApiTs = {
|
|
|
10629
10644
|
mastodonServerId?: string | null;
|
|
10630
10645
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10631
10646
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10647
|
+
disconnectedCheckTryAt?: string | null;
|
|
10632
10648
|
deleteOn?: string | null;
|
|
10633
10649
|
createdAt: string | null;
|
|
10634
10650
|
updatedAt: string | null;
|
|
@@ -10723,6 +10739,7 @@ type $OpenApiTs = {
|
|
|
10723
10739
|
mastodonServerId?: string | null;
|
|
10724
10740
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10725
10741
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10742
|
+
disconnectedCheckTryAt?: string | null;
|
|
10726
10743
|
deleteOn?: string | null;
|
|
10727
10744
|
createdAt: string | null;
|
|
10728
10745
|
updatedAt: string | null;
|
|
@@ -10817,6 +10834,7 @@ type $OpenApiTs = {
|
|
|
10817
10834
|
mastodonServerId?: string | null;
|
|
10818
10835
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
10819
10836
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
10837
|
+
disconnectedCheckTryAt?: string | null;
|
|
10820
10838
|
deleteOn?: string | null;
|
|
10821
10839
|
createdAt: string | null;
|
|
10822
10840
|
updatedAt: string | null;
|
|
@@ -11038,6 +11056,7 @@ type $OpenApiTs = {
|
|
|
11038
11056
|
mastodonServerId?: string | null;
|
|
11039
11057
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
11040
11058
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
11059
|
+
disconnectedCheckTryAt?: string | null;
|
|
11041
11060
|
deleteOn?: string | null;
|
|
11042
11061
|
createdAt: string | null;
|
|
11043
11062
|
updatedAt: string | null;
|
|
@@ -11133,6 +11152,7 @@ type $OpenApiTs = {
|
|
|
11133
11152
|
mastodonServerId?: string | null;
|
|
11134
11153
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
11135
11154
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
11155
|
+
disconnectedCheckTryAt?: string | null;
|
|
11136
11156
|
deleteOn?: string | null;
|
|
11137
11157
|
createdAt: string | null;
|
|
11138
11158
|
updatedAt: string | null;
|
|
@@ -12364,6 +12384,7 @@ type $OpenApiTs = {
|
|
|
12364
12384
|
mastodonServerId?: string | null;
|
|
12365
12385
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
12366
12386
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
12387
|
+
disconnectedCheckTryAt?: string | null;
|
|
12367
12388
|
deleteOn?: string | null;
|
|
12368
12389
|
createdAt: string | null;
|
|
12369
12390
|
updatedAt: string | null;
|
|
@@ -14304,6 +14325,7 @@ type $OpenApiTs = {
|
|
|
14304
14325
|
mastodonServerId?: string | null;
|
|
14305
14326
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
14306
14327
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
14328
|
+
disconnectedCheckTryAt?: string | null;
|
|
14307
14329
|
deleteOn?: string | null;
|
|
14308
14330
|
createdAt: string | null;
|
|
14309
14331
|
updatedAt: string | null;
|
|
@@ -15649,6 +15671,7 @@ type $OpenApiTs = {
|
|
|
15649
15671
|
mastodonServerId?: string | null;
|
|
15650
15672
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
15651
15673
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
15674
|
+
disconnectedCheckTryAt?: string | null;
|
|
15652
15675
|
deleteOn?: string | null;
|
|
15653
15676
|
createdAt: string | null;
|
|
15654
15677
|
updatedAt: string | null;
|
|
@@ -16427,6 +16450,7 @@ type $OpenApiTs = {
|
|
|
16427
16450
|
mastodonServerId?: string | null;
|
|
16428
16451
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM' | null;
|
|
16429
16452
|
twitterSubType?: 'none' | 'basic' | 'premium' | 'premium_plus' | null;
|
|
16453
|
+
disconnectedCheckTryAt?: string | null;
|
|
16430
16454
|
deleteOn?: string | null;
|
|
16431
16455
|
createdAt: string | null;
|
|
16432
16456
|
updatedAt: string | null;
|