waha-shared 1.0.265 → 1.0.267

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 (98) hide show
  1. package/README.md +60 -3
  2. package/assets/fonts/fonts.css +1 -1
  3. package/dist/data/areas/areas.schema.json +4 -13
  4. package/dist/data/areas/index.js +1 -0
  5. package/dist/data/aslTimestamps/aslTimestamps.schema.json +6 -22
  6. package/dist/data/aslTimestamps/index.js +1 -0
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +8 -27
  8. package/dist/data/bibleAudios/index.js +1 -0
  9. package/dist/data/bibleBooks/bibleBooks.schema.json +8 -24
  10. package/dist/data/bibleBooks/index.js +1 -0
  11. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +3 -7
  12. package/dist/data/bibleChaptersList/index.js +1 -0
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +7 -23
  14. package/dist/data/bibleStatuses/index.js +1 -0
  15. package/dist/data/bibleTexts/bibleTexts.schema.json +7 -22
  16. package/dist/data/bibleTexts/index.js +1 -0
  17. package/dist/data/clones/clones.schema.json +8 -26
  18. package/dist/data/clones/index.js +1 -0
  19. package/dist/data/countries/countries.schema.json +8 -28
  20. package/dist/data/countries/index.js +1 -0
  21. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +5 -17
  22. package/dist/data/countriesAndLanguages/index.js +1 -0
  23. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +5 -18
  24. package/dist/data/crowdinLanguages/index.js +1 -0
  25. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +7 -21
  26. package/dist/data/curriculumFoundations/index.js +1 -0
  27. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +9 -28
  28. package/dist/data/curriculumQuestions/index.js +1 -0
  29. package/dist/data/curriculumTopics/curriculumTopics.schema.json +7 -21
  30. package/dist/data/curriculumTopics/index.js +1 -0
  31. package/dist/data/iosVoiceOverLanguages/index.js +1 -0
  32. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +3 -7
  33. package/dist/data/iso6933LanguageCodes/index.js +1 -0
  34. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +4 -10
  35. package/dist/data/languageAssets/index.js +1 -0
  36. package/dist/data/languageAssets/languageAssets.json +11 -1
  37. package/dist/data/languageAssets/languageAssets.schema.json +5 -14
  38. package/dist/data/languages/index.js +1 -0
  39. package/dist/data/languages/languages.json +3 -1
  40. package/dist/data/languages/languages.schema.json +18 -76
  41. package/dist/data/mediaDurations/index.js +1 -0
  42. package/dist/data/mediaDurations/mediaDurations.json +11 -1
  43. package/dist/data/mediaDurations/mediaDurations.schema.json +5 -14
  44. package/dist/data/notification/index.js +1 -0
  45. package/dist/data/notification/notification.schema.json +20 -71
  46. package/dist/data/numeralMaps/index.js +1 -0
  47. package/dist/data/numeralMaps/numeralMaps.schema.json +5 -22
  48. package/dist/data/phoneLanguages/index.js +1 -0
  49. package/dist/data/phoneLanguages/phoneLanguages.schema.json +5 -16
  50. package/dist/data/questions/index.js +1 -0
  51. package/dist/data/questions/questions.schema.json +7 -24
  52. package/dist/data/releaseNotes/index.js +1 -0
  53. package/dist/data/releaseNotes/releaseNotes.json +137 -2
  54. package/dist/data/releaseNotes/releaseNotes.schema.json +6 -18
  55. package/dist/data/screenshots/index.js +1 -0
  56. package/dist/data/screenshots/screenshots.schema.json +4 -10
  57. package/dist/data/scripts/index.js +1 -0
  58. package/dist/data/scripts/scripts.schema.json +7 -20
  59. package/dist/data/sets/index.js +1 -0
  60. package/dist/data/sets/sets.schema.json +8 -30
  61. package/dist/data/specialIds/index.js +1 -0
  62. package/dist/data/specialIds/specialIds.schema.json +6 -19
  63. package/dist/data/translationsApp/index.d.ts +26 -12
  64. package/dist/data/translationsApp/index.js +1 -0
  65. package/dist/data/translationsApp/translationsApp.json +14566 -8
  66. package/dist/data/translationsApp/translationsApp.schema.json +328 -1086
  67. package/dist/data/translationsApp/translationsApp.zod.d.ts +357 -12
  68. package/dist/data/translationsApp/translationsApp.zod.js +32 -18
  69. package/dist/data/translationsFtb/index.js +1 -0
  70. package/dist/data/translationsFtb/translationsFtb.schema.json +70 -274
  71. package/dist/data/translationsIntroduction/index.js +1 -0
  72. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +43 -165
  73. package/dist/data/translationsQuestion/index.js +1 -0
  74. package/dist/data/translationsQuestion/translationsQuestion.schema.json +5 -13
  75. package/dist/data/translationsSet/index.js +1 -0
  76. package/dist/data/translationsSet/translationsSet.json +789 -0
  77. package/dist/data/translationsSet/translationsSet.schema.json +12 -37
  78. package/dist/data/translationsSet/translationsSet.zod.js +1 -1
  79. package/dist/data/translationsSolarSpeaker/index.js +1 -0
  80. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +46 -178
  81. package/dist/data/translationsSpokenQuestion/index.js +1 -0
  82. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +5 -13
  83. package/dist/data/youtubePlaylists/index.js +1 -0
  84. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +4 -10
  85. package/dist/data/youtubeVideos/index.js +1 -0
  86. package/dist/data/youtubeVideos/youtubeVideos.schema.json +4 -10
  87. package/dist/functions/scripturePassages.d.ts +24 -0
  88. package/dist/functions/scripturePassages.js +29 -4
  89. package/dist/types/analytics.d.ts +33 -13
  90. package/dist/types/articles.d.ts +28 -0
  91. package/dist/types/articles.js +5 -9
  92. package/dist/types/microLessons.d.ts +54 -3
  93. package/dist/types/microLessons.js +60 -26
  94. package/dist/types/users.d.ts +34 -41
  95. package/dist/types/users.js +3 -19
  96. package/dist/types/webContent.d.ts +16 -0
  97. package/dist/types/webContent.js +22 -1
  98. package/package.json +1 -1
