@notidotbot/noti-api-client 1.4.11 → 1.4.12

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.
@@ -1,15 +1,17 @@
1
1
  import { PartialZodObject } from './schema.zod';
2
- import { TSPrisma } from '@prisma/client';
3
2
  import { RemoveProperties } from '../prisma';
3
+ import { TSPrisma } from '@prisma/client';
4
4
  import { z } from 'zod';
5
5
  export type RT<T extends TSPrisma.AllModelNames> = z.ZodType<RemoveProperties<TSPrisma.TSPrismaModelsFull[T], GuildRelations>>;
6
6
  export type GuildRelations = 'db' | 'guild' | 'guildAutoLiveRole' | 'guildStatusRole' | 'guildStarboard' | 'guildCustomSingleMessage' | 'guildCustomMessage' | 'guildMessageEmbed' | 'guildStickyMessage' | 'guildStickyMessageEmbed';
7
7
  export declare const GuildZod: {
8
8
  readonly GuildSchema: z.ZodObject<{
9
- guildId: z.ZodEffects<z.ZodString, string, string>;
9
+ guildId: z.ZodString;
10
10
  locale: z.ZodString;
11
11
  blacklisted: z.ZodBoolean;
12
+ leftAt: z.ZodNullable<z.ZodDate>;
12
13
  premium: z.ZodNullable<z.ZodLazy<z.ZodObject<{
14
+ tier: z.ZodString;
13
15
  additionalStickyMessages: z.ZodNumber;
14
16
  additionalAutoLiveRoles: z.ZodNumber;
15
17
  additionalLinkedRoles: z.ZodNumber;
@@ -21,34 +23,8 @@ export declare const GuildZod: {
21
23
  additionalTwitchConnections: z.ZodNumber;
22
24
  additionalYoutubeConnections: z.ZodNumber;
23
25
  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
- }>>>;
26
+ customBot: z.ZodBoolean;
27
+ }, z.core.$strip>>>;
52
28
  bitfield: z.ZodNullable<z.ZodString>;
53
29
  overrideBranding: z.ZodNullable<z.ZodBoolean>;
54
30
  disableBranding: z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -63,273 +39,121 @@ export declare const GuildZod: {
63
39
  birthday: z.ZodNullable<z.ZodBoolean>;
64
40
  clips: z.ZodNullable<z.ZodBoolean>;
65
41
  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>>;
42
+ }, z.core.$strip>>>;
43
+ birthdayRoleId: z.ZodNullable<z.ZodString>;
44
+ birthdayChannelId: z.ZodNullable<z.ZodString>;
45
+ welcomeChannelId: z.ZodNullable<z.ZodString>;
46
+ leaveChannelId: z.ZodNullable<z.ZodString>;
95
47
  birthdayEnabled: z.ZodNullable<z.ZodBoolean>;
96
48
  welcomeEnabled: z.ZodNullable<z.ZodBoolean>;
97
49
  leaveEnabled: z.ZodNullable<z.ZodBoolean>;
98
50
  syncUsername: z.ZodNullable<z.ZodBoolean>;
99
51
  vodDownloadStoreForHours: z.ZodNullable<z.ZodNumber>;
100
52
  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>;
53
+ giveawayLogsChannelId: z.ZodNullable<z.ZodString>;
54
+ randomMessages: z.ZodArray<z.ZodLazy<z.ZodObject<{
55
+ type: z.ZodEnum<{
56
+ birthday: "birthday";
57
+ giveawayRerolled: "giveawayRerolled";
58
+ giveawayWinner: "giveawayWinner";
59
+ giveawayEnded: "giveawayEnded";
60
+ giveawayDM: "giveawayDM";
61
+ linkedRole: "linkedRole";
62
+ giveaway: "giveaway";
63
+ welcome: "welcome";
64
+ leave: "leave";
65
+ clip: "clip";
66
+ kickBuiltInClip: "kickBuiltInClip";
67
+ vod: "vod";
68
+ kickLive: "kickLive";
69
+ kickOffline: "kickOffline";
70
+ twitchLive: "twitchLive";
71
+ twitchOffline: "twitchOffline";
72
+ rumbleLive: "rumbleLive";
73
+ rumbleOffline: "rumbleOffline";
74
+ tiktokLive: "tiktokLive";
75
+ tiktokOffline: "tiktokOffline";
76
+ tiktokVideo: "tiktokVideo";
77
+ youtubeLive: "youtubeLive";
78
+ youtubeVideo: "youtubeVideo";
79
+ }>;
80
+ messages: z.ZodArray<z.ZodString>;
81
+ }, z.core.$strip>>>;
82
+ autoLiveRoleLogs: z.ZodNullable<z.ZodString>;
83
+ autoLiveRoles: z.ZodArray<z.ZodLazy<z.ZodObject<{
84
+ roleId: z.ZodString;
121
85
  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>;
86
+ mode: z.ZodEnum<{
87
+ whitelist: "whitelist";
88
+ blacklist: "blacklist";
89
+ }>;
90
+ roles: z.ZodArray<z.ZodString>;
91
+ }, z.core.$strip>>>;
92
+ }, z.core.$strip>>>;
93
+ statusRoleLogs: z.ZodNullable<z.ZodString>;
94
+ statusRoles: z.ZodArray<z.ZodLazy<z.ZodObject<{
95
+ texts: z.ZodArray<z.ZodString>;
96
+ roleId: z.ZodString;
160
97
  keepOnOffline: z.ZodNullable<z.ZodBoolean>;
161
98
  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")[]>;
99
+ mode: z.ZodEnum<{
100
+ whitelist: "whitelist";
101
+ blacklist: "blacklist";
102
+ }>;
103
+ roles: z.ZodArray<z.ZodString>;
104
+ }, z.core.$strip>>>;
105
+ }, z.core.$strip>>>;
106
+ linkedRoleLogs: z.ZodNullable<z.ZodString>;
107
+ linkedRoles: z.ZodArray<z.ZodLazy<z.ZodObject<{
108
+ roleId: z.ZodString;
109
+ onAddRolesToAdd: z.ZodArray<z.ZodString>;
110
+ onAddRolesToRemove: z.ZodArray<z.ZodString>;
111
+ onRemoveRolesToAdd: z.ZodArray<z.ZodString>;
112
+ onRemoveRolesToRemove: z.ZodArray<z.ZodString>;
113
+ }, z.core.$strip>>>;
114
+ notificationOverrides: z.ZodArray<z.ZodLazy<z.ZodObject<{
115
+ query: z.ZodArray<z.ZodString>;
116
+ queryIn: z.ZodArray<z.ZodEnum<{
117
+ title: "title";
118
+ description: "description";
119
+ category: "category";
120
+ }>>;
121
+ applyTo: z.ZodArray<z.ZodEnum<{
122
+ kick: "kick";
123
+ twitch: "twitch";
124
+ rumble: "rumble";
125
+ tiktok: "tiktok";
126
+ youtube: "youtube";
127
+ }>>;
240
128
  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">]>>;
129
+ overrideChannelId: z.ZodNullable<z.ZodString>;
130
+ overridePingRoleId: z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
243
131
  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
- }[]>;
132
+ actions: z.ZodArray<z.ZodEnum<{
133
+ autoPublish: "autoPublish";
134
+ cancel: "cancel";
135
+ dontPublish: "dontPublish";
136
+ }>>;
137
+ }, z.core.$strip>>>;
282
138
  ignoreIfNotCatchedByOverride: z.ZodNullable<z.ZodBoolean>;
