@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,1638 @@
1
+ import { PartialZodObject } from './schema.zod';
2
+ import { TSPrisma } from '@prisma/client';
3
+ import { RemoveProperties } from '../prisma';
4
+ import { z } from 'zod';
5
+ export type RT<T extends TSPrisma.AllModelNames> = z.ZodType<RemoveProperties<TSPrisma.TSPrismaModelsFull[T], GuildRelations>>;
6
+ export type GuildRelations = 'db' | 'guild' | 'guildAutoLiveRole' | 'guildStatusRole' | 'guildStarboard' | 'guildCustomSingleMessage' | 'guildCustomMessage' | 'guildMessageEmbed' | 'guildStickyMessage' | 'guildStickyMessageEmbed';
7
+ export declare const GuildZod: {
8
+ readonly GuildSchema: z.ZodObject<{
9
+ guildId: z.ZodEffects<z.ZodString, string, string>;
10
+ locale: z.ZodString;
11
+ blacklisted: z.ZodBoolean;
12
+ premium: z.ZodNullable<z.ZodLazy<z.ZodObject<{
13
+ additionalStickyMessages: z.ZodNumber;
14
+ additionalAutoLiveRoles: z.ZodNumber;
15
+ additionalLinkedRoles: z.ZodNumber;
16
+ additionalStatusRoles: z.ZodNumber;
17
+ additionalStarboards: z.ZodNumber;
18
+ additionalOverrides: z.ZodNumber;
19
+ additionalKickConnections: z.ZodNumber;
20
+ additionalRumbleConnections: z.ZodNumber;
21
+ additionalTwitchConnections: z.ZodNumber;
22
+ additionalYoutubeConnections: z.ZodNumber;
23
+ additionalTiktokConnections: z.ZodNumber;
24
+ tier: z.ZodString;
25
+ }, "strip", z.ZodTypeAny, {
26
+ tier: string;
27
+ additionalStickyMessages: number;
28
+ additionalAutoLiveRoles: number;
29
+ additionalLinkedRoles: number;
30
+ additionalStatusRoles: number;
31
+ additionalStarboards: number;
32
+ additionalOverrides: number;
33
+ additionalKickConnections: number;
34
+ additionalRumbleConnections: number;
35
+ additionalTwitchConnections: number;
36
+ additionalYoutubeConnections: number;
37
+ additionalTiktokConnections: number;
38
+ }, {
39
+ tier: string;
40
+ additionalStickyMessages: number;
41
+ additionalAutoLiveRoles: number;
42
+ additionalLinkedRoles: number;
43
+ additionalStatusRoles: number;
44
+ additionalStarboards: number;
45
+ additionalOverrides: number;
46
+ additionalKickConnections: number;
47
+ additionalRumbleConnections: number;
48
+ additionalTwitchConnections: number;
49
+ additionalYoutubeConnections: number;
50
+ additionalTiktokConnections: number;
51
+ }>>>;
52
+ bitfield: z.ZodNullable<z.ZodString>;
53
+ overrideBranding: z.ZodNullable<z.ZodBoolean>;
54
+ disableBranding: z.ZodNullable<z.ZodLazy<z.ZodObject<{
55
+ stickyMessage: z.ZodNullable<z.ZodBoolean>;
56
+ watchOnButton: z.ZodNullable<z.ZodBoolean>;
57
+ notifications: z.ZodNullable<z.ZodBoolean>;
58
+ welcomeLeave: z.ZodNullable<z.ZodBoolean>;
59
+ leaderboard: z.ZodNullable<z.ZodBoolean>;
60
+ linkedRoles: z.ZodNullable<z.ZodBoolean>;
61
+ giveaways: z.ZodNullable<z.ZodBoolean>;
62
+ starboard: z.ZodNullable<z.ZodBoolean>;
63
+ birthday: z.ZodNullable<z.ZodBoolean>;
64
+ clips: z.ZodNullable<z.ZodBoolean>;
65
+ vods: z.ZodNullable<z.ZodBoolean>;
66
+ }, "strip", z.ZodTypeAny, {
67
+ linkedRoles: boolean | null;
68
+ stickyMessage: boolean | null;
69
+ watchOnButton: boolean | null;
70
+ notifications: boolean | null;
71
+ welcomeLeave: boolean | null;
72
+ leaderboard: boolean | null;
73
+ giveaways: boolean | null;
74
+ starboard: boolean | null;
75
+ birthday: boolean | null;
76
+ clips: boolean | null;
77
+ vods: boolean | null;
78
+ }, {
79
+ linkedRoles: boolean | null;
80
+ stickyMessage: boolean | null;
81
+ watchOnButton: boolean | null;
82
+ notifications: boolean | null;
83
+ welcomeLeave: boolean | null;
84
+ leaderboard: boolean | null;
85
+ giveaways: boolean | null;
86
+ starboard: boolean | null;
87
+ birthday: boolean | null;
88
+ clips: boolean | null;
89
+ vods: boolean | null;
90
+ }>>>;
91
+ birthdayRoleId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
92
+ birthdayChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
93
+ welcomeChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
94
+ leaveChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
95
+ birthdayEnabled: z.ZodNullable<z.ZodBoolean>;
96
+ welcomeEnabled: z.ZodNullable<z.ZodBoolean>;
97
+ leaveEnabled: z.ZodNullable<z.ZodBoolean>;
98
+ syncUsername: z.ZodNullable<z.ZodBoolean>;
99
+ vodDownloadStoreForHours: z.ZodNullable<z.ZodNumber>;
100
+ disableDoubleVoteEntry: z.ZodNullable<z.ZodBoolean>;
101
+ giveawayLogsChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
102
+ randomMessages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
103
+ type: z.ZodEnum<["giveawayRerolled", "giveawayWinner", "giveawayEnded", "giveawayDM", "linkedRole", "giveaway", "birthday", "welcome", "leave", "clip", "vod", "kickLive", "kickOffline", "twitchLive", "twitchOffline", "rumbleLive", "rumbleOffline", "tiktokLive", "tiktokOffline", "tiktokVideo", "youtubeLive", "youtubeVideo"]>;
104
+ messages: z.ZodArray<z.ZodString, "many">;
105
+ }, "strip", z.ZodTypeAny, {
106
+ messages: string[];
107
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
108
+ }, {
109
+ messages: string[];
110
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
111
+ }>>, "many">, {
112
+ messages: string[];
113
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
114
+ }[], {
115
+ messages: string[];
116
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
117
+ }[]>;
118
+ autoLiveRoleLogs: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
119
+ autoLiveRoles: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
120
+ roleId: z.ZodEffects<z.ZodString, string, string>;
121
+ filter: z.ZodNullable<z.ZodLazy<z.ZodObject<{
122
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
123
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
124
+ }, "strip", z.ZodTypeAny, {
125
+ mode: "whitelist" | "blacklist";
126
+ roles: string[];
127
+ }, {
128
+ mode: "whitelist" | "blacklist";
129
+ roles: string[];
130
+ }>>>;
131
+ }, "strip", z.ZodTypeAny, {
132
+ filter: {
133
+ mode: "whitelist" | "blacklist";
134
+ roles: string[];
135
+ } | null;
136
+ roleId: string;
137
+ }, {
138
+ filter: {
139
+ mode: "whitelist" | "blacklist";
140
+ roles: string[];
141
+ } | null;
142
+ roleId: string;
143
+ }>>, "many">, {
144
+ filter: {
145
+ mode: "whitelist" | "blacklist";
146
+ roles: string[];
147
+ } | null;
148
+ roleId: string;
149
+ }[], {
150
+ filter: {
151
+ mode: "whitelist" | "blacklist";
152
+ roles: string[];
153
+ } | null;
154
+ roleId: string;
155
+ }[]>;
156
+ statusRoleLogs: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
157
+ statusRoles: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
158
+ texts: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
159
+ roleId: z.ZodEffects<z.ZodString, string, string>;
160
+ keepOnOffline: z.ZodNullable<z.ZodBoolean>;
161
+ filter: z.ZodNullable<z.ZodLazy<z.ZodObject<{
162
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
163
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
164
+ }, "strip", z.ZodTypeAny, {
165
+ mode: "whitelist" | "blacklist";
166
+ roles: string[];
167
+ }, {
168
+ mode: "whitelist" | "blacklist";
169
+ roles: string[];
170
+ }>>>;
171
+ }, "strip", z.ZodTypeAny, {
172
+ filter: {
173
+ mode: "whitelist" | "blacklist";
174
+ roles: string[];
175
+ } | null;
176
+ roleId: string;
177
+ texts: string[];
178
+ keepOnOffline: boolean | null;
179
+ }, {
180
+ filter: {
181
+ mode: "whitelist" | "blacklist";
182
+ roles: string[];
183
+ } | null;
184
+ roleId: string;
185
+ texts: string[];
186
+ keepOnOffline: boolean | null;
187
+ }>>, "many">, {
188
+ filter: {
189
+ mode: "whitelist" | "blacklist";
190
+ roles: string[];
191
+ } | null;
192
+ roleId: string;
193
+ texts: string[];
194
+ keepOnOffline: boolean | null;
195
+ }[], {
196
+ filter: {
197
+ mode: "whitelist" | "blacklist";
198
+ roles: string[];
199
+ } | null;
200
+ roleId: string;
201
+ texts: string[];
202
+ keepOnOffline: boolean | null;
203
+ }[]>;
204
+ linkedRoleLogs: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
205
+ linkedRoles: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
206
+ roleId: z.ZodEffects<z.ZodString, string, string>;
207
+ onAddRolesToAdd: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
208
+ onAddRolesToRemove: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
209
+ onRemoveRolesToAdd: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
210
+ onRemoveRolesToRemove: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
211
+ }, "strip", z.ZodTypeAny, {
212
+ roleId: string;
213
+ onAddRolesToAdd: string[];
214
+ onAddRolesToRemove: string[];
215
+ onRemoveRolesToAdd: string[];
216
+ onRemoveRolesToRemove: string[];
217
+ }, {
218
+ roleId: string;
219
+ onAddRolesToAdd: string[];
220
+ onAddRolesToRemove: string[];
221
+ onRemoveRolesToAdd: string[];
222
+ onRemoveRolesToRemove: string[];
223
+ }>>, "many">, {
224
+ roleId: string;
225
+ onAddRolesToAdd: string[];
226
+ onAddRolesToRemove: string[];
227
+ onRemoveRolesToAdd: string[];
228
+ onRemoveRolesToRemove: string[];
229
+ }[], {
230
+ roleId: string;
231
+ onAddRolesToAdd: string[];
232
+ onAddRolesToRemove: string[];
233
+ onRemoveRolesToAdd: string[];
234
+ onRemoveRolesToRemove: string[];
235
+ }[]>;
236
+ notificationOverrides: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
237
+ query: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>;
238
+ queryIn: z.ZodEffects<z.ZodArray<z.ZodEnum<["title", "category", "description"]>, "many">, ("title" | "category" | "description")[], ("title" | "category" | "description")[]>;
239
+ applyTo: z.ZodEffects<z.ZodArray<z.ZodEnum<["kick", "twitch", "rumble", "tiktok", "youtube"]>, "many">, ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[], ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[]>;
240
+ durationMinutes: z.ZodNullable<z.ZodNumber>;
241
+ overrideChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
242
+ overridePingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
243
+ priorityOnConflict: z.ZodNumber;
244
+ actions: z.ZodEffects<z.ZodArray<z.ZodEnum<["autoPublish", "cancel", "dontPublish"]>, "many">, ("autoPublish" | "cancel" | "dontPublish")[], ("autoPublish" | "cancel" | "dontPublish")[]>;
245
+ }, "strip", z.ZodTypeAny, {
246
+ query: string[];
247
+ queryIn: ("title" | "category" | "description")[];
248
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
249
+ durationMinutes: number | null;
250
+ overrideChannelId: string | null;
251
+ overridePingRoleId: string | null;
252
+ priorityOnConflict: number;
253
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
254
+ }, {
255
+ query: string[];
256
+ queryIn: ("title" | "category" | "description")[];
257
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
258
+ durationMinutes: number | null;
259
+ overrideChannelId: string | null;
260
+ overridePingRoleId: string | null;
261
+ priorityOnConflict: number;
262
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
263
+ }>>, "many">, {
264
+ query: string[];
265
+ queryIn: ("title" | "category" | "description")[];
266
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
267
+ durationMinutes: number | null;
268
+ overrideChannelId: string | null;
269
+ overridePingRoleId: string | null;
270
+ priorityOnConflict: number;
271
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
272
+ }[], {
273
+ query: string[];
274
+ queryIn: ("title" | "category" | "description")[];
275
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
276
+ durationMinutes: number | null;
277
+ overrideChannelId: string | null;
278
+ overridePingRoleId: string | null;
279
+ priorityOnConflict: number;
280
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
281
+ }[]>;
282
+ ignoreIfNotCatchedByOverride: z.ZodNullable<z.ZodBoolean>;
283
+ singleMessages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
284
+ message: z.ZodNullable<z.ZodString>;
285
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
286
+ enabled: z.ZodNullable<z.ZodBoolean>;
287
+ username: z.ZodNullable<z.ZodString>;
288
+ avatarUrl: z.ZodNullable<z.ZodString>;
289
+ }, "strip", z.ZodTypeAny, {
290
+ enabled: boolean | null;
291
+ username: string | null;
292
+ avatarUrl: string | null;
293
+ }, {
294
+ enabled: boolean | null;
295
+ username: string | null;
296
+ avatarUrl: string | null;
297
+ }>>>;
298
+ type: z.ZodEnum<["autoLiveRoleAdded", "autoLiveRoleRemoved", "statusRoleAdded", "statusRoleRemoved", "statChannelLive", "statChannelOffline", "statFollowers"]>;
299
+ }, "strip", z.ZodTypeAny, {
300
+ message: string | null;
301
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
302
+ webhook: {
303
+ enabled: boolean | null;
304
+ username: string | null;
305
+ avatarUrl: string | null;
306
+ } | null;
307
+ }, {
308
+ message: string | null;
309
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
310
+ webhook: {
311
+ enabled: boolean | null;
312
+ username: string | null;
313
+ avatarUrl: string | null;
314
+ } | null;
315
+ }>>, "many">, {
316
+ message: string | null;
317
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
318
+ webhook: {
319
+ enabled: boolean | null;
320
+ username: string | null;
321
+ avatarUrl: string | null;
322
+ } | null;
323
+ }[], {
324
+ message: string | null;
325
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
326
+ webhook: {
327
+ enabled: boolean | null;
328
+ username: string | null;
329
+ avatarUrl: string | null;
330
+ } | null;
331
+ }[]>;
332
+ messages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
333
+ content: z.ZodNullable<z.ZodString>;
334
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
335
+ title: z.ZodNullable<z.ZodString>;
336
+ url: z.ZodNullable<z.ZodString>;
337
+ description: z.ZodString;
338
+ color: z.ZodNullable<z.ZodString>;
339
+ footer: z.ZodNullable<z.ZodString>;
340
+ footerIcon: z.ZodNullable<z.ZodString>;
341
+ image: z.ZodNullable<z.ZodString>;
342
+ thumbnail: z.ZodNullable<z.ZodString>;
343
+ author: z.ZodNullable<z.ZodString>;
344
+ authorIcon: z.ZodNullable<z.ZodString>;
345
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
346
+ name: z.ZodString;
347
+ value: z.ZodNullable<z.ZodString>;
348
+ inline: z.ZodNullable<z.ZodBoolean>;
349
+ }, "strip", z.ZodTypeAny, {
350
+ name: string;
351
+ value: string | null;
352
+ inline: boolean | null;
353
+ }, {
354
+ name: string;
355
+ value: string | null;
356
+ inline: boolean | null;
357
+ }>>, "many">;
358
+ }, "strip", z.ZodTypeAny, {
359
+ title: string | null;
360
+ description: string;
361
+ url: string | null;
362
+ color: string | null;
363
+ footer: string | null;
364
+ footerIcon: string | null;
365
+ image: string | null;
366
+ thumbnail: string | null;
367
+ author: string | null;
368
+ authorIcon: string | null;
369
+ fields: {
370
+ name: string;
371
+ value: string | null;
372
+ inline: boolean | null;
373
+ }[];
374
+ }, {
375
+ title: string | null;
376
+ description: string;
377
+ url: string | null;
378
+ color: string | null;
379
+ footer: string | null;
380
+ footerIcon: string | null;
381
+ image: string | null;
382
+ thumbnail: string | null;
383
+ author: string | null;
384
+ authorIcon: string | null;
385
+ fields: {
386
+ name: string;
387
+ value: string | null;
388
+ inline: boolean | null;
389
+ }[];
390
+ }>>>;
391
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
392
+ title: z.ZodString;
393
+ url: z.ZodNullable<z.ZodString>;
394
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
395
+ }, "strip", z.ZodTypeAny, {
396
+ title: string;
397
+ url: string | null;
398
+ emojiUnicodeOrId: string | null;
399
+ }, {
400
+ title: string;
401
+ url: string | null;
402
+ emojiUnicodeOrId: string | null;
403
+ }>>, "many">;
404
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
405
+ enabled: z.ZodNullable<z.ZodBoolean>;
406
+ username: z.ZodNullable<z.ZodString>;
407
+ avatarUrl: z.ZodNullable<z.ZodString>;
408
+ }, "strip", z.ZodTypeAny, {
409
+ enabled: boolean | null;
410
+ username: string | null;
411
+ avatarUrl: string | null;
412
+ }, {
413
+ enabled: boolean | null;
414
+ username: string | null;
415
+ avatarUrl: string | null;
416
+ }>>>;
417
+ type: z.ZodEnum<["giveawayRerolled", "giveawayWinner", "giveawayEnded", "giveawayDM", "linkedRole", "giveaway", "birthday", "welcome", "leave", "clip", "vod", "kickLive", "kickOffline", "twitchLive", "twitchOffline", "rumbleLive", "rumbleOffline", "tiktokLive", "tiktokOffline", "tiktokVideo", "youtubeLive", "youtubeVideo"]>;
418
+ }, "strip", z.ZodTypeAny, {
419
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
420
+ webhook: {
421
+ enabled: boolean | null;
422
+ username: string | null;
423
+ avatarUrl: string | null;
424
+ } | null;
425
+ content: string | null;
426
+ embed: {
427
+ title: string | null;
428
+ description: string;
429
+ url: string | null;
430
+ color: string | null;
431
+ footer: string | null;
432
+ footerIcon: string | null;
433
+ image: string | null;
434
+ thumbnail: string | null;
435
+ author: string | null;
436
+ authorIcon: string | null;
437
+ fields: {
438
+ name: string;
439
+ value: string | null;
440
+ inline: boolean | null;
441
+ }[];
442
+ } | null;
443
+ buttons: {
444
+ title: string;
445
+ url: string | null;
446
+ emojiUnicodeOrId: string | null;
447
+ }[];
448
+ }, {
449
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
450
+ webhook: {
451
+ enabled: boolean | null;
452
+ username: string | null;
453
+ avatarUrl: string | null;
454
+ } | null;
455
+ content: string | null;
456
+ embed: {
457
+ title: string | null;
458
+ description: string;
459
+ url: string | null;
460
+ color: string | null;
461
+ footer: string | null;
462
+ footerIcon: string | null;
463
+ image: string | null;
464
+ thumbnail: string | null;
465
+ author: string | null;
466
+ authorIcon: string | null;
467
+ fields: {
468
+ name: string;
469
+ value: string | null;
470
+ inline: boolean | null;
471
+ }[];
472
+ } | null;
473
+ buttons: {
474
+ title: string;
475
+ url: string | null;
476
+ emojiUnicodeOrId: string | null;
477
+ }[];
478
+ }>>, "many">, {
479
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
480
+ webhook: {
481
+ enabled: boolean | null;
482
+ username: string | null;
483
+ avatarUrl: string | null;
484
+ } | null;
485
+ content: string | null;
486
+ embed: {
487
+ title: string | null;
488
+ description: string;
489
+ url: string | null;
490
+ color: string | null;
491
+ footer: string | null;
492
+ footerIcon: string | null;
493
+ image: string | null;
494
+ thumbnail: string | null;
495
+ author: string | null;
496
+ authorIcon: string | null;
497
+ fields: {
498
+ name: string;
499
+ value: string | null;
500
+ inline: boolean | null;
501
+ }[];
502
+ } | null;
503
+ buttons: {
504
+ title: string;
505
+ url: string | null;
506
+ emojiUnicodeOrId: string | null;
507
+ }[];
508
+ }[], {
509
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
510
+ webhook: {
511
+ enabled: boolean | null;
512
+ username: string | null;
513
+ avatarUrl: string | null;
514
+ } | null;
515
+ content: string | null;
516
+ embed: {
517
+ title: string | null;
518
+ description: string;
519
+ url: string | null;
520
+ color: string | null;
521
+ footer: string | null;
522
+ footerIcon: string | null;
523
+ image: string | null;
524
+ thumbnail: string | null;
525
+ author: string | null;
526
+ authorIcon: string | null;
527
+ fields: {
528
+ name: string;
529
+ value: string | null;
530
+ inline: boolean | null;
531
+ }[];
532
+ } | null;
533
+ buttons: {
534
+ title: string;
535
+ url: string | null;
536
+ emojiUnicodeOrId: string | null;
537
+ }[];
538
+ }[]>;
539
+ stickyMessages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
540
+ content: z.ZodNullable<z.ZodString>;
541
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
542
+ title: z.ZodNullable<z.ZodString>;
543
+ url: z.ZodNullable<z.ZodString>;
544
+ description: z.ZodString;
545
+ color: z.ZodNullable<z.ZodString>;
546
+ footer: z.ZodNullable<z.ZodString>;
547
+ footerIcon: z.ZodNullable<z.ZodString>;
548
+ image: z.ZodNullable<z.ZodString>;
549
+ thumbnail: z.ZodNullable<z.ZodString>;
550
+ author: z.ZodNullable<z.ZodString>;
551
+ authorIcon: z.ZodNullable<z.ZodString>;
552
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
553
+ name: z.ZodString;
554
+ value: z.ZodNullable<z.ZodString>;
555
+ inline: z.ZodNullable<z.ZodBoolean>;
556
+ }, "strip", z.ZodTypeAny, {
557
+ name: string;
558
+ value: string | null;
559
+ inline: boolean | null;
560
+ }, {
561
+ name: string;
562
+ value: string | null;
563
+ inline: boolean | null;
564
+ }>>, "many">;
565
+ }, "strip", z.ZodTypeAny, {
566
+ title: string | null;
567
+ description: string;
568
+ url: string | null;
569
+ color: string | null;
570
+ footer: string | null;
571
+ footerIcon: string | null;
572
+ image: string | null;
573
+ thumbnail: string | null;
574
+ author: string | null;
575
+ authorIcon: string | null;
576
+ fields: {
577
+ name: string;
578
+ value: string | null;
579
+ inline: boolean | null;
580
+ }[];
581
+ }, {
582
+ title: string | null;
583
+ description: string;
584
+ url: string | null;
585
+ color: string | null;
586
+ footer: string | null;
587
+ footerIcon: string | null;
588
+ image: string | null;
589
+ thumbnail: string | null;
590
+ author: string | null;
591
+ authorIcon: string | null;
592
+ fields: {
593
+ name: string;
594
+ value: string | null;
595
+ inline: boolean | null;
596
+ }[];
597
+ }>>>;
598
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
599
+ title: z.ZodString;
600
+ url: z.ZodNullable<z.ZodString>;
601
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
602
+ }, "strip", z.ZodTypeAny, {
603
+ title: string;
604
+ url: string | null;
605
+ emojiUnicodeOrId: string | null;
606
+ }, {
607
+ title: string;
608
+ url: string | null;
609
+ emojiUnicodeOrId: string | null;
610
+ }>>, "many">;
611
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
612
+ enabled: z.ZodNullable<z.ZodBoolean>;
613
+ username: z.ZodNullable<z.ZodString>;
614
+ avatarUrl: z.ZodNullable<z.ZodString>;
615
+ }, "strip", z.ZodTypeAny, {
616
+ enabled: boolean | null;
617
+ username: string | null;
618
+ avatarUrl: string | null;
619
+ }, {
620
+ enabled: boolean | null;
621
+ username: string | null;
622
+ avatarUrl: string | null;
623
+ }>>>;
624
+ channelId: z.ZodEffects<z.ZodString, string, string>;
625
+ messageId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
626
+ }, "strip", z.ZodTypeAny, {
627
+ webhook: {
628
+ enabled: boolean | null;
629
+ username: string | null;
630
+ avatarUrl: string | null;
631
+ } | null;
632
+ content: string | null;
633
+ embed: {
634
+ title: string | null;
635
+ description: string;
636
+ url: string | null;
637
+ color: string | null;
638
+ footer: string | null;
639
+ footerIcon: string | null;
640
+ image: string | null;
641
+ thumbnail: string | null;
642
+ author: string | null;
643
+ authorIcon: string | null;
644
+ fields: {
645
+ name: string;
646
+ value: string | null;
647
+ inline: boolean | null;
648
+ }[];
649
+ } | null;
650
+ buttons: {
651
+ title: string;
652
+ url: string | null;
653
+ emojiUnicodeOrId: string | null;
654
+ }[];
655
+ channelId: string;
656
+ messageId: string | null;
657
+ }, {
658
+ webhook: {
659
+ enabled: boolean | null;
660
+ username: string | null;
661
+ avatarUrl: string | null;
662
+ } | null;
663
+ content: string | null;
664
+ embed: {
665
+ title: string | null;
666
+ description: string;
667
+ url: string | null;
668
+ color: string | null;
669
+ footer: string | null;
670
+ footerIcon: string | null;
671
+ image: string | null;
672
+ thumbnail: string | null;
673
+ author: string | null;
674
+ authorIcon: string | null;
675
+ fields: {
676
+ name: string;
677
+ value: string | null;
678
+ inline: boolean | null;
679
+ }[];
680
+ } | null;
681
+ buttons: {
682
+ title: string;
683
+ url: string | null;
684
+ emojiUnicodeOrId: string | null;
685
+ }[];
686
+ channelId: string;
687
+ messageId: string | null;
688
+ }>>, "many">, {
689
+ webhook: {
690
+ enabled: boolean | null;
691
+ username: string | null;
692
+ avatarUrl: string | null;
693
+ } | null;
694
+ content: string | null;
695
+ embed: {
696
+ title: string | null;
697
+ description: string;
698
+ url: string | null;
699
+ color: string | null;
700
+ footer: string | null;
701
+ footerIcon: string | null;
702
+ image: string | null;
703
+ thumbnail: string | null;
704
+ author: string | null;
705
+ authorIcon: string | null;
706
+ fields: {
707
+ name: string;
708
+ value: string | null;
709
+ inline: boolean | null;
710
+ }[];
711
+ } | null;
712
+ buttons: {
713
+ title: string;
714
+ url: string | null;
715
+ emojiUnicodeOrId: string | null;
716
+ }[];
717
+ channelId: string;
718
+ messageId: string | null;
719
+ }[], {
720
+ webhook: {
721
+ enabled: boolean | null;
722
+ username: string | null;
723
+ avatarUrl: string | null;
724
+ } | null;
725
+ content: string | null;
726
+ embed: {
727
+ title: string | null;
728
+ description: string;
729
+ url: string | null;
730
+ color: string | null;
731
+ footer: string | null;
732
+ footerIcon: string | null;
733
+ image: string | null;
734
+ thumbnail: string | null;
735
+ author: string | null;
736
+ authorIcon: string | null;
737
+ fields: {
738
+ name: string;
739
+ value: string | null;
740
+ inline: boolean | null;
741
+ }[];
742
+ } | null;
743
+ buttons: {
744
+ title: string;
745
+ url: string | null;
746
+ emojiUnicodeOrId: string | null;
747
+ }[];
748
+ channelId: string;
749
+ messageId: string | null;
750
+ }[]>;
751
+ stickyMessageDelaySeconds: z.ZodNullable<z.ZodNumber>;
752
+ gettingStarted: z.ZodNullable<z.ZodLazy<z.ZodObject<{
753
+ didSetupBirthday: z.ZodBoolean;
754
+ didSetupFirstContentCreator: z.ZodBoolean;
755
+ didBuyPremium: z.ZodBoolean;
756
+ didDismissGuildAds: z.ZodBoolean;
757
+ }, "strip", z.ZodTypeAny, {
758
+ didSetupBirthday: boolean;
759
+ didSetupFirstContentCreator: boolean;
760
+ didBuyPremium: boolean;
761
+ didDismissGuildAds: boolean;
762
+ }, {
763
+ didSetupBirthday: boolean;
764
+ didSetupFirstContentCreator: boolean;
765
+ didBuyPremium: boolean;
766
+ didDismissGuildAds: boolean;
767
+ }>>>;
768
+ }, "strip", z.ZodTypeAny, {
769
+ premium: {
770
+ tier: string;
771
+ additionalStickyMessages: number;
772
+ additionalAutoLiveRoles: number;
773
+ additionalLinkedRoles: number;
774
+ additionalStatusRoles: number;
775
+ additionalStarboards: number;
776
+ additionalOverrides: number;
777
+ additionalKickConnections: number;
778
+ additionalRumbleConnections: number;
779
+ additionalTwitchConnections: number;
780
+ additionalYoutubeConnections: number;
781
+ additionalTiktokConnections: number;
782
+ } | null;
783
+ disableBranding: {
784
+ linkedRoles: boolean | null;
785
+ stickyMessage: boolean | null;
786
+ watchOnButton: boolean | null;
787
+ notifications: boolean | null;
788
+ welcomeLeave: boolean | null;
789
+ leaderboard: boolean | null;
790
+ giveaways: boolean | null;
791
+ starboard: boolean | null;
792
+ birthday: boolean | null;
793
+ clips: boolean | null;
794
+ vods: boolean | null;
795
+ } | null;
796
+ randomMessages: {
797
+ messages: string[];
798
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
799
+ }[];
800
+ autoLiveRoles: {
801
+ filter: {
802
+ mode: "whitelist" | "blacklist";
803
+ roles: string[];
804
+ } | null;
805
+ roleId: string;
806
+ }[];
807
+ statusRoles: {
808
+ filter: {
809
+ mode: "whitelist" | "blacklist";
810
+ roles: string[];
811
+ } | null;
812
+ roleId: string;
813
+ texts: string[];
814
+ keepOnOffline: boolean | null;
815
+ }[];
816
+ linkedRoles: {
817
+ roleId: string;
818
+ onAddRolesToAdd: string[];
819
+ onAddRolesToRemove: string[];
820
+ onRemoveRolesToAdd: string[];
821
+ onRemoveRolesToRemove: string[];
822
+ }[];
823
+ notificationOverrides: {
824
+ query: string[];
825
+ queryIn: ("title" | "category" | "description")[];
826
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
827
+ durationMinutes: number | null;
828
+ overrideChannelId: string | null;
829
+ overridePingRoleId: string | null;
830
+ priorityOnConflict: number;
831
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
832
+ }[];
833
+ singleMessages: {
834
+ message: string | null;
835
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
836
+ webhook: {
837
+ enabled: boolean | null;
838
+ username: string | null;
839
+ avatarUrl: string | null;
840
+ } | null;
841
+ }[];
842
+ messages: {
843
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
844
+ webhook: {
845
+ enabled: boolean | null;
846
+ username: string | null;
847
+ avatarUrl: string | null;
848
+ } | null;
849
+ content: string | null;
850
+ embed: {
851
+ title: string | null;
852
+ description: string;
853
+ url: string | null;
854
+ color: string | null;
855
+ footer: string | null;
856
+ footerIcon: string | null;
857
+ image: string | null;
858
+ thumbnail: string | null;
859
+ author: string | null;
860
+ authorIcon: string | null;
861
+ fields: {
862
+ name: string;
863
+ value: string | null;
864
+ inline: boolean | null;
865
+ }[];
866
+ } | null;
867
+ buttons: {
868
+ title: string;
869
+ url: string | null;
870
+ emojiUnicodeOrId: string | null;
871
+ }[];
872
+ }[];
873
+ stickyMessages: {
874
+ webhook: {
875
+ enabled: boolean | null;
876
+ username: string | null;
877
+ avatarUrl: string | null;
878
+ } | null;
879
+ content: string | null;
880
+ embed: {
881
+ title: string | null;
882
+ description: string;
883
+ url: string | null;
884
+ color: string | null;
885
+ footer: string | null;
886
+ footerIcon: string | null;
887
+ image: string | null;
888
+ thumbnail: string | null;
889
+ author: string | null;
890
+ authorIcon: string | null;
891
+ fields: {
892
+ name: string;
893
+ value: string | null;
894
+ inline: boolean | null;
895
+ }[];
896
+ } | null;
897
+ buttons: {
898
+ title: string;
899
+ url: string | null;
900
+ emojiUnicodeOrId: string | null;
901
+ }[];
902
+ channelId: string;
903
+ messageId: string | null;
904
+ }[];
905
+ gettingStarted: {
906
+ didSetupBirthday: boolean;
907
+ didSetupFirstContentCreator: boolean;
908
+ didBuyPremium: boolean;
909
+ didDismissGuildAds: boolean;
910
+ } | null;
911
+ guildId: string;
912
+ locale: string;
913
+ blacklisted: boolean;
914
+ bitfield: string | null;
915
+ overrideBranding: boolean | null;
916
+ birthdayRoleId: string | null;
917
+ birthdayChannelId: string | null;
918
+ welcomeChannelId: string | null;
919
+ leaveChannelId: string | null;
920
+ birthdayEnabled: boolean | null;
921
+ welcomeEnabled: boolean | null;
922
+ leaveEnabled: boolean | null;
923
+ syncUsername: boolean | null;
924
+ vodDownloadStoreForHours: number | null;
925
+ disableDoubleVoteEntry: boolean | null;
926
+ giveawayLogsChannelId: string | null;
927
+ autoLiveRoleLogs: string | null;
928
+ statusRoleLogs: string | null;
929
+ linkedRoleLogs: string | null;
930
+ ignoreIfNotCatchedByOverride: boolean | null;
931
+ stickyMessageDelaySeconds: number | null;
932
+ }, {
933
+ premium: {
934
+ tier: string;
935
+ additionalStickyMessages: number;
936
+ additionalAutoLiveRoles: number;
937
+ additionalLinkedRoles: number;
938
+ additionalStatusRoles: number;
939
+ additionalStarboards: number;
940
+ additionalOverrides: number;
941
+ additionalKickConnections: number;
942
+ additionalRumbleConnections: number;
943
+ additionalTwitchConnections: number;
944
+ additionalYoutubeConnections: number;
945
+ additionalTiktokConnections: number;
946
+ } | null;
947
+ disableBranding: {
948
+ linkedRoles: boolean | null;
949
+ stickyMessage: boolean | null;
950
+ watchOnButton: boolean | null;
951
+ notifications: boolean | null;
952
+ welcomeLeave: boolean | null;
953
+ leaderboard: boolean | null;
954
+ giveaways: boolean | null;
955
+ starboard: boolean | null;
956
+ birthday: boolean | null;
957
+ clips: boolean | null;
958
+ vods: boolean | null;
959
+ } | null;
960
+ randomMessages: {
961
+ messages: string[];
962
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
963
+ }[];
964
+ autoLiveRoles: {
965
+ filter: {
966
+ mode: "whitelist" | "blacklist";
967
+ roles: string[];
968
+ } | null;
969
+ roleId: string;
970
+ }[];
971
+ statusRoles: {
972
+ filter: {
973
+ mode: "whitelist" | "blacklist";
974
+ roles: string[];
975
+ } | null;
976
+ roleId: string;
977
+ texts: string[];
978
+ keepOnOffline: boolean | null;
979
+ }[];
980
+ linkedRoles: {
981
+ roleId: string;
982
+ onAddRolesToAdd: string[];
983
+ onAddRolesToRemove: string[];
984
+ onRemoveRolesToAdd: string[];
985
+ onRemoveRolesToRemove: string[];
986
+ }[];
987
+ notificationOverrides: {
988
+ query: string[];
989
+ queryIn: ("title" | "category" | "description")[];
990
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
991
+ durationMinutes: number | null;
992
+ overrideChannelId: string | null;
993
+ overridePingRoleId: string | null;
994
+ priorityOnConflict: number;
995
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
996
+ }[];
997
+ singleMessages: {
998
+ message: string | null;
999
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
1000
+ webhook: {
1001
+ enabled: boolean | null;
1002
+ username: string | null;
1003
+ avatarUrl: string | null;
1004
+ } | null;
1005
+ }[];
1006
+ messages: {
1007
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
1008
+ webhook: {
1009
+ enabled: boolean | null;
1010
+ username: string | null;
1011
+ avatarUrl: string | null;
1012
+ } | null;
1013
+ content: string | null;
1014
+ embed: {
1015
+ title: string | null;
1016
+ description: string;
1017
+ url: string | null;
1018
+ color: string | null;
1019
+ footer: string | null;
1020
+ footerIcon: string | null;
1021
+ image: string | null;
1022
+ thumbnail: string | null;
1023
+ author: string | null;
1024
+ authorIcon: string | null;
1025
+ fields: {
1026
+ name: string;
1027
+ value: string | null;
1028
+ inline: boolean | null;
1029
+ }[];
1030
+ } | null;
1031
+ buttons: {
1032
+ title: string;
1033
+ url: string | null;
1034
+ emojiUnicodeOrId: string | null;
1035
+ }[];
1036
+ }[];
1037
+ stickyMessages: {
1038
+ webhook: {
1039
+ enabled: boolean | null;
1040
+ username: string | null;
1041
+ avatarUrl: string | null;
1042
+ } | null;
1043
+ content: string | null;
1044
+ embed: {
1045
+ title: string | null;
1046
+ description: string;
1047
+ url: string | null;
1048
+ color: string | null;
1049
+ footer: string | null;
1050
+ footerIcon: string | null;
1051
+ image: string | null;
1052
+ thumbnail: string | null;
1053
+ author: string | null;
1054
+ authorIcon: string | null;
1055
+ fields: {
1056
+ name: string;
1057
+ value: string | null;
1058
+ inline: boolean | null;
1059
+ }[];
1060
+ } | null;
1061
+ buttons: {
1062
+ title: string;
1063
+ url: string | null;
1064
+ emojiUnicodeOrId: string | null;
1065
+ }[];
1066
+ channelId: string;
1067
+ messageId: string | null;
1068
+ }[];
1069
+ gettingStarted: {
1070
+ didSetupBirthday: boolean;
1071
+ didSetupFirstContentCreator: boolean;
1072
+ didBuyPremium: boolean;
1073
+ didDismissGuildAds: boolean;
1074
+ } | null;
1075
+ guildId: string;
1076
+ locale: string;
1077
+ blacklisted: boolean;
1078
+ bitfield: string | null;
1079
+ overrideBranding: boolean | null;
1080
+ birthdayRoleId: string | null;
1081
+ birthdayChannelId: string | null;
1082
+ welcomeChannelId: string | null;
1083
+ leaveChannelId: string | null;
1084
+ birthdayEnabled: boolean | null;
1085
+ welcomeEnabled: boolean | null;
1086
+ leaveEnabled: boolean | null;
1087
+ syncUsername: boolean | null;
1088
+ vodDownloadStoreForHours: number | null;
1089
+ disableDoubleVoteEntry: boolean | null;
1090
+ giveawayLogsChannelId: string | null;
1091
+ autoLiveRoleLogs: string | null;
1092
+ statusRoleLogs: string | null;
1093
+ linkedRoleLogs: string | null;
1094
+ ignoreIfNotCatchedByOverride: boolean | null;
1095
+ stickyMessageDelaySeconds: number | null;
1096
+ }>;
1097
+ readonly GuildPremiumSchema: z.ZodObject<{
1098
+ additionalStickyMessages: z.ZodNumber;
1099
+ additionalAutoLiveRoles: z.ZodNumber;
1100
+ additionalLinkedRoles: z.ZodNumber;
1101
+ additionalStatusRoles: z.ZodNumber;
1102
+ additionalStarboards: z.ZodNumber;
1103
+ additionalOverrides: z.ZodNumber;
1104
+ additionalKickConnections: z.ZodNumber;
1105
+ additionalRumbleConnections: z.ZodNumber;
1106
+ additionalTwitchConnections: z.ZodNumber;
1107
+ additionalYoutubeConnections: z.ZodNumber;
1108
+ additionalTiktokConnections: z.ZodNumber;
1109
+ tier: z.ZodString;
1110
+ }, "strip", z.ZodTypeAny, {
1111
+ tier: string;
1112
+ additionalStickyMessages: number;
1113
+ additionalAutoLiveRoles: number;
1114
+ additionalLinkedRoles: number;
1115
+ additionalStatusRoles: number;
1116
+ additionalStarboards: number;
1117
+ additionalOverrides: number;
1118
+ additionalKickConnections: number;
1119
+ additionalRumbleConnections: number;
1120
+ additionalTwitchConnections: number;
1121
+ additionalYoutubeConnections: number;
1122
+ additionalTiktokConnections: number;
1123
+ }, {
1124
+ tier: string;
1125
+ additionalStickyMessages: number;
1126
+ additionalAutoLiveRoles: number;
1127
+ additionalLinkedRoles: number;
1128
+ additionalStatusRoles: number;
1129
+ additionalStarboards: number;
1130
+ additionalOverrides: number;
1131
+ additionalKickConnections: number;
1132
+ additionalRumbleConnections: number;
1133
+ additionalTwitchConnections: number;
1134
+ additionalYoutubeConnections: number;
1135
+ additionalTiktokConnections: number;
1136
+ }>;
1137
+ readonly GuildDisableBrandingSchema: z.ZodObject<{
1138
+ stickyMessage: z.ZodNullable<z.ZodBoolean>;
1139
+ watchOnButton: z.ZodNullable<z.ZodBoolean>;
1140
+ notifications: z.ZodNullable<z.ZodBoolean>;
1141
+ welcomeLeave: z.ZodNullable<z.ZodBoolean>;
1142
+ leaderboard: z.ZodNullable<z.ZodBoolean>;
1143
+ linkedRoles: z.ZodNullable<z.ZodBoolean>;
1144
+ giveaways: z.ZodNullable<z.ZodBoolean>;
1145
+ starboard: z.ZodNullable<z.ZodBoolean>;
1146
+ birthday: z.ZodNullable<z.ZodBoolean>;
1147
+ clips: z.ZodNullable<z.ZodBoolean>;
1148
+ vods: z.ZodNullable<z.ZodBoolean>;
1149
+ }, "strip", z.ZodTypeAny, {
1150
+ linkedRoles: boolean | null;
1151
+ stickyMessage: boolean | null;
1152
+ watchOnButton: boolean | null;
1153
+ notifications: boolean | null;
1154
+ welcomeLeave: boolean | null;
1155
+ leaderboard: boolean | null;
1156
+ giveaways: boolean | null;
1157
+ starboard: boolean | null;
1158
+ birthday: boolean | null;
1159
+ clips: boolean | null;
1160
+ vods: boolean | null;
1161
+ }, {
1162
+ linkedRoles: boolean | null;
1163
+ stickyMessage: boolean | null;
1164
+ watchOnButton: boolean | null;
1165
+ notifications: boolean | null;
1166
+ welcomeLeave: boolean | null;
1167
+ leaderboard: boolean | null;
1168
+ giveaways: boolean | null;
1169
+ starboard: boolean | null;
1170
+ birthday: boolean | null;
1171
+ clips: boolean | null;
1172
+ vods: boolean | null;
1173
+ }>;
1174
+ readonly GuildAutoLiveRoleSchema: z.ZodObject<{
1175
+ roleId: z.ZodEffects<z.ZodString, string, string>;
1176
+ filter: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1177
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
1178
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
1179
+ }, "strip", z.ZodTypeAny, {
1180
+ mode: "whitelist" | "blacklist";
1181
+ roles: string[];
1182
+ }, {
1183
+ mode: "whitelist" | "blacklist";
1184
+ roles: string[];
1185
+ }>>>;
1186
+ }, "strip", z.ZodTypeAny, {
1187
+ filter: {
1188
+ mode: "whitelist" | "blacklist";
1189
+ roles: string[];
1190
+ } | null;
1191
+ roleId: string;
1192
+ }, {
1193
+ filter: {
1194
+ mode: "whitelist" | "blacklist";
1195
+ roles: string[];
1196
+ } | null;
1197
+ roleId: string;
1198
+ }>;
1199
+ readonly GuildAutoLiveRoleFilterSchema: z.ZodObject<{
1200
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
1201
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
1202
+ }, "strip", z.ZodTypeAny, {
1203
+ mode: "whitelist" | "blacklist";
1204
+ roles: string[];
1205
+ }, {
1206
+ mode: "whitelist" | "blacklist";
1207
+ roles: string[];
1208
+ }>;
1209
+ readonly GuildStatusRoleSchema: z.ZodObject<{
1210
+ texts: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
1211
+ roleId: z.ZodEffects<z.ZodString, string, string>;
1212
+ keepOnOffline: z.ZodNullable<z.ZodBoolean>;
1213
+ filter: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1214
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
1215
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
1216
+ }, "strip", z.ZodTypeAny, {
1217
+ mode: "whitelist" | "blacklist";
1218
+ roles: string[];
1219
+ }, {
1220
+ mode: "whitelist" | "blacklist";
1221
+ roles: string[];
1222
+ }>>>;
1223
+ }, "strip", z.ZodTypeAny, {
1224
+ filter: {
1225
+ mode: "whitelist" | "blacklist";
1226
+ roles: string[];
1227
+ } | null;
1228
+ roleId: string;
1229
+ texts: string[];
1230
+ keepOnOffline: boolean | null;
1231
+ }, {
1232
+ filter: {
1233
+ mode: "whitelist" | "blacklist";
1234
+ roles: string[];
1235
+ } | null;
1236
+ roleId: string;
1237
+ texts: string[];
1238
+ keepOnOffline: boolean | null;
1239
+ }>;
1240
+ readonly GuildStatusRoleFilterSchema: z.ZodObject<{
1241
+ mode: z.ZodEnum<["whitelist", "blacklist"]>;
1242
+ roles: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, string[], string[]>;
1243
+ }, "strip", z.ZodTypeAny, {
1244
+ mode: "whitelist" | "blacklist";
1245
+ roles: string[];
1246
+ }, {
1247
+ mode: "whitelist" | "blacklist";
1248
+ roles: string[];
1249
+ }>;
1250
+ readonly GuildNotificationOverrideSchema: z.ZodObject<{
1251
+ query: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>;
1252
+ queryIn: z.ZodEffects<z.ZodArray<z.ZodEnum<["title", "category", "description"]>, "many">, ("title" | "category" | "description")[], ("title" | "category" | "description")[]>;
1253
+ applyTo: z.ZodEffects<z.ZodArray<z.ZodEnum<["kick", "twitch", "rumble", "tiktok", "youtube"]>, "many">, ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[], ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[]>;
1254
+ durationMinutes: z.ZodNullable<z.ZodNumber>;
1255
+ overrideChannelId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
1256
+ overridePingRoleId: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
1257
+ priorityOnConflict: z.ZodNumber;
1258
+ actions: z.ZodEffects<z.ZodArray<z.ZodEnum<["autoPublish", "cancel", "dontPublish"]>, "many">, ("autoPublish" | "cancel" | "dontPublish")[], ("autoPublish" | "cancel" | "dontPublish")[]>;
1259
+ }, "strip", z.ZodTypeAny, {
1260
+ query: string[];
1261
+ queryIn: ("title" | "category" | "description")[];
1262
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
1263
+ durationMinutes: number | null;
1264
+ overrideChannelId: string | null;
1265
+ overridePingRoleId: string | null;
1266
+ priorityOnConflict: number;
1267
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
1268
+ }, {
1269
+ query: string[];
1270
+ queryIn: ("title" | "category" | "description")[];
1271
+ applyTo: ("kick" | "twitch" | "rumble" | "tiktok" | "youtube")[];
1272
+ durationMinutes: number | null;
1273
+ overrideChannelId: string | null;
1274
+ overridePingRoleId: string | null;
1275
+ priorityOnConflict: number;
1276
+ actions: ("autoPublish" | "cancel" | "dontPublish")[];
1277
+ }>;
1278
+ readonly GuildCustomSingleMessageSchema: z.ZodObject<{
1279
+ message: z.ZodNullable<z.ZodString>;
1280
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1281
+ enabled: z.ZodNullable<z.ZodBoolean>;
1282
+ username: z.ZodNullable<z.ZodString>;
1283
+ avatarUrl: z.ZodNullable<z.ZodString>;
1284
+ }, "strip", z.ZodTypeAny, {
1285
+ enabled: boolean | null;
1286
+ username: string | null;
1287
+ avatarUrl: string | null;
1288
+ }, {
1289
+ enabled: boolean | null;
1290
+ username: string | null;
1291
+ avatarUrl: string | null;
1292
+ }>>>;
1293
+ type: z.ZodEnum<["autoLiveRoleAdded", "autoLiveRoleRemoved", "statusRoleAdded", "statusRoleRemoved", "statChannelLive", "statChannelOffline", "statFollowers"]>;
1294
+ }, "strip", z.ZodTypeAny, {
1295
+ message: string | null;
1296
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
1297
+ webhook: {
1298
+ enabled: boolean | null;
1299
+ username: string | null;
1300
+ avatarUrl: string | null;
1301
+ } | null;
1302
+ }, {
1303
+ message: string | null;
1304
+ type: "autoLiveRoleAdded" | "autoLiveRoleRemoved" | "statusRoleAdded" | "statusRoleRemoved" | "statChannelLive" | "statChannelOffline" | "statFollowers";
1305
+ webhook: {
1306
+ enabled: boolean | null;
1307
+ username: string | null;
1308
+ avatarUrl: string | null;
1309
+ } | null;
1310
+ }>;
1311
+ readonly GuildSingleMessageWebhookSchema: z.ZodObject<{
1312
+ enabled: z.ZodNullable<z.ZodBoolean>;
1313
+ username: z.ZodNullable<z.ZodString>;
1314
+ avatarUrl: z.ZodNullable<z.ZodString>;
1315
+ }, "strip", z.ZodTypeAny, {
1316
+ enabled: boolean | null;
1317
+ username: string | null;
1318
+ avatarUrl: string | null;
1319
+ }, {
1320
+ enabled: boolean | null;
1321
+ username: string | null;
1322
+ avatarUrl: string | null;
1323
+ }>;
1324
+ readonly GuildCustomMessageSchema: z.ZodObject<{
1325
+ content: z.ZodNullable<z.ZodString>;
1326
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1327
+ title: z.ZodNullable<z.ZodString>;
1328
+ url: z.ZodNullable<z.ZodString>;
1329
+ description: z.ZodString;
1330
+ color: z.ZodNullable<z.ZodString>;
1331
+ footer: z.ZodNullable<z.ZodString>;
1332
+ footerIcon: z.ZodNullable<z.ZodString>;
1333
+ image: z.ZodNullable<z.ZodString>;
1334
+ thumbnail: z.ZodNullable<z.ZodString>;
1335
+ author: z.ZodNullable<z.ZodString>;
1336
+ authorIcon: z.ZodNullable<z.ZodString>;
1337
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
1338
+ name: z.ZodString;
1339
+ value: z.ZodNullable<z.ZodString>;
1340
+ inline: z.ZodNullable<z.ZodBoolean>;
1341
+ }, "strip", z.ZodTypeAny, {
1342
+ name: string;
1343
+ value: string | null;
1344
+ inline: boolean | null;
1345
+ }, {
1346
+ name: string;
1347
+ value: string | null;
1348
+ inline: boolean | null;
1349
+ }>>, "many">;
1350
+ }, "strip", z.ZodTypeAny, {
1351
+ title: string | null;
1352
+ description: string;
1353
+ url: string | null;
1354
+ color: string | null;
1355
+ footer: string | null;
1356
+ footerIcon: string | null;
1357
+ image: string | null;
1358
+ thumbnail: string | null;
1359
+ author: string | null;
1360
+ authorIcon: string | null;
1361
+ fields: {
1362
+ name: string;
1363
+ value: string | null;
1364
+ inline: boolean | null;
1365
+ }[];
1366
+ }, {
1367
+ title: string | null;
1368
+ description: string;
1369
+ url: string | null;
1370
+ color: string | null;
1371
+ footer: string | null;
1372
+ footerIcon: string | null;
1373
+ image: string | null;
1374
+ thumbnail: string | null;
1375
+ author: string | null;
1376
+ authorIcon: string | null;
1377
+ fields: {
1378
+ name: string;
1379
+ value: string | null;
1380
+ inline: boolean | null;
1381
+ }[];
1382
+ }>>>;
1383
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
1384
+ title: z.ZodString;
1385
+ url: z.ZodNullable<z.ZodString>;
1386
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
1387
+ }, "strip", z.ZodTypeAny, {
1388
+ title: string;
1389
+ url: string | null;
1390
+ emojiUnicodeOrId: string | null;
1391
+ }, {
1392
+ title: string;
1393
+ url: string | null;
1394
+ emojiUnicodeOrId: string | null;
1395
+ }>>, "many">;
1396
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1397
+ enabled: z.ZodNullable<z.ZodBoolean>;
1398
+ username: z.ZodNullable<z.ZodString>;
1399
+ avatarUrl: z.ZodNullable<z.ZodString>;
1400
+ }, "strip", z.ZodTypeAny, {
1401
+ enabled: boolean | null;
1402
+ username: string | null;
1403
+ avatarUrl: string | null;
1404
+ }, {
1405
+ enabled: boolean | null;
1406
+ username: string | null;
1407
+ avatarUrl: string | null;
1408
+ }>>>;
1409
+ type: z.ZodEnum<["giveawayRerolled", "giveawayWinner", "giveawayEnded", "giveawayDM", "linkedRole", "giveaway", "birthday", "welcome", "leave", "clip", "vod", "kickLive", "kickOffline", "twitchLive", "twitchOffline", "rumbleLive", "rumbleOffline", "tiktokLive", "tiktokOffline", "tiktokVideo", "youtubeLive", "youtubeVideo"]>;
1410
+ }, "strip", z.ZodTypeAny, {
1411
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
1412
+ webhook: {
1413
+ enabled: boolean | null;
1414
+ username: string | null;
1415
+ avatarUrl: string | null;
1416
+ } | null;
1417
+ content: string | null;
1418
+ embed: {
1419
+ title: string | null;
1420
+ description: string;
1421
+ url: string | null;
1422
+ color: string | null;
1423
+ footer: string | null;
1424
+ footerIcon: string | null;
1425
+ image: string | null;
1426
+ thumbnail: string | null;
1427
+ author: string | null;
1428
+ authorIcon: string | null;
1429
+ fields: {
1430
+ name: string;
1431
+ value: string | null;
1432
+ inline: boolean | null;
1433
+ }[];
1434
+ } | null;
1435
+ buttons: {
1436
+ title: string;
1437
+ url: string | null;
1438
+ emojiUnicodeOrId: string | null;
1439
+ }[];
1440
+ }, {
1441
+ type: "birthday" | "giveawayRerolled" | "giveawayWinner" | "giveawayEnded" | "giveawayDM" | "linkedRole" | "giveaway" | "welcome" | "leave" | "clip" | "vod" | "kickLive" | "kickOffline" | "twitchLive" | "twitchOffline" | "rumbleLive" | "rumbleOffline" | "tiktokLive" | "tiktokOffline" | "tiktokVideo" | "youtubeLive" | "youtubeVideo";
1442
+ webhook: {
1443
+ enabled: boolean | null;
1444
+ username: string | null;
1445
+ avatarUrl: string | null;
1446
+ } | null;
1447
+ content: string | null;
1448
+ embed: {
1449
+ title: string | null;
1450
+ description: string;
1451
+ url: string | null;
1452
+ color: string | null;
1453
+ footer: string | null;
1454
+ footerIcon: string | null;
1455
+ image: string | null;
1456
+ thumbnail: string | null;
1457
+ author: string | null;
1458
+ authorIcon: string | null;
1459
+ fields: {
1460
+ name: string;
1461
+ value: string | null;
1462
+ inline: boolean | null;
1463
+ }[];
1464
+ } | null;
1465
+ buttons: {
1466
+ title: string;
1467
+ url: string | null;
1468
+ emojiUnicodeOrId: string | null;
1469
+ }[];
1470
+ }>;
1471
+ readonly GuildStickyMessageSchema: z.ZodObject<{
1472
+ content: z.ZodNullable<z.ZodString>;
1473
+ embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1474
+ title: z.ZodNullable<z.ZodString>;
1475
+ url: z.ZodNullable<z.ZodString>;
1476
+ description: z.ZodString;
1477
+ color: z.ZodNullable<z.ZodString>;
1478
+ footer: z.ZodNullable<z.ZodString>;
1479
+ footerIcon: z.ZodNullable<z.ZodString>;
1480
+ image: z.ZodNullable<z.ZodString>;
1481
+ thumbnail: z.ZodNullable<z.ZodString>;
1482
+ author: z.ZodNullable<z.ZodString>;
1483
+ authorIcon: z.ZodNullable<z.ZodString>;
1484
+ fields: z.ZodArray<z.ZodLazy<z.ZodObject<{
1485
+ name: z.ZodString;
1486
+ value: z.ZodNullable<z.ZodString>;
1487
+ inline: z.ZodNullable<z.ZodBoolean>;
1488
+ }, "strip", z.ZodTypeAny, {
1489
+ name: string;
1490
+ value: string | null;
1491
+ inline: boolean | null;
1492
+ }, {
1493
+ name: string;
1494
+ value: string | null;
1495
+ inline: boolean | null;
1496
+ }>>, "many">;
1497
+ }, "strip", z.ZodTypeAny, {
1498
+ title: string | null;
1499
+ description: string;
1500
+ url: string | null;
1501
+ color: string | null;
1502
+ footer: string | null;
1503
+ footerIcon: string | null;
1504
+ image: string | null;
1505
+ thumbnail: string | null;
1506
+ author: string | null;
1507
+ authorIcon: string | null;
1508
+ fields: {
1509
+ name: string;
1510
+ value: string | null;
1511
+ inline: boolean | null;
1512
+ }[];
1513
+ }, {
1514
+ title: string | null;
1515
+ description: string;
1516
+ url: string | null;
1517
+ color: string | null;
1518
+ footer: string | null;
1519
+ footerIcon: string | null;
1520
+ image: string | null;
1521
+ thumbnail: string | null;
1522
+ author: string | null;
1523
+ authorIcon: string | null;
1524
+ fields: {
1525
+ name: string;
1526
+ value: string | null;
1527
+ inline: boolean | null;
1528
+ }[];
1529
+ }>>>;
1530
+ buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
1531
+ title: z.ZodString;
1532
+ url: z.ZodNullable<z.ZodString>;
1533
+ emojiUnicodeOrId: z.ZodNullable<z.ZodString>;
1534
+ }, "strip", z.ZodTypeAny, {
1535
+ title: string;
1536
+ url: string | null;
1537
+ emojiUnicodeOrId: string | null;
1538
+ }, {
1539
+ title: string;
1540
+ url: string | null;
1541
+ emojiUnicodeOrId: string | null;
1542
+ }>>, "many">;
1543
+ webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1544
+ enabled: z.ZodNullable<z.ZodBoolean>;
1545
+ username: z.ZodNullable<z.ZodString>;
1546
+ avatarUrl: z.ZodNullable<z.ZodString>;
1547
+ }, "strip", z.ZodTypeAny, {
1548
+ enabled: boolean | null;
1549
+ username: string | null;
1550
+ avatarUrl: string | null;
1551
+ }, {
1552
+ enabled: boolean | null;
1553
+ username: string | null;
1554
+ avatarUrl: string | null;
1555
+ }>>>;
1556
+ channelId: z.ZodEffects<z.ZodString, string, string>;
1557
+ messageId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
1558
+ }, "strip", z.ZodTypeAny, {
1559
+ webhook: {
1560
+ enabled: boolean | null;
1561
+ username: string | null;
1562
+ avatarUrl: string | null;
1563
+ } | null;
1564
+ content: string | null;
1565
+ embed: {
1566
+ title: string | null;
1567
+ description: string;
1568
+ url: string | null;
1569
+ color: string | null;
1570
+ footer: string | null;
1571
+ footerIcon: string | null;
1572
+ image: string | null;
1573
+ thumbnail: string | null;
1574
+ author: string | null;
1575
+ authorIcon: string | null;
1576
+ fields: {
1577
+ name: string;
1578
+ value: string | null;
1579
+ inline: boolean | null;
1580
+ }[];
1581
+ } | null;
1582
+ buttons: {
1583
+ title: string;
1584
+ url: string | null;
1585
+ emojiUnicodeOrId: string | null;
1586
+ }[];
1587
+ channelId: string;
1588
+ messageId: string | null;
1589
+ }, {
1590
+ webhook: {
1591
+ enabled: boolean | null;
1592
+ username: string | null;
1593
+ avatarUrl: string | null;
1594
+ } | null;
1595
+ content: string | null;
1596
+ embed: {
1597
+ title: string | null;
1598
+ description: string;
1599
+ url: string | null;
1600
+ color: string | null;
1601
+ footer: string | null;
1602
+ footerIcon: string | null;
1603
+ image: string | null;
1604
+ thumbnail: string | null;
1605
+ author: string | null;
1606
+ authorIcon: string | null;
1607
+ fields: {
1608
+ name: string;
1609
+ value: string | null;
1610
+ inline: boolean | null;
1611
+ }[];
1612
+ } | null;
1613
+ buttons: {
1614
+ title: string;
1615
+ url: string | null;
1616
+ emojiUnicodeOrId: string | null;
1617
+ }[];
1618
+ channelId: string;
1619
+ messageId: string | null;
1620
+ }>;
1621
+ readonly GuildGettingStartedSchema: z.ZodObject<{
1622
+ didSetupBirthday: z.ZodBoolean;
1623
+ didSetupFirstContentCreator: z.ZodBoolean;
1624
+ didBuyPremium: z.ZodBoolean;
1625
+ didDismissGuildAds: z.ZodBoolean;
1626
+ }, "strip", z.ZodTypeAny, {
1627
+ didSetupBirthday: boolean;
1628
+ didSetupFirstContentCreator: boolean;
1629
+ didBuyPremium: boolean;
1630
+ didDismissGuildAds: boolean;
1631
+ }, {
1632
+ didSetupBirthday: boolean;
1633
+ didSetupFirstContentCreator: boolean;
1634
+ didBuyPremium: boolean;
1635
+ didDismissGuildAds: boolean;
1636
+ }>;
1637
+ };
1638
+ export declare const GuildZodPartial: PartialZodObject<typeof GuildZod>;