@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
|
@@ -27,7 +27,6 @@ import * as ResetPassword from '../../generated/misskey-io/ResetPassword.mjs';
|
|
|
27
27
|
import * as NonProductive from '../../generated/misskey-io/NonProductive.mjs';
|
|
28
28
|
import * as Role from '../../generated/misskey-io/Role.mjs';
|
|
29
29
|
import * as Lists from '../../generated/misskey-io/Lists.mjs';
|
|
30
|
-
|
|
31
30
|
export class MisskeyClient {
|
|
32
31
|
constructor(baseUrl, token) {
|
|
33
32
|
this.baseUrl = baseUrl;
|
|
@@ -48,645 +47,537 @@ export class MisskeyClient {
|
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
49
|
|
|
51
|
-
|
|
52
50
|
export const Admin = {
|
|
53
|
-
|
|
54
51
|
async postAdminAbuseReportResolverCreate(client, request) {
|
|
55
52
|
return Admin.postAdminAbuseReportResolverCreate({
|
|
56
53
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
57
54
|
});
|
|
58
55
|
},
|
|
59
|
-
|
|
60
56
|
async postAdminAbuseReportResolverDelete(client, request) {
|
|
61
57
|
return Admin.postAdminAbuseReportResolverDelete({
|
|
62
58
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
63
59
|
});
|
|
64
60
|
},
|
|
65
|
-
|
|
66
61
|
async postAdminAbuseReportResolverList(client, request) {
|
|
67
62
|
return Admin.postAdminAbuseReportResolverList({
|
|
68
63
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
69
64
|
});
|
|
70
65
|
},
|
|
71
|
-
|
|
72
66
|
async postAdminAbuseReportResolverUpdate(client, request) {
|
|
73
67
|
return Admin.postAdminAbuseReportResolverUpdate({
|
|
74
68
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
75
69
|
});
|
|
76
70
|
},
|
|
77
|
-
|
|
78
71
|
async postAdminAbuseReportNotificationRecipientCreate(client, request) {
|
|
79
72
|
return Admin.postAdminAbuseReportNotificationRecipientCreate({
|
|
80
73
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
81
74
|
});
|
|
82
75
|
},
|
|
83
|
-
|
|
84
76
|
async postAdminAbuseReportNotificationRecipientDelete(client, request) {
|
|
85
77
|
return Admin.postAdminAbuseReportNotificationRecipientDelete({
|
|
86
78
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
87
79
|
});
|
|
88
80
|
},
|
|
89
|
-
|
|
90
81
|
async postAdminAbuseReportNotificationRecipientList(client, request) {
|
|
91
82
|
return Admin.postAdminAbuseReportNotificationRecipientList({
|
|
92
83
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
93
84
|
});
|
|
94
85
|
},
|
|
95
|
-
|
|
96
86
|
async postAdminAbuseReportNotificationRecipientShow(client, request) {
|
|
97
87
|
return Admin.postAdminAbuseReportNotificationRecipientShow({
|
|
98
88
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
99
89
|
});
|
|
100
90
|
},
|
|
101
|
-
|
|
102
91
|
async postAdminAbuseReportNotificationRecipientUpdate(client, request) {
|
|
103
92
|
return Admin.postAdminAbuseReportNotificationRecipientUpdate({
|
|
104
93
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
105
94
|
});
|
|
106
95
|
},
|
|
107
|
-
|
|
108
96
|
async postAdminAbuseUserReports(client, request) {
|
|
109
97
|
return Admin.postAdminAbuseUserReports({
|
|
110
98
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
111
99
|
});
|
|
112
100
|
},
|
|
113
|
-
|
|
114
101
|
async postAdminAccountsCreate(client, request) {
|
|
115
102
|
return Admin.postAdminAccountsCreate({
|
|
116
103
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
117
104
|
});
|
|
118
105
|
},
|
|
119
|
-
|
|
120
106
|
async postAdminAccountsDelete(client, request) {
|
|
121
107
|
return Admin.postAdminAccountsDelete({
|
|
122
108
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
123
109
|
});
|
|
124
110
|
},
|
|
125
|
-
|
|
126
111
|
async postAdminAccountsFindByEmail(client, request) {
|
|
127
112
|
return Admin.postAdminAccountsFindByEmail({
|
|
128
113
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
129
114
|
});
|
|
130
115
|
},
|
|
131
|
-
|
|
132
116
|
async postAdminAccountsPendingList(client, request) {
|
|
133
117
|
return Admin.postAdminAccountsPendingList({
|
|
134
118
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
135
119
|
});
|
|
136
120
|
},
|
|
137
|
-
|
|
138
121
|
async postAdminAccountsPendingRevoke(client, request) {
|
|
139
122
|
return Admin.postAdminAccountsPendingRevoke({
|
|
140
123
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
141
124
|
});
|
|
142
125
|
},
|
|
143
|
-
|
|
144
126
|
async postAdminAdCreate(client, request) {
|
|
145
127
|
return Admin.postAdminAdCreate({
|
|
146
128
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
147
129
|
});
|
|
148
130
|
},
|
|
149
|
-
|
|
150
131
|
async postAdminAdDelete(client, request) {
|
|
151
132
|
return Admin.postAdminAdDelete({
|
|
152
133
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
153
134
|
});
|
|
154
135
|
},
|
|
155
|
-
|
|
156
136
|
async postAdminAdList(client, request) {
|
|
157
137
|
return Admin.postAdminAdList({
|
|
158
138
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
159
139
|
});
|
|
160
140
|
},
|
|
161
|
-
|
|
162
141
|
async postAdminAdUpdate(client, request) {
|
|
163
142
|
return Admin.postAdminAdUpdate({
|
|
164
143
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
165
144
|
});
|
|
166
145
|
},
|
|
167
|
-
|
|
168
146
|
async postAdminAnnouncementsCreate(client, request) {
|
|
169
147
|
return Admin.postAdminAnnouncementsCreate({
|
|
170
148
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
171
149
|
});
|
|
172
150
|
},
|
|
173
|
-
|
|
174
151
|
async postAdminAnnouncementsDelete(client, request) {
|
|
175
152
|
return Admin.postAdminAnnouncementsDelete({
|
|
176
153
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
177
154
|
});
|
|
178
155
|
},
|
|
179
|
-
|
|
180
156
|
async postAdminAnnouncementsList(client, request) {
|
|
181
157
|
return Admin.postAdminAnnouncementsList({
|
|
182
158
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
183
159
|
});
|
|
184
160
|
},
|
|
185
|
-
|
|
186
161
|
async postAdminAnnouncementsUpdate(client, request) {
|
|
187
162
|
return Admin.postAdminAnnouncementsUpdate({
|
|
188
163
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
189
164
|
});
|
|
190
165
|
},
|
|
191
|
-
|
|
192
166
|
async postAdminAvatarDecorationsCreate(client, request) {
|
|
193
167
|
return Admin.postAdminAvatarDecorationsCreate({
|
|
194
168
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
195
169
|
});
|
|
196
170
|
},
|
|
197
|
-
|
|
198
171
|
async postAdminAvatarDecorationsDelete(client, request) {
|
|
199
172
|
return Admin.postAdminAvatarDecorationsDelete({
|
|
200
173
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
201
174
|
});
|
|
202
175
|
},
|
|
203
|
-
|
|
204
176
|
async postAdminAvatarDecorationsList(client, request) {
|
|
205
177
|
return Admin.postAdminAvatarDecorationsList({
|
|
206
178
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
207
179
|
});
|
|
208
180
|
},
|
|
209
|
-
|
|
210
181
|
async postAdminAvatarDecorationsUpdate(client, request) {
|
|
211
182
|
return Admin.postAdminAvatarDecorationsUpdate({
|
|
212
183
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
213
184
|
});
|
|
214
185
|
},
|
|
215
|
-
|
|
216
186
|
async postAdminCaptchaCurrent(client) {
|
|
217
187
|
return Admin.postAdminCaptchaCurrent({
|
|
218
188
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
219
189
|
});
|
|
220
190
|
},
|
|
221
|
-
|
|
222
191
|
async postAdminCaptchaSave(client, request) {
|
|
223
192
|
return Admin.postAdminCaptchaSave({
|
|
224
193
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
225
194
|
});
|
|
226
195
|
},
|
|
227
|
-
|
|
228
196
|
async postAdminDriveCleanRemoteFiles(client) {
|
|
229
197
|
return Admin.postAdminDriveCleanRemoteFiles({
|
|
230
198
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
231
199
|
});
|
|
232
200
|
},
|
|
233
|
-
|
|
234
201
|
async postAdminDriveCleanup(client) {
|
|
235
202
|
return Admin.postAdminDriveCleanup({
|
|
236
203
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
237
204
|
});
|
|
238
205
|
},
|
|
239
|
-
|
|
240
206
|
async postAdminDriveDeleteAllFilesOfAUser(client, request) {
|
|
241
207
|
return Admin.postAdminDriveDeleteAllFilesOfAUser({
|
|
242
208
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
243
209
|
});
|
|
244
210
|
},
|
|
245
|
-
|
|
246
211
|
async postAdminDriveFiles(client, request) {
|
|
247
212
|
return Admin.postAdminDriveFiles({
|
|
248
213
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
249
214
|
});
|
|
250
215
|
},
|
|
251
|
-
|
|
252
216
|
async postAdminDriveShowFile(client, request) {
|
|
253
217
|
return Admin.postAdminDriveShowFile({
|
|
254
218
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
255
219
|
});
|
|
256
220
|
},
|
|
257
|
-
|
|
258
221
|
async postAdminEmojiAdd(client, request) {
|
|
259
222
|
return Admin.postAdminEmojiAdd({
|
|
260
223
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
261
224
|
});
|
|
262
225
|
},
|
|
263
|
-
|
|
264
226
|
async postAdminEmojiAddAliasesBulk(client, request) {
|
|
265
227
|
return Admin.postAdminEmojiAddAliasesBulk({
|
|
266
228
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
267
229
|
});
|
|
268
230
|
},
|
|
269
|
-
|
|
270
231
|
async postAdminEmojiCopy(client, request) {
|
|
271
232
|
return Admin.postAdminEmojiCopy({
|
|
272
233
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
273
234
|
});
|
|
274
235
|
},
|
|
275
|
-
|
|
276
236
|
async postAdminEmojiDelete(client, request) {
|
|
277
237
|
return Admin.postAdminEmojiDelete({
|
|
278
238
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
279
239
|
});
|
|
280
240
|
},
|
|
281
|
-
|
|
282
241
|
async postAdminEmojiDeleteBulk(client, request) {
|
|
283
242
|
return Admin.postAdminEmojiDeleteBulk({
|
|
284
243
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
285
244
|
});
|
|
286
245
|
},
|
|
287
|
-
|
|
288
246
|
async postAdminEmojiList(client, request) {
|
|
289
247
|
return Admin.postAdminEmojiList({
|
|
290
248
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
291
249
|
});
|
|
292
250
|
},
|
|
293
|
-
|
|
294
251
|
async postAdminEmojiListRemote(client, request) {
|
|
295
252
|
return Admin.postAdminEmojiListRemote({
|
|
296
253
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
297
254
|
});
|
|
298
255
|
},
|
|
299
|
-
|
|
300
256
|
async postAdminEmojiRemoveAliasesBulk(client, request) {
|
|
301
257
|
return Admin.postAdminEmojiRemoveAliasesBulk({
|
|
302
258
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
303
259
|
});
|
|
304
260
|
},
|
|
305
|
-
|
|
306
261
|
async postAdminEmojiSetAliasesBulk(client, request) {
|
|
307
262
|
return Admin.postAdminEmojiSetAliasesBulk({
|
|
308
263
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
309
264
|
});
|
|
310
265
|
},
|
|
311
|
-
|
|
312
266
|
async postAdminEmojiSetCategoryBulk(client, request) {
|
|
313
267
|
return Admin.postAdminEmojiSetCategoryBulk({
|
|
314
268
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
315
269
|
});
|
|
316
270
|
},
|
|
317
|
-
|
|
318
271
|
async postAdminEmojiSetLicenseBulk(client, request) {
|
|
319
272
|
return Admin.postAdminEmojiSetLicenseBulk({
|
|
320
273
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
321
274
|
});
|
|
322
275
|
},
|
|
323
|
-
|
|
324
276
|
async postAdminEmojiUpdate(client, request) {
|
|
325
277
|
return Admin.postAdminEmojiUpdate({
|
|
326
278
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
327
279
|
});
|
|
328
280
|
},
|
|
329
|
-
|
|
330
281
|
async postAdminFederationDeleteAllFiles(client, request) {
|
|
331
282
|
return Admin.postAdminFederationDeleteAllFiles({
|
|
332
283
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
333
284
|
});
|
|
334
285
|
},
|
|
335
|
-
|
|
336
286
|
async postAdminFederationRefreshRemoteInstanceMetadata(client, request) {
|
|
337
287
|
return Admin.postAdminFederationRefreshRemoteInstanceMetadata({
|
|
338
288
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
339
289
|
});
|
|
340
290
|
},
|
|
341
|
-
|
|
342
291
|
async postAdminFederationRemoveAllFollowing(client, request) {
|
|
343
292
|
return Admin.postAdminFederationRemoveAllFollowing({
|
|
344
293
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
345
294
|
});
|
|
346
295
|
},
|
|
347
|
-
|
|
348
296
|
async postAdminFederationUpdateInstance(client, request) {
|
|
349
297
|
return Admin.postAdminFederationUpdateInstance({
|
|
350
298
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
351
299
|
});
|
|
352
300
|
},
|
|
353
|
-
|
|
354
301
|
async postAdminForwardAbuseUserReport(client, request) {
|
|
355
302
|
return Admin.postAdminForwardAbuseUserReport({
|
|
356
303
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
357
304
|
});
|
|
358
305
|
},
|
|
359
|
-
|
|
360
306
|
async postAdminGetIndexStats(client) {
|
|
361
307
|
return Admin.postAdminGetIndexStats({
|
|
362
308
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
363
309
|
});
|
|
364
310
|
},
|
|
365
|
-
|
|
366
311
|
async postAdminGetTableStats(client) {
|
|
367
312
|
return Admin.postAdminGetTableStats({
|
|
368
313
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
369
314
|
});
|
|
370
315
|
},
|
|
371
|
-
|
|
372
316
|
async postAdminGetUserIps(client, request) {
|
|
373
317
|
return Admin.postAdminGetUserIps({
|
|
374
318
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
375
319
|
});
|
|
376
320
|
},
|
|
377
|
-
|
|
378
321
|
async postAdminIndieAuthCreate(client, request) {
|
|
379
322
|
return Admin.postAdminIndieAuthCreate({
|
|
380
323
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
381
324
|
});
|
|
382
325
|
},
|
|
383
|
-
|
|
384
326
|
async postAdminIndieAuthDelete(client, request) {
|
|
385
327
|
return Admin.postAdminIndieAuthDelete({
|
|
386
328
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
387
329
|
});
|
|
388
330
|
},
|
|
389
|
-
|
|
390
331
|
async postAdminIndieAuthList(client, request) {
|
|
391
332
|
return Admin.postAdminIndieAuthList({
|
|
392
333
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
393
334
|
});
|
|
394
335
|
},
|
|
395
|
-
|
|
396
336
|
async postAdminIndieAuthUpdate(client, request) {
|
|
397
337
|
return Admin.postAdminIndieAuthUpdate({
|
|
398
338
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
399
339
|
});
|
|
400
340
|
},
|
|
401
|
-
|
|
402
341
|
async postAdminInviteCreate(client, request) {
|
|
403
342
|
return Admin.postAdminInviteCreate({
|
|
404
343
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
405
344
|
});
|
|
406
345
|
},
|
|
407
|
-
|
|
408
346
|
async postAdminInviteList(client, request) {
|
|
409
347
|
return Admin.postAdminInviteList({
|
|
410
348
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
411
349
|
});
|
|
412
350
|
},
|
|
413
|
-
|
|
414
351
|
async postAdminPromoCreate(client, request) {
|
|
415
352
|
return Admin.postAdminPromoCreate({
|
|
416
353
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
417
354
|
});
|
|
418
355
|
},
|
|
419
|
-
|
|
420
356
|
async postAdminQueueClear(client, request) {
|
|
421
357
|
return Admin.postAdminQueueClear({
|
|
422
358
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
423
359
|
});
|
|
424
360
|
},
|
|
425
|
-
|
|
426
361
|
async postAdminQueueDeliverDelayed(client) {
|
|
427
362
|
return Admin.postAdminQueueDeliverDelayed({
|
|
428
363
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
429
364
|
});
|
|
430
365
|
},
|
|
431
|
-
|
|
432
366
|
async postAdminQueueInboxDelayed(client) {
|
|
433
367
|
return Admin.postAdminQueueInboxDelayed({
|
|
434
368
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
435
369
|
});
|
|
436
370
|
},
|
|
437
|
-
|
|
438
371
|
async postAdminQueuePromote(client, request) {
|
|
439
372
|
return Admin.postAdminQueuePromote({
|
|
440
373
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
441
374
|
});
|
|
442
375
|
},
|
|
443
|
-
|
|
444
376
|
async postAdminQueueStats(client) {
|
|
445
377
|
return Admin.postAdminQueueStats({
|
|
446
378
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
447
379
|
});
|
|
448
380
|
},
|
|
449
|
-
|
|
450
381
|
async postAdminRegenerateUserToken(client, request) {
|
|
451
382
|
return Admin.postAdminRegenerateUserToken({
|
|
452
383
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
453
384
|
});
|
|
454
385
|
},
|
|
455
|
-
|
|
456
386
|
async postAdminRelaysAdd(client, request) {
|
|
457
387
|
return Admin.postAdminRelaysAdd({
|
|
458
388
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
459
389
|
});
|
|
460
390
|
},
|
|
461
|
-
|
|
462
391
|
async postAdminRelaysList(client) {
|
|
463
392
|
return Admin.postAdminRelaysList({
|
|
464
393
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
465
394
|
});
|
|
466
395
|
},
|
|
467
|
-
|
|
468
396
|
async postAdminRelaysRemove(client, request) {
|
|
469
397
|
return Admin.postAdminRelaysRemove({
|
|
470
398
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
471
399
|
});
|
|
472
400
|
},
|
|
473
|
-
|
|
474
401
|
async postAdminResetPassword(client, request) {
|
|
475
402
|
return Admin.postAdminResetPassword({
|
|
476
403
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
477
404
|
});
|
|
478
405
|
},
|
|
479
|
-
|
|
480
406
|
async postAdminResolveAbuseUserReport(client, request) {
|
|
481
407
|
return Admin.postAdminResolveAbuseUserReport({
|
|
482
408
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
483
409
|
});
|
|
484
410
|
},
|
|
485
|
-
|
|
486
411
|
async postAdminRolesAssign(client, request) {
|
|
487
412
|
return Admin.postAdminRolesAssign({
|
|
488
413
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
489
414
|
});
|
|
490
415
|
},
|
|
491
|
-
|
|
492
416
|
async postAdminRolesCreate(client, request) {
|
|
493
417
|
return Admin.postAdminRolesCreate({
|
|
494
418
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
495
419
|
});
|
|
496
420
|
},
|
|
497
|
-
|
|
498
421
|
async postAdminRolesDelete(client, request) {
|
|
499
422
|
return Admin.postAdminRolesDelete({
|
|
500
423
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
501
424
|
});
|
|
502
425
|
},
|
|
503
|
-
|
|
504
426
|
async postAdminRolesList(client) {
|
|
505
427
|
return Admin.postAdminRolesList({
|
|
506
428
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
507
429
|
});
|
|
508
430
|
},
|
|
509
|
-
|
|
510
431
|
async postAdminRolesShow(client, request) {
|
|
511
432
|
return Admin.postAdminRolesShow({
|
|
512
433
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
513
434
|
});
|
|
514
435
|
},
|
|
515
|
-
|
|
516
436
|
async postAdminRolesUnassign(client, request) {
|
|
517
437
|
return Admin.postAdminRolesUnassign({
|
|
518
438
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
519
439
|
});
|
|
520
440
|
},
|
|
521
|
-
|
|
522
441
|
async postAdminRolesUpdate(client, request) {
|
|
523
442
|
return Admin.postAdminRolesUpdate({
|
|
524
443
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
525
444
|
});
|
|
526
445
|
},
|
|
527
|
-
|
|
528
446
|
async postAdminRolesUpdateDefaultPolicies(client, request) {
|
|
529
447
|
return Admin.postAdminRolesUpdateDefaultPolicies({
|
|
530
448
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
531
449
|
});
|
|
532
450
|
},
|
|
533
|
-
|
|
534
451
|
async postAdminRolesUpdateInlinePolicies(client, request) {
|
|
535
452
|
return Admin.postAdminRolesUpdateInlinePolicies({
|
|
536
453
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
537
454
|
});
|
|
538
455
|
},
|
|
539
|
-
|
|
540
456
|
async postAdminRolesUsers(client, request) {
|
|
541
457
|
return Admin.postAdminRolesUsers({
|
|
542
458
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
543
459
|
});
|
|
544
460
|
},
|
|
545
|
-
|
|
546
461
|
async postAdminSendEmail(client, request) {
|
|
547
462
|
return Admin.postAdminSendEmail({
|
|
548
463
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
549
464
|
});
|
|
550
465
|
},
|
|
551
|
-
|
|
552
466
|
async postAdminShowModerationLogs(client, request) {
|
|
553
467
|
return Admin.postAdminShowModerationLogs({
|
|
554
468
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
555
469
|
});
|
|
556
470
|
},
|
|
557
|
-
|
|
558
471
|
async postAdminShowUser(client, request) {
|
|
559
472
|
return Admin.postAdminShowUser({
|
|
560
473
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
561
474
|
});
|
|
562
475
|
},
|
|
563
|
-
|
|
564
476
|
async postAdminShowUserAccountMoveLogs(client, request) {
|
|
565
477
|
return Admin.postAdminShowUserAccountMoveLogs({
|
|
566
478
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
567
479
|
});
|
|
568
480
|
},
|
|
569
|
-
|
|
570
481
|
async postAdminShowUsers(client, request) {
|
|
571
482
|
return Admin.postAdminShowUsers({
|
|
572
483
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
573
484
|
});
|
|
574
485
|
},
|
|
575
|
-
|
|
576
486
|
async postAdminSsoCreate(client, request) {
|
|
577
487
|
return Admin.postAdminSsoCreate({
|
|
578
488
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
579
489
|
});
|
|
580
490
|
},
|
|
581
|
-
|
|
582
491
|
async postAdminSsoDelete(client, request) {
|
|
583
492
|
return Admin.postAdminSsoDelete({
|
|
584
493
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
585
494
|
});
|
|
586
495
|
},
|
|
587
|
-
|
|
588
496
|
async postAdminSsoList(client, request) {
|
|
589
497
|
return Admin.postAdminSsoList({
|
|
590
498
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
591
499
|
});
|
|
592
500
|
},
|
|
593
|
-
|
|
594
501
|
async postAdminSsoUpdate(client, request) {
|
|
595
502
|
return Admin.postAdminSsoUpdate({
|
|
596
503
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
597
504
|
});
|
|
598
505
|
},
|
|
599
|
-
|
|
600
506
|
async postAdminSuspendUser(client, request) {
|
|
601
507
|
return Admin.postAdminSuspendUser({
|
|
602
508
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
603
509
|
});
|
|
604
510
|
},
|
|
605
|
-
|
|
606
511
|
async postAdminSystemWebhookCreate(client, request) {
|
|
607
512
|
return Admin.postAdminSystemWebhookCreate({
|
|
608
513
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
609
514
|
});
|
|
610
515
|
},
|
|
611
|
-
|
|
612
516
|
async postAdminSystemWebhookDelete(client, request) {
|
|
613
517
|
return Admin.postAdminSystemWebhookDelete({
|
|
614
518
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
615
519
|
});
|
|
616
520
|
},
|
|
617
|
-
|
|
618
521
|
async postAdminSystemWebhookList(client, request) {
|
|
619
522
|
return Admin.postAdminSystemWebhookList({
|
|
620
523
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
621
524
|
});
|
|
622
525
|
},
|
|
623
|
-
|
|
624
526
|
async postAdminSystemWebhookShow(client, request) {
|
|
625
527
|
return Admin.postAdminSystemWebhookShow({
|
|
626
528
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
627
529
|
});
|
|
628
530
|
},
|
|
629
|
-
|
|
630
531
|
async postAdminSystemWebhookUpdate(client, request) {
|
|
631
532
|
return Admin.postAdminSystemWebhookUpdate({
|
|
632
533
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
633
534
|
});
|
|
634
535
|
},
|
|
635
|
-
|
|
636
536
|
async postAdminUnsetUserAvatar(client, request) {
|
|
637
537
|
return Admin.postAdminUnsetUserAvatar({
|
|
638
538
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
639
539
|
});
|
|
640
540
|
},
|
|
641
|
-
|
|
642
541
|
async postAdminUnsetUserBanner(client, request) {
|
|
643
542
|
return Admin.postAdminUnsetUserBanner({
|
|
644
543
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
645
544
|
});
|
|
646
545
|
},
|
|
647
|
-
|
|
648
546
|
async postAdminUnsetUserMutualLink(client, request) {
|
|
649
547
|
return Admin.postAdminUnsetUserMutualLink({
|
|
650
548
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
651
549
|
});
|
|
652
550
|
},
|
|
653
|
-
|
|
654
551
|
async postAdminUnsuspendUser(client, request) {
|
|
655
552
|
return Admin.postAdminUnsuspendUser({
|
|
656
553
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
657
554
|
});
|
|
658
555
|
},
|
|
659
|
-
|
|
660
556
|
async postAdminUpdateAbuseUserReport(client, request) {
|
|
661
557
|
return Admin.postAdminUpdateAbuseUserReport({
|
|
662
558
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
663
559
|
});
|
|
664
560
|
},
|
|
665
|
-
|
|
666
561
|
async postAdminUpdateMeta(client, request) {
|
|
667
562
|
return Admin.postAdminUpdateMeta({
|
|
668
563
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
669
564
|
});
|
|
670
565
|
},
|
|
671
|
-
|
|
672
566
|
async postAdminUpdateProxyAccount(client, request) {
|
|
673
567
|
return Admin.postAdminUpdateProxyAccount({
|
|
674
568
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
675
569
|
});
|
|
676
570
|
},
|
|
677
|
-
|
|
678
571
|
async postAdminUpdateUserName(client, request) {
|
|
679
572
|
return Admin.postAdminUpdateUserName({
|
|
680
573
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
681
574
|
});
|
|
682
575
|
},
|
|
683
|
-
|
|
684
576
|
async postAdminUpdateUserNote(client, request) {
|
|
685
577
|
return Admin.postAdminUpdateUserNote({
|
|
686
578
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
687
579
|
});
|
|
688
580
|
},
|
|
689
|
-
|
|
690
581
|
async postV2AdminEmojiList(client, request) {
|
|
691
582
|
return Admin.postV2AdminEmojiList({
|
|
692
583
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -694,333 +585,277 @@ export const Admin = {
|
|
|
694
585
|
},
|
|
695
586
|
};
|
|
696
587
|
|
|
697
|
-
|
|
698
588
|
export const Default = {
|
|
699
|
-
|
|
700
589
|
async postAdminEmojiImportZip(client, request) {
|
|
701
590
|
return Default.postAdminEmojiImportZip({
|
|
702
591
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
703
592
|
});
|
|
704
593
|
},
|
|
705
|
-
|
|
706
594
|
async getBubbleGameRanking(client, request) {
|
|
707
595
|
return Default.getBubbleGameRanking({
|
|
708
596
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
709
597
|
});
|
|
710
598
|
},
|
|
711
|
-
|
|
712
599
|
async postBubbleGameRanking(client, request) {
|
|
713
600
|
return Default.postBubbleGameRanking({
|
|
714
601
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
715
602
|
});
|
|
716
603
|
},
|
|
717
|
-
|
|
718
604
|
async postBubbleGameRegister(client, request) {
|
|
719
605
|
return Default.postBubbleGameRegister({
|
|
720
606
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
721
607
|
});
|
|
722
608
|
},
|
|
723
|
-
|
|
724
609
|
async postExportCustomEmojis(client) {
|
|
725
610
|
return Default.postExportCustomEmojis({
|
|
726
611
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
727
612
|
});
|
|
728
613
|
},
|
|
729
|
-
|
|
730
614
|
async postI2faDone(client, request) {
|
|
731
615
|
return Default.postI2faDone({
|
|
732
616
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
733
617
|
});
|
|
734
618
|
},
|
|
735
|
-
|
|
736
619
|
async postI2faKeyDone(client, request) {
|
|
737
620
|
return Default.postI2faKeyDone({
|
|
738
621
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
739
622
|
});
|
|
740
623
|
},
|
|
741
|
-
|
|
742
624
|
async postI2faPasswordLess(client, request) {
|
|
743
625
|
return Default.postI2faPasswordLess({
|
|
744
626
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
745
627
|
});
|
|
746
628
|
},
|
|
747
|
-
|
|
748
629
|
async postI2faRegister(client, request) {
|
|
749
630
|
return Default.postI2faRegister({
|
|
750
631
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
751
632
|
});
|
|
752
633
|
},
|
|
753
|
-
|
|
754
634
|
async postI2faRegisterKey(client, request) {
|
|
755
635
|
return Default.postI2faRegisterKey({
|
|
756
636
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
757
637
|
});
|
|
758
638
|
},
|
|
759
|
-
|
|
760
639
|
async postI2faRemoveKey(client, request) {
|
|
761
640
|
return Default.postI2faRemoveKey({
|
|
762
641
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
763
642
|
});
|
|
764
643
|
},
|
|
765
|
-
|
|
766
644
|
async postI2faUnregister(client, request) {
|
|
767
645
|
return Default.postI2faUnregister({
|
|
768
646
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
769
647
|
});
|
|
770
648
|
},
|
|
771
|
-
|
|
772
649
|
async postI2faUpdateKey(client, request) {
|
|
773
650
|
return Default.postI2faUpdateKey({
|
|
774
651
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
775
652
|
});
|
|
776
653
|
},
|
|
777
|
-
|
|
778
654
|
async postIApps(client, request) {
|
|
779
655
|
return Default.postIApps({
|
|
780
656
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
781
657
|
});
|
|
782
658
|
},
|
|
783
|
-
|
|
784
659
|
async postIAuthorizedApps(client, request) {
|
|
785
660
|
return Default.postIAuthorizedApps({
|
|
786
661
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
787
662
|
});
|
|
788
663
|
},
|
|
789
|
-
|
|
790
664
|
async postIChangePassword(client, request) {
|
|
791
665
|
return Default.postIChangePassword({
|
|
792
666
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
793
667
|
});
|
|
794
668
|
},
|
|
795
|
-
|
|
796
669
|
async postIClaimAchievement(client, request) {
|
|
797
670
|
return Default.postIClaimAchievement({
|
|
798
671
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
799
672
|
});
|
|
800
673
|
},
|
|
801
|
-
|
|
802
674
|
async postIDeleteAccount(client, request) {
|
|
803
675
|
return Default.postIDeleteAccount({
|
|
804
676
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
805
677
|
});
|
|
806
678
|
},
|
|
807
|
-
|
|
808
679
|
async postIExportAntennas(client) {
|
|
809
680
|
return Default.postIExportAntennas({
|
|
810
681
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
811
682
|
});
|
|
812
683
|
},
|
|
813
|
-
|
|
814
684
|
async postIExportBlocking(client) {
|
|
815
685
|
return Default.postIExportBlocking({
|
|
816
686
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
817
687
|
});
|
|
818
688
|
},
|
|
819
|
-
|
|
820
689
|
async postIExportClips(client) {
|
|
821
690
|
return Default.postIExportClips({
|
|
822
691
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
823
692
|
});
|
|
824
693
|
},
|
|
825
|
-
|
|
826
694
|
async postIExportFavorites(client) {
|
|
827
695
|
return Default.postIExportFavorites({
|
|
828
696
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
829
697
|
});
|
|
830
698
|
},
|
|
831
|
-
|
|
832
699
|
async postIExportFollowing(client, request) {
|
|
833
700
|
return Default.postIExportFollowing({
|
|
834
701
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
835
702
|
});
|
|
836
703
|
},
|
|
837
|
-
|
|
838
704
|
async postIExportMute(client) {
|
|
839
705
|
return Default.postIExportMute({
|
|
840
706
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
841
707
|
});
|
|
842
708
|
},
|
|
843
|
-
|
|
844
709
|
async postIExportNotes(client) {
|
|
845
710
|
return Default.postIExportNotes({
|
|
846
711
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
847
712
|
});
|
|
848
713
|
},
|
|
849
|
-
|
|
850
714
|
async postIExportUserLists(client) {
|
|
851
715
|
return Default.postIExportUserLists({
|
|
852
716
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
853
717
|
});
|
|
854
718
|
},
|
|
855
|
-
|
|
856
719
|
async postIImportAntennas(client, request) {
|
|
857
720
|
return Default.postIImportAntennas({
|
|
858
721
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
859
722
|
});
|
|
860
723
|
},
|
|
861
|
-
|
|
862
724
|
async postIImportBlocking(client, request) {
|
|
863
725
|
return Default.postIImportBlocking({
|
|
864
726
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
865
727
|
});
|
|
866
728
|
},
|
|
867
|
-
|
|
868
729
|
async postIImportFollowing(client, request) {
|
|
869
730
|
return Default.postIImportFollowing({
|
|
870
731
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
871
732
|
});
|
|
872
733
|
},
|
|
873
|
-
|
|
874
734
|
async postIImportMuting(client, request) {
|
|
875
735
|
return Default.postIImportMuting({
|
|
876
736
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
877
737
|
});
|
|
878
738
|
},
|
|
879
|
-
|
|
880
739
|
async postIImportUserLists(client, request) {
|
|
881
740
|
return Default.postIImportUserLists({
|
|
882
741
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
883
742
|
});
|
|
884
743
|
},
|
|
885
|
-
|
|
886
744
|
async postIRegenerateToken(client, request) {
|
|
887
745
|
return Default.postIRegenerateToken({
|
|
888
746
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
889
747
|
});
|
|
890
748
|
},
|
|
891
|
-
|
|
892
749
|
async postIRegistryGet(client, request) {
|
|
893
750
|
return Default.postIRegistryGet({
|
|
894
751
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
895
752
|
});
|
|
896
753
|
},
|
|
897
|
-
|
|
898
754
|
async postIRegistryGetAll(client, request) {
|
|
899
755
|
return Default.postIRegistryGetAll({
|
|
900
756
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
901
757
|
});
|
|
902
758
|
},
|
|
903
|
-
|
|
904
759
|
async postIRegistryGetDetail(client, request) {
|
|
905
760
|
return Default.postIRegistryGetDetail({
|
|
906
761
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
907
762
|
});
|
|
908
763
|
},
|
|
909
|
-
|
|
910
764
|
async postIRegistryKeys(client, request) {
|
|
911
765
|
return Default.postIRegistryKeys({
|
|
912
766
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
913
767
|
});
|
|
914
768
|
},
|
|
915
|
-
|
|
916
769
|
async postIRegistryKeysWithType(client, request) {
|
|
917
770
|
return Default.postIRegistryKeysWithType({
|
|
918
771
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
919
772
|
});
|
|
920
773
|
},
|
|
921
|
-
|
|
922
774
|
async postIRegistryRemove(client, request) {
|
|
923
775
|
return Default.postIRegistryRemove({
|
|
924
776
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
925
777
|
});
|
|
926
778
|
},
|
|
927
|
-
|
|
928
779
|
async postIRegistryScopesWithDomain(client) {
|
|
929
780
|
return Default.postIRegistryScopesWithDomain({
|
|
930
781
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
931
782
|
});
|
|
932
783
|
},
|
|
933
|
-
|
|
934
784
|
async postIRegistrySet(client, request) {
|
|
935
785
|
return Default.postIRegistrySet({
|
|
936
786
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
937
787
|
});
|
|
938
788
|
},
|
|
939
|
-
|
|
940
789
|
async postIRevokeToken(client, request) {
|
|
941
790
|
return Default.postIRevokeToken({
|
|
942
791
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
943
792
|
});
|
|
944
793
|
},
|
|
945
|
-
|
|
946
794
|
async postISigninHistory(client, request) {
|
|
947
795
|
return Default.postISigninHistory({
|
|
948
796
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
949
797
|
});
|
|
950
798
|
},
|
|
951
|
-
|
|
952
799
|
async postIUpdateEmail(client, request) {
|
|
953
800
|
return Default.postIUpdateEmail({
|
|
954
801
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
955
802
|
});
|
|
956
803
|
},
|
|
957
|
-
|
|
958
804
|
async postPagePush(client, request) {
|
|
959
805
|
return Default.postPagePush({
|
|
960
806
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
961
807
|
});
|
|
962
808
|
},
|
|
963
|
-
|
|
964
809
|
async postReversiCancelMatch(client, request) {
|
|
965
810
|
return Default.postReversiCancelMatch({
|
|
966
811
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
967
812
|
});
|
|
968
813
|
},
|
|
969
|
-
|
|
970
814
|
async postReversiGames(client, request) {
|
|
971
815
|
return Default.postReversiGames({
|
|
972
816
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
973
817
|
});
|
|
974
818
|
},
|
|
975
|
-
|
|
976
819
|
async postReversiInvitations(client) {
|
|
977
820
|
return Default.postReversiInvitations({
|
|
978
821
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
979
822
|
});
|
|
980
823
|
},
|
|
981
|
-
|
|
982
824
|
async postReversiMatch(client, request) {
|
|
983
825
|
return Default.postReversiMatch({
|
|
984
826
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
985
827
|
});
|
|
986
828
|
},
|
|
987
|
-
|
|
988
829
|
async postReversiShowGame(client, request) {
|
|
989
830
|
return Default.postReversiShowGame({
|
|
990
831
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
991
832
|
});
|
|
992
833
|
},
|
|
993
|
-
|
|
994
834
|
async postReversiSurrender(client, request) {
|
|
995
835
|
return Default.postReversiSurrender({
|
|
996
836
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
997
837
|
});
|
|
998
838
|
},
|
|
999
|
-
|
|
1000
839
|
async postReversiVerify(client, request) {
|
|
1001
840
|
return Default.postReversiVerify({
|
|
1002
841
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1003
842
|
});
|
|
1004
843
|
},
|
|
1005
|
-
|
|
1006
844
|
async postUsersAchievements(client, request) {
|
|
1007
845
|
return Default.postUsersAchievements({
|
|
1008
846
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1009
847
|
});
|
|
1010
848
|
},
|
|
1011
|
-
|
|
1012
849
|
async postUsersListsCreateFromPublic(client, request) {
|
|
1013
850
|
return Default.postUsersListsCreateFromPublic({
|
|
1014
851
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1015
852
|
});
|
|
1016
853
|
},
|
|
1017
|
-
|
|
1018
854
|
async postUsersListsFavorite(client, request) {
|
|
1019
855
|
return Default.postUsersListsFavorite({
|
|
1020
856
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1021
857
|
});
|
|
1022
858
|
},
|
|
1023
|
-
|
|
1024
859
|
async postUsersListsUnfavorite(client, request) {
|
|
1025
860
|
return Default.postUsersListsUnfavorite({
|
|
1026
861
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1028,147 +863,122 @@ export const Default = {
|
|
|
1028
863
|
},
|
|
1029
864
|
};
|
|
1030
865
|
|
|
1031
|
-
|
|
1032
866
|
export const Meta = {
|
|
1033
|
-
|
|
1034
867
|
async postAdminMeta(client) {
|
|
1035
868
|
return Meta.postAdminMeta({
|
|
1036
869
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1037
870
|
});
|
|
1038
871
|
},
|
|
1039
|
-
|
|
1040
872
|
async postAnnouncement(client, request) {
|
|
1041
873
|
return Meta.postAnnouncement({
|
|
1042
874
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1043
875
|
});
|
|
1044
876
|
},
|
|
1045
|
-
|
|
1046
877
|
async postAnnouncements(client, request) {
|
|
1047
878
|
return Meta.postAnnouncements({
|
|
1048
879
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1049
880
|
});
|
|
1050
881
|
},
|
|
1051
|
-
|
|
1052
882
|
async postAnnouncementsShow(client, request) {
|
|
1053
883
|
return Meta.postAnnouncementsShow({
|
|
1054
884
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1055
885
|
});
|
|
1056
886
|
},
|
|
1057
|
-
|
|
1058
887
|
async getEmoji(client, request) {
|
|
1059
888
|
return Meta.getEmoji({
|
|
1060
889
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1061
890
|
});
|
|
1062
891
|
},
|
|
1063
|
-
|
|
1064
892
|
async postEmoji(client, request) {
|
|
1065
893
|
return Meta.postEmoji({
|
|
1066
894
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1067
895
|
});
|
|
1068
896
|
},
|
|
1069
|
-
|
|
1070
897
|
async getEmojis(client) {
|
|
1071
898
|
return Meta.getEmojis({
|
|
1072
899
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1073
900
|
});
|
|
1074
901
|
},
|
|
1075
|
-
|
|
1076
902
|
async postEmojis(client) {
|
|
1077
903
|
return Meta.postEmojis({
|
|
1078
904
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1079
905
|
});
|
|
1080
906
|
},
|
|
1081
|
-
|
|
1082
907
|
async postEndpoint(client, request) {
|
|
1083
908
|
return Meta.postEndpoint({
|
|
1084
909
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1085
910
|
});
|
|
1086
911
|
},
|
|
1087
|
-
|
|
1088
912
|
async postEndpoints(client) {
|
|
1089
913
|
return Meta.postEndpoints({
|
|
1090
914
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1091
915
|
});
|
|
1092
916
|
},
|
|
1093
|
-
|
|
1094
917
|
async postFetchExternalResources(client, request) {
|
|
1095
918
|
return Meta.postFetchExternalResources({
|
|
1096
919
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1097
920
|
});
|
|
1098
921
|
},
|
|
1099
|
-
|
|
1100
922
|
async getFetchRss(client, request) {
|
|
1101
923
|
return Meta.getFetchRss({
|
|
1102
924
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1103
925
|
});
|
|
1104
926
|
},
|
|
1105
|
-
|
|
1106
927
|
async postFetchRss(client, request) {
|
|
1107
928
|
return Meta.postFetchRss({
|
|
1108
929
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1109
930
|
});
|
|
1110
931
|
},
|
|
1111
|
-
|
|
1112
932
|
async getGetOnlineUsersCount(client) {
|
|
1113
933
|
return Meta.getGetOnlineUsersCount({
|
|
1114
934
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1115
935
|
});
|
|
1116
936
|
},
|
|
1117
|
-
|
|
1118
937
|
async postGetOnlineUsersCount(client) {
|
|
1119
938
|
return Meta.postGetOnlineUsersCount({
|
|
1120
939
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1121
940
|
});
|
|
1122
941
|
},
|
|
1123
|
-
|
|
1124
942
|
async postInviteCreate(client) {
|
|
1125
943
|
return Meta.postInviteCreate({
|
|
1126
944
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1127
945
|
});
|
|
1128
946
|
},
|
|
1129
|
-
|
|
1130
947
|
async postInviteDelete(client, request) {
|
|
1131
948
|
return Meta.postInviteDelete({
|
|
1132
949
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1133
950
|
});
|
|
1134
951
|
},
|
|
1135
|
-
|
|
1136
952
|
async postInviteLimit(client) {
|
|
1137
953
|
return Meta.postInviteLimit({
|
|
1138
954
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1139
955
|
});
|
|
1140
956
|
},
|
|
1141
|
-
|
|
1142
957
|
async postInviteList(client, request) {
|
|
1143
958
|
return Meta.postInviteList({
|
|
1144
959
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1145
960
|
});
|
|
1146
961
|
},
|
|
1147
|
-
|
|
1148
962
|
async getMeta(client, request) {
|
|
1149
963
|
return Meta.getMeta({
|
|
1150
964
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1151
965
|
});
|
|
1152
966
|
},
|
|
1153
|
-
|
|
1154
967
|
async postMeta(client, request) {
|
|
1155
968
|
return Meta.postMeta({
|
|
1156
969
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1157
970
|
});
|
|
1158
971
|
},
|
|
1159
|
-
|
|
1160
972
|
async postPing(client) {
|
|
1161
973
|
return Meta.postPing({
|
|
1162
974
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1163
975
|
});
|
|
1164
976
|
},
|
|
1165
|
-
|
|
1166
977
|
async getStats(client) {
|
|
1167
978
|
return Meta.getStats({
|
|
1168
979
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1169
980
|
});
|
|
1170
981
|
},
|
|
1171
|
-
|
|
1172
982
|
async postStats(client) {
|
|
1173
983
|
return Meta.postStats({
|
|
1174
984
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1176,45 +986,37 @@ export const Meta = {
|
|
|
1176
986
|
},
|
|
1177
987
|
};
|
|
1178
988
|
|
|
1179
|
-
|
|
1180
989
|
export const Webhooks = {
|
|
1181
|
-
|
|
1182
990
|
async postAdminSystemWebhookTest(client, request) {
|
|
1183
991
|
return Webhooks.postAdminSystemWebhookTest({
|
|
1184
992
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1185
993
|
});
|
|
1186
994
|
},
|
|
1187
|
-
|
|
1188
995
|
async postIWebhooksCreate(client, request) {
|
|
1189
996
|
return Webhooks.postIWebhooksCreate({
|
|
1190
997
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1191
998
|
});
|
|
1192
999
|
},
|
|
1193
|
-
|
|
1194
1000
|
async postIWebhooksDelete(client, request) {
|
|
1195
1001
|
return Webhooks.postIWebhooksDelete({
|
|
1196
1002
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1197
1003
|
});
|
|
1198
1004
|
},
|
|
1199
|
-
|
|
1200
1005
|
async postIWebhooksList(client) {
|
|
1201
1006
|
return Webhooks.postIWebhooksList({
|
|
1202
1007
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1203
1008
|
});
|
|
1204
1009
|
},
|
|
1205
|
-
|
|
1206
1010
|
async postIWebhooksShow(client, request) {
|
|
1207
1011
|
return Webhooks.postIWebhooksShow({
|
|
1208
1012
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1209
1013
|
});
|
|
1210
1014
|
},
|
|
1211
|
-
|
|
1212
1015
|
async postIWebhooksTest(client, request) {
|
|
1213
1016
|
return Webhooks.postIWebhooksTest({
|
|
1214
1017
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1215
1018
|
});
|
|
1216
1019
|
},
|
|
1217
|
-
|
|
1218
1020
|
async postIWebhooksUpdate(client, request) {
|
|
1219
1021
|
return Webhooks.postIWebhooksUpdate({
|
|
1220
1022
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1222,39 +1024,32 @@ export const Webhooks = {
|
|
|
1222
1024
|
},
|
|
1223
1025
|
};
|
|
1224
1026
|
|
|
1225
|
-
|
|
1226
1027
|
export const Antennas = {
|
|
1227
|
-
|
|
1228
1028
|
async postAntennasCreate(client, request) {
|
|
1229
1029
|
return Antennas.postAntennasCreate({
|
|
1230
1030
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1231
1031
|
});
|
|
1232
1032
|
},
|
|
1233
|
-
|
|
1234
1033
|
async postAntennasDelete(client, request) {
|
|
1235
1034
|
return Antennas.postAntennasDelete({
|
|
1236
1035
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1237
1036
|
});
|
|
1238
1037
|
},
|
|
1239
|
-
|
|
1240
1038
|
async postAntennasList(client) {
|
|
1241
1039
|
return Antennas.postAntennasList({
|
|
1242
1040
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1243
1041
|
});
|
|
1244
1042
|
},
|
|
1245
|
-
|
|
1246
1043
|
async postAntennasNotes(client, request) {
|
|
1247
1044
|
return Antennas.postAntennasNotes({
|
|
1248
1045
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1249
1046
|
});
|
|
1250
1047
|
},
|
|
1251
|
-
|
|
1252
1048
|
async postAntennasShow(client, request) {
|
|
1253
1049
|
return Antennas.postAntennasShow({
|
|
1254
1050
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1255
1051
|
});
|
|
1256
1052
|
},
|
|
1257
|
-
|
|
1258
1053
|
async postAntennasUpdate(client, request) {
|
|
1259
1054
|
return Antennas.postAntennasUpdate({
|
|
1260
1055
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1262,69 +1057,57 @@ export const Antennas = {
|
|
|
1262
1057
|
},
|
|
1263
1058
|
};
|
|
1264
1059
|
|
|
1265
|
-
|
|
1266
1060
|
export const Federation = {
|
|
1267
|
-
|
|
1268
1061
|
async postApGet(client, request) {
|
|
1269
1062
|
return Federation.postApGet({
|
|
1270
1063
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1271
1064
|
});
|
|
1272
1065
|
},
|
|
1273
|
-
|
|
1274
1066
|
async postApShow(client, request) {
|
|
1275
1067
|
return Federation.postApShow({
|
|
1276
1068
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1277
1069
|
});
|
|
1278
1070
|
},
|
|
1279
|
-
|
|
1280
1071
|
async postFederationFollowers(client, request) {
|
|
1281
1072
|
return Federation.postFederationFollowers({
|
|
1282
1073
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1283
1074
|
});
|
|
1284
1075
|
},
|
|
1285
|
-
|
|
1286
1076
|
async postFederationFollowing(client, request) {
|
|
1287
1077
|
return Federation.postFederationFollowing({
|
|
1288
1078
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1289
1079
|
});
|
|
1290
1080
|
},
|
|
1291
|
-
|
|
1292
1081
|
async getFederationInstances(client, request) {
|
|
1293
1082
|
return Federation.getFederationInstances({
|
|
1294
1083
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1295
1084
|
});
|
|
1296
1085
|
},
|
|
1297
|
-
|
|
1298
1086
|
async postFederationInstances(client, request) {
|
|
1299
1087
|
return Federation.postFederationInstances({
|
|
1300
1088
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1301
1089
|
});
|
|
1302
1090
|
},
|
|
1303
|
-
|
|
1304
1091
|
async postFederationShowInstance(client, request) {
|
|
1305
1092
|
return Federation.postFederationShowInstance({
|
|
1306
1093
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1307
1094
|
});
|
|
1308
1095
|
},
|
|
1309
|
-
|
|
1310
1096
|
async getFederationStats(client, request) {
|
|
1311
1097
|
return Federation.getFederationStats({
|
|
1312
1098
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1313
1099
|
});
|
|
1314
1100
|
},
|
|
1315
|
-
|
|
1316
1101
|
async postFederationStats(client, request) {
|
|
1317
1102
|
return Federation.postFederationStats({
|
|
1318
1103
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1319
1104
|
});
|
|
1320
1105
|
},
|
|
1321
|
-
|
|
1322
1106
|
async postFederationUpdateRemoteUser(client, request) {
|
|
1323
1107
|
return Federation.postFederationUpdateRemoteUser({
|
|
1324
1108
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1325
1109
|
});
|
|
1326
1110
|
},
|
|
1327
|
-
|
|
1328
1111
|
async postFederationUsers(client, request) {
|
|
1329
1112
|
return Federation.postFederationUsers({
|
|
1330
1113
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1332,15 +1115,12 @@ export const Federation = {
|
|
|
1332
1115
|
},
|
|
1333
1116
|
};
|
|
1334
1117
|
|
|
1335
|
-
|
|
1336
1118
|
export const App = {
|
|
1337
|
-
|
|
1338
1119
|
async postAppCreate(client, request) {
|
|
1339
1120
|
return App.postAppCreate({
|
|
1340
1121
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1341
1122
|
});
|
|
1342
1123
|
},
|
|
1343
|
-
|
|
1344
1124
|
async postAppShow(client, request) {
|
|
1345
1125
|
return App.postAppShow({
|
|
1346
1126
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1348,33 +1128,27 @@ export const App = {
|
|
|
1348
1128
|
},
|
|
1349
1129
|
};
|
|
1350
1130
|
|
|
1351
|
-
|
|
1352
1131
|
export const Auth = {
|
|
1353
|
-
|
|
1354
1132
|
async postAuthAccept(client, request) {
|
|
1355
1133
|
return Auth.postAuthAccept({
|
|
1356
1134
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1357
1135
|
});
|
|
1358
1136
|
},
|
|
1359
|
-
|
|
1360
1137
|
async postAuthSessionGenerate(client, request) {
|
|
1361
1138
|
return Auth.postAuthSessionGenerate({
|
|
1362
1139
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1363
1140
|
});
|
|
1364
1141
|
},
|
|
1365
|
-
|
|
1366
1142
|
async postAuthSessionShow(client, request) {
|
|
1367
1143
|
return Auth.postAuthSessionShow({
|
|
1368
1144
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1369
1145
|
});
|
|
1370
1146
|
},
|
|
1371
|
-
|
|
1372
1147
|
async postAuthSessionUserkey(client, request) {
|
|
1373
1148
|
return Auth.postAuthSessionUserkey({
|
|
1374
1149
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1375
1150
|
});
|
|
1376
1151
|
},
|
|
1377
|
-
|
|
1378
1152
|
async postMiauthGenToken(client, request) {
|
|
1379
1153
|
return Auth.postMiauthGenToken({
|
|
1380
1154
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1382,207 +1156,172 @@ export const Auth = {
|
|
|
1382
1156
|
},
|
|
1383
1157
|
};
|
|
1384
1158
|
|
|
1385
|
-
|
|
1386
1159
|
export const Account = {
|
|
1387
|
-
|
|
1388
1160
|
async postBlockingCreate(client, request) {
|
|
1389
1161
|
return Account.postBlockingCreate({
|
|
1390
1162
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1391
1163
|
});
|
|
1392
1164
|
},
|
|
1393
|
-
|
|
1394
1165
|
async postBlockingDelete(client, request) {
|
|
1395
1166
|
return Account.postBlockingDelete({
|
|
1396
1167
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1397
1168
|
});
|
|
1398
1169
|
},
|
|
1399
|
-
|
|
1400
1170
|
async postBlockingList(client, request) {
|
|
1401
1171
|
return Account.postBlockingList({
|
|
1402
1172
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1403
1173
|
});
|
|
1404
1174
|
},
|
|
1405
|
-
|
|
1406
1175
|
async postClipsAddNote(client, request) {
|
|
1407
1176
|
return Account.postClipsAddNote({
|
|
1408
1177
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1409
1178
|
});
|
|
1410
1179
|
},
|
|
1411
|
-
|
|
1412
1180
|
async postClipsMyFavorites(client) {
|
|
1413
1181
|
return Account.postClipsMyFavorites({
|
|
1414
1182
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1415
1183
|
});
|
|
1416
1184
|
},
|
|
1417
|
-
|
|
1418
1185
|
async postClipsNotes(client, request) {
|
|
1419
1186
|
return Account.postClipsNotes({
|
|
1420
1187
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1421
1188
|
});
|
|
1422
1189
|
},
|
|
1423
|
-
|
|
1424
1190
|
async postClipsRemoveNote(client, request) {
|
|
1425
1191
|
return Account.postClipsRemoveNote({
|
|
1426
1192
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1427
1193
|
});
|
|
1428
1194
|
},
|
|
1429
|
-
|
|
1430
1195
|
async postFlashMy(client, request) {
|
|
1431
1196
|
return Account.postFlashMy({
|
|
1432
1197
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1433
1198
|
});
|
|
1434
1199
|
},
|
|
1435
|
-
|
|
1436
1200
|
async postFlashMyLikes(client, request) {
|
|
1437
1201
|
return Account.postFlashMyLikes({
|
|
1438
1202
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1439
1203
|
});
|
|
1440
1204
|
},
|
|
1441
|
-
|
|
1442
1205
|
async postI(client) {
|
|
1443
1206
|
return Account.postI({
|
|
1444
1207
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1445
1208
|
});
|
|
1446
1209
|
},
|
|
1447
|
-
|
|
1448
1210
|
async postIFavorites(client, request) {
|
|
1449
1211
|
return Account.postIFavorites({
|
|
1450
1212
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1451
1213
|
});
|
|
1452
1214
|
},
|
|
1453
|
-
|
|
1454
1215
|
async postIGalleryLikes(client, request) {
|
|
1455
1216
|
return Account.postIGalleryLikes({
|
|
1456
1217
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1457
1218
|
});
|
|
1458
1219
|
},
|
|
1459
|
-
|
|
1460
1220
|
async postIGalleryPosts(client, request) {
|
|
1461
1221
|
return Account.postIGalleryPosts({
|
|
1462
1222
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1463
1223
|
});
|
|
1464
1224
|
},
|
|
1465
|
-
|
|
1466
1225
|
async postINotifications(client, request) {
|
|
1467
1226
|
return Account.postINotifications({
|
|
1468
1227
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1469
1228
|
});
|
|
1470
1229
|
},
|
|
1471
|
-
|
|
1472
1230
|
async postINotificationsGrouped(client, request) {
|
|
1473
1231
|
return Account.postINotificationsGrouped({
|
|
1474
1232
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1475
1233
|
});
|
|
1476
1234
|
},
|
|
1477
|
-
|
|
1478
1235
|
async postIPageLikes(client, request) {
|
|
1479
1236
|
return Account.postIPageLikes({
|
|
1480
1237
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1481
1238
|
});
|
|
1482
1239
|
},
|
|
1483
|
-
|
|
1484
1240
|
async postIPages(client, request) {
|
|
1485
1241
|
return Account.postIPages({
|
|
1486
1242
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1487
1243
|
});
|
|
1488
1244
|
},
|
|
1489
|
-
|
|
1490
1245
|
async postIPin(client, request) {
|
|
1491
1246
|
return Account.postIPin({
|
|
1492
1247
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1493
1248
|
});
|
|
1494
1249
|
},
|
|
1495
|
-
|
|
1496
1250
|
async postIPurgeTimelineCache(client, request) {
|
|
1497
1251
|
return Account.postIPurgeTimelineCache({
|
|
1498
1252
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1499
1253
|
});
|
|
1500
1254
|
},
|
|
1501
|
-
|
|
1502
1255
|
async postIReadAnnouncement(client, request) {
|
|
1503
1256
|
return Account.postIReadAnnouncement({
|
|
1504
1257
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1505
1258
|
});
|
|
1506
1259
|
},
|
|
1507
|
-
|
|
1508
1260
|
async postIUnpin(client, request) {
|
|
1509
1261
|
return Account.postIUnpin({
|
|
1510
1262
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1511
1263
|
});
|
|
1512
1264
|
},
|
|
1513
|
-
|
|
1514
1265
|
async postIUpdate(client, request) {
|
|
1515
1266
|
return Account.postIUpdate({
|
|
1516
1267
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1517
1268
|
});
|
|
1518
1269
|
},
|
|
1519
|
-
|
|
1520
1270
|
async postMuteCreate(client, request) {
|
|
1521
1271
|
return Account.postMuteCreate({
|
|
1522
1272
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1523
1273
|
});
|
|
1524
1274
|
},
|
|
1525
|
-
|
|
1526
1275
|
async postMuteDelete(client, request) {
|
|
1527
1276
|
return Account.postMuteDelete({
|
|
1528
1277
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1529
1278
|
});
|
|
1530
1279
|
},
|
|
1531
|
-
|
|
1532
1280
|
async postMuteList(client, request) {
|
|
1533
1281
|
return Account.postMuteList({
|
|
1534
1282
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1535
1283
|
});
|
|
1536
1284
|
},
|
|
1537
|
-
|
|
1538
1285
|
async postMyApps(client, request) {
|
|
1539
1286
|
return Account.postMyApps({
|
|
1540
1287
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1541
1288
|
});
|
|
1542
1289
|
},
|
|
1543
|
-
|
|
1544
1290
|
async postRenoteMuteCreate(client, request) {
|
|
1545
1291
|
return Account.postRenoteMuteCreate({
|
|
1546
1292
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1547
1293
|
});
|
|
1548
1294
|
},
|
|
1549
|
-
|
|
1550
1295
|
async postRenoteMuteDelete(client, request) {
|
|
1551
1296
|
return Account.postRenoteMuteDelete({
|
|
1552
1297
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1553
1298
|
});
|
|
1554
1299
|
},
|
|
1555
|
-
|
|
1556
1300
|
async postRenoteMuteList(client, request) {
|
|
1557
1301
|
return Account.postRenoteMuteList({
|
|
1558
1302
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1559
1303
|
});
|
|
1560
1304
|
},
|
|
1561
|
-
|
|
1562
1305
|
async postSwRegister(client, request) {
|
|
1563
1306
|
return Account.postSwRegister({
|
|
1564
1307
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1565
1308
|
});
|
|
1566
1309
|
},
|
|
1567
|
-
|
|
1568
1310
|
async postSwShowRegistration(client, request) {
|
|
1569
1311
|
return Account.postSwShowRegistration({
|
|
1570
1312
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1571
1313
|
});
|
|
1572
1314
|
},
|
|
1573
|
-
|
|
1574
1315
|
async postSwUnregister(client, request) {
|
|
1575
1316
|
return Account.postSwUnregister({
|
|
1576
1317
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1577
1318
|
});
|
|
1578
1319
|
},
|
|
1579
|
-
|
|
1580
1320
|
async postSwUpdateRegistration(client, request) {
|
|
1581
1321
|
return Account.postSwUpdateRegistration({
|
|
1582
1322
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1583
1323
|
});
|
|
1584
1324
|
},
|
|
1585
|
-
|
|
1586
1325
|
async postUsersUpdateMemo(client, request) {
|
|
1587
1326
|
return Account.postUsersUpdateMemo({
|
|
1588
1327
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1590,81 +1329,67 @@ export const Account = {
|
|
|
1590
1329
|
},
|
|
1591
1330
|
};
|
|
1592
1331
|
|
|
1593
|
-
|
|
1594
1332
|
export const Channels = {
|
|
1595
|
-
|
|
1596
1333
|
async postChannelsCreate(client, request) {
|
|
1597
1334
|
return Channels.postChannelsCreate({
|
|
1598
1335
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1599
1336
|
});
|
|
1600
1337
|
},
|
|
1601
|
-
|
|
1602
1338
|
async postChannelsFavorite(client, request) {
|
|
1603
1339
|
return Channels.postChannelsFavorite({
|
|
1604
1340
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1605
1341
|
});
|
|
1606
1342
|
},
|
|
1607
|
-
|
|
1608
1343
|
async postChannelsFeatured(client) {
|
|
1609
1344
|
return Channels.postChannelsFeatured({
|
|
1610
1345
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1611
1346
|
});
|
|
1612
1347
|
},
|
|
1613
|
-
|
|
1614
1348
|
async postChannelsFeaturedGames(client) {
|
|
1615
1349
|
return Channels.postChannelsFeaturedGames({
|
|
1616
1350
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1617
1351
|
});
|
|
1618
1352
|
},
|
|
1619
|
-
|
|
1620
1353
|
async postChannelsFollow(client, request) {
|
|
1621
1354
|
return Channels.postChannelsFollow({
|
|
1622
1355
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1623
1356
|
});
|
|
1624
1357
|
},
|
|
1625
|
-
|
|
1626
1358
|
async postChannelsFollowed(client, request) {
|
|
1627
1359
|
return Channels.postChannelsFollowed({
|
|
1628
1360
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1629
1361
|
});
|
|
1630
1362
|
},
|
|
1631
|
-
|
|
1632
1363
|
async postChannelsMyFavorites(client) {
|
|
1633
1364
|
return Channels.postChannelsMyFavorites({
|
|
1634
1365
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1635
1366
|
});
|
|
1636
1367
|
},
|
|
1637
|
-
|
|
1638
1368
|
async postChannelsOwned(client, request) {
|
|
1639
1369
|
return Channels.postChannelsOwned({
|
|
1640
1370
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1641
1371
|
});
|
|
1642
1372
|
},
|
|
1643
|
-
|
|
1644
1373
|
async postChannelsSearch(client, request) {
|
|
1645
1374
|
return Channels.postChannelsSearch({
|
|
1646
1375
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1647
1376
|
});
|
|
1648
1377
|
},
|
|
1649
|
-
|
|
1650
1378
|
async postChannelsShow(client, request) {
|
|
1651
1379
|
return Channels.postChannelsShow({
|
|
1652
1380
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1653
1381
|
});
|
|
1654
1382
|
},
|
|
1655
|
-
|
|
1656
1383
|
async postChannelsUnfavorite(client, request) {
|
|
1657
1384
|
return Channels.postChannelsUnfavorite({
|
|
1658
1385
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1659
1386
|
});
|
|
1660
1387
|
},
|
|
1661
|
-
|
|
1662
1388
|
async postChannelsUnfollow(client, request) {
|
|
1663
1389
|
return Channels.postChannelsUnfollow({
|
|
1664
1390
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1665
1391
|
});
|
|
1666
1392
|
},
|
|
1667
|
-
|
|
1668
1393
|
async postChannelsUpdate(client, request) {
|
|
1669
1394
|
return Channels.postChannelsUpdate({
|
|
1670
1395
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1672,213 +1397,177 @@ export const Channels = {
|
|
|
1672
1397
|
},
|
|
1673
1398
|
};
|
|
1674
1399
|
|
|
1675
|
-
|
|
1676
1400
|
export const Notes = {
|
|
1677
|
-
|
|
1678
1401
|
async postChannelsTimeline(client, request) {
|
|
1679
1402
|
return Notes.postChannelsTimeline({
|
|
1680
1403
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1681
1404
|
});
|
|
1682
1405
|
},
|
|
1683
|
-
|
|
1684
1406
|
async postNotes(client, request) {
|
|
1685
1407
|
return Notes.postNotes({
|
|
1686
1408
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1687
1409
|
});
|
|
1688
1410
|
},
|
|
1689
|
-
|
|
1690
1411
|
async postNotesChildren(client, request) {
|
|
1691
1412
|
return Notes.postNotesChildren({
|
|
1692
1413
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1693
1414
|
});
|
|
1694
1415
|
},
|
|
1695
|
-
|
|
1696
1416
|
async postNotesConversation(client, request) {
|
|
1697
1417
|
return Notes.postNotesConversation({
|
|
1698
1418
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1699
1419
|
});
|
|
1700
1420
|
},
|
|
1701
|
-
|
|
1702
1421
|
async postNotesCreate(client, request) {
|
|
1703
1422
|
return Notes.postNotesCreate({
|
|
1704
1423
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1705
1424
|
});
|
|
1706
1425
|
},
|
|
1707
|
-
|
|
1708
1426
|
async postNotesDelete(client, request) {
|
|
1709
1427
|
return Notes.postNotesDelete({
|
|
1710
1428
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1711
1429
|
});
|
|
1712
1430
|
},
|
|
1713
|
-
|
|
1714
1431
|
async postNotesFavoritesCreate(client, request) {
|
|
1715
1432
|
return Notes.postNotesFavoritesCreate({
|
|
1716
1433
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1717
1434
|
});
|
|
1718
1435
|
},
|
|
1719
|
-
|
|
1720
1436
|
async postNotesFavoritesDelete(client, request) {
|
|
1721
1437
|
return Notes.postNotesFavoritesDelete({
|
|
1722
1438
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1723
1439
|
});
|
|
1724
1440
|
},
|
|
1725
|
-
|
|
1726
1441
|
async getNotesFeatured(client, request) {
|
|
1727
1442
|
return Notes.getNotesFeatured({
|
|
1728
1443
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1729
1444
|
});
|
|
1730
1445
|
},
|
|
1731
|
-
|
|
1732
1446
|
async postNotesFeatured(client, request) {
|
|
1733
1447
|
return Notes.postNotesFeatured({
|
|
1734
1448
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1735
1449
|
});
|
|
1736
1450
|
},
|
|
1737
|
-
|
|
1738
1451
|
async postNotesGlobalTimeline(client, request) {
|
|
1739
1452
|
return Notes.postNotesGlobalTimeline({
|
|
1740
1453
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1741
1454
|
});
|
|
1742
1455
|
},
|
|
1743
|
-
|
|
1744
1456
|
async postNotesHybridTimeline(client, request) {
|
|
1745
1457
|
return Notes.postNotesHybridTimeline({
|
|
1746
1458
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1747
1459
|
});
|
|
1748
1460
|
},
|
|
1749
|
-
|
|
1750
1461
|
async postNotesLocalTimeline(client, request) {
|
|
1751
1462
|
return Notes.postNotesLocalTimeline({
|
|
1752
1463
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1753
1464
|
});
|
|
1754
1465
|
},
|
|
1755
|
-
|
|
1756
1466
|
async postNotesMentions(client, request) {
|
|
1757
1467
|
return Notes.postNotesMentions({
|
|
1758
1468
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1759
1469
|
});
|
|
1760
1470
|
},
|
|
1761
|
-
|
|
1762
1471
|
async postNotesPollsRecommendation(client, request) {
|
|
1763
1472
|
return Notes.postNotesPollsRecommendation({
|
|
1764
1473
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1765
1474
|
});
|
|
1766
1475
|
},
|
|
1767
|
-
|
|
1768
1476
|
async postNotesPollsVote(client, request) {
|
|
1769
1477
|
return Notes.postNotesPollsVote({
|
|
1770
1478
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1771
1479
|
});
|
|
1772
1480
|
},
|
|
1773
|
-
|
|
1774
1481
|
async getNotesReactions(client, request) {
|
|
1775
1482
|
return Notes.getNotesReactions({
|
|
1776
1483
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1777
1484
|
});
|
|
1778
1485
|
},
|
|
1779
|
-
|
|
1780
1486
|
async postNotesReactions(client, request) {
|
|
1781
1487
|
return Notes.postNotesReactions({
|
|
1782
1488
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1783
1489
|
});
|
|
1784
1490
|
},
|
|
1785
|
-
|
|
1786
1491
|
async postNotesRenotes(client, request) {
|
|
1787
1492
|
return Notes.postNotesRenotes({
|
|
1788
1493
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1789
1494
|
});
|
|
1790
1495
|
},
|
|
1791
|
-
|
|
1792
1496
|
async postNotesReplies(client, request) {
|
|
1793
1497
|
return Notes.postNotesReplies({
|
|
1794
1498
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1795
1499
|
});
|
|
1796
1500
|
},
|
|
1797
|
-
|
|
1798
1501
|
async postNotesScheduledCancel(client, request) {
|
|
1799
1502
|
return Notes.postNotesScheduledCancel({
|
|
1800
1503
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1801
1504
|
});
|
|
1802
1505
|
},
|
|
1803
|
-
|
|
1804
1506
|
async postNotesScheduledList(client, request) {
|
|
1805
1507
|
return Notes.postNotesScheduledList({
|
|
1806
1508
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1807
1509
|
});
|
|
1808
1510
|
},
|
|
1809
|
-
|
|
1810
1511
|
async postNotesSearch(client, request) {
|
|
1811
1512
|
return Notes.postNotesSearch({
|
|
1812
1513
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1813
1514
|
});
|
|
1814
1515
|
},
|
|
1815
|
-
|
|
1816
1516
|
async postNotesSearchByTag(client, request) {
|
|
1817
1517
|
return Notes.postNotesSearchByTag({
|
|
1818
1518
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1819
1519
|
});
|
|
1820
1520
|
},
|
|
1821
|
-
|
|
1822
1521
|
async postNotesShow(client, request) {
|
|
1823
1522
|
return Notes.postNotesShow({
|
|
1824
1523
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1825
1524
|
});
|
|
1826
1525
|
},
|
|
1827
|
-
|
|
1828
1526
|
async postNotesState(client, request) {
|
|
1829
1527
|
return Notes.postNotesState({
|
|
1830
1528
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1831
1529
|
});
|
|
1832
1530
|
},
|
|
1833
|
-
|
|
1834
1531
|
async postNotesThreadMutingCreate(client, request) {
|
|
1835
1532
|
return Notes.postNotesThreadMutingCreate({
|
|
1836
1533
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1837
1534
|
});
|
|
1838
1535
|
},
|
|
1839
|
-
|
|
1840
1536
|
async postNotesThreadMutingDelete(client, request) {
|
|
1841
1537
|
return Notes.postNotesThreadMutingDelete({
|
|
1842
1538
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1843
1539
|
});
|
|
1844
1540
|
},
|
|
1845
|
-
|
|
1846
1541
|
async postNotesTimeline(client, request) {
|
|
1847
1542
|
return Notes.postNotesTimeline({
|
|
1848
1543
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1849
1544
|
});
|
|
1850
1545
|
},
|
|
1851
|
-
|
|
1852
1546
|
async postNotesTranslate(client, request) {
|
|
1853
1547
|
return Notes.postNotesTranslate({
|
|
1854
1548
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1855
1549
|
});
|
|
1856
1550
|
},
|
|
1857
|
-
|
|
1858
1551
|
async postNotesUnrenote(client, request) {
|
|
1859
1552
|
return Notes.postNotesUnrenote({
|
|
1860
1553
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1861
1554
|
});
|
|
1862
1555
|
},
|
|
1863
|
-
|
|
1864
1556
|
async postNotesUserListTimeline(client, request) {
|
|
1865
1557
|
return Notes.postNotesUserListTimeline({
|
|
1866
1558
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1867
1559
|
});
|
|
1868
1560
|
},
|
|
1869
|
-
|
|
1870
1561
|
async postPromoRead(client, request) {
|
|
1871
1562
|
return Notes.postPromoRead({
|
|
1872
1563
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1873
1564
|
});
|
|
1874
1565
|
},
|
|
1875
|
-
|
|
1876
1566
|
async getUsersFeaturedNotes(client, request) {
|
|
1877
1567
|
return Notes.getUsersFeaturedNotes({
|
|
1878
1568
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1879
1569
|
});
|
|
1880
1570
|
},
|
|
1881
|
-
|
|
1882
1571
|
async postUsersFeaturedNotes(client, request) {
|
|
1883
1572
|
return Notes.postUsersFeaturedNotes({
|
|
1884
1573
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1886,147 +1575,122 @@ export const Notes = {
|
|
|
1886
1575
|
},
|
|
1887
1576
|
};
|
|
1888
1577
|
|
|
1889
|
-
|
|
1890
1578
|
export const Charts = {
|
|
1891
|
-
|
|
1892
1579
|
async getChartsActiveUsers(client, request) {
|
|
1893
1580
|
return Charts.getChartsActiveUsers({
|
|
1894
1581
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1895
1582
|
});
|
|
1896
1583
|
},
|
|
1897
|
-
|
|
1898
1584
|
async postChartsActiveUsers(client, request) {
|
|
1899
1585
|
return Charts.postChartsActiveUsers({
|
|
1900
1586
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1901
1587
|
});
|
|
1902
1588
|
},
|
|
1903
|
-
|
|
1904
1589
|
async getChartsApRequest(client, request) {
|
|
1905
1590
|
return Charts.getChartsApRequest({
|
|
1906
1591
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1907
1592
|
});
|
|
1908
1593
|
},
|
|
1909
|
-
|
|
1910
1594
|
async postChartsApRequest(client, request) {
|
|
1911
1595
|
return Charts.postChartsApRequest({
|
|
1912
1596
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1913
1597
|
});
|
|
1914
1598
|
},
|
|
1915
|
-
|
|
1916
1599
|
async getChartsDrive(client, request) {
|
|
1917
1600
|
return Charts.getChartsDrive({
|
|
1918
1601
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1919
1602
|
});
|
|
1920
1603
|
},
|
|
1921
|
-
|
|
1922
1604
|
async postChartsDrive(client, request) {
|
|
1923
1605
|
return Charts.postChartsDrive({
|
|
1924
1606
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1925
1607
|
});
|
|
1926
1608
|
},
|
|
1927
|
-
|
|
1928
1609
|
async getChartsFederation(client, request) {
|
|
1929
1610
|
return Charts.getChartsFederation({
|
|
1930
1611
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1931
1612
|
});
|
|
1932
1613
|
},
|
|
1933
|
-
|
|
1934
1614
|
async postChartsFederation(client, request) {
|
|
1935
1615
|
return Charts.postChartsFederation({
|
|
1936
1616
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1937
1617
|
});
|
|
1938
1618
|
},
|
|
1939
|
-
|
|
1940
1619
|
async getChartsInstance(client, request) {
|
|
1941
1620
|
return Charts.getChartsInstance({
|
|
1942
1621
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1943
1622
|
});
|
|
1944
1623
|
},
|
|
1945
|
-
|
|
1946
1624
|
async postChartsInstance(client, request) {
|
|
1947
1625
|
return Charts.postChartsInstance({
|
|
1948
1626
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1949
1627
|
});
|
|
1950
1628
|
},
|
|
1951
|
-
|
|
1952
1629
|
async getChartsNotes(client, request) {
|
|
1953
1630
|
return Charts.getChartsNotes({
|
|
1954
1631
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1955
1632
|
});
|
|
1956
1633
|
},
|
|
1957
|
-
|
|
1958
1634
|
async postChartsNotes(client, request) {
|
|
1959
1635
|
return Charts.postChartsNotes({
|
|
1960
1636
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1961
1637
|
});
|
|
1962
1638
|
},
|
|
1963
|
-
|
|
1964
1639
|
async getChartsUserDrive(client, request) {
|
|
1965
1640
|
return Charts.getChartsUserDrive({
|
|
1966
1641
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1967
1642
|
});
|
|
1968
1643
|
},
|
|
1969
|
-
|
|
1970
1644
|
async postChartsUserDrive(client, request) {
|
|
1971
1645
|
return Charts.postChartsUserDrive({
|
|
1972
1646
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1973
1647
|
});
|
|
1974
1648
|
},
|
|
1975
|
-
|
|
1976
1649
|
async getChartsUserFollowing(client, request) {
|
|
1977
1650
|
return Charts.getChartsUserFollowing({
|
|
1978
1651
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1979
1652
|
});
|
|
1980
1653
|
},
|
|
1981
|
-
|
|
1982
1654
|
async postChartsUserFollowing(client, request) {
|
|
1983
1655
|
return Charts.postChartsUserFollowing({
|
|
1984
1656
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1985
1657
|
});
|
|
1986
1658
|
},
|
|
1987
|
-
|
|
1988
1659
|
async getChartsUserNotes(client, request) {
|
|
1989
1660
|
return Charts.getChartsUserNotes({
|
|
1990
1661
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1991
1662
|
});
|
|
1992
1663
|
},
|
|
1993
|
-
|
|
1994
1664
|
async postChartsUserNotes(client, request) {
|
|
1995
1665
|
return Charts.postChartsUserNotes({
|
|
1996
1666
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1997
1667
|
});
|
|
1998
1668
|
},
|
|
1999
|
-
|
|
2000
1669
|
async getChartsUserPv(client, request) {
|
|
2001
1670
|
return Charts.getChartsUserPv({
|
|
2002
1671
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2003
1672
|
});
|
|
2004
1673
|
},
|
|
2005
|
-
|
|
2006
1674
|
async postChartsUserPv(client, request) {
|
|
2007
1675
|
return Charts.postChartsUserPv({
|
|
2008
1676
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2009
1677
|
});
|
|
2010
1678
|
},
|
|
2011
|
-
|
|
2012
1679
|
async getChartsUserReactions(client, request) {
|
|
2013
1680
|
return Charts.getChartsUserReactions({
|
|
2014
1681
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2015
1682
|
});
|
|
2016
1683
|
},
|
|
2017
|
-
|
|
2018
1684
|
async postChartsUserReactions(client, request) {
|
|
2019
1685
|
return Charts.postChartsUserReactions({
|
|
2020
1686
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2021
1687
|
});
|
|
2022
1688
|
},
|
|
2023
|
-
|
|
2024
1689
|
async getChartsUsers(client, request) {
|
|
2025
1690
|
return Charts.getChartsUsers({
|
|
2026
1691
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2027
1692
|
});
|
|
2028
1693
|
},
|
|
2029
|
-
|
|
2030
1694
|
async postChartsUsers(client, request) {
|
|
2031
1695
|
return Charts.postChartsUsers({
|
|
2032
1696
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2034,39 +1698,32 @@ export const Charts = {
|
|
|
2034
1698
|
},
|
|
2035
1699
|
};
|
|
2036
1700
|
|
|
2037
|
-
|
|
2038
1701
|
export const Clips = {
|
|
2039
|
-
|
|
2040
1702
|
async postClipsCreate(client, request) {
|
|
2041
1703
|
return Clips.postClipsCreate({
|
|
2042
1704
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2043
1705
|
});
|
|
2044
1706
|
},
|
|
2045
|
-
|
|
2046
1707
|
async postClipsDelete(client, request) {
|
|
2047
1708
|
return Clips.postClipsDelete({
|
|
2048
1709
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2049
1710
|
});
|
|
2050
1711
|
},
|
|
2051
|
-
|
|
2052
1712
|
async postClipsList(client) {
|
|
2053
1713
|
return Clips.postClipsList({
|
|
2054
1714
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2055
1715
|
});
|
|
2056
1716
|
},
|
|
2057
|
-
|
|
2058
1717
|
async postClipsShow(client, request) {
|
|
2059
1718
|
return Clips.postClipsShow({
|
|
2060
1719
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2061
1720
|
});
|
|
2062
1721
|
},
|
|
2063
|
-
|
|
2064
1722
|
async postClipsUpdate(client, request) {
|
|
2065
1723
|
return Clips.postClipsUpdate({
|
|
2066
1724
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2067
1725
|
});
|
|
2068
1726
|
},
|
|
2069
|
-
|
|
2070
1727
|
async postNotesClips(client, request) {
|
|
2071
1728
|
return Clips.postNotesClips({
|
|
2072
1729
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2074,15 +1731,12 @@ export const Clips = {
|
|
|
2074
1731
|
},
|
|
2075
1732
|
};
|
|
2076
1733
|
|
|
2077
|
-
|
|
2078
1734
|
export const Clip = {
|
|
2079
|
-
|
|
2080
1735
|
async postClipsFavorite(client, request) {
|
|
2081
1736
|
return Clip.postClipsFavorite({
|
|
2082
1737
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2083
1738
|
});
|
|
2084
1739
|
},
|
|
2085
|
-
|
|
2086
1740
|
async postClipsUnfavorite(client, request) {
|
|
2087
1741
|
return Clip.postClipsUnfavorite({
|
|
2088
1742
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2090,111 +1744,92 @@ export const Clip = {
|
|
|
2090
1744
|
},
|
|
2091
1745
|
};
|
|
2092
1746
|
|
|
2093
|
-
|
|
2094
1747
|
export const Drive = {
|
|
2095
|
-
|
|
2096
1748
|
async postDrive(client) {
|
|
2097
1749
|
return Drive.postDrive({
|
|
2098
1750
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2099
1751
|
});
|
|
2100
1752
|
},
|
|
2101
|
-
|
|
2102
1753
|
async postDriveFiles(client, request) {
|
|
2103
1754
|
return Drive.postDriveFiles({
|
|
2104
1755
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2105
1756
|
});
|
|
2106
1757
|
},
|
|
2107
|
-
|
|
2108
1758
|
async postDriveFilesAttachedNotes(client, request) {
|
|
2109
1759
|
return Drive.postDriveFilesAttachedNotes({
|
|
2110
1760
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2111
1761
|
});
|
|
2112
1762
|
},
|
|
2113
|
-
|
|
2114
1763
|
async postDriveFilesCheckExistence(client, request) {
|
|
2115
1764
|
return Drive.postDriveFilesCheckExistence({
|
|
2116
1765
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2117
1766
|
});
|
|
2118
1767
|
},
|
|
2119
|
-
|
|
2120
1768
|
async postDriveFilesCreate(client, request) {
|
|
2121
1769
|
return Drive.postDriveFilesCreate({
|
|
2122
1770
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2123
1771
|
});
|
|
2124
1772
|
},
|
|
2125
|
-
|
|
2126
1773
|
async postDriveFilesDelete(client, request) {
|
|
2127
1774
|
return Drive.postDriveFilesDelete({
|
|
2128
1775
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2129
1776
|
});
|
|
2130
1777
|
},
|
|
2131
|
-
|
|
2132
1778
|
async postDriveFilesFind(client, request) {
|
|
2133
1779
|
return Drive.postDriveFilesFind({
|
|
2134
1780
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2135
1781
|
});
|
|
2136
1782
|
},
|
|
2137
|
-
|
|
2138
1783
|
async postDriveFilesFindByHash(client, request) {
|
|
2139
1784
|
return Drive.postDriveFilesFindByHash({
|
|
2140
1785
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2141
1786
|
});
|
|
2142
1787
|
},
|
|
2143
|
-
|
|
2144
1788
|
async postDriveFilesShow(client, request) {
|
|
2145
1789
|
return Drive.postDriveFilesShow({
|
|
2146
1790
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2147
1791
|
});
|
|
2148
1792
|
},
|
|
2149
|
-
|
|
2150
1793
|
async postDriveFilesUpdate(client, request) {
|
|
2151
1794
|
return Drive.postDriveFilesUpdate({
|
|
2152
1795
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2153
1796
|
});
|
|
2154
1797
|
},
|
|
2155
|
-
|
|
2156
1798
|
async postDriveFilesUploadFromUrl(client, request) {
|
|
2157
1799
|
return Drive.postDriveFilesUploadFromUrl({
|
|
2158
1800
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2159
1801
|
});
|
|
2160
1802
|
},
|
|
2161
|
-
|
|
2162
1803
|
async postDriveFolders(client, request) {
|
|
2163
1804
|
return Drive.postDriveFolders({
|
|
2164
1805
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2165
1806
|
});
|
|
2166
1807
|
},
|
|
2167
|
-
|
|
2168
1808
|
async postDriveFoldersCreate(client, request) {
|
|
2169
1809
|
return Drive.postDriveFoldersCreate({
|
|
2170
1810
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2171
1811
|
});
|
|
2172
1812
|
},
|
|
2173
|
-
|
|
2174
1813
|
async postDriveFoldersDelete(client, request) {
|
|
2175
1814
|
return Drive.postDriveFoldersDelete({
|
|
2176
1815
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2177
1816
|
});
|
|
2178
1817
|
},
|
|
2179
|
-
|
|
2180
1818
|
async postDriveFoldersFind(client, request) {
|
|
2181
1819
|
return Drive.postDriveFoldersFind({
|
|
2182
1820
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2183
1821
|
});
|
|
2184
1822
|
},
|
|
2185
|
-
|
|
2186
1823
|
async postDriveFoldersShow(client, request) {
|
|
2187
1824
|
return Drive.postDriveFoldersShow({
|
|
2188
1825
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2189
1826
|
});
|
|
2190
1827
|
},
|
|
2191
|
-
|
|
2192
1828
|
async postDriveFoldersUpdate(client, request) {
|
|
2193
1829
|
return Drive.postDriveFoldersUpdate({
|
|
2194
1830
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2195
1831
|
});
|
|
2196
1832
|
},
|
|
2197
|
-
|
|
2198
1833
|
async postDriveStream(client, request) {
|
|
2199
1834
|
return Drive.postDriveStream({
|
|
2200
1835
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2202,171 +1837,142 @@ export const Drive = {
|
|
|
2202
1837
|
},
|
|
2203
1838
|
};
|
|
2204
1839
|
|
|
2205
|
-
|
|
2206
1840
|
export const Users = {
|
|
2207
|
-
|
|
2208
1841
|
async postEmailAddressAvailable(client, request) {
|
|
2209
1842
|
return Users.postEmailAddressAvailable({
|
|
2210
1843
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2211
1844
|
});
|
|
2212
1845
|
},
|
|
2213
|
-
|
|
2214
1846
|
async postGetAvatarDecorations(client) {
|
|
2215
1847
|
return Users.postGetAvatarDecorations({
|
|
2216
1848
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2217
1849
|
});
|
|
2218
1850
|
},
|
|
2219
|
-
|
|
2220
1851
|
async postIMove(client, request) {
|
|
2221
1852
|
return Users.postIMove({
|
|
2222
1853
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2223
1854
|
});
|
|
2224
1855
|
},
|
|
2225
|
-
|
|
2226
1856
|
async postPinnedUsers(client) {
|
|
2227
1857
|
return Users.postPinnedUsers({
|
|
2228
1858
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2229
1859
|
});
|
|
2230
1860
|
},
|
|
2231
|
-
|
|
2232
1861
|
async getRetention(client) {
|
|
2233
1862
|
return Users.getRetention({
|
|
2234
1863
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2235
1864
|
});
|
|
2236
1865
|
},
|
|
2237
|
-
|
|
2238
1866
|
async postRetention(client) {
|
|
2239
1867
|
return Users.postRetention({
|
|
2240
1868
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2241
1869
|
});
|
|
2242
1870
|
},
|
|
2243
|
-
|
|
2244
1871
|
async postUsernameAvailable(client, request) {
|
|
2245
1872
|
return Users.postUsernameAvailable({
|
|
2246
1873
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2247
1874
|
});
|
|
2248
1875
|
},
|
|
2249
|
-
|
|
2250
1876
|
async postUsers(client, request) {
|
|
2251
1877
|
return Users.postUsers({
|
|
2252
1878
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2253
1879
|
});
|
|
2254
1880
|
},
|
|
2255
|
-
|
|
2256
1881
|
async postUsersClips(client, request) {
|
|
2257
1882
|
return Users.postUsersClips({
|
|
2258
1883
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2259
1884
|
});
|
|
2260
1885
|
},
|
|
2261
|
-
|
|
2262
1886
|
async postUsersFlashs(client, request) {
|
|
2263
1887
|
return Users.postUsersFlashs({
|
|
2264
1888
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2265
1889
|
});
|
|
2266
1890
|
},
|
|
2267
|
-
|
|
2268
1891
|
async postUsersFollowers(client, request) {
|
|
2269
1892
|
return Users.postUsersFollowers({
|
|
2270
1893
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2271
1894
|
});
|
|
2272
1895
|
},
|
|
2273
|
-
|
|
2274
1896
|
async postUsersFollowing(client, request) {
|
|
2275
1897
|
return Users.postUsersFollowing({
|
|
2276
1898
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2277
1899
|
});
|
|
2278
1900
|
},
|
|
2279
|
-
|
|
2280
1901
|
async postUsersGalleryPosts(client, request) {
|
|
2281
1902
|
return Users.postUsersGalleryPosts({
|
|
2282
1903
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2283
1904
|
});
|
|
2284
1905
|
},
|
|
2285
|
-
|
|
2286
1906
|
async postUsersGetFollowingBirthdayUsers(client, request) {
|
|
2287
1907
|
return Users.postUsersGetFollowingBirthdayUsers({
|
|
2288
1908
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2289
1909
|
});
|
|
2290
1910
|
},
|
|
2291
|
-
|
|
2292
1911
|
async postUsersGetFrequentlyRepliedUsers(client, request) {
|
|
2293
1912
|
return Users.postUsersGetFrequentlyRepliedUsers({
|
|
2294
1913
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2295
1914
|
});
|
|
2296
1915
|
},
|
|
2297
|
-
|
|
2298
1916
|
async postUsersGetSecurityInfo(client, request) {
|
|
2299
1917
|
return Users.postUsersGetSecurityInfo({
|
|
2300
1918
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2301
1919
|
});
|
|
2302
1920
|
},
|
|
2303
|
-
|
|
2304
1921
|
async getUsersGetSkebStatus(client, request) {
|
|
2305
1922
|
return Users.getUsersGetSkebStatus({
|
|
2306
1923
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2307
1924
|
});
|
|
2308
1925
|
},
|
|
2309
|
-
|
|
2310
1926
|
async postUsersGetSkebStatus(client, request) {
|
|
2311
1927
|
return Users.postUsersGetSkebStatus({
|
|
2312
1928
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2313
1929
|
});
|
|
2314
1930
|
},
|
|
2315
|
-
|
|
2316
1931
|
async postUsersNotes(client, request) {
|
|
2317
1932
|
return Users.postUsersNotes({
|
|
2318
1933
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2319
1934
|
});
|
|
2320
1935
|
},
|
|
2321
|
-
|
|
2322
1936
|
async postUsersPages(client, request) {
|
|
2323
1937
|
return Users.postUsersPages({
|
|
2324
1938
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2325
1939
|
});
|
|
2326
1940
|
},
|
|
2327
|
-
|
|
2328
1941
|
async postUsersReactions(client, request) {
|
|
2329
1942
|
return Users.postUsersReactions({
|
|
2330
1943
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2331
1944
|
});
|
|
2332
1945
|
},
|
|
2333
|
-
|
|
2334
1946
|
async postUsersRecommendation(client, request) {
|
|
2335
1947
|
return Users.postUsersRecommendation({
|
|
2336
1948
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2337
1949
|
});
|
|
2338
1950
|
},
|
|
2339
|
-
|
|
2340
1951
|
async postUsersRelation(client, request) {
|
|
2341
1952
|
return Users.postUsersRelation({
|
|
2342
1953
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2343
1954
|
});
|
|
2344
1955
|
},
|
|
2345
|
-
|
|
2346
1956
|
async postUsersReportAbuse(client, request) {
|
|
2347
1957
|
return Users.postUsersReportAbuse({
|
|
2348
1958
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2349
1959
|
});
|
|
2350
1960
|
},
|
|
2351
|
-
|
|
2352
1961
|
async postUsersSearch(client, request) {
|
|
2353
1962
|
return Users.postUsersSearch({
|
|
2354
1963
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2355
1964
|
});
|
|
2356
1965
|
},
|
|
2357
|
-
|
|
2358
1966
|
async postUsersSearchByUsernameAndHost(client, request) {
|
|
2359
1967
|
return Users.postUsersSearchByUsernameAndHost({
|
|
2360
1968
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2361
1969
|
});
|
|
2362
1970
|
},
|
|
2363
|
-
|
|
2364
1971
|
async postUsersShow(client, request) {
|
|
2365
1972
|
return Users.postUsersShow({
|
|
2366
1973
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2367
1974
|
});
|
|
2368
1975
|
},
|
|
2369
|
-
|
|
2370
1976
|
async postUsersStats(client, request) {
|
|
2371
1977
|
return Users.postUsersStats({
|
|
2372
1978
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2374,33 +1980,27 @@ export const Users = {
|
|
|
2374
1980
|
},
|
|
2375
1981
|
};
|
|
2376
1982
|
|
|
2377
|
-
|
|
2378
1983
|
export const Flash = {
|
|
2379
|
-
|
|
2380
1984
|
async postFlashCreate(client, request) {
|
|
2381
1985
|
return Flash.postFlashCreate({
|
|
2382
1986
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2383
1987
|
});
|
|
2384
1988
|
},
|
|
2385
|
-
|
|
2386
1989
|
async postFlashFeatured(client, request) {
|
|
2387
1990
|
return Flash.postFlashFeatured({
|
|
2388
1991
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2389
1992
|
});
|
|
2390
1993
|
},
|
|
2391
|
-
|
|
2392
1994
|
async postFlashLike(client, request) {
|
|
2393
1995
|
return Flash.postFlashLike({
|
|
2394
1996
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2395
1997
|
});
|
|
2396
1998
|
},
|
|
2397
|
-
|
|
2398
1999
|
async postFlashUnlike(client, request) {
|
|
2399
2000
|
return Flash.postFlashUnlike({
|
|
2400
2001
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2401
2002
|
});
|
|
2402
2003
|
},
|
|
2403
|
-
|
|
2404
2004
|
async postFlashUpdate(client, request) {
|
|
2405
2005
|
return Flash.postFlashUpdate({
|
|
2406
2006
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2408,15 +2008,12 @@ export const Flash = {
|
|
|
2408
2008
|
},
|
|
2409
2009
|
};
|
|
2410
2010
|
|
|
2411
|
-
|
|
2412
2011
|
export const Flashs = {
|
|
2413
|
-
|
|
2414
2012
|
async postFlashDelete(client, request) {
|
|
2415
2013
|
return Flashs.postFlashDelete({
|
|
2416
2014
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2417
2015
|
});
|
|
2418
2016
|
},
|
|
2419
|
-
|
|
2420
2017
|
async postFlashShow(client, request) {
|
|
2421
2018
|
return Flashs.postFlashShow({
|
|
2422
2019
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2424,63 +2021,52 @@ export const Flashs = {
|
|
|
2424
2021
|
},
|
|
2425
2022
|
};
|
|
2426
2023
|
|
|
2427
|
-
|
|
2428
2024
|
export const Following = {
|
|
2429
|
-
|
|
2430
2025
|
async postFollowingCreate(client, request) {
|
|
2431
2026
|
return Following.postFollowingCreate({
|
|
2432
2027
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2433
2028
|
});
|
|
2434
2029
|
},
|
|
2435
|
-
|
|
2436
2030
|
async postFollowingDelete(client, request) {
|
|
2437
2031
|
return Following.postFollowingDelete({
|
|
2438
2032
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2439
2033
|
});
|
|
2440
2034
|
},
|
|
2441
|
-
|
|
2442
2035
|
async postFollowingInvalidate(client, request) {
|
|
2443
2036
|
return Following.postFollowingInvalidate({
|
|
2444
2037
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2445
2038
|
});
|
|
2446
2039
|
},
|
|
2447
|
-
|
|
2448
2040
|
async postFollowingRequestsAccept(client, request) {
|
|
2449
2041
|
return Following.postFollowingRequestsAccept({
|
|
2450
2042
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2451
2043
|
});
|
|
2452
2044
|
},
|
|
2453
|
-
|
|
2454
2045
|
async postFollowingRequestsCancel(client, request) {
|
|
2455
2046
|
return Following.postFollowingRequestsCancel({
|
|
2456
2047
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2457
2048
|
});
|
|
2458
2049
|
},
|
|
2459
|
-
|
|
2460
2050
|
async postFollowingRequestsList(client, request) {
|
|
2461
2051
|
return Following.postFollowingRequestsList({
|
|
2462
2052
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2463
2053
|
});
|
|
2464
2054
|
},
|
|
2465
|
-
|
|
2466
2055
|
async postFollowingRequestsReject(client, request) {
|
|
2467
2056
|
return Following.postFollowingRequestsReject({
|
|
2468
2057
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2469
2058
|
});
|
|
2470
2059
|
},
|
|
2471
|
-
|
|
2472
2060
|
async postFollowingRequestsSent(client, request) {
|
|
2473
2061
|
return Following.postFollowingRequestsSent({
|
|
2474
2062
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2475
2063
|
});
|
|
2476
2064
|
},
|
|
2477
|
-
|
|
2478
2065
|
async postFollowingUpdate(client, request) {
|
|
2479
2066
|
return Following.postFollowingUpdate({
|
|
2480
2067
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2481
2068
|
});
|
|
2482
2069
|
},
|
|
2483
|
-
|
|
2484
2070
|
async postFollowingUpdateAll(client, request) {
|
|
2485
2071
|
return Following.postFollowingUpdateAll({
|
|
2486
2072
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2488,57 +2074,47 @@ export const Following = {
|
|
|
2488
2074
|
},
|
|
2489
2075
|
};
|
|
2490
2076
|
|
|
2491
|
-
|
|
2492
2077
|
export const Gallery = {
|
|
2493
|
-
|
|
2494
2078
|
async postGalleryFeatured(client, request) {
|
|
2495
2079
|
return Gallery.postGalleryFeatured({
|
|
2496
2080
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2497
2081
|
});
|
|
2498
2082
|
},
|
|
2499
|
-
|
|
2500
2083
|
async postGalleryPopular(client) {
|
|
2501
2084
|
return Gallery.postGalleryPopular({
|
|
2502
2085
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2503
2086
|
});
|
|
2504
2087
|
},
|
|
2505
|
-
|
|
2506
2088
|
async postGalleryPosts(client, request) {
|
|
2507
2089
|
return Gallery.postGalleryPosts({
|
|
2508
2090
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2509
2091
|
});
|
|
2510
2092
|
},
|
|
2511
|
-
|
|
2512
2093
|
async postGalleryPostsCreate(client, request) {
|
|
2513
2094
|
return Gallery.postGalleryPostsCreate({
|
|
2514
2095
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2515
2096
|
});
|
|
2516
2097
|
},
|
|
2517
|
-
|
|
2518
2098
|
async postGalleryPostsDelete(client, request) {
|
|
2519
2099
|
return Gallery.postGalleryPostsDelete({
|
|
2520
2100
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2521
2101
|
});
|
|
2522
2102
|
},
|
|
2523
|
-
|
|
2524
2103
|
async postGalleryPostsLike(client, request) {
|
|
2525
2104
|
return Gallery.postGalleryPostsLike({
|
|
2526
2105
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2527
2106
|
});
|
|
2528
2107
|
},
|
|
2529
|
-
|
|
2530
2108
|
async postGalleryPostsShow(client, request) {
|
|
2531
2109
|
return Gallery.postGalleryPostsShow({
|
|
2532
2110
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2533
2111
|
});
|
|
2534
2112
|
},
|
|
2535
|
-
|
|
2536
2113
|
async postGalleryPostsUnlike(client, request) {
|
|
2537
2114
|
return Gallery.postGalleryPostsUnlike({
|
|
2538
2115
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2539
2116
|
});
|
|
2540
2117
|
},
|
|
2541
|
-
|
|
2542
2118
|
async postGalleryPostsUpdate(client, request) {
|
|
2543
2119
|
return Gallery.postGalleryPostsUpdate({
|
|
2544
2120
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2546,39 +2122,32 @@ export const Gallery = {
|
|
|
2546
2122
|
},
|
|
2547
2123
|
};
|
|
2548
2124
|
|
|
2549
|
-
|
|
2550
2125
|
export const Hashtags = {
|
|
2551
|
-
|
|
2552
2126
|
async postHashtagsList(client, request) {
|
|
2553
2127
|
return Hashtags.postHashtagsList({
|
|
2554
2128
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2555
2129
|
});
|
|
2556
2130
|
},
|
|
2557
|
-
|
|
2558
2131
|
async postHashtagsSearch(client, request) {
|
|
2559
2132
|
return Hashtags.postHashtagsSearch({
|
|
2560
2133
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2561
2134
|
});
|
|
2562
2135
|
},
|
|
2563
|
-
|
|
2564
2136
|
async postHashtagsShow(client, request) {
|
|
2565
2137
|
return Hashtags.postHashtagsShow({
|
|
2566
2138
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2567
2139
|
});
|
|
2568
2140
|
},
|
|
2569
|
-
|
|
2570
2141
|
async getHashtagsTrend(client) {
|
|
2571
2142
|
return Hashtags.getHashtagsTrend({
|
|
2572
2143
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2573
2144
|
});
|
|
2574
2145
|
},
|
|
2575
|
-
|
|
2576
2146
|
async postHashtagsTrend(client) {
|
|
2577
2147
|
return Hashtags.postHashtagsTrend({
|
|
2578
2148
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2579
2149
|
});
|
|
2580
2150
|
},
|
|
2581
|
-
|
|
2582
2151
|
async postHashtagsUsers(client, request) {
|
|
2583
2152
|
return Hashtags.postHashtagsUsers({
|
|
2584
2153
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2586,15 +2155,12 @@ export const Hashtags = {
|
|
|
2586
2155
|
},
|
|
2587
2156
|
};
|
|
2588
2157
|
|
|
2589
|
-
|
|
2590
2158
|
export const Reactions = {
|
|
2591
|
-
|
|
2592
2159
|
async postNotesReactionsCreate(client, request) {
|
|
2593
2160
|
return Reactions.postNotesReactionsCreate({
|
|
2594
2161
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2595
2162
|
});
|
|
2596
2163
|
},
|
|
2597
|
-
|
|
2598
2164
|
async postNotesReactionsDelete(client, request) {
|
|
2599
2165
|
return Reactions.postNotesReactionsDelete({
|
|
2600
2166
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2602,27 +2168,22 @@ export const Reactions = {
|
|
|
2602
2168
|
},
|
|
2603
2169
|
};
|
|
2604
2170
|
|
|
2605
|
-
|
|
2606
2171
|
export const Notifications = {
|
|
2607
|
-
|
|
2608
2172
|
async postNotificationsCreate(client, request) {
|
|
2609
2173
|
return Notifications.postNotificationsCreate({
|
|
2610
2174
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2611
2175
|
});
|
|
2612
2176
|
},
|
|
2613
|
-
|
|
2614
2177
|
async postNotificationsFlush(client) {
|
|
2615
2178
|
return Notifications.postNotificationsFlush({
|
|
2616
2179
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2617
2180
|
});
|
|
2618
2181
|
},
|
|
2619
|
-
|
|
2620
2182
|
async postNotificationsMarkAllAsRead(client) {
|
|
2621
2183
|
return Notifications.postNotificationsMarkAllAsRead({
|
|
2622
2184
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2623
2185
|
});
|
|
2624
2186
|
},
|
|
2625
|
-
|
|
2626
2187
|
async postNotificationsTestNotification(client) {
|
|
2627
2188
|
return Notifications.postNotificationsTestNotification({
|
|
2628
2189
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2630,45 +2191,37 @@ export const Notifications = {
|
|
|
2630
2191
|
},
|
|
2631
2192
|
};
|
|
2632
2193
|
|
|
2633
|
-
|
|
2634
2194
|
export const Pages = {
|
|
2635
|
-
|
|
2636
2195
|
async postPagesCreate(client, request) {
|
|
2637
2196
|
return Pages.postPagesCreate({
|
|
2638
2197
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2639
2198
|
});
|
|
2640
2199
|
},
|
|
2641
|
-
|
|
2642
2200
|
async postPagesDelete(client, request) {
|
|
2643
2201
|
return Pages.postPagesDelete({
|
|
2644
2202
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2645
2203
|
});
|
|
2646
2204
|
},
|
|
2647
|
-
|
|
2648
2205
|
async postPagesFeatured(client) {
|
|
2649
2206
|
return Pages.postPagesFeatured({
|
|
2650
2207
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2651
2208
|
});
|
|
2652
2209
|
},
|
|
2653
|
-
|
|
2654
2210
|
async postPagesLike(client, request) {
|
|
2655
2211
|
return Pages.postPagesLike({
|
|
2656
2212
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2657
2213
|
});
|
|
2658
2214
|
},
|
|
2659
|
-
|
|
2660
2215
|
async postPagesShow(client, request) {
|
|
2661
2216
|
return Pages.postPagesShow({
|
|
2662
2217
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2663
2218
|
});
|
|
2664
2219
|
},
|
|
2665
|
-
|
|
2666
2220
|
async postPagesUnlike(client, request) {
|
|
2667
2221
|
return Pages.postPagesUnlike({
|
|
2668
2222
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2669
2223
|
});
|
|
2670
2224
|
},
|
|
2671
|
-
|
|
2672
2225
|
async postPagesUpdate(client, request) {
|
|
2673
2226
|
return Pages.postPagesUpdate({
|
|
2674
2227
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2676,15 +2229,12 @@ export const Pages = {
|
|
|
2676
2229
|
},
|
|
2677
2230
|
};
|
|
2678
2231
|
|
|
2679
|
-
|
|
2680
2232
|
export const ResetPassword = {
|
|
2681
|
-
|
|
2682
2233
|
async postRequestResetPassword(client, request) {
|
|
2683
2234
|
return ResetPassword.postRequestResetPassword({
|
|
2684
2235
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2685
2236
|
});
|
|
2686
2237
|
},
|
|
2687
|
-
|
|
2688
2238
|
async postResetPassword(client, request) {
|
|
2689
2239
|
return ResetPassword.postResetPassword({
|
|
2690
2240
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2692,15 +2242,12 @@ export const ResetPassword = {
|
|
|
2692
2242
|
},
|
|
2693
2243
|
};
|
|
2694
2244
|
|
|
2695
|
-
|
|
2696
2245
|
export const NonProductive = {
|
|
2697
|
-
|
|
2698
2246
|
async postResetDb(client) {
|
|
2699
2247
|
return NonProductive.postResetDb({
|
|
2700
2248
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2701
2249
|
});
|
|
2702
2250
|
},
|
|
2703
|
-
|
|
2704
2251
|
async postTest(client, request) {
|
|
2705
2252
|
return NonProductive.postTest({
|
|
2706
2253
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2708,27 +2255,22 @@ export const NonProductive = {
|
|
|
2708
2255
|
},
|
|
2709
2256
|
};
|
|
2710
2257
|
|
|
2711
|
-
|
|
2712
2258
|
export const Role = {
|
|
2713
|
-
|
|
2714
2259
|
async postRolesList(client) {
|
|
2715
2260
|
return Role.postRolesList({
|
|
2716
2261
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2717
2262
|
});
|
|
2718
2263
|
},
|
|
2719
|
-
|
|
2720
2264
|
async postRolesNotes(client, request) {
|
|
2721
2265
|
return Role.postRolesNotes({
|
|
2722
2266
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2723
2267
|
});
|
|
2724
2268
|
},
|
|
2725
|
-
|
|
2726
2269
|
async postRolesShow(client, request) {
|
|
2727
2270
|
return Role.postRolesShow({
|
|
2728
2271
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2729
2272
|
});
|
|
2730
2273
|
},
|
|
2731
|
-
|
|
2732
2274
|
async postRolesUsers(client, request) {
|
|
2733
2275
|
return Role.postRolesUsers({
|
|
2734
2276
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2736,60 +2278,51 @@ export const Role = {
|
|
|
2736
2278
|
},
|
|
2737
2279
|
};
|
|
2738
2280
|
|
|
2739
|
-
|
|
2740
2281
|
export const Lists = {
|
|
2741
|
-
|
|
2742
2282
|
async postUsersListsCreate(client, request) {
|
|
2743
2283
|
return Lists.postUsersListsCreate({
|
|
2744
2284
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2745
2285
|
});
|
|
2746
2286
|
},
|
|
2747
|
-
|
|
2748
2287
|
async postUsersListsDelete(client, request) {
|
|
2749
2288
|
return Lists.postUsersListsDelete({
|
|
2750
2289
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2751
2290
|
});
|
|
2752
2291
|
},
|
|
2753
|
-
|
|
2754
2292
|
async postUsersListsGetMemberships(client, request) {
|
|
2755
2293
|
return Lists.postUsersListsGetMemberships({
|
|
2756
2294
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2757
2295
|
});
|
|
2758
2296
|
},
|
|
2759
|
-
|
|
2760
2297
|
async postUsersListsList(client, request) {
|
|
2761
2298
|
return Lists.postUsersListsList({
|
|
2762
2299
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2763
2300
|
});
|
|
2764
2301
|
},
|
|
2765
|
-
|
|
2766
2302
|
async postUsersListsPull(client, request) {
|
|
2767
2303
|
return Lists.postUsersListsPull({
|
|
2768
2304
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2769
2305
|
});
|
|
2770
2306
|
},
|
|
2771
|
-
|
|
2772
2307
|
async postUsersListsPush(client, request) {
|
|
2773
2308
|
return Lists.postUsersListsPush({
|
|
2774
2309
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2775
2310
|
});
|
|
2776
2311
|
},
|
|
2777
|
-
|
|
2778
2312
|
async postUsersListsShow(client, request) {
|
|
2779
2313
|
return Lists.postUsersListsShow({
|
|
2780
2314
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2781
2315
|
});
|
|
2782
2316
|
},
|
|
2783
|
-
|
|
2784
2317
|
async postUsersListsUpdate(client, request) {
|
|
2785
2318
|
return Lists.postUsersListsUpdate({
|
|
2786
2319
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2787
2320
|
});
|
|
2788
2321
|
},
|
|
2789
|
-
|
|
2790
2322
|
async postUsersListsUpdateMembership(client, request) {
|
|
2791
2323
|
return Lists.postUsersListsUpdateMembership({
|
|
2792
2324
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2793
2325
|
});
|
|
2794
2326
|
},
|
|
2795
|
-
};
|
|
2327
|
+
};
|
|
2328
|
+
|