283
- singleMessages: z.ZodEffects<z.ZodArray<z.ZodLazy<z.ZodObject<{
139
+ singleMessages: z.ZodArray<z.ZodLazy<z.ZodObject<{
284
140
  message: z.ZodNullable<z.ZodString>;
285
141
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
286
142
  enabled: z.ZodNullable<z.ZodBoolean>;
287
143
  username: z.ZodNullable<z.ZodString>;
288
144
  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<{
145
+ }, z.core.$strip>>>;
146
+ type: z.ZodEnum<{
147
+ autoLiveRoleAdded: "autoLiveRoleAdded";
148
+ autoLiveRoleRemoved: "autoLiveRoleRemoved";
149
+ statusRoleAdded: "statusRoleAdded";
150
+ statusRoleRemoved: "statusRoleRemoved";
151
+ statChannelLive: "statChannelLive";
152
+ statChannelOffline: "statChannelOffline";
153
+ statFollowers: "statFollowers";
154
+ }>;
155
+ }, z.core.$strip>>>;
156
+ messages: z.ZodArray<z.ZodLazy<z.ZodObject<{
333
157
  content: z.ZodNullable<z.ZodString>;
334
158
  embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
335
159
  title: z.ZodNullable<z.ZodString>;
@@ -346,197 +170,45 @@ export declare const GuildZod: {
346
170
  name: z.ZodString;
347
171
  value: z.ZodNullable<z.ZodString>;
348
172
  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
- }>>>;
173
+ }, z.core.$strip>>>;
174
+ }, z.core.$strip>>>;
391
175
  buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
