waha-shared 1.0.207 → 1.0.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/data/areas/areas.schema.json +19 -53
  2. package/dist/data/areas/areas.zod.d.ts +15 -12
  3. package/dist/data/aslTimestamps/aslTimestamps.schema.json +18 -11
  4. package/dist/data/aslTimestamps/aslTimestamps.zod.d.ts +4 -34
  5. package/dist/data/bibleAudios/bibleAudios.schema.json +14 -11
  6. package/dist/data/bibleAudios/bibleAudios.zod.d.ts +11 -15
  7. package/dist/data/bibleAudios/bibleAudios.zod.js +5 -4
  8. package/dist/data/bibleAudios/index.d.ts +5 -2
  9. package/dist/data/bibleBooks/bibleBooks.schema.json +71 -50
  10. package/dist/data/bibleBooks/bibleBooks.zod.d.ts +5 -51
  11. package/dist/data/bibleBooks/index.d.ts +2 -2
  12. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +5 -2
  13. package/dist/data/bibleChaptersList/bibleChaptersList.zod.d.ts +1 -1
  14. package/dist/data/bibleStatuses/bibleStatuses.json +2 -110
  15. package/dist/data/bibleStatuses/bibleStatuses.schema.json +46 -40
  16. package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +5 -25
  17. package/dist/data/bibleStatuses/bibleStatuses.zod.js +2 -27
  18. package/dist/data/bibleTexts/bibleTexts.schema.json +40 -24
  19. package/dist/data/bibleTexts/bibleTexts.zod.d.ts +11 -39
  20. package/dist/data/bibleTexts/index.d.ts +3 -3
  21. package/dist/data/clones/clones.schema.json +27 -26
  22. package/dist/data/clones/clones.zod.d.ts +2 -24
  23. package/dist/data/clones/clones.zod.js +1 -1
  24. package/dist/data/clones/index.d.ts +3 -3
  25. package/dist/data/countries/countries.schema.json +91 -90
  26. package/dist/data/countries/countries.zod.d.ts +19 -88
  27. package/dist/data/countries/countries.zod.js +49 -138
  28. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +19 -8
  29. package/dist/data/countriesAndLanguages/countriesAndLanguages.zod.d.ts +2 -28
  30. package/dist/data/countriesAndLanguages/index.d.ts +2 -2
  31. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +13 -4
  32. package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +1 -13
  33. package/dist/data/crowdinLanguages/index.d.ts +1 -1
  34. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +16 -8
  35. package/dist/data/curriculumFoundations/curriculumFoundations.zod.d.ts +2 -10
  36. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +24 -13
  37. package/dist/data/curriculumQuestions/curriculumQuestions.zod.d.ts +3 -23
  38. package/dist/data/curriculumTopics/curriculumTopics.schema.json +16 -8
  39. package/dist/data/curriculumTopics/curriculumTopics.zod.d.ts +2 -10
  40. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +5 -2
  41. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.zod.d.ts +1 -1
  42. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +8 -2
  43. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.zod.js +1 -1
  44. package/dist/data/languageAssets/languageAssets.json +0 -37702
  45. package/dist/data/languageAssets/languageAssets.schema.json +15 -12
  46. package/dist/data/languageAssets/languageAssets.zod.d.ts +1 -1
  47. package/dist/data/languageAssets/languageAssets.zod.js +3 -43
  48. package/dist/data/languages/index.d.ts +8 -4
  49. package/dist/data/languages/languages.json +1 -1
  50. package/dist/data/languages/languages.schema.json +136 -89
  51. package/dist/data/languages/languages.zod.d.ts +194 -116
  52. package/dist/data/languages/languages.zod.js +7 -1
  53. package/dist/data/mediaDurations/mediaDurations.schema.json +21 -14
  54. package/dist/data/mediaDurations/mediaDurations.zod.d.ts +1 -1
  55. package/dist/data/mediaDurations/mediaDurations.zod.js +3 -41
  56. package/dist/data/notification/notification.schema.json +67 -57
  57. package/dist/data/notification/notification.zod.d.ts +15 -39
  58. package/dist/data/notification/notification.zod.js +4 -134
  59. package/dist/data/numeralMaps/numeralMaps.schema.json +62 -62
  60. package/dist/data/numeralMaps/numeralMaps.zod.d.ts +2 -46
  61. package/dist/data/numeralMaps/numeralMaps.zod.js +14 -64
  62. package/dist/data/phoneLanguages/index.d.ts +1 -1
  63. package/dist/data/phoneLanguages/phoneLanguages.schema.json +18 -8
  64. package/dist/data/phoneLanguages/phoneLanguages.zod.d.ts +2 -22
  65. package/dist/data/questions/index.d.ts +1 -1
  66. package/dist/data/questions/questions.schema.json +11 -11
  67. package/dist/data/questions/questions.zod.d.ts +6 -14
  68. package/dist/data/releaseNotes/index.d.ts +1 -1
  69. package/dist/data/releaseNotes/releaseNotes.schema.json +23 -11
  70. package/dist/data/releaseNotes/releaseNotes.zod.d.ts +1 -9
  71. package/dist/data/releaseNotes/releaseNotes.zod.js +1 -1
  72. package/dist/data/screenshots/screenshots.schema.json +12 -6
  73. package/dist/data/screenshots/screenshots.zod.d.ts +1 -5
  74. package/dist/data/scripts/scripts.schema.json +11 -4
  75. package/dist/data/scripts/scripts.zod.d.ts +1 -7
  76. package/dist/data/sets/index.d.ts +2 -2
  77. package/dist/data/sets/sets.schema.json +25 -22
  78. package/dist/data/sets/sets.zod.d.ts +61 -39
  79. package/dist/data/specialIds/specialIds.schema.json +5 -1
  80. package/dist/data/specialIds/specialIds.zod.d.ts +11 -41
  81. package/dist/data/translationsApp/index.d.ts +9 -9
  82. package/dist/data/translationsApp/translationsApp.json +0 -1
  83. package/dist/data/translationsApp/translationsApp.schema.json +667 -668
  84. package/dist/data/translationsApp/translationsApp.zod.d.ts +1 -631
  85. package/dist/data/translationsApp/translationsApp.zod.js +2 -2
  86. package/dist/data/translationsFtb/translationsFtb.json +0 -884
  87. package/dist/data/translationsFtb/translationsFtb.schema.json +147 -149
  88. package/dist/data/translationsFtb/translationsFtb.zod.d.ts +1 -135
  89. package/dist/data/translationsFtb/translationsFtb.zod.js +1 -1
  90. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +15 -18
  91. package/dist/data/translationsIntroduction/translationsIntroduction.zod.d.ts +2 -160
  92. package/dist/data/translationsIntroduction/translationsIntroduction.zod.js +1 -1
  93. package/dist/data/translationsQuestion/translationsQuestion.json +0 -480
  94. package/dist/data/translationsQuestion/translationsQuestion.schema.json +9 -14
  95. package/dist/data/translationsQuestion/translationsQuestion.zod.js +1 -1
  96. package/dist/data/translationsSet/translationsSet.json +11234 -20793
  97. package/dist/data/translationsSet/translationsSet.schema.json +52 -56
  98. package/dist/data/translationsSet/translationsSet.zod.d.ts +1 -19
  99. package/dist/data/translationsSet/translationsSet.zod.js +4 -4
  100. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +98 -100
  101. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.d.ts +1 -87
  102. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.js +1 -1
  103. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +0 -480
  104. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +18 -23
  105. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.zod.js +1 -1
  106. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +9 -2
  107. package/dist/data/youtubePlaylists/youtubePlaylists.zod.js +1 -1
  108. package/dist/data/youtubeVideos/youtubeVideos.schema.json +9 -2
  109. package/dist/data/youtubeVideos/youtubeVideos.zod.js +1 -1
  110. package/dist/types/analytics.d.ts +14 -1
  111. package/dist/types/articles.d.ts +93 -343
  112. package/dist/types/bibleChapters.d.ts +13 -91
  113. package/dist/types/bibleChapters.js +1 -1
  114. package/dist/types/feedback.d.ts +3 -41
  115. package/dist/types/feedback.js +1 -1
  116. package/dist/types/microLessons.d.ts +69 -868
  117. package/dist/types/notifications.d.ts +19 -119
  118. package/dist/types/scripturePassages.d.ts +4 -34
  119. package/dist/types/users.d.ts +221 -776
  120. package/dist/types/users.js +2 -1
  121. package/dist/types/webContent.d.ts +8 -20
  122. package/package.json +3 -3
