waha-shared 1.0.253 → 1.0.255
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/languages/languages.json +0 -1
- package/dist/data/releaseNotes/releaseNotes.json +91 -2
- package/dist/data/translationsApp/index.d.ts +33 -12
- package/dist/data/translationsApp/translationsApp.json +29 -281
- package/dist/data/translationsApp/translationsApp.schema.json +68 -0
- package/dist/data/translationsApp/translationsApp.zod.d.ts +33 -12
- package/dist/data/translationsApp/translationsApp.zod.js +38 -12
- package/dist/data/translationsSet/translationsSet.json +789 -0
- package/dist/functions/scripturePassages.d.ts +24 -0
- package/dist/functions/scripturePassages.js +29 -4
- package/dist/types/analytics.d.ts +13 -13
- package/dist/types/articles.d.ts +4 -0
- package/dist/types/articles.js +4 -1
- package/dist/types/microLessons.d.ts +15 -0
- package/dist/types/microLessons.js +60 -25
- package/dist/types/users.d.ts +34 -41
- package/dist/types/users.js +3 -19
- package/dist/types/webContent.js +2 -0
- package/package.json +1 -1
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
"type": "string",
|
|
23
23
|
"minLength": 1
|
|
24
24
|
},
|
|
25
|
+
"question_placeholder": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1
|
|
28
|
+
},
|
|
25
29
|
"a11y_add_secondary_language_hint": {
|
|
26
30
|
"type": "string",
|
|
27
31
|
"minLength": 1
|
|
@@ -1276,6 +1280,70 @@
|
|
|
1276
1280
|
"no_notes": {
|
|
1277
1281
|
"type": "string",
|
|
1278
1282
|
"minLength": 1
|
|
1283
|
+
},
|
|
1284
|
+
"micro_lesson": {
|
|
1285
|
+
"type": "string",
|
|
1286
|
+
"minLength": 1
|
|
1287
|
+
},
|
|
1288
|
+
"micro_lessons": {
|
|
1289
|
+
"type": "string",
|
|
1290
|
+
"minLength": 1
|
|
1291
|
+
},
|
|
1292
|
+
"filter_micro_lessons": {
|
|
1293
|
+
"type": "string",
|
|
1294
|
+
"minLength": 1
|
|
1295
|
+
},
|
|
1296
|
+
"people_shared_last_week": {
|
|
1297
|
+
"type": "string",
|
|
1298
|
+
"minLength": 1
|
|
1299
|
+
},
|
|
1300
|
+
"onboarding_dbs_intro_heading": {
|
|
1301
|
+
"type": "string",
|
|
1302
|
+
"minLength": 1
|
|
1303
|
+
},
|
|
1304
|
+
"onboarding_dbs_intro_body": {
|
|
1305
|
+
"type": "string",
|
|
1306
|
+
"minLength": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onboarding_invite_group_heading": {
|
|
1309
|
+
"type": "string",
|
|
1310
|
+
"minLength": 1
|
|
1311
|
+
},
|
|
1312
|
+
"popups_need_help_with_group_title": {
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"minLength": 1
|
|
1315
|
+
},
|
|
1316
|
+
"popups_need_help_with_group_message": {
|
|
1317
|
+
"type": "string",
|
|
1318
|
+
"minLength": 1
|
|
1319
|
+
},
|
|
1320
|
+
"popups_micro_lessons": {
|
|
1321
|
+
"type": "string",
|
|
1322
|
+
"minLength": 1
|
|
1323
|
+
},
|
|
1324
|
+
"question_what_brings_you_question": {
|
|
1325
|
+
"type": "string",
|
|
1326
|
+
"minLength": 1
|
|
1327
|
+
},
|
|
1328
|
+
"question_what_brings_you_option_1": {
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"minLength": 1
|
|
1331
|
+
},
|
|
1332
|
+
"question_what_brings_you_option_2": {
|
|
1333
|
+
"type": "string",
|
|
1334
|
+
"minLength": 1
|
|
1335
|
+
},
|
|
1336
|
+
"question_what_brings_you_option_3": {
|
|
1337
|
+
"type": "string",
|
|
1338
|
+
"minLength": 1
|
|
1339
|
+
},
|
|
1340
|
+
"question_what_brings_you_option_4": {
|
|
1341
|
+
"type": "string",
|
|
1342
|
+
"minLength": 1
|
|
1343
|
+
},
|
|
1344
|
+
"question_what_brings_you_option_5": {
|
|
1345
|
+
"type": "string",
|
|
1346
|
+
"minLength": 1
|
|
1279
1347
|
}
|
|
1280
1348
|
},
|
|
1281
1349
|
"required": [
|
|
@@ -65,12 +65,6 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
65
65
|
app_store_listing_title: z.ZodString;
|
|
66
66
|
appearance: z.ZodString;
|
|
67
67
|
application: z.ZodString;
|
|
68
|
-
article_categories_65004e85fba2e8c9d281a73e: z.ZodString;
|
|
69
|
-
article_categories_65004e8eaf7c1d3f8289315a: z.ZodString;
|
|
70
|
-
article_categories_65004f8eead7951cf3c33243: z.ZodString;
|
|
71
|
-
article_categories_65005061a72598db83565c66: z.ZodString;
|
|
72
|
-
article_categories_65400527806b42d2e6ae4fd0: z.ZodString;
|
|
73
|
-
article_categories_65ca47557375e35a56523645: z.ZodString;
|
|
74
68
|
article_cta_body: z.ZodString;
|
|
75
69
|
article_cta_header: z.ZodString;
|
|
76
70
|
articles: z.ZodString;
|
|
@@ -127,7 +121,7 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
127
121
|
fetch_bible_error: z.ZodString;
|
|
128
122
|
fetch_bible_no_internet: z.ZodString;
|
|
129
123
|
filter_articles: z.ZodString;
|
|
130
|
-
finish: z.
|
|
124
|
+
finish: z.ZodString;
|
|
131
125
|
font_size: z.ZodString;
|
|
132
126
|
foundations: z.ZodString;
|
|
133
127
|
get_started_foundations: z.ZodString;
|
|
@@ -150,7 +144,6 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
150
144
|
language_types_meet_primary: z.ZodString;
|
|
151
145
|
language_types_meet_secondary: z.ZodString;
|
|
152
146
|
language_types_video_bridge: z.ZodString;
|
|
153
|
-
later: z.ZodOptional<z.ZodString>;
|
|
154
147
|
learn: z.ZodString;
|
|
155
148
|
learn_more: z.ZodString;
|
|
156
149
|
light: z.ZodString;
|
|
@@ -173,11 +166,11 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
173
166
|
note_placeholder: z.ZodString;
|
|
174
167
|
note_saved: z.ZodString;
|
|
175
168
|
notes_view: z.ZodString;
|
|
176
|
-
notifications: z.
|
|
169
|
+
notifications: z.ZodString;
|
|
177
170
|
notifications_enable: z.ZodString;
|
|
178
171
|
ok: z.ZodString;
|
|
179
172
|
passcode_set: z.ZodString;
|
|
180
|
-
percent_available: z.
|
|
173
|
+
percent_available: z.ZodString;
|
|
181
174
|
piano: z.ZodString;
|
|
182
175
|
piano_description: z.ZodString;
|
|
183
176
|
playback_speed: z.ZodString;
|
|
@@ -312,7 +305,35 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
312
305
|
lesson: z.ZodString;
|
|
313
306
|
lessons: z.ZodString;
|
|
314
307
|
article: z.ZodString;
|
|
315
|
-
no_results: z.
|
|
316
|
-
no_notes: z.
|
|
308
|
+
no_results: z.ZodString;
|
|
309
|
+
no_notes: z.ZodString;
|
|
310
|
+
not_yet: z.ZodOptional<z.ZodString>;
|
|
311
|
+
micro_lesson: z.ZodOptional<z.ZodString>;
|
|
312
|
+
micro_lessons: z.ZodOptional<z.ZodString>;
|
|
313
|
+
filter_micro_lessons: z.ZodOptional<z.ZodString>;
|
|
314
|
+
content_categories_case_studies: z.ZodOptional<z.ZodString>;
|
|
315
|
+
content_categories_product_updates: z.ZodOptional<z.ZodString>;
|
|
316
|
+
content_categories_disciple_making_secrets: z.ZodOptional<z.ZodString>;
|
|
317
|
+
content_categories_discovering_god: z.ZodOptional<z.ZodString>;
|
|
318
|
+
content_categories_books: z.ZodOptional<z.ZodString>;
|
|
319
|
+
content_categories_films: z.ZodOptional<z.ZodString>;
|
|
320
|
+
content_categories_how_tos: z.ZodOptional<z.ZodString>;
|
|
321
|
+
join_others_discovering: z.ZodOptional<z.ZodString>;
|
|
322
|
+
people_shared_last_week: z.ZodOptional<z.ZodString>;
|
|
323
|
+
question_placeholder: z.ZodOptional<z.ZodString>;
|
|
324
|
+
onboarding_dbs_intro_heading: z.ZodOptional<z.ZodString>;
|
|
325
|
+
onboarding_dbs_intro_body: z.ZodOptional<z.ZodString>;
|
|
326
|
+
onboarding_invite_group_heading: z.ZodOptional<z.ZodString>;
|
|
327
|
+
onboarding_invite_group_body: z.ZodOptional<z.ZodString>;
|
|
328
|
+
popups_need_help_with_group_title: z.ZodOptional<z.ZodString>;
|
|
329
|
+
popups_need_help_with_group_message: z.ZodOptional<z.ZodString>;
|
|
330
|
+
popups_micro_lessons_banner: z.ZodOptional<z.ZodString>;
|
|
331
|
+
question_in_a_group: z.ZodOptional<z.ZodString>;
|
|
332
|
+
question_what_brings_you_question: z.ZodOptional<z.ZodString>;
|
|
333
|
+
question_what_brings_you_body: z.ZodOptional<z.ZodString>;
|
|
334
|
+
question_what_brings_you_option_1: z.ZodOptional<z.ZodString>;
|
|
335
|
+
question_what_brings_you_option_2: z.ZodOptional<z.ZodString>;
|
|
336
|
+
question_what_brings_you_option_3: z.ZodOptional<z.ZodString>;
|
|
337
|
+
question_what_brings_you_option_4: z.ZodOptional<z.ZodString>;
|
|
317
338
|
}, z.core.$strip>>;
|
|
318
339
|
export type TranslationsApp = z.infer<typeof TranslationsApp>;
|
|
@@ -70,12 +70,6 @@ exports.TranslationsApp = zod_1.z
|
|
|
70
70
|
app_store_listing_title: zod_1.z.string().min(1),
|
|
71
71
|
appearance: zod_1.z.string().min(1),
|
|
72
72
|
application: zod_1.z.string().min(1),
|
|
73
|
-
article_categories_65004e85fba2e8c9d281a73e: zod_1.z.string().min(1),
|
|
74
|
-
article_categories_65004e8eaf7c1d3f8289315a: zod_1.z.string().min(1),
|
|
75
|
-
article_categories_65004f8eead7951cf3c33243: zod_1.z.string().min(1),
|
|
76
|
-
article_categories_65005061a72598db83565c66: zod_1.z.string().min(1),
|
|
77
|
-
article_categories_65400527806b42d2e6ae4fd0: zod_1.z.string().min(1),
|
|
78
|
-
article_categories_65ca47557375e35a56523645: zod_1.z.string().min(1),
|
|
79
73
|
article_cta_body: zod_1.z.string().min(1),
|
|
80
74
|
article_cta_header: zod_1.z.string().min(1),
|
|
81
75
|
articles: zod_1.z.string().min(1),
|
|
@@ -132,7 +126,7 @@ exports.TranslationsApp = zod_1.z
|
|
|
132
126
|
fetch_bible_error: zod_1.z.string().min(1),
|
|
133
127
|
fetch_bible_no_internet: zod_1.z.string().min(1),
|
|
134
128
|
filter_articles: zod_1.z.string().min(1),
|
|
135
|
-
finish: zod_1.z.string().min(1)
|
|
129
|
+
finish: zod_1.z.string().min(1),
|
|
136
130
|
font_size: zod_1.z.string().min(1),
|
|
137
131
|
foundations: zod_1.z.string().min(1),
|
|
138
132
|
get_started_foundations: zod_1.z.string().min(1),
|
|
@@ -157,7 +151,6 @@ exports.TranslationsApp = zod_1.z
|
|
|
157
151
|
language_types_meet_primary: zod_1.z.string().min(1),
|
|
158
152
|
language_types_meet_secondary: zod_1.z.string().min(1),
|
|
159
153
|
language_types_video_bridge: zod_1.z.string().min(1),
|
|
160
|
-
later: zod_1.z.string().min(1).optional(),
|
|
161
154
|
learn: zod_1.z.string().min(1),
|
|
162
155
|
learn_more: zod_1.z.string().min(1),
|
|
163
156
|
light: zod_1.z.string().min(1),
|
|
@@ -180,11 +173,11 @@ exports.TranslationsApp = zod_1.z
|
|
|
180
173
|
note_placeholder: zod_1.z.string().min(1),
|
|
181
174
|
note_saved: zod_1.z.string().min(1),
|
|
182
175
|
notes_view: zod_1.z.string().min(1),
|
|
183
|
-
notifications: zod_1.z.string().min(1)
|
|
176
|
+
notifications: zod_1.z.string().min(1),
|
|
184
177
|
notifications_enable: zod_1.z.string().min(1),
|
|
185
178
|
ok: zod_1.z.string().min(1),
|
|
186
179
|
passcode_set: zod_1.z.string().min(1),
|
|
187
|
-
percent_available: zod_1.z.string().min(1)
|
|
180
|
+
percent_available: zod_1.z.string().min(1),
|
|
188
181
|
piano: zod_1.z.string().min(1),
|
|
189
182
|
piano_description: zod_1.z.string().min(1),
|
|
190
183
|
playback_speed: zod_1.z.string().min(1),
|
|
@@ -319,8 +312,41 @@ exports.TranslationsApp = zod_1.z
|
|
|
319
312
|
lesson: zod_1.z.string().min(1),
|
|
320
313
|
lessons: zod_1.z.string().min(1),
|
|
321
314
|
article: zod_1.z.string().min(1),
|
|
322
|
-
no_results: zod_1.z.string().min(1)
|
|
323
|
-
no_notes: zod_1.z.string().min(1)
|
|
315
|
+
no_results: zod_1.z.string().min(1),
|
|
316
|
+
no_notes: zod_1.z.string().min(1),
|
|
317
|
+
// Will remove optional soon.
|
|
318
|
+
not_yet: zod_1.z.string().min(1).optional(),
|
|
319
|
+
micro_lesson: zod_1.z.string().min(1).optional(),
|
|
320
|
+
micro_lessons: zod_1.z.string().min(1).optional(),
|
|
321
|
+
filter_micro_lessons: zod_1.z.string().min(1).optional(),
|
|
322
|
+
content_categories_case_studies: zod_1.z.string().min(1).optional(),
|
|
323
|
+
content_categories_product_updates: zod_1.z.string().min(1).optional(),
|
|
324
|
+
content_categories_disciple_making_secrets: zod_1.z
|
|
325
|
+
.string()
|
|
326
|
+
.min(1)
|
|
327
|
+
.optional(),
|
|
328
|
+
content_categories_discovering_god: zod_1.z.string().min(1).optional(),
|
|
329
|
+
content_categories_books: zod_1.z.string().min(1).optional(),
|
|
330
|
+
content_categories_films: zod_1.z.string().min(1).optional(),
|
|
331
|
+
content_categories_how_tos: zod_1.z.string().min(1).optional(),
|
|
332
|
+
// These are trickier strings and will take some time to localize. onboarding.tsx is set up to default to the old onboarding if strings for the new onboarding are not localized.
|
|
333
|
+
join_others_discovering: zod_1.z.string().min(1).optional(),
|
|
334
|
+
people_shared_last_week: zod_1.z.string().min(1).optional(),
|
|
335
|
+
question_placeholder: zod_1.z.string().min(1).optional(),
|
|
336
|
+
onboarding_dbs_intro_heading: zod_1.z.string().min(1).optional(),
|
|
337
|
+
onboarding_dbs_intro_body: zod_1.z.string().min(1).optional(),
|
|
338
|
+
onboarding_invite_group_heading: zod_1.z.string().min(1).optional(),
|
|
339
|
+
onboarding_invite_group_body: zod_1.z.string().min(1).optional(),
|
|
340
|
+
popups_need_help_with_group_title: zod_1.z.string().min(1).optional(),
|
|
341
|
+
popups_need_help_with_group_message: zod_1.z.string().min(1).optional(),
|
|
342
|
+
popups_micro_lessons_banner: zod_1.z.string().min(1).optional(),
|
|
343
|
+
question_in_a_group: zod_1.z.string().min(1).optional(),
|
|
344
|
+
question_what_brings_you_question: zod_1.z.string().min(1).optional(),
|
|
345
|
+
question_what_brings_you_body: zod_1.z.string().min(1).optional(),
|
|
346
|
+
question_what_brings_you_option_1: zod_1.z.string().min(1).optional(),
|
|
347
|
+
question_what_brings_you_option_2: zod_1.z.string().min(1).optional(),
|
|
348
|
+
question_what_brings_you_option_3: zod_1.z.string().min(1).optional(),
|
|
349
|
+
question_what_brings_you_option_4: zod_1.z.string().min(1).optional(),
|
|
324
350
|
})
|
|
325
351
|
.describe('Translations for a single language (identified by a 3-letter code)_'))
|
|
326
352
|
.describe('Schema for appTranslations_json_ Root keys are 3-letter language identifiers (ISO-639 style)_ Each language object contains well-defined translation collections_');
|