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
|
@@ -4,10 +4,18 @@ export declare const Questions: z.ZodArray<z.ZodObject<{
|
|
|
4
4
|
name: z.ZodString;
|
|
5
5
|
comment: z.ZodString;
|
|
6
6
|
hasBeep: z.ZodBoolean;
|
|
7
|
-
music: z.ZodOptional<z.ZodEnum<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
music: z.ZodOptional<z.ZodEnum<["outroLong", "outroShort", "intro"]>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
name: string;
|
|
10
|
+
questionId: string;
|
|
11
|
+
comment: string;
|
|
12
|
+
hasBeep: boolean;
|
|
13
|
+
music?: "outroLong" | "outroShort" | "intro" | undefined;
|
|
14
|
+
}, {
|
|
15
|
+
name: string;
|
|
16
|
+
questionId: string;
|
|
17
|
+
comment: string;
|
|
18
|
+
hasBeep: boolean;
|
|
19
|
+
music?: "outroLong" | "outroShort" | "intro" | undefined;
|
|
20
|
+
}>, "many">;
|
|
13
21
|
export type Questions = z.infer<typeof Questions>;
|
|
@@ -6,40 +6,28 @@
|
|
|
6
6
|
"type": "string"
|
|
7
7
|
},
|
|
8
8
|
"data": {
|
|
9
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
10
|
-
"type": "array",
|
|
11
9
|
"items": {
|
|
12
|
-
"type": "object",
|
|
13
10
|
"properties": {
|
|
14
11
|
"version": {
|
|
15
|
-
"
|
|
16
|
-
"
|
|
12
|
+
"description": "The semver version of this release.",
|
|
13
|
+
"type": "string"
|
|
17
14
|
},
|
|
18
15
|
"notes": {
|
|
19
|
-
"type": "object",
|
|
20
|
-
"propertyNames": {
|
|
21
|
-
"type": "string"
|
|
22
|
-
},
|
|
23
16
|
"additionalProperties": {
|
|
24
17
|
"type": "string"
|
|
25
|
-
}
|
|
18
|
+
},
|
|
19
|
+
"type": "object"
|
|
26
20
|
},
|
|
27
21
|
"showInApp": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
22
|
+
"description": "If true, these release notes will pop up in a modal when the user updates to the newest version.",
|
|
23
|
+
"type": "boolean"
|
|
30
24
|
}
|
|
31
25
|
},
|
|
32
|
-
"required": [
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
],
|
|
37
|
-
"additionalProperties": false
|
|
38
|
-
}
|
|
26
|
+
"required": ["notes", "showInApp", "version"],
|
|
27
|
+
"type": "object"
|
|
28
|
+
},
|
|
29
|
+
"type": "array"
|
|
39
30
|
}
|
|
40
31
|
},
|
|
41
|
-
"required": [
|
|
42
|
-
"$schema",
|
|
43
|
-
"data"
|
|
44
|
-
]
|
|
32
|
+
"required": ["$schema", "data"]
|
|
45
33
|
}
|
|
@@ -3,5 +3,13 @@ export declare const ReleaseNotes: z.ZodArray<z.ZodObject<{
|
|
|
3
3
|
version: z.ZodString;
|
|
4
4
|
notes: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5
5
|
showInApp: z.ZodBoolean;
|
|
6
|
-
}, z.
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
notes: Record<string, string>;
|
|
8
|
+
version: string;
|
|
9
|
+
showInApp: boolean;
|
|
10
|
+
}, {
|
|
11
|
+
notes: Record<string, string>;
|
|
12
|
+
version: string;
|
|
13
|
+
showInApp: boolean;
|
|
14
|
+
}>, "many">;
|
|
7
15
|
export type ReleaseNotes = z.infer<typeof ReleaseNotes>;
|
|
@@ -4,7 +4,7 @@ exports.ReleaseNotes = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
exports.ReleaseNotes = zod_1.z.array(zod_1.z.object({
|
|
6
6
|
version: zod_1.z.string().describe('The semver version of this release.'),
|
|
7
|
-
notes: zod_1.z.record(zod_1.z.string()
|
|
7
|
+
notes: zod_1.z.record(zod_1.z.string()),
|
|
8
8
|
showInApp: zod_1.z
|
|
9
9
|
.boolean()
|
|
10
10
|
.describe('If true, these release notes will pop up in a modal when the user updates to the newest version.'),
|
|
@@ -6,22 +6,16 @@
|
|
|
6
6
|
"type": "string"
|
|
7
7
|
},
|
|
8
8
|
"data": {
|
|
9
|
-
"
|
|
10
|
-
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
11
10
|
"properties": {
|
|
12
11
|
"screenshotMode": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
12
|
+
"description": "Whether or not to make the app in screenshot mode. This disables several parts of the app and sets it up to be remotely controlled via the leviathan/take_store_screenshots.py script.",
|
|
13
|
+
"type": "boolean"
|
|
15
14
|
}
|
|
16
15
|
},
|
|
17
|
-
"required": [
|
|
18
|
-
|
|
19
|
-
],
|
|
20
|
-
"additionalProperties": false
|
|
16
|
+
"required": ["screenshotMode"],
|
|
17
|
+
"type": "object"
|
|
21
18
|
}
|
|
22
19
|
},
|
|
23
|
-
"required": [
|
|
24
|
-
"$schema",
|
|
25
|
-
"data"
|
|
26
|
-
]
|
|
20
|
+
"required": ["$schema", "data"]
|
|
27
21
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const Screenshots: z.ZodObject<{
|
|
3
3
|
screenshotMode: z.ZodBoolean;
|
|
4
|
-
}, z.
|
|
4
|
+
}, "strict", z.ZodTypeAny, {
|
|
5
|
+
screenshotMode: boolean;
|
|
6
|
+
}, {
|
|
7
|
+
screenshotMode: boolean;
|
|
8
|
+
}>;
|
|
5
9
|
export type Screenshots = z.infer<typeof Screenshots>;
|
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
"type": "string"
|
|
7
7
|
},
|
|
8
8
|
"data": {
|
|
9
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
10
9
|
"type": "array",
|
|
11
10
|
"items": {
|
|
12
|
-
"
|
|
11
|
+
"additionalProperties": false,
|
|
13
12
|
"properties": {
|
|
14
13
|
"name": {
|
|
15
14
|
"type": "string"
|
|
@@ -18,16 +17,10 @@
|
|
|
18
17
|
"type": "string"
|
|
19
18
|
}
|
|
20
19
|
},
|
|
21
|
-
"required": [
|
|
22
|
-
|
|
23
|
-
"fontFamily"
|
|
24
|
-
],
|
|
25
|
-
"additionalProperties": false
|
|
20
|
+
"required": ["name", "fontFamily"],
|
|
21
|
+
"type": "object"
|
|
26
22
|
}
|
|
27
23
|
}
|
|
28
24
|
},
|
|
29
|
-
"required": [
|
|
30
|
-
"$schema",
|
|
31
|
-
"data"
|
|
32
|
-
]
|
|
25
|
+
"required": ["$schema", "data"]
|
|
33
26
|
}
|
|
@@ -2,5 +2,11 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const Scripts: z.ZodArray<z.ZodObject<{
|
|
3
3
|
name: z.ZodString;
|
|
4
4
|
fontFamily: z.ZodString;
|
|
5
|
-
}, z.
|
|
5
|
+
}, "strict", z.ZodTypeAny, {
|
|
6
|
+
name: string;
|
|
7
|
+
fontFamily: string;
|
|
8
|
+
}, {
|
|
9
|
+
name: string;
|
|
10
|
+
fontFamily: string;
|
|
11
|
+
}>, "many">;
|
|
6
12
|
export type Scripts = z.infer<typeof Scripts>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const sets: {
|
|
2
|
-
setId: string;
|
|
3
|
-
name: string;
|
|
4
2
|
icon: "bible" | "bricks" | "candle" | "city" | "city_light_hill" | "cross" | "dm_course" | "door" | "dove" | "fire" | "flower" | "fruit" | "globe" | "globe_hand" | "grapes" | "heart" | "heart_person" | "heart_tear" | "holding_hands" | "house" | "jug" | "man" | "money" | "money_hand" | "net" | "ocean" | "people_heart" | "people_holding_hands" | "people_multiplying" | "person_angry" | "person_crouching" | "person_crying" | "person_healed" | "person_heart" | "person_mountain" | "person_praying" | "person_rock" | "river" | "scale" | "sheep_goat" | "sprout" | "sun" | "three_wheat" | "tree" | "triangle" | "two_wheat" | "wave" | "woman";
|
|
3
|
+
name: string;
|
|
4
|
+
setId: string;
|
|
5
5
|
lessons: {
|
|
6
6
|
lessonId: string;
|
|
7
7
|
a?: string | undefined;
|
|
@@ -6,26 +6,23 @@
|
|
|
6
6
|
"type": "string"
|
|
7
7
|
},
|
|
8
8
|
"data": {
|
|
9
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
10
|
-
"type": "array",
|
|
11
9
|
"items": {
|
|
12
|
-
"type": "object",
|
|
13
10
|
"properties": {
|
|
14
11
|
"setId": {
|
|
15
|
-
"
|
|
12
|
+
"description": "A unique identifier for this set. This is used to identify the set in the curriculum.",
|
|
16
13
|
"pattern": "^[0-9]{2}\\.[0-9]{3}$",
|
|
17
|
-
"
|
|
14
|
+
"type": "string"
|
|
18
15
|
},
|
|
19
16
|
"name": {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
17
|
+
"description": "The English name for the set. This is just for identifying the name in the backend but will not be used in the app.",
|
|
18
|
+
"type": "string"
|
|
22
19
|
},
|
|
23
20
|
"comment": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
21
|
+
"description": "A comment about the set. This is just for identifying the set in the backend but will not be used in the app.",
|
|
22
|
+
"type": "string"
|
|
26
23
|
},
|
|
27
24
|
"icon": {
|
|
28
|
-
"
|
|
25
|
+
"description": "The icon to use for this set. Icon SVGs are defined in the app.",
|
|
29
26
|
"enum": [
|
|
30
27
|
"bible",
|
|
31
28
|
"bricks",
|
|
@@ -76,40 +73,39 @@
|
|
|
76
73
|
"wave",
|
|
77
74
|
"woman"
|
|
78
75
|
],
|
|
79
|
-
"
|
|
76
|
+
"type": "string"
|
|
80
77
|
},
|
|
81
78
|
"lessons": {
|
|
82
|
-
"type": "array",
|
|
83
79
|
"items": {
|
|
84
|
-
"type": "object",
|
|
85
80
|
"properties": {
|
|
86
81
|
"lessonId": {
|
|
87
82
|
"type": "string"
|
|
88
83
|
},
|
|
89
84
|
"a": {
|
|
90
|
-
"
|
|
91
|
-
"
|
|
85
|
+
"description": "The id for the question set to use for this lesson's application chapter. Must be defined in the questions curriculum.",
|
|
86
|
+
"type": "string"
|
|
92
87
|
},
|
|
93
88
|
"f": {
|
|
94
|
-
"
|
|
95
|
-
"
|
|
89
|
+
"description": "The id for the question set to use for this lesson's fellowship chapter. Must be defined in the questions curriculum.",
|
|
90
|
+
"type": "string"
|
|
96
91
|
},
|
|
97
92
|
"s": {
|
|
98
|
-
"
|
|
93
|
+
"description": "An array of scripture passages to use with this lesson.",
|
|
99
94
|
"items": {
|
|
100
95
|
"type": "string"
|
|
101
96
|
},
|
|
102
|
-
"
|
|
97
|
+
"type": "array"
|
|
103
98
|
}
|
|
104
99
|
},
|
|
105
100
|
"required": [
|
|
106
101
|
"lessonId"
|
|
107
102
|
],
|
|
108
|
-
"
|
|
109
|
-
}
|
|
103
|
+
"type": "object"
|
|
104
|
+
},
|
|
105
|
+
"type": "array"
|
|
110
106
|
},
|
|
111
107
|
"tag": {
|
|
112
|
-
"
|
|
108
|
+
"description": "If a topical set, the tag is a way to further categorize the set.",
|
|
113
109
|
"enum": [
|
|
114
110
|
"truth",
|
|
115
111
|
"challenge",
|
|
@@ -118,7 +114,7 @@
|
|
|
118
114
|
"god",
|
|
119
115
|
"jesus"
|
|
120
116
|
],
|
|
121
|
-
"
|
|
117
|
+
"type": "string"
|
|
122
118
|
}
|
|
123
119
|
},
|
|
124
120
|
"required": [
|
|
@@ -127,8 +123,9 @@
|
|
|
127
123
|
"icon",
|
|
128
124
|
"lessons"
|
|
129
125
|
],
|
|
130
|
-
"
|
|
131
|
-
}
|
|
126
|
+
"type": "object"
|
|
127
|
+
},
|
|
128
|
+
"type": "array"
|
|
132
129
|
}
|
|
133
130
|
},
|
|
134
131
|
"required": [
|
|
@@ -3,69 +3,47 @@ export declare const Sets: z.ZodArray<z.ZodObject<{
|
|
|
3
3
|
setId: z.ZodString;
|
|
4
4
|
name: z.ZodString;
|
|
5
5
|
comment: z.ZodOptional<z.ZodString>;
|
|
6
|
-
icon: z.ZodEnum<
|
|
7
|
-
bible: "bible";
|
|
8
|
-
bricks: "bricks";
|
|
9
|
-
candle: "candle";
|
|
10
|
-
city: "city";
|
|
11
|
-
city_light_hill: "city_light_hill";
|
|
12
|
-
cross: "cross";
|
|
13
|
-
dm_course: "dm_course";
|
|
14
|
-
door: "door";
|
|
15
|
-
dove: "dove";
|
|
16
|
-
fire: "fire";
|
|
17
|
-
flower: "flower";
|
|
18
|
-
fruit: "fruit";
|
|
19
|
-
globe: "globe";
|
|
20
|
-
globe_hand: "globe_hand";
|
|
21
|
-
grapes: "grapes";
|
|
22
|
-
heart: "heart";
|
|
23
|
-
heart_person: "heart_person";
|
|
24
|
-
heart_tear: "heart_tear";
|
|
25
|
-
holding_hands: "holding_hands";
|
|
26
|
-
house: "house";
|
|
27
|
-
jug: "jug";
|
|
28
|
-
man: "man";
|
|
29
|
-
money: "money";
|
|
30
|
-
money_hand: "money_hand";
|
|
31
|
-
net: "net";
|
|
32
|
-
ocean: "ocean";
|
|
33
|
-
people_heart: "people_heart";
|
|
34
|
-
people_holding_hands: "people_holding_hands";
|
|
35
|
-
people_multiplying: "people_multiplying";
|
|
36
|
-
person_angry: "person_angry";
|
|
37
|
-
person_crouching: "person_crouching";
|
|
38
|
-
person_crying: "person_crying";
|
|
39
|
-
person_healed: "person_healed";
|
|
40
|
-
person_heart: "person_heart";
|
|
41
|
-
person_mountain: "person_mountain";
|
|
42
|
-
person_praying: "person_praying";
|
|
43
|
-
person_rock: "person_rock";
|
|
44
|
-
river: "river";
|
|
45
|
-
scale: "scale";
|
|
46
|
-
sheep_goat: "sheep_goat";
|
|
47
|
-
sprout: "sprout";
|
|
48
|
-
sun: "sun";
|
|
49
|
-
three_wheat: "three_wheat";
|
|
50
|
-
tree: "tree";
|
|
51
|
-
triangle: "triangle";
|
|
52
|
-
two_wheat: "two_wheat";
|
|
53
|
-
wave: "wave";
|
|
54
|
-
woman: "woman";
|
|
55
|
-
}>;
|
|
6
|
+
icon: z.ZodEnum<["bible", "bricks", "candle", "city_light_hill", "city", "cross", "dm_course", "door", "dove", "fire", "flower", "fruit", "globe_hand", "globe", "grapes", "heart_person", "heart_tear", "heart", "holding_hands", "house", "jug", "man", "money_hand", "money", "net", "ocean", "people_heart", "people_holding_hands", "people_multiplying", "person_angry", "person_crouching", "person_crying", "person_healed", "person_heart", "person_mountain", "person_praying", "person_rock", "river", "scale", "sheep_goat", "sprout", "sun", "three_wheat", "tree", "triangle", "two_wheat", "wave", "woman"]>;
|
|
56
7
|
lessons: z.ZodArray<z.ZodObject<{
|
|
57
8
|
lessonId: z.ZodString;
|
|
58
9
|
a: z.ZodOptional<z.ZodString>;
|
|
59
10
|
f: z.ZodOptional<z.ZodString>;
|
|
60
|
-
s: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
61
|
-
}, z.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
11
|
+
s: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
lessonId: string;
|
|
14
|
+
a?: string | undefined;
|
|
15
|
+
f?: string | undefined;
|
|
16
|
+
s?: string[] | undefined;
|
|
17
|
+
}, {
|
|
18
|
+
lessonId: string;
|
|
19
|
+
a?: string | undefined;
|
|
20
|
+
f?: string | undefined;
|
|
21
|
+
s?: string[] | undefined;
|
|
22
|
+
}>, "many">;
|
|
23
|
+
tag: z.ZodOptional<z.ZodEnum<["truth", "challenge", "money", "people", "god", "jesus"]>>;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
icon: "bible" | "bricks" | "candle" | "city" | "city_light_hill" | "cross" | "dm_course" | "door" | "dove" | "fire" | "flower" | "fruit" | "globe" | "globe_hand" | "grapes" | "heart" | "heart_person" | "heart_tear" | "holding_hands" | "house" | "jug" | "man" | "money" | "money_hand" | "net" | "ocean" | "people_heart" | "people_holding_hands" | "people_multiplying" | "person_angry" | "person_crouching" | "person_crying" | "person_healed" | "person_heart" | "person_mountain" | "person_praying" | "person_rock" | "river" | "scale" | "sheep_goat" | "sprout" | "sun" | "three_wheat" | "tree" | "triangle" | "two_wheat" | "wave" | "woman";
|
|
26
|
+
name: string;
|
|
27
|
+
setId: string;
|
|
28
|
+
lessons: {
|
|
29
|
+
lessonId: string;
|
|
30
|
+
a?: string | undefined;
|
|
31
|
+
f?: string | undefined;
|
|
32
|
+
s?: string[] | undefined;
|
|
33
|
+
}[];
|
|
34
|
+
comment?: string | undefined;
|
|
35
|
+
tag?: "money" | "truth" | "challenge" | "people" | "god" | "jesus" | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
icon: "bible" | "bricks" | "candle" | "city" | "city_light_hill" | "cross" | "dm_course" | "door" | "dove" | "fire" | "flower" | "fruit" | "globe" | "globe_hand" | "grapes" | "heart" | "heart_person" | "heart_tear" | "holding_hands" | "house" | "jug" | "man" | "money" | "money_hand" | "net" | "ocean" | "people_heart" | "people_holding_hands" | "people_multiplying" | "person_angry" | "person_crouching" | "person_crying" | "person_healed" | "person_heart" | "person_mountain" | "person_praying" | "person_rock" | "river" | "scale" | "sheep_goat" | "sprout" | "sun" | "three_wheat" | "tree" | "triangle" | "two_wheat" | "wave" | "woman";
|
|
38
|
+
name: string;
|
|
39
|
+
setId: string;
|
|
40
|
+
lessons: {
|
|
41
|
+
lessonId: string;
|
|
42
|
+
a?: string | undefined;
|
|
43
|
+
f?: string | undefined;
|
|
44
|
+
s?: string[] | undefined;
|
|
45
|
+
}[];
|
|
46
|
+
comment?: string | undefined;
|
|
47
|
+
tag?: "money" | "truth" | "challenge" | "people" | "god" | "jesus" | undefined;
|
|
48
|
+
}>, "many">;
|
|
71
49
|
export type Sets = z.infer<typeof Sets>;
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"type": "string"
|
|
7
7
|
},
|
|
8
8
|
"data": {
|
|
9
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
10
9
|
"type": "object",
|
|
11
10
|
"properties": {
|
|
12
11
|
"activationQuestions": {
|
|
@@ -129,8 +128,5 @@
|
|
|
129
128
|
"additionalProperties": false
|
|
130
129
|
}
|
|
131
130
|
},
|
|
132
|
-
"required": [
|
|
133
|
-
"$schema",
|
|
134
|
-
"data"
|
|
135
|
-
]
|
|
131
|
+
"required": ["$schema", "data"]
|
|
136
132
|
}
|
|
@@ -1,18 +1,48 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const SpecialIds: z.ZodObject<{
|
|
3
|
-
activationQuestions: z.ZodArray<z.ZodString>;
|
|
4
|
-
dmCourseImplementationLessonIds: z.ZodArray<z.ZodString>;
|
|
5
|
-
dmCourseLessonIds: z.ZodArray<z.ZodString>;
|
|
6
|
-
dmCourseSectionLessonIds: z.ZodArray<z.ZodString>;
|
|
3
|
+
activationQuestions: z.ZodArray<z.ZodString, "many">;
|
|
4
|
+
dmCourseImplementationLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
5
|
+
dmCourseLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
6
|
+
dmCourseSectionLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
7
7
|
dmCourseSetId: z.ZodString;
|
|
8
8
|
dmCourseTrailerLessonId: z.ZodString;
|
|
9
|
-
dmCourseVideoOnlyLessonIds: z.ZodArray<z.ZodString>;
|
|
10
|
-
dmCourseVisionVideoLessonIds: z.ZodArray<z.ZodString>;
|
|
9
|
+
dmCourseVideoOnlyLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
10
|
+
dmCourseVisionVideoLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
11
11
|
dmCourseWeek1LessonId: z.ZodString;
|
|
12
12
|
dmCourseWeek2LessonId: z.ZodString;
|
|
13
|
-
evaluationQuestionLessonIds: z.ZodArray<z.ZodString>;
|
|
14
|
-
growingAsDmcSetIds: z.ZodArray<z.ZodString>;
|
|
15
|
-
introductionLessonIds: z.ZodArray<z.ZodString>;
|
|
16
|
-
previousActivationQuestions: z.ZodArray<z.ZodString>;
|
|
17
|
-
}, z.
|
|
13
|
+
evaluationQuestionLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
14
|
+
growingAsDmcSetIds: z.ZodArray<z.ZodString, "many">;
|
|
15
|
+
introductionLessonIds: z.ZodArray<z.ZodString, "many">;
|
|
16
|
+
previousActivationQuestions: z.ZodArray<z.ZodString, "many">;
|
|
17
|
+
}, "strict", z.ZodTypeAny, {
|
|
18
|
+
activationQuestions: string[];
|
|
19
|
+
dmCourseImplementationLessonIds: string[];
|
|
20
|
+
dmCourseLessonIds: string[];
|
|
21
|
+
dmCourseSectionLessonIds: string[];
|
|
22
|
+
dmCourseSetId: string;
|
|
23
|
+
dmCourseTrailerLessonId: string;
|
|
24
|
+
dmCourseVideoOnlyLessonIds: string[];
|
|
25
|
+
dmCourseVisionVideoLessonIds: string[];
|
|
26
|
+
dmCourseWeek1LessonId: string;
|
|
27
|
+
dmCourseWeek2LessonId: string;
|
|
28
|
+
evaluationQuestionLessonIds: string[];
|
|
29
|
+
growingAsDmcSetIds: string[];
|
|
30
|
+
introductionLessonIds: string[];
|
|
31
|
+
previousActivationQuestions: string[];
|
|
32
|
+
}, {
|
|
33
|
+
activationQuestions: string[];
|
|
34
|
+
dmCourseImplementationLessonIds: string[];
|
|
35
|
+
dmCourseLessonIds: string[];
|
|
36
|
+
dmCourseSectionLessonIds: string[];
|
|
37
|
+
dmCourseSetId: string;
|
|
38
|
+
dmCourseTrailerLessonId: string;
|
|
39
|
+
dmCourseVideoOnlyLessonIds: string[];
|
|
40
|
+
dmCourseVisionVideoLessonIds: string[];
|
|
41
|
+
dmCourseWeek1LessonId: string;
|
|
42
|
+
dmCourseWeek2LessonId: string;
|
|
43
|
+
evaluationQuestionLessonIds: string[];
|
|
44
|
+
growingAsDmcSetIds: string[];
|
|
45
|
+
introductionLessonIds: string[];
|
|
46
|
+
previousActivationQuestions: string[];
|
|
47
|
+
}>;
|
|
18
48
|
export type SpecialIds = z.infer<typeof SpecialIds>;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
export declare const translationsApp: Record<string, {
|
|
2
|
+
search: string;
|
|
3
|
+
bible: string;
|
|
2
4
|
name: string;
|
|
5
|
+
message: string;
|
|
6
|
+
text: string;
|
|
7
|
+
audio: string;
|
|
8
|
+
foundations: string;
|
|
9
|
+
topics: string;
|
|
10
|
+
all: string;
|
|
3
11
|
version: string;
|
|
12
|
+
lessons: string;
|
|
4
13
|
a11y_add_secondary_language_hint: string;
|
|
5
14
|
a11y_article_hint: string;
|
|
6
15
|
a11y_banner_dismiss_hint: string;
|
|
@@ -47,7 +56,6 @@ export declare const translationsApp: Record<string, {
|
|
|
47
56
|
a11y_view_launched_language_hint: string;
|
|
48
57
|
about: string;
|
|
49
58
|
add_language: string;
|
|
50
|
-
all: string;
|
|
51
59
|
all_languages: string;
|
|
52
60
|
app_store_listing_description: string;
|
|
53
61
|
app_store_listing_screenshot_foundations: string;
|
|
@@ -73,9 +81,7 @@ export declare const translationsApp: Record<string, {
|
|
|
73
81
|
article_cta_body: string;
|
|
74
82
|
article_cta_header: string;
|
|
75
83
|
articles: string;
|
|
76
|
-
audio: string;
|
|
77
84
|
back: string;
|
|
78
|
-
bible: string;
|
|
79
85
|
bookmarks: string;
|
|
80
86
|
bookmarks_description: string;
|
|
81
87
|
bridge_language_explanation: string;
|
|
@@ -127,7 +133,6 @@ export declare const translationsApp: Record<string, {
|
|
|
127
133
|
fetch_bible_no_internet: string;
|
|
128
134
|
filter_articles: string;
|
|
129
135
|
font_size: string;
|
|
130
|
-
foundations: string;
|
|
131
136
|
get_started_foundations: string;
|
|
132
137
|
get_started_training: string;
|
|
133
138
|
give: string;
|
|
@@ -157,7 +162,6 @@ export declare const translationsApp: Record<string, {
|
|
|
157
162
|
meet: string;
|
|
158
163
|
meeting_history: string;
|
|
159
164
|
megabyte: string;
|
|
160
|
-
message: string;
|
|
161
165
|
more: string;
|
|
162
166
|
my_primary_language: string;
|
|
163
167
|
no_connection: string;
|
|
@@ -234,7 +238,6 @@ export declare const translationsApp: Record<string, {
|
|
|
234
238
|
retry: string;
|
|
235
239
|
return_home: string;
|
|
236
240
|
save_and_close: string;
|
|
237
|
-
search: string;
|
|
238
241
|
search_meet: string;
|
|
239
242
|
secondary_languages: string;
|
|
240
243
|
security: string;
|
|
@@ -279,8 +282,6 @@ export declare const translationsApp: Record<string, {
|
|
|
279
282
|
submitting: string;
|
|
280
283
|
support_development: string;
|
|
281
284
|
system: string;
|
|
282
|
-
text: string;
|
|
283
|
-
topics: string;
|
|
284
285
|
trailer: string;
|
|
285
286
|
training: string;
|
|
286
287
|
training_video: string;
|
|
@@ -305,7 +306,6 @@ export declare const translationsApp: Record<string, {
|
|
|
305
306
|
story_set: string;
|
|
306
307
|
story_sets: string;
|
|
307
308
|
lesson: string;
|
|
308
|
-
lessons: string;
|
|
309
309
|
article: string;
|
|
310
310
|
finish?: string | undefined;
|
|
311
311
|
later?: string | undefined;
|