@@ -4,18 +4,10 @@ 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<["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">;
7
+ music: z.ZodOptional<z.ZodEnum<{
8
+ outroLong: "outroLong";
9
+ outroShort: "outroShort";
10
+ intro: "intro";
11
+ }>>;
12
+ }, z.core.$strip>>;
21
13
  export type Questions = z.infer<typeof Questions>;
@@ -1,5 +1,5 @@
1
1
  export declare const releaseNotes: {
2
- notes: Record<string, string>;
3
2
  version: string;
3
+ notes: Record<string, string>;
4
4
  showInApp: boolean;
5
5
  }[];
@@ -6,28 +6,40 @@
6
6
  "type": "string"
7
7
  },
8
8
  "data": {
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10
+ "type": "array",
9
11
  "items": {
12
+ "type": "object",
10
13
  "properties": {
11
14
  "version": {
12
- "description": "The semver version of this release.",
13
- "type": "string"
15
+ "type": "string",
16
+ "description": "The semver version of this release."
14
17
  },
15
18
  "notes": {
16
- "additionalProperties": {
19
+ "type": "object",
20
+ "propertyNames": {
17
21
  "type": "string"
18
22
  },
19
- "type": "object"
23
+ "additionalProperties": {
24
+ "type": "string"
25
+ }
20
26
  },
21
27
  "showInApp": {
22
- "description": "If true, these release notes will pop up in a modal when the user updates to the newest version.",
23
- "type": "boolean"
28
+ "type": "boolean",
29
+ "description": "If true, these release notes will pop up in a modal when the user updates to the newest version."
24
30
  }
25
31
  },
26
- "required": ["notes", "showInApp", "version"],
27
- "type": "object"
28
- },
29
- "type": "array"
32
+ "required": [
33
+ "version",
34
+ "notes",
35
+ "showInApp"
36
+ ],
37
+ "additionalProperties": false
38
+ }
30
39
  }
