@notidotbot/noti-api-client 1.4.0

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.
Files changed (115) hide show
  1. package/cname.js +3 -0
  2. package/dist/classes/@me.d.ts +122 -0
  3. package/dist/classes/@me.js +59 -0
  4. package/dist/classes/admin.d.ts +71 -0
  5. package/dist/classes/admin.js +26 -0
  6. package/dist/classes/client.d.ts +156 -0
  7. package/dist/classes/client.js +116 -0
  8. package/dist/classes/emotes.d.ts +31 -0
  9. package/dist/classes/emotes.js +24 -0
  10. package/dist/classes/files.d.ts +36 -0
  11. package/dist/classes/files.js +36 -0
  12. package/dist/classes/guild.d.ts +187 -0
  13. package/dist/classes/guild.js +140 -0
  14. package/dist/classes/guildDrops.d.ts +58 -0
  15. package/dist/classes/guildDrops.js +32 -0
  16. package/dist/classes/guildGiveaway.d.ts +110 -0
  17. package/dist/classes/guildGiveaway.js +76 -0
  18. package/dist/classes/guildPlatform.d.ts +163 -0
  19. package/dist/classes/guildPlatform.js +99 -0
  20. package/dist/classes/guildPlatformAction.d.ts +67 -0
  21. package/dist/classes/guildPlatformAction.js +26 -0
  22. package/dist/classes/guildStarboard.d.ts +66 -0
  23. package/dist/classes/guildStarboard.js +36 -0
  24. package/dist/classes/linked.d.ts +26 -0
  25. package/dist/classes/linked.js +32 -0
  26. package/dist/classes/other.d.ts +83 -0
  27. package/dist/classes/other.js +53 -0
  28. package/dist/classes/platform.d.ts +227 -0
  29. package/dist/classes/platform.js +30 -0
  30. package/dist/classes/premium.d.ts +179 -0
  31. package/dist/classes/premium.js +76 -0
  32. package/dist/classes/sessions.d.ts +42 -0
  33. package/dist/classes/sessions.js +30 -0
  34. package/dist/classes/teams.d.ts +88 -0
  35. package/dist/classes/teams.js +66 -0
  36. package/dist/classes/telemetry.d.ts +32 -0
  37. package/dist/classes/telemetry.js +28 -0
  38. package/dist/classes/user.d.ts +40 -0
  39. package/dist/classes/user.js +30 -0
  40. package/dist/classes/vods.d.ts +55 -0
  41. package/dist/classes/vods.js +38 -0
  42. package/dist/core/manager.d.ts +57 -0
  43. package/dist/core/manager.js +78 -0
  44. package/dist/core/utils.d.ts +4 -0
  45. package/dist/core/utils.js +26 -0
  46. package/dist/index.d.ts +22 -0
  47. package/dist/index.js +42 -0
  48. package/dist/modules/stripe.d.ts +12 -0
  49. package/dist/modules/stripe.js +18 -0
  50. package/dist/other/bitfields.d.ts +283 -0
  51. package/dist/other/bitfields.js +323 -0
  52. package/dist/other/enums.d.ts +2 -0
  53. package/dist/other/enums.js +10 -0
  54. package/dist/other/prisma.d.ts +76 -0
  55. package/dist/other/prisma.js +9 -0
  56. package/dist/other/templates.d.ts +795 -0
  57. package/dist/other/templates.js +706 -0
  58. package/dist/other/types.d.ts +45 -0
  59. package/dist/other/types.js +17 -0
  60. package/dist/other/utils.d.ts +5 -0
  61. package/dist/other/utils.js +51 -0
  62. package/dist/other/zod/client.zod.d.ts +349 -0
  63. package/dist/other/zod/client.zod.js +63 -0
  64. package/dist/other/zod/drops.zod.d.ts +16 -0
  65. package/dist/other/zod/drops.zod.js +93 -0
  66. package/dist/other/zod/giveaways.zod.d.ts +382 -0
  67. package/dist/other/zod/giveaways.zod.js +72 -0
  68. package/dist/other/zod/guild.zod.d.ts +1638 -0
  69. package/dist/other/zod/guild.zod.js +139 -0
  70. package/dist/other/zod/kickStreamer.zod.d.ts +761 -0
  71. package/dist/other/zod/kickStreamer.zod.js +92 -0
  72. package/dist/other/zod/member.zod.d.ts +22 -0
  73. package/dist/other/zod/member.zod.js +15 -0
  74. package/dist/other/zod/r2Storage.zod.d.ts +56 -0
  75. package/dist/other/zod/r2Storage.zod.js +21 -0
  76. package/dist/other/zod/rumbleStreamer.zod.d.ts +530 -0
  77. package/dist/other/zod/rumbleStreamer.zod.js +45 -0
  78. package/dist/other/zod/schema.zod.d.ts +25 -0
  79. package/dist/other/zod/schema.zod.js +168 -0
  80. package/dist/other/zod/starboard.zod.d.ts +167 -0
  81. package/dist/other/zod/starboard.zod.js +46 -0
  82. package/dist/other/zod/team.zod.d.ts +107 -0
  83. package/dist/other/zod/team.zod.js +30 -0
  84. package/dist/other/zod/tiktokStreamer.zod.d.ts +473 -0
  85. package/dist/other/zod/tiktokStreamer.zod.js +46 -0
  86. package/dist/other/zod/twitchStreamer.zod.d.ts +473 -0
  87. package/dist/other/zod/twitchStreamer.zod.js +46 -0
  88. package/dist/other/zod/user.zod.d.ts +678 -0
  89. package/dist/other/zod/user.zod.js +124 -0
  90. package/dist/other/zod/youtubeStreamer.zod.d.ts +476 -0
  91. package/dist/other/zod/youtubeStreamer.zod.js +47 -0
  92. package/dist/other/zod/zod.d.ts +177 -0
  93. package/dist/other/zod/zod.js +60 -0
  94. package/dist/tsconfig.tsbuildinfo +1 -0
  95. package/dist/types.d.ts +37 -0
  96. package/dist/types.js +2 -0
  97. package/package.json +63 -0
  98. package/prisma/generated/index.ts +25 -0
  99. package/prisma/generated/ts-prisma.d.ts +91725 -0
  100. package/prisma/schema/models/client.prisma +89 -0
  101. package/prisma/schema/models/drops.prisma +167 -0
  102. package/prisma/schema/models/giveaways.prisma +82 -0
  103. package/prisma/schema/models/guild.prisma +368 -0
  104. package/prisma/schema/models/kickStreamer.prisma +202 -0
  105. package/prisma/schema/models/member.prisma +10 -0
  106. package/prisma/schema/models/r2Storage.prisma +22 -0
  107. package/prisma/schema/models/rumbleStreamer.prisma +121 -0
  108. package/prisma/schema/models/starboard.prisma +66 -0
  109. package/prisma/schema/models/team.prisma +38 -0
  110. package/prisma/schema/models/tiktokStreamer.prisma +121 -0
  111. package/prisma/schema/models/twitchStreamer.prisma +122 -0
  112. package/prisma/schema/models/user.prisma +212 -0
  113. package/prisma/schema/models/youtubeStreamer.prisma +123 -0
  114. package/prisma/schema/schema.prisma +182 -0
  115. package/prisma.config.ts +6 -0