@@ -1,283 +1,82 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "object",
11
- "propertyNames": {
12
- "type": "string"
13
- },
10
+ "propertyNames": { "type": "string" },
14
11
  "additionalProperties": {
15
12
  "type": "object",
16
13
  "properties": {
17
- "1CH": {
18
- "type": "string",
19
- "minLength": 1
20
- },
21
- "1CO": {
22
- "type": "string",
23
- "minLength": 1
24
- },
25
- "1JN": {
26
- "type": "string",
27
- "minLength": 1
28
- },
29
- "1KI": {
30
- "type": "string",
31
- "minLength": 1
32
- },
33
- "1PE": {
34
- "type": "string",
35
- "minLength": 1
36
- },
37
- "1SA": {
38
- "type": "string",
39
- "minLength": 1
40
- },
41
- "1TH": {
42
- "type": "string",
43
- "minLength": 1
44
- },
45
- "1TI": {
46
- "type": "string",
47
- "minLength": 1
48
- },
49
- "2CH": {
50
- "type": "string",
51
- "minLength": 1
52
- },
53
- "2CO": {
54
- "type": "string",
55
- "minLength": 1
56
- },
57
- "2JN": {
58
- "type": "string",
59
- "minLength": 1
60
- },
61
- "2KI": {
62
- "type": "string",
63
- "minLength": 1
64
- },
65
- "2PE": {
66
- "type": "string",
67
- "minLength": 1
68
- },
69
- "2SA": {
70
- "type": "string",
71
- "minLength": 1
72
- },
73
- "2TH": {
74
- "type": "string",
75
- "minLength": 1
76
- },
77
- "2TI": {
78
- "type": "string",
79
- "minLength": 1
80
- },
81
- "3JN": {
82
- "type": "string",
83
- "minLength": 1
84
- },
85
- "ACT": {
86
- "type": "string",
87
- "minLength": 1
88
- },
89
- "AMO": {
90
- "type": "string",
91
- "minLength": 1
92
- },
93
- "COL": {
94
- "type": "string",
95
- "minLength": 1
96
- },
97
- "DAN": {
98
- "type": "string",
99
- "minLength": 1
100
- },
101
- "DEU": {
102
- "type": "string",
103
- "minLength": 1
104
- },
105
- "ECC": {
106
- "type": "string",
107
- "minLength": 1
108
- },
109
- "EPH": {
110
- "type": "string",
111
- "minLength": 1
112
- },
113
- "EST": {
114
- "type": "string",
115
- "minLength": 1
116
- },
117
- "EXO": {
118
- "type": "string",
119
- "minLength": 1
120
- },
121
- "EZK": {
122
- "type": "string",
123
- "minLength": 1
124
- },
125
- "EZR": {
126
- "type": "string",
127
- "minLength": 1
128
- },
129
- "GAL": {
130
- "type": "string",
131
- "minLength": 1
132
- },
133
- "GEN": {
134
- "type": "string",
135
- "minLength": 1
136
- },
137
- "HAB": {
138
- "type": "string",
139
- "minLength": 1
140
- },
141
- "HAG": {
142
- "type": "string",
143
- "minLength": 1
144
- },
145
- "HEB": {
146
- "type": "string",
147
- "minLength": 1
148
- },
149
- "HOS": {
150
- "type": "string",
151
- "minLength": 1
152
- },
153
- "ISA": {
154
- "type": "string",
155
- "minLength": 1
156
- },
157
- "JAS": {
158
- "type": "string",
159
- "minLength": 1
160
- },
161
- "JDG": {
162
- "type": "string",
163
- "minLength": 1
164
- },
165
- "JER": {
166
- "type": "string",
167
- "minLength": 1
168
- },
169
- "JHN": {
170
- "type": "string",
171
- "minLength": 1
172
- },
173
- "JOB": {
174
- "type": "string",
175
- "minLength": 1
176
- },
177
- "JOL": {
178
- "type": "string",
179
- "minLength": 1
180
- },
181
- "JON": {
182
- "type": "string",
183
- "minLength": 1
184
- },
185
- "JOS": {
186
- "type": "string",
187
- "minLength": 1
188
- },
189
- "JUD": {
190
- "type": "string",
191
- "minLength": 1
192
- },
193
- "LAM": {
194
- "type": "string",
195
- "minLength": 1
196
- },
197
- "LEV": {
198
- "type": "string",
199
- "minLength": 1
200
- },
201
- "LUK": {
202
- "type": "string",
203
- "minLength": 1
204
- },
205
- "MAL": {
206
- "type": "string",
207
- "minLength": 1
208
- },
209
- "MAT": {
210
- "type": "string",
211
- "minLength": 1
212
- },
213
- "MIC": {
214
- "type": "string",
215
- "minLength": 1
216
- },
217
- "MRK": {
218
- "type": "string",
219
- "minLength": 1
220
- },
221
- "NAM": {
222
- "type": "string",
223
- "minLength": 1
224
- },
225
- "NEH": {
226
- "type": "string",
227
- "minLength": 1
228
- },
229
- "NUM": {
230
- "type": "string",
231
- "minLength": 1
232
- },
233
- "OBA": {
234
- "type": "string",
235
- "minLength": 1
236
- },
237
- "PHM": {
238
- "type": "string",
239
- "minLength": 1
240
- },
241
- "PHP": {
242
- "type": "string",
243
- "minLength": 1
244
- },
245
- "PRO": {
246
- "type": "string",
247
- "minLength": 1
248
- },
249
- "PSA": {
250
- "type": "string",
251
- "minLength": 1
252
- },
253
- "REV": {
254
- "type": "string",
255
- "minLength": 1
256
- },
257
- "ROM": {
258
- "type": "string",
259
- "minLength": 1
260
- },
261
- "RUT": {
262
- "type": "string",
263
- "minLength": 1
264
- },
265
- "SNG": {
266
- "type": "string",
267
- "minLength": 1
268
- },
269
- "TIT": {
270
- "type": "string",
271
- "minLength": 1
272
- },
273
- "ZEC": {
274
- "type": "string",
275
- "minLength": 1
276
- },
277
- "ZEP": {
278
- "type": "string",
279
- "minLength": 1
280
- }
14
+ "1CH": { "type": "string", "minLength": 1 },
15
+ "1CO": { "type": "string", "minLength": 1 },
16
+ "1JN": { "type": "string", "minLength": 1 },
17
+ "1KI": { "type": "string", "minLength": 1 },
18
+ "1PE": { "type": "string", "minLength": 1 },
19
+ "1SA": { "type": "string", "minLength": 1 },
20
+ "1TH": { "type": "string", "minLength": 1 },
21
+ "1TI": { "type": "string", "minLength": 1 },
22
+ "2CH": { "type": "string", "minLength": 1 },
23
+ "2CO": { "type": "string", "minLength": 1 },
24
+ "2JN": { "type": "string", "minLength": 1 },
25
+ "2KI": { "type": "string", "minLength": 1 },
26
+ "2PE": { "type": "string", "minLength": 1 },
27
+ "2SA": { "type": "string", "minLength": 1 },
28
+ "2TH": { "type": "string", "minLength": 1 },
29
+ "2TI": { "type": "string", "minLength": 1 },
30
+ "3JN": { "type": "string", "minLength": 1 },
31
+ "ACT": { "type": "string", "minLength": 1 },
32
+ "AMO": { "type": "string", "minLength": 1 },
33
+ "COL": { "type": "string", "minLength": 1 },
34
+ "DAN": { "type": "string", "minLength": 1 },
35
+ "DEU": { "type": "string", "minLength": 1 },
36
+ "ECC": { "type": "string", "minLength": 1 },
37
+ "EPH": { "type": "string", "minLength": 1 },
38
+ "EST": { "type": "string", "minLength": 1 },
39
+ "EXO": { "type": "string", "minLength": 1 },
40
+ "EZK": { "type": "string", "minLength": 1 },
41
+ "EZR": { "type": "string", "minLength": 1 },
42
+ "GAL": { "type": "string", "minLength": 1 },
43
+ "GEN": { "type": "string", "minLength": 1 },
44
+ "HAB": { "type": "string", "minLength": 1 },
45
+ "HAG": { "type": "string", "minLength": 1 },
46
+ "HEB": { "type": "string", "minLength": 1 },
47
+ "HOS": { "type": "string", "minLength": 1 },
48
+ "ISA": { "type": "string", "minLength": 1 },
49
+ "JAS": { "type": "string", "minLength": 1 },
50
+ "JDG": { "type": "string", "minLength": 1 },
51
+ "JER": { "type": "string", "minLength": 1 },
52
+ "JHN": { "type": "string", "minLength": 1 },
53
+ "JOB": { "type": "string", "minLength": 1 },
54
+ "JOL": { "type": "string", "minLength": 1 },
55
+ "JON": { "type": "string", "minLength": 1 },
56
+ "JOS": { "type": "string", "minLength": 1 },
57
+ "JUD": { "type": "string", "minLength": 1 },
58
+ "LAM": { "type": "string", "minLength": 1 },
59
+ "LEV": { "type": "string", "minLength": 1 },
60
+ "LUK": { "type": "string", "minLength": 1 },
61
+ "MAL": { "type": "string", "minLength": 1 },
62
+ "MAT": { "type": "string", "minLength": 1 },
63
+ "MIC": { "type": "string", "minLength": 1 },
64
+ "MRK": { "type": "string", "minLength": 1 },
65
+ "NAM": { "type": "string", "minLength": 1 },
66
+ "NEH": { "type": "string", "minLength": 1 },
67
+ "NUM": { "type": "string", "minLength": 1 },
68
+ "OBA": { "type": "string", "minLength": 1 },
69
+ "PHM": { "type": "string", "minLength": 1 },
70
+ "PHP": { "type": "string", "minLength": 1 },
71
+ "PRO": { "type": "string", "minLength": 1 },
72
+ "PSA": { "type": "string", "minLength": 1 },
73
+ "REV": { "type": "string", "minLength": 1 },
74
+ "ROM": { "type": "string", "minLength": 1 },
75
+ "RUT": { "type": "string", "minLength": 1 },
76
+ "SNG": { "type": "string", "minLength": 1 },
77
+ "TIT": { "type": "string", "minLength": 1 },
78
+ "ZEC": { "type": "string", "minLength": 1 },
79
+ "ZEP": { "type": "string", "minLength": 1 }
281
80
  },
282
81
  "required": [
283
82
  "1CH",
@@ -352,8 +151,5 @@
352
151
  }
353
152
  }
354
153
  },
355
- "required": [
356
- "$schema",
357
- "data"
358
- ]
154
+ "required": ["$schema", "data"]
359
155
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.translationsIntroduction = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const translationsIntroduction_zod_1 = require("./translationsIntroduction.zod");
5
6
  const data = require('./translationsIntroduction.json');
6
7
  exports.translationsIntroduction = translationsIntroduction_zod_1.TranslationsIntroduction.parse(data.data);
@@ -1,173 +1,57 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "object",
11
- "propertyNames": {
12
- "type": "string"
13
- },
10
+ "propertyNames": { "type": "string" },
14
11
  "additionalProperties": {
15
12
  "type": "object",
16
13
  "properties": {
17
- "introduction": {
18
- "type": "string"
19
- },
14
+ "introduction": { "type": "string" },
20
15
  "introductions": {
21
16
  "type": "object",
22
17
  "properties": {
23
- "03.005.001": {
24
- "type": "string",
25
- "minLength": 1
26
- },
27
- "03.005.002": {
28
- "type": "string",
29
- "minLength": 1
30
- },
31
- "03.005.003": {
32
- "type": "string",
33
- "minLength": 1
34
- },
35
- "03.005.004": {
36
- "type": "string",
37
- "minLength": 1
38
- },
39
- "03.005.005": {
40
- "type": "string",
41
- "minLength": 1
42
- },
43
- "03.005.006": {
44
- "type": "string",
45
- "minLength": 1
46
- },
47
- "03.005.007": {
48
- "type": "string",
49
- "minLength": 1
50
- },
51
- "03.005.008": {
52
- "type": "string",
53
- "minLength": 1
54
- },
55
- "03.005.009": {
56
- "type": "string",
57
- "minLength": 1
58
- },
59
- "03.005.010": {
60
- "type": "string",
61
- "minLength": 1
62
- },
63
- "03.005.011": {
64
- "type": "string",
65
- "minLength": 1
66
- },
67
- "03.005.012": {
68
- "type": "string",
69
- "minLength": 1
70
- },
71
- "03.006.001": {
72
- "type": "string",
73
- "minLength": 1
74
- },
75
- "03.006.002": {
76
- "type": "string",
77
- "minLength": 1
78
- },
79
- "03.006.003": {
80
- "type": "string",
81
- "minLength": 1
82
- },
83
- "03.006.004": {
84
- "type": "string",
85
- "minLength": 1
86
- },
87
- "03.006.005": {
88
- "type": "string",
89
- "minLength": 1
90
- },
91
- "03.006.006": {
92
- "type": "string",
93
- "minLength": 1
94
- },
95
- "03.006.007": {
96
- "type": "string",
97
- "minLength": 1
98
- },
99
- "03.006.008": {
100
- "type": "string",
101
- "minLength": 1
102
- },
103
- "03.006.009": {
104
- "type": "string",
105
- "minLength": 1
106
- },
107
- "03.006.010": {
108
- "type": "string",
109
- "minLength": 1
110
- },
111
- "03.006.011": {
112
- "type": "string",
113
- "minLength": 1
114
- },
115
- "03.006.012": {
116
- "type": "string",
117
- "minLength": 1
118
- },
119
- "03.007.001": {
120
- "type": "string",
121
- "minLength": 1
122
- },
123
- "03.007.002": {
124
- "type": "string",
125
- "minLength": 1
126
- },
127
- "03.007.003": {
128
- "type": "string",
129
- "minLength": 1
130
- },
131
- "03.007.004": {
132
- "type": "string",
133
- "minLength": 1
134
- },
135
- "03.007.005": {
136
- "type": "string",
137
- "minLength": 1
138
- },
139
- "03.007.006": {
140
- "type": "string",
141
- "minLength": 1
142
- },
143
- "03.007.007": {
144
- "type": "string",
145
- "minLength": 1
146
- },
147
- "03.007.008": {
148
- "type": "string",
149
- "minLength": 1
150
- },
151
- "03.007.009": {
152
- "type": "string",
153
- "minLength": 1
154
- },
155
- "03.007.010": {
156
- "type": "string",
157
- "minLength": 1
158
- },
159
- "03.007.011": {
160
- "type": "string",
161
- "minLength": 1
162
- },
163
- "03.007.012": {
164
- "type": "string",
165
- "minLength": 1
166
- },
167
- "eq": {
168
- "type": "string",
169
- "minLength": 1
170
- }
18
+ "03.005.001": { "type": "string", "minLength": 1 },
19
+ "03.005.002": { "type": "string", "minLength": 1 },
20
+ "03.005.003": { "type": "string", "minLength": 1 },
21
+ "03.005.004": { "type": "string", "minLength": 1 },
22
+ "03.005.005": { "type": "string", "minLength": 1 },
23
+ "03.005.006": { "type": "string", "minLength": 1 },
24
+ "03.005.007": { "type": "string", "minLength": 1 },
25
+ "03.005.008": { "type": "string", "minLength": 1 },
26
+ "03.005.009": { "type": "string", "minLength": 1 },
27
+ "03.005.010": { "type": "string", "minLength": 1 },
28
+ "03.005.011": { "type": "string", "minLength": 1 },
29
+ "03.005.012": { "type": "string", "minLength": 1 },
30
+ "03.006.001": { "type": "string", "minLength": 1 },
31
+ "03.006.002": { "type": "string", "minLength": 1 },
32
+ "03.006.003": { "type": "string", "minLength": 1 },
33
+ "03.006.004": { "type": "string", "minLength": 1 },
34
+ "03.006.005": { "type": "string", "minLength": 1 },
35
+ "03.006.006": { "type": "string", "minLength": 1 },
36
+ "03.006.007": { "type": "string", "minLength": 1 },
37
+ "03.006.008": { "type": "string", "minLength": 1 },
38
+ "03.006.009": { "type": "string", "minLength": 1 },
39
+ "03.006.010": { "type": "string", "minLength": 1 },
40
+ "03.006.011": { "type": "string", "minLength": 1 },
41
+ "03.006.012": { "type": "string", "minLength": 1 },
42
+ "03.007.001": { "type": "string", "minLength": 1 },
43
+ "03.007.002": { "type": "string", "minLength": 1 },
44
+ "03.007.003": { "type": "string", "minLength": 1 },
45
+ "03.007.004": { "type": "string", "minLength": 1 },
46
+ "03.007.005": { "type": "string", "minLength": 1 },
47
+ "03.007.006": { "type": "string", "minLength": 1 },
48
+ "03.007.007": { "type": "string", "minLength": 1 },
49
+ "03.007.008": { "type": "string", "minLength": 1 },
50
+ "03.007.009": { "type": "string", "minLength": 1 },
51
+ "03.007.010": { "type": "string", "minLength": 1 },
52
+ "03.007.011": { "type": "string", "minLength": 1 },
53
+ "03.007.012": { "type": "string", "minLength": 1 },
54
+ "eq": { "type": "string", "minLength": 1 }
171
55
  },
172
56
  "required": [
173
57
  "03.005.001",
@@ -212,18 +96,12 @@
212
96
  "description": "Mapping of lesson identifiers (NN.NNN.NNN) or 'eq' to translated strings."
213
97
  }
214
98
  },
215
- "required": [
216
- "introduction",
217
- "introductions"
218
- ],
99
+ "required": ["introduction", "introductions"],
219
100
  "additionalProperties": false,
220
101
  "description": "Translations for a single language (identified by a 3-letter code)."
221
102
  },
222
103
  "description": "Schema for introductionTranslations_json. Root keys are 3-letter language identifiers (ISO-639 style). Each language object contains an 'introduction' string and an 'introductions' object mapping lesson identifiers (e.g. 03.005.001) or the key 'eq' to localized string content."
223
104
  }
224
105
  },
225
- "required": [
226
- "$schema",
227
- "data"
228
- ]
106
+ "required": ["$schema", "data"]
229
107
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.translationsQuestion = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const translationsQuestion_zod_1 = require("./translationsQuestion.zod");
5
6
  const data = require('./translationsQuestion.json');
6
7
  exports.translationsQuestion = translationsQuestion_zod_1.TranslationsQuestion.parse(data.data);
@@ -1,21 +1,16 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "object",
11
- "propertyNames": {
12
- "type": "string"
13
- },
10
+ "propertyNames": { "type": "string" },
14
11
  "additionalProperties": {
15
12
  "type": "object",
16
- "propertyNames": {
17
- "type": "string"
18
- },
13
+ "propertyNames": { "type": "string" },
19
14
  "additionalProperties": {
20
15
  "type": "string",
21
16
  "description": "Question text in the target language"
@@ -23,8 +18,5 @@
23
18
  }
24
19
  }
25
20
  },
26
- "required": [
27
- "$schema",
28
- "data"
29
- ]
21
+ "required": ["$schema", "data"]
30
22
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.translationsSet = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const translationsSet_zod_1 = require("./translationsSet.zod");
5
6
  const data = require('./translationsSet.json');
6
7
  exports.translationsSet = translationsSet_zod_1.TranslationsSet.parse(data.data);