31
40
  },
32
- "required": ["$schema", "data"]
41
+ "required": [
42
+ "$schema",
43
+ "data"
44
+ ]
33
45
  }
@@ -3,13 +3,5 @@ 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
- }, "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">;
6
+ }, z.core.$strip>>;
15
7
  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(), 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,16 +6,22 @@
6
6
  "type": "string"
7
7
  },
8
8
  "data": {
9
- "additionalProperties": false,
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10
+ "type": "object",
10
11
  "properties": {
11
12
  "screenshotMode": {
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"
13
+ "type": "boolean",
14
+ "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."
14
15
  }
15
16
  },
16
- "required": ["screenshotMode"],
17
- "type": "object"
17
+ "required": [
18
+ "screenshotMode"
19
+ ],
20
+ "additionalProperties": false
18
21
  }
19
22
  },
20
- "required": ["$schema", "data"]
23
+ "required": [
24
+ "$schema",
25
+ "data"
26
+ ]
21
27
  }
@@ -1,9 +1,5 @@
1
1
  import { z } from 'zod';
2
2
  export declare const Screenshots: z.ZodObject<{
3
3
  screenshotMode: z.ZodBoolean;
4
- }, "strict", z.ZodTypeAny, {
5
- screenshotMode: boolean;
6
- }, {
7
- screenshotMode: boolean;
8
- }>;
4
+ }, z.core.$strict>;
9
5
  export type Screenshots = z.infer<typeof Screenshots>;
@@ -6,9 +6,10 @@
6
6
  "type": "string"
7
7
  },
8
8
  "data": {
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9
10
  "type": "array",
10
11
  "items": {
11
- "additionalProperties": false,
12
+ "type": "object",
12
13
  "properties": {
13
14
  "name": {
14
15
  "type": "string"
@@ -17,10 +18,16 @@
17
18
  "type": "string"
18
19
  }
19
20
  },
20
- "required": ["name", "fontFamily"],
21
- "type": "object"
21
+ "required": [
22
+ "name",
23
+ "fontFamily"
24
+ ],
25
+ "additionalProperties": false
22
26
  }
23
27
  }
24
28
  },
25
- "required": ["$schema", "data"]
29
+ "required": [
30
+ "$schema",
31
+ "data"
32
+ ]
26
33
  }
@@ -2,11 +2,5 @@ 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
- }, "strict", z.ZodTypeAny, {
6
- name: string;
7
- fontFamily: string;
8
- }, {
9
- name: string;
10
- fontFamily: string;
11
- }>, "many">;
5
+ }, z.core.$strict>>;
12
6
  export type Scripts = z.infer<typeof Scripts>;
