waha-shared 1.0.344 → 1.0.345
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/bibleAudios/bibleAudios.json +22 -0
- package/dist/data/bibleStatuses/bibleStatuses.json +594 -159
- package/dist/data/bibleTexts/bibleTexts.json +21 -0
- package/dist/data/languageAssets/index.d.ts +1 -0
- package/dist/data/languageAssets/index.js +7 -0
- package/dist/data/languageAssets/languageAssets.json +44404 -0
- package/dist/data/languageAssets/languageAssets.schema.json +19 -0
- package/dist/data/languageAssets/languageAssets.zod.d.ts +3 -0
- package/dist/data/languageAssets/languageAssets.zod.js +7 -0
- package/dist/data/languages/index.d.ts +5 -1
- package/dist/data/languages/languages.json +148 -54
- package/dist/data/languages/languages.schema.json +24 -3
- package/dist/data/languages/languages.zod.d.ts +10 -1
- package/dist/data/languages/languages.zod.js +18 -5
- package/dist/data/mediaDurations/mediaDurations.json +31030 -684
- package/dist/data/releaseNotes/releaseNotes.json +16 -2
- package/dist/data/translationsApp/index.d.ts +1 -0
- package/dist/data/translationsApp/translationsApp.json +41 -0
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.zod.js +1 -0
- package/dist/data/youtubeVideos/youtubeVideos.json +55 -115
- package/dist/functions/ffmpeg.d.ts +104 -0
- package/dist/functions/ffmpeg.js +307 -0
- package/dist/functions/scripturePassages.js +9 -11
- package/dist/functions/sets.d.ts +15 -4
- package/dist/functions/sets.js +172 -228
- package/dist/functions/upload.d.ts +34 -0
- package/dist/functions/upload.js +49 -0
- package/dist/functions/utils.d.ts +6 -1
- package/dist/functions/utils.js +18 -4
- package/dist/types/sets.d.ts +22 -19
- package/package.json +3 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "This file is auto-generated by scripts/prep. Do not edit manually.",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"$schema": { "type": "string" },
|
|
7
|
+
"data": {
|
|
8
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
9
|
+
"type": "object",
|
|
10
|
+
"propertyNames": { "type": "string", "pattern": "^[a-z]{3}$" },
|
|
11
|
+
"additionalProperties": {
|
|
12
|
+
"type": "array",
|
|
13
|
+
"items": { "type": "string" },
|
|
14
|
+
"description": "Language code (3-letter ISO code) containing assets"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"required": ["$schema", "data"]
|
|
19
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LanguageAssets = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.LanguageAssets = zod_1.z.record(zod_1.z.string().regex(new RegExp('^[a-z]{3}$')), zod_1.z
|
|
6
|
+
.array(zod_1.z.string())
|
|
7
|
+
.describe('Language code (3-letter ISO code) containing assets'));
|
|
@@ -17,7 +17,11 @@ export declare const languages: {
|
|
|
17
17
|
questionSource: "unknown" | "recorded" | "mms" | "elevenLabs";
|
|
18
18
|
script: "arabic" | "bengali" | "burmese" | "chinese" | "cyrillic" | "devanagari" | "geez" | "georgian" | "greek" | "gujarati" | "gurmukhi" | "hebrew" | "japanese" | "kannada" | "khmer" | "korean" | "latin" | "malayalam" | "tamil" | "telugu" | "thai" | "uyghur";
|
|
19
19
|
uuid: string;
|
|
20
|
-
|
|
20
|
+
assetVersions?: {
|
|
21
|
+
dbs?: number | undefined;
|
|
22
|
+
dmc?: number | undefined;
|
|
23
|
+
cast?: number | undefined;
|
|
24
|
+
} | undefined;
|
|
21
25
|
bcpLanguageId?: string | undefined;
|
|
22
26
|
bible?: string | undefined;
|
|
23
27
|
bibleFallbacks?: string[] | undefined;
|
|
@@ -55,7 +55,9 @@
|
|
|
55
55
|
{
|
|
56
56
|
"languageId": "ach",
|
|
57
57
|
"appInterface": false,
|
|
58
|
-
"
|
|
58
|
+
"assetVersions": {
|
|
59
|
+
"dbs": 2
|
|
60
|
+
},
|
|
59
61
|
"bcpLanguageId": "ach",
|
|
60
62
|
"bible": "Aco85",
|
|
61
63
|
"crowdinId": "ach",
|
|
@@ -114,7 +116,9 @@
|
|
|
114
116
|
{
|
|
115
117
|
"languageId": "aeb",
|
|
116
118
|
"appInterface": false,
|
|
117
|
-
"
|
|
119
|
+
"assetVersions": {
|
|
120
|
+
"dbs": 2
|
|
121
|
+
},
|
|
118
122
|
"bcpLanguageId": "ar-TN",
|
|
119
123
|
"bible": "NAV",
|
|
120
124
|
"bridgeLanguages": {
|
|
@@ -152,7 +156,9 @@
|
|
|
152
156
|
{
|
|
153
157
|
"languageId": "afb",
|
|
154
158
|
"appInterface": false,
|
|
155
|
-
"
|
|
159
|
+
"assetVersions": {
|
|
160
|
+
"dbs": 2
|
|
161
|
+
},
|
|
156
162
|
"bcpLanguageId": "ar-AE",
|
|
157
163
|
"bible": "NAV",
|
|
158
164
|
"bridgeLanguages": {
|
|
@@ -260,7 +266,9 @@
|
|
|
260
266
|
{
|
|
261
267
|
"languageId": "ais",
|
|
262
268
|
"appInterface": false,
|
|
263
|
-
"
|
|
269
|
+
"assetVersions": {
|
|
270
|
+
"dbs": 2
|
|
271
|
+
},
|
|
264
272
|
"bcpLanguageId": "ar-SY",
|
|
265
273
|
"bible": "GNA",
|
|
266
274
|
"bridgeLanguages": {
|
|
@@ -360,7 +368,9 @@
|
|
|
360
368
|
{
|
|
361
369
|
"languageId": "apa",
|
|
362
370
|
"appInterface": false,
|
|
363
|
-
"
|
|
371
|
+
"assetVersions": {
|
|
372
|
+
"dbs": 2
|
|
373
|
+
},
|
|
364
374
|
"bcpLanguageId": "ar-PS",
|
|
365
375
|
"bible": "SAB",
|
|
366
376
|
"bridgeLanguages": {
|
|
@@ -396,7 +406,9 @@
|
|
|
396
406
|
{
|
|
397
407
|
"languageId": "apc",
|
|
398
408
|
"appInterface": false,
|
|
399
|
-
"
|
|
409
|
+
"assetVersions": {
|
|
410
|
+
"dbs": 2
|
|
411
|
+
},
|
|
400
412
|
"bcpLanguageId": "ar-LB",
|
|
401
413
|
"bible": "NAV",
|
|
402
414
|
"bridgeLanguages": {
|
|
@@ -434,15 +446,15 @@
|
|
|
434
446
|
{
|
|
435
447
|
"languageId": "apd",
|
|
436
448
|
"appInterface": false,
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
"intros": "ara",
|
|
440
|
-
"trainingVideos": "ara"
|
|
449
|
+
"assetVersions": {
|
|
450
|
+
"dbs": 2
|
|
441
451
|
},
|
|
452
|
+
"bcpLanguageId": "ar-SD",
|
|
453
|
+
"bible": "SUARB",
|
|
442
454
|
"crowdinId": "apd",
|
|
443
455
|
"curriculum": {
|
|
444
456
|
"foundations": "eng",
|
|
445
|
-
"onboarding": "
|
|
457
|
+
"onboarding": "rif",
|
|
446
458
|
"questions": "eng",
|
|
447
459
|
"topics": "eng"
|
|
448
460
|
},
|
|
@@ -458,7 +470,7 @@
|
|
|
458
470
|
"speakersSecondary": 9000000,
|
|
459
471
|
"speakersTotal": 42332360,
|
|
460
472
|
"status": {
|
|
461
|
-
"dbs": "
|
|
473
|
+
"dbs": "testing",
|
|
462
474
|
"gdmc": "notStarted",
|
|
463
475
|
"trainingVideos": "notStarted",
|
|
464
476
|
"web": "notStarted"
|
|
@@ -642,7 +654,9 @@
|
|
|
642
654
|
{
|
|
643
655
|
"languageId": "ary",
|
|
644
656
|
"appInterface": false,
|
|
645
|
-
"
|
|
657
|
+
"assetVersions": {
|
|
658
|
+
"dbs": 2
|
|
659
|
+
},
|
|
646
660
|
"bcpLanguageId": "ar-MA",
|
|
647
661
|
"bible": "NAV",
|
|
648
662
|
"bridgeLanguages": {
|
|
@@ -692,7 +706,9 @@
|
|
|
692
706
|
{
|
|
693
707
|
"languageId": "arz",
|
|
694
708
|
"appInterface": false,
|
|
695
|
-
"
|
|
709
|
+
"assetVersions": {
|
|
710
|
+
"dbs": 2
|
|
711
|
+
},
|
|
696
712
|
"bcpLanguageId": "ar-EG",
|
|
697
713
|
"bible": "NAV",
|
|
698
714
|
"bridgeLanguages": {
|
|
@@ -869,7 +885,9 @@
|
|
|
869
885
|
{
|
|
870
886
|
"languageId": "ayl",
|
|
871
887
|
"appInterface": false,
|
|
872
|
-
"
|
|
888
|
+
"assetVersions": {
|
|
889
|
+
"dbs": 2
|
|
890
|
+
},
|
|
873
891
|
"bcpLanguageId": "ar-LY",
|
|
874
892
|
"bible": "NAV",
|
|
875
893
|
"bridgeLanguages": {
|
|
@@ -1440,7 +1458,9 @@
|
|
|
1440
1458
|
{
|
|
1441
1459
|
"languageId": "ceb",
|
|
1442
1460
|
"appInterface": true,
|
|
1443
|
-
"
|
|
1461
|
+
"assetVersions": {
|
|
1462
|
+
"dbs": 2
|
|
1463
|
+
},
|
|
1444
1464
|
"bcpLanguageId": "ceb",
|
|
1445
1465
|
"bible": "CCB",
|
|
1446
1466
|
"crowdinId": "ceb",
|
|
@@ -1623,7 +1643,9 @@
|
|
|
1623
1643
|
{
|
|
1624
1644
|
"languageId": "ckb",
|
|
1625
1645
|
"appInterface": true,
|
|
1626
|
-
"
|
|
1646
|
+
"assetVersions": {
|
|
1647
|
+
"dbs": 2
|
|
1648
|
+
},
|
|
1627
1649
|
"bcpLanguageId": "ckb",
|
|
1628
1650
|
"bible": "OKSS",
|
|
1629
1651
|
"crowdinId": "ckb",
|
|
@@ -2059,7 +2081,10 @@
|
|
|
2059
2081
|
{
|
|
2060
2082
|
"languageId": "eng",
|
|
2061
2083
|
"appInterface": true,
|
|
2062
|
-
"
|
|
2084
|
+
"assetVersions": {
|
|
2085
|
+
"dbs": 2,
|
|
2086
|
+
"dmc": 2
|
|
2087
|
+
},
|
|
2063
2088
|
"bcpLanguageId": "en",
|
|
2064
2089
|
"bible": "NLT",
|
|
2065
2090
|
"crowdinId": "en",
|
|
@@ -2382,7 +2407,9 @@
|
|
|
2382
2407
|
{
|
|
2383
2408
|
"languageId": "fra",
|
|
2384
2409
|
"appInterface": true,
|
|
2385
|
-
"
|
|
2410
|
+
"assetVersions": {
|
|
2411
|
+
"dbs": 2
|
|
2412
|
+
},
|
|
2386
2413
|
"bcpLanguageId": "fr",
|
|
2387
2414
|
"bible": "PDV",
|
|
2388
2415
|
"crowdinId": "fr",
|
|
@@ -3040,7 +3067,9 @@
|
|
|
3040
3067
|
{
|
|
3041
3068
|
"languageId": "hic",
|
|
3042
3069
|
"appInterface": false,
|
|
3043
|
-
"
|
|
3070
|
+
"assetVersions": {
|
|
3071
|
+
"dbs": 2
|
|
3072
|
+
},
|
|
3044
3073
|
"bcpLanguageId": "ur-IN",
|
|
3045
3074
|
"bible": "URDGVH",
|
|
3046
3075
|
"bridgeLanguages": {
|
|
@@ -3098,7 +3127,9 @@
|
|
|
3098
3127
|
{
|
|
3099
3128
|
"languageId": "hin",
|
|
3100
3129
|
"appInterface": true,
|
|
3101
|
-
"
|
|
3130
|
+
"assetVersions": {
|
|
3131
|
+
"dbs": 2
|
|
3132
|
+
},
|
|
3102
3133
|
"bcpLanguageId": "hi",
|
|
3103
3134
|
"bible": "HINOVBSI",
|
|
3104
3135
|
"crowdinId": "hi",
|
|
@@ -3293,7 +3324,9 @@
|
|
|
3293
3324
|
{
|
|
3294
3325
|
"languageId": "hye",
|
|
3295
3326
|
"appInterface": true,
|
|
3296
|
-
"
|
|
3327
|
+
"assetVersions": {
|
|
3328
|
+
"dbs": 4
|
|
3329
|
+
},
|
|
3297
3330
|
"bible": "NEB",
|
|
3298
3331
|
"crowdinId": "hy-AM",
|
|
3299
3332
|
"curriculum": {
|
|
@@ -3441,7 +3474,9 @@
|
|
|
3441
3474
|
{
|
|
3442
3475
|
"languageId": "ind",
|
|
3443
3476
|
"appInterface": true,
|
|
3444
|
-
"
|
|
3477
|
+
"assetVersions": {
|
|
3478
|
+
"dbs": 3
|
|
3479
|
+
},
|
|
3445
3480
|
"bcpLanguageId": "id",
|
|
3446
3481
|
"bible": "TSI",
|
|
3447
3482
|
"crowdinId": "inq",
|
|
@@ -3808,7 +3843,9 @@
|
|
|
3808
3843
|
{
|
|
3809
3844
|
"languageId": "kat",
|
|
3810
3845
|
"appInterface": false,
|
|
3811
|
-
"
|
|
3846
|
+
"assetVersions": {
|
|
3847
|
+
"dbs": 2
|
|
3848
|
+
},
|
|
3812
3849
|
"bcpLanguageId": "ka",
|
|
3813
3850
|
"bible": "GEO02",
|
|
3814
3851
|
"crowdinId": "ka",
|
|
@@ -3985,7 +4022,9 @@
|
|
|
3985
4022
|
{
|
|
3986
4023
|
"languageId": "khm",
|
|
3987
4024
|
"appInterface": true,
|
|
3988
|
-
"
|
|
4025
|
+
"assetVersions": {
|
|
4026
|
+
"dbs": 2
|
|
4027
|
+
},
|
|
3989
4028
|
"bcpLanguageId": "km",
|
|
3990
4029
|
"bible": "KHSV05",
|
|
3991
4030
|
"crowdinId": "km",
|
|
@@ -4090,7 +4129,9 @@
|
|
|
4090
4129
|
{
|
|
4091
4130
|
"languageId": "kmr",
|
|
4092
4131
|
"appInterface": false,
|
|
4093
|
-
"
|
|
4132
|
+
"assetVersions": {
|
|
4133
|
+
"dbs": 3
|
|
4134
|
+
},
|
|
4094
4135
|
"bcpLanguageId": "ku",
|
|
4095
4136
|
"bible": "KK",
|
|
4096
4137
|
"crowdinId": "kmr",
|
|
@@ -4222,7 +4263,9 @@
|
|
|
4222
4263
|
{
|
|
4223
4264
|
"languageId": "kox",
|
|
4224
4265
|
"appInterface": false,
|
|
4225
|
-
"
|
|
4266
|
+
"assetVersions": {
|
|
4267
|
+
"dbs": 2
|
|
4268
|
+
},
|
|
4226
4269
|
"bible": "NKCT",
|
|
4227
4270
|
"bridgeLanguages": {
|
|
4228
4271
|
"ftbs": "kor",
|
|
@@ -4629,7 +4672,9 @@
|
|
|
4629
4672
|
{
|
|
4630
4673
|
"languageId": "mar",
|
|
4631
4674
|
"appInterface": true,
|
|
4632
|
-
"
|
|
4675
|
+
"assetVersions": {
|
|
4676
|
+
"dbs": 2
|
|
4677
|
+
},
|
|
4633
4678
|
"bcpLanguageId": "mr",
|
|
4634
4679
|
"bible": "MARVBSI",
|
|
4635
4680
|
"crowdinId": "mr",
|
|
@@ -4722,7 +4767,9 @@
|
|
|
4722
4767
|
{
|
|
4723
4768
|
"languageId": "mfe",
|
|
4724
4769
|
"appInterface": false,
|
|
4725
|
-
"
|
|
4770
|
+
"assetVersions": {
|
|
4771
|
+
"dbs": 2
|
|
4772
|
+
},
|
|
4726
4773
|
"bcpLanguageId": "mfe",
|
|
4727
4774
|
"bible": "NTKM2009",
|
|
4728
4775
|
"bridgeLanguages": {
|
|
@@ -4782,7 +4829,9 @@
|
|
|
4782
4829
|
{
|
|
4783
4830
|
"languageId": "mlg",
|
|
4784
4831
|
"appInterface": true,
|
|
4785
|
-
"
|
|
4832
|
+
"assetVersions": {
|
|
4833
|
+
"dbs": 2
|
|
4834
|
+
},
|
|
4786
4835
|
"bcpLanguageId": "mg",
|
|
4787
4836
|
"bible": "MPB",
|
|
4788
4837
|
"crowdinId": "mg",
|
|
@@ -5179,7 +5228,11 @@
|
|
|
5179
5228
|
{
|
|
5180
5229
|
"languageId": "nld",
|
|
5181
5230
|
"appInterface": true,
|
|
5231
|
+
"assetVersions": {
|
|
5232
|
+
"dbs": 2
|
|
5233
|
+
},
|
|
5182
5234
|
"bcpLanguageId": "nl",
|
|
5235
|
+
"bible": "HTB",
|
|
5183
5236
|
"crowdinId": "nl",
|
|
5184
5237
|
"curriculum": {
|
|
5185
5238
|
"foundations": "eng",
|
|
@@ -5197,7 +5250,7 @@
|
|
|
5197
5250
|
"speakersSecondary": 1605000,
|
|
5198
5251
|
"speakersTotal": 24448250,
|
|
5199
5252
|
"status": {
|
|
5200
|
-
"dbs": "
|
|
5253
|
+
"dbs": "testing",
|
|
5201
5254
|
"gdmc": "notStarted",
|
|
5202
5255
|
"trainingVideos": "notStarted",
|
|
5203
5256
|
"web": "notStarted"
|
|
@@ -5828,7 +5881,9 @@
|
|
|
5828
5881
|
{
|
|
5829
5882
|
"languageId": "por",
|
|
5830
5883
|
"appInterface": true,
|
|
5831
|
-
"
|
|
5884
|
+
"assetVersions": {
|
|
5885
|
+
"dbs": 2
|
|
5886
|
+
},
|
|
5832
5887
|
"bcpLanguageId": "pt-BR",
|
|
5833
5888
|
"bible": "NVI-PT",
|
|
5834
5889
|
"crowdinId": "pt-PT",
|
|
@@ -5862,7 +5917,9 @@
|
|
|
5862
5917
|
{
|
|
5863
5918
|
"languageId": "prs",
|
|
5864
5919
|
"appInterface": false,
|
|
5865
|
-
"
|
|
5920
|
+
"assetVersions": {
|
|
5921
|
+
"dbs": 2
|
|
5922
|
+
},
|
|
5866
5923
|
"bcpLanguageId": "prs",
|
|
5867
5924
|
"bible": "TDV08",
|
|
5868
5925
|
"crowdinId": "fa-AF",
|
|
@@ -5923,7 +5980,9 @@
|
|
|
5923
5980
|
{
|
|
5924
5981
|
"languageId": "qak",
|
|
5925
5982
|
"appInterface": false,
|
|
5926
|
-
"
|
|
5983
|
+
"assetVersions": {
|
|
5984
|
+
"dbs": 2
|
|
5985
|
+
},
|
|
5927
5986
|
"bcpLanguageId": "ku-Arab",
|
|
5928
5987
|
"bible": "AKAB",
|
|
5929
5988
|
"bridgeLanguages": {
|
|
@@ -5936,7 +5995,7 @@
|
|
|
5936
5995
|
"questions": "eng",
|
|
5937
5996
|
"topics": "eng"
|
|
5938
5997
|
},
|
|
5939
|
-
"endonym": "
|
|
5998
|
+
"endonym": "كورمانجي عفريني",
|
|
5940
5999
|
"exonym": "Afrini Kurmanji",
|
|
5941
6000
|
"mmsLanguageId": "kmr-script_arabic",
|
|
5942
6001
|
"notes": "Both AKAB (existing bible) and WAHA_QAK (waha recorded bible) are audio only, so to still have text on the screen, our sponsors opted to copy GNA arabic text into both bibles. Thus, chapters labelled AKAB.GEN.1 actually contain GNA text even though the verse timings are synced to the AKAB audio.",
|
|
@@ -6027,7 +6086,9 @@
|
|
|
6027
6086
|
{
|
|
6028
6087
|
"languageId": "rfa",
|
|
6029
6088
|
"appInterface": false,
|
|
6030
|
-
"
|
|
6089
|
+
"assetVersions": {
|
|
6090
|
+
"dbs": 2
|
|
6091
|
+
},
|
|
6031
6092
|
"bcpLanguageId": "rif-Arab",
|
|
6032
6093
|
"bible": "RIF-A",
|
|
6033
6094
|
"bridgeLanguages": {
|
|
@@ -6060,7 +6121,9 @@
|
|
|
6060
6121
|
{
|
|
6061
6122
|
"languageId": "rif",
|
|
6062
6123
|
"appInterface": false,
|
|
6063
|
-
"
|
|
6124
|
+
"assetVersions": {
|
|
6125
|
+
"dbs": 2
|
|
6126
|
+
},
|
|
6064
6127
|
"bcpLanguageId": "rif",
|
|
6065
6128
|
"bible": "RIF-L",
|
|
6066
6129
|
"bridgeLanguages": {
|
|
@@ -6192,7 +6255,9 @@
|
|
|
6192
6255
|
{
|
|
6193
6256
|
"languageId": "ron",
|
|
6194
6257
|
"appInterface": true,
|
|
6195
|
-
"
|
|
6258
|
+
"assetVersions": {
|
|
6259
|
+
"dbs": 2
|
|
6260
|
+
},
|
|
6196
6261
|
"bcpLanguageId": "ro",
|
|
6197
6262
|
"bible": "NTR",
|
|
6198
6263
|
"crowdinId": "ro",
|
|
@@ -6249,7 +6314,9 @@
|
|
|
6249
6314
|
{
|
|
6250
6315
|
"languageId": "rus",
|
|
6251
6316
|
"appInterface": true,
|
|
6252
|
-
"
|
|
6317
|
+
"assetVersions": {
|
|
6318
|
+
"dbs": 2
|
|
6319
|
+
},
|
|
6253
6320
|
"bcpLanguageId": "ru",
|
|
6254
6321
|
"bible": "NRT",
|
|
6255
6322
|
"crowdinId": "ru",
|
|
@@ -6534,7 +6601,9 @@
|
|
|
6534
6601
|
{
|
|
6535
6602
|
"languageId": "shf",
|
|
6536
6603
|
"appInterface": false,
|
|
6537
|
-
"
|
|
6604
|
+
"assetVersions": {
|
|
6605
|
+
"dbs": 2
|
|
6606
|
+
},
|
|
6538
6607
|
"bcpLanguageId": "shi-Latn",
|
|
6539
6608
|
"bible": "COHT-L",
|
|
6540
6609
|
"bridgeLanguages": {
|
|
@@ -6568,7 +6637,9 @@
|
|
|
6568
6637
|
{
|
|
6569
6638
|
"languageId": "shi",
|
|
6570
6639
|
"appInterface": false,
|
|
6571
|
-
"
|
|
6640
|
+
"assetVersions": {
|
|
6641
|
+
"dbs": 2
|
|
6642
|
+
},
|
|
6572
6643
|
"bcpLanguageId": "shi-Arab",
|
|
6573
6644
|
"bible": "COHT-A",
|
|
6574
6645
|
"bridgeLanguages": {
|
|
@@ -6829,7 +6900,9 @@
|
|
|
6829
6900
|
{
|
|
6830
6901
|
"languageId": "som",
|
|
6831
6902
|
"appInterface": false,
|
|
6832
|
-
"
|
|
6903
|
+
"assetVersions": {
|
|
6904
|
+
"dbs": 2
|
|
6905
|
+
},
|
|
6833
6906
|
"bcpLanguageId": "so",
|
|
6834
6907
|
"bible": "SOMSIM",
|
|
6835
6908
|
"crowdinId": "so",
|
|
@@ -6909,7 +6982,9 @@
|
|
|
6909
6982
|
{
|
|
6910
6983
|
"languageId": "spa",
|
|
6911
6984
|
"appInterface": true,
|
|
6912
|
-
"
|
|
6985
|
+
"assetVersions": {
|
|
6986
|
+
"dbs": 2
|
|
6987
|
+
},
|
|
6913
6988
|
"bcpLanguageId": "es-419",
|
|
6914
6989
|
"bible": "NBLA",
|
|
6915
6990
|
"crowdinId": "es-419",
|
|
@@ -7066,7 +7141,9 @@
|
|
|
7066
7141
|
{
|
|
7067
7142
|
"languageId": "swe",
|
|
7068
7143
|
"appInterface": true,
|
|
7069
|
-
"
|
|
7144
|
+
"assetVersions": {
|
|
7145
|
+
"dbs": 2
|
|
7146
|
+
},
|
|
7070
7147
|
"bcpLanguageId": "sv",
|
|
7071
7148
|
"bible": "SFB15",
|
|
7072
7149
|
"crowdinId": "sv-SE",
|
|
@@ -7100,7 +7177,9 @@
|
|
|
7100
7177
|
{
|
|
7101
7178
|
"languageId": "swz",
|
|
7102
7179
|
"appInterface": true,
|
|
7103
|
-
"
|
|
7180
|
+
"assetVersions": {
|
|
7181
|
+
"dbs": 2
|
|
7182
|
+
},
|
|
7104
7183
|
"bible": "NENO",
|
|
7105
7184
|
"crowdinId": "sw-TZ",
|
|
7106
7185
|
"curriculum": {
|
|
@@ -7111,7 +7190,6 @@
|
|
|
7111
7190
|
},
|
|
7112
7191
|
"endonym": "Kiswahili",
|
|
7113
7192
|
"exonym": "Swahili",
|
|
7114
|
-
"likelyAppInterfacePair": "swh",
|
|
7115
7193
|
"mmsLanguageId": "swh",
|
|
7116
7194
|
"pm": "Josh Müller",
|
|
7117
7195
|
"questionSource": "unknown",
|
|
@@ -7253,7 +7331,9 @@
|
|
|
7253
7331
|
{
|
|
7254
7332
|
"languageId": "tel",
|
|
7255
7333
|
"appInterface": true,
|
|
7256
|
-
"
|
|
7334
|
+
"assetVersions": {
|
|
7335
|
+
"dbs": 2
|
|
7336
|
+
},
|
|
7257
7337
|
"bcpLanguageId": "te",
|
|
7258
7338
|
"bible": "TELUBSI",
|
|
7259
7339
|
"crowdinId": "te",
|
|
@@ -7599,7 +7679,9 @@
|
|
|
7599
7679
|
{
|
|
7600
7680
|
"languageId": "tur",
|
|
7601
7681
|
"appInterface": true,
|
|
7602
|
-
"
|
|
7682
|
+
"assetVersions": {
|
|
7683
|
+
"dbs": 2
|
|
7684
|
+
},
|
|
7603
7685
|
"bcpLanguageId": "tr",
|
|
7604
7686
|
"bible": "TCL02",
|
|
7605
7687
|
"crowdinId": "tr",
|
|
@@ -7680,7 +7762,9 @@
|
|
|
7680
7762
|
{
|
|
7681
7763
|
"languageId": "tzm",
|
|
7682
7764
|
"appInterface": false,
|
|
7683
|
-
"
|
|
7765
|
+
"assetVersions": {
|
|
7766
|
+
"dbs": 3
|
|
7767
|
+
},
|
|
7684
7768
|
"bcpLanguageId": "tzm",
|
|
7685
7769
|
"bible": "TZM",
|
|
7686
7770
|
"bridgeLanguages": {
|
|
@@ -7739,7 +7823,9 @@
|
|
|
7739
7823
|
{
|
|
7740
7824
|
"languageId": "uig",
|
|
7741
7825
|
"appInterface": true,
|
|
7742
|
-
"
|
|
7826
|
+
"assetVersions": {
|
|
7827
|
+
"dbs": 2
|
|
7828
|
+
},
|
|
7743
7829
|
"bcpLanguageId": "ug",
|
|
7744
7830
|
"bible": "HZUT",
|
|
7745
7831
|
"crowdinId": "ug",
|
|
@@ -7771,7 +7857,9 @@
|
|
|
7771
7857
|
{
|
|
7772
7858
|
"languageId": "ukr",
|
|
7773
7859
|
"appInterface": true,
|
|
7774
|
-
"
|
|
7860
|
+
"assetVersions": {
|
|
7861
|
+
"dbs": 2
|
|
7862
|
+
},
|
|
7775
7863
|
"bcpLanguageId": "uk",
|
|
7776
7864
|
"bible": "UBIO",
|
|
7777
7865
|
"crowdinId": "uk",
|
|
@@ -7829,7 +7917,9 @@
|
|
|
7829
7917
|
{
|
|
7830
7918
|
"languageId": "urd",
|
|
7831
7919
|
"appInterface": true,
|
|
7832
|
-
"
|
|
7920
|
+
"assetVersions": {
|
|
7921
|
+
"dbs": 2
|
|
7922
|
+
},
|
|
7833
7923
|
"bcpLanguageId": "ur",
|
|
7834
7924
|
"bible": "URDGVU",
|
|
7835
7925
|
"crowdinId": "ur-PK",
|
|
@@ -7958,7 +8048,9 @@
|
|
|
7958
8048
|
{
|
|
7959
8049
|
"languageId": "vie",
|
|
7960
8050
|
"appInterface": true,
|
|
7961
|
-
"
|
|
8051
|
+
"assetVersions": {
|
|
8052
|
+
"dbs": 2
|
|
8053
|
+
},
|
|
7962
8054
|
"bcpLanguageId": "vi",
|
|
7963
8055
|
"bible": "OVCB",
|
|
7964
8056
|
"crowdinId": "vi",
|
|
@@ -8289,7 +8381,9 @@
|
|
|
8289
8381
|
{
|
|
8290
8382
|
"languageId": "zsm",
|
|
8291
8383
|
"appInterface": true,
|
|
8292
|
-
"
|
|
8384
|
+
"assetVersions": {
|
|
8385
|
+
"dbs": 2
|
|
8386
|
+
},
|
|
8293
8387
|
"bcpLanguageId": "ms",
|
|
8294
8388
|
"bible": "AVB",
|
|
8295
8389
|
"crowdinId": "ms",
|
|
@@ -19,9 +19,30 @@
|
|
|
19
19
|
"description": "The name of a language in English, i.e. \"Spanish\". This helps Waha team members identify the language."
|
|
20
20
|
},
|
|
21
21
|
"appInterface": { "type": "boolean" },
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
22
|
+
"assetVersions": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"dbs": {
|
|
26
|
+
"description": "Asset version for Foundations/Topics/GDMC audio lessons.",
|
|
27
|
+
"type": "integer",
|
|
28
|
+
"minimum": -9007199254740991,
|
|
29
|
+
"maximum": 9007199254740991
|
|
30
|
+
},
|
|
31
|
+
"dmc": {
|
|
32
|
+
"description": "Asset version for Training lessons, including compressed training videos, music-ified narration audio, and production-ready disciple making course video lessons.",
|
|
33
|
+
"type": "integer",
|
|
34
|
+
"minimum": -9007199254740991,
|
|
35
|
+
"maximum": 9007199254740991
|
|
36
|
+
},
|
|
37
|
+
"cast": {
|
|
38
|
+
"description": "Asset version for cast-ready Foundations/Topics/GMDC video lessons.",
|
|
39
|
+
"type": "integer",
|
|
40
|
+
"minimum": -9007199254740991,
|
|
41
|
+
"maximum": 9007199254740991
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"additionalProperties": false,
|
|
45
|
+
"description": "Version numbers for various language assets that determine where files will be generated and retrieved. Omitting will always look for all assets in `full_lessons`. Adding for a category will generate and look for assets in `full_lessons${versionNumber}`."
|
|
25
46
|
},
|
|
26
47
|
"bcpLanguageId": {
|
|
27
48
|
"type": "string",
|
|
@@ -42,11 +42,20 @@ export declare const BibleModifier: z.ZodObject<{
|
|
|
42
42
|
bibleId: z.ZodString;
|
|
43
43
|
}, z.core.$strip>;
|
|
44
44
|
export type BibleModifier = z.infer<typeof BibleModifier>;
|
|
45
|
+
export declare const AssetVersions: z.ZodObject<{
|
|
46
|
+
dbs: z.ZodOptional<z.ZodInt>;
|
|
47
|
+
dmc: z.ZodOptional<z.ZodInt>;
|
|
48
|
+
cast: z.ZodOptional<z.ZodInt>;
|
|
49
|
+
}, z.core.$strip>;
|
|
45
50
|
export declare const Languages: z.ZodArray<z.ZodObject<{
|
|
46
51
|
languageId: z.ZodString;
|
|
47
52
|
exonym: z.ZodString;
|
|
48
53
|
appInterface: z.ZodBoolean;
|
|
49
|
-
|
|
54
|
+
assetVersions: z.ZodOptional<z.ZodObject<{
|
|
55
|
+
dbs: z.ZodOptional<z.ZodInt>;
|
|
56
|
+
dmc: z.ZodOptional<z.ZodInt>;
|
|
57
|
+
cast: z.ZodOptional<z.ZodInt>;
|
|
58
|
+
}, z.core.$strip>>;
|
|
50
59
|
bcpLanguageId: z.ZodOptional<z.ZodString>;
|
|
51
60
|
bible: z.ZodOptional<z.ZodString>;
|
|
52
61
|
bibleFallbacks: z.ZodOptional<z.ZodArray<z.ZodString>>;
|