392
176
  title: z.ZodString;
393
177
  url: z.ZodNullable<z.ZodString>;
394
178
  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">;
179
+ }, z.core.$strip>>>;
404
180
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
405
181
  enabled: z.ZodNullable<z.ZodBoolean>;
406
182
  username: z.ZodNullable<z.ZodString>;
407
183
  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<{
184
+ }, z.core.$strip>>>;
185
+ type: z.ZodEnum<{
186
+ birthday: "birthday";
187
+ giveawayRerolled: "giveawayRerolled";
188
+ giveawayWinner: "giveawayWinner";
189
+ giveawayEnded: "giveawayEnded";
190
+ giveawayDM: "giveawayDM";
191
+ linkedRole: "linkedRole";
192
+ giveaway: "giveaway";
193
+ welcome: "welcome";
194
+ leave: "leave";
195
+ clip: "clip";
196
+ kickBuiltInClip: "kickBuiltInClip";
197
+ vod: "vod";
198
+ kickLive: "kickLive";
199
+ kickOffline: "kickOffline";
200
+ twitchLive: "twitchLive";
201
+ twitchOffline: "twitchOffline";
202
+ rumbleLive: "rumbleLive";
203
+ rumbleOffline: "rumbleOffline";
204
+ tiktokLive: "tiktokLive";
205
+ tiktokOffline: "tiktokOffline";
206
+ tiktokVideo: "tiktokVideo";
207
+ youtubeLive: "youtubeLive";
208
+ youtubeVideo: "youtubeVideo";
209
+ }>;
210
+ }, z.core.$strip>>>;
211
+ stickyMessages: z.ZodArray<z.ZodLazy<z.ZodObject<{
540
212
  content: z.ZodNullable<z.ZodString>;
541
213
  embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
542
214
  title: z.ZodNullable<z.ZodString>;
@@ -553,548 +225,31 @@ export declare const GuildZod: {
553
225
  name: z.ZodString;
554
226
  value: z.ZodNullable<z.ZodString>;
555
227
  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
- }>>>;
228
+ }, z.core.$strip>>>;
229
+ }, z.core.$strip>>>;
598
230
  buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
599
231
  title: z.ZodString;
600
232
  url: z.ZodNullable<z.ZodString>;
601
233
  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">;
234
+ }, z.core.$strip>>>;
611
235
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
612
236
  enabled: z.ZodNullable<z.ZodBoolean>;
613
237
  username: z.ZodNullable<z.ZodString>;
614
238
  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
- }[]>;
239
+ }, z.core.$strip>>>;
240
+ channelId: z.ZodString;
241
+ messageId: z.ZodNullable<z.ZodString>;
242
+ }, z.core.$strip>>>;
751
243
  stickyMessageDelaySeconds: z.ZodNullable<z.ZodNumber>;