@@ -1,7 +1,7 @@
1
1
  export declare const sets: {
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
2
  setId: string;
3
+ name: string;
4
+ 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";
5
5
  lessons: {
6
6
  lessonId: string;
7
7
  a?: string | undefined;
@@ -6,23 +6,26 @@
6
6
  "type": "string"
7
7
  },
8
8
  "data": {
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10
+ "type": "array",
9
11
  "items": {
12
+ "type": "object",
10
13
  "properties": {
11
14
  "setId": {
12
- "description": "A unique identifier for this set. This is used to identify the set in the curriculum.",
15
+ "type": "string",
13
16
  "pattern": "^[0-9]{2}\\.[0-9]{3}$",
14
- "type": "string"
17
+ "description": "A unique identifier for this set. This is used to identify the set in the curriculum."
15
18
  },
16
19
  "name": {
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"
20
+ "type": "string",
21
+ "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."
19
22
  },
20
23
  "comment": {
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"
24
+ "type": "string",
25
+ "description": "A comment about the set. This is just for identifying the set in the backend but will not be used in the app."
23
26
  },
24
27
  "icon": {
25
- "description": "The icon to use for this set. Icon SVGs are defined in the app.",
28
+ "type": "string",
26
29
  "enum": [
27
30
  "bible",
28
31
  "bricks",
@@ -73,39 +76,40 @@
73
76
  "wave",
74
77
  "woman"
75
78
  ],
76
- "type": "string"
79
+ "description": "The icon to use for this set. Icon SVGs are defined in the app."
77
80
  },
78
81
  "lessons": {
82
+ "type": "array",
79
83
  "items": {
84
+ "type": "object",
80
85
  "properties": {
81
86
  "lessonId": {
82
87
  "type": "string"
83
88
  },
84
89
  "a": {
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"
90
+ "type": "string",
91
+ "description": "The id for the question set to use for this lesson's application chapter. Must be defined in the questions curriculum."
87
92
  },
88
93
  "f": {
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"
94
+ "type": "string",
95
+ "description": "The id for the question set to use for this lesson's fellowship chapter. Must be defined in the questions curriculum."
91
96
  },
92
97
  "s": {
93
- "description": "An array of scripture passages to use with this lesson.",
98
+ "type": "array",
94
99
  "items": {
95
100
  "type": "string"
96
101
  },
97
- "type": "array"
102
+ "description": "An array of scripture passages to use with this lesson."
98
103
  }
99
104
  },
100
105
  "required": [
101
106
  "lessonId"
102
107
  ],
103
- "type": "object"
104
- },
105
- "type": "array"
108
+ "additionalProperties": false
109
+ }
106
110
  },
107
111
  "tag": {
108
- "description": "If a topical set, the tag is a way to further categorize the set.",
112
+ "type": "string",
109
113
  "enum": [
110
114
  "truth",
111
115
  "challenge",
@@ -114,7 +118,7 @@
114
118
  "god",
115
119
  "jesus"
116
120
  ],
117
- "type": "string"
121
+ "description": "If a topical set, the tag is a way to further categorize the set."
118
122
  }
119
123
  },
120
124
  "required": [
@@ -123,9 +127,8 @@
123
127
  "icon",
124
128
  "lessons"
125
129
  ],
126
- "type": "object"
127
- },
128
- "type": "array"
130
+ "additionalProperties": false
131
+ }
129
132
  }
130
133
  },
131
134
  "required": [
@@ -3,47 +3,69 @@ 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<["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"]>;
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
+ }>;
7
56
  lessons: z.ZodArray<z.ZodObject<{
8
57
  lessonId: z.ZodString;
9
58
  a: z.ZodOptional<z.ZodString>;
10
59
  f: z.ZodOptional<z.ZodString>;
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">;
60
+ s: z.ZodOptional<z.ZodArray<z.ZodString>>;
61
+ }, z.core.$strip>>;
62
+ tag: z.ZodOptional<z.ZodEnum<{
63
+ money: "money";
64
+ truth: "truth";
65
+ challenge: "challenge";
66
+ people: "people";
67
+ god: "god";
68
+ jesus: "jesus";
69
+ }>>;
70
+ }, z.core.$strip>>;
49
71
  export type Sets = z.infer<typeof Sets>;
@@ -6,6 +6,7 @@
6
6
  "type": "string"
7
7
  },
8
8
  "data": {
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9
10
  "type": "object",
10
11
  "properties": {
11
12
  "activationQuestions": {
@@ -128,5 +129,8 @@
128
129
  "additionalProperties": false
129
130
  }
130
131
  },
131
- "required": ["$schema", "data"]
132
+ "required": [
133
+ "$schema",
134
+ "data"
135
+ ]
132
136
  }
