waha-shared 1.0.211 → 1.0.213
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.
- package/dist/data/areas/areas.schema.json +53 -19
- package/dist/data/areas/areas.zod.d.ts +12 -15
- package/dist/data/aslTimestamps/aslTimestamps.schema.json +11 -18
- package/dist/data/aslTimestamps/aslTimestamps.zod.d.ts +34 -4
- package/dist/data/bibleAudios/bibleAudios.schema.json +11 -14
- package/dist/data/bibleAudios/bibleAudios.zod.d.ts +15 -11
- package/dist/data/bibleAudios/bibleAudios.zod.js +4 -5
- package/dist/data/bibleAudios/index.d.ts +2 -5
- package/dist/data/bibleBooks/bibleBooks.schema.json +50 -71
- package/dist/data/bibleBooks/bibleBooks.zod.d.ts +51 -5
- package/dist/data/bibleBooks/index.d.ts +2 -2
- package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +2 -5
- package/dist/data/bibleChaptersList/bibleChaptersList.zod.d.ts +1 -1
- package/dist/data/bibleStatuses/bibleStatuses.json +110 -2
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +40 -46
- package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +25 -5
- package/dist/data/bibleStatuses/bibleStatuses.zod.js +27 -2
- package/dist/data/bibleTexts/bibleTexts.schema.json +24 -40
- package/dist/data/bibleTexts/bibleTexts.zod.d.ts +39 -11
- package/dist/data/bibleTexts/index.d.ts +3 -3
- package/dist/data/clones/clones.schema.json +26 -27
- package/dist/data/clones/clones.zod.d.ts +24 -2
- package/dist/data/clones/clones.zod.js +1 -1
- package/dist/data/clones/index.d.ts +3 -3
- package/dist/data/countries/countries.schema.json +90 -91
- package/dist/data/countries/countries.zod.d.ts +88 -19
- package/dist/data/countries/countries.zod.js +138 -49
- package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +8 -19
- package/dist/data/countriesAndLanguages/countriesAndLanguages.zod.d.ts +28 -2
- package/dist/data/countriesAndLanguages/index.d.ts +2 -2
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +4 -13
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +13 -1
- package/dist/data/crowdinLanguages/index.d.ts +1 -1
- package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +8 -16
- package/dist/data/curriculumFoundations/curriculumFoundations.zod.d.ts +10 -2
- package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +13 -24
- package/dist/data/curriculumQuestions/curriculumQuestions.zod.d.ts +23 -3
- package/dist/data/curriculumTopics/curriculumTopics.schema.json +8 -16
- package/dist/data/curriculumTopics/curriculumTopics.zod.d.ts +10 -2
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +2 -5
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.zod.d.ts +1 -1
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +2 -8
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.zod.js +1 -1
- package/dist/data/languageAssets/languageAssets.json +37702 -0
- package/dist/data/languageAssets/languageAssets.schema.json +12 -15
- package/dist/data/languageAssets/languageAssets.zod.d.ts +1 -1
- package/dist/data/languageAssets/languageAssets.zod.js +43 -3
- package/dist/data/languages/index.d.ts +4 -8
- package/dist/data/languages/languages.json +1 -1
- package/dist/data/languages/languages.schema.json +89 -136
- package/dist/data/languages/languages.zod.d.ts +116 -194
- package/dist/data/languages/languages.zod.js +1 -7
- package/dist/data/mediaDurations/mediaDurations.schema.json +14 -21
- package/dist/data/mediaDurations/mediaDurations.zod.d.ts +1 -1
- package/dist/data/mediaDurations/mediaDurations.zod.js +41 -3
- package/dist/data/notification/notification.schema.json +57 -67
- package/dist/data/notification/notification.zod.d.ts +39 -15
- package/dist/data/notification/notification.zod.js +134 -4
- package/dist/data/numeralMaps/numeralMaps.schema.json +62 -62
- package/dist/data/numeralMaps/numeralMaps.zod.d.ts +46 -2
- package/dist/data/numeralMaps/numeralMaps.zod.js +64 -14
- package/dist/data/phoneLanguages/index.d.ts +1 -1
- package/dist/data/phoneLanguages/phoneLanguages.schema.json +8 -18
- package/dist/data/phoneLanguages/phoneLanguages.zod.d.ts +22 -2
- package/dist/data/questions/index.d.ts +1 -1
- package/dist/data/questions/questions.schema.json +11 -11
- package/dist/data/questions/questions.zod.d.ts +14 -6
- package/dist/data/releaseNotes/index.d.ts +1 -1
- package/dist/data/releaseNotes/releaseNotes.schema.json +11 -23
- package/dist/data/releaseNotes/releaseNotes.zod.d.ts +9 -1
- package/dist/data/releaseNotes/releaseNotes.zod.js +1 -1
- package/dist/data/screenshots/screenshots.schema.json +6 -12
- package/dist/data/screenshots/screenshots.zod.d.ts +5 -1
- package/dist/data/scripts/scripts.schema.json +4 -11
- package/dist/data/scripts/scripts.zod.d.ts +7 -1
- package/dist/data/sets/index.d.ts +2 -2
- package/dist/data/sets/sets.schema.json +22 -25
- package/dist/data/sets/sets.zod.d.ts +39 -61
- package/dist/data/specialIds/specialIds.schema.json +1 -5
- package/dist/data/specialIds/specialIds.zod.d.ts +41 -11
- package/dist/data/translationsApp/index.d.ts +9 -9
- package/dist/data/translationsApp/translationsApp.json +1 -0
- package/dist/data/translationsApp/translationsApp.schema.json +668 -667
- package/dist/data/translationsApp/translationsApp.zod.d.ts +631 -1
- package/dist/data/translationsApp/translationsApp.zod.js +2 -2
- package/dist/data/translationsFtb/translationsFtb.json +884 -0
- package/dist/data/translationsFtb/translationsFtb.schema.json +149 -147
- package/dist/data/translationsFtb/translationsFtb.zod.d.ts +135 -1
- package/dist/data/translationsFtb/translationsFtb.zod.js +1 -1
- package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +18 -15
- package/dist/data/translationsIntroduction/translationsIntroduction.zod.d.ts +160 -2
- package/dist/data/translationsIntroduction/translationsIntroduction.zod.js +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +480 -0
- package/dist/data/translationsQuestion/translationsQuestion.schema.json +14 -9
- package/dist/data/translationsQuestion/translationsQuestion.zod.js +1 -1
- package/dist/data/translationsSet/translationsSet.json +20694 -11135
- package/dist/data/translationsSet/translationsSet.schema.json +56 -52
- package/dist/data/translationsSet/translationsSet.zod.d.ts +19 -1
- package/dist/data/translationsSet/translationsSet.zod.js +4 -4
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +100 -98
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.d.ts +87 -1
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.js +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +480 -0
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +23 -18
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.zod.js +1 -1
- package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +2 -9
- package/dist/data/youtubePlaylists/youtubePlaylists.zod.js +1 -1
- package/dist/data/youtubeVideos/youtubeVideos.schema.json +2 -9
- package/dist/data/youtubeVideos/youtubeVideos.zod.js +1 -1
- package/dist/types/analytics.d.ts +1 -14
- package/dist/types/articles.d.ts +344 -94
- package/dist/types/articles.js +13 -13
- package/dist/types/bibleChapters.d.ts +91 -13
- package/dist/types/bibleChapters.js +1 -1
- package/dist/types/feedback.d.ts +41 -3
- package/dist/types/feedback.js +1 -1
- package/dist/types/microLessons.d.ts +869 -70
- package/dist/types/microLessons.js +29 -29
- package/dist/types/notifications.d.ts +119 -19
- package/dist/types/scripturePassages.d.ts +34 -4
- package/dist/types/users.d.ts +776 -221
- package/dist/types/users.js +1 -2
- package/dist/types/webContent.d.ts +20 -8
- package/package.json +3 -3
package/dist/types/articles.js
CHANGED
|
@@ -4,12 +4,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.ArticlesResponseSchema = exports.ResponseArticleSchema = exports.ArticleSchema = void 0;
|
|
7
|
-
const
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
8
|
const webContent_1 = require("./webContent");
|
|
9
|
-
exports.ArticleSchema =
|
|
10
|
-
title:
|
|
11
|
-
author:
|
|
12
|
-
category:
|
|
9
|
+
exports.ArticleSchema = zod_1.default.object({
|
|
10
|
+
title: zod_1.default.string(),
|
|
11
|
+
author: zod_1.default.string().optional(),
|
|
12
|
+
category: zod_1.default.enum([
|
|
13
13
|
'Case Studies',
|
|
14
14
|
'Discovering God',
|
|
15
15
|
'Disciple Making Secrets',
|
|
@@ -17,14 +17,14 @@ exports.ArticleSchema = v4_1.default.object({
|
|
|
17
17
|
'Books',
|
|
18
18
|
'Films',
|
|
19
19
|
]),
|
|
20
|
-
image:
|
|
20
|
+
image: zod_1.default.string().optional(),
|
|
21
21
|
date: webContent_1.DateSchema,
|
|
22
22
|
isDraft: webContent_1.IsDraftSchema,
|
|
23
23
|
seekerFriendly: webContent_1.SeekerFriendlySchema,
|
|
24
24
|
platform: webContent_1.PlatformSchema,
|
|
25
25
|
audio: webContent_1.AudioSchema,
|
|
26
26
|
video: webContent_1.VideoSchema,
|
|
27
|
-
impactStoryRegion:
|
|
27
|
+
impactStoryRegion: zod_1.default
|
|
28
28
|
.enum([
|
|
29
29
|
'North America',
|
|
30
30
|
'Latin America and the Caribbean',
|
|
@@ -42,12 +42,12 @@ exports.ArticleSchema = v4_1.default.object({
|
|
|
42
42
|
.optional()
|
|
43
43
|
.describe('If this article is an impact story that should show up on the dashboard, select the region it is associated with.'),
|
|
44
44
|
});
|
|
45
|
-
exports.ResponseArticleSchema =
|
|
46
|
-
id:
|
|
45
|
+
exports.ResponseArticleSchema = zod_1.default.object({
|
|
46
|
+
id: zod_1.default.string(),
|
|
47
47
|
data: exports.ArticleSchema,
|
|
48
|
-
body:
|
|
49
|
-
slug:
|
|
48
|
+
body: zod_1.default.string(),
|
|
49
|
+
slug: zod_1.default.string(),
|
|
50
50
|
});
|
|
51
|
-
exports.ArticlesResponseSchema =
|
|
52
|
-
data:
|
|
51
|
+
exports.ArticlesResponseSchema = zod_1.default.object({
|
|
52
|
+
data: zod_1.default.array(exports.ResponseArticleSchema),
|
|
53
53
|
});
|
|
@@ -1,36 +1,114 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const BibleVerse: z.ZodObject<{
|
|
3
3
|
text: z.ZodString;
|
|
4
|
-
timings: z.ZodOptional<z.ZodUnion<
|
|
5
|
-
uroman: z.ZodOptional<z.ZodUnion<
|
|
4
|
+
timings: z.ZodOptional<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodNull]>>;
|
|
5
|
+
uroman: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6
6
|
verseId: z.ZodString;
|
|
7
|
-
}, z.
|
|
7
|
+
}, "strict", z.ZodTypeAny, {
|
|
8
|
+
verseId: string;
|
|
9
|
+
text: string;
|
|
10
|
+
timings?: [number, number] | null | undefined;
|
|
11
|
+
uroman?: string | null | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
verseId: string;
|
|
14
|
+
text: string;
|
|
15
|
+
timings?: [number, number] | null | undefined;
|
|
16
|
+
uroman?: string | null | undefined;
|
|
17
|
+
}>;
|
|
8
18
|
export type BibleVerse = z.infer<typeof BibleVerse>;
|
|
9
19
|
export declare const BibleChapter: z.ZodObject<{
|
|
10
20
|
bookName: z.ZodString;
|
|
11
21
|
chapterId: z.ZodString;
|
|
12
22
|
reference: z.ZodOptional<z.ZodString>;
|
|
13
|
-
titles: z.ZodOptional<z.ZodUnion<
|
|
23
|
+
titles: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
14
24
|
translationId: z.ZodString;
|
|
15
25
|
verses: z.ZodArray<z.ZodObject<{
|
|
16
26
|
text: z.ZodString;
|
|
17
|
-
timings: z.ZodOptional<z.ZodUnion<
|
|
18
|
-
uroman: z.ZodOptional<z.ZodUnion<
|
|
27
|
+
timings: z.ZodOptional<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodNull]>>;
|
|
28
|
+
uroman: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
19
29
|
verseId: z.ZodString;
|
|
20
|
-
}, z.
|
|
21
|
-
|
|
30
|
+
}, "strict", z.ZodTypeAny, {
|
|
31
|
+
verseId: string;
|
|
32
|
+
text: string;
|
|
33
|
+
timings?: [number, number] | null | undefined;
|
|
34
|
+
uroman?: string | null | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
verseId: string;
|
|
37
|
+
text: string;
|
|
38
|
+
timings?: [number, number] | null | undefined;
|
|
39
|
+
uroman?: string | null | undefined;
|
|
40
|
+
}>, "many">;
|
|
41
|
+
}, "strict", z.ZodTypeAny, {
|
|
42
|
+
verses: {
|
|
43
|
+
verseId: string;
|
|
44
|
+
text: string;
|
|
45
|
+
timings?: [number, number] | null | undefined;
|
|
46
|
+
uroman?: string | null | undefined;
|
|
47
|
+
}[];
|
|
48
|
+
bookName: string;
|
|
49
|
+
chapterId: string;
|
|
50
|
+
translationId: string;
|
|
51
|
+
titles?: Record<string, string> | null | undefined;
|
|
52
|
+
reference?: string | undefined;
|
|
53
|
+
}, {
|
|
54
|
+
verses: {
|
|
55
|
+
verseId: string;
|
|
56
|
+
text: string;
|
|
57
|
+
timings?: [number, number] | null | undefined;
|
|
58
|
+
uroman?: string | null | undefined;
|
|
59
|
+
}[];
|
|
60
|
+
bookName: string;
|
|
61
|
+
chapterId: string;
|
|
62
|
+
translationId: string;
|
|
63
|
+
titles?: Record<string, string> | null | undefined;
|
|
64
|
+
reference?: string | undefined;
|
|
65
|
+
}>;
|
|
22
66
|
export type BibleChapter = z.infer<typeof BibleChapter>;
|
|
23
67
|
export declare const BibleChapters: z.ZodArray<z.ZodObject<{
|
|
24
68
|
bookName: z.ZodString;
|
|
25
69
|
chapterId: z.ZodString;
|
|
26
70
|
reference: z.ZodOptional<z.ZodString>;
|
|
27
|
-
titles: z.ZodOptional<z.ZodUnion<
|
|
71
|
+
titles: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
28
72
|
translationId: z.ZodString;
|
|
29
73
|
verses: z.ZodArray<z.ZodObject<{
|
|
30
74
|
text: z.ZodString;
|
|
31
|
-
timings: z.ZodOptional<z.ZodUnion<
|
|
32
|
-
uroman: z.ZodOptional<z.ZodUnion<
|
|
75
|
+
timings: z.ZodOptional<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodNull]>>;
|
|
76
|
+
uroman: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
33
77
|
verseId: z.ZodString;
|
|
34
|
-
}, z.
|
|
35
|
-
|
|
78
|
+
}, "strict", z.ZodTypeAny, {
|
|
79
|
+
verseId: string;
|
|
80
|
+
text: string;
|
|
81
|
+
timings?: [number, number] | null | undefined;
|
|
82
|
+
uroman?: string | null | undefined;
|
|
83
|
+
}, {
|
|
84
|
+
verseId: string;
|
|
85
|
+
text: string;
|
|
86
|
+
timings?: [number, number] | null | undefined;
|
|
87
|
+
uroman?: string | null | undefined;
|
|
88
|
+
}>, "many">;
|
|
89
|
+
}, "strict", z.ZodTypeAny, {
|
|
90
|
+
verses: {
|
|
91
|
+
verseId: string;
|
|
92
|
+
text: string;
|
|
93
|
+
timings?: [number, number] | null | undefined;
|
|
94
|
+
uroman?: string | null | undefined;
|
|
95
|
+
}[];
|
|
96
|
+
bookName: string;
|
|
97
|
+
chapterId: string;
|
|
98
|
+
translationId: string;
|
|
99
|
+
titles?: Record<string, string> | null | undefined;
|
|
100
|
+
reference?: string | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
verses: {
|
|
103
|
+
verseId: string;
|
|
104
|
+
text: string;
|
|
105
|
+
timings?: [number, number] | null | undefined;
|
|
106
|
+
uroman?: string | null | undefined;
|
|
107
|
+
}[];
|
|
108
|
+
bookName: string;
|
|
109
|
+
chapterId: string;
|
|
110
|
+
translationId: string;
|
|
111
|
+
titles?: Record<string, string> | null | undefined;
|
|
112
|
+
reference?: string | undefined;
|
|
113
|
+
}>, "many">;
|
|
36
114
|
export type BibleChapters = z.infer<typeof BibleChapters>;
|
|
@@ -19,7 +19,7 @@ exports.BibleChapter = zod_1.z
|
|
|
19
19
|
.string()
|
|
20
20
|
.regex(new RegExp('^(GEN|EXO|LEV|NUM|DEU|JOS|JDG|RUT|1SA|2SA|1KI|2KI|1CH|2CH|EZR|NEH|EST|JOB|PSA|PRO|ECC|SNG|ISA|JER|LAM|EZK|DAN|HOS|JOL|AMO|OBA|JON|MIC|NAM|HAB|ZEP|HAG|ZEC|MAL|MAT|MRK|LUK|JHN|ACT|ROM|1CO|2CO|GAL|EPH|PHP|COL|1TH|2TH|1TI|2TI|TIT|PHM|HEB|JAS|1PE|2PE|1JN|2JN|3JN|JUD|REV)\\.[0-9]+$')),
|
|
21
21
|
reference: zod_1.z.string().optional(),
|
|
22
|
-
titles: zod_1.z.union([zod_1.z.record(zod_1.z.string()
|
|
22
|
+
titles: zod_1.z.union([zod_1.z.record(zod_1.z.string()), zod_1.z.null()]).optional(),
|
|
23
23
|
translationId: zod_1.z.string(),
|
|
24
24
|
verses: zod_1.z.array(exports.BibleVerse).min(1),
|
|
25
25
|
})
|
package/dist/types/feedback.d.ts
CHANGED
|
@@ -10,13 +10,51 @@ export declare const FeedbackSchema: z.ZodObject<{
|
|
|
10
10
|
lessonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
wahaUserId: z.ZodOptional<z.ZodString>;
|
|
12
12
|
name: z.ZodOptional<z.ZodString>;
|
|
13
|
-
email: z.
|
|
13
|
+
email: z.ZodString;
|
|
14
14
|
message: z.ZodOptional<z.ZodString>;
|
|
15
|
-
journey: z.ZodOptional<z.ZodUnion<
|
|
15
|
+
journey: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodBoolean>]>>;
|
|
16
16
|
goals: z.ZodOptional<z.ZodString>;
|
|
17
17
|
hear: z.ZodOptional<z.ZodString>;
|
|
18
18
|
beforeWaha: z.ZodOptional<z.ZodString>;
|
|
19
19
|
godDone: z.ZodOptional<z.ZodString>;
|
|
20
20
|
findOut: z.ZodOptional<z.ZodString>;
|
|
21
|
-
}, z.
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
email: string;
|
|
23
|
+
language: string;
|
|
24
|
+
appVersion: string;
|
|
25
|
+
OS: string;
|
|
26
|
+
timeSubmitted: number;
|
|
27
|
+
formName: string;
|
|
28
|
+
city?: string | undefined;
|
|
29
|
+
name?: string | undefined;
|
|
30
|
+
message?: string | undefined;
|
|
31
|
+
lessonId?: string | null | undefined;
|
|
32
|
+
country?: string | undefined;
|
|
33
|
+
wahaUserId?: string | undefined;
|
|
34
|
+
journey?: string | Record<string, boolean> | undefined;
|
|
35
|
+
goals?: string | undefined;
|
|
36
|
+
hear?: string | undefined;
|
|
37
|
+
beforeWaha?: string | undefined;
|
|
38
|
+
godDone?: string | undefined;
|
|
39
|
+
findOut?: string | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
email: string;
|
|
42
|
+
language: string;
|
|
43
|
+
appVersion: string;
|
|
44
|
+
OS: string;
|
|
45
|
+
timeSubmitted: number;
|
|
46
|
+
formName: string;
|
|
47
|
+
city?: string | undefined;
|
|
48
|
+
name?: string | undefined;
|
|
49
|
+
message?: string | undefined;
|
|
50
|
+
lessonId?: string | null | undefined;
|
|
51
|
+
country?: string | undefined;
|
|
52
|
+
wahaUserId?: string | undefined;
|
|
53
|
+
journey?: string | Record<string, boolean> | undefined;
|
|
54
|
+
goals?: string | undefined;
|
|
55
|
+
hear?: string | undefined;
|
|
56
|
+
beforeWaha?: string | undefined;
|
|
57
|
+
godDone?: string | undefined;
|
|
58
|
+
findOut?: string | undefined;
|
|
59
|
+
}>;
|
|
22
60
|
export type Feedback = z.infer<typeof FeedbackSchema>;
|
package/dist/types/feedback.js
CHANGED
|
@@ -13,7 +13,7 @@ exports.FeedbackSchema = zod_1.z.object({
|
|
|
13
13
|
lessonId: zod_1.z.string().nullable().optional(),
|
|
14
14
|
wahaUserId: zod_1.z.string().optional(),
|
|
15
15
|
name: zod_1.z.string().optional(),
|
|
16
|
-
email: zod_1.z.email(),
|
|
16
|
+
email: zod_1.z.string().email(),
|
|
17
17
|
// For the standard contact us form.
|
|
18
18
|
message: zod_1.z.string().optional(),
|
|
19
19
|
// For the code request form.
|