@@ -0,0 +1,761 @@
1
+ import { PartialZodObject } from './schema.zod';
2
+ import { RemoveProperties } from '../prisma';
3
+ import { TSPrisma } from '@prisma/client';
4
+ import { z } from 'zod';
5
+ export type RT<T extends TSPrisma.AllModelNames> = z.ZodType<RemoveProperties<TSPrisma.TSPrismaModelsFull[T], KickStreamerRelations>>;
6
+ export type KickStreamerRelations = 'db' | 'kickStreamer' | 'ksCustomMessage' | 'ksMessageEmbed' | 'ksLeaderBoardSyncRole';
7
+ export declare const KickStreamerZod: {
8
+ readonly KickStreamerSchema: z.ZodObject<{
9
+ streamerUserName: z.ZodString;
10
+ guildId: z.ZodEffects<z.ZodString, string, string>;
11
+ streamerId: z.ZodNullable<z.ZodString>;
12
+ chatRoomId: z.ZodNullable<z.ZodString>;
13
+ deleteEmbeds: z.ZodNullable<z.ZodBoolean>;
14
+ sendOfflineMessage: z.ZodNullable<z.ZodBoolean>;
15
+ usePerStreamerEmbeds: z.ZodNullable<z.ZodBoolean>;
16
+ autoPublishIfAnnouncmentChannel: z.ZodNullable<z.ZodBoolean>;
17
+ customMessages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
18
+ content: z.ZodNullable<z.ZodString>;
19
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
20
+ title: z.ZodNullable<z.ZodString>;
21
+ url: z.ZodNullable<z.ZodString>;
22
+ description: z.ZodString;
23
+ color: z.ZodNullable<z.ZodString>;
24
+ footer: z.ZodNullable<z.ZodString>;
25
+ footerIcon: z.ZodNullable<z.ZodString>;
26
+ image: z.ZodNullable<z.ZodString>;
27
+ thumbnail: z.ZodNullable<z.ZodString>;
28
+ author: z.ZodNullable<z.ZodString>;
29
+ authorIcon: z.ZodNullable<z.ZodString>;
30
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
31
+ name: z.ZodString;
32
+ value: z.ZodNullable<z.ZodString>;
33
+ inline: z.ZodNullable<z.ZodBoolean>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ name: string;
36
+ value: string | null;
37
+ inline: boolean | null;
38
+ }, {
39
+ name: string;
40
+ value: string | null;
41
+ inline: boolean | null;
42
+ }>>, "many">;
43
+ }, "strip", z.ZodTypeAny, {
44
+ title: string | null;
45
+ description: string;
46
+ url: string | null;
47
+ color: string | null;
48
+ footer: string | null;
49
+ footerIcon: string | null;
50
+ image: string | null;
51
+ thumbnail: string | null;
52
+ author: string | null;
53
+ authorIcon: string | null;
54
+ fields: {
55
+ name: string;
56
+ value: string | null;
57
+ inline: boolean | null;
58
+ }[];
59
+ }, {
60
+ title: string | null;
61
+ description: string;
62
+ url: string | null;
63
+ color: string | null;
64
+ footer: string | null;
65
+ footerIcon: string | null;
66
+ image: string | null;
67
+ thumbnail: string | null;
68
+ author: string | null;
69
+ authorIcon: string | null;
70
+ fields: {
71
+ name: string;
72
+ value: string | null;
73
+ inline: boolean | null;
74
+ }[];
75
+ }>>>;
76
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
77
+ title: z.ZodString;
78
+ url: z.ZodNullable<z.ZodString>;
79
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
80
+ }, "strip", z.ZodTypeAny, {
81
+ title: string;
82
+ url: string | null;
83
+ emojiUnicodeOrId: string | null;
84
+ }, {
85
+ title: string;
86
+ url: string | null;
87
+ emojiUnicodeOrId: string | null;
88
+ }>>, "many">;
89
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
90
+ enabled: z.ZodNullable<z.ZodBoolean>;
91
+ username: z.ZodNullable<z.ZodString>;
92
+ avatarUrl: z.ZodNullable<z.ZodString>;
93
+ }, "strip", z.ZodTypeAny, {
94
+ enabled: boolean | null;
95
+ username: string | null;
96
+ avatarUrl: string | null;
97
+ }, {
98
+ enabled: boolean | null;
99
+ username: string | null;
100
+ avatarUrl: string | null;
101
+ }>>>;
102
+ type: z.ZodEnum<["clip", "vod", "kickLive", "kickOffline", "twitchLive", "twitchOffline", "rumbleLive", "rumbleOffline", "tiktokLive", "tiktokOffline", "tiktokVideo", "youtubeLive", "youtubeVideo"]>;
103
+ }, "strip", z.ZodTypeAny, {
104
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
105
+ webhook: {
106
+ enabled: boolean | null;
107
+ username: string | null;
108
+ avatarUrl: string | null;
109
+ } | null;
110
+ content: string | null;
111
+ embed: {
112
+ title: string | null;
113
+ description: string;
114
+ url: string | null;
115
+ color: string | null;
116
+ footer: string | null;
117
+ footerIcon: string | null;
118
+ image: string | null;
119
+ thumbnail: string | null;
120
+ author: string | null;
121
+ authorIcon: string | null;
122
+ fields: {
123
+ name: string;
124
+ value: string | null;
125
+ inline: boolean | null;
126
+ }[];
127
+ } | null;
128
+ buttons: {
129
+ title: string;
130
+ url: string | null;
131
+ emojiUnicodeOrId: string | null;
132
+ }[];
133
+ }, {
134
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
135
+ webhook: {
136
+ enabled: boolean | null;
137
+ username: string | null;
138
+ avatarUrl: string | null;
139
+ } | null;
140
+ content: string | null;
141
+ embed: {
142
+ title: string | null;
143
+ description: string;
144
+ url: string | null;
145
+ color: string | null;
146
+ footer: string | null;
147
+ footerIcon: string | null;
148
+ image: string | null;
149
+ thumbnail: string | null;
150
+ author: string | null;
151
+ authorIcon: string | null;
152
+ fields: {
153
+ name: string;
154
+ value: string | null;
155
+ inline: boolean | null;
156
+ }[];
157
+ } | null;
158
+ buttons: {
159
+ title: string;
160
+ url: string | null;
161
+ emojiUnicodeOrId: string | null;
162
+ }[];
163
+ }>>, "many">, {
164
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
165
+ webhook: {
166
+ enabled: boolean | null;
167
+ username: string | null;
168
+ avatarUrl: string | null;
169
+ } | null;
170
+ content: string | null;
171
+ embed: {
172
+ title: string | null;
173
+ description: string;
174
+ url: string | null;
175
+ color: string | null;
176
+ footer: string | null;
177
+ footerIcon: string | null;
178
+ image: string | null;
179
+ thumbnail: string | null;
180
+ author: string | null;
181
+ authorIcon: string | null;
182
+ fields: {
183
+ name: string;
184
+ value: string | null;
185
+ inline: boolean | null;
186
+ }[];
187
+ } | null;
188
+ buttons: {
189
+ title: string;
190
+ url: string | null;
191
+ emojiUnicodeOrId: string | null;
192
+ }[];
193
+ }[], {
194
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
195
+ webhook: {
196
+ enabled: boolean | null;
197
+ username: string | null;
198
+ avatarUrl: string | null;
199
+ } | null;
200
+ content: string | null;
201
+ embed: {
202
+ title: string | null;
203
+ description: string;
204
+ url: string | null;
205
+ color: string | null;
206
+ footer: string | null;
207
+ footerIcon: string | null;
208
+ image: string | null;
209
+ thumbnail: string | null;
210
+ author: string | null;
211
+ authorIcon: string | null;
212
+ fields: {
213
+ name: string;
214
+ value: string | null;
215
+ inline: boolean | null;
216
+ }[];
217
+ } | null;
218
+ buttons: {
219
+ title: string;
220
+ url: string | null;
221
+ emojiUnicodeOrId: string | null;
222
+ }[];
223
+ }[]>;
224
+ clipEnabled: z.ZodNullable<z.ZodBoolean>;
225
+ clipChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
226
+ clipPingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
227
+ clipperNeedsAllCategories: z.ZodNullable<z.ZodBoolean>;
228
+ clipperCategories: z.ZodEffects<z.ZodArray<z.ZodEnum<["vip", "sub", "mod", "broadcaster"]>, "many">, ("vip" | "sub" | "mod" | "broadcaster")[], ("vip" | "sub" | "mod" | "broadcaster")[]>;
229
+ vodsChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
230
+ vodsPingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
231
+ notificationChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
232
+ auditLogsChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
233
+ auditLogsEnabled: z.ZodNullable<z.ZodBoolean>;
234
+ showNotifyButton: z.ZodNullable<z.ZodBoolean>;
235
+ leaderBoardChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
236
+ leaderBoardMessageId: z.ZodNullable<z.ZodString>;
237
+ leaderBoardTypes: z.ZodEffects<z.ZodArray<z.ZodEnum<["weekly", "monthly", "overall"]>, "many">, ("weekly" | "monthly" | "overall")[], ("weekly" | "monthly" | "overall")[]>;
238
+ pingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
239
+ enableVodDownloading: z.ZodNullable<z.ZodBoolean>;
240
+ customCoolDownBeforeNextLive: z.ZodNullable<z.ZodNumber>;
241
+ usersWhoHaveRole: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
242
+ roleId: z.ZodEffects<z.ZodString, string, string>;
243
+ userIds: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>;
244
+ }, "strip", z.ZodTypeAny, {
245
+ roleId: string;
246
+ userIds: string[];
247
+ }, {
248
+ roleId: string;
249
+ userIds: string[];
250
+ }>>, "many">, {
251
+ roleId: string;
252
+ userIds: string[];
253
+ }[], {
254
+ roleId: string;
255
+ userIds: string[];
256
+ }[]>;
257
+ leaderBoardSyncRoles: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
258
+ type: z.ZodEnum<["weekly", "monthly", "overall"]>;
259
+ roles: z.ZodArray<z.ZodLazy<z.ZodObject<{
260
+ roleId: z.ZodEffects<z.ZodString, string, string>;
261
+ position: z.ZodNumber;
262
+ }, "strip", z.ZodTypeAny, {
263
+ roleId: string;
264
+ position: number;
265
+ }, {
266
+ roleId: string;
267
+ position: number;
268
+ }>>, "many">;
269
+ }, "strip", z.ZodTypeAny, {
270
+ type: "weekly" | "monthly" | "overall";
271
+ roles: {
272
+ roleId: string;
273
+ position: number;
274
+ }[];
275
+ }, {
276
+ type: "weekly" | "monthly" | "overall";
277
+ roles: {
278
+ roleId: string;
279
+ position: number;
280
+ }[];
281
+ }>>, "many">, {
282
+ type: "weekly" | "monthly" | "overall";
283
+ roles: {
284
+ roleId: string;
285
+ position: number;
286
+ }[];
287
+ }[], {
288
+ type: "weekly" | "monthly" | "overall";
289
+ roles: {
290
+ roleId: string;
291
+ position: number;
292
+ }[];
293
+ }[]>;
294
+ giftedSubRoles: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
295
+ roleId: z.ZodEffects<z.ZodString, string, string>;
296
+ giftedSubs: z.ZodNumber;
297
+ }, "strip", z.ZodTypeAny, {
298
+ roleId: string;
299
+ giftedSubs: number;
300
+ }, {
301
+ roleId: string;
302
+ giftedSubs: number;
303
+ }>>, "many">, {
304
+ roleId: string;
305
+ giftedSubs: number;
306
+ }[], {
307
+ roleId: string;
308
+ giftedSubs: number;
309
+ }[]>;
310
+ subscriberRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
311
+ moderatorRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
312
+ verifiedRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
313
+ founderRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
314
+ vipRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
315
+ ogRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
316
+ liveRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
317
+ usersForLiveRole: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
318
+ usersWhoHaveLiveRole: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
319
+ statsChannelIds: z.ZodNullable<z.ZodLazy<z.ZodObject<{
320
+ followers: z.ZodNullable<z.ZodString>;
321
+ isLive: z.ZodNullable<z.ZodString>;
322
+ }, "strip", z.ZodTypeAny, {
323
+ followers: string | null;
324
+ isLive: string | null;
325
+ }, {
326
+ followers: string | null;
327
+ isLive: string | null;
328
+ }>>>;
329
+ isCurrentlyLive: z.ZodNullable<z.ZodLazy<z.ZodObject<{
330
+ correct: z.ZodNullable<z.ZodBoolean>;
331
+ channelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
332
+ messageId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
333
+ }, "strip", z.ZodTypeAny, {
334
+ channelId: string | null;
335
+ messageId: string | null;
336
+ correct: boolean | null;
337
+ }, {
338
+ channelId: string | null;
339
+ messageId: string | null;
340
+ correct: boolean | null;
341
+ }>>>;
342
+ builtInClipsEnabled: z.ZodNullable<z.ZodBoolean>;
343
+ builtInClipsChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
344
+ builtInClipsPingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
345
+ lastLive: z.ZodNullable<z.ZodDate>;
346
+ }, "strip", z.ZodTypeAny, {
347
+ guildId: string;
348
+ streamerUserName: string;
349
+ customMessages: {
350
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
351
+ webhook: {
352
+ enabled: boolean | null;
353
+ username: string | null;
354
+ avatarUrl: string | null;
355
+ } | null;
356
+ content: string | null;
357
+ embed: {
358
+ title: string | null;
359
+ description: string;
360
+ url: string | null;
361
+ color: string | null;
362
+ footer: string | null;
363
+ footerIcon: string | null;
364
+ image: string | null;
365
+ thumbnail: string | null;
366
+ author: string | null;
367
+ authorIcon: string | null;
368
+ fields: {
369
+ name: string;
370
+ value: string | null;
371
+ inline: boolean | null;
372
+ }[];
373
+ } | null;
374
+ buttons: {
375
+ title: string;
376
+ url: string | null;
377
+ emojiUnicodeOrId: string | null;
378
+ }[];
379
+ }[];
380
+ usersWhoHaveRole: {
381
+ roleId: string;
382
+ userIds: string[];
383
+ }[];
384
+ leaderBoardSyncRoles: {
385
+ type: "weekly" | "monthly" | "overall";
386
+ roles: {
387
+ roleId: string;
388
+ position: number;
389
+ }[];
390
+ }[];
391
+ giftedSubRoles: {
392
+ roleId: string;
393
+ giftedSubs: number;
394
+ }[];
395
+ statsChannelIds: {
396
+ followers: string | null;
397
+ isLive: string | null;
398
+ } | null;
399
+ isCurrentlyLive: {
400
+ channelId: string | null;
401
+ messageId: string | null;
402
+ correct: boolean | null;
403
+ } | null;
404
+ streamerId: string | null;
405
+ chatRoomId: string | null;
406
+ deleteEmbeds: boolean | null;
407
+ sendOfflineMessage: boolean | null;
408
+ usePerStreamerEmbeds: boolean | null;
409
+ autoPublishIfAnnouncmentChannel: boolean | null;
410
+ clipEnabled: boolean | null;
411
+ clipChannelId: string | null;
412
+ clipPingRoleId: string | null;
413
+ clipperNeedsAllCategories: boolean | null;
414
+ clipperCategories: ("vip" | "sub" | "mod" | "broadcaster")[];
415
+ builtInClipsEnabled: boolean | null;
416
+ builtInClipsChannelId: string | null;
417
+ builtInClipsPingRoleId: string | null;
418
+ vodsChannelId: string | null;
419
+ vodsPingRoleId: string | null;
420
+ notificationChannelId: string | null;
421
+ auditLogsChannelId: string | null;
422
+ auditLogsEnabled: boolean | null;
423
+ showNotifyButton: boolean | null;
424
+ leaderBoardChannelId: string | null;
425
+ leaderBoardMessageId: string | null;
426
+ leaderBoardTypes: ("weekly" | "monthly" | "overall")[];
427
+ pingRoleId: string | null;
428
+ enableVodDownloading: boolean | null;
429
+ customCoolDownBeforeNextLive: number | null;
430
+ subscriberRoleId: string | null;
431
+ moderatorRoleId: string | null;
432
+ verifiedRoleId: string | null;
433
+ founderRoleId: string | null;
434
+ vipRoleId: string | null;
435
+ ogRoleId: string | null;
436
+ liveRoleId: string | null;
437
+ usersForLiveRole: string[];
438
+ usersWhoHaveLiveRole: string[];
439
+ lastLive: Date | null;
440
+ }, {
441
+ guildId: string;
442
+ streamerUserName: string;
443
+ customMessages: {
444
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
445
+ webhook: {
446
+ enabled: boolean | null;
447
+ username: string | null;
448
+ avatarUrl: string | null;
449
+ } | null;
450
+ content: string | null;
451
+ embed: {
452
+ title: string | null;
453
+ description: string;
454
+ url: string | null;
455
+ color: string | null;
456
+ footer: string | null;
457
+ footerIcon: string | null;
458
+ image: string | null;
459
+ thumbnail: string | null;
460
+ author: string | null;
461
+ authorIcon: string | null;
462
+ fields: {
463
+ name: string;
464
+ value: string | null;
465
+ inline: boolean | null;
466
+ }[];
467
+ } | null;
468
+ buttons: {
469
+ title: string;
470
+ url: string | null;
471
+ emojiUnicodeOrId: string | null;
472
+ }[];
473
+ }[];
474
+ usersWhoHaveRole: {
475
+ roleId: string;
476
+ userIds: string[];
477
+ }[];
478
+ leaderBoardSyncRoles: {
479
+ type: "weekly" | "monthly" | "overall";
480
+ roles: {
481
+ roleId: string;
482
+ position: number;
483
+ }[];
484
+ }[];
485
+ giftedSubRoles: {
486
+ roleId: string;
487
+ giftedSubs: number;
488
+ }[];
489
+ statsChannelIds: {
490
+ followers: string | null;
491
+ isLive: string | null;
492
+ } | null;
493
+ isCurrentlyLive: {
494
+ channelId: string | null;
495
+ messageId: string | null;
496
+ correct: boolean | null;
497
+ } | null;
498
+ streamerId: string | null;
499
+ chatRoomId: string | null;
500
+ deleteEmbeds: boolean | null;
501
+ sendOfflineMessage: boolean | null;
502
+ usePerStreamerEmbeds: boolean | null;
503
+ autoPublishIfAnnouncmentChannel: boolean | null;
504
+ clipEnabled: boolean | null;
505
+ clipChannelId: string | null;
506
+ clipPingRoleId: string | null;
507
+ clipperNeedsAllCategories: boolean | null;
508
+ clipperCategories: ("vip" | "sub" | "mod" | "broadcaster")[];
509
+ builtInClipsEnabled: boolean | null;
510
+ builtInClipsChannelId: string | null;
511
+ builtInClipsPingRoleId: string | null;
512
+ vodsChannelId: string | null;
513
+ vodsPingRoleId: string | null;
514
+ notificationChannelId: string | null;
515
+ auditLogsChannelId: string | null;
516
+ auditLogsEnabled: boolean | null;
517
+ showNotifyButton: boolean | null;
518
+ leaderBoardChannelId: string | null;
519
+ leaderBoardMessageId: string | null;
520
+ leaderBoardTypes: ("weekly" | "monthly" | "overall")[];
521
+ pingRoleId: string | null;
522
+ enableVodDownloading: boolean | null;
523
+ customCoolDownBeforeNextLive: number | null;
524
+ subscriberRoleId: string | null;
525
+ moderatorRoleId: string | null;
526
+ verifiedRoleId: string | null;
527
+ founderRoleId: string | null;
528
+ vipRoleId: string | null;
529
+ ogRoleId: string | null;
530
+ liveRoleId: string | null;
531
+ usersForLiveRole: string[];
532
+ usersWhoHaveLiveRole: string[];
533
+ lastLive: Date | null;
534
+ }>;
535
+ readonly KSCustomMessageSchema: z.ZodObject<{
536
+ content: z.ZodNullable<z.ZodString>;
537
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
538
+ title: z.ZodNullable<z.ZodString>;
539
+ url: z.ZodNullable<z.ZodString>;
540
+ description: z.ZodString;
541
+ color: z.ZodNullable<z.ZodString>;
542
+ footer: z.ZodNullable<z.ZodString>;
543
+ footerIcon: z.ZodNullable<z.ZodString>;
544
+ image: z.ZodNullable<z.ZodString>;
545
+ thumbnail: z.ZodNullable<z.ZodString>;
546
+ author: z.ZodNullable<z.ZodString>;
547
+ authorIcon: z.ZodNullable<z.ZodString>;
548
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
549
+ name: z.ZodString;
550
+ value: z.ZodNullable<z.ZodString>;
551
+ inline: z.ZodNullable<z.ZodBoolean>;
552
+ }, "strip", z.ZodTypeAny, {
553
+ name: string;
554
+ value: string | null;
555
+ inline: boolean | null;
556
+ }, {
557
+ name: string;
558
+ value: string | null;
559
+ inline: boolean | null;
560
+ }>>, "many">;
561
+ }, "strip", z.ZodTypeAny, {
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
+ fields: {
573
+ name: string;
574
+ value: string | null;
575
+ inline: boolean | null;
576
+ }[];
577
+ }, {
578
+ title: string | null;
579
+ description: string;
580
+ url: string | null;
581
+ color: string | null;
582
+ footer: string | null;
583
+ footerIcon: string | null;
584
+ image: string | null;
585
+ thumbnail: string | null;
586
+ author: string | null;
587
+ authorIcon: string | null;
588
+ fields: {
589
+ name: string;
590
+ value: string | null;
591
+ inline: boolean | null;
592
+ }[];
593
+ }>>>;
594
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
595
+ title: z.ZodString;
596
+ url: z.ZodNullable<z.ZodString>;
597
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
598
+ }, "strip", z.ZodTypeAny, {
599
+ title: string;
600
+ url: string | null;
601
+ emojiUnicodeOrId: string | null;
602
+ }, {
603
+ title: string;
604
+ url: string | null;
605
+ emojiUnicodeOrId: string | null;
606
+ }>>, "many">;
607
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
608
+ enabled: z.ZodNullable<z.ZodBoolean>;
609
+ username: z.ZodNullable<z.ZodString>;
610
+ avatarUrl: z.ZodNullable<z.ZodString>;
611
+ }, "strip", z.ZodTypeAny, {
612
+ enabled: boolean | null;
613
+ username: string | null;
614
+ avatarUrl: string | null;
615
+ }, {
616
+ enabled: boolean | null;
617
+ username: string | null;
618
+ avatarUrl: string | null;
619
+ }>>>;
620
+ type: z.ZodEnum<["clip", "vod", "kickLive", "kickOffline", "twitchLive", "twitchOffline", "rumbleLive", "rumbleOffline", "tiktokLive", "tiktokOffline", "tiktokVideo", "youtubeLive", "youtubeVideo"]>;
621
+ }, "strip", z.ZodTypeAny, {
622
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
623
+ webhook: {
624
+ enabled: boolean | null;
625
+ username: string | null;
626
+ avatarUrl: string | null;
627
+ } | null;
628
+ content: string | null;
629
+ embed: {
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
+ fields: {
641
+ name: string;
642
+ value: string | null;
643
+ inline: boolean | null;
644
+ }[];
645
+ } | null;
646
+ buttons: {
647
+ title: string;
648
+ url: string | null;
649
+ emojiUnicodeOrId: string | null;
650
+ }[];
651
+ }, {
652
+ type: "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
653
+ webhook: {
654
+ enabled: boolean | null;
655
+ username: string | null;
656
+ avatarUrl: string | null;
657
+ } | null;
658
+ content: string | null;
659
+ embed: {
660
+ title: string | null;
661
+ description: string;
662
+ url: string | null;
663
+ color: string | null;
664
+ footer: string | null;
665
+ footerIcon: string | null;
666
+ image: string | null;
667
+ thumbnail: string | null;
668
+ author: string | null;
669
+ authorIcon: string | null;
670
+ fields: {
671
+ name: string;
672
+ value: string | null;
673
+ inline: boolean | null;
674
+ }[];
675
+ } | null;
676
+ buttons: {
677
+ title: string;
678
+ url: string | null;
679
+ emojiUnicodeOrId: string | null;
680
+ }[];
681
+ }>;
682
+ readonly KSRoleWithUsersSchema: z.ZodObject<{
683
+ roleId: z.ZodEffects<z.ZodString, string, string>;
684
+ userIds: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>;
685
+ }, "strip", z.ZodTypeAny, {
686
+ roleId: string;
687
+ userIds: string[];
688
+ }, {
689
+ roleId: string;
690
+ userIds: string[];
691
+ }>;
692
+ readonly KSLeaderBoardSyncRoleSchema: z.ZodObject<{
693
+ type: z.ZodEnum<["weekly", "monthly", "overall"]>;
694
+ roles: z.ZodArray<z.ZodLazy<z.ZodObject<{
695
+ roleId: z.ZodEffects<z.ZodString, string, string>;
696
+ position: z.ZodNumber;
697
+ }, "strip", z.ZodTypeAny, {
698
+ roleId: string;
699
+ position: number;
700
+ }, {
701
+ roleId: string;
702
+ position: number;
703
+ }>>, "many">;
704
+ }, "strip", z.ZodTypeAny, {
705
+ type: "weekly" | "monthly" | "overall";
706
+ roles: {
707
+ roleId: string;
708
+ position: number;
709
+ }[];
710
+ }, {
711
+ type: "weekly" | "monthly" | "overall";
712
+ roles: {
713
+ roleId: string;
714
+ position: number;
715
+ }[];
716
+ }>;
717
+ readonly KSLeaderBoardRoleSchema: z.ZodObject<{
718
+ roleId: z.ZodEffects<z.ZodString, string, string>;
719
+ position: z.ZodNumber;
720
+ }, "strip", z.ZodTypeAny, {
721
+ roleId: string;
722
+ position: number;
723
+ }, {
724
+ roleId: string;
725
+ position: number;
726
+ }>;
727
+ readonly KSGiftedSubRoleSchema: z.ZodObject<{
728
+ roleId: z.ZodEffects<z.ZodString, string, string>;
729
+ giftedSubs: z.ZodNumber;
730
+ }, "strip", z.ZodTypeAny, {
731
+ roleId: string;
732
+ giftedSubs: number;
733
+ }, {
734
+ roleId: string;
735
+ giftedSubs: number;
736
+ }>;
737
+ readonly KSStatsChannelIdSchema: z.ZodObject<{
738
+ followers: z.ZodNullable<z.ZodString>;
739
+ isLive: z.ZodNullable<z.ZodString>;
740
+ }, "strip", z.ZodTypeAny, {
741
+ followers: string | null;
742
+ isLive: string | null;
743
+ }, {
744
+ followers: string | null;
745
+ isLive: string | null;
746
+ }>;
747
+ readonly KSCurrentlyLiveSchema: z.ZodObject<{
748
+ correct: z.ZodNullable<z.ZodBoolean>;
749
+ channelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
750
+ messageId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
751
+ }, "strip", z.ZodTypeAny, {
752
+ channelId: string | null;
753
+ messageId: string | null;
754
+ correct: boolean | null;
755
+ }, {
756
+ channelId: string | null;
757
+ messageId: string | null;
758
+ correct: boolean | null;
759
+ }>;
760
+ };
761
+ export declare const KickStreamerZodPartial: PartialZodObject<typeof KickStreamerZod>;