752
244
  gettingStarted: z.ZodNullable<z.ZodLazy<z.ZodObject<{
753
245
  didSetupBirthday: z.ZodBoolean;
754
246
  didSetupFirstContentCreator: z.ZodBoolean;
755
247
  didBuyPremium: z.ZodBoolean;
756
248
  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
- }>;
249
+ }, z.core.$strip>>>;
250
+ }, z.core.$strip>;
1097
251
  readonly GuildPremiumSchema: z.ZodObject<{
252
+ tier: z.ZodString;
1098
253
  additionalStickyMessages: z.ZodNumber;
1099
254
  additionalAutoLiveRoles: z.ZodNumber;
1100
255
  additionalLinkedRoles: z.ZodNumber;
@@ -1106,34 +261,8 @@ export declare const GuildZod: {
1106
261
  additionalTwitchConnections: z.ZodNumber;
1107
262
  additionalYoutubeConnections: z.ZodNumber;
1108
263
  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
- }>;
264
+ customBot: z.ZodBoolean;
265
+ }, z.core.$strip>;
1137
266
  readonly GuildDisableBrandingSchema: z.ZodObject<{
1138
267
  stickyMessage: z.ZodNullable<z.ZodBoolean>;
1139
268
  watchOnButton: z.ZodNullable<z.ZodBoolean>;
@@ -1146,181 +275,89 @@ export declare const GuildZod: {
1146
275
  birthday: z.ZodNullable<z.ZodBoolean>;
1147
276
  clips: z.ZodNullable<z.ZodBoolean>;
1148
277
  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
- }>;
278
+ }, z.core.$strip>;
1174
279
  readonly GuildAutoLiveRoleSchema: z.ZodObject<{
1175
- roleId: z.ZodEffects<z.ZodString, string, string>;
280
+ roleId: z.ZodString;
1176
281
  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
- }>;
282
+ mode: z.ZodEnum<{
283
+ whitelist: "whitelist";
284
+ blacklist: "blacklist";
285
+ }>;
286
+ roles: z.ZodArray<z.ZodString>;
287
+ }, z.core.$strip>>>;
288
+ }, z.core.$strip>;
1199
289
  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
- }>;
290
+ mode: z.ZodEnum<{
291
+ whitelist: "whitelist";
292
+ blacklist: "blacklist";
293
+ }>;
294
+ roles: z.ZodArray<z.ZodString>;
295
+ }, z.core.$strip>;
1209
296
  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>;
297
+ texts: z.ZodArray<z.ZodString>;
298
+ roleId: z.ZodString;
1212
299
  keepOnOffline: z.ZodNullable<z.ZodBoolean>;
1213
300
  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
- }>;
301
+ mode: z.ZodEnum<{
302
+ whitelist: "whitelist";
303
+ blacklist: "blacklist";
304
+ }>;
305
+ roles: z.ZodArray<z.ZodString>;
306
+ }, z.core.$strip>>>;
307
+ }, z.core.$strip>;
1240
308
  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
- }>;
309
+ mode: z.ZodEnum<{
310
+ whitelist: "whitelist";
311
+ blacklist: "blacklist";
312
+ }>;
313
+ roles: z.ZodArray<z.ZodString>;
314
+ }, z.core.$strip>;
1250
315
  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")[]>;
316
+ query: z.ZodArray<z.ZodString>;
317
+ queryIn: z.ZodArray<z.ZodEnum<{
318
+ title: "title";
319
+ description: "description";
320
+ category: "category";
321
+ }>>;
322
+ applyTo: z.ZodArray<z.ZodEnum<{
323
+ kick: "kick";
324
+ twitch: "twitch";
325
+ rumble: "rumble";
326
+ tiktok: "tiktok";
327
+ youtube: "youtube";
328
+ }>>;
1254
329
  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">]>>;
330
+ overrideChannelId: z.ZodNullable<z.ZodString>;
331
+ overridePingRoleId: z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"everyone">, z.ZodLiteral<"here">]>>;
1257
332
  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
