waha-shared 1.0.211 → 1.0.212
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
|
@@ -39,6 +39,164 @@ export declare const TranslationsIntroduction: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
39
39
|
'03.007.011': z.ZodString;
|
|
40
40
|
'03.007.012': z.ZodString;
|
|
41
41
|
eq: z.ZodString;
|
|
42
|
-
}, z.
|
|
43
|
-
|
|
42
|
+
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
'03.005.001': string;
|
|
44
|
+
'03.005.002': string;
|
|
45
|
+
'03.005.003': string;
|
|
46
|
+
'03.005.004': string;
|
|
47
|
+
'03.005.005': string;
|
|
48
|
+
'03.005.006': string;
|
|
49
|
+
'03.005.007': string;
|
|
50
|
+
'03.005.008': string;
|
|
51
|
+
'03.005.009': string;
|
|
52
|
+
'03.005.010': string;
|
|
53
|
+
'03.005.011': string;
|
|
54
|
+
'03.005.012': string;
|
|
55
|
+
'03.006.001': string;
|
|
56
|
+
'03.006.002': string;
|
|
57
|
+
'03.006.003': string;
|
|
58
|
+
'03.006.004': string;
|
|
59
|
+
'03.006.005': string;
|
|
60
|
+
'03.006.006': string;
|
|
61
|
+
'03.006.007': string;
|
|
62
|
+
'03.006.008': string;
|
|
63
|
+
'03.006.009': string;
|
|
64
|
+
'03.006.010': string;
|
|
65
|
+
'03.006.011': string;
|
|
66
|
+
'03.006.012': string;
|
|
67
|
+
'03.007.001': string;
|
|
68
|
+
'03.007.002': string;
|
|
69
|
+
'03.007.003': string;
|
|
70
|
+
'03.007.004': string;
|
|
71
|
+
'03.007.005': string;
|
|
72
|
+
'03.007.006': string;
|
|
73
|
+
'03.007.007': string;
|
|
74
|
+
'03.007.008': string;
|
|
75
|
+
'03.007.009': string;
|
|
76
|
+
'03.007.010': string;
|
|
77
|
+
'03.007.011': string;
|
|
78
|
+
'03.007.012': string;
|
|
79
|
+
eq: string;
|
|
80
|
+
}, {
|
|
81
|
+
'03.005.001': string;
|
|
82
|
+
'03.005.002': string;
|
|
83
|
+
'03.005.003': string;
|
|
84
|
+
'03.005.004': string;
|
|
85
|
+
'03.005.005': string;
|
|
86
|
+
'03.005.006': string;
|
|
87
|
+
'03.005.007': string;
|
|
88
|
+
'03.005.008': string;
|
|
89
|
+
'03.005.009': string;
|
|
90
|
+
'03.005.010': string;
|
|
91
|
+
'03.005.011': string;
|
|
92
|
+
'03.005.012': string;
|
|
93
|
+
'03.006.001': string;
|
|
94
|
+
'03.006.002': string;
|
|
95
|
+
'03.006.003': string;
|
|
96
|
+
'03.006.004': string;
|
|
97
|
+
'03.006.005': string;
|
|
98
|
+
'03.006.006': string;
|
|
99
|
+
'03.006.007': string;
|
|
100
|
+
'03.006.008': string;
|
|
101
|
+
'03.006.009': string;
|
|
102
|
+
'03.006.010': string;
|
|
103
|
+
'03.006.011': string;
|
|
104
|
+
'03.006.012': string;
|
|
105
|
+
'03.007.001': string;
|
|
106
|
+
'03.007.002': string;
|
|
107
|
+
'03.007.003': string;
|
|
108
|
+
'03.007.004': string;
|
|
109
|
+
'03.007.005': string;
|
|
110
|
+
'03.007.006': string;
|
|
111
|
+
'03.007.007': string;
|
|
112
|
+
'03.007.008': string;
|
|
113
|
+
'03.007.009': string;
|
|
114
|
+
'03.007.010': string;
|
|
115
|
+
'03.007.011': string;
|
|
116
|
+
'03.007.012': string;
|
|
117
|
+
eq: string;
|
|
118
|
+
}>;
|
|
119
|
+
}, "strict", z.ZodTypeAny, {
|
|
120
|
+
introduction: string;
|
|
121
|
+
introductions: {
|
|
122
|
+
'03.005.001': string;
|
|
123
|
+
'03.005.002': string;
|
|
124
|
+
'03.005.003': string;
|
|
125
|
+
'03.005.004': string;
|
|
126
|
+
'03.005.005': string;
|
|
127
|
+
'03.005.006': string;
|
|
128
|
+
'03.005.007': string;
|
|
129
|
+
'03.005.008': string;
|
|
130
|
+
'03.005.009': string;
|
|
131
|
+
'03.005.010': string;
|
|
132
|
+
'03.005.011': string;
|
|
133
|
+
'03.005.012': string;
|
|
134
|
+
'03.006.001': string;
|
|
135
|
+
'03.006.002': string;
|
|
136
|
+
'03.006.003': string;
|
|
137
|
+
'03.006.004': string;
|
|
138
|
+
'03.006.005': string;
|
|
139
|
+
'03.006.006': string;
|
|
140
|
+
'03.006.007': string;
|
|
141
|
+
'03.006.008': string;
|
|
142
|
+
'03.006.009': string;
|
|
143
|
+
'03.006.010': string;
|
|
144
|
+
'03.006.011': string;
|
|
145
|
+
'03.006.012': string;
|
|
146
|
+
'03.007.001': string;
|
|
147
|
+
'03.007.002': string;
|
|
148
|
+
'03.007.003': string;
|
|
149
|
+
'03.007.004': string;
|
|
150
|
+
'03.007.005': string;
|
|
151
|
+
'03.007.006': string;
|
|
152
|
+
'03.007.007': string;
|
|
153
|
+
'03.007.008': string;
|
|
154
|
+
'03.007.009': string;
|
|
155
|
+
'03.007.010': string;
|
|
156
|
+
'03.007.011': string;
|
|
157
|
+
'03.007.012': string;
|
|
158
|
+
eq: string;
|
|
159
|
+
};
|
|
160
|
+
}, {
|
|
161
|
+
introduction: string;
|
|
162
|
+
introductions: {
|
|
163
|
+
'03.005.001': string;
|
|
164
|
+
'03.005.002': string;
|
|
165
|
+
'03.005.003': string;
|
|
166
|
+
'03.005.004': string;
|
|
167
|
+
'03.005.005': string;
|
|
168
|
+
'03.005.006': string;
|
|
169
|
+
'03.005.007': string;
|
|
170
|
+
'03.005.008': string;
|
|
171
|
+
'03.005.009': string;
|
|
172
|
+
'03.005.010': string;
|
|
173
|
+
'03.005.011': string;
|
|
174
|
+
'03.005.012': string;
|
|
175
|
+
'03.006.001': string;
|
|
176
|
+
'03.006.002': string;
|
|
177
|
+
'03.006.003': string;
|
|
178
|
+
'03.006.004': string;
|
|
179
|
+
'03.006.005': string;
|
|
180
|
+
'03.006.006': string;
|
|
181
|
+
'03.006.007': string;
|
|
182
|
+
'03.006.008': string;
|
|
183
|
+
'03.006.009': string;
|
|
184
|
+
'03.006.010': string;
|
|
185
|
+
'03.006.011': string;
|
|
186
|
+
'03.006.012': string;
|
|
187
|
+
'03.007.001': string;
|
|
188
|
+
'03.007.002': string;
|
|
189
|
+
'03.007.003': string;
|
|
190
|
+
'03.007.004': string;
|
|
191
|
+
'03.007.005': string;
|
|
192
|
+
'03.007.006': string;
|
|
193
|
+
'03.007.007': string;
|
|
194
|
+
'03.007.008': string;
|
|
195
|
+
'03.007.009': string;
|
|
196
|
+
'03.007.010': string;
|
|
197
|
+
'03.007.011': string;
|
|
198
|
+
'03.007.012': string;
|
|
199
|
+
eq: string;
|
|
200
|
+
};
|
|
201
|
+
}>>;
|
|
44
202
|
export type TranslationsIntroduction = z.infer<typeof TranslationsIntroduction>;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TranslationsIntroduction = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
exports.TranslationsIntroduction = zod_1.z
|
|
6
|
-
.record(zod_1.z
|
|
6
|
+
.record(zod_1.z
|
|
7
7
|
.object({
|
|
8
8
|
introduction: zod_1.z.string(),
|
|
9
9
|
introductions: zod_1.z
|