@notidotbot/noti-api-client 1.6.3 → 1.6.4

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.
@@ -0,0 +1,709 @@
1
+ import { GuildClipForwardCreateSchema, GuildClipForwardZod } from '../other/prisma';
2
+ import { CancelOutWebResponses, DeepPartial } from '../types';
3
+ import { WebDataManager } from '../core/manager';
4
+ export declare class APIGuildClipForward {
5
+ private web;
6
+ constructor(web: WebDataManager);
7
+ getGuildClipForwards({ auth, guildId }: GuildClipForwardFunctionsInput['getGuildClipForwards']): Promise<import("../types").WebResponse<({
8
+ customMessages: ({
9
+ clipForward: {
10
+ dbId: string;
11
+ guildId: string;
12
+ channelId: string | null;
13
+ streamerUserName: string;
14
+ platform: import("@prisma/client").$Enums.PlatformEnum;
15
+ usePerStreamerEmbeds: boolean | null;
16
+ showNotifyButton: boolean | null;
17
+ pingRoleId: string | null;
18
+ clipForwardId: string;
19
+ minViews: number | null;
20
+ minDuration: number | null;
21
+ maxPerCycle: number | null;
22
+ allowMature: boolean | null;
23
+ includeOffline: boolean | null;
24
+ whitelistClippers: string[];
25
+ blacklistClippers: string[];
26
+ lastClipAt: Date | null;
27
+ lastClipId: string | null;
28
+ } | null;
29
+ webhook: ({
30
+ cfCustomMessage: ({
31
+ clipForward: {
32
+ dbId: string;
33
+ guildId: string;
34
+ channelId: string | null;
35
+ streamerUserName: string;
36
+ platform: import("@prisma/client").$Enums.PlatformEnum;
37
+ usePerStreamerEmbeds: boolean | null;
38
+ showNotifyButton: boolean | null;
39
+ pingRoleId: string | null;
40
+ clipForwardId: string;
41
+ minViews: number | null;
42
+ minDuration: number | null;
43
+ maxPerCycle: number | null;
44
+ allowMature: boolean | null;
45
+ includeOffline: boolean | null;
46
+ whitelistClippers: string[];
47
+ blacklistClippers: string[];
48
+ lastClipAt: Date | null;
49
+ lastClipId: string | null;
50
+ } | null;
51
+ embed: ({
52
+ fields: ({
53
+ cfMessageEmbed: {
54
+ dbId: string;
55
+ title: string | null;
56
+ description: string;
57
+ url: string | null;
58
+ color: string | null;
59
+ footer: string | null;
60
+ footerIcon: string | null;
61
+ image: string | null;
62
+ thumbnail: string | null;
63
+ author: string | null;
64
+ authorIcon: string | null;
65
+ cfCustomMessageId: string;
66
+ } | null;
67
+ } & {
68
+ name: string;
69
+ dbId: string;
70
+ value: string | null;
71
+ inline: boolean | null;
72
+ cfMessageEmbedId: string;
73
+ })[];
74
+ } & {
75
+ dbId: string;
76
+ title: string | null;
77
+ description: string;
78
+ url: string | null;
79
+ color: string | null;
80
+ footer: string | null;
81
+ footerIcon: string | null;
82
+ image: string | null;
83
+ thumbnail: string | null;
84
+ author: string | null;
85
+ authorIcon: string | null;
86
+ cfCustomMessageId: string;
87
+ }) | null;
88
+ buttons: {
89
+ dbId: string;
90
+ title: string;
91
+ url: string | null;
92
+ emojiUnicodeOrId: string | null;
93
+ cfCustomMessageId: string;
94
+ }[];
95
+ } & {
96
+ dbId: string;
97
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
98
+ content: string | null;
99
+ clipForwardId: string;
100
+ }) | null;
101
+ } & {
102
+ dbId: string;
103
+ enabled: boolean | null;
104
+ username: string | null;
105
+ avatarUrl: string | null;
106
+ cfCustomMessageId: string;
107
+ }) | null;
108
+ embed: ({
109
+ fields: ({
110
+ cfMessageEmbed: ({
111
+ cfCustomMessage: ({
112
+ clipForward: {
113
+ dbId: string;
114
+ guildId: string;
115
+ channelId: string | null;
116
+ streamerUserName: string;
117
+ platform: import("@prisma/client").$Enums.PlatformEnum;
118
+ usePerStreamerEmbeds: boolean | null;
119
+ showNotifyButton: boolean | null;
120
+ pingRoleId: string | null;
121
+ clipForwardId: string;
122
+ minViews: number | null;
123
+ minDuration: number | null;
124
+ maxPerCycle: number | null;
125
+ allowMature: boolean | null;
126
+ includeOffline: boolean | null;
127
+ whitelistClippers: string[];
128
+ blacklistClippers: string[];
129
+ lastClipAt: Date | null;
130
+ lastClipId: string | null;
131
+ } | null;
132
+ webhook: {
133
+ dbId: string;
134
+ enabled: boolean | null;
135
+ username: string | null;
136
+ avatarUrl: string | null;
137
+ cfCustomMessageId: string;
138
+ } | null;
139
+ buttons: {
140
+ dbId: string;
141
+ title: string;
142
+ url: string | null;
143
+ emojiUnicodeOrId: string | null;
144
+ cfCustomMessageId: string;
145
+ }[];
146
+ } & {
147
+ dbId: string;
148
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
149
+ content: string | null;
150
+ clipForwardId: string;
151
+ }) | null;
152
+ } & {
153
+ dbId: string;
154
+ title: string | null;
155
+ description: string;
156
+ url: string | null;
157
+ color: string | null;
158
+ footer: string | null;
159
+ footerIcon: string | null;
160
+ image: string | null;
161
+ thumbnail: string | null;
162
+ author: string | null;
163
+ authorIcon: string | null;
164
+ cfCustomMessageId: string;
165
+ }) | null;
166
+ } & {
167
+ name: string;
168
+ dbId: string;
169
+ value: string | null;
170
+ inline: boolean | null;
171
+ cfMessageEmbedId: string;
172
+ })[];
173
+ cfCustomMessage: ({
174
+ clipForward: {
175
+ dbId: string;
176
+ guildId: string;
177
+ channelId: string | null;
178
+ streamerUserName: string;
179
+ platform: import("@prisma/client").$Enums.PlatformEnum;
180
+ usePerStreamerEmbeds: boolean | null;
181
+ showNotifyButton: boolean | null;
182
+ pingRoleId: string | null;
183
+ clipForwardId: string;
184
+ minViews: number | null;
185
+ minDuration: number | null;
186
+ maxPerCycle: number | null;
187
+ allowMature: boolean | null;
188
+ includeOffline: boolean | null;
189
+ whitelistClippers: string[];
190
+ blacklistClippers: string[];
191
+ lastClipAt: Date | null;
192
+ lastClipId: string | null;
193
+ } | null;
194
+ webhook: {
195
+ dbId: string;
196
+ enabled: boolean | null;
197
+ username: string | null;
198
+ avatarUrl: string | null;
199
+ cfCustomMessageId: string;
200
+ } | null;
201
+ buttons: {
202
+ dbId: string;
203
+ title: string;
204
+ url: string | null;
205
+ emojiUnicodeOrId: string | null;
206
+ cfCustomMessageId: string;
207
+ }[];
208
+ } & {
209
+ dbId: string;
210
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
211
+ content: string | null;
212
+ clipForwardId: string;
213
+ }) | null;
214
+ } & {
215
+ dbId: string;
216
+ title: string | null;
217
+ description: string;
218
+ url: string | null;
219
+ color: string | null;
220
+ footer: string | null;
221
+ footerIcon: string | null;
222
+ image: string | null;
223
+ thumbnail: string | null;
224
+ author: string | null;
225
+ authorIcon: string | null;
226
+ cfCustomMessageId: string;
227
+ }) | null;
228
+ buttons: ({
229
+ cfCustomMessage: ({
230
+ clipForward: {
231
+ dbId: string;
232
+ guildId: string;
233
+ channelId: string | null;
234
+ streamerUserName: string;
235
+ platform: import("@prisma/client").$Enums.PlatformEnum;
236
+ usePerStreamerEmbeds: boolean | null;
237
+ showNotifyButton: boolean | null;
238
+ pingRoleId: string | null;
239
+ clipForwardId: string;
240
+ minViews: number | null;
241
+ minDuration: number | null;
242
+ maxPerCycle: number | null;
243
+ allowMature: boolean | null;
244
+ includeOffline: boolean | null;
245
+ whitelistClippers: string[];
246
+ blacklistClippers: string[];
247
+ lastClipAt: Date | null;
248
+ lastClipId: string | null;
249
+ } | null;
250
+ webhook: {
251
+ dbId: string;
252
+ enabled: boolean | null;
253
+ username: string | null;
254
+ avatarUrl: string | null;
255
+ cfCustomMessageId: string;
256
+ } | null;
257
+ embed: ({
258
+ fields: ({
259
+ cfMessageEmbed: {
260
+ dbId: string;
261
+ title: string | null;
262
+ description: string;
263
+ url: string | null;
264
+ color: string | null;
265
+ footer: string | null;
266
+ footerIcon: string | null;
267
+ image: string | null;
268
+ thumbnail: string | null;
269
+ author: string | null;
270
+ authorIcon: string | null;
271
+ cfCustomMessageId: string;
272
+ } | null;
273
+ } & {
274
+ name: string;
275
+ dbId: string;
276
+ value: string | null;
277
+ inline: boolean | null;
278
+ cfMessageEmbedId: string;
279
+ })[];
280
+ } & {
281
+ dbId: string;
282
+ title: string | null;
283
+ description: string;
284
+ url: string | null;
285
+ color: string | null;
286
+ footer: string | null;
287
+ footerIcon: string | null;
288
+ image: string | null;
289
+ thumbnail: string | null;
290
+ author: string | null;
291
+ authorIcon: string | null;
292
+ cfCustomMessageId: string;
293
+ }) | null;
294
+ } & {
295
+ dbId: string;
296
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
297
+ content: string | null;
298
+ clipForwardId: string;
299
+ }) | null;
300
+ } & {
301
+ dbId: string;
302
+ title: string;
303
+ url: string | null;
304
+ emojiUnicodeOrId: string | null;
305
+ cfCustomMessageId: string;
306
+ })[];
307
+ } & {
308
+ dbId: string;
309
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
310
+ content: string | null;
311
+ clipForwardId: string;
312
+ })[];
313
+ } & {
314
+ dbId: string;
315
+ guildId: string;
316
+ channelId: string | null;
317
+ streamerUserName: string;
318
+ platform: import("@prisma/client").$Enums.PlatformEnum;
319
+ usePerStreamerEmbeds: boolean | null;
320
+ showNotifyButton: boolean | null;
321
+ pingRoleId: string | null;
322
+ clipForwardId: string;
323
+ minViews: number | null;
324
+ minDuration: number | null;
325
+ maxPerCycle: number | null;
326
+ allowMature: boolean | null;
327
+ includeOffline: boolean | null;
328
+ whitelistClippers: string[];
329
+ blacklistClippers: string[];
330
+ lastClipAt: Date | null;
331
+ lastClipId: string | null;
332
+ })[]>>;
333
+ getGuildClipForward({ auth, guildId, clipForwardId }: GuildClipForwardFunctionsInput['getGuildClipForward']): Promise<import("../types").WebResponse<{
334
+ customMessages: ({
335
+ clipForward: {
336
+ dbId: string;
337
+ guildId: string;
338
+ channelId: string | null;
339
+ streamerUserName: string;
340
+ platform: import("@prisma/client").$Enums.PlatformEnum;
341
+ usePerStreamerEmbeds: boolean | null;
342
+ showNotifyButton: boolean | null;
343
+ pingRoleId: string | null;
344
+ clipForwardId: string;
345
+ minViews: number | null;
346
+ minDuration: number | null;
347
+ maxPerCycle: number | null;
348
+ allowMature: boolean | null;
349
+ includeOffline: boolean | null;
350
+ whitelistClippers: string[];
351
+ blacklistClippers: string[];
352
+ lastClipAt: Date | null;
353
+ lastClipId: string | null;
354
+ } | null;
355
+ webhook: ({
356
+ cfCustomMessage: ({
357
+ clipForward: {
358
+ dbId: string;
359
+ guildId: string;
360
+ channelId: string | null;
361
+ streamerUserName: string;
362
+ platform: import("@prisma/client").$Enums.PlatformEnum;
363
+ usePerStreamerEmbeds: boolean | null;
364
+ showNotifyButton: boolean | null;
365
+ pingRoleId: string | null;
366
+ clipForwardId: string;
367
+ minViews: number | null;
368
+ minDuration: number | null;
369
+ maxPerCycle: number | null;
370
+ allowMature: boolean | null;
371
+ includeOffline: boolean | null;
372
+ whitelistClippers: string[];
373
+ blacklistClippers: string[];
374
+ lastClipAt: Date | null;
375
+ lastClipId: string | null;
376
+ } | null;
377
+ embed: ({
378
+ fields: ({
379
+ cfMessageEmbed: {
380
+ dbId: string;
381
+ title: string | null;
382
+ description: string;
383
+ url: string | null;
384
+ color: string | null;
385
+ footer: string | null;
386
+ footerIcon: string | null;
387
+ image: string | null;
388
+ thumbnail: string | null;
389
+ author: string | null;
390
+ authorIcon: string | null;
391
+ cfCustomMessageId: string;
392
+ } | null;
393
+ } & {
394
+ name: string;
395
+ dbId: string;
396
+ value: string | null;
397
+ inline: boolean | null;
398
+ cfMessageEmbedId: string;
399
+ })[];
400
+ } & {
401
+ dbId: string;
402
+ title: string | null;
403
+ description: string;
404
+ url: string | null;
405
+ color: string | null;
406
+ footer: string | null;
407
+ footerIcon: string | null;
408
+ image: string | null;
409
+ thumbnail: string | null;
410
+ author: string | null;
411
+ authorIcon: string | null;
412
+ cfCustomMessageId: string;
413
+ }) | null;
414
+ buttons: {
415
+ dbId: string;
416
+ title: string;
417
+ url: string | null;
418
+ emojiUnicodeOrId: string | null;
419
+ cfCustomMessageId: string;
420
+ }[];
421
+ } & {
422
+ dbId: string;
423
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
424
+ content: string | null;
425
+ clipForwardId: string;
426
+ }) | null;
427
+ } & {
428
+ dbId: string;
429
+ enabled: boolean | null;
430
+ username: string | null;
431
+ avatarUrl: string | null;
432
+ cfCustomMessageId: string;
433
+ }) | null;
434
+ embed: ({
435
+ fields: ({
436
+ cfMessageEmbed: ({
437
+ cfCustomMessage: ({
438
+ clipForward: {
439
+ dbId: string;
440
+ guildId: string;
441
+ channelId: string | null;
442
+ streamerUserName: string;
443
+ platform: import("@prisma/client").$Enums.PlatformEnum;
444
+ usePerStreamerEmbeds: boolean | null;
445
+ showNotifyButton: boolean | null;
446
+ pingRoleId: string | null;
447
+ clipForwardId: string;
448
+ minViews: number | null;
449
+ minDuration: number | null;
450
+ maxPerCycle: number | null;
451
+ allowMature: boolean | null;
452
+ includeOffline: boolean | null;
453
+ whitelistClippers: string[];
454
+ blacklistClippers: string[];
455
+ lastClipAt: Date | null;
456
+ lastClipId: string | null;
457
+ } | null;
458
+ webhook: {
459
+ dbId: string;
460
+ enabled: boolean | null;
461
+ username: string | null;
462
+ avatarUrl: string | null;
463
+ cfCustomMessageId: string;
464
+ } | null;
465
+ buttons: {
466
+ dbId: string;
467
+ title: string;
468
+ url: string | null;
469
+ emojiUnicodeOrId: string | null;
470
+ cfCustomMessageId: string;
471
+ }[];
472
+ } & {
473
+ dbId: string;
474
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
475
+ content: string | null;
476
+ clipForwardId: string;
477
+ }) | null;
478
+ } & {
479
+ dbId: string;
480
+ title: string | null;
481
+ description: string;
482
+ url: string | null;
483
+ color: string | null;
484
+ footer: string | null;
485
+ footerIcon: string | null;
486
+ image: string | null;
487
+ thumbnail: string | null;
488
+ author: string | null;
489
+ authorIcon: string | null;
490
+ cfCustomMessageId: string;
491
+ }) | null;
492
+ } & {
493
+ name: string;
494
+ dbId: string;
495
+ value: string | null;
496
+ inline: boolean | null;
497
+ cfMessageEmbedId: string;
498
+ })[];
499
+ cfCustomMessage: ({
500
+ clipForward: {
501
+ dbId: string;
502
+ guildId: string;
503
+ channelId: string | null;
504
+ streamerUserName: string;
505
+ platform: import("@prisma/client").$Enums.PlatformEnum;
506
+ usePerStreamerEmbeds: boolean | null;
507
+ showNotifyButton: boolean | null;
508
+ pingRoleId: string | null;
509
+ clipForwardId: string;
510
+ minViews: number | null;
511
+ minDuration: number | null;
512
+ maxPerCycle: number | null;
513
+ allowMature: boolean | null;
514
+ includeOffline: boolean | null;
515
+ whitelistClippers: string[];
516
+ blacklistClippers: string[];
517
+ lastClipAt: Date | null;
518
+ lastClipId: string | null;
519
+ } | null;
520
+ webhook: {
521
+ dbId: string;
522
+ enabled: boolean | null;
523
+ username: string | null;
524
+ avatarUrl: string | null;
525
+ cfCustomMessageId: string;
526
+ } | null;
527
+ buttons: {
528
+ dbId: string;
529
+ title: string;
530
+ url: string | null;
531
+ emojiUnicodeOrId: string | null;
532
+ cfCustomMessageId: string;
533
+ }[];
534
+ } & {
535
+ dbId: string;
536
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
537
+ content: string | null;
538
+ clipForwardId: string;
539
+ }) | null;
540
+ } & {
541
+ dbId: string;
542
+ title: string | null;
543
+ description: string;
544
+ url: string | null;
545
+ color: string | null;
546
+ footer: string | null;
547
+ footerIcon: string | null;
548
+ image: string | null;
549
+ thumbnail: string | null;
550
+ author: string | null;
551
+ authorIcon: string | null;
552
+ cfCustomMessageId: string;
553
+ }) | null;
554
+ buttons: ({
555
+ cfCustomMessage: ({
556
+ clipForward: {
557
+ dbId: string;
558
+ guildId: string;
559
+ channelId: string | null;
560
+ streamerUserName: string;
561
+ platform: import("@prisma/client").$Enums.PlatformEnum;
562
+ usePerStreamerEmbeds: boolean | null;
563
+ showNotifyButton: boolean | null;
564
+ pingRoleId: string | null;
565
+ clipForwardId: string;
566
+ minViews: number | null;
567
+ minDuration: number | null;
568
+ maxPerCycle: number | null;
569
+ allowMature: boolean | null;
570
+ includeOffline: boolean | null;
571
+ whitelistClippers: string[];
572
+ blacklistClippers: string[];
573
+ lastClipAt: Date | null;
574
+ lastClipId: string | null;
575
+ } | null;
576
+ webhook: {
577
+ dbId: string;
578
+ enabled: boolean | null;
579
+ username: string | null;
580
+ avatarUrl: string | null;
581
+ cfCustomMessageId: string;
582
+ } | null;
583
+ embed: ({
584
+ fields: ({
585
+ cfMessageEmbed: {
586
+ dbId: string;
587
+ title: string | null;
588
+ description: string;
589
+ url: string | null;
590
+ color: string | null;
591
+ footer: string | null;
592
+ footerIcon: string | null;
593
+ image: string | null;
594
+ thumbnail: string | null;
595
+ author: string | null;
596
+ authorIcon: string | null;
597
+ cfCustomMessageId: string;
598
+ } | null;
599
+ } & {
600
+ name: string;
601
+ dbId: string;
602
+ value: string | null;
603
+ inline: boolean | null;
604
+ cfMessageEmbedId: string;
605
+ })[];
606
+ } & {
607
+ dbId: string;
608
+ title: string | null;
609
+ description: string;
610
+ url: string | null;
611
+ color: string | null;
612
+ footer: string | null;
613
+ footerIcon: string | null;
614
+ image: string | null;
615
+ thumbnail: string | null;
616
+ author: string | null;
617
+ authorIcon: string | null;
618
+ cfCustomMessageId: string;
619
+ }) | null;
620
+ } & {
621
+ dbId: string;
622
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
623
+ content: string | null;
624
+ clipForwardId: string;
625
+ }) | null;
626
+ } & {
627
+ dbId: string;
628
+ title: string;
629
+ url: string | null;
630
+ emojiUnicodeOrId: string | null;
631
+ cfCustomMessageId: string;
632
+ })[];
633
+ } & {
634
+ dbId: string;
635
+ type: import("@prisma/client").$Enums.StreamerMessageTypeEnum;
636
+ content: string | null;
637
+ clipForwardId: string;
638
+ })[];
639
+ } & {
640
+ dbId: string;
641
+ guildId: string;
642
+ channelId: string | null;
643
+ streamerUserName: string;
644
+ platform: import("@prisma/client").$Enums.PlatformEnum;
645
+ usePerStreamerEmbeds: boolean | null;
646
+ showNotifyButton: boolean | null;
647
+ pingRoleId: string | null;
648
+ clipForwardId: string;
649
+ minViews: number | null;
650
+ minDuration: number | null;
651
+ maxPerCycle: number | null;
652
+ allowMature: boolean | null;
653
+ includeOffline: boolean | null;
654
+ whitelistClippers: string[];
655
+ blacklistClippers: string[];
656
+ lastClipAt: Date | null;
657
+ lastClipId: string | null;
658
+ }>>;
659
+ createClipForward({ auth, guildId, body }: GuildClipForwardFunctionsInput['createClipForward']): Promise<import("../types").WebResponse<string>>;
660
+ updateClipForward({ auth, guildId, clipForwardId, body }: GuildClipForwardFunctionsInput['updateClipForward']): Promise<import("../types").WebResponse<string>>;
661
+ deleteClipForward({ auth, guildId, clipForwardId }: GuildClipForwardFunctionsInput['deleteClipForward']): Promise<import("../types").WebResponse<string>>;
662
+ testClipForward({ auth, guildId, clipForwardId }: GuildClipForwardFunctionsInput['testClipForward']): Promise<import("../types").WebResponse<string>>;
663
+ }
664
+ export type GuildClipForwardFunctionsInput = {
665
+ 'getGuildClipForwards': {
666
+ auth: string;
667
+ guildId: string;
668
+ };
669
+ 'getGuildClipForward': {
670
+ auth: string;
671
+ guildId: string;
672
+ clipForwardId: string;
673
+ };
674
+ 'createClipForward': {
675
+ auth: string;
676
+ guildId: string;
677
+ body: GuildClipForwardCreateSchema;
678
+ };
679
+ 'updateClipForward': {
680
+ auth: string;
681
+ guildId: string;
682
+ clipForwardId: string;
683
+ body: DeepPartial<GuildClipForwardZod>;
684
+ };
685
+ 'deleteClipForward': {
686
+ auth: string;
687
+ guildId: string;
688
+ clipForwardId: string;
689
+ };
690
+ 'testClipForward': {
691
+ auth: string;
692
+ guildId: string;
693
+ clipForwardId: string;
694
+ };
695
+ };
696
+ export type GuildClipForwardReturnTypes = {
697
+ 'getGuildClipForwardsRaw': Awaited<ReturnType<APIGuildClipForward['getGuildClipForwards']>>;
698
+ 'getGuildClipForwardsSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['getGuildClipForwards']>>>;
699
+ 'getGuildClipForwardRaw': Awaited<ReturnType<APIGuildClipForward['getGuildClipForward']>>;
700
+ 'getGuildClipForwardSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['getGuildClipForward']>>>;
701
+ 'createClipForwardRaw': Awaited<ReturnType<APIGuildClipForward['createClipForward']>>;
702
+ 'createClipForwardSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['createClipForward']>>>;
703
+ 'updateClipForwardRaw': Awaited<ReturnType<APIGuildClipForward['updateClipForward']>>;
704
+ 'updateClipForwardSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['updateClipForward']>>>;
705
+ 'deleteClipForwardRaw': Awaited<ReturnType<APIGuildClipForward['deleteClipForward']>>;
706
+ 'deleteClipForwardSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['deleteClipForward']>>>;
707
+ 'testClipForwardRaw': Awaited<ReturnType<APIGuildClipForward['testClipForward']>>;
708
+ 'testClipForwardSuccess': CancelOutWebResponses<Awaited<ReturnType<APIGuildClipForward['testClipForward']>>>;
709
+ };