- }>;
333
+ actions: z.ZodArray<z.ZodEnum<{
334
+ autoPublish: "autoPublish";
335
+ cancel: "cancel";
336
+ dontPublish: "dontPublish";
337
+ }>>;
338
+ }, z.core.$strip>;
1278
339
  readonly GuildCustomSingleMessageSchema: z.ZodObject<{
1279
340
  message: z.ZodNullable<z.ZodString>;
1280
341
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1281
342
  enabled: z.ZodNullable<z.ZodBoolean>;
1282
343
  username: z.ZodNullable<z.ZodString>;
1283
344
  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
- }>;
345
+ }, z.core.$strip>>>;
346
+ type: z.ZodEnum<{
347
+ autoLiveRoleAdded: "autoLiveRoleAdded";
348
+ autoLiveRoleRemoved: "autoLiveRoleRemoved";
349
+ statusRoleAdded: "statusRoleAdded";
350
+ statusRoleRemoved: "statusRoleRemoved";
351
+ statChannelLive: "statChannelLive";
352
+ statChannelOffline: "statChannelOffline";
353
+ statFollowers: "statFollowers";
354
+ }>;
355
+ }, z.core.$strip>;
1311
356
  readonly GuildSingleMessageWebhookSchema: z.ZodObject<{
1312
357
  enabled: z.ZodNullable<z.ZodBoolean>;
1313
358
  username: z.ZodNullable<z.ZodString>;
1314
359
  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
- }>;
360
+ }, z.core.$strip>;
1324
361
  readonly GuildCustomMessageSchema: z.ZodObject<{
1325
362
  content: z.ZodNullable<z.ZodString>;
1326
363
  embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -1338,136 +375,44 @@ export declare const GuildZod: {
1338
375
  name: z.ZodString;
1339
376
  value: z.ZodNullable<z.ZodString>;
1340
377
  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
- }>>>;
378
+ }, z.core.$strip>>>;
379
+ }, z.core.$strip>>>;
1383
380
  buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
1384
381
  title: z.ZodString;
1385
382
  url: z.ZodNullable<z.ZodString>;
1386
383
  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">;
384
+ }, z.core.$strip>>>;
1396
385
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1397
386
  enabled: z.ZodNullable<z.ZodBoolean>;
1398
387
  username: z.ZodNullable<z.ZodString>;
1399
388
  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
- }>;
389
+ }, z.core.$strip>>>;
390
+ type: z.ZodEnum<{
391
+ birthday: "birthday";
392
+ giveawayRerolled: "giveawayRerolled";
393
+ giveawayWinner: "giveawayWinner";
394
+ giveawayEnded: "giveawayEnded";
395
+ giveawayDM: "giveawayDM";
396
+ linkedRole: "linkedRole";
397
+ giveaway: "giveaway";
398
+ welcome: "welcome";
399
+ leave: "leave";
400
+ clip: "clip";
401
+ kickBuiltInClip: "kickBuiltInClip";
402
+ vod: "vod";
403
+ kickLive: "kickLive";
404
+ kickOffline: "kickOffline";
405
+ twitchLive: "twitchLive";
406
+ twitchOffline: "twitchOffline";
407
+ rumbleLive: "rumbleLive";
408
+ rumbleOffline: "rumbleOffline";
409
+ tiktokLive: "tiktokLive";
410
+ tiktokOffline: "tiktokOffline";
411
+ tiktokVideo: "tiktokVideo";
412
+ youtubeLive: "youtubeLive";
413
+ youtubeVideo: "youtubeVideo";
414
+ }>;
415
+ }, z.core.$strip>;
1471
416
  readonly GuildStickyMessageSchema: z.ZodObject<{
1472
417
  content: z.ZodNullable<z.ZodString>;
1473
418
  embed: z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -1485,154 +430,26 @@ export declare const GuildZod: {
1485
430
  name: z.ZodString;
1486
431
  value: z.ZodNullable<z.ZodString>;
1487
432
  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
- }>>>;
433
+ }, z.core.$strip>>>;
434
+ }, z.core.$strip>>>;
1530
435
  buttons: z.ZodArray<z.ZodLazy<z.ZodObject<{
1531
436
  title: z.ZodString;
1532
437
  url: z.ZodNullable<z.ZodString>;
1533
438
  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">;
439
+ }, z.core.$strip>>>;
1543
440
  webhook: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1544
441
  enabled: z.ZodNullable<z.ZodBoolean>;
1545
442
  username: z.ZodNullable<z.ZodString>;
1546
443
  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
- }>;
444
+ }, z.core.$strip>>>;
445
+ channelId: z.ZodString;
446
+ messageId: z.ZodNullable<z.ZodString>;
447
+ }, z.core.$strip>;
1621
448
  readonly GuildGettingStartedSchema: z.ZodObject<{
1622
449
  didSetupBirthday: z.ZodBoolean;
1623
450
  didSetupFirstContentCreator: z.ZodBoolean;
1624
451
  didBuyPremium: z.ZodBoolean;
1625
452
  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
- }>;
453
+ }, z.core.$strip>;
1637
454
  };
1638
455
  export declare const GuildZodPartial: PartialZodObject<typeof GuildZod>;