@notidotbot/noti-api-client 1.6.3 → 1.6.5

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