@f3liz/rescript-misskey-api 0.6.7 → 0.6.9
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/lib/es6/src/stream/StreamClient.mjs +2 -2
- package/package.json +2 -2
- package/src/bindings/{WebSocket.res → MisskeyWebSocket.res} +1 -1
- package/src/generated/kokonect-link/api/KokonectLinkAccount.res +144 -144
- package/src/generated/kokonect-link/api/KokonectLinkAdmin.res +300 -300
- package/src/generated/kokonect-link/api/KokonectLinkAntennas.res +18 -18
- package/src/generated/kokonect-link/api/KokonectLinkApp.res +12 -12
- package/src/generated/kokonect-link/api/KokonectLinkAuth.res +12 -12
- package/src/generated/kokonect-link/api/KokonectLinkChannels.res +36 -36
- package/src/generated/kokonect-link/api/KokonectLinkCharts.res +12 -12
- package/src/generated/kokonect-link/api/KokonectLinkChat.res +162 -162
- package/src/generated/kokonect-link/api/KokonectLinkClips.res +24 -24
- package/src/generated/kokonect-link/api/KokonectLinkDefault.res +64 -64
- package/src/generated/kokonect-link/api/KokonectLinkDrive.res +72 -72
- package/src/generated/kokonect-link/api/KokonectLinkFederation.res +36 -36
- package/src/generated/kokonect-link/api/KokonectLinkFlash.res +19 -19
- package/src/generated/kokonect-link/api/KokonectLinkFlashs.res +6 -6
- package/src/generated/kokonect-link/api/KokonectLinkFollowing.res +42 -42
- package/src/generated/kokonect-link/api/KokonectLinkGallery.res +24 -24
- package/src/generated/kokonect-link/api/KokonectLinkGroups.res +72 -72
- package/src/generated/kokonect-link/api/KokonectLinkHashtags.res +12 -12
- package/src/generated/kokonect-link/api/KokonectLinkLists.res +18 -18
- package/src/generated/kokonect-link/api/KokonectLinkMeta.res +54 -54
- package/src/generated/kokonect-link/api/KokonectLinkNotes.res +174 -174
- package/src/generated/kokonect-link/api/KokonectLinkNotifications.res +6 -6
- package/src/generated/kokonect-link/api/KokonectLinkPages.res +18 -18
- package/src/generated/kokonect-link/api/KokonectLinkRole.res +18 -18
- package/src/generated/kokonect-link/api/KokonectLinkUsers.res +72 -72
- package/src/generated/kokonect-link/api/KokonectLinkWebhooks.res +20 -20
- package/src/generated/kokonect-link/types/Account.d.ts +235 -177
- package/src/generated/kokonect-link/types/Admin.d.ts +640 -484
- package/src/generated/kokonect-link/types/Antennas.d.ts +36 -27
- package/src/generated/kokonect-link/types/App.d.ts +16 -12
- package/src/generated/kokonect-link/types/Auth.d.ts +30 -23
- package/src/generated/kokonect-link/types/Channels.d.ts +76 -57
- package/src/generated/kokonect-link/types/Charts.d.ts +104 -78
- package/src/generated/kokonect-link/types/Chat.d.ts +108 -81
- package/src/generated/kokonect-link/types/Clip.d.ts +8 -6
- package/src/generated/kokonect-link/types/Clips.d.ts +40 -30
- package/src/generated/kokonect-link/types/Default.d.ts +297 -232
- package/src/generated/kokonect-link/types/Drive.d.ts +120 -90
- package/src/generated/kokonect-link/types/Federation.d.ts +68 -51
- package/src/generated/kokonect-link/types/Flash.d.ts +33 -25
- package/src/generated/kokonect-link/types/Flashs.d.ts +12 -9
- package/src/generated/kokonect-link/types/Following.d.ts +68 -51
- package/src/generated/kokonect-link/types/Gallery.d.ts +52 -39
- package/src/generated/kokonect-link/types/Groups.d.ts +48 -36
- package/src/generated/kokonect-link/types/Hashtags.d.ts +32 -24
- package/src/generated/kokonect-link/types/Lists.d.ts +48 -36
- package/src/generated/kokonect-link/types/Meta.d.ts +133 -100
- package/src/generated/kokonect-link/types/NonProductive.d.ts +8 -6
- package/src/generated/kokonect-link/types/Notes.d.ts +256 -192
- package/src/generated/kokonect-link/types/Notifications.d.ts +20 -15
- package/src/generated/kokonect-link/types/Pages.d.ts +40 -30
- package/src/generated/kokonect-link/types/Reactions.d.ts +8 -6
- package/src/generated/kokonect-link/types/ResetPassword.d.ts +8 -6
- package/src/generated/kokonect-link/types/Role.d.ts +28 -21
- package/src/generated/kokonect-link/types/Users.d.ts +161 -121
- package/src/generated/kokonect-link/types/Webhooks.d.ts +44 -34
- package/src/generated/kokonect-link/types/index.d.ts +1 -2
- package/src/generated/kokonect-link/wrapper/index.d.ts +4813 -2131
- package/src/generated/kokonect-link/wrapper/index.mjs +2 -710
- package/src/generated/misskey-io/api/MisskeyIoAccount.res +207 -207
- package/src/generated/misskey-io/api/MisskeyIoAdmin.res +652 -652
- package/src/generated/misskey-io/api/MisskeyIoAntennas.res +36 -36
- package/src/generated/misskey-io/api/MisskeyIoApp.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoAuth.res +32 -32
- package/src/generated/misskey-io/api/MisskeyIoChannels.res +78 -78
- package/src/generated/misskey-io/api/MisskeyIoCharts.res +144 -144
- package/src/generated/misskey-io/api/MisskeyIoClip.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoClips.res +36 -36
- package/src/generated/misskey-io/api/MisskeyIoDefault.res +363 -363
- package/src/generated/misskey-io/api/MisskeyIoDrive.res +108 -108
- package/src/generated/misskey-io/api/MisskeyIoFederation.res +66 -66
- package/src/generated/misskey-io/api/MisskeyIoFlash.res +30 -30
- package/src/generated/misskey-io/api/MisskeyIoFlashs.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoFollowing.res +60 -60
- package/src/generated/misskey-io/api/MisskeyIoGallery.res +54 -54
- package/src/generated/misskey-io/api/MisskeyIoHashtags.res +36 -36
- package/src/generated/misskey-io/api/MisskeyIoLists.res +54 -54
- package/src/generated/misskey-io/api/MisskeyIoMeta.res +145 -145
- package/src/generated/misskey-io/api/MisskeyIoNonProductive.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoNotes.res +210 -210
- package/src/generated/misskey-io/api/MisskeyIoNotifications.res +24 -24
- package/src/generated/misskey-io/api/MisskeyIoPages.res +42 -42
- package/src/generated/misskey-io/api/MisskeyIoReactions.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoResetPassword.res +12 -12
- package/src/generated/misskey-io/api/MisskeyIoRole.res +24 -24
- package/src/generated/misskey-io/api/MisskeyIoUsers.res +169 -169
- package/src/generated/misskey-io/api/MisskeyIoWebhooks.res +44 -44
- package/src/generated/misskey-io/types/Account.d.ts +139 -105
- package/src/generated/misskey-io/types/Admin.d.ts +438 -331
- package/src/generated/misskey-io/types/Antennas.d.ts +24 -18
- package/src/generated/misskey-io/types/App.d.ts +8 -6
- package/src/generated/misskey-io/types/Auth.d.ts +22 -17
- package/src/generated/misskey-io/types/Channels.d.ts +52 -39
- package/src/generated/misskey-io/types/Charts.d.ts +96 -72
- package/src/generated/misskey-io/types/Clip.d.ts +8 -6
- package/src/generated/misskey-io/types/Clips.d.ts +24 -18
- package/src/generated/misskey-io/types/Default.d.ts +253 -198
- package/src/generated/misskey-io/types/Drive.d.ts +72 -54
- package/src/generated/misskey-io/types/Federation.d.ts +44 -33
- package/src/generated/misskey-io/types/Flash.d.ts +20 -15
- package/src/generated/misskey-io/types/Flashs.d.ts +8 -6
- package/src/generated/misskey-io/types/Following.d.ts +40 -30
- package/src/generated/misskey-io/types/Gallery.d.ts +36 -27
- package/src/generated/misskey-io/types/Hashtags.d.ts +24 -18
- package/src/generated/misskey-io/types/Lists.d.ts +36 -27
- package/src/generated/misskey-io/types/Meta.d.ts +97 -73
- package/src/generated/misskey-io/types/NonProductive.d.ts +8 -6
- package/src/generated/misskey-io/types/Notes.d.ts +140 -105
- package/src/generated/misskey-io/types/Notifications.d.ts +16 -12
- package/src/generated/misskey-io/types/Pages.d.ts +28 -21
- package/src/generated/misskey-io/types/Reactions.d.ts +8 -6
- package/src/generated/misskey-io/types/ResetPassword.d.ts +8 -6
- package/src/generated/misskey-io/types/Role.d.ts +16 -12
- package/src/generated/misskey-io/types/Users.d.ts +113 -85
- package/src/generated/misskey-io/types/Webhooks.d.ts +30 -23
- package/src/generated/misskey-io/types/index.d.ts +1 -2
- package/src/generated/misskey-io/wrapper/index.d.ts +3127 -1399
- package/src/generated/misskey-io/wrapper/index.mjs +2 -469
- package/src/stream/NativeStreamBindings.res +2 -2
- package/src/stream/StreamClient.res +1 -1
- /package/lib/es6/src/bindings/{WebSocket.mjs → MisskeyWebSocket.mjs} +0 -0
|
@@ -42,12 +42,12 @@ let getChartsActiveUsersResponseSchema = S.object(s => {
|
|
|
42
42
|
})
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
charts/active-users
|
|
46
|
+
|
|
47
|
+
No description provided.
|
|
48
|
+
|
|
49
|
+
**Credential required**: *No*
|
|
50
|
+
*/
|
|
51
51
|
let getChartsActiveUsers = (~body: getChartsActiveUsersRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsActiveUsersResponse> => {
|
|
52
52
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsActiveUsersRequestSchema)
|
|
53
53
|
fetch(
|
|
@@ -98,12 +98,12 @@ let postChartsActiveUsersResponseSchema = S.object(s => {
|
|
|
98
98
|
})
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
101
|
+
charts/active-users
|
|
102
|
+
|
|
103
|
+
No description provided.
|
|
104
|
+
|
|
105
|
+
**Credential required**: *No*
|
|
106
|
+
*/
|
|
107
107
|
let postChartsActiveUsers = (~body: postChartsActiveUsersRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsActiveUsersResponse> => {
|
|
108
108
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsActiveUsersRequestSchema)
|
|
109
109
|
fetch(
|
|
@@ -142,12 +142,12 @@ let getChartsApRequestResponseSchema = S.object(s => {
|
|
|
142
142
|
})
|
|
143
143
|
|
|
144
144
|
/**
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
145
|
+
charts/ap-request
|
|
146
|
+
|
|
147
|
+
No description provided.
|
|
148
|
+
|
|
149
|
+
**Credential required**: *No*
|
|
150
|
+
*/
|
|
151
151
|
let getChartsApRequest = (~body: getChartsApRequestRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsApRequestResponse> => {
|
|
152
152
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsApRequestRequestSchema)
|
|
153
153
|
fetch(
|
|
@@ -186,12 +186,12 @@ let postChartsApRequestResponseSchema = S.object(s => {
|
|
|
186
186
|
})
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
189
|
+
charts/ap-request
|
|
190
|
+
|
|
191
|
+
No description provided.
|
|
192
|
+
|
|
193
|
+
**Credential required**: *No*
|
|
194
|
+
*/
|
|
195
195
|
let postChartsApRequest = (~body: postChartsApRequestRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsApRequestResponse> => {
|
|
196
196
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsApRequestRequestSchema)
|
|
197
197
|
fetch(
|
|
@@ -242,12 +242,12 @@ let getChartsDriveResponseSchema = S.object(s => {
|
|
|
242
242
|
})
|
|
243
243
|
|
|
244
244
|
/**
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
245
|
+
charts/drive
|
|
246
|
+
|
|
247
|
+
No description provided.
|
|
248
|
+
|
|
249
|
+
**Credential required**: *No*
|
|
250
|
+
*/
|
|
251
251
|
let getChartsDrive = (~body: getChartsDriveRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsDriveResponse> => {
|
|
252
252
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsDriveRequestSchema)
|
|
253
253
|
fetch(
|
|
@@ -298,12 +298,12 @@ let postChartsDriveResponseSchema = S.object(s => {
|
|
|
298
298
|
})
|
|
299
299
|
|
|
300
300
|
/**
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
301
|
+
charts/drive
|
|
302
|
+
|
|
303
|
+
No description provided.
|
|
304
|
+
|
|
305
|
+
**Credential required**: *No*
|
|
306
|
+
*/
|
|
307
307
|
let postChartsDrive = (~body: postChartsDriveRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsDriveResponse> => {
|
|
308
308
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsDriveRequestSchema)
|
|
309
309
|
fetch(
|
|
@@ -352,12 +352,12 @@ let getChartsFederationResponseSchema = S.object(s => {
|
|
|
352
352
|
})
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
355
|
+
charts/federation
|
|
356
|
+
|
|
357
|
+
No description provided.
|
|
358
|
+
|
|
359
|
+
**Credential required**: *No*
|
|
360
|
+
*/
|
|
361
361
|
let getChartsFederation = (~body: getChartsFederationRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsFederationResponse> => {
|
|
362
362
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsFederationRequestSchema)
|
|
363
363
|
fetch(
|
|
@@ -406,12 +406,12 @@ let postChartsFederationResponseSchema = S.object(s => {
|
|
|
406
406
|
})
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
409
|
+
charts/federation
|
|
410
|
+
|
|
411
|
+
No description provided.
|
|
412
|
+
|
|
413
|
+
**Credential required**: *No*
|
|
414
|
+
*/
|
|
415
415
|
let postChartsFederation = (~body: postChartsFederationRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsFederationResponse> => {
|
|
416
416
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsFederationRequestSchema)
|
|
417
417
|
fetch(
|
|
@@ -526,12 +526,12 @@ let getChartsInstanceResponseSchema = S.object(s => {
|
|
|
526
526
|
})
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
529
|
+
charts/instance
|
|
530
|
+
|
|
531
|
+
No description provided.
|
|
532
|
+
|
|
533
|
+
**Credential required**: *No*
|
|
534
|
+
*/
|
|
535
535
|
let getChartsInstance = (~body: getChartsInstanceRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsInstanceResponse> => {
|
|
536
536
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsInstanceRequestSchema)
|
|
537
537
|
fetch(
|
|
@@ -646,12 +646,12 @@ let postChartsInstanceResponseSchema = S.object(s => {
|
|
|
646
646
|
})
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
649
|
+
charts/instance
|
|
650
|
+
|
|
651
|
+
No description provided.
|
|
652
|
+
|
|
653
|
+
**Credential required**: *No*
|
|
654
|
+
*/
|
|
655
655
|
let postChartsInstance = (~body: postChartsInstanceRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsInstanceResponse> => {
|
|
656
656
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsInstanceRequestSchema)
|
|
657
657
|
fetch(
|
|
@@ -716,12 +716,12 @@ let getChartsNotesResponseSchema = S.object(s => {
|
|
|
716
716
|
})
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
719
|
+
charts/notes
|
|
720
|
+
|
|
721
|
+
No description provided.
|
|
722
|
+
|
|
723
|
+
**Credential required**: *No*
|
|
724
|
+
*/
|
|
725
725
|
let getChartsNotes = (~body: getChartsNotesRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsNotesResponse> => {
|
|
726
726
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsNotesRequestSchema)
|
|
727
727
|
fetch(
|
|
@@ -786,12 +786,12 @@ let postChartsNotesResponseSchema = S.object(s => {
|
|
|
786
786
|
})
|
|
787
787
|
|
|
788
788
|
/**
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
789
|
+
charts/notes
|
|
790
|
+
|
|
791
|
+
No description provided.
|
|
792
|
+
|
|
793
|
+
**Credential required**: *No*
|
|
794
|
+
*/
|
|
795
795
|
let postChartsNotes = (~body: postChartsNotesRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsNotesResponse> => {
|
|
796
796
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsNotesRequestSchema)
|
|
797
797
|
fetch(
|
|
@@ -838,12 +838,12 @@ let getChartsUserDriveResponseSchema = S.object(s => {
|
|
|
838
838
|
})
|
|
839
839
|
|
|
840
840
|
/**
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
841
|
+
charts/user/drive
|
|
842
|
+
|
|
843
|
+
No description provided.
|
|
844
|
+
|
|
845
|
+
**Credential required**: *No*
|
|
846
|
+
*/
|
|
847
847
|
let getChartsUserDrive = (~body: getChartsUserDriveRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUserDriveResponse> => {
|
|
848
848
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUserDriveRequestSchema)
|
|
849
849
|
fetch(
|
|
@@ -890,12 +890,12 @@ let postChartsUserDriveResponseSchema = S.object(s => {
|
|
|
890
890
|
})
|
|
891
891
|
|
|
892
892
|
/**
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
893
|
+
charts/user/drive
|
|
894
|
+
|
|
895
|
+
No description provided.
|
|
896
|
+
|
|
897
|
+
**Credential required**: *No*
|
|
898
|
+
*/
|
|
899
899
|
let postChartsUserDrive = (~body: postChartsUserDriveRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUserDriveResponse> => {
|
|
900
900
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUserDriveRequestSchema)
|
|
901
901
|
fetch(
|
|
@@ -956,12 +956,12 @@ let getChartsUserFollowingResponseSchema = S.object(s => {
|
|
|
956
956
|
})
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
959
|
+
charts/user/following
|
|
960
|
+
|
|
961
|
+
No description provided.
|
|
962
|
+
|
|
963
|
+
**Credential required**: *No*
|
|
964
|
+
*/
|
|
965
965
|
let getChartsUserFollowing = (~body: getChartsUserFollowingRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUserFollowingResponse> => {
|
|
966
966
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUserFollowingRequestSchema)
|
|
967
967
|
fetch(
|
|
@@ -1022,12 +1022,12 @@ let postChartsUserFollowingResponseSchema = S.object(s => {
|
|
|
1022
1022
|
})
|
|
1023
1023
|
|
|
1024
1024
|
/**
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1025
|
+
charts/user/following
|
|
1026
|
+
|
|
1027
|
+
No description provided.
|
|
1028
|
+
|
|
1029
|
+
**Credential required**: *No*
|
|
1030
|
+
*/
|
|
1031
1031
|
let postChartsUserFollowing = (~body: postChartsUserFollowingRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUserFollowingResponse> => {
|
|
1032
1032
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUserFollowingRequestSchema)
|
|
1033
1033
|
fetch(
|
|
@@ -1084,12 +1084,12 @@ let getChartsUserNotesResponseSchema = S.object(s => {
|
|
|
1084
1084
|
})
|
|
1085
1085
|
|
|
1086
1086
|
/**
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1087
|
+
charts/user/notes
|
|
1088
|
+
|
|
1089
|
+
No description provided.
|
|
1090
|
+
|
|
1091
|
+
**Credential required**: *No*
|
|
1092
|
+
*/
|
|
1093
1093
|
let getChartsUserNotes = (~body: getChartsUserNotesRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUserNotesResponse> => {
|
|
1094
1094
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUserNotesRequestSchema)
|
|
1095
1095
|
fetch(
|
|
@@ -1146,12 +1146,12 @@ let postChartsUserNotesResponseSchema = S.object(s => {
|
|
|
1146
1146
|
})
|
|
1147
1147
|
|
|
1148
1148
|
/**
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1149
|
+
charts/user/notes
|
|
1150
|
+
|
|
1151
|
+
No description provided.
|
|
1152
|
+
|
|
1153
|
+
**Credential required**: *No*
|
|
1154
|
+
*/
|
|
1155
1155
|
let postChartsUserNotes = (~body: postChartsUserNotesRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUserNotesResponse> => {
|
|
1156
1156
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUserNotesRequestSchema)
|
|
1157
1157
|
fetch(
|
|
@@ -1200,12 +1200,12 @@ let getChartsUserPvResponseSchema = S.object(s => {
|
|
|
1200
1200
|
})
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1203
|
+
charts/user/pv
|
|
1204
|
+
|
|
1205
|
+
No description provided.
|
|
1206
|
+
|
|
1207
|
+
**Credential required**: *No*
|
|
1208
|
+
*/
|
|
1209
1209
|
let getChartsUserPv = (~body: getChartsUserPvRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUserPvResponse> => {
|
|
1210
1210
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUserPvRequestSchema)
|
|
1211
1211
|
fetch(
|
|
@@ -1254,12 +1254,12 @@ let postChartsUserPvResponseSchema = S.object(s => {
|
|
|
1254
1254
|
})
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1257
|
+
charts/user/pv
|
|
1258
|
+
|
|
1259
|
+
No description provided.
|
|
1260
|
+
|
|
1261
|
+
**Credential required**: *No*
|
|
1262
|
+
*/
|
|
1263
1263
|
let postChartsUserPv = (~body: postChartsUserPvRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUserPvResponse> => {
|
|
1264
1264
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUserPvRequestSchema)
|
|
1265
1265
|
fetch(
|
|
@@ -1306,12 +1306,12 @@ let getChartsUserReactionsResponseSchema = S.object(s => {
|
|
|
1306
1306
|
})
|
|
1307
1307
|
|
|
1308
1308
|
/**
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1309
|
+
charts/user/reactions
|
|
1310
|
+
|
|
1311
|
+
No description provided.
|
|
1312
|
+
|
|
1313
|
+
**Credential required**: *No*
|
|
1314
|
+
*/
|
|
1315
1315
|
let getChartsUserReactions = (~body: getChartsUserReactionsRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUserReactionsResponse> => {
|
|
1316
1316
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUserReactionsRequestSchema)
|
|
1317
1317
|
fetch(
|
|
@@ -1358,12 +1358,12 @@ let postChartsUserReactionsResponseSchema = S.object(s => {
|
|
|
1358
1358
|
})
|
|
1359
1359
|
|
|
1360
1360
|
/**
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1361
|
+
charts/user/reactions
|
|
1362
|
+
|
|
1363
|
+
No description provided.
|
|
1364
|
+
|
|
1365
|
+
**Credential required**: *No*
|
|
1366
|
+
*/
|
|
1367
1367
|
let postChartsUserReactions = (~body: postChartsUserReactionsRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUserReactionsResponse> => {
|
|
1368
1368
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUserReactionsRequestSchema)
|
|
1369
1369
|
fetch(
|
|
@@ -1412,12 +1412,12 @@ let getChartsUsersResponseSchema = S.object(s => {
|
|
|
1412
1412
|
})
|
|
1413
1413
|
|
|
1414
1414
|
/**
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1415
|
+
charts/users
|
|
1416
|
+
|
|
1417
|
+
No description provided.
|
|
1418
|
+
|
|
1419
|
+
**Credential required**: *No*
|
|
1420
|
+
*/
|
|
1421
1421
|
let getChartsUsers = (~body: getChartsUsersRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<getChartsUsersResponse> => {
|
|
1422
1422
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(getChartsUsersRequestSchema)
|
|
1423
1423
|
fetch(
|
|
@@ -1466,12 +1466,12 @@ let postChartsUsersResponseSchema = S.object(s => {
|
|
|
1466
1466
|
})
|
|
1467
1467
|
|
|
1468
1468
|
/**
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1469
|
+
charts/users
|
|
1470
|
+
|
|
1471
|
+
No description provided.
|
|
1472
|
+
|
|
1473
|
+
**Credential required**: *No*
|
|
1474
|
+
*/
|
|
1475
1475
|
let postChartsUsers = (~body: postChartsUsersRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postChartsUsersResponse> => {
|
|
1476
1476
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postChartsUsersRequestSchema)
|
|
1477
1477
|
fetch(
|
|
@@ -16,12 +16,12 @@ let postClipsFavoriteRequestSchema = S.object(s => {
|
|
|
16
16
|
type postClipsFavoriteResponse = unit
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
clips/favorite
|
|
20
|
+
|
|
21
|
+
No description provided.
|
|
22
|
+
|
|
23
|
+
**Credential required**: *Yes* / **Permission**: *write:clip-favorite*
|
|
24
|
+
*/
|
|
25
25
|
let postClipsFavorite = (~body: postClipsFavoriteRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsFavoriteResponse> => {
|
|
26
26
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsFavoriteRequestSchema)
|
|
27
27
|
fetch(
|
|
@@ -46,12 +46,12 @@ let postClipsUnfavoriteRequestSchema = S.object(s => {
|
|
|
46
46
|
type postClipsUnfavoriteResponse = unit
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
49
|
+
clips/unfavorite
|
|
50
|
+
|
|
51
|
+
No description provided.
|
|
52
|
+
|
|
53
|
+
**Credential required**: *Yes* / **Permission**: *write:clip-favorite*
|
|
54
|
+
*/
|
|
55
55
|
let postClipsUnfavorite = (~body: postClipsUnfavoriteRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsUnfavoriteResponse> => {
|
|
56
56
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsUnfavoriteRequestSchema)
|
|
57
57
|
fetch(
|
|
@@ -22,12 +22,12 @@ type postClipsCreateResponse = MisskeyIoComponentSchemas.Clip.t
|
|
|
22
22
|
let postClipsCreateResponseSchema = MisskeyIoComponentSchemas.Clip.schema
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
clips/create
|
|
26
|
+
|
|
27
|
+
No description provided.
|
|
28
|
+
|
|
29
|
+
**Credential required**: *Yes* / **Permission**: *write:account*
|
|
30
|
+
*/
|
|
31
31
|
let postClipsCreate = (~body: postClipsCreateRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsCreateResponse> => {
|
|
32
32
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsCreateRequestSchema)
|
|
33
33
|
fetch(
|
|
@@ -52,12 +52,12 @@ let postClipsDeleteRequestSchema = S.object(s => {
|
|
|
52
52
|
type postClipsDeleteResponse = unit
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
clips/delete
|
|
56
|
+
|
|
57
|
+
No description provided.
|
|
58
|
+
|
|
59
|
+
**Credential required**: *Yes* / **Permission**: *write:account*
|
|
60
|
+
*/
|
|
61
61
|
let postClipsDelete = (~body: postClipsDeleteRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsDeleteResponse> => {
|
|
62
62
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsDeleteRequestSchema)
|
|
63
63
|
fetch(
|
|
@@ -76,12 +76,12 @@ type postClipsListResponse = array<MisskeyIoComponentSchemas.Clip.t>
|
|
|
76
76
|
let postClipsListResponseSchema = S.array(MisskeyIoComponentSchemas.Clip.schema)
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
79
|
+
clips/list
|
|
80
|
+
|
|
81
|
+
No description provided.
|
|
82
|
+
|
|
83
|
+
**Credential required**: *Yes* / **Permission**: *read:account*
|
|
84
|
+
*/
|
|
85
85
|
let postClipsList = (~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsListResponse> => {
|
|
86
86
|
|
|
87
87
|
fetch(
|
|
@@ -108,12 +108,12 @@ type postClipsShowResponse = MisskeyIoComponentSchemas.Clip.t
|
|
|
108
108
|
let postClipsShowResponseSchema = MisskeyIoComponentSchemas.Clip.schema
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
111
|
+
clips/show
|
|
112
|
+
|
|
113
|
+
No description provided.
|
|
114
|
+
|
|
115
|
+
**Credential required**: *No* / **Permission**: *read:account*
|
|
116
|
+
*/
|
|
117
117
|
let postClipsShow = (~body: postClipsShowRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsShowResponse> => {
|
|
118
118
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsShowRequestSchema)
|
|
119
119
|
fetch(
|
|
@@ -146,12 +146,12 @@ type postClipsUpdateResponse = MisskeyIoComponentSchemas.Clip.t
|
|
|
146
146
|
let postClipsUpdateResponseSchema = MisskeyIoComponentSchemas.Clip.schema
|
|
147
147
|
|
|
148
148
|
/**
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
149
|
+
clips/update
|
|
150
|
+
|
|
151
|
+
No description provided.
|
|
152
|
+
|
|
153
|
+
**Credential required**: *Yes* / **Permission**: *write:account*
|
|
154
|
+
*/
|
|
155
155
|
let postClipsUpdate = (~body: postClipsUpdateRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postClipsUpdateResponse> => {
|
|
156
156
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postClipsUpdateRequestSchema)
|
|
157
157
|
fetch(
|
|
@@ -178,12 +178,12 @@ type postNotesClipsResponse = array<MisskeyIoComponentSchemas.Clip.t>
|
|
|
178
178
|
let postNotesClipsResponseSchema = S.array(MisskeyIoComponentSchemas.Clip.schema)
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
181
|
+
notes/clips
|
|
182
|
+
|
|
183
|
+
No description provided.
|
|
184
|
+
|
|
185
|
+
**Credential required**: *No*
|
|
186
|
+
*/
|
|
187
187
|
let postNotesClips = (~body: postNotesClipsRequest, ~fetch: (~url: string, ~method_: string, ~body: option<JSON.t>) => Promise.t<JSON.t>): promise<postNotesClipsResponse> => {
|
|
188
188
|
let jsonBody = body->S.reverseConvertToJsonOrThrow(postNotesClipsRequestSchema)
|
|
189
189
|
fetch(
|