@@ -1,48 +1,18 @@
1
1
  import { z } from 'zod';
2
2
  export declare const SpecialIds: z.ZodObject<{
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">;
3
+ activationQuestions: z.ZodArray<z.ZodString>;
4
+ dmCourseImplementationLessonIds: z.ZodArray<z.ZodString>;
5
+ dmCourseLessonIds: z.ZodArray<z.ZodString>;
6
+ dmCourseSectionLessonIds: z.ZodArray<z.ZodString>;
7
7
  dmCourseSetId: z.ZodString;
8
8
  dmCourseTrailerLessonId: z.ZodString;
9
- dmCourseVideoOnlyLessonIds: z.ZodArray<z.ZodString, "many">;
10
- dmCourseVisionVideoLessonIds: z.ZodArray<z.ZodString, "many">;
9
+ dmCourseVideoOnlyLessonIds: z.ZodArray<z.ZodString>;
10
+ dmCourseVisionVideoLessonIds: z.ZodArray<z.ZodString>;
11
11
  dmCourseWeek1LessonId: z.ZodString;
12
12
  dmCourseWeek2LessonId: z.ZodString;
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
- }>;
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.core.$strict>;
48
18
  export type SpecialIds = z.infer<typeof SpecialIds>;
@@ -1,15 +1,6 @@
1
1
  export declare const translationsApp: Record<string, {
2
- search: string;
3
- bible: string;
4
2
  name: string;
5
- message: string;
6
- text: string;
7
- audio: string;
8
- foundations: string;
9
- topics: string;
10
- all: string;
11
3
  version: string;
12
- lessons: string;
13
4
  a11y_add_secondary_language_hint: string;
14
5
  a11y_article_hint: string;
15
6
  a11y_banner_dismiss_hint: string;
@@ -56,6 +47,7 @@ export declare const translationsApp: Record<string, {
56
47
  a11y_view_launched_language_hint: string;
57
48
  about: string;
58
49
  add_language: string;
50
+ all: string;
59
51
  all_languages: string;
60
52
  app_store_listing_description: string;
61
53
  app_store_listing_screenshot_foundations: string;
@@ -81,7 +73,9 @@ export declare const translationsApp: Record<string, {
81
73
  article_cta_body: string;
82
74
  article_cta_header: string;
83
75
  articles: string;
76
+ audio: string;
84
77
  back: string;
78
+ bible: string;
85
79
  bookmarks: string;
86
80
  bookmarks_description: string;
87
81
  bridge_language_explanation: string;
@@ -133,6 +127,7 @@ export declare const translationsApp: Record<string, {
133
127
  fetch_bible_no_internet: string;
134
128
  filter_articles: string;
135
129
  font_size: string;
130
+ foundations: string;
136
131
  get_started_foundations: string;
137
132
  get_started_training: string;
138
133
  give: string;
@@ -162,6 +157,7 @@ export declare const translationsApp: Record<string, {
162
157
  meet: string;
163
158
  meeting_history: string;
164
159
  megabyte: string;
160
+ message: string;
165
161
  more: string;
166
162
  my_primary_language: string;
167
163
  no_connection: string;
@@ -238,6 +234,7 @@ export declare const translationsApp: Record<string, {
238
234
  retry: string;
239
235
  return_home: string;
240
236
  save_and_close: string;
237
+ search: string;
241
238
  search_meet: string;
242
239
  secondary_languages: string;
243
240
  security: string;
@@ -282,6 +279,8 @@ export declare const translationsApp: Record<string, {
282
279
  submitting: string;
283
280
  support_development: string;
284
281
  system: string;
282
+ text: string;
283
+ topics: string;
285
284
  trailer: string;
286
285
  training: string;
287
286
  training_video: string;
@@ -306,6 +305,7 @@ export declare const translationsApp: Record<string, {
306
305
  story_set: string;
307
306
  story_sets: string;
308
307
  lesson: string;
308
+ lessons: string;
309
309
  article: string;
310
310
  finish?: string | undefined;
311
311
  later?: string | undefined;
@@ -2465,7 +2465,6 @@
2465
2465
  "ais": "Syrian Arabic",
2466
2466
  "apa": "Palestinian Arabic",
2467
2467
  "apc": "Lebanese Arabic",
2468
- "apd": "Sudanese Arabic",
2469
2468
  "ara": "Modern Standard Arabic",
2470
2469
  "ary": "Moroccan Arabic",
2471
2470
  "arz": "Egyptian Arabic",