@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
|
@@ -29,7 +29,6 @@ import * as Role from '../../generated/kokonect-link/Role.mjs';
|
|
|
29
29
|
import * as Lists from '../../generated/kokonect-link/Lists.mjs';
|
|
30
30
|
import * as Chat from '../../generated/kokonect-link/Chat.mjs';
|
|
31
31
|
import * as Groups from '../../generated/kokonect-link/Groups.mjs';
|
|
32
|
-
|
|
33
32
|
export class MisskeyClient {
|
|
34
33
|
constructor(baseUrl, token) {
|
|
35
34
|
this.baseUrl = baseUrl;
|
|
@@ -50,939 +49,782 @@ export class MisskeyClient {
|
|
|
50
49
|
}
|
|
51
50
|
}
|
|
52
51
|
|
|
53
|
-
|
|
54
52
|
export const Admin = {
|
|
55
|
-
|
|
56
53
|
async postAdminAbuseReportResolverCreate(client, request) {
|
|
57
54
|
return Admin.postAdminAbuseReportResolverCreate({
|
|
58
55
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
59
56
|
});
|
|
60
57
|
},
|
|
61
|
-
|
|
62
58
|
async postAdminAbuseReportResolverDelete(client, request) {
|
|
63
59
|
return Admin.postAdminAbuseReportResolverDelete({
|
|
64
60
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
65
61
|
});
|
|
66
62
|
},
|
|
67
|
-
|
|
68
63
|
async postAdminAbuseReportResolverList(client, request) {
|
|
69
64
|
return Admin.postAdminAbuseReportResolverList({
|
|
70
65
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
71
66
|
});
|
|
72
67
|
},
|
|
73
|
-
|
|
74
68
|
async postAdminAbuseReportResolverUpdate(client, request) {
|
|
75
69
|
return Admin.postAdminAbuseReportResolverUpdate({
|
|
76
70
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
77
71
|
});
|
|
78
72
|
},
|
|
79
|
-
|
|
80
73
|
async postAdminAbuseReportNotificationRecipientCreate(client, request) {
|
|
81
74
|
return Admin.postAdminAbuseReportNotificationRecipientCreate({
|
|
82
75
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
83
76
|
});
|
|
84
77
|
},
|
|
85
|
-
|
|
86
78
|
async postAdminAbuseReportNotificationRecipientDelete(client, request) {
|
|
87
79
|
return Admin.postAdminAbuseReportNotificationRecipientDelete({
|
|
88
80
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
89
81
|
});
|
|
90
82
|
},
|
|
91
|
-
|
|
92
83
|
async postAdminAbuseReportNotificationRecipientList(client, request) {
|
|
93
84
|
return Admin.postAdminAbuseReportNotificationRecipientList({
|
|
94
85
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
95
86
|
});
|
|
96
87
|
},
|
|
97
|
-
|
|
98
88
|
async postAdminAbuseReportNotificationRecipientShow(client, request) {
|
|
99
89
|
return Admin.postAdminAbuseReportNotificationRecipientShow({
|
|
100
90
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
101
91
|
});
|
|
102
92
|
},
|
|
103
|
-
|
|
104
93
|
async postAdminAbuseReportNotificationRecipientUpdate(client, request) {
|
|
105
94
|
return Admin.postAdminAbuseReportNotificationRecipientUpdate({
|
|
106
95
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
107
96
|
});
|
|
108
97
|
},
|
|
109
|
-
|
|
110
98
|
async postAdminAbuseUserReports(client, request) {
|
|
111
99
|
return Admin.postAdminAbuseUserReports({
|
|
112
100
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
113
101
|
});
|
|
114
102
|
},
|
|
115
|
-
|
|
116
103
|
async postAdminAccountsCreate(client, request) {
|
|
117
104
|
return Admin.postAdminAccountsCreate({
|
|
118
105
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
119
106
|
});
|
|
120
107
|
},
|
|
121
|
-
|
|
122
108
|
async postAdminAccountsDelete(client, request) {
|
|
123
109
|
return Admin.postAdminAccountsDelete({
|
|
124
110
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
125
111
|
});
|
|
126
112
|
},
|
|
127
|
-
|
|
128
113
|
async postAdminAccountsFindByEmail(client, request) {
|
|
129
114
|
return Admin.postAdminAccountsFindByEmail({
|
|
130
115
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
131
116
|
});
|
|
132
117
|
},
|
|
133
|
-
|
|
134
118
|
async postAdminAccountsPendingList(client, request) {
|
|
135
119
|
return Admin.postAdminAccountsPendingList({
|
|
136
120
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
137
121
|
});
|
|
138
122
|
},
|
|
139
|
-
|
|
140
123
|
async postAdminAccountsPendingRevoke(client, request) {
|
|
141
124
|
return Admin.postAdminAccountsPendingRevoke({
|
|
142
125
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
143
126
|
});
|
|
144
127
|
},
|
|
145
|
-
|
|
146
128
|
async postAdminAdCreate(client, request) {
|
|
147
129
|
return Admin.postAdminAdCreate({
|
|
148
130
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
149
131
|
});
|
|
150
132
|
},
|
|
151
|
-
|
|
152
133
|
async postAdminAdDelete(client, request) {
|
|
153
134
|
return Admin.postAdminAdDelete({
|
|
154
135
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
155
136
|
});
|
|
156
137
|
},
|
|
157
|
-
|
|
158
138
|
async postAdminAdList(client, request) {
|
|
159
139
|
return Admin.postAdminAdList({
|
|
160
140
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
161
141
|
});
|
|
162
142
|
},
|
|
163
|
-
|
|
164
143
|
async postAdminAdUpdate(client, request) {
|
|
165
144
|
return Admin.postAdminAdUpdate({
|
|
166
145
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
167
146
|
});
|
|
168
147
|
},
|
|
169
|
-
|
|
170
148
|
async postAdminAnnouncementsCreate(client, request) {
|
|
171
149
|
return Admin.postAdminAnnouncementsCreate({
|
|
172
150
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
173
151
|
});
|
|
174
152
|
},
|
|
175
|
-
|
|
176
153
|
async postAdminAnnouncementsDelete(client, request) {
|
|
177
154
|
return Admin.postAdminAnnouncementsDelete({
|
|
178
155
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
179
156
|
});
|
|
180
157
|
},
|
|
181
|
-
|
|
182
158
|
async postAdminAnnouncementsList(client, request) {
|
|
183
159
|
return Admin.postAdminAnnouncementsList({
|
|
184
160
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
185
161
|
});
|
|
186
162
|
},
|
|
187
|
-
|
|
188
163
|
async postAdminAnnouncementsUpdate(client, request) {
|
|
189
164
|
return Admin.postAdminAnnouncementsUpdate({
|
|
190
165
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
191
166
|
});
|
|
192
167
|
},
|
|
193
|
-
|
|
194
168
|
async postAdminAvatarDecorationsCreate(client, request) {
|
|
195
169
|
return Admin.postAdminAvatarDecorationsCreate({
|
|
196
170
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
197
171
|
});
|
|
198
172
|
},
|
|
199
|
-
|
|
200
173
|
async postAdminAvatarDecorationsDelete(client, request) {
|
|
201
174
|
return Admin.postAdminAvatarDecorationsDelete({
|
|
202
175
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
203
176
|
});
|
|
204
177
|
},
|
|
205
|
-
|
|
206
178
|
async postAdminAvatarDecorationsList(client, request) {
|
|
207
179
|
return Admin.postAdminAvatarDecorationsList({
|
|
208
180
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
209
181
|
});
|
|
210
182
|
},
|
|
211
|
-
|
|
212
183
|
async postAdminAvatarDecorationsUpdate(client, request) {
|
|
213
184
|
return Admin.postAdminAvatarDecorationsUpdate({
|
|
214
185
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
215
186
|
});
|
|
216
187
|
},
|
|
217
|
-
|
|
218
188
|
async postAdminCaptchaCurrent(client) {
|
|
219
189
|
return Admin.postAdminCaptchaCurrent({
|
|
220
190
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
221
191
|
});
|
|
222
192
|
},
|
|
223
|
-
|
|
224
193
|
async postAdminCaptchaSave(client, request) {
|
|
225
194
|
return Admin.postAdminCaptchaSave({
|
|
226
195
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
227
196
|
});
|
|
228
197
|
},
|
|
229
|
-
|
|
230
198
|
async postAdminDriveCleanRemoteFiles(client) {
|
|
231
199
|
return Admin.postAdminDriveCleanRemoteFiles({
|
|
232
200
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
233
201
|
});
|
|
234
202
|
},
|
|
235
|
-
|
|
236
203
|
async postAdminDriveCleanup(client) {
|
|
237
204
|
return Admin.postAdminDriveCleanup({
|
|
238
205
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
239
206
|
});
|
|
240
207
|
},
|
|
241
|
-
|
|
242
208
|
async postAdminDriveDeleteAllFilesOfAUser(client, request) {
|
|
243
209
|
return Admin.postAdminDriveDeleteAllFilesOfAUser({
|
|
244
210
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
245
211
|
});
|
|
246
212
|
},
|
|
247
|
-
|
|
248
213
|
async postAdminDriveFiles(client, request) {
|
|
249
214
|
return Admin.postAdminDriveFiles({
|
|
250
215
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
251
216
|
});
|
|
252
217
|
},
|
|
253
|
-
|
|
254
218
|
async postAdminDriveShowFile(client, request) {
|
|
255
219
|
return Admin.postAdminDriveShowFile({
|
|
256
220
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
257
221
|
});
|
|
258
222
|
},
|
|
259
|
-
|
|
260
223
|
async postAdminEmojiAdd(client, request) {
|
|
261
224
|
return Admin.postAdminEmojiAdd({
|
|
262
225
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
263
226
|
});
|
|
264
227
|
},
|
|
265
|
-
|
|
266
228
|
async postAdminEmojiAddAliasesBulk(client, request) {
|
|
267
229
|
return Admin.postAdminEmojiAddAliasesBulk({
|
|
268
230
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
269
231
|
});
|
|
270
232
|
},
|
|
271
|
-
|
|
272
233
|
async postAdminEmojiCopy(client, request) {
|
|
273
234
|
return Admin.postAdminEmojiCopy({
|
|
274
235
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
275
236
|
});
|
|
276
237
|
},
|
|
277
|
-
|
|
278
238
|
async postAdminEmojiDelete(client, request) {
|
|
279
239
|
return Admin.postAdminEmojiDelete({
|
|
280
240
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
281
241
|
});
|
|
282
242
|
},
|
|
283
|
-
|
|
284
243
|
async postAdminEmojiDeleteBulk(client, request) {
|
|
285
244
|
return Admin.postAdminEmojiDeleteBulk({
|
|
286
245
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
287
246
|
});
|
|
288
247
|
},
|
|
289
|
-
|
|
290
248
|
async postAdminEmojiList(client, request) {
|
|
291
249
|
return Admin.postAdminEmojiList({
|
|
292
250
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
293
251
|
});
|
|
294
252
|
},
|
|
295
|
-
|
|
296
253
|
async postAdminEmojiListRemote(client, request) {
|
|
297
254
|
return Admin.postAdminEmojiListRemote({
|
|
298
255
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
299
256
|
});
|
|
300
257
|
},
|
|
301
|
-
|
|
302
258
|
async postAdminEmojiRemoveAliasesBulk(client, request) {
|
|
303
259
|
return Admin.postAdminEmojiRemoveAliasesBulk({
|
|
304
260
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
305
261
|
});
|
|
306
262
|
},
|
|
307
|
-
|
|
308
263
|
async postAdminEmojiSetAliasesBulk(client, request) {
|
|
309
264
|
return Admin.postAdminEmojiSetAliasesBulk({
|
|
310
265
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
311
266
|
});
|
|
312
267
|
},
|
|
313
|
-
|
|
314
268
|
async postAdminEmojiSetCategoryBulk(client, request) {
|
|
315
269
|
return Admin.postAdminEmojiSetCategoryBulk({
|
|
316
270
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
317
271
|
});
|
|
318
272
|
},
|
|
319
|
-
|
|
320
273
|
async postAdminEmojiSetLicenseBulk(client, request) {
|
|
321
274
|
return Admin.postAdminEmojiSetLicenseBulk({
|
|
322
275
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
323
276
|
});
|
|
324
277
|
},
|
|
325
|
-
|
|
326
278
|
async postAdminEmojiUpdate(client, request) {
|
|
327
279
|
return Admin.postAdminEmojiUpdate({
|
|
328
280
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
329
281
|
});
|
|
330
282
|
},
|
|
331
|
-
|
|
332
283
|
async postAdminFederationDeleteAllFiles(client, request) {
|
|
333
284
|
return Admin.postAdminFederationDeleteAllFiles({
|
|
334
285
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
335
286
|
});
|
|
336
287
|
},
|
|
337
|
-
|
|
338
288
|
async postAdminFederationRefreshRemoteInstanceMetadata(client, request) {
|
|
339
289
|
return Admin.postAdminFederationRefreshRemoteInstanceMetadata({
|
|
340
290
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
341
291
|
});
|
|
342
292
|
},
|
|
343
|
-
|
|
344
293
|
async postAdminFederationRemoveAllFollowing(client, request) {
|
|
345
294
|
return Admin.postAdminFederationRemoveAllFollowing({
|
|
346
295
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
347
296
|
});
|
|
348
297
|
},
|
|
349
|
-
|
|
350
298
|
async postAdminFederationUpdateInstance(client, request) {
|
|
351
299
|
return Admin.postAdminFederationUpdateInstance({
|
|
352
300
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
353
301
|
});
|
|
354
302
|
},
|
|
355
|
-
|
|
356
303
|
async postAdminForwardAbuseUserReport(client, request) {
|
|
357
304
|
return Admin.postAdminForwardAbuseUserReport({
|
|
358
305
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
359
306
|
});
|
|
360
307
|
},
|
|
361
|
-
|
|
362
308
|
async postAdminGetIndexStats(client) {
|
|
363
309
|
return Admin.postAdminGetIndexStats({
|
|
364
310
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
365
311
|
});
|
|
366
312
|
},
|
|
367
|
-
|
|
368
313
|
async postAdminGetTableStats(client) {
|
|
369
314
|
return Admin.postAdminGetTableStats({
|
|
370
315
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
371
316
|
});
|
|
372
317
|
},
|
|
373
|
-
|
|
374
318
|
async postAdminGetUserIps(client, request) {
|
|
375
319
|
return Admin.postAdminGetUserIps({
|
|
376
320
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
377
321
|
});
|
|
378
322
|
},
|
|
379
|
-
|
|
380
323
|
async postAdminIndieAuthCreate(client, request) {
|
|
381
324
|
return Admin.postAdminIndieAuthCreate({
|
|
382
325
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
383
326
|
});
|
|
384
327
|
},
|
|
385
|
-
|
|
386
328
|
async postAdminIndieAuthDelete(client, request) {
|
|
387
329
|
return Admin.postAdminIndieAuthDelete({
|
|
388
330
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
389
331
|
});
|
|
390
332
|
},
|
|
391
|
-
|
|
392
333
|
async postAdminIndieAuthList(client, request) {
|
|
393
334
|
return Admin.postAdminIndieAuthList({
|
|
394
335
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
395
336
|
});
|
|
396
337
|
},
|
|
397
|
-
|
|
398
338
|
async postAdminIndieAuthUpdate(client, request) {
|
|
399
339
|
return Admin.postAdminIndieAuthUpdate({
|
|
400
340
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
401
341
|
});
|
|
402
342
|
},
|
|
403
|
-
|
|
404
343
|
async postAdminInviteCreate(client, request) {
|
|
405
344
|
return Admin.postAdminInviteCreate({
|
|
406
345
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
407
346
|
});
|
|
408
347
|
},
|
|
409
|
-
|
|
410
348
|
async postAdminInviteList(client, request) {
|
|
411
349
|
return Admin.postAdminInviteList({
|
|
412
350
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
413
351
|
});
|
|
414
352
|
},
|
|
415
|
-
|
|
416
353
|
async postAdminPromoCreate(client, request) {
|
|
417
354
|
return Admin.postAdminPromoCreate({
|
|
418
355
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
419
356
|
});
|
|
420
357
|
},
|
|
421
|
-
|
|
422
358
|
async postAdminQueueClear(client, request) {
|
|
423
359
|
return Admin.postAdminQueueClear({
|
|
424
360
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
425
361
|
});
|
|
426
362
|
},
|
|
427
|
-
|
|
428
363
|
async postAdminQueueDeliverDelayed(client) {
|
|
429
364
|
return Admin.postAdminQueueDeliverDelayed({
|
|
430
365
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
431
366
|
});
|
|
432
367
|
},
|
|
433
|
-
|
|
434
368
|
async postAdminQueueInboxDelayed(client) {
|
|
435
369
|
return Admin.postAdminQueueInboxDelayed({
|
|
436
370
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
437
371
|
});
|
|
438
372
|
},
|
|
439
|
-
|
|
440
373
|
async postAdminQueuePromote(client, request) {
|
|
441
374
|
return Admin.postAdminQueuePromote({
|
|
442
375
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
443
376
|
});
|
|
444
377
|
},
|
|
445
|
-
|
|
446
378
|
async postAdminQueueStats(client) {
|
|
447
379
|
return Admin.postAdminQueueStats({
|
|
448
380
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
449
381
|
});
|
|
450
382
|
},
|
|
451
|
-
|
|
452
383
|
async postAdminRegenerateUserToken(client, request) {
|
|
453
384
|
return Admin.postAdminRegenerateUserToken({
|
|
454
385
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
455
386
|
});
|
|
456
387
|
},
|
|
457
|
-
|
|
458
388
|
async postAdminRelaysAdd(client, request) {
|
|
459
389
|
return Admin.postAdminRelaysAdd({
|
|
460
390
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
461
391
|
});
|
|
462
392
|
},
|
|
463
|
-
|
|
464
393
|
async postAdminRelaysList(client) {
|
|
465
394
|
return Admin.postAdminRelaysList({
|
|
466
395
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
467
396
|
});
|
|
468
397
|
},
|
|
469
|
-
|
|
470
398
|
async postAdminRelaysRemove(client, request) {
|
|
471
399
|
return Admin.postAdminRelaysRemove({
|
|
472
400
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
473
401
|
});
|
|
474
402
|
},
|
|
475
|
-
|
|
476
403
|
async postAdminResetPassword(client, request) {
|
|
477
404
|
return Admin.postAdminResetPassword({
|
|
478
405
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
479
406
|
});
|
|
480
407
|
},
|
|
481
|
-
|
|
482
408
|
async postAdminResolveAbuseUserReport(client, request) {
|
|
483
409
|
return Admin.postAdminResolveAbuseUserReport({
|
|
484
410
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
485
411
|
});
|
|
486
412
|
},
|
|
487
|
-
|
|
488
413
|
async postAdminRolesAssign(client, request) {
|
|
489
414
|
return Admin.postAdminRolesAssign({
|
|
490
415
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
491
416
|
});
|
|
492
417
|
},
|
|
493
|
-
|
|
494
418
|
async postAdminRolesCreate(client, request) {
|
|
495
419
|
return Admin.postAdminRolesCreate({
|
|
496
420
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
497
421
|
});
|
|
498
422
|
},
|
|
499
|
-
|
|
500
423
|
async postAdminRolesDelete(client, request) {
|
|
501
424
|
return Admin.postAdminRolesDelete({
|
|
502
425
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
503
426
|
});
|
|
504
427
|
},
|
|
505
|
-
|
|
506
428
|
async postAdminRolesList(client) {
|
|
507
429
|
return Admin.postAdminRolesList({
|
|
508
430
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
509
431
|
});
|
|
510
432
|
},
|
|
511
|
-
|
|
512
433
|
async postAdminRolesShow(client, request) {
|
|
513
434
|
return Admin.postAdminRolesShow({
|
|
514
435
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
515
436
|
});
|
|
516
437
|
},
|
|
517
|
-
|
|
518
438
|
async postAdminRolesUnassign(client, request) {
|
|
519
439
|
return Admin.postAdminRolesUnassign({
|
|
520
440
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
521
441
|
});
|
|
522
442
|
},
|
|
523
|
-
|
|
524
443
|
async postAdminRolesUpdate(client, request) {
|
|
525
444
|
return Admin.postAdminRolesUpdate({
|
|
526
445
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
527
446
|
});
|
|
528
447
|
},
|
|
529
|
-
|
|
530
448
|
async postAdminRolesUpdateDefaultPolicies(client, request) {
|
|
531
449
|
return Admin.postAdminRolesUpdateDefaultPolicies({
|
|
532
450
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
533
451
|
});
|
|
534
452
|
},
|
|
535
|
-
|
|
536
453
|
async postAdminRolesUpdateInlinePolicies(client, request) {
|
|
537
454
|
return Admin.postAdminRolesUpdateInlinePolicies({
|
|
538
455
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
539
456
|
});
|
|
540
457
|
},
|
|
541
|
-
|
|
542
458
|
async postAdminRolesUsers(client, request) {
|
|
543
459
|
return Admin.postAdminRolesUsers({
|
|
544
460
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
545
461
|
});
|
|
546
462
|
},
|
|
547
|
-
|
|
548
463
|
async postAdminSendEmail(client, request) {
|
|
549
464
|
return Admin.postAdminSendEmail({
|
|
550
465
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
551
466
|
});
|
|
552
467
|
},
|
|
553
|
-
|
|
554
468
|
async postAdminShowModerationLogs(client, request) {
|
|
555
469
|
return Admin.postAdminShowModerationLogs({
|
|
556
470
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
557
471
|
});
|
|
558
472
|
},
|
|
559
|
-
|
|
560
473
|
async postAdminShowUser(client, request) {
|
|
561
474
|
return Admin.postAdminShowUser({
|
|
562
475
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
563
476
|
});
|
|
564
477
|
},
|
|
565
|
-
|
|
566
478
|
async postAdminShowUserAccountMoveLogs(client, request) {
|
|
567
479
|
return Admin.postAdminShowUserAccountMoveLogs({
|
|
568
480
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
569
481
|
});
|
|
570
482
|
},
|
|
571
|
-
|
|
572
483
|
async postAdminShowUsers(client, request) {
|
|
573
484
|
return Admin.postAdminShowUsers({
|
|
574
485
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
575
486
|
});
|
|
576
487
|
},
|
|
577
|
-
|
|
578
488
|
async postAdminSsoCreate(client, request) {
|
|
579
489
|
return Admin.postAdminSsoCreate({
|
|
580
490
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
581
491
|
});
|
|
582
492
|
},
|
|
583
|
-
|
|
584
493
|
async postAdminSsoDelete(client, request) {
|
|
585
494
|
return Admin.postAdminSsoDelete({
|
|
586
495
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
587
496
|
});
|
|
588
497
|
},
|
|
589
|
-
|
|
590
498
|
async postAdminSsoList(client, request) {
|
|
591
499
|
return Admin.postAdminSsoList({
|
|
592
500
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
593
501
|
});
|
|
594
502
|
},
|
|
595
|
-
|
|
596
503
|
async postAdminSsoUpdate(client, request) {
|
|
597
504
|
return Admin.postAdminSsoUpdate({
|
|
598
505
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
599
506
|
});
|
|
600
507
|
},
|
|
601
|
-
|
|
602
508
|
async postAdminSuspendUser(client, request) {
|
|
603
509
|
return Admin.postAdminSuspendUser({
|
|
604
510
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
605
511
|
});
|
|
606
512
|
},
|
|
607
|
-
|
|
608
513
|
async postAdminSystemWebhookCreate(client, request) {
|
|
609
514
|
return Admin.postAdminSystemWebhookCreate({
|
|
610
515
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
611
516
|
});
|
|
612
517
|
},
|
|
613
|
-
|
|
614
518
|
async postAdminSystemWebhookDelete(client, request) {
|
|
615
519
|
return Admin.postAdminSystemWebhookDelete({
|
|
616
520
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
617
521
|
});
|
|
618
522
|
},
|
|
619
|
-
|
|
620
523
|
async postAdminSystemWebhookList(client, request) {
|
|
621
524
|
return Admin.postAdminSystemWebhookList({
|
|
622
525
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
623
526
|
});
|
|
624
527
|
},
|
|
625
|
-
|
|
626
528
|
async postAdminSystemWebhookShow(client, request) {
|
|
627
529
|
return Admin.postAdminSystemWebhookShow({
|
|
628
530
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
629
531
|
});
|
|
630
532
|
},
|
|
631
|
-
|
|
632
533
|
async postAdminSystemWebhookUpdate(client, request) {
|
|
633
534
|
return Admin.postAdminSystemWebhookUpdate({
|
|
634
535
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
635
536
|
});
|
|
636
537
|
},
|
|
637
|
-
|
|
638
538
|
async postAdminUnsetUserAvatar(client, request) {
|
|
639
539
|
return Admin.postAdminUnsetUserAvatar({
|
|
640
540
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
641
541
|
});
|
|
642
542
|
},
|
|
643
|
-
|
|
644
543
|
async postAdminUnsetUserBanner(client, request) {
|
|
645
544
|
return Admin.postAdminUnsetUserBanner({
|
|
646
545
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
647
546
|
});
|
|
648
547
|
},
|
|
649
|
-
|
|
650
548
|
async postAdminUnsetUserMutualLink(client, request) {
|
|
651
549
|
return Admin.postAdminUnsetUserMutualLink({
|
|
652
550
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
653
551
|
});
|
|
654
552
|
},
|
|
655
|
-
|
|
656
553
|
async postAdminUnsuspendUser(client, request) {
|
|
657
554
|
return Admin.postAdminUnsuspendUser({
|
|
658
555
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
659
556
|
});
|
|
660
557
|
},
|
|
661
|
-
|
|
662
558
|
async postAdminUpdateAbuseUserReport(client, request) {
|
|
663
559
|
return Admin.postAdminUpdateAbuseUserReport({
|
|
664
560
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
665
561
|
});
|
|
666
562
|
},
|
|
667
|
-
|
|
668
563
|
async postAdminUpdateMeta(client, request) {
|
|
669
564
|
return Admin.postAdminUpdateMeta({
|
|
670
565
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
671
566
|
});
|
|
672
567
|
},
|
|
673
|
-
|
|
674
568
|
async postAdminUpdateProxyAccount(client, request) {
|
|
675
569
|
return Admin.postAdminUpdateProxyAccount({
|
|
676
570
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
677
571
|
});
|
|
678
572
|
},
|
|
679
|
-
|
|
680
573
|
async postAdminUpdateUserName(client, request) {
|
|
681
574
|
return Admin.postAdminUpdateUserName({
|
|
682
575
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
683
576
|
});
|
|
684
577
|
},
|
|
685
|
-
|
|
686
578
|
async postAdminUpdateUserNote(client, request) {
|
|
687
579
|
return Admin.postAdminUpdateUserNote({
|
|
688
580
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
689
581
|
});
|
|
690
582
|
},
|
|
691
|
-
|
|
692
583
|
async postV2AdminEmojiList(client, request) {
|
|
693
584
|
return Admin.postV2AdminEmojiList({
|
|
694
585
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
695
586
|
});
|
|
696
587
|
},
|
|
697
|
-
|
|
698
588
|
async postAdminAbuseReportNotificationRecipientCreate(client, request) {
|
|
699
589
|
return Admin.postAdminAbuseReportNotificationRecipientCreate({
|
|
700
590
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
701
591
|
});
|
|
702
592
|
},
|
|
703
|
-
|
|
704
593
|
async postAdminAbuseReportNotificationRecipientShow(client, request) {
|
|
705
594
|
return Admin.postAdminAbuseReportNotificationRecipientShow({
|
|
706
595
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
707
596
|
});
|
|
708
597
|
},
|
|
709
|
-
|
|
710
598
|
async postAdminAbuseReportNotificationRecipientUpdate(client, request) {
|
|
711
599
|
return Admin.postAdminAbuseReportNotificationRecipientUpdate({
|
|
712
600
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
713
601
|
});
|
|
714
602
|
},
|
|
715
|
-
|
|
716
603
|
async postAdminAbuseUserReports(client, request) {
|
|
717
604
|
return Admin.postAdminAbuseUserReports({
|
|
718
605
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
719
606
|
});
|
|
720
607
|
},
|
|
721
|
-
|
|
722
608
|
async postAdminAccountsCreate(client, request) {
|
|
723
609
|
return Admin.postAdminAccountsCreate({
|
|
724
610
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
725
611
|
});
|
|
726
612
|
},
|
|
727
|
-
|
|
728
613
|
async postAdminAccountsDelete(client, request) {
|
|
729
614
|
return Admin.postAdminAccountsDelete({
|
|
730
615
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
731
616
|
});
|
|
732
617
|
},
|
|
733
|
-
|
|
734
618
|
async postAdminAccountsFindByEmail(client, request) {
|
|
735
619
|
return Admin.postAdminAccountsFindByEmail({
|
|
736
620
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
737
621
|
});
|
|
738
622
|
},
|
|
739
|
-
|
|
740
623
|
async postAdminAdCreate(client, request) {
|
|
741
624
|
return Admin.postAdminAdCreate({
|
|
742
625
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
743
626
|
});
|
|
744
627
|
},
|
|
745
|
-
|
|
746
628
|
async postAdminAdList(client, request) {
|
|
747
629
|
return Admin.postAdminAdList({
|
|
748
630
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
749
631
|
});
|
|
750
632
|
},
|
|
751
|
-
|
|
752
633
|
async postAdminAnnouncementsCreate(client, request) {
|
|
753
634
|
return Admin.postAdminAnnouncementsCreate({
|
|
754
635
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
755
636
|
});
|
|
756
637
|
},
|
|
757
|
-
|
|
758
638
|
async postAdminAnnouncementsList(client, request) {
|
|
759
639
|
return Admin.postAdminAnnouncementsList({
|
|
760
640
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
761
641
|
});
|
|
762
642
|
},
|
|
763
|
-
|
|
764
643
|
async postAdminAnnouncementsUpdate(client, request) {
|
|
765
644
|
return Admin.postAdminAnnouncementsUpdate({
|
|
766
645
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
767
646
|
});
|
|
768
647
|
},
|
|
769
|
-
|
|
770
648
|
async postAdminAvatarDecorationsCopy(client, request) {
|
|
771
649
|
return Admin.postAdminAvatarDecorationsCopy({
|
|
772
650
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
773
651
|
});
|
|
774
652
|
},
|
|
775
|
-
|
|
776
653
|
async postAdminAvatarDecorationsList(client, request) {
|
|
777
654
|
return Admin.postAdminAvatarDecorationsList({
|
|
778
655
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
779
656
|
});
|
|
780
657
|
},
|
|
781
|
-
|
|
782
658
|
async postAdminAvatarDecorationsListRemote(client, request) {
|
|
783
659
|
return Admin.postAdminAvatarDecorationsListRemote({
|
|
784
660
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
785
661
|
});
|
|
786
662
|
},
|
|
787
|
-
|
|
788
663
|
async postAdminDeleteAccount(client, request) {
|
|
789
664
|
return Admin.postAdminDeleteAccount({
|
|
790
665
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
791
666
|
});
|
|
792
667
|
},
|
|
793
|
-
|
|
794
668
|
async postAdminDeleteAllFilesOfAUser(client, request) {
|
|
795
669
|
return Admin.postAdminDeleteAllFilesOfAUser({
|
|
796
670
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
797
671
|
});
|
|
798
672
|
},
|
|
799
|
-
|
|
800
673
|
async postAdminDriveFiles(client, request) {
|
|
801
674
|
return Admin.postAdminDriveFiles({
|
|
802
675
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
803
676
|
});
|
|
804
677
|
},
|
|
805
|
-
|
|
806
678
|
async postAdminDriveShowFile(client, request) {
|
|
807
679
|
return Admin.postAdminDriveShowFile({
|
|
808
680
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
809
681
|
});
|
|
810
682
|
},
|
|
811
|
-
|
|
812
683
|
async postAdminEmojiAdd(client, request) {
|
|
813
684
|
return Admin.postAdminEmojiAdd({
|
|
814
685
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
815
686
|
});
|
|
816
687
|
},
|
|
817
|
-
|
|
818
688
|
async postAdminEmojiList(client, request) {
|
|
819
689
|
return Admin.postAdminEmojiList({
|
|
820
690
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
821
691
|
});
|
|
822
692
|
},
|
|
823
|
-
|
|
824
693
|
async postAdminEmojiListRemote(client, request) {
|
|
825
694
|
return Admin.postAdminEmojiListRemote({
|
|
826
695
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
827
696
|
});
|
|
828
697
|
},
|
|
829
|
-
|
|
830
698
|
async postAdminEmojiSteal(client, request) {
|
|
831
699
|
return Admin.postAdminEmojiSteal({
|
|
832
700
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
833
701
|
});
|
|
834
702
|
},
|
|
835
|
-
|
|
836
703
|
async postAdminEmojiUpdate(client, request) {
|
|
837
704
|
return Admin.postAdminEmojiUpdate({
|
|
838
705
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
839
706
|
});
|
|
840
707
|
},
|
|
841
|
-
|
|
842
708
|
async postAdminInviteRevoke(client) {
|
|
843
709
|
return Admin.postAdminInviteRevoke({
|
|
844
710
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
845
711
|
});
|
|
846
712
|
},
|
|
847
|
-
|
|
848
713
|
async postAdminQueueClear(client, request) {
|
|
849
714
|
return Admin.postAdminQueueClear({
|
|
850
715
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
851
716
|
});
|
|
852
717
|
},
|
|
853
|
-
|
|
854
718
|
async postAdminQueueJobs(client, request) {
|
|
855
719
|
return Admin.postAdminQueueJobs({
|
|
856
720
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
857
721
|
});
|
|
858
722
|
},
|
|
859
|
-
|
|
860
723
|
async postAdminQueuePromoteJobs(client, request) {
|
|
861
724
|
return Admin.postAdminQueuePromoteJobs({
|
|
862
725
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
863
726
|
});
|
|
864
727
|
},
|
|
865
|
-
|
|
866
728
|
async postAdminQueueQueueStats(client, request) {
|
|
867
729
|
return Admin.postAdminQueueQueueStats({
|
|
868
730
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
869
731
|
});
|
|
870
732
|
},
|
|
871
|
-
|
|
872
733
|
async postAdminQueueQueues(client) {
|
|
873
734
|
return Admin.postAdminQueueQueues({
|
|
874
735
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
875
736
|
});
|
|
876
737
|
},
|
|
877
|
-
|
|
878
738
|
async postAdminQueueRemoveJob(client, request) {
|
|
879
739
|
return Admin.postAdminQueueRemoveJob({
|
|
880
740
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
881
741
|
});
|
|
882
742
|
},
|
|
883
|
-
|
|
884
743
|
async postAdminQueueRetryJob(client, request) {
|
|
885
744
|
return Admin.postAdminQueueRetryJob({
|
|
886
745
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
887
746
|
});
|
|
888
747
|
},
|
|
889
|
-
|
|
890
748
|
async postAdminQueueShowJob(client, request) {
|
|
891
749
|
return Admin.postAdminQueueShowJob({
|
|
892
750
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
893
751
|
});
|
|
894
752
|
},
|
|
895
|
-
|
|
896
753
|
async postAdminQueueShowJobLogs(client, request) {
|
|
897
754
|
return Admin.postAdminQueueShowJobLogs({
|
|
898
755
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
899
756
|
});
|
|
900
757
|
},
|
|
901
|
-
|
|
902
758
|
async postAdminResolveAbuseUserReport(client, request) {
|
|
903
759
|
return Admin.postAdminResolveAbuseUserReport({
|
|
904
760
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
905
761
|
});
|
|
906
762
|
},
|
|
907
|
-
|
|
908
763
|
async postAdminRolesAssign(client, request) {
|
|
909
764
|
return Admin.postAdminRolesAssign({
|
|
910
765
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
911
766
|
});
|
|
912
767
|
},
|
|
913
|
-
|
|
914
768
|
async postAdminRolesCreate(client, request) {
|
|
915
769
|
return Admin.postAdminRolesCreate({
|
|
916
770
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
917
771
|
});
|
|
918
772
|
},
|
|
919
|
-
|
|
920
773
|
async postAdminRolesShow(client, request) {
|
|
921
774
|
return Admin.postAdminRolesShow({
|
|
922
775
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
923
776
|
});
|
|
924
777
|
},
|
|
925
|
-
|
|
926
778
|
async postAdminRolesUpdate(client, request) {
|
|
927
779
|
return Admin.postAdminRolesUpdate({
|
|
928
780
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
929
781
|
});
|
|
930
782
|
},
|
|
931
|
-
|
|
932
783
|
async postAdminRolesUsers(client, request) {
|
|
933
784
|
return Admin.postAdminRolesUsers({
|
|
934
785
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
935
786
|
});
|
|
936
787
|
},
|
|
937
|
-
|
|
938
788
|
async postAdminServerInfo(client) {
|
|
939
789
|
return Admin.postAdminServerInfo({
|
|
940
790
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
941
791
|
});
|
|
942
792
|
},
|
|
943
|
-
|
|
944
793
|
async postAdminShowModerationLogs(client, request) {
|
|
945
794
|
return Admin.postAdminShowModerationLogs({
|
|
946
795
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
947
796
|
});
|
|
948
797
|
},
|
|
949
|
-
|
|
950
798
|
async postAdminShowUser(client, request) {
|
|
951
799
|
return Admin.postAdminShowUser({
|
|
952
800
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
953
801
|
});
|
|
954
802
|
},
|
|
955
|
-
|
|
956
803
|
async postAdminSystemWebhookCreate(client, request) {
|
|
957
804
|
return Admin.postAdminSystemWebhookCreate({
|
|
958
805
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
959
806
|
});
|
|
960
807
|
},
|
|
961
|
-
|
|
962
808
|
async postAdminSystemWebhookShow(client, request) {
|
|
963
809
|
return Admin.postAdminSystemWebhookShow({
|
|
964
810
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
965
811
|
});
|
|
966
812
|
},
|
|
967
|
-
|
|
968
813
|
async postAdminSystemWebhookUpdate(client, request) {
|
|
969
814
|
return Admin.postAdminSystemWebhookUpdate({
|
|
970
815
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
971
816
|
});
|
|
972
817
|
},
|
|
973
|
-
|
|
974
818
|
async postAdminUpdateMeta(client, request) {
|
|
975
819
|
return Admin.postAdminUpdateMeta({
|
|
976
820
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
977
821
|
});
|
|
978
822
|
},
|
|
979
|
-
|
|
980
823
|
async postAdminUpdateProxyAccount(client, request) {
|
|
981
824
|
return Admin.postAdminUpdateProxyAccount({
|
|
982
825
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
983
826
|
});
|
|
984
827
|
},
|
|
985
|
-
|
|
986
828
|
async postV2AdminEmojiList(client, request) {
|
|
987
829
|
return Admin.postV2AdminEmojiList({
|
|
988
830
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -990,393 +832,327 @@ export const Admin = {
|
|
|
990
832
|
},
|
|
991
833
|
};
|
|
992
834
|
|
|
993
|
-
|
|
994
835
|
export const Default = {
|
|
995
|
-
|
|
996
836
|
async postAdminEmojiImportZip(client, request) {
|
|
997
837
|
return Default.postAdminEmojiImportZip({
|
|
998
838
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
999
839
|
});
|
|
1000
840
|
},
|
|
1001
|
-
|
|
1002
841
|
async getBubbleGameRanking(client, request) {
|
|
1003
842
|
return Default.getBubbleGameRanking({
|
|
1004
843
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1005
844
|
});
|
|
1006
845
|
},
|
|
1007
|
-
|
|
1008
846
|
async postBubbleGameRanking(client, request) {
|
|
1009
847
|
return Default.postBubbleGameRanking({
|
|
1010
848
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1011
849
|
});
|
|
1012
850
|
},
|
|
1013
|
-
|
|
1014
851
|
async postBubbleGameRegister(client, request) {
|
|
1015
852
|
return Default.postBubbleGameRegister({
|
|
1016
853
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1017
854
|
});
|
|
1018
855
|
},
|
|
1019
|
-
|
|
1020
856
|
async postExportCustomEmojis(client) {
|
|
1021
857
|
return Default.postExportCustomEmojis({
|
|
1022
858
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1023
859
|
});
|
|
1024
860
|
},
|
|
1025
|
-
|
|
1026
861
|
async postI2faDone(client, request) {
|
|
1027
862
|
return Default.postI2faDone({
|
|
1028
863
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1029
864
|
});
|
|
1030
865
|
},
|
|
1031
|
-
|
|
1032
866
|
async postI2faKeyDone(client, request) {
|
|
1033
867
|
return Default.postI2faKeyDone({
|
|
1034
868
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1035
869
|
});
|
|
1036
870
|
},
|
|
1037
|
-
|
|
1038
871
|
async postI2faPasswordLess(client, request) {
|
|
1039
872
|
return Default.postI2faPasswordLess({
|
|
1040
873
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1041
874
|
});
|
|
1042
875
|
},
|
|
1043
|
-
|
|
1044
876
|
async postI2faRegister(client, request) {
|
|
1045
877
|
return Default.postI2faRegister({
|
|
1046
878
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1047
879
|
});
|
|
1048
880
|
},
|
|
1049
|
-
|
|
1050
881
|
async postI2faRegisterKey(client, request) {
|
|
1051
882
|
return Default.postI2faRegisterKey({
|
|
1052
883
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1053
884
|
});
|
|
1054
885
|
},
|
|
1055
|
-
|
|
1056
886
|
async postI2faRemoveKey(client, request) {
|
|
1057
887
|
return Default.postI2faRemoveKey({
|
|
1058
888
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1059
889
|
});
|
|
1060
890
|
},
|
|
1061
|
-
|
|
1062
891
|
async postI2faUnregister(client, request) {
|
|
1063
892
|
return Default.postI2faUnregister({
|
|
1064
893
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1065
894
|
});
|
|
1066
895
|
},
|
|
1067
|
-
|
|
1068
896
|
async postI2faUpdateKey(client, request) {
|
|
1069
897
|
return Default.postI2faUpdateKey({
|
|
1070
898
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1071
899
|
});
|
|
1072
900
|
},
|
|
1073
|
-
|
|
1074
901
|
async postIApps(client, request) {
|
|
1075
902
|
return Default.postIApps({
|
|
1076
903
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1077
904
|
});
|
|
1078
905
|
},
|
|
1079
|
-
|
|
1080
906
|
async postIAuthorizedApps(client, request) {
|
|
1081
907
|
return Default.postIAuthorizedApps({
|
|
1082
908
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1083
909
|
});
|
|
1084
910
|
},
|
|
1085
|
-
|
|
1086
911
|
async postIChangePassword(client, request) {
|
|
1087
912
|
return Default.postIChangePassword({
|
|
1088
913
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1089
914
|
});
|
|
1090
915
|
},
|
|
1091
|
-
|
|
1092
916
|
async postIClaimAchievement(client, request) {
|
|
1093
917
|
return Default.postIClaimAchievement({
|
|
1094
918
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1095
919
|
});
|
|
1096
920
|
},
|
|
1097
|
-
|
|
1098
921
|
async postIDeleteAccount(client, request) {
|
|
1099
922
|
return Default.postIDeleteAccount({
|
|
1100
923
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1101
924
|
});
|
|
1102
925
|
},
|
|
1103
|
-
|
|
1104
926
|
async postIExportAntennas(client) {
|
|
1105
927
|
return Default.postIExportAntennas({
|
|
1106
928
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1107
929
|
});
|
|
1108
930
|
},
|
|
1109
|
-
|
|
1110
931
|
async postIExportBlocking(client) {
|
|
1111
932
|
return Default.postIExportBlocking({
|
|
1112
933
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1113
934
|
});
|
|
1114
935
|
},
|
|
1115
|
-
|
|
1116
936
|
async postIExportClips(client) {
|
|
1117
937
|
return Default.postIExportClips({
|
|
1118
938
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1119
939
|
});
|
|
1120
940
|
},
|
|
1121
|
-
|
|
1122
941
|
async postIExportFavorites(client) {
|
|
1123
942
|
return Default.postIExportFavorites({
|
|
1124
943
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1125
944
|
});
|
|
1126
945
|
},
|
|
1127
|
-
|
|
1128
946
|
async postIExportFollowing(client, request) {
|
|
1129
947
|
return Default.postIExportFollowing({
|
|
1130
948
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1131
949
|
});
|
|
1132
950
|
},
|
|
1133
|
-
|
|
1134
951
|
async postIExportMute(client) {
|
|
1135
952
|
return Default.postIExportMute({
|
|
1136
953
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1137
954
|
});
|
|
1138
955
|
},
|
|
1139
|
-
|
|
1140
956
|
async postIExportNotes(client) {
|
|
1141
957
|
return Default.postIExportNotes({
|
|
1142
958
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1143
959
|
});
|
|
1144
960
|
},
|
|
1145
|
-
|
|
1146
961
|
async postIExportUserLists(client) {
|
|
1147
962
|
return Default.postIExportUserLists({
|
|
1148
963
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1149
964
|
});
|
|
1150
965
|
},
|
|
1151
|
-
|
|
1152
966
|
async postIImportAntennas(client, request) {
|
|
1153
967
|
return Default.postIImportAntennas({
|
|
1154
968
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1155
969
|
});
|
|
1156
970
|
},
|
|
1157
|
-
|
|
1158
971
|
async postIImportBlocking(client, request) {
|
|
1159
972
|
return Default.postIImportBlocking({
|
|
1160
973
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1161
974
|
});
|
|
1162
975
|
},
|
|
1163
|
-
|
|
1164
976
|
async postIImportFollowing(client, request) {
|
|
1165
977
|
return Default.postIImportFollowing({
|
|
1166
978
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1167
979
|
});
|
|
1168
980
|
},
|
|
1169
|
-
|
|
1170
981
|
async postIImportMuting(client, request) {
|
|
1171
982
|
return Default.postIImportMuting({
|
|
1172
983
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1173
984
|
});
|
|
1174
985
|
},
|
|
1175
|
-
|
|
1176
986
|
async postIImportUserLists(client, request) {
|
|
1177
987
|
return Default.postIImportUserLists({
|
|
1178
988
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1179
989
|
});
|
|
1180
990
|
},
|
|
1181
|
-
|
|
1182
991
|
async postIRegenerateToken(client, request) {
|
|
1183
992
|
return Default.postIRegenerateToken({
|
|
1184
993
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1185
994
|
});
|
|
1186
995
|
},
|
|
1187
|
-
|
|
1188
996
|
async postIRegistryGet(client, request) {
|
|
1189
997
|
return Default.postIRegistryGet({
|
|
1190
998
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1191
999
|
});
|
|
1192
1000
|
},
|
|
1193
|
-
|
|
1194
1001
|
async postIRegistryGetAll(client, request) {
|
|
1195
1002
|
return Default.postIRegistryGetAll({
|
|
1196
1003
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1197
1004
|
});
|
|
1198
1005
|
},
|
|
1199
|
-
|
|
1200
1006
|
async postIRegistryGetDetail(client, request) {
|
|
1201
1007
|
return Default.postIRegistryGetDetail({
|
|
1202
1008
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1203
1009
|
});
|
|
1204
1010
|
},
|
|
1205
|
-
|
|
1206
1011
|
async postIRegistryKeys(client, request) {
|
|
1207
1012
|
return Default.postIRegistryKeys({
|
|
1208
1013
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1209
1014
|
});
|
|
1210
1015
|
},
|
|
1211
|
-
|
|
1212
1016
|
async postIRegistryKeysWithType(client, request) {
|
|
1213
1017
|
return Default.postIRegistryKeysWithType({
|
|
1214
1018
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1215
1019
|
});
|
|
1216
1020
|
},
|
|
1217
|
-
|
|
1218
1021
|
async postIRegistryRemove(client, request) {
|
|
1219
1022
|
return Default.postIRegistryRemove({
|
|
1220
1023
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1221
1024
|
});
|
|
1222
1025
|
},
|
|
1223
|
-
|
|
1224
1026
|
async postIRegistryScopesWithDomain(client) {
|
|
1225
1027
|
return Default.postIRegistryScopesWithDomain({
|
|
1226
1028
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1227
1029
|
});
|
|
1228
1030
|
},
|
|
1229
|
-
|
|
1230
1031
|
async postIRegistrySet(client, request) {
|
|
1231
1032
|
return Default.postIRegistrySet({
|
|
1232
1033
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1233
1034
|
});
|
|
1234
1035
|
},
|
|
1235
|
-
|
|
1236
1036
|
async postIRevokeToken(client, request) {
|
|
1237
1037
|
return Default.postIRevokeToken({
|
|
1238
1038
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1239
1039
|
});
|
|
1240
1040
|
},
|
|
1241
|
-
|
|
1242
1041
|
async postISigninHistory(client, request) {
|
|
1243
1042
|
return Default.postISigninHistory({
|
|
1244
1043
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1245
1044
|
});
|
|
1246
1045
|
},
|
|
1247
|
-
|
|
1248
1046
|
async postIUpdateEmail(client, request) {
|
|
1249
1047
|
return Default.postIUpdateEmail({
|
|
1250
1048
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1251
1049
|
});
|
|
1252
1050
|
},
|
|
1253
|
-
|
|
1254
1051
|
async postPagePush(client, request) {
|
|
1255
1052
|
return Default.postPagePush({
|
|
1256
1053
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1257
1054
|
});
|
|
1258
1055
|
},
|
|
1259
|
-
|
|
1260
1056
|
async postReversiCancelMatch(client, request) {
|
|
1261
1057
|
return Default.postReversiCancelMatch({
|
|
1262
1058
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1263
1059
|
});
|
|
1264
1060
|
},
|
|
1265
|
-
|
|
1266
1061
|
async postReversiGames(client, request) {
|
|
1267
1062
|
return Default.postReversiGames({
|
|
1268
1063
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1269
1064
|
});
|
|
1270
1065
|
},
|
|
1271
|
-
|
|
1272
1066
|
async postReversiInvitations(client) {
|
|
1273
1067
|
return Default.postReversiInvitations({
|
|
1274
1068
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1275
1069
|
});
|
|
1276
1070
|
},
|
|
1277
|
-
|
|
1278
1071
|
async postReversiMatch(client, request) {
|
|
1279
1072
|
return Default.postReversiMatch({
|
|
1280
1073
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1281
1074
|
});
|
|
1282
1075
|
},
|
|
1283
|
-
|
|
1284
1076
|
async postReversiShowGame(client, request) {
|
|
1285
1077
|
return Default.postReversiShowGame({
|
|
1286
1078
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1287
1079
|
});
|
|
1288
1080
|
},
|
|
1289
|
-
|
|
1290
1081
|
async postReversiSurrender(client, request) {
|
|
1291
1082
|
return Default.postReversiSurrender({
|
|
1292
1083
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1293
1084
|
});
|
|
1294
1085
|
},
|
|
1295
|
-
|
|
1296
1086
|
async postReversiVerify(client, request) {
|
|
1297
1087
|
return Default.postReversiVerify({
|
|
1298
1088
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1299
1089
|
});
|
|
1300
1090
|
},
|
|
1301
|
-
|
|
1302
1091
|
async postUsersAchievements(client, request) {
|
|
1303
1092
|
return Default.postUsersAchievements({
|
|
1304
1093
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1305
1094
|
});
|
|
1306
1095
|
},
|
|
1307
|
-
|
|
1308
1096
|
async postUsersListsCreateFromPublic(client, request) {
|
|
1309
1097
|
return Default.postUsersListsCreateFromPublic({
|
|
1310
1098
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1311
1099
|
});
|
|
1312
1100
|
},
|
|
1313
|
-
|
|
1314
1101
|
async postUsersListsFavorite(client, request) {
|
|
1315
1102
|
return Default.postUsersListsFavorite({
|
|
1316
1103
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1317
1104
|
});
|
|
1318
1105
|
},
|
|
1319
|
-
|
|
1320
1106
|
async postUsersListsUnfavorite(client, request) {
|
|
1321
1107
|
return Default.postUsersListsUnfavorite({
|
|
1322
1108
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1323
1109
|
});
|
|
1324
1110
|
},
|
|
1325
|
-
|
|
1326
1111
|
async postIClaimAchievement(client, request) {
|
|
1327
1112
|
return Default.postIClaimAchievement({
|
|
1328
1113
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1329
1114
|
});
|
|
1330
1115
|
},
|
|
1331
|
-
|
|
1332
1116
|
async postIRevokeToken(client, request) {
|
|
1333
1117
|
return Default.postIRevokeToken({
|
|
1334
1118
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1335
1119
|
});
|
|
1336
1120
|
},
|
|
1337
|
-
|
|
1338
1121
|
async postISigninHistory(client, request) {
|
|
1339
1122
|
return Default.postISigninHistory({
|
|
1340
1123
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1341
1124
|
});
|
|
1342
1125
|
},
|
|
1343
|
-
|
|
1344
1126
|
async postITruncateAccount(client, request) {
|
|
1345
1127
|
return Default.postITruncateAccount({
|
|
1346
1128
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1347
1129
|
});
|
|
1348
1130
|
},
|
|
1349
|
-
|
|
1350
1131
|
async postIUpdateEmail(client, request) {
|
|
1351
1132
|
return Default.postIUpdateEmail({
|
|
1352
1133
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1353
1134
|
});
|
|
1354
1135
|
},
|
|
1355
|
-
|
|
1356
1136
|
async postReversiGames(client, request) {
|
|
1357
1137
|
return Default.postReversiGames({
|
|
1358
1138
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1359
1139
|
});
|
|
1360
1140
|
},
|
|
1361
|
-
|
|
1362
1141
|
async postReversiMatch(client, request) {
|
|
1363
1142
|
return Default.postReversiMatch({
|
|
1364
1143
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1365
1144
|
});
|
|
1366
1145
|
},
|
|
1367
|
-
|
|
1368
1146
|
async postReversiShowGame(client, request) {
|
|
1369
1147
|
return Default.postReversiShowGame({
|
|
1370
1148
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1371
1149
|
});
|
|
1372
1150
|
},
|
|
1373
|
-
|
|
1374
1151
|
async postReversiVerify(client, request) {
|
|
1375
1152
|
return Default.postReversiVerify({
|
|
1376
1153
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1377
1154
|
});
|
|
1378
1155
|
},
|
|
1379
|
-
|
|
1380
1156
|
async postUsersListsCreateFromPublic(client, request) {
|
|
1381
1157
|
return Default.postUsersListsCreateFromPublic({
|
|
1382
1158
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1384,201 +1160,167 @@ export const Default = {
|
|
|
1384
1160
|
},
|
|
1385
1161
|
};
|
|
1386
1162
|
|
|
1387
|
-
|
|
1388
1163
|
export const Meta = {
|
|
1389
|
-
|
|
1390
1164
|
async postAdminMeta(client) {
|
|
1391
1165
|
return Meta.postAdminMeta({
|
|
1392
1166
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1393
1167
|
});
|
|
1394
1168
|
},
|
|
1395
|
-
|
|
1396
1169
|
async postAnnouncement(client, request) {
|
|
1397
1170
|
return Meta.postAnnouncement({
|
|
1398
1171
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1399
1172
|
});
|
|
1400
1173
|
},
|
|
1401
|
-
|
|
1402
1174
|
async postAnnouncements(client, request) {
|
|
1403
1175
|
return Meta.postAnnouncements({
|
|
1404
1176
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1405
1177
|
});
|
|
1406
1178
|
},
|
|
1407
|
-
|
|
1408
1179
|
async postAnnouncementsShow(client, request) {
|
|
1409
1180
|
return Meta.postAnnouncementsShow({
|
|
1410
1181
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1411
1182
|
});
|
|
1412
1183
|
},
|
|
1413
|
-
|
|
1414
1184
|
async getEmoji(client, request) {
|
|
1415
1185
|
return Meta.getEmoji({
|
|
1416
1186
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1417
1187
|
});
|
|
1418
1188
|
},
|
|
1419
|
-
|
|
1420
1189
|
async postEmoji(client, request) {
|
|
1421
1190
|
return Meta.postEmoji({
|
|
1422
1191
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1423
1192
|
});
|
|
1424
1193
|
},
|
|
1425
|
-
|
|
1426
1194
|
async getEmojis(client) {
|
|
1427
1195
|
return Meta.getEmojis({
|
|
1428
1196
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1429
1197
|
});
|
|
1430
1198
|
},
|
|
1431
|
-
|
|
1432
1199
|
async postEmojis(client) {
|
|
1433
1200
|
return Meta.postEmojis({
|
|
1434
1201
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1435
1202
|
});
|
|
1436
1203
|
},
|
|
1437
|
-
|
|
1438
1204
|
async postEndpoint(client, request) {
|
|
1439
1205
|
return Meta.postEndpoint({
|
|
1440
1206
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1441
1207
|
});
|
|
1442
1208
|
},
|
|
1443
|
-
|
|
1444
1209
|
async postEndpoints(client) {
|
|
1445
1210
|
return Meta.postEndpoints({
|
|
1446
1211
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1447
1212
|
});
|
|
1448
1213
|
},
|
|
1449
|
-
|
|
1450
1214
|
async postFetchExternalResources(client, request) {
|
|
1451
1215
|
return Meta.postFetchExternalResources({
|
|
1452
1216
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1453
1217
|
});
|
|
1454
1218
|
},
|
|
1455
|
-
|
|
1456
1219
|
async getFetchRss(client, request) {
|
|
1457
1220
|
return Meta.getFetchRss({
|
|
1458
1221
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1459
1222
|
});
|
|
1460
1223
|
},
|
|
1461
|
-
|
|
1462
1224
|
async postFetchRss(client, request) {
|
|
1463
1225
|
return Meta.postFetchRss({
|
|
1464
1226
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1465
1227
|
});
|
|
1466
1228
|
},
|
|
1467
|
-
|
|
1468
1229
|
async getGetOnlineUsersCount(client) {
|
|
1469
1230
|
return Meta.getGetOnlineUsersCount({
|
|
1470
1231
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1471
1232
|
});
|
|
1472
1233
|
},
|
|
1473
|
-
|
|
1474
1234
|
async postGetOnlineUsersCount(client) {
|
|
1475
1235
|
return Meta.postGetOnlineUsersCount({
|
|
1476
1236
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1477
1237
|
});
|
|
1478
1238
|
},
|
|
1479
|
-
|
|
1480
1239
|
async postInviteCreate(client) {
|
|
1481
1240
|
return Meta.postInviteCreate({
|
|
1482
1241
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1483
1242
|
});
|
|
1484
1243
|
},
|
|
1485
|
-
|
|
1486
1244
|
async postInviteDelete(client, request) {
|
|
1487
1245
|
return Meta.postInviteDelete({
|
|
1488
1246
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1489
1247
|
});
|
|
1490
1248
|
},
|
|
1491
|
-
|
|
1492
1249
|
async postInviteLimit(client) {
|
|
1493
1250
|
return Meta.postInviteLimit({
|
|
1494
1251
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1495
1252
|
});
|
|
1496
1253
|
},
|
|
1497
|
-
|
|
1498
1254
|
async postInviteList(client, request) {
|
|
1499
1255
|
return Meta.postInviteList({
|
|
1500
1256
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1501
1257
|
});
|
|
1502
1258
|
},
|
|
1503
|
-
|
|
1504
1259
|
async getMeta(client, request) {
|
|
1505
1260
|
return Meta.getMeta({
|
|
1506
1261
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1507
1262
|
});
|
|
1508
1263
|
},
|
|
1509
|
-
|
|
1510
1264
|
async postMeta(client, request) {
|
|
1511
1265
|
return Meta.postMeta({
|
|
1512
1266
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1513
1267
|
});
|
|
1514
1268
|
},
|
|
1515
|
-
|
|
1516
1269
|
async postPing(client) {
|
|
1517
1270
|
return Meta.postPing({
|
|
1518
1271
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1519
1272
|
});
|
|
1520
1273
|
},
|
|
1521
|
-
|
|
1522
1274
|
async getStats(client) {
|
|
1523
1275
|
return Meta.getStats({
|
|
1524
1276
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1525
1277
|
});
|
|
1526
1278
|
},
|
|
1527
|
-
|
|
1528
1279
|
async postStats(client) {
|
|
1529
1280
|
return Meta.postStats({
|
|
1530
1281
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1531
1282
|
});
|
|
1532
1283
|
},
|
|
1533
|
-
|
|
1534
1284
|
async postAdminMeta(client) {
|
|
1535
1285
|
return Meta.postAdminMeta({
|
|
1536
1286
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1537
1287
|
});
|
|
1538
1288
|
},
|
|
1539
|
-
|
|
1540
1289
|
async postAnnouncements(client, request) {
|
|
1541
1290
|
return Meta.postAnnouncements({
|
|
1542
1291
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1543
1292
|
});
|
|
1544
1293
|
},
|
|
1545
|
-
|
|
1546
1294
|
async postAnnouncementsShow(client, request) {
|
|
1547
1295
|
return Meta.postAnnouncementsShow({
|
|
1548
1296
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1549
1297
|
});
|
|
1550
1298
|
},
|
|
1551
|
-
|
|
1552
1299
|
async getEmoji(client, request) {
|
|
1553
1300
|
return Meta.getEmoji({
|
|
1554
1301
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1555
1302
|
});
|
|
1556
1303
|
},
|
|
1557
|
-
|
|
1558
1304
|
async postEmoji(client, request) {
|
|
1559
1305
|
return Meta.postEmoji({
|
|
1560
1306
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1561
1307
|
});
|
|
1562
1308
|
},
|
|
1563
|
-
|
|
1564
1309
|
async postInviteCreate(client) {
|
|
1565
1310
|
return Meta.postInviteCreate({
|
|
1566
1311
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1567
1312
|
});
|
|
1568
1313
|
},
|
|
1569
|
-
|
|
1570
1314
|
async postInviteList(client, request) {
|
|
1571
1315
|
return Meta.postInviteList({
|
|
1572
1316
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1573
1317
|
});
|
|
1574
1318
|
},
|
|
1575
|
-
|
|
1576
1319
|
async getServerInfo(client) {
|
|
1577
1320
|
return Meta.getServerInfo({
|
|
1578
1321
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1579
1322
|
});
|
|
1580
1323
|
},
|
|
1581
|
-
|
|
1582
1324
|
async postServerInfo(client) {
|
|
1583
1325
|
return Meta.postServerInfo({
|
|
1584
1326
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1586,63 +1328,52 @@ export const Meta = {
|
|
|
1586
1328
|
},
|
|
1587
1329
|
};
|
|
1588
1330
|
|
|
1589
|
-
|
|
1590
1331
|
export const Webhooks = {
|
|
1591
|
-
|
|
1592
1332
|
async postAdminSystemWebhookTest(client, request) {
|
|
1593
1333
|
return Webhooks.postAdminSystemWebhookTest({
|
|
1594
1334
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1595
1335
|
});
|
|
1596
1336
|
},
|
|
1597
|
-
|
|
1598
1337
|
async postIWebhooksCreate(client, request) {
|
|
1599
1338
|
return Webhooks.postIWebhooksCreate({
|
|
1600
1339
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1601
1340
|
});
|
|
1602
1341
|
},
|
|
1603
|
-
|
|
1604
1342
|
async postIWebhooksDelete(client, request) {
|
|
1605
1343
|
return Webhooks.postIWebhooksDelete({
|
|
1606
1344
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1607
1345
|
});
|
|
1608
1346
|
},
|
|
1609
|
-
|
|
1610
1347
|
async postIWebhooksList(client) {
|
|
1611
1348
|
return Webhooks.postIWebhooksList({
|
|
1612
1349
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1613
1350
|
});
|
|
1614
1351
|
},
|
|
1615
|
-
|
|
1616
1352
|
async postIWebhooksShow(client, request) {
|
|
1617
1353
|
return Webhooks.postIWebhooksShow({
|
|
1618
1354
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1619
1355
|
});
|
|
1620
1356
|
},
|
|
1621
|
-
|
|
1622
1357
|
async postIWebhooksTest(client, request) {
|
|
1623
1358
|
return Webhooks.postIWebhooksTest({
|
|
1624
1359
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1625
1360
|
});
|
|
1626
1361
|
},
|
|
1627
|
-
|
|
1628
1362
|
async postIWebhooksUpdate(client, request) {
|
|
1629
1363
|
return Webhooks.postIWebhooksUpdate({
|
|
1630
1364
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1631
1365
|
});
|
|
1632
1366
|
},
|
|
1633
|
-
|
|
1634
1367
|
async postAdminSystemWebhookTest(client, request) {
|
|
1635
1368
|
return Webhooks.postAdminSystemWebhookTest({
|
|
1636
1369
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1637
1370
|
});
|
|
1638
1371
|
},
|
|
1639
|
-
|
|
1640
1372
|
async postIWebhooksShow(client, request) {
|
|
1641
1373
|
return Webhooks.postIWebhooksShow({
|
|
1642
1374
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1643
1375
|
});
|
|
1644
1376
|
},
|
|
1645
|
-
|
|
1646
1377
|
async postIWebhooksTest(client, request) {
|
|
1647
1378
|
return Webhooks.postIWebhooksTest({
|
|
1648
1379
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1650,57 +1381,47 @@ export const Webhooks = {
|
|
|
1650
1381
|
},
|
|
1651
1382
|
};
|
|
1652
1383
|
|
|
1653
|
-
|
|
1654
1384
|
export const Antennas = {
|
|
1655
|
-
|
|
1656
1385
|
async postAntennasCreate(client, request) {
|
|
1657
1386
|
return Antennas.postAntennasCreate({
|
|
1658
1387
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1659
1388
|
});
|
|
1660
1389
|
},
|
|
1661
|
-
|
|
1662
1390
|
async postAntennasDelete(client, request) {
|
|
1663
1391
|
return Antennas.postAntennasDelete({
|
|
1664
1392
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1665
1393
|
});
|
|
1666
1394
|
},
|
|
1667
|
-
|
|
1668
1395
|
async postAntennasList(client) {
|
|
1669
1396
|
return Antennas.postAntennasList({
|
|
1670
1397
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1671
1398
|
});
|
|
1672
1399
|
},
|
|
1673
|
-
|
|
1674
1400
|
async postAntennasNotes(client, request) {
|
|
1675
1401
|
return Antennas.postAntennasNotes({
|
|
1676
1402
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1677
1403
|
});
|
|
1678
1404
|
},
|
|
1679
|
-
|
|
1680
1405
|
async postAntennasShow(client, request) {
|
|
1681
1406
|
return Antennas.postAntennasShow({
|
|
1682
1407
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1683
1408
|
});
|
|
1684
1409
|
},
|
|
1685
|
-
|
|
1686
1410
|
async postAntennasUpdate(client, request) {
|
|
1687
1411
|
return Antennas.postAntennasUpdate({
|
|
1688
1412
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1689
1413
|
});
|
|
1690
1414
|
},
|
|
1691
|
-
|
|
1692
1415
|
async postAntennasCreate(client, request) {
|
|
1693
1416
|
return Antennas.postAntennasCreate({
|
|
1694
1417
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1695
1418
|
});
|
|
1696
1419
|
},
|
|
1697
|
-
|
|
1698
1420
|
async postAntennasShow(client, request) {
|
|
1699
1421
|
return Antennas.postAntennasShow({
|
|
1700
1422
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1701
1423
|
});
|
|
1702
1424
|
},
|
|
1703
|
-
|
|
1704
1425
|
async postAntennasUpdate(client, request) {
|
|
1705
1426
|
return Antennas.postAntennasUpdate({
|
|
1706
1427
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1708,105 +1429,87 @@ export const Antennas = {
|
|
|
1708
1429
|
},
|
|
1709
1430
|
};
|
|
1710
1431
|
|
|
1711
|
-
|
|
1712
1432
|
export const Federation = {
|
|
1713
|
-
|
|
1714
1433
|
async postApGet(client, request) {
|
|
1715
1434
|
return Federation.postApGet({
|
|
1716
1435
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1717
1436
|
});
|
|
1718
1437
|
},
|
|
1719
|
-
|
|
1720
1438
|
async postApShow(client, request) {
|
|
1721
1439
|
return Federation.postApShow({
|
|
1722
1440
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1723
1441
|
});
|
|
1724
1442
|
},
|
|
1725
|
-
|
|
1726
1443
|
async postFederationFollowers(client, request) {
|
|
1727
1444
|
return Federation.postFederationFollowers({
|
|
1728
1445
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1729
1446
|
});
|
|
1730
1447
|
},
|
|
1731
|
-
|
|
1732
1448
|
async postFederationFollowing(client, request) {
|
|
1733
1449
|
return Federation.postFederationFollowing({
|
|
1734
1450
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1735
1451
|
});
|
|
1736
1452
|
},
|
|
1737
|
-
|
|
1738
1453
|
async getFederationInstances(client, request) {
|
|
1739
1454
|
return Federation.getFederationInstances({
|
|
1740
1455
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1741
1456
|
});
|
|
1742
1457
|
},
|
|
1743
|
-
|
|
1744
1458
|
async postFederationInstances(client, request) {
|
|
1745
1459
|
return Federation.postFederationInstances({
|
|
1746
1460
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1747
1461
|
});
|
|
1748
1462
|
},
|
|
1749
|
-
|
|
1750
1463
|
async postFederationShowInstance(client, request) {
|
|
1751
1464
|
return Federation.postFederationShowInstance({
|
|
1752
1465
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1753
1466
|
});
|
|
1754
1467
|
},
|
|
1755
|
-
|
|
1756
1468
|
async getFederationStats(client, request) {
|
|
1757
1469
|
return Federation.getFederationStats({
|
|
1758
1470
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1759
1471
|
});
|
|
1760
1472
|
},
|
|
1761
|
-
|
|
1762
1473
|
async postFederationStats(client, request) {
|
|
1763
1474
|
return Federation.postFederationStats({
|
|
1764
1475
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1765
1476
|
});
|
|
1766
1477
|
},
|
|
1767
|
-
|
|
1768
1478
|
async postFederationUpdateRemoteUser(client, request) {
|
|
1769
1479
|
return Federation.postFederationUpdateRemoteUser({
|
|
1770
1480
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1771
1481
|
});
|
|
1772
1482
|
},
|
|
1773
|
-
|
|
1774
1483
|
async postFederationUsers(client, request) {
|
|
1775
1484
|
return Federation.postFederationUsers({
|
|
1776
1485
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1777
1486
|
});
|
|
1778
1487
|
},
|
|
1779
|
-
|
|
1780
1488
|
async postFederationFollowers(client, request) {
|
|
1781
1489
|
return Federation.postFederationFollowers({
|
|
1782
1490
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1783
1491
|
});
|
|
1784
1492
|
},
|
|
1785
|
-
|
|
1786
1493
|
async postFederationFollowing(client, request) {
|
|
1787
1494
|
return Federation.postFederationFollowing({
|
|
1788
1495
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1789
1496
|
});
|
|
1790
1497
|
},
|
|
1791
|
-
|
|
1792
1498
|
async getFederationRemoteSoftware(client, request) {
|
|
1793
1499
|
return Federation.getFederationRemoteSoftware({
|
|
1794
1500
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1795
1501
|
});
|
|
1796
1502
|
},
|
|
1797
|
-
|
|
1798
1503
|
async postFederationRemoteSoftware(client, request) {
|
|
1799
1504
|
return Federation.postFederationRemoteSoftware({
|
|
1800
1505
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1801
1506
|
});
|
|
1802
1507
|
},
|
|
1803
|
-
|
|
1804
1508
|
async postFederationShowInstance(client, request) {
|
|
1805
1509
|
return Federation.postFederationShowInstance({
|
|
1806
1510
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1807
1511
|
});
|
|
1808
1512
|
},
|
|
1809
|
-
|
|
1810
1513
|
async postFederationUsers(client, request) {
|
|
1811
1514
|
return Federation.postFederationUsers({
|
|
1812
1515
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1814,27 +1517,22 @@ export const Federation = {
|
|
|
1814
1517
|
},
|
|
1815
1518
|
};
|
|
1816
1519
|
|
|
1817
|
-
|
|
1818
1520
|
export const App = {
|
|
1819
|
-
|
|
1820
1521
|
async postAppCreate(client, request) {
|
|
1821
1522
|
return App.postAppCreate({
|
|
1822
1523
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1823
1524
|
});
|
|
1824
1525
|
},
|
|
1825
|
-
|
|
1826
1526
|
async postAppShow(client, request) {
|
|
1827
1527
|
return App.postAppShow({
|
|
1828
1528
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1829
1529
|
});
|
|
1830
1530
|
},
|
|
1831
|
-
|
|
1832
1531
|
async postAppCreate(client, request) {
|
|
1833
1532
|
return App.postAppCreate({
|
|
1834
1533
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1835
1534
|
});
|
|
1836
1535
|
},
|
|
1837
|
-
|
|
1838
1536
|
async postAppShow(client, request) {
|
|
1839
1537
|
return App.postAppShow({
|
|
1840
1538
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1842,45 +1540,37 @@ export const App = {
|
|
|
1842
1540
|
},
|
|
1843
1541
|
};
|
|
1844
1542
|
|
|
1845
|
-
|
|
1846
1543
|
export const Auth = {
|
|
1847
|
-
|
|
1848
1544
|
async postAuthAccept(client, request) {
|
|
1849
1545
|
return Auth.postAuthAccept({
|
|
1850
1546
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1851
1547
|
});
|
|
1852
1548
|
},
|
|
1853
|
-
|
|
1854
1549
|
async postAuthSessionGenerate(client, request) {
|
|
1855
1550
|
return Auth.postAuthSessionGenerate({
|
|
1856
1551
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1857
1552
|
});
|
|
1858
1553
|
},
|
|
1859
|
-
|
|
1860
1554
|
async postAuthSessionShow(client, request) {
|
|
1861
1555
|
return Auth.postAuthSessionShow({
|
|
1862
1556
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1863
1557
|
});
|
|
1864
1558
|
},
|
|
1865
|
-
|
|
1866
1559
|
async postAuthSessionUserkey(client, request) {
|
|
1867
1560
|
return Auth.postAuthSessionUserkey({
|
|
1868
1561
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1869
1562
|
});
|
|
1870
1563
|
},
|
|
1871
|
-
|
|
1872
1564
|
async postMiauthGenToken(client, request) {
|
|
1873
1565
|
return Auth.postMiauthGenToken({
|
|
1874
1566
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1875
1567
|
});
|
|
1876
1568
|
},
|
|
1877
|
-
|
|
1878
1569
|
async postAuthSessionShow(client, request) {
|
|
1879
1570
|
return Auth.postAuthSessionShow({
|
|
1880
1571
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1881
1572
|
});
|
|
1882
1573
|
},
|
|
1883
|
-
|
|
1884
1574
|
async postAuthSessionUserkey(client, request) {
|
|
1885
1575
|
return Auth.postAuthSessionUserkey({
|
|
1886
1576
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -1888,351 +1578,292 @@ export const Auth = {
|
|
|
1888
1578
|
},
|
|
1889
1579
|
};
|
|
1890
1580
|
|
|
1891
|
-
|
|
1892
1581
|
export const Account = {
|
|
1893
|
-
|
|
1894
1582
|
async postBlockingCreate(client, request) {
|
|
1895
1583
|
return Account.postBlockingCreate({
|
|
1896
1584
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1897
1585
|
});
|
|
1898
1586
|
},
|
|
1899
|
-
|
|
1900
1587
|
async postBlockingDelete(client, request) {
|
|
1901
1588
|
return Account.postBlockingDelete({
|
|
1902
1589
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1903
1590
|
});
|
|
1904
1591
|
},
|
|
1905
|
-
|
|
1906
1592
|
async postBlockingList(client, request) {
|
|
1907
1593
|
return Account.postBlockingList({
|
|
1908
1594
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1909
1595
|
});
|
|
1910
1596
|
},
|
|
1911
|
-
|
|
1912
1597
|
async postClipsAddNote(client, request) {
|
|
1913
1598
|
return Account.postClipsAddNote({
|
|
1914
1599
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1915
1600
|
});
|
|
1916
1601
|
},
|
|
1917
|
-
|
|
1918
1602
|
async postClipsMyFavorites(client) {
|
|
1919
1603
|
return Account.postClipsMyFavorites({
|
|
1920
1604
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1921
1605
|
});
|
|
1922
1606
|
},
|
|
1923
|
-
|
|
1924
1607
|
async postClipsNotes(client, request) {
|
|
1925
1608
|
return Account.postClipsNotes({
|
|
1926
1609
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1927
1610
|
});
|
|
1928
1611
|
},
|
|
1929
|
-
|
|
1930
1612
|
async postClipsRemoveNote(client, request) {
|
|
1931
1613
|
return Account.postClipsRemoveNote({
|
|
1932
1614
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1933
1615
|
});
|
|
1934
1616
|
},
|
|
1935
|
-
|
|
1936
1617
|
async postFlashMy(client, request) {
|
|
1937
1618
|
return Account.postFlashMy({
|
|
1938
1619
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1939
1620
|
});
|
|
1940
1621
|
},
|
|
1941
|
-
|
|
1942
1622
|
async postFlashMyLikes(client, request) {
|
|
1943
1623
|
return Account.postFlashMyLikes({
|
|
1944
1624
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1945
1625
|
});
|
|
1946
1626
|
},
|
|
1947
|
-
|
|
1948
1627
|
async postI(client) {
|
|
1949
1628
|
return Account.postI({
|
|
1950
1629
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1951
1630
|
});
|
|
1952
1631
|
},
|
|
1953
|
-
|
|
1954
1632
|
async postIFavorites(client, request) {
|
|
1955
1633
|
return Account.postIFavorites({
|
|
1956
1634
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1957
1635
|
});
|
|
1958
1636
|
},
|
|
1959
|
-
|
|
1960
1637
|
async postIGalleryLikes(client, request) {
|
|
1961
1638
|
return Account.postIGalleryLikes({
|
|
1962
1639
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1963
1640
|
});
|
|
1964
1641
|
},
|
|
1965
|
-
|
|
1966
1642
|
async postIGalleryPosts(client, request) {
|
|
1967
1643
|
return Account.postIGalleryPosts({
|
|
1968
1644
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1969
1645
|
});
|
|
1970
1646
|
},
|
|
1971
|
-
|
|
1972
1647
|
async postINotifications(client, request) {
|
|
1973
1648
|
return Account.postINotifications({
|
|
1974
1649
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1975
1650
|
});
|
|
1976
1651
|
},
|
|
1977
|
-
|
|
1978
1652
|
async postINotificationsGrouped(client, request) {
|
|
1979
1653
|
return Account.postINotificationsGrouped({
|
|
1980
1654
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1981
1655
|
});
|
|
1982
1656
|
},
|
|
1983
|
-
|
|
1984
1657
|
async postIPageLikes(client, request) {
|
|
1985
1658
|
return Account.postIPageLikes({
|
|
1986
1659
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1987
1660
|
});
|
|
1988
1661
|
},
|
|
1989
|
-
|
|
1990
1662
|
async postIPages(client, request) {
|
|
1991
1663
|
return Account.postIPages({
|
|
1992
1664
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1993
1665
|
});
|
|
1994
1666
|
},
|
|
1995
|
-
|
|
1996
1667
|
async postIPin(client, request) {
|
|
1997
1668
|
return Account.postIPin({
|
|
1998
1669
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
1999
1670
|
});
|
|
2000
1671
|
},
|
|
2001
|
-
|
|
2002
1672
|
async postIPurgeTimelineCache(client, request) {
|
|
2003
1673
|
return Account.postIPurgeTimelineCache({
|
|
2004
1674
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2005
1675
|
});
|
|
2006
1676
|
},
|
|
2007
|
-
|
|
2008
1677
|
async postIReadAnnouncement(client, request) {
|
|
2009
1678
|
return Account.postIReadAnnouncement({
|
|
2010
1679
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2011
1680
|
});
|
|
2012
1681
|
},
|
|
2013
|
-
|
|
2014
1682
|
async postIUnpin(client, request) {
|
|
2015
1683
|
return Account.postIUnpin({
|
|
2016
1684
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2017
1685
|
});
|
|
2018
1686
|
},
|
|
2019
|
-
|
|
2020
1687
|
async postIUpdate(client, request) {
|
|
2021
1688
|
return Account.postIUpdate({
|
|
2022
1689
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2023
1690
|
});
|
|
2024
1691
|
},
|
|
2025
|
-
|
|
2026
1692
|
async postMuteCreate(client, request) {
|
|
2027
1693
|
return Account.postMuteCreate({
|
|
2028
1694
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2029
1695
|
});
|
|
2030
1696
|
},
|
|
2031
|
-
|
|
2032
1697
|
async postMuteDelete(client, request) {
|
|
2033
1698
|
return Account.postMuteDelete({
|
|
2034
1699
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2035
1700
|
});
|
|
2036
1701
|
},
|
|
2037
|
-
|
|
2038
1702
|
async postMuteList(client, request) {
|
|
2039
1703
|
return Account.postMuteList({
|
|
2040
1704
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2041
1705
|
});
|
|
2042
1706
|
},
|
|
2043
|
-
|
|
2044
1707
|
async postMyApps(client, request) {
|
|
2045
1708
|
return Account.postMyApps({
|
|
2046
1709
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2047
1710
|
});
|
|
2048
1711
|
},
|
|
2049
|
-
|
|
2050
1712
|
async postRenoteMuteCreate(client, request) {
|
|
2051
1713
|
return Account.postRenoteMuteCreate({
|
|
2052
1714
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2053
1715
|
});
|
|
2054
1716
|
},
|
|
2055
|
-
|
|
2056
1717
|
async postRenoteMuteDelete(client, request) {
|
|
2057
1718
|
return Account.postRenoteMuteDelete({
|
|
2058
1719
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2059
1720
|
});
|
|
2060
1721
|
},
|
|
2061
|
-
|
|
2062
1722
|
async postRenoteMuteList(client, request) {
|
|
2063
1723
|
return Account.postRenoteMuteList({
|
|
2064
1724
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2065
1725
|
});
|
|
2066
1726
|
},
|
|
2067
|
-
|
|
2068
1727
|
async postSwRegister(client, request) {
|
|
2069
1728
|
return Account.postSwRegister({
|
|
2070
1729
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2071
1730
|
});
|
|
2072
1731
|
},
|
|
2073
|
-
|
|
2074
1732
|
async postSwShowRegistration(client, request) {
|
|
2075
1733
|
return Account.postSwShowRegistration({
|
|
2076
1734
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2077
1735
|
});
|
|
2078
1736
|
},
|
|
2079
|
-
|
|
2080
1737
|
async postSwUnregister(client, request) {
|
|
2081
1738
|
return Account.postSwUnregister({
|
|
2082
1739
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2083
1740
|
});
|
|
2084
1741
|
},
|
|
2085
|
-
|
|
2086
1742
|
async postSwUpdateRegistration(client, request) {
|
|
2087
1743
|
return Account.postSwUpdateRegistration({
|
|
2088
1744
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2089
1745
|
});
|
|
2090
1746
|
},
|
|
2091
|
-
|
|
2092
1747
|
async postUsersUpdateMemo(client, request) {
|
|
2093
1748
|
return Account.postUsersUpdateMemo({
|
|
2094
1749
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2095
1750
|
});
|
|
2096
1751
|
},
|
|
2097
|
-
|
|
2098
1752
|
async postBlockingCreate(client, request) {
|
|
2099
1753
|
return Account.postBlockingCreate({
|
|
2100
1754
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2101
1755
|
});
|
|
2102
1756
|
},
|
|
2103
|
-
|
|
2104
1757
|
async postBlockingDelete(client, request) {
|
|
2105
1758
|
return Account.postBlockingDelete({
|
|
2106
1759
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2107
1760
|
});
|
|
2108
1761
|
},
|
|
2109
|
-
|
|
2110
1762
|
async postBlockingList(client, request) {
|
|
2111
1763
|
return Account.postBlockingList({
|
|
2112
1764
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2113
1765
|
});
|
|
2114
1766
|
},
|
|
2115
|
-
|
|
2116
1767
|
async postClipsNotes(client, request) {
|
|
2117
1768
|
return Account.postClipsNotes({
|
|
2118
1769
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2119
1770
|
});
|
|
2120
1771
|
},
|
|
2121
|
-
|
|
2122
1772
|
async postFlashMy(client, request) {
|
|
2123
1773
|
return Account.postFlashMy({
|
|
2124
1774
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2125
1775
|
});
|
|
2126
1776
|
},
|
|
2127
|
-
|
|
2128
1777
|
async postFlashMyLikes(client, request) {
|
|
2129
1778
|
return Account.postFlashMyLikes({
|
|
2130
1779
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2131
1780
|
});
|
|
2132
1781
|
},
|
|
2133
|
-
|
|
2134
1782
|
async postI(client) {
|
|
2135
1783
|
return Account.postI({
|
|
2136
1784
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2137
1785
|
});
|
|
2138
1786
|
},
|
|
2139
|
-
|
|
2140
1787
|
async postIAutoDeleteSettings(client) {
|
|
2141
1788
|
return Account.postIAutoDeleteSettings({
|
|
2142
1789
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2143
1790
|
});
|
|
2144
1791
|
},
|
|
2145
|
-
|
|
2146
1792
|
async postIFavorites(client, request) {
|
|
2147
1793
|
return Account.postIFavorites({
|
|
2148
1794
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2149
1795
|
});
|
|
2150
1796
|
},
|
|
2151
|
-
|
|
2152
1797
|
async postIFollowersServers(client) {
|
|
2153
1798
|
return Account.postIFollowersServers({
|
|
2154
1799
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2155
1800
|
});
|
|
2156
1801
|
},
|
|
2157
|
-
|
|
2158
1802
|
async postIGalleryLikes(client, request) {
|
|
2159
1803
|
return Account.postIGalleryLikes({
|
|
2160
1804
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2161
1805
|
});
|
|
2162
1806
|
},
|
|
2163
|
-
|
|
2164
1807
|
async postIGalleryPosts(client, request) {
|
|
2165
1808
|
return Account.postIGalleryPosts({
|
|
2166
1809
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2167
1810
|
});
|
|
2168
1811
|
},
|
|
2169
|
-
|
|
2170
1812
|
async postINotifications(client, request) {
|
|
2171
1813
|
return Account.postINotifications({
|
|
2172
1814
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2173
1815
|
});
|
|
2174
1816
|
},
|
|
2175
|
-
|
|
2176
1817
|
async postINotificationsGrouped(client, request) {
|
|
2177
1818
|
return Account.postINotificationsGrouped({
|
|
2178
1819
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2179
1820
|
});
|
|
2180
1821
|
},
|
|
2181
|
-
|
|
2182
1822
|
async postIPageLikes(client, request) {
|
|
2183
1823
|
return Account.postIPageLikes({
|
|
2184
1824
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2185
1825
|
});
|
|
2186
1826
|
},
|
|
2187
|
-
|
|
2188
1827
|
async postIPages(client, request) {
|
|
2189
1828
|
return Account.postIPages({
|
|
2190
1829
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2191
1830
|
});
|
|
2192
1831
|
},
|
|
2193
|
-
|
|
2194
1832
|
async postIPin(client, request) {
|
|
2195
1833
|
return Account.postIPin({
|
|
2196
1834
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2197
1835
|
});
|
|
2198
1836
|
},
|
|
2199
|
-
|
|
2200
1837
|
async postIUnpin(client, request) {
|
|
2201
1838
|
return Account.postIUnpin({
|
|
2202
1839
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2203
1840
|
});
|
|
2204
1841
|
},
|
|
2205
|
-
|
|
2206
1842
|
async postIUpdate(client, request) {
|
|
2207
1843
|
return Account.postIUpdate({
|
|
2208
1844
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2209
1845
|
});
|
|
2210
1846
|
},
|
|
2211
|
-
|
|
2212
1847
|
async postIUpdateAutoDeleteSettings(client, request) {
|
|
2213
1848
|
return Account.postIUpdateAutoDeleteSettings({
|
|
2214
1849
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2215
1850
|
});
|
|
2216
1851
|
},
|
|
2217
|
-
|
|
2218
1852
|
async postIUserGroupInvites(client, request) {
|
|
2219
1853
|
return Account.postIUserGroupInvites({
|
|
2220
1854
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2221
1855
|
});
|
|
2222
1856
|
},
|
|
2223
|
-
|
|
2224
1857
|
async postMuteList(client, request) {
|
|
2225
1858
|
return Account.postMuteList({
|
|
2226
1859
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2227
1860
|
});
|
|
2228
1861
|
},
|
|
2229
|
-
|
|
2230
1862
|
async postRenoteMuteList(client, request) {
|
|
2231
1863
|
return Account.postRenoteMuteList({
|
|
2232
1864
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2233
1865
|
});
|
|
2234
1866
|
},
|
|
2235
|
-
|
|
2236
1867
|
async postVerifyEmail(client, request) {
|
|
2237
1868
|
return Account.postVerifyEmail({
|
|
2238
1869
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2240,117 +1871,97 @@ export const Account = {
|
|
|
2240
1871
|
},
|
|
2241
1872
|
};
|
|
2242
1873
|
|
|
2243
|
-
|
|
2244
1874
|
export const Channels = {
|
|
2245
|
-
|
|
2246
1875
|
async postChannelsCreate(client, request) {
|
|
2247
1876
|
return Channels.postChannelsCreate({
|
|
2248
1877
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2249
1878
|
});
|
|
2250
1879
|
},
|
|
2251
|
-
|
|
2252
1880
|
async postChannelsFavorite(client, request) {
|
|
2253
1881
|
return Channels.postChannelsFavorite({
|
|
2254
1882
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2255
1883
|
});
|
|
2256
1884
|
},
|
|
2257
|
-
|
|
2258
1885
|
async postChannelsFeatured(client) {
|
|
2259
1886
|
return Channels.postChannelsFeatured({
|
|
2260
1887
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2261
1888
|
});
|
|
2262
1889
|
},
|
|
2263
|
-
|
|
2264
1890
|
async postChannelsFeaturedGames(client) {
|
|
2265
1891
|
return Channels.postChannelsFeaturedGames({
|
|
2266
1892
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2267
1893
|
});
|
|
2268
1894
|
},
|
|
2269
|
-
|
|
2270
1895
|
async postChannelsFollow(client, request) {
|
|
2271
1896
|
return Channels.postChannelsFollow({
|
|
2272
1897
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2273
1898
|
});
|
|
2274
1899
|
},
|
|
2275
|
-
|
|
2276
1900
|
async postChannelsFollowed(client, request) {
|
|
2277
1901
|
return Channels.postChannelsFollowed({
|
|
2278
1902
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2279
1903
|
});
|
|
2280
1904
|
},
|
|
2281
|
-
|
|
2282
1905
|
async postChannelsMyFavorites(client) {
|
|
2283
1906
|
return Channels.postChannelsMyFavorites({
|
|
2284
1907
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2285
1908
|
});
|
|
2286
1909
|
},
|
|
2287
|
-
|
|
2288
1910
|
async postChannelsOwned(client, request) {
|
|
2289
1911
|
return Channels.postChannelsOwned({
|
|
2290
1912
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2291
1913
|
});
|
|
2292
1914
|
},
|
|
2293
|
-
|
|
2294
1915
|
async postChannelsSearch(client, request) {
|
|
2295
1916
|
return Channels.postChannelsSearch({
|
|
2296
1917
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2297
1918
|
});
|
|
2298
1919
|
},
|
|
2299
|
-
|
|
2300
1920
|
async postChannelsShow(client, request) {
|
|
2301
1921
|
return Channels.postChannelsShow({
|
|
2302
1922
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2303
1923
|
});
|
|
2304
1924
|
},
|
|
2305
|
-
|
|
2306
1925
|
async postChannelsUnfavorite(client, request) {
|
|
2307
1926
|
return Channels.postChannelsUnfavorite({
|
|
2308
1927
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2309
1928
|
});
|
|
2310
1929
|
},
|
|
2311
|
-
|
|
2312
1930
|
async postChannelsUnfollow(client, request) {
|
|
2313
1931
|
return Channels.postChannelsUnfollow({
|
|
2314
1932
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2315
1933
|
});
|
|
2316
1934
|
},
|
|
2317
|
-
|
|
2318
1935
|
async postChannelsUpdate(client, request) {
|
|
2319
1936
|
return Channels.postChannelsUpdate({
|
|
2320
1937
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2321
1938
|
});
|
|
2322
1939
|
},
|
|
2323
|
-
|
|
2324
1940
|
async postChannelsCreate(client, request) {
|
|
2325
1941
|
return Channels.postChannelsCreate({
|
|
2326
1942
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2327
1943
|
});
|
|
2328
1944
|
},
|
|
2329
|
-
|
|
2330
1945
|
async postChannelsFollowed(client, request) {
|
|
2331
1946
|
return Channels.postChannelsFollowed({
|
|
2332
1947
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2333
1948
|
});
|
|
2334
1949
|
},
|
|
2335
|
-
|
|
2336
1950
|
async postChannelsOwned(client, request) {
|
|
2337
1951
|
return Channels.postChannelsOwned({
|
|
2338
1952
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2339
1953
|
});
|
|
2340
1954
|
},
|
|
2341
|
-
|
|
2342
1955
|
async postChannelsSearch(client, request) {
|
|
2343
1956
|
return Channels.postChannelsSearch({
|
|
2344
1957
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2345
1958
|
});
|
|
2346
1959
|
},
|
|
2347
|
-
|
|
2348
1960
|
async postChannelsShow(client, request) {
|
|
2349
1961
|
return Channels.postChannelsShow({
|
|
2350
1962
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2351
1963
|
});
|
|
2352
1964
|
},
|
|
2353
|
-
|
|
2354
1965
|
async postChannelsUpdate(client, request) {
|
|
2355
1966
|
return Channels.postChannelsUpdate({
|
|
2356
1967
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2358,387 +1969,322 @@ export const Channels = {
|
|
|
2358
1969
|
},
|
|
2359
1970
|
};
|
|
2360
1971
|
|
|
2361
|
-
|
|
2362
1972
|
export const Notes = {
|
|
2363
|
-
|
|
2364
1973
|
async postChannelsTimeline(client, request) {
|
|
2365
1974
|
return Notes.postChannelsTimeline({
|
|
2366
1975
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2367
1976
|
});
|
|
2368
1977
|
},
|
|
2369
|
-
|
|
2370
1978
|
async postNotes(client, request) {
|
|
2371
1979
|
return Notes.postNotes({
|
|
2372
1980
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2373
1981
|
});
|
|
2374
1982
|
},
|
|
2375
|
-
|
|
2376
1983
|
async postNotesChildren(client, request) {
|
|
2377
1984
|
return Notes.postNotesChildren({
|
|
2378
1985
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2379
1986
|
});
|
|
2380
1987
|
},
|
|
2381
|
-
|
|
2382
1988
|
async postNotesConversation(client, request) {
|
|
2383
1989
|
return Notes.postNotesConversation({
|
|
2384
1990
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2385
1991
|
});
|
|
2386
1992
|
},
|
|
2387
|
-
|
|
2388
1993
|
async postNotesCreate(client, request) {
|
|
2389
1994
|
return Notes.postNotesCreate({
|
|
2390
1995
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2391
1996
|
});
|
|
2392
1997
|
},
|
|
2393
|
-
|
|
2394
1998
|
async postNotesDelete(client, request) {
|
|
2395
1999
|
return Notes.postNotesDelete({
|
|
2396
2000
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2397
2001
|
});
|
|
2398
2002
|
},
|
|
2399
|
-
|
|
2400
2003
|
async postNotesFavoritesCreate(client, request) {
|
|
2401
2004
|
return Notes.postNotesFavoritesCreate({
|
|
2402
2005
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2403
2006
|
});
|
|
2404
2007
|
},
|
|
2405
|
-
|
|
2406
2008
|
async postNotesFavoritesDelete(client, request) {
|
|
2407
2009
|
return Notes.postNotesFavoritesDelete({
|
|
2408
2010
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2409
2011
|
});
|
|
2410
2012
|
},
|
|
2411
|
-
|
|
2412
2013
|
async getNotesFeatured(client, request) {
|
|
2413
2014
|
return Notes.getNotesFeatured({
|
|
2414
2015
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2415
2016
|
});
|
|
2416
2017
|
},
|
|
2417
|
-
|
|
2418
2018
|
async postNotesFeatured(client, request) {
|
|
2419
2019
|
return Notes.postNotesFeatured({
|
|
2420
2020
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2421
2021
|
});
|
|
2422
2022
|
},
|
|
2423
|
-
|
|
2424
2023
|
async postNotesGlobalTimeline(client, request) {
|
|
2425
2024
|
return Notes.postNotesGlobalTimeline({
|
|
2426
2025
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2427
2026
|
});
|
|
2428
2027
|
},
|
|
2429
|
-
|
|
2430
2028
|
async postNotesHybridTimeline(client, request) {
|
|
2431
2029
|
return Notes.postNotesHybridTimeline({
|
|
2432
2030
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2433
2031
|
});
|
|
2434
2032
|
},
|
|
2435
|
-
|
|
2436
2033
|
async postNotesLocalTimeline(client, request) {
|
|
2437
2034
|
return Notes.postNotesLocalTimeline({
|
|
2438
2035
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2439
2036
|
});
|
|
2440
2037
|
},
|
|
2441
|
-
|
|
2442
2038
|
async postNotesMentions(client, request) {
|
|
2443
2039
|
return Notes.postNotesMentions({
|
|
2444
2040
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2445
2041
|
});
|
|
2446
2042
|
},
|
|
2447
|
-
|
|
2448
2043
|
async postNotesPollsRecommendation(client, request) {
|
|
2449
2044
|
return Notes.postNotesPollsRecommendation({
|
|
2450
2045
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2451
2046
|
});
|
|
2452
2047
|
},
|
|
2453
|
-
|
|
2454
2048
|
async postNotesPollsVote(client, request) {
|
|
2455
2049
|
return Notes.postNotesPollsVote({
|
|
2456
2050
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2457
2051
|
});
|
|
2458
2052
|
},
|
|
2459
|
-
|
|
2460
2053
|
async getNotesReactions(client, request) {
|
|
2461
2054
|
return Notes.getNotesReactions({
|
|
2462
2055
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2463
2056
|
});
|
|
2464
2057
|
},
|
|
2465
|
-
|
|
2466
2058
|
async postNotesReactions(client, request) {
|
|
2467
2059
|
return Notes.postNotesReactions({
|
|
2468
2060
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2469
2061
|
});
|
|
2470
2062
|
},
|
|
2471
|
-
|
|
2472
2063
|
async postNotesRenotes(client, request) {
|
|
2473
2064
|
return Notes.postNotesRenotes({
|
|
2474
2065
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2475
2066
|
});
|
|
2476
2067
|
},
|
|
2477
|
-
|
|
2478
2068
|
async postNotesReplies(client, request) {
|
|
2479
2069
|
return Notes.postNotesReplies({
|
|
2480
2070
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2481
2071
|
});
|
|
2482
2072
|
},
|
|
2483
|
-
|
|
2484
2073
|
async postNotesScheduledCancel(client, request) {
|
|
2485
2074
|
return Notes.postNotesScheduledCancel({
|
|
2486
2075
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2487
2076
|
});
|
|
2488
2077
|
},
|
|
2489
|
-
|
|
2490
2078
|
async postNotesScheduledList(client, request) {
|
|
2491
2079
|
return Notes.postNotesScheduledList({
|
|
2492
2080
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2493
2081
|
});
|
|
2494
2082
|
},
|
|
2495
|
-
|
|
2496
2083
|
async postNotesSearch(client, request) {
|
|
2497
2084
|
return Notes.postNotesSearch({
|
|
2498
2085
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2499
2086
|
});
|
|
2500
2087
|
},
|
|
2501
|
-
|
|
2502
2088
|
async postNotesSearchByTag(client, request) {
|
|
2503
2089
|
return Notes.postNotesSearchByTag({
|
|
2504
2090
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2505
2091
|
});
|
|
2506
2092
|
},
|
|
2507
|
-
|
|
2508
2093
|
async postNotesShow(client, request) {
|
|
2509
2094
|
return Notes.postNotesShow({
|
|
2510
2095
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2511
2096
|
});
|
|
2512
2097
|
},
|
|
2513
|
-
|
|
2514
2098
|
async postNotesState(client, request) {
|
|
2515
2099
|
return Notes.postNotesState({
|
|
2516
2100
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2517
2101
|
});
|
|
2518
2102
|
},
|
|
2519
|
-
|
|
2520
2103
|
async postNotesThreadMutingCreate(client, request) {
|
|
2521
2104
|
return Notes.postNotesThreadMutingCreate({
|
|
2522
2105
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2523
2106
|
});
|
|
2524
2107
|
},
|
|
2525
|
-
|
|
2526
2108
|
async postNotesThreadMutingDelete(client, request) {
|
|
2527
2109
|
return Notes.postNotesThreadMutingDelete({
|
|
2528
2110
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2529
2111
|
});
|
|
2530
2112
|
},
|
|
2531
|
-
|
|
2532
2113
|
async postNotesTimeline(client, request) {
|
|
2533
2114
|
return Notes.postNotesTimeline({
|
|
2534
2115
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2535
2116
|
});
|
|
2536
2117
|
},
|
|
2537
|
-
|
|
2538
2118
|
async postNotesTranslate(client, request) {
|
|
2539
2119
|
return Notes.postNotesTranslate({
|
|
2540
2120
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2541
2121
|
});
|
|
2542
2122
|
},
|
|
2543
|
-
|
|
2544
2123
|
async postNotesUnrenote(client, request) {
|
|
2545
2124
|
return Notes.postNotesUnrenote({
|
|
2546
2125
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2547
2126
|
});
|
|
2548
2127
|
},
|
|
2549
|
-
|
|
2550
2128
|
async postNotesUserListTimeline(client, request) {
|
|
2551
2129
|
return Notes.postNotesUserListTimeline({
|
|
2552
2130
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2553
2131
|
});
|
|
2554
2132
|
},
|
|
2555
|
-
|
|
2556
2133
|
async postPromoRead(client, request) {
|
|
2557
2134
|
return Notes.postPromoRead({
|
|
2558
2135
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2559
2136
|
});
|
|
2560
2137
|
},
|
|
2561
|
-
|
|
2562
2138
|
async getUsersFeaturedNotes(client, request) {
|
|
2563
2139
|
return Notes.getUsersFeaturedNotes({
|
|
2564
2140
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2565
2141
|
});
|
|
2566
2142
|
},
|
|
2567
|
-
|
|
2568
2143
|
async postUsersFeaturedNotes(client, request) {
|
|
2569
2144
|
return Notes.postUsersFeaturedNotes({
|
|
2570
2145
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2571
2146
|
});
|
|
2572
2147
|
},
|
|
2573
|
-
|
|
2574
2148
|
async postChannelsTimeline(client, request) {
|
|
2575
2149
|
return Notes.postChannelsTimeline({
|
|
2576
2150
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2577
2151
|
});
|
|
2578
2152
|
},
|
|
2579
|
-
|
|
2580
2153
|
async postNotes(client, request) {
|
|
2581
2154
|
return Notes.postNotes({
|
|
2582
2155
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2583
2156
|
});
|
|
2584
2157
|
},
|
|
2585
|
-
|
|
2586
2158
|
async postNotesBubbleTimeline(client, request) {
|
|
2587
2159
|
return Notes.postNotesBubbleTimeline({
|
|
2588
2160
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2589
2161
|
});
|
|
2590
2162
|
},
|
|
2591
|
-
|
|
2592
2163
|
async postNotesChildren(client, request) {
|
|
2593
2164
|
return Notes.postNotesChildren({
|
|
2594
2165
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2595
2166
|
});
|
|
2596
2167
|
},
|
|
2597
|
-
|
|
2598
2168
|
async postNotesCreate(client, request) {
|
|
2599
2169
|
return Notes.postNotesCreate({
|
|
2600
2170
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2601
2171
|
});
|
|
2602
2172
|
},
|
|
2603
|
-
|
|
2604
2173
|
async postNotesDraftsCount(client) {
|
|
2605
2174
|
return Notes.postNotesDraftsCount({
|
|
2606
2175
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2607
2176
|
});
|
|
2608
2177
|
},
|
|
2609
|
-
|
|
2610
2178
|
async postNotesDraftsCreate(client, request) {
|
|
2611
2179
|
return Notes.postNotesDraftsCreate({
|
|
2612
2180
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2613
2181
|
});
|
|
2614
2182
|
},
|
|
2615
|
-
|
|
2616
2183
|
async postNotesDraftsDelete(client, request) {
|
|
2617
2184
|
return Notes.postNotesDraftsDelete({
|
|
2618
2185
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2619
2186
|
});
|
|
2620
2187
|
},
|
|
2621
|
-
|
|
2622
2188
|
async postNotesDraftsList(client, request) {
|
|
2623
2189
|
return Notes.postNotesDraftsList({
|
|
2624
2190
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2625
2191
|
});
|
|
2626
2192
|
},
|
|
2627
|
-
|
|
2628
2193
|
async postNotesDraftsUpdate(client, request) {
|
|
2629
2194
|
return Notes.postNotesDraftsUpdate({
|
|
2630
2195
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2631
2196
|
});
|
|
2632
2197
|
},
|
|
2633
|
-
|
|
2634
2198
|
async postNotesEventsSearch(client, request) {
|
|
2635
2199
|
return Notes.postNotesEventsSearch({
|
|
2636
2200
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2637
2201
|
});
|
|
2638
2202
|
},
|
|
2639
|
-
|
|
2640
2203
|
async postNotesGlobalTimeline(client, request) {
|
|
2641
2204
|
return Notes.postNotesGlobalTimeline({
|
|
2642
2205
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2643
2206
|
});
|
|
2644
2207
|
},
|
|
2645
|
-
|
|
2646
2208
|
async postNotesHistory(client, request) {
|
|
2647
2209
|
return Notes.postNotesHistory({
|
|
2648
2210
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2649
2211
|
});
|
|
2650
2212
|
},
|
|
2651
|
-
|
|
2652
2213
|
async postNotesHybridTimeline(client, request) {
|
|
2653
2214
|
return Notes.postNotesHybridTimeline({
|
|
2654
2215
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2655
2216
|
});
|
|
2656
2217
|
},
|
|
2657
|
-
|
|
2658
2218
|
async postNotesLocalTimeline(client, request) {
|
|
2659
2219
|
return Notes.postNotesLocalTimeline({
|
|
2660
2220
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2661
2221
|
});
|
|
2662
2222
|
},
|
|
2663
|
-
|
|
2664
2223
|
async postNotesMentions(client, request) {
|
|
2665
2224
|
return Notes.postNotesMentions({
|
|
2666
2225
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2667
2226
|
});
|
|
2668
2227
|
},
|
|
2669
|
-
|
|
2670
2228
|
async postNotesPollsTranslate(client, request) {
|
|
2671
2229
|
return Notes.postNotesPollsTranslate({
|
|
2672
2230
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2673
2231
|
});
|
|
2674
2232
|
},
|
|
2675
|
-
|
|
2676
2233
|
async getNotesReactions(client, request) {
|
|
2677
2234
|
return Notes.getNotesReactions({
|
|
2678
2235
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2679
2236
|
});
|
|
2680
2237
|
},
|
|
2681
|
-
|
|
2682
2238
|
async postNotesReactions(client, request) {
|
|
2683
2239
|
return Notes.postNotesReactions({
|
|
2684
2240
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2685
2241
|
});
|
|
2686
2242
|
},
|
|
2687
|
-
|
|
2688
2243
|
async postNotesRenotes(client, request) {
|
|
2689
2244
|
return Notes.postNotesRenotes({
|
|
2690
2245
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2691
2246
|
});
|
|
2692
2247
|
},
|
|
2693
|
-
|
|
2694
2248
|
async postNotesReplies(client, request) {
|
|
2695
2249
|
return Notes.postNotesReplies({
|
|
2696
2250
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2697
2251
|
});
|
|
2698
2252
|
},
|
|
2699
|
-
|
|
2700
2253
|
async postNotesSearch(client, request) {
|
|
2701
2254
|
return Notes.postNotesSearch({
|
|
2702
2255
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2703
2256
|
});
|
|
2704
2257
|
},
|
|
2705
|
-
|
|
2706
2258
|
async postNotesSearchByTag(client, request) {
|
|
2707
2259
|
return Notes.postNotesSearchByTag({
|
|
2708
2260
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2709
2261
|
});
|
|
2710
2262
|
},
|
|
2711
|
-
|
|
2712
2263
|
async postNotesShow(client, request) {
|
|
2713
2264
|
return Notes.postNotesShow({
|
|
2714
2265
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2715
2266
|
});
|
|
2716
2267
|
},
|
|
2717
|
-
|
|
2718
2268
|
async postNotesShowPartialBulk(client, request) {
|
|
2719
2269
|
return Notes.postNotesShowPartialBulk({
|
|
2720
2270
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2721
2271
|
});
|
|
2722
2272
|
},
|
|
2723
|
-
|
|
2724
2273
|
async postNotesState(client, request) {
|
|
2725
2274
|
return Notes.postNotesState({
|
|
2726
2275
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2727
2276
|
});
|
|
2728
2277
|
},
|
|
2729
|
-
|
|
2730
2278
|
async postNotesTimeline(client, request) {
|
|
2731
2279
|
return Notes.postNotesTimeline({
|
|
2732
2280
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2733
2281
|
});
|
|
2734
2282
|
},
|
|
2735
|
-
|
|
2736
2283
|
async postNotesUpdate(client, request) {
|
|
2737
2284
|
return Notes.postNotesUpdate({
|
|
2738
2285
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2739
2286
|
});
|
|
2740
2287
|
},
|
|
2741
|
-
|
|
2742
2288
|
async postNotesUserListTimeline(client, request) {
|
|
2743
2289
|
return Notes.postNotesUserListTimeline({
|
|
2744
2290
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2746,159 +2292,132 @@ export const Notes = {
|
|
|
2746
2292
|
},
|
|
2747
2293
|
};
|
|
2748
2294
|
|
|
2749
|
-
|
|
2750
2295
|
export const Charts = {
|
|
2751
|
-
|
|
2752
2296
|
async getChartsActiveUsers(client, request) {
|
|
2753
2297
|
return Charts.getChartsActiveUsers({
|
|
2754
2298
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2755
2299
|
});
|
|
2756
2300
|
},
|
|
2757
|
-
|
|
2758
2301
|
async postChartsActiveUsers(client, request) {
|
|
2759
2302
|
return Charts.postChartsActiveUsers({
|
|
2760
2303
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2761
2304
|
});
|
|
2762
2305
|
},
|
|
2763
|
-
|
|
2764
2306
|
async getChartsApRequest(client, request) {
|
|
2765
2307
|
return Charts.getChartsApRequest({
|
|
2766
2308
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2767
2309
|
});
|
|
2768
2310
|
},
|
|
2769
|
-
|
|
2770
2311
|
async postChartsApRequest(client, request) {
|
|
2771
2312
|
return Charts.postChartsApRequest({
|
|
2772
2313
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2773
2314
|
});
|
|
2774
2315
|
},
|
|
2775
|
-
|
|
2776
2316
|
async getChartsDrive(client, request) {
|
|
2777
2317
|
return Charts.getChartsDrive({
|
|
2778
2318
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2779
2319
|
});
|
|
2780
2320
|
},
|
|
2781
|
-
|
|
2782
2321
|
async postChartsDrive(client, request) {
|
|
2783
2322
|
return Charts.postChartsDrive({
|
|
2784
2323
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2785
2324
|
});
|
|
2786
2325
|
},
|
|
2787
|
-
|
|
2788
2326
|
async getChartsFederation(client, request) {
|
|
2789
2327
|
return Charts.getChartsFederation({
|
|
2790
2328
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2791
2329
|
});
|
|
2792
2330
|
},
|
|
2793
|
-
|
|
2794
2331
|
async postChartsFederation(client, request) {
|
|
2795
2332
|
return Charts.postChartsFederation({
|
|
2796
2333
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2797
2334
|
});
|
|
2798
2335
|
},
|
|
2799
|
-
|
|
2800
2336
|
async getChartsInstance(client, request) {
|
|
2801
2337
|
return Charts.getChartsInstance({
|
|
2802
2338
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2803
2339
|
});
|
|
2804
2340
|
},
|
|
2805
|
-
|
|
2806
2341
|
async postChartsInstance(client, request) {
|
|
2807
2342
|
return Charts.postChartsInstance({
|
|
2808
2343
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2809
2344
|
});
|
|
2810
2345
|
},
|
|
2811
|
-
|
|
2812
2346
|
async getChartsNotes(client, request) {
|
|
2813
2347
|
return Charts.getChartsNotes({
|
|
2814
2348
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2815
2349
|
});
|
|
2816
2350
|
},
|
|
2817
|
-
|
|
2818
2351
|
async postChartsNotes(client, request) {
|
|
2819
2352
|
return Charts.postChartsNotes({
|
|
2820
2353
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2821
2354
|
});
|
|
2822
2355
|
},
|
|
2823
|
-
|
|
2824
2356
|
async getChartsUserDrive(client, request) {
|
|
2825
2357
|
return Charts.getChartsUserDrive({
|
|
2826
2358
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2827
2359
|
});
|
|
2828
2360
|
},
|
|
2829
|
-
|
|
2830
2361
|
async postChartsUserDrive(client, request) {
|
|
2831
2362
|
return Charts.postChartsUserDrive({
|
|
2832
2363
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2833
2364
|
});
|
|
2834
2365
|
},
|
|
2835
|
-
|
|
2836
2366
|
async getChartsUserFollowing(client, request) {
|
|
2837
2367
|
return Charts.getChartsUserFollowing({
|
|
2838
2368
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2839
2369
|
});
|
|
2840
2370
|
},
|
|
2841
|
-
|
|
2842
2371
|
async postChartsUserFollowing(client, request) {
|
|
2843
2372
|
return Charts.postChartsUserFollowing({
|
|
2844
2373
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2845
2374
|
});
|
|
2846
2375
|
},
|
|
2847
|
-
|
|
2848
2376
|
async getChartsUserNotes(client, request) {
|
|
2849
2377
|
return Charts.getChartsUserNotes({
|
|
2850
2378
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2851
2379
|
});
|
|
2852
2380
|
},
|
|
2853
|
-
|
|
2854
2381
|
async postChartsUserNotes(client, request) {
|
|
2855
2382
|
return Charts.postChartsUserNotes({
|
|
2856
2383
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2857
2384
|
});
|
|
2858
2385
|
},
|
|
2859
|
-
|
|
2860
2386
|
async getChartsUserPv(client, request) {
|
|
2861
2387
|
return Charts.getChartsUserPv({
|
|
2862
2388
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2863
2389
|
});
|
|
2864
2390
|
},
|
|
2865
|
-
|
|
2866
2391
|
async postChartsUserPv(client, request) {
|
|
2867
2392
|
return Charts.postChartsUserPv({
|
|
2868
2393
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2869
2394
|
});
|
|
2870
2395
|
},
|
|
2871
|
-
|
|
2872
2396
|
async getChartsUserReactions(client, request) {
|
|
2873
2397
|
return Charts.getChartsUserReactions({
|
|
2874
2398
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2875
2399
|
});
|
|
2876
2400
|
},
|
|
2877
|
-
|
|
2878
2401
|
async postChartsUserReactions(client, request) {
|
|
2879
2402
|
return Charts.postChartsUserReactions({
|
|
2880
2403
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2881
2404
|
});
|
|
2882
2405
|
},
|
|
2883
|
-
|
|
2884
2406
|
async getChartsUsers(client, request) {
|
|
2885
2407
|
return Charts.getChartsUsers({
|
|
2886
2408
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2887
2409
|
});
|
|
2888
2410
|
},
|
|
2889
|
-
|
|
2890
2411
|
async postChartsUsers(client, request) {
|
|
2891
2412
|
return Charts.postChartsUsers({
|
|
2892
2413
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2893
2414
|
});
|
|
2894
2415
|
},
|
|
2895
|
-
|
|
2896
2416
|
async getChartsFederation(client, request) {
|
|
2897
2417
|
return Charts.getChartsFederation({
|
|
2898
2418
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2899
2419
|
});
|
|
2900
2420
|
},
|
|
2901
|
-
|
|
2902
2421
|
async postChartsFederation(client, request) {
|
|
2903
2422
|
return Charts.postChartsFederation({
|
|
2904
2423
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2906,63 +2425,52 @@ export const Charts = {
|
|
|
2906
2425
|
},
|
|
2907
2426
|
};
|
|
2908
2427
|
|
|
2909
|
-
|
|
2910
2428
|
export const Clips = {
|
|
2911
|
-
|
|
2912
2429
|
async postClipsCreate(client, request) {
|
|
2913
2430
|
return Clips.postClipsCreate({
|
|
2914
2431
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2915
2432
|
});
|
|
2916
2433
|
},
|
|
2917
|
-
|
|
2918
2434
|
async postClipsDelete(client, request) {
|
|
2919
2435
|
return Clips.postClipsDelete({
|
|
2920
2436
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2921
2437
|
});
|
|
2922
2438
|
},
|
|
2923
|
-
|
|
2924
2439
|
async postClipsList(client) {
|
|
2925
2440
|
return Clips.postClipsList({
|
|
2926
2441
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2927
2442
|
});
|
|
2928
2443
|
},
|
|
2929
|
-
|
|
2930
2444
|
async postClipsShow(client, request) {
|
|
2931
2445
|
return Clips.postClipsShow({
|
|
2932
2446
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2933
2447
|
});
|
|
2934
2448
|
},
|
|
2935
|
-
|
|
2936
2449
|
async postClipsUpdate(client, request) {
|
|
2937
2450
|
return Clips.postClipsUpdate({
|
|
2938
2451
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2939
2452
|
});
|
|
2940
2453
|
},
|
|
2941
|
-
|
|
2942
2454
|
async postNotesClips(client, request) {
|
|
2943
2455
|
return Clips.postNotesClips({
|
|
2944
2456
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2945
2457
|
});
|
|
2946
2458
|
},
|
|
2947
|
-
|
|
2948
2459
|
async postClipsCreate(client, request) {
|
|
2949
2460
|
return Clips.postClipsCreate({
|
|
2950
2461
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2951
2462
|
});
|
|
2952
2463
|
},
|
|
2953
|
-
|
|
2954
2464
|
async postClipsList(client, request) {
|
|
2955
2465
|
return Clips.postClipsList({
|
|
2956
2466
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2957
2467
|
});
|
|
2958
2468
|
},
|
|
2959
|
-
|
|
2960
2469
|
async postClipsShow(client, request) {
|
|
2961
2470
|
return Clips.postClipsShow({
|
|
2962
2471
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2963
2472
|
});
|
|
2964
2473
|
},
|
|
2965
|
-
|
|
2966
2474
|
async postClipsUpdate(client, request) {
|
|
2967
2475
|
return Clips.postClipsUpdate({
|
|
2968
2476
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2970,15 +2478,12 @@ export const Clips = {
|
|
|
2970
2478
|
},
|
|
2971
2479
|
};
|
|
2972
2480
|
|
|
2973
|
-
|
|
2974
2481
|
export const Clip = {
|
|
2975
|
-
|
|
2976
2482
|
async postClipsFavorite(client, request) {
|
|
2977
2483
|
return Clip.postClipsFavorite({
|
|
2978
2484
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2979
2485
|
});
|
|
2980
2486
|
},
|
|
2981
|
-
|
|
2982
2487
|
async postClipsUnfavorite(client, request) {
|
|
2983
2488
|
return Clip.postClipsUnfavorite({
|
|
2984
2489
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -2986,183 +2491,152 @@ export const Clip = {
|
|
|
2986
2491
|
},
|
|
2987
2492
|
};
|
|
2988
2493
|
|
|
2989
|
-
|
|
2990
2494
|
export const Drive = {
|
|
2991
|
-
|
|
2992
2495
|
async postDrive(client) {
|
|
2993
2496
|
return Drive.postDrive({
|
|
2994
2497
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
2995
2498
|
});
|
|
2996
2499
|
},
|
|
2997
|
-
|
|
2998
2500
|
async postDriveFiles(client, request) {
|
|
2999
2501
|
return Drive.postDriveFiles({
|
|
3000
2502
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3001
2503
|
});
|
|
3002
2504
|
},
|
|
3003
|
-
|
|
3004
2505
|
async postDriveFilesAttachedNotes(client, request) {
|
|
3005
2506
|
return Drive.postDriveFilesAttachedNotes({
|
|
3006
2507
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3007
2508
|
});
|
|
3008
2509
|
},
|
|
3009
|
-
|
|
3010
2510
|
async postDriveFilesCheckExistence(client, request) {
|
|
3011
2511
|
return Drive.postDriveFilesCheckExistence({
|
|
3012
2512
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3013
2513
|
});
|
|
3014
2514
|
},
|
|
3015
|
-
|
|
3016
2515
|
async postDriveFilesCreate(client, request) {
|
|
3017
2516
|
return Drive.postDriveFilesCreate({
|
|
3018
2517
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3019
2518
|
});
|
|
3020
2519
|
},
|
|
3021
|
-
|
|
3022
2520
|
async postDriveFilesDelete(client, request) {
|
|
3023
2521
|
return Drive.postDriveFilesDelete({
|
|
3024
2522
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3025
2523
|
});
|
|
3026
2524
|
},
|
|
3027
|
-
|
|
3028
2525
|
async postDriveFilesFind(client, request) {
|
|
3029
2526
|
return Drive.postDriveFilesFind({
|
|
3030
2527
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3031
2528
|
});
|
|
3032
2529
|
},
|
|
3033
|
-
|
|
3034
2530
|
async postDriveFilesFindByHash(client, request) {
|
|
3035
2531
|
return Drive.postDriveFilesFindByHash({
|
|
3036
2532
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3037
2533
|
});
|
|
3038
2534
|
},
|
|
3039
|
-
|
|
3040
2535
|
async postDriveFilesShow(client, request) {
|
|
3041
2536
|
return Drive.postDriveFilesShow({
|
|
3042
2537
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3043
2538
|
});
|
|
3044
2539
|
},
|
|
3045
|
-
|
|
3046
2540
|
async postDriveFilesUpdate(client, request) {
|
|
3047
2541
|
return Drive.postDriveFilesUpdate({
|
|
3048
2542
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3049
2543
|
});
|
|
3050
2544
|
},
|
|
3051
|
-
|
|
3052
2545
|
async postDriveFilesUploadFromUrl(client, request) {
|
|
3053
2546
|
return Drive.postDriveFilesUploadFromUrl({
|
|
3054
2547
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3055
2548
|
});
|
|
3056
2549
|
},
|
|
3057
|
-
|
|
3058
2550
|
async postDriveFolders(client, request) {
|
|
3059
2551
|
return Drive.postDriveFolders({
|
|
3060
2552
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3061
2553
|
});
|
|
3062
2554
|
},
|
|
3063
|
-
|
|
3064
2555
|
async postDriveFoldersCreate(client, request) {
|
|
3065
2556
|
return Drive.postDriveFoldersCreate({
|
|
3066
2557
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3067
2558
|
});
|
|
3068
2559
|
},
|
|
3069
|
-
|
|
3070
2560
|
async postDriveFoldersDelete(client, request) {
|
|
3071
2561
|
return Drive.postDriveFoldersDelete({
|
|
3072
2562
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3073
2563
|
});
|
|
3074
2564
|
},
|
|
3075
|
-
|
|
3076
2565
|
async postDriveFoldersFind(client, request) {
|
|
3077
2566
|
return Drive.postDriveFoldersFind({
|
|
3078
2567
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3079
2568
|
});
|
|
3080
2569
|
},
|
|
3081
|
-
|
|
3082
2570
|
async postDriveFoldersShow(client, request) {
|
|
3083
2571
|
return Drive.postDriveFoldersShow({
|
|
3084
2572
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3085
2573
|
});
|
|
3086
2574
|
},
|
|
3087
|
-
|
|
3088
2575
|
async postDriveFoldersUpdate(client, request) {
|
|
3089
2576
|
return Drive.postDriveFoldersUpdate({
|
|
3090
2577
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3091
2578
|
});
|
|
3092
2579
|
},
|
|
3093
|
-
|
|
3094
2580
|
async postDriveStream(client, request) {
|
|
3095
2581
|
return Drive.postDriveStream({
|
|
3096
2582
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3097
2583
|
});
|
|
3098
2584
|
},
|
|
3099
|
-
|
|
3100
2585
|
async postDriveFiles(client, request) {
|
|
3101
2586
|
return Drive.postDriveFiles({
|
|
3102
2587
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3103
2588
|
});
|
|
3104
2589
|
},
|
|
3105
|
-
|
|
3106
2590
|
async postDriveFilesAttachedChatMessages(client, request) {
|
|
3107
2591
|
return Drive.postDriveFilesAttachedChatMessages({
|
|
3108
2592
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3109
2593
|
});
|
|
3110
2594
|
},
|
|
3111
|
-
|
|
3112
2595
|
async postDriveFilesAttachedNotes(client, request) {
|
|
3113
2596
|
return Drive.postDriveFilesAttachedNotes({
|
|
3114
2597
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3115
2598
|
});
|
|
3116
2599
|
},
|
|
3117
|
-
|
|
3118
2600
|
async postDriveFilesCreate(client, request) {
|
|
3119
2601
|
return Drive.postDriveFilesCreate({
|
|
3120
2602
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3121
2603
|
});
|
|
3122
2604
|
},
|
|
3123
|
-
|
|
3124
2605
|
async postDriveFilesMoveBulk(client, request) {
|
|
3125
2606
|
return Drive.postDriveFilesMoveBulk({
|
|
3126
2607
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3127
2608
|
});
|
|
3128
2609
|
},
|
|
3129
|
-
|
|
3130
2610
|
async postDriveFilesShow(client, request) {
|
|
3131
2611
|
return Drive.postDriveFilesShow({
|
|
3132
2612
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3133
2613
|
});
|
|
3134
2614
|
},
|
|
3135
|
-
|
|
3136
2615
|
async postDriveFilesUpdate(client, request) {
|
|
3137
2616
|
return Drive.postDriveFilesUpdate({
|
|
3138
2617
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3139
2618
|
});
|
|
3140
2619
|
},
|
|
3141
|
-
|
|
3142
2620
|
async postDriveFolders(client, request) {
|
|
3143
2621
|
return Drive.postDriveFolders({
|
|
3144
2622
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3145
2623
|
});
|
|
3146
2624
|
},
|
|
3147
|
-
|
|
3148
2625
|
async postDriveFoldersCreate(client, request) {
|
|
3149
2626
|
return Drive.postDriveFoldersCreate({
|
|
3150
2627
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3151
2628
|
});
|
|
3152
2629
|
},
|
|
3153
|
-
|
|
3154
2630
|
async postDriveFoldersShow(client, request) {
|
|
3155
2631
|
return Drive.postDriveFoldersShow({
|
|
3156
2632
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3157
2633
|
});
|
|
3158
2634
|
},
|
|
3159
|
-
|
|
3160
2635
|
async postDriveFoldersUpdate(client, request) {
|
|
3161
2636
|
return Drive.postDriveFoldersUpdate({
|
|
3162
2637
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3163
2638
|
});
|
|
3164
2639
|
},
|
|
3165
|
-
|
|
3166
2640
|
async postDriveStream(client, request) {
|
|
3167
2641
|
return Drive.postDriveStream({
|
|
3168
2642
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3170,243 +2644,202 @@ export const Drive = {
|
|
|
3170
2644
|
},
|
|
3171
2645
|
};
|
|
3172
2646
|
|
|
3173
|
-
|
|
3174
2647
|
export const Users = {
|
|
3175
|
-
|
|
3176
2648
|
async postEmailAddressAvailable(client, request) {
|
|
3177
2649
|
return Users.postEmailAddressAvailable({
|
|
3178
2650
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3179
2651
|
});
|
|
3180
2652
|
},
|
|
3181
|
-
|
|
3182
2653
|
async postGetAvatarDecorations(client) {
|
|
3183
2654
|
return Users.postGetAvatarDecorations({
|
|
3184
2655
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3185
2656
|
});
|
|
3186
2657
|
},
|
|
3187
|
-
|
|
3188
2658
|
async postIMove(client, request) {
|
|
3189
2659
|
return Users.postIMove({
|
|
3190
2660
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3191
2661
|
});
|
|
3192
2662
|
},
|
|
3193
|
-
|
|
3194
2663
|
async postPinnedUsers(client) {
|
|
3195
2664
|
return Users.postPinnedUsers({
|
|
3196
2665
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3197
2666
|
});
|
|
3198
2667
|
},
|
|
3199
|
-
|
|
3200
2668
|
async getRetention(client) {
|
|
3201
2669
|
return Users.getRetention({
|
|
3202
2670
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3203
2671
|
});
|
|
3204
2672
|
},
|
|
3205
|
-
|
|
3206
2673
|
async postRetention(client) {
|
|
3207
2674
|
return Users.postRetention({
|
|
3208
2675
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3209
2676
|
});
|
|
3210
2677
|
},
|
|
3211
|
-
|
|
3212
2678
|
async postUsernameAvailable(client, request) {
|
|
3213
2679
|
return Users.postUsernameAvailable({
|
|
3214
2680
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3215
2681
|
});
|
|
3216
2682
|
},
|
|
3217
|
-
|
|
3218
2683
|
async postUsers(client, request) {
|
|
3219
2684
|
return Users.postUsers({
|
|
3220
2685
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3221
2686
|
});
|
|
3222
2687
|
},
|
|
3223
|
-
|
|
3224
2688
|
async postUsersClips(client, request) {
|
|
3225
2689
|
return Users.postUsersClips({
|
|
3226
2690
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3227
2691
|
});
|
|
3228
2692
|
},
|
|
3229
|
-
|
|
3230
2693
|
async postUsersFlashs(client, request) {
|
|
3231
2694
|
return Users.postUsersFlashs({
|
|
3232
2695
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3233
2696
|
});
|
|
3234
2697
|
},
|
|
3235
|
-
|
|
3236
2698
|
async postUsersFollowers(client, request) {
|
|
3237
2699
|
return Users.postUsersFollowers({
|
|
3238
2700
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3239
2701
|
});
|
|
3240
2702
|
},
|
|
3241
|
-
|
|
3242
2703
|
async postUsersFollowing(client, request) {
|
|
3243
2704
|
return Users.postUsersFollowing({
|
|
3244
2705
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3245
2706
|
});
|
|
3246
2707
|
},
|
|
3247
|
-
|
|
3248
2708
|
async postUsersGalleryPosts(client, request) {
|
|
3249
2709
|
return Users.postUsersGalleryPosts({
|
|
3250
2710
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3251
2711
|
});
|
|
3252
2712
|
},
|
|
3253
|
-
|
|
3254
2713
|
async postUsersGetFollowingBirthdayUsers(client, request) {
|
|
3255
2714
|
return Users.postUsersGetFollowingBirthdayUsers({
|
|
3256
2715
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3257
2716
|
});
|
|
3258
2717
|
},
|
|
3259
|
-
|
|
3260
2718
|
async postUsersGetFrequentlyRepliedUsers(client, request) {
|
|
3261
2719
|
return Users.postUsersGetFrequentlyRepliedUsers({
|
|
3262
2720
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3263
2721
|
});
|
|
3264
2722
|
},
|
|
3265
|
-
|
|
3266
2723
|
async postUsersGetSecurityInfo(client, request) {
|
|
3267
2724
|
return Users.postUsersGetSecurityInfo({
|
|
3268
2725
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3269
2726
|
});
|
|
3270
2727
|
},
|
|
3271
|
-
|
|
3272
2728
|
async getUsersGetSkebStatus(client, request) {
|
|
3273
2729
|
return Users.getUsersGetSkebStatus({
|
|
3274
2730
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3275
2731
|
});
|
|
3276
2732
|
},
|
|
3277
|
-
|
|
3278
2733
|
async postUsersGetSkebStatus(client, request) {
|
|
3279
2734
|
return Users.postUsersGetSkebStatus({
|
|
3280
2735
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3281
2736
|
});
|
|
3282
2737
|
},
|
|
3283
|
-
|
|
3284
2738
|
async postUsersNotes(client, request) {
|
|
3285
2739
|
return Users.postUsersNotes({
|
|
3286
2740
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3287
2741
|
});
|
|
3288
2742
|
},
|
|
3289
|
-
|
|
3290
2743
|
async postUsersPages(client, request) {
|
|
3291
2744
|
return Users.postUsersPages({
|
|
3292
2745
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3293
2746
|
});
|
|
3294
2747
|
},
|
|
3295
|
-
|
|
3296
2748
|
async postUsersReactions(client, request) {
|
|
3297
2749
|
return Users.postUsersReactions({
|
|
3298
2750
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3299
2751
|
});
|
|
3300
2752
|
},
|
|
3301
|
-
|
|
3302
2753
|
async postUsersRecommendation(client, request) {
|
|
3303
2754
|
return Users.postUsersRecommendation({
|
|
3304
2755
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3305
2756
|
});
|
|
3306
2757
|
},
|
|
3307
|
-
|
|
3308
2758
|
async postUsersRelation(client, request) {
|
|
3309
2759
|
return Users.postUsersRelation({
|
|
3310
2760
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3311
2761
|
});
|
|
3312
2762
|
},
|
|
3313
|
-
|
|
3314
2763
|
async postUsersReportAbuse(client, request) {
|
|
3315
2764
|
return Users.postUsersReportAbuse({
|
|
3316
2765
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3317
2766
|
});
|
|
3318
2767
|
},
|
|
3319
|
-
|
|
3320
2768
|
async postUsersSearch(client, request) {
|
|
3321
2769
|
return Users.postUsersSearch({
|
|
3322
2770
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3323
2771
|
});
|
|
3324
2772
|
},
|
|
3325
|
-
|
|
3326
2773
|
async postUsersSearchByUsernameAndHost(client, request) {
|
|
3327
2774
|
return Users.postUsersSearchByUsernameAndHost({
|
|
3328
2775
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3329
2776
|
});
|
|
3330
2777
|
},
|
|
3331
|
-
|
|
3332
2778
|
async postUsersShow(client, request) {
|
|
3333
2779
|
return Users.postUsersShow({
|
|
3334
2780
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3335
2781
|
});
|
|
3336
2782
|
},
|
|
3337
|
-
|
|
3338
2783
|
async postUsersStats(client, request) {
|
|
3339
2784
|
return Users.postUsersStats({
|
|
3340
2785
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3341
2786
|
});
|
|
3342
2787
|
},
|
|
3343
|
-
|
|
3344
2788
|
async postUsers(client, request) {
|
|
3345
2789
|
return Users.postUsers({
|
|
3346
2790
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3347
2791
|
});
|
|
3348
2792
|
},
|
|
3349
|
-
|
|
3350
2793
|
async postUsersClips(client, request) {
|
|
3351
2794
|
return Users.postUsersClips({
|
|
3352
2795
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3353
2796
|
});
|
|
3354
2797
|
},
|
|
3355
|
-
|
|
3356
2798
|
async postUsersFlashs(client, request) {
|
|
3357
2799
|
return Users.postUsersFlashs({
|
|
3358
2800
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3359
2801
|
});
|
|
3360
2802
|
},
|
|
3361
|
-
|
|
3362
2803
|
async postUsersFollowers(client, request) {
|
|
3363
2804
|
return Users.postUsersFollowers({
|
|
3364
2805
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3365
2806
|
});
|
|
3366
2807
|
},
|
|
3367
|
-
|
|
3368
2808
|
async postUsersFollowing(client, request) {
|
|
3369
2809
|
return Users.postUsersFollowing({
|
|
3370
2810
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3371
2811
|
});
|
|
3372
2812
|
},
|
|
3373
|
-
|
|
3374
2813
|
async postUsersGalleryPosts(client, request) {
|
|
3375
2814
|
return Users.postUsersGalleryPosts({
|
|
3376
2815
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3377
2816
|
});
|
|
3378
2817
|
},
|
|
3379
|
-
|
|
3380
2818
|
async postUsersNotes(client, request) {
|
|
3381
2819
|
return Users.postUsersNotes({
|
|
3382
2820
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3383
2821
|
});
|
|
3384
2822
|
},
|
|
3385
|
-
|
|
3386
2823
|
async postUsersPages(client, request) {
|
|
3387
2824
|
return Users.postUsersPages({
|
|
3388
2825
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3389
2826
|
});
|
|
3390
2827
|
},
|
|
3391
|
-
|
|
3392
2828
|
async postUsersReportAbuse(client, request) {
|
|
3393
2829
|
return Users.postUsersReportAbuse({
|
|
3394
2830
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3395
2831
|
});
|
|
3396
2832
|
},
|
|
3397
|
-
|
|
3398
2833
|
async postUsersSearchByUsernameAndHost(client, request) {
|
|
3399
2834
|
return Users.postUsersSearchByUsernameAndHost({
|
|
3400
2835
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3401
2836
|
});
|
|
3402
2837
|
},
|
|
3403
|
-
|
|
3404
2838
|
async postUsersShow(client, request) {
|
|
3405
2839
|
return Users.postUsersShow({
|
|
3406
2840
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3407
2841
|
});
|
|
3408
2842
|
},
|
|
3409
|
-
|
|
3410
2843
|
async postUsersTranslate(client, request) {
|
|
3411
2844
|
return Users.postUsersTranslate({
|
|
3412
2845
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3414,51 +2847,42 @@ export const Users = {
|
|
|
3414
2847
|
},
|
|
3415
2848
|
};
|
|
3416
2849
|
|
|
3417
|
-
|
|
3418
2850
|
export const Flash = {
|
|
3419
|
-
|
|
3420
2851
|
async postFlashCreate(client, request) {
|
|
3421
2852
|
return Flash.postFlashCreate({
|
|
3422
2853
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3423
2854
|
});
|
|
3424
2855
|
},
|
|
3425
|
-
|
|
3426
2856
|
async postFlashFeatured(client, request) {
|
|
3427
2857
|
return Flash.postFlashFeatured({
|
|
3428
2858
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3429
2859
|
});
|
|
3430
2860
|
},
|
|
3431
|
-
|
|
3432
2861
|
async postFlashLike(client, request) {
|
|
3433
2862
|
return Flash.postFlashLike({
|
|
3434
2863
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3435
2864
|
});
|
|
3436
2865
|
},
|
|
3437
|
-
|
|
3438
2866
|
async postFlashUnlike(client, request) {
|
|
3439
2867
|
return Flash.postFlashUnlike({
|
|
3440
2868
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3441
2869
|
});
|
|
3442
2870
|
},
|
|
3443
|
-
|
|
3444
2871
|
async postFlashUpdate(client, request) {
|
|
3445
2872
|
return Flash.postFlashUpdate({
|
|
3446
2873
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3447
2874
|
});
|
|
3448
2875
|
},
|
|
3449
|
-
|
|
3450
2876
|
async postFlashCreate(client, request) {
|
|
3451
2877
|
return Flash.postFlashCreate({
|
|
3452
2878
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3453
2879
|
});
|
|
3454
2880
|
},
|
|
3455
|
-
|
|
3456
2881
|
async postFlashGenToken(client, request) {
|
|
3457
2882
|
return Flash.postFlashGenToken({
|
|
3458
2883
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3459
2884
|
});
|
|
3460
2885
|
},
|
|
3461
|
-
|
|
3462
2886
|
async postFlashSearch(client, request) {
|
|
3463
2887
|
return Flash.postFlashSearch({
|
|
3464
2888
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3466,21 +2890,17 @@ export const Flash = {
|
|
|
3466
2890
|
},
|
|
3467
2891
|
};
|
|
3468
2892
|
|
|
3469
|
-
|
|
3470
2893
|
export const Flashs = {
|
|
3471
|
-
|
|
3472
2894
|
async postFlashDelete(client, request) {
|
|
3473
2895
|
return Flashs.postFlashDelete({
|
|
3474
2896
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3475
2897
|
});
|
|
3476
2898
|
},
|
|
3477
|
-
|
|
3478
2899
|
async postFlashShow(client, request) {
|
|
3479
2900
|
return Flashs.postFlashShow({
|
|
3480
2901
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3481
2902
|
});
|
|
3482
2903
|
},
|
|
3483
|
-
|
|
3484
2904
|
async postFlashShow(client, request) {
|
|
3485
2905
|
return Flashs.postFlashShow({
|
|
3486
2906
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3488,105 +2908,87 @@ export const Flashs = {
|
|
|
3488
2908
|
},
|
|
3489
2909
|
};
|
|
3490
2910
|
|
|
3491
|
-
|
|
3492
2911
|
export const Following = {
|
|
3493
|
-
|
|
3494
2912
|
async postFollowingCreate(client, request) {
|
|
3495
2913
|
return Following.postFollowingCreate({
|
|
3496
2914
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3497
2915
|
});
|
|
3498
2916
|
},
|
|
3499
|
-
|
|
3500
2917
|
async postFollowingDelete(client, request) {
|
|
3501
2918
|
return Following.postFollowingDelete({
|
|
3502
2919
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3503
2920
|
});
|
|
3504
2921
|
},
|
|
3505
|
-
|
|
3506
2922
|
async postFollowingInvalidate(client, request) {
|
|
3507
2923
|
return Following.postFollowingInvalidate({
|
|
3508
2924
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3509
2925
|
});
|
|
3510
2926
|
},
|
|
3511
|
-
|
|
3512
2927
|
async postFollowingRequestsAccept(client, request) {
|
|
3513
2928
|
return Following.postFollowingRequestsAccept({
|
|
3514
2929
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3515
2930
|
});
|
|
3516
2931
|
},
|
|
3517
|
-
|
|
3518
2932
|
async postFollowingRequestsCancel(client, request) {
|
|
3519
2933
|
return Following.postFollowingRequestsCancel({
|
|
3520
2934
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3521
2935
|
});
|
|
3522
2936
|
},
|
|
3523
|
-
|
|
3524
2937
|
async postFollowingRequestsList(client, request) {
|
|
3525
2938
|
return Following.postFollowingRequestsList({
|
|
3526
2939
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3527
2940
|
});
|
|
3528
2941
|
},
|
|
3529
|
-
|
|
3530
2942
|
async postFollowingRequestsReject(client, request) {
|
|
3531
2943
|
return Following.postFollowingRequestsReject({
|
|
3532
2944
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3533
2945
|
});
|
|
3534
2946
|
},
|
|
3535
|
-
|
|
3536
2947
|
async postFollowingRequestsSent(client, request) {
|
|
3537
2948
|
return Following.postFollowingRequestsSent({
|
|
3538
2949
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3539
2950
|
});
|
|
3540
2951
|
},
|
|
3541
|
-
|
|
3542
2952
|
async postFollowingUpdate(client, request) {
|
|
3543
2953
|
return Following.postFollowingUpdate({
|
|
3544
2954
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3545
2955
|
});
|
|
3546
2956
|
},
|
|
3547
|
-
|
|
3548
2957
|
async postFollowingUpdateAll(client, request) {
|
|
3549
2958
|
return Following.postFollowingUpdateAll({
|
|
3550
2959
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3551
2960
|
});
|
|
3552
2961
|
},
|
|
3553
|
-
|
|
3554
2962
|
async postFollowingCreate(client, request) {
|
|
3555
2963
|
return Following.postFollowingCreate({
|
|
3556
2964
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3557
2965
|
});
|
|
3558
2966
|
},
|
|
3559
|
-
|
|
3560
2967
|
async postFollowingDelete(client, request) {
|
|
3561
2968
|
return Following.postFollowingDelete({
|
|
3562
2969
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3563
2970
|
});
|
|
3564
2971
|
},
|
|
3565
|
-
|
|
3566
2972
|
async postFollowingInvalidate(client, request) {
|
|
3567
2973
|
return Following.postFollowingInvalidate({
|
|
3568
2974
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3569
2975
|
});
|
|
3570
2976
|
},
|
|
3571
|
-
|
|
3572
2977
|
async postFollowingRequestsCancel(client, request) {
|
|
3573
2978
|
return Following.postFollowingRequestsCancel({
|
|
3574
2979
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3575
2980
|
});
|
|
3576
2981
|
},
|
|
3577
|
-
|
|
3578
2982
|
async postFollowingRequestsList(client, request) {
|
|
3579
2983
|
return Following.postFollowingRequestsList({
|
|
3580
2984
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3581
2985
|
});
|
|
3582
2986
|
},
|
|
3583
|
-
|
|
3584
2987
|
async postFollowingRequestsSent(client, request) {
|
|
3585
2988
|
return Following.postFollowingRequestsSent({
|
|
3586
2989
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3587
2990
|
});
|
|
3588
2991
|
},
|
|
3589
|
-
|
|
3590
2992
|
async postFollowingUpdate(client, request) {
|
|
3591
2993
|
return Following.postFollowingUpdate({
|
|
3592
2994
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3594,81 +2996,67 @@ export const Following = {
|
|
|
3594
2996
|
},
|
|
3595
2997
|
};
|
|
3596
2998
|
|
|
3597
|
-
|
|
3598
2999
|
export const Gallery = {
|
|
3599
|
-
|
|
3600
3000
|
async postGalleryFeatured(client, request) {
|
|
3601
3001
|
return Gallery.postGalleryFeatured({
|
|
3602
3002
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3603
3003
|
});
|
|
3604
3004
|
},
|
|
3605
|
-
|
|
3606
3005
|
async postGalleryPopular(client) {
|
|
3607
3006
|
return Gallery.postGalleryPopular({
|
|
3608
3007
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3609
3008
|
});
|
|
3610
3009
|
},
|
|
3611
|
-
|
|
3612
3010
|
async postGalleryPosts(client, request) {
|
|
3613
3011
|
return Gallery.postGalleryPosts({
|
|
3614
3012
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3615
3013
|
});
|
|
3616
3014
|
},
|
|
3617
|
-
|
|
3618
3015
|
async postGalleryPostsCreate(client, request) {
|
|
3619
3016
|
return Gallery.postGalleryPostsCreate({
|
|
3620
3017
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3621
3018
|
});
|
|
3622
3019
|
},
|
|
3623
|
-
|
|
3624
3020
|
async postGalleryPostsDelete(client, request) {
|
|
3625
3021
|
return Gallery.postGalleryPostsDelete({
|
|
3626
3022
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3627
3023
|
});
|
|
3628
3024
|
},
|
|
3629
|
-
|
|
3630
3025
|
async postGalleryPostsLike(client, request) {
|
|
3631
3026
|
return Gallery.postGalleryPostsLike({
|
|
3632
3027
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3633
3028
|
});
|
|
3634
3029
|
},
|
|
3635
|
-
|
|
3636
3030
|
async postGalleryPostsShow(client, request) {
|
|
3637
3031
|
return Gallery.postGalleryPostsShow({
|
|
3638
3032
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3639
3033
|
});
|
|
3640
3034
|
},
|
|
3641
|
-
|
|
3642
3035
|
async postGalleryPostsUnlike(client, request) {
|
|
3643
3036
|
return Gallery.postGalleryPostsUnlike({
|
|
3644
3037
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3645
3038
|
});
|
|
3646
3039
|
},
|
|
3647
|
-
|
|
3648
3040
|
async postGalleryPostsUpdate(client, request) {
|
|
3649
3041
|
return Gallery.postGalleryPostsUpdate({
|
|
3650
3042
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3651
3043
|
});
|
|
3652
3044
|
},
|
|
3653
|
-
|
|
3654
3045
|
async postGalleryPosts(client, request) {
|
|
3655
3046
|
return Gallery.postGalleryPosts({
|
|
3656
3047
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3657
3048
|
});
|
|
3658
3049
|
},
|
|
3659
|
-
|
|
3660
3050
|
async postGalleryPostsCreate(client, request) {
|
|
3661
3051
|
return Gallery.postGalleryPostsCreate({
|
|
3662
3052
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3663
3053
|
});
|
|
3664
3054
|
},
|
|
3665
|
-
|
|
3666
3055
|
async postGalleryPostsShow(client, request) {
|
|
3667
3056
|
return Gallery.postGalleryPostsShow({
|
|
3668
3057
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3669
3058
|
});
|
|
3670
3059
|
},
|
|
3671
|
-
|
|
3672
3060
|
async postGalleryPostsUpdate(client, request) {
|
|
3673
3061
|
return Gallery.postGalleryPostsUpdate({
|
|
3674
3062
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3676,51 +3064,42 @@ export const Gallery = {
|
|
|
3676
3064
|
},
|
|
3677
3065
|
};
|
|
3678
3066
|
|
|
3679
|
-
|
|
3680
3067
|
export const Hashtags = {
|
|
3681
|
-
|
|
3682
3068
|
async postHashtagsList(client, request) {
|
|
3683
3069
|
return Hashtags.postHashtagsList({
|
|
3684
3070
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3685
3071
|
});
|
|
3686
3072
|
},
|
|
3687
|
-
|
|
3688
3073
|
async postHashtagsSearch(client, request) {
|
|
3689
3074
|
return Hashtags.postHashtagsSearch({
|
|
3690
3075
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3691
3076
|
});
|
|
3692
3077
|
},
|
|
3693
|
-
|
|
3694
3078
|
async postHashtagsShow(client, request) {
|
|
3695
3079
|
return Hashtags.postHashtagsShow({
|
|
3696
3080
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3697
3081
|
});
|
|
3698
3082
|
},
|
|
3699
|
-
|
|
3700
3083
|
async getHashtagsTrend(client) {
|
|
3701
3084
|
return Hashtags.getHashtagsTrend({
|
|
3702
3085
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3703
3086
|
});
|
|
3704
3087
|
},
|
|
3705
|
-
|
|
3706
3088
|
async postHashtagsTrend(client) {
|
|
3707
3089
|
return Hashtags.postHashtagsTrend({
|
|
3708
3090
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3709
3091
|
});
|
|
3710
3092
|
},
|
|
3711
|
-
|
|
3712
3093
|
async postHashtagsUsers(client, request) {
|
|
3713
3094
|
return Hashtags.postHashtagsUsers({
|
|
3714
3095
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3715
3096
|
});
|
|
3716
3097
|
},
|
|
3717
|
-
|
|
3718
3098
|
async postHashtagsShow(client, request) {
|
|
3719
3099
|
return Hashtags.postHashtagsShow({
|
|
3720
3100
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3721
3101
|
});
|
|
3722
3102
|
},
|
|
3723
|
-
|
|
3724
3103
|
async postHashtagsUsers(client, request) {
|
|
3725
3104
|
return Hashtags.postHashtagsUsers({
|
|
3726
3105
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3728,15 +3107,12 @@ export const Hashtags = {
|
|
|
3728
3107
|
},
|
|
3729
3108
|
};
|
|
3730
3109
|
|
|
3731
|
-
|
|
3732
3110
|
export const Reactions = {
|
|
3733
|
-
|
|
3734
3111
|
async postNotesReactionsCreate(client, request) {
|
|
3735
3112
|
return Reactions.postNotesReactionsCreate({
|
|
3736
3113
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3737
3114
|
});
|
|
3738
3115
|
},
|
|
3739
|
-
|
|
3740
3116
|
async postNotesReactionsDelete(client, request) {
|
|
3741
3117
|
return Reactions.postNotesReactionsDelete({
|
|
3742
3118
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3744,33 +3120,27 @@ export const Reactions = {
|
|
|
3744
3120
|
},
|
|
3745
3121
|
};
|
|
3746
3122
|
|
|
3747
|
-
|
|
3748
3123
|
export const Notifications = {
|
|
3749
|
-
|
|
3750
3124
|
async postNotificationsCreate(client, request) {
|
|
3751
3125
|
return Notifications.postNotificationsCreate({
|
|
3752
3126
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3753
3127
|
});
|
|
3754
3128
|
},
|
|
3755
|
-
|
|
3756
3129
|
async postNotificationsFlush(client) {
|
|
3757
3130
|
return Notifications.postNotificationsFlush({
|
|
3758
3131
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3759
3132
|
});
|
|
3760
3133
|
},
|
|
3761
|
-
|
|
3762
3134
|
async postNotificationsMarkAllAsRead(client) {
|
|
3763
3135
|
return Notifications.postNotificationsMarkAllAsRead({
|
|
3764
3136
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3765
3137
|
});
|
|
3766
3138
|
},
|
|
3767
|
-
|
|
3768
3139
|
async postNotificationsTestNotification(client) {
|
|
3769
3140
|
return Notifications.postNotificationsTestNotification({
|
|
3770
3141
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3771
3142
|
});
|
|
3772
3143
|
},
|
|
3773
|
-
|
|
3774
3144
|
async postNotificationsCreate(client, request) {
|
|
3775
3145
|
return Notifications.postNotificationsCreate({
|
|
3776
3146
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3778,63 +3148,52 @@ export const Notifications = {
|
|
|
3778
3148
|
},
|
|
3779
3149
|
};
|
|
3780
3150
|
|
|
3781
|
-
|
|
3782
3151
|
export const Pages = {
|
|
3783
|
-
|
|
3784
3152
|
async postPagesCreate(client, request) {
|
|
3785
3153
|
return Pages.postPagesCreate({
|
|
3786
3154
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3787
3155
|
});
|
|
3788
3156
|
},
|
|
3789
|
-
|
|
3790
3157
|
async postPagesDelete(client, request) {
|
|
3791
3158
|
return Pages.postPagesDelete({
|
|
3792
3159
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3793
3160
|
});
|
|
3794
3161
|
},
|
|
3795
|
-
|
|
3796
3162
|
async postPagesFeatured(client) {
|
|
3797
3163
|
return Pages.postPagesFeatured({
|
|
3798
3164
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3799
3165
|
});
|
|
3800
3166
|
},
|
|
3801
|
-
|
|
3802
3167
|
async postPagesLike(client, request) {
|
|
3803
3168
|
return Pages.postPagesLike({
|
|
3804
3169
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3805
3170
|
});
|
|
3806
3171
|
},
|
|
3807
|
-
|
|
3808
3172
|
async postPagesShow(client, request) {
|
|
3809
3173
|
return Pages.postPagesShow({
|
|
3810
3174
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3811
3175
|
});
|
|
3812
3176
|
},
|
|
3813
|
-
|
|
3814
3177
|
async postPagesUnlike(client, request) {
|
|
3815
3178
|
return Pages.postPagesUnlike({
|
|
3816
3179
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3817
3180
|
});
|
|
3818
3181
|
},
|
|
3819
|
-
|
|
3820
3182
|
async postPagesUpdate(client, request) {
|
|
3821
3183
|
return Pages.postPagesUpdate({
|
|
3822
3184
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3823
3185
|
});
|
|
3824
3186
|
},
|
|
3825
|
-
|
|
3826
3187
|
async postPagesCreate(client, request) {
|
|
3827
3188
|
return Pages.postPagesCreate({
|
|
3828
3189
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3829
3190
|
});
|
|
3830
3191
|
},
|
|
3831
|
-
|
|
3832
3192
|
async postPagesShow(client, request) {
|
|
3833
3193
|
return Pages.postPagesShow({
|
|
3834
3194
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3835
3195
|
});
|
|
3836
3196
|
},
|
|
3837
|
-
|
|
3838
3197
|
async postPagesUpdate(client, request) {
|
|
3839
3198
|
return Pages.postPagesUpdate({
|
|
3840
3199
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3842,15 +3201,12 @@ export const Pages = {
|
|
|
3842
3201
|
},
|
|
3843
3202
|
};
|
|
3844
3203
|
|
|
3845
|
-
|
|
3846
3204
|
export const ResetPassword = {
|
|
3847
|
-
|
|
3848
3205
|
async postRequestResetPassword(client, request) {
|
|
3849
3206
|
return ResetPassword.postRequestResetPassword({
|
|
3850
3207
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3851
3208
|
});
|
|
3852
3209
|
},
|
|
3853
|
-
|
|
3854
3210
|
async postResetPassword(client, request) {
|
|
3855
3211
|
return ResetPassword.postResetPassword({
|
|
3856
3212
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3858,15 +3214,12 @@ export const ResetPassword = {
|
|
|
3858
3214
|
},
|
|
3859
3215
|
};
|
|
3860
3216
|
|
|
3861
|
-
|
|
3862
3217
|
export const NonProductive = {
|
|
3863
|
-
|
|
3864
3218
|
async postResetDb(client) {
|
|
3865
3219
|
return NonProductive.postResetDb({
|
|
3866
3220
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3867
3221
|
});
|
|
3868
3222
|
},
|
|
3869
|
-
|
|
3870
3223
|
async postTest(client, request) {
|
|
3871
3224
|
return NonProductive.postTest({
|
|
3872
3225
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3874,45 +3227,37 @@ export const NonProductive = {
|
|
|
3874
3227
|
},
|
|
3875
3228
|
};
|
|
3876
3229
|
|
|
3877
|
-
|
|
3878
3230
|
export const Role = {
|
|
3879
|
-
|
|
3880
3231
|
async postRolesList(client) {
|
|
3881
3232
|
return Role.postRolesList({
|
|
3882
3233
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3883
3234
|
});
|
|
3884
3235
|
},
|
|
3885
|
-
|
|
3886
3236
|
async postRolesNotes(client, request) {
|
|
3887
3237
|
return Role.postRolesNotes({
|
|
3888
3238
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3889
3239
|
});
|
|
3890
3240
|
},
|
|
3891
|
-
|
|
3892
3241
|
async postRolesShow(client, request) {
|
|
3893
3242
|
return Role.postRolesShow({
|
|
3894
3243
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3895
3244
|
});
|
|
3896
3245
|
},
|
|
3897
|
-
|
|
3898
3246
|
async postRolesUsers(client, request) {
|
|
3899
3247
|
return Role.postRolesUsers({
|
|
3900
3248
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3901
3249
|
});
|
|
3902
3250
|
},
|
|
3903
|
-
|
|
3904
3251
|
async postRolesNotes(client, request) {
|
|
3905
3252
|
return Role.postRolesNotes({
|
|
3906
3253
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3907
3254
|
});
|
|
3908
3255
|
},
|
|
3909
|
-
|
|
3910
3256
|
async postRolesShow(client, request) {
|
|
3911
3257
|
return Role.postRolesShow({
|
|
3912
3258
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3913
3259
|
});
|
|
3914
3260
|
},
|
|
3915
|
-
|
|
3916
3261
|
async postRolesUsers(client, request) {
|
|
3917
3262
|
return Role.postRolesUsers({
|
|
3918
3263
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3920,75 +3265,62 @@ export const Role = {
|
|
|
3920
3265
|
},
|
|
3921
3266
|
};
|
|
3922
3267
|
|
|
3923
|
-
|
|
3924
3268
|
export const Lists = {
|
|
3925
|
-
|
|
3926
3269
|
async postUsersListsCreate(client, request) {
|
|
3927
3270
|
return Lists.postUsersListsCreate({
|
|
3928
3271
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3929
3272
|
});
|
|
3930
3273
|
},
|
|
3931
|
-
|
|
3932
3274
|
async postUsersListsDelete(client, request) {
|
|
3933
3275
|
return Lists.postUsersListsDelete({
|
|
3934
3276
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3935
3277
|
});
|
|
3936
3278
|
},
|
|
3937
|
-
|
|
3938
3279
|
async postUsersListsGetMemberships(client, request) {
|
|
3939
3280
|
return Lists.postUsersListsGetMemberships({
|
|
3940
3281
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3941
3282
|
});
|
|
3942
3283
|
},
|
|
3943
|
-
|
|
3944
3284
|
async postUsersListsList(client, request) {
|
|
3945
3285
|
return Lists.postUsersListsList({
|
|
3946
3286
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3947
3287
|
});
|
|
3948
3288
|
},
|
|
3949
|
-
|
|
3950
3289
|
async postUsersListsPull(client, request) {
|
|
3951
3290
|
return Lists.postUsersListsPull({
|
|
3952
3291
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3953
3292
|
});
|
|
3954
3293
|
},
|
|
3955
|
-
|
|
3956
3294
|
async postUsersListsPush(client, request) {
|
|
3957
3295
|
return Lists.postUsersListsPush({
|
|
3958
3296
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3959
3297
|
});
|
|
3960
3298
|
},
|
|
3961
|
-
|
|
3962
3299
|
async postUsersListsShow(client, request) {
|
|
3963
3300
|
return Lists.postUsersListsShow({
|
|
3964
3301
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3965
3302
|
});
|
|
3966
3303
|
},
|
|
3967
|
-
|
|
3968
3304
|
async postUsersListsUpdate(client, request) {
|
|
3969
3305
|
return Lists.postUsersListsUpdate({
|
|
3970
3306
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3971
3307
|
});
|
|
3972
3308
|
},
|
|
3973
|
-
|
|
3974
3309
|
async postUsersListsUpdateMembership(client, request) {
|
|
3975
3310
|
return Lists.postUsersListsUpdateMembership({
|
|
3976
3311
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3977
3312
|
});
|
|
3978
3313
|
},
|
|
3979
|
-
|
|
3980
3314
|
async postUsersListsCreate(client, request) {
|
|
3981
3315
|
return Lists.postUsersListsCreate({
|
|
3982
3316
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3983
3317
|
});
|
|
3984
3318
|
},
|
|
3985
|
-
|
|
3986
3319
|
async postUsersListsGetMemberships(client, request) {
|
|
3987
3320
|
return Lists.postUsersListsGetMemberships({
|
|
3988
3321
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
3989
3322
|
});
|
|
3990
3323
|
},
|
|
3991
|
-
|
|
3992
3324
|
async postUsersListsUpdate(client, request) {
|
|
3993
3325
|
return Lists.postUsersListsUpdate({
|
|
3994
3326
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -3996,165 +3328,137 @@ export const Lists = {
|
|
|
3996
3328
|
},
|
|
3997
3329
|
};
|
|
3998
3330
|
|
|
3999
|
-
|
|
4000
3331
|
export const Chat = {
|
|
4001
|
-
|
|
4002
3332
|
async postChatHistory(client, request) {
|
|
4003
3333
|
return Chat.postChatHistory({
|
|
4004
3334
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4005
3335
|
});
|
|
4006
3336
|
},
|
|
4007
|
-
|
|
4008
3337
|
async postChatMessagesCreateToRoom(client, request) {
|
|
4009
3338
|
return Chat.postChatMessagesCreateToRoom({
|
|
4010
3339
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4011
3340
|
});
|
|
4012
3341
|
},
|
|
4013
|
-
|
|
4014
3342
|
async postChatMessagesCreateToUser(client, request) {
|
|
4015
3343
|
return Chat.postChatMessagesCreateToUser({
|
|
4016
3344
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4017
3345
|
});
|
|
4018
3346
|
},
|
|
4019
|
-
|
|
4020
3347
|
async postChatMessagesDelete(client, request) {
|
|
4021
3348
|
return Chat.postChatMessagesDelete({
|
|
4022
3349
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4023
3350
|
});
|
|
4024
3351
|
},
|
|
4025
|
-
|
|
4026
3352
|
async postChatMessagesReact(client, request) {
|
|
4027
3353
|
return Chat.postChatMessagesReact({
|
|
4028
3354
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4029
3355
|
});
|
|
4030
3356
|
},
|
|
4031
|
-
|
|
4032
3357
|
async postChatMessagesRoomTimeline(client, request) {
|
|
4033
3358
|
return Chat.postChatMessagesRoomTimeline({
|
|
4034
3359
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4035
3360
|
});
|
|
4036
3361
|
},
|
|
4037
|
-
|
|
4038
3362
|
async postChatMessagesSearch(client, request) {
|
|
4039
3363
|
return Chat.postChatMessagesSearch({
|
|
4040
3364
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4041
3365
|
});
|
|
4042
3366
|
},
|
|
4043
|
-
|
|
4044
3367
|
async postChatMessagesShow(client, request) {
|
|
4045
3368
|
return Chat.postChatMessagesShow({
|
|
4046
3369
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4047
3370
|
});
|
|
4048
3371
|
},
|
|
4049
|
-
|
|
4050
3372
|
async postChatMessagesUnreact(client, request) {
|
|
4051
3373
|
return Chat.postChatMessagesUnreact({
|
|
4052
3374
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4053
3375
|
});
|
|
4054
3376
|
},
|
|
4055
|
-
|
|
4056
3377
|
async postChatMessagesUserTimeline(client, request) {
|
|
4057
3378
|
return Chat.postChatMessagesUserTimeline({
|
|
4058
3379
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4059
3380
|
});
|
|
4060
3381
|
},
|
|
4061
|
-
|
|
4062
3382
|
async postChatReadAll(client) {
|
|
4063
3383
|
return Chat.postChatReadAll({
|
|
4064
3384
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4065
3385
|
});
|
|
4066
3386
|
},
|
|
4067
|
-
|
|
4068
3387
|
async postChatRoomsCreate(client, request) {
|
|
4069
3388
|
return Chat.postChatRoomsCreate({
|
|
4070
3389
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4071
3390
|
});
|
|
4072
3391
|
},
|
|
4073
|
-
|
|
4074
3392
|
async postChatRoomsDelete(client, request) {
|
|
4075
3393
|
return Chat.postChatRoomsDelete({
|
|
4076
3394
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4077
3395
|
});
|
|
4078
3396
|
},
|
|
4079
|
-
|
|
4080
3397
|
async postChatRoomsInvitationsCancel(client, request) {
|
|
4081
3398
|
return Chat.postChatRoomsInvitationsCancel({
|
|
4082
3399
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4083
3400
|
});
|
|
4084
3401
|
},
|
|
4085
|
-
|
|
4086
3402
|
async postChatRoomsInvitationsCreate(client, request) {
|
|
4087
3403
|
return Chat.postChatRoomsInvitationsCreate({
|
|
4088
3404
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4089
3405
|
});
|
|
4090
3406
|
},
|
|
4091
|
-
|
|
4092
3407
|
async postChatRoomsInvitationsIgnore(client, request) {
|
|
4093
3408
|
return Chat.postChatRoomsInvitationsIgnore({
|
|
4094
3409
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4095
3410
|
});
|
|
4096
3411
|
},
|
|
4097
|
-
|
|
4098
3412
|
async postChatRoomsInvitationsInbox(client, request) {
|
|
4099
3413
|
return Chat.postChatRoomsInvitationsInbox({
|
|
4100
3414
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4101
3415
|
});
|
|
4102
3416
|
},
|
|
4103
|
-
|
|
4104
3417
|
async postChatRoomsInvitationsOutbox(client, request) {
|
|
4105
3418
|
return Chat.postChatRoomsInvitationsOutbox({
|
|
4106
3419
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4107
3420
|
});
|
|
4108
3421
|
},
|
|
4109
|
-
|
|
4110
3422
|
async postChatRoomsInvitationsReject(client, request) {
|
|
4111
3423
|
return Chat.postChatRoomsInvitationsReject({
|
|
4112
3424
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4113
3425
|
});
|
|
4114
3426
|
},
|
|
4115
|
-
|
|
4116
3427
|
async postChatRoomsJoin(client, request) {
|
|
4117
3428
|
return Chat.postChatRoomsJoin({
|
|
4118
3429
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4119
3430
|
});
|
|
4120
3431
|
},
|
|
4121
|
-
|
|
4122
3432
|
async postChatRoomsJoining(client, request) {
|
|
4123
3433
|
return Chat.postChatRoomsJoining({
|
|
4124
3434
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4125
3435
|
});
|
|
4126
3436
|
},
|
|
4127
|
-
|
|
4128
3437
|
async postChatRoomsLeave(client, request) {
|
|
4129
3438
|
return Chat.postChatRoomsLeave({
|
|
4130
3439
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4131
3440
|
});
|
|
4132
3441
|
},
|
|
4133
|
-
|
|
4134
3442
|
async postChatRoomsMembers(client, request) {
|
|
4135
3443
|
return Chat.postChatRoomsMembers({
|
|
4136
3444
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4137
3445
|
});
|
|
4138
3446
|
},
|
|
4139
|
-
|
|
4140
3447
|
async postChatRoomsMute(client, request) {
|
|
4141
3448
|
return Chat.postChatRoomsMute({
|
|
4142
3449
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4143
3450
|
});
|
|
4144
3451
|
},
|
|
4145
|
-
|
|
4146
3452
|
async postChatRoomsOwned(client, request) {
|
|
4147
3453
|
return Chat.postChatRoomsOwned({
|
|
4148
3454
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4149
3455
|
});
|
|
4150
3456
|
},
|
|
4151
|
-
|
|
4152
3457
|
async postChatRoomsShow(client, request) {
|
|
4153
3458
|
return Chat.postChatRoomsShow({
|
|
4154
3459
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4155
3460
|
});
|
|
4156
3461
|
},
|
|
4157
|
-
|
|
4158
3462
|
async postChatRoomsUpdate(client, request) {
|
|
4159
3463
|
return Chat.postChatRoomsUpdate({
|
|
4160
3464
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
@@ -4162,78 +3466,66 @@ export const Chat = {
|
|
|
4162
3466
|
},
|
|
4163
3467
|
};
|
|
4164
3468
|
|
|
4165
|
-
|
|
4166
3469
|
export const Groups = {
|
|
4167
|
-
|
|
4168
3470
|
async postUsersGroupsCreate(client, request) {
|
|
4169
3471
|
return Groups.postUsersGroupsCreate({
|
|
4170
3472
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4171
3473
|
});
|
|
4172
3474
|
},
|
|
4173
|
-
|
|
4174
3475
|
async postUsersGroupsDelete(client, request) {
|
|
4175
3476
|
return Groups.postUsersGroupsDelete({
|
|
4176
3477
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4177
3478
|
});
|
|
4178
3479
|
},
|
|
4179
|
-
|
|
4180
3480
|
async postUsersGroupsInvitationsAccept(client, request) {
|
|
4181
3481
|
return Groups.postUsersGroupsInvitationsAccept({
|
|
4182
3482
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4183
3483
|
});
|
|
4184
3484
|
},
|
|
4185
|
-
|
|
4186
3485
|
async postUsersGroupsInvitationsReject(client, request) {
|
|
4187
3486
|
return Groups.postUsersGroupsInvitationsReject({
|
|
4188
3487
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4189
3488
|
});
|
|
4190
3489
|
},
|
|
4191
|
-
|
|
4192
3490
|
async postUsersGroupsInvite(client, request) {
|
|
4193
3491
|
return Groups.postUsersGroupsInvite({
|
|
4194
3492
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4195
3493
|
});
|
|
4196
3494
|
},
|
|
4197
|
-
|
|
4198
3495
|
async postUsersGroupsJoined(client) {
|
|
4199
3496
|
return Groups.postUsersGroupsJoined({
|
|
4200
3497
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4201
3498
|
});
|
|
4202
3499
|
},
|
|
4203
|
-
|
|
4204
3500
|
async postUsersGroupsLeave(client, request) {
|
|
4205
3501
|
return Groups.postUsersGroupsLeave({
|
|
4206
3502
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4207
3503
|
});
|
|
4208
3504
|
},
|
|
4209
|
-
|
|
4210
3505
|
async postUsersGroupsOwned(client) {
|
|
4211
3506
|
return Groups.postUsersGroupsOwned({
|
|
4212
3507
|
fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4213
3508
|
});
|
|
4214
3509
|
},
|
|
4215
|
-
|
|
4216
3510
|
async postUsersGroupsPull(client, request) {
|
|
4217
3511
|
return Groups.postUsersGroupsPull({
|
|
4218
3512
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4219
3513
|
});
|
|
4220
3514
|
},
|
|
4221
|
-
|
|
4222
3515
|
async postUsersGroupsShow(client, request) {
|
|
4223
3516
|
return Groups.postUsersGroupsShow({
|
|
4224
3517
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4225
3518
|
});
|
|
4226
3519
|
},
|
|
4227
|
-
|
|
4228
3520
|
async postUsersGroupsTransfer(client, request) {
|
|
4229
3521
|
return Groups.postUsersGroupsTransfer({
|
|
4230
3522
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4231
3523
|
});
|
|
4232
3524
|
},
|
|
4233
|
-
|
|
4234
3525
|
async postUsersGroupsUpdate(client, request) {
|
|
4235
3526
|
return Groups.postUsersGroupsUpdate({
|
|
4236
3527
|
body: request, fetch: (url, method, body) => client._fetch(url, method, body)
|
|
4237
3528
|
});
|
|
4238
3529
|
},
|
|
4239
|
-
};
|
|
3530
|
+
};
|
|
3531
|
+
|