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
@@ -1,96 +1,92 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "required": ["$schema", "data"],
5
- "additionalProperties": false,
6
4
  "properties": {
7
5
  "$schema": {
8
- "type": "string",
9
- "description": "Path to the JSON schema file"
6
+ "type": "string"
10
7
  },
11
8
  "data": {
12
- "title": "SetTranslations",
13
- "$id": "https://waha.app/schemas/setTranslations.schema.json",
14
- "$schema": "http://json-schema.org/draft-07/schema#",
15
- "minProperties": 0,
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10
+ "type": "object",
11
+ "propertyNames": {
12
+ "type": "string"
13
+ },
16
14
  "additionalProperties": {
17
- "description": "Array of translated sets for a given 3-letter language id (ISO-ish).",
15
+ "type": "array",
18
16
  "items": {
17
+ "type": "object",
19
18
  "properties": {
20
19
  "setId": {
21
- "description": "Identifier of the set.",
20
+ "type": "string",
22
21
  "minLength": 1,
23
- "type": "string"
22
+ "description": "Identifier of the set."
24
23
  },
25
24
  "lessonTitles": {
26
- "additionalProperties": {
27
- "minLength": 1,
25
+ "type": "object",
26
+ "propertyNames": {
28
27
  "type": "string"
29
28
  },
30
- "description": "Mapping of lessonId to localized lesson title.",
31
- "type": "object"
29
+ "additionalProperties": {
30
+ "type": "string",
31
+ "minLength": 1
32
+ },
33
+ "description": "Mapping of lessonId to localized lesson title."
32
34
  },
33
35
  "pauseAndDiscuss": {
34
- "description": "Localized text for 'Pause and Discuss' prompts. Used for lesson videos.",
35
- "type": "string"
36
+ "type": "string",
37
+ "description": "Localized text for 'Pause and Discuss' prompts. Used for lesson videos."
36
38
  },
37
39
  "sectionBodies": {
38
- "additionalProperties": {
39
- "minLength": 1,
40
+ "type": "object",
41
+ "propertyNames": {
40
42
  "type": "string"
41
43
  },
42
- "description": "Mapping of sectionId to localized section body text.",
43
- "type": "object"
44
+ "additionalProperties": {
45
+ "type": "string",
46
+ "minLength": 1
47
+ },
48
+ "description": "Mapping of sectionId to localized section body text."
44
49
  },
45
50
  "sectionHeaders": {
46
- "additionalProperties": {
47
- "minLength": 1,
51
+ "type": "object",
52
+ "propertyNames": {
48
53
  "type": "string"
49
54
  },
50
- "description": "Mapping of sectionId to localized section header text.",
51
- "type": "object"
55
+ "additionalProperties": {
56
+ "type": "string",
57
+ "minLength": 1
58
+ },
59
+ "description": "Mapping of sectionId to localized section header text."
52
60
  },
53
61
  "setDescription": {
54
- "description": "Localized description for the set.",
55
- "type": "string"
62
+ "type": "string",
63
+ "description": "Localized description for the set."
56
64
  },
57
65
  "setTag": {
58
- "description": "Optional topical tag for the set.",
66
+ "type": "string",
59
67
  "minLength": 1,
60
- "type": "string"
68
+ "description": "Optional topical tag for the set."
61
69
  },
62
70
  "setTitle": {
63
- "description": "Localized title for the set.",
71
+ "type": "string",
64
72
  "minLength": 1,
65
- "type": "string"
73
+ "description": "Localized title for the set."
66
74
  }
67
75
  },
68
- "required": ["setId", "setTitle", "lessonTitles"],
69
- "type": "object"
76
+ "required": [
77
+ "setId",
78
+ "lessonTitles",
79
+ "setTitle"
80
+ ],
81
+ "additionalProperties": false
70
82
  },
71
- "type": "array"
72
- },
73
- "description": "Record of language ids to arrays of translated sets used by the app. Produced by scripts/prebuild/combine.ts (setTranslations.json). Each set item merges metadata translation fields (setTitle, setDescription, lessonTitles, etc.) under a setId.",
74
- "examples": [
75
- {
76
- "eng": [
77
- {
78
- "setId": "01.001",
79
- "lessonTitles": {
80
- "01.001.001": "Creation",
81
- "01.001.002": "Creation of Humans"
82
- },
83
- "setDescription": "Start your journey toward discovering God...",
84
- "setTitle": "From Creation to the Birth of Jesus"
85
- }
86
- ]
87
- }
88
- ],
89
- "propertyNames": {
90
- "description": "Language id (3 lowercase letters).",
91
- "pattern": "^[a-z]{3}$"
83
+ "description": "Array of translated sets for a given 3-letter language id (ISO-ish)."
92
84
  },
93
- "type": "object"
85
+ "description": "Record of language ids to arrays of translated sets used by the app. Produced by scripts/prebuild/combine.ts (setTranslations.json). Each set item merges metadata translation fields (setTitle, setDescription, lessonTitles, etc.) under a setId."
94
86
  }
95
- }
87
+ },
88
+ "required": [
89
+ "$schema",
90
+ "data"
91
+ ]
96
92
  }
@@ -8,23 +8,5 @@ export declare const TranslationsSet: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
8
8
  setDescription: z.ZodOptional<z.ZodString>;
9
9
  setTag: z.ZodOptional<z.ZodString>;
10
10
  setTitle: z.ZodString;
11
- }, "strip", z.ZodTypeAny, {
12
- setId: string;
13
- lessonTitles: Record<string, string>;
14
- setTitle: string;
15
- pauseAndDiscuss?: string | undefined;
16
- sectionBodies?: Record<string, string> | undefined;
17
- sectionHeaders?: Record<string, string> | undefined;
18
- setDescription?: string | undefined;
19
- setTag?: string | undefined;
20
- }, {
21
- setId: string;
22
- lessonTitles: Record<string, string>;
23
- setTitle: string;
24
- pauseAndDiscuss?: string | undefined;
25
- sectionBodies?: Record<string, string> | undefined;
26
- sectionHeaders?: Record<string, string> | undefined;
27
- setDescription?: string | undefined;
28
- setTag?: string | undefined;
29
- }>, "many">>;
11
+ }, z.core.$strip>>>;
30
12
  export type TranslationsSet = z.infer<typeof TranslationsSet>;
@@ -3,22 +3,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TranslationsSet = void 0;
4
4
  const zod_1 = require("zod");
5
5
  exports.TranslationsSet = zod_1.z
6
- .record(zod_1.z
6
+ .record(zod_1.z.string(), zod_1.z
7
7
  .array(zod_1.z.object({
8
8
  setId: zod_1.z.string().min(1).describe('Identifier of the set.'),
9
9
  lessonTitles: zod_1.z
10
- .record(zod_1.z.string().min(1))
10
+ .record(zod_1.z.string(), zod_1.z.string().min(1))
11
11
  .describe('Mapping of lessonId to localized lesson title.'),
12
12
  pauseAndDiscuss: zod_1.z
13
13
  .string()
14
14
  .describe("Localized text for 'Pause and Discuss' prompts. Used for lesson videos.")
15
15
  .optional(),
16
16
  sectionBodies: zod_1.z
17
- .record(zod_1.z.string().min(1))
17
+ .record(zod_1.z.string(), zod_1.z.string().min(1))
18
18
  .describe('Mapping of sectionId to localized section body text.')
19
19
  .optional(),
20
20
  sectionHeaders: zod_1.z
21
- .record(zod_1.z.string().min(1))
21
+ .record(zod_1.z.string(), zod_1.z.string().min(1))
22
22
  .describe('Mapping of sectionId to localized section header text.')
23
23
  .optional(),
24
24
  setDescription: zod_1.z
@@ -1,187 +1,186 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "required": [
5
- "$schema",
6
- "data"
7
- ],
8
- "additionalProperties": false,
9
4
  "properties": {
10
5
  "$schema": {
11
- "type": "string",
12
- "description": "Path to the JSON schema file"
6
+ "type": "string"
13
7
  },
14
8
  "data": {
15
- "title": "Solar Speakers Translations",
9
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10
+ "type": "object",
11
+ "propertyNames": {
12
+ "type": "string"
13
+ },
16
14
  "additionalProperties": {
15
+ "type": "object",
17
16
  "properties": {
18
17
  "intro": {
19
- "minLength": 1,
20
- "type": "string"
18
+ "type": "string",
19
+ "minLength": 1
21
20
  },
22
21
  "intro_foundations": {
23
- "minLength": 1,
24
- "type": "string"
22
+ "type": "string",
23
+ "minLength": 1
25
24
  },
26
25
  "intro_topics": {
27
- "minLength": 1,
28
- "type": "string"
26
+ "type": "string",
27
+ "minLength": 1
29
28
  },
30
29
  "lessons_001": {
31
- "minLength": 1,
32
- "type": "string"
30
+ "type": "string",
31
+ "minLength": 1
33
32
  },
34
33
  "lessons_002": {
35
- "minLength": 1,
36
- "type": "string"
34
+ "type": "string",
35
+ "minLength": 1
37
36
  },
38
37
  "lessons_003": {
39
- "minLength": 1,
40
- "type": "string"
38
+ "type": "string",
39
+ "minLength": 1
41
40
  },
42
41
  "lessons_004": {
43
- "minLength": 1,
44
- "type": "string"
42
+ "type": "string",
43
+ "minLength": 1
45
44
  },
46
45
  "lessons_005": {
47
- "minLength": 1,
48
- "type": "string"
46
+ "type": "string",
47
+ "minLength": 1
49
48
  },
50
49
  "lessons_006": {
51
- "minLength": 1,
52
- "type": "string"
50
+ "type": "string",
51
+ "minLength": 1
53
52
  },
54
53
  "lessons_007": {
55
- "minLength": 1,
56
- "type": "string"
54
+ "type": "string",
55
+ "minLength": 1
57
56
  },
58
57
  "lessons_008": {
59
- "minLength": 1,
60
- "type": "string"
58
+ "type": "string",
59
+ "minLength": 1
61
60
  },
62
61
  "lessons_009": {
63
- "minLength": 1,
64
- "type": "string"
62
+ "type": "string",
63
+ "minLength": 1
65
64
  },
66
65
  "lessons_010": {
67
- "minLength": 1,
68
- "type": "string"
66
+ "type": "string",
67
+ "minLength": 1
69
68
  },
70
69
  "lessons_011": {
71
- "minLength": 1,
72
- "type": "string"
70
+ "type": "string",
71
+ "minLength": 1
73
72
  },
74
73
  "lessons_012": {
75
- "minLength": 1,
76
- "type": "string"
74
+ "type": "string",
75
+ "minLength": 1
77
76
  },
78
77
  "lessons_013": {
79
- "minLength": 1,
80
- "type": "string"
78
+ "type": "string",
79
+ "minLength": 1
81
80
  },
82
81
  "lessons_014": {
83
- "minLength": 1,
84
- "type": "string"
82
+ "type": "string",
83
+ "minLength": 1
85
84
  },
86
85
  "lessons_015": {
87
- "minLength": 1,
88
- "type": "string"
86
+ "type": "string",
87
+ "minLength": 1
89
88
  },
90
89
  "lessons_016": {
91
- "minLength": 1,
92
- "type": "string"
90
+ "type": "string",
91
+ "minLength": 1
93
92
  },
94
93
  "lessons_017": {
95
- "minLength": 1,
96
- "type": "string"
94
+ "type": "string",
95
+ "minLength": 1
97
96
  },
98
97
  "lessons_018": {
99
- "minLength": 1,
100
- "type": "string"
98
+ "type": "string",
99
+ "minLength": 1
101
100
  },
102
101
  "lessons_019": {
103
- "minLength": 1,
104
- "type": "string"
102
+ "type": "string",
103
+ "minLength": 1
105
104
  },
106
105
  "lessons_020": {
107
- "minLength": 1,
108
- "type": "string"
106
+ "type": "string",
107
+ "minLength": 1
109
108
  },
110
109
  "lessons_021": {
111
- "minLength": 1,
112
- "type": "string"
110
+ "type": "string",
111
+ "minLength": 1
113
112
  },
114
113
  "lessons_022": {
115
- "minLength": 1,
116
- "type": "string"
114
+ "type": "string",
115
+ "minLength": 1
117
116
  },
118
117
  "lessons_023": {
119
- "minLength": 1,
120
- "type": "string"
118
+ "type": "string",
119
+ "minLength": 1
121
120
  },
122
121
  "lessons_024": {
123
- "minLength": 1,
124
- "type": "string"
122
+ "type": "string",
123
+ "minLength": 1
125
124
  },
126
125
  "lessons_025": {
127
- "minLength": 1,
128
- "type": "string"
126
+ "type": "string",
127
+ "minLength": 1
129
128
  },
130
129
  "lessons_026": {
131
- "minLength": 1,
132
- "type": "string"
130
+ "type": "string",
131
+ "minLength": 1
133
132
  },
134
133
  "lessons_027": {
135
- "minLength": 1,
136
- "type": "string"
134
+ "type": "string",
135
+ "minLength": 1
137
136
  },
138
137
  "lessons_028": {
139
- "minLength": 1,
140
- "type": "string"
138
+ "type": "string",
139
+ "minLength": 1
141
140
  },
142
141
  "lessons_029": {
143
- "minLength": 1,
144
- "type": "string"
142
+ "type": "string",
143
+ "minLength": 1
145
144
  },
146
145
  "lessons_030": {
147
- "minLength": 1,
148
- "type": "string"
146
+ "type": "string",
147
+ "minLength": 1
149
148
  },
150
149
  "lessons_031": {
151
- "minLength": 1,
152
- "type": "string"
150
+ "type": "string",
151
+ "minLength": 1
153
152
  },
154
153
  "lessons_032": {
155
- "minLength": 1,
156
- "type": "string"
154
+ "type": "string",
155
+ "minLength": 1
157
156
  },
158
157
  "lessons_033": {
159
- "minLength": 1,
160
- "type": "string"
158
+ "type": "string",
159
+ "minLength": 1
161
160
  },
162
161
  "lessons_034": {
163
- "minLength": 1,
164
- "type": "string"
162
+ "type": "string",
163
+ "minLength": 1
165
164
  },
166
165
  "lessons_035": {
167
- "minLength": 1,
168
- "type": "string"
166
+ "type": "string",
167
+ "minLength": 1
169
168
  },
170
169
  "lessons_036": {
171
- "minLength": 1,
172
- "type": "string"
170
+ "type": "string",
171
+ "minLength": 1
173
172
  },
174
173
  "lessons_037": {
175
- "minLength": 1,
176
- "type": "string"
174
+ "type": "string",
175
+ "minLength": 1
177
176
  },
178
177
  "lessons_038": {
179
- "minLength": 1,
180
- "type": "string"
178
+ "type": "string",
179
+ "minLength": 1
181
180
  },
182
181
  "lessons_039": {
183
- "minLength": 1,
184
- "type": "string"
182
+ "type": "string",
183
+ "minLength": 1
185
184
  }
186
185
  },
187
186
  "required": [
@@ -228,13 +227,12 @@
228
227
  "lessons_038",
229
228
  "lessons_039"
230
229
  ],
231
- "type": "object"
232
- },
233
- "propertyNames": {
234
- "description": "Language id (3 lowercase letters).",
235
- "pattern": "^[a-z]{3}$"
236
- },
237
- "type": "object"
230
+ "additionalProperties": false
231
+ }
238
232
  }
239
- }
233
+ },
234
+ "required": [
235
+ "$schema",
236
+ "data"
237
+ ]
240
238
  }
@@ -42,91 +42,5 @@ export declare const TranslationsSolarSpeaker: z.ZodRecord<z.ZodString, z.ZodObj
42
42
  lessons_037: z.ZodString;
43
43
  lessons_038: z.ZodString;
44
44
  lessons_039: z.ZodString;
45
- }, "strip", z.ZodTypeAny, {
46
- intro: string;
47
- intro_foundations: string;
48
- intro_topics: string;
49
- lessons_001: string;
50
- lessons_002: string;
51
- lessons_003: string;
52
- lessons_004: string;
53
- lessons_005: string;
54
- lessons_006: string;
55
- lessons_007: string;
56
- lessons_008: string;
57
- lessons_009: string;
58
- lessons_010: string;
59
- lessons_011: string;
60
- lessons_012: string;
61
- lessons_013: string;
62
- lessons_014: string;
63
- lessons_015: string;
64
- lessons_016: string;
65
- lessons_017: string;
66
- lessons_018: string;
67
- lessons_019: string;
68
- lessons_020: string;
69
- lessons_021: string;
70
- lessons_022: string;
71
- lessons_023: string;
72
- lessons_024: string;
73
- lessons_025: string;
74
- lessons_026: string;
75
- lessons_027: string;
76
- lessons_028: string;
77
- lessons_029: string;
78
- lessons_030: string;
79
- lessons_031: string;
80
- lessons_032: string;
81
- lessons_033: string;
82
- lessons_034: string;
83
- lessons_035: string;
84
- lessons_036: string;
85
- lessons_037: string;
86
- lessons_038: string;
87
- lessons_039: string;
88
- }, {
89
- intro: string;
90
- intro_foundations: string;
91
- intro_topics: string;
92
- lessons_001: string;
93
- lessons_002: string;
94
- lessons_003: string;
95
- lessons_004: string;
96
- lessons_005: string;
97
- lessons_006: string;
98
- lessons_007: string;
99
- lessons_008: string;
100
- lessons_009: string;
101
- lessons_010: string;
102
- lessons_011: string;
103
- lessons_012: string;
104
- lessons_013: string;
105
- lessons_014: string;
106
- lessons_015: string;
107
- lessons_016: string;
108
- lessons_017: string;
109
- lessons_018: string;
110
- lessons_019: string;
111
- lessons_020: string;
112
- lessons_021: string;
113
- lessons_022: string;
114
- lessons_023: string;
115
- lessons_024: string;
116
- lessons_025: string;
117
- lessons_026: string;
118
- lessons_027: string;
119
- lessons_028: string;
120
- lessons_029: string;
121
- lessons_030: string;
122
- lessons_031: string;
123
- lessons_032: string;
124
- lessons_033: string;
125
- lessons_034: string;
126
- lessons_035: string;
127
- lessons_036: string;
128
- lessons_037: string;
129
- lessons_038: string;
130
- lessons_039: string;
131
- }>>;
45
+ }, z.core.$strip>>;
132
46
  export type TranslationsSolarSpeaker = z.infer<typeof TranslationsSolarSpeaker>;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TranslationsSolarSpeaker = void 0;
4
4
  const zod_1 = require("zod");
5
- exports.TranslationsSolarSpeaker = zod_1.z.record(zod_1.z.object({
5
+ exports.TranslationsSolarSpeaker = zod_1.z.record(zod_1.z.string(), zod_1.z.object({
6
6
  intro: zod_1.z.string().min(1),
7
7
  intro_foundations: zod_1.z.string().min(1),
8
8
  intro_topics: zod_1.z.string().min(1),