waha-shared 1.0.306 → 1.0.307
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.json +50 -48
- package/dist/data/areas/areas.schema.json +2 -2
- package/dist/data/areas/areas.zod.d.ts +1 -1
- package/dist/data/areas/areas.zod.js +1 -1
- package/dist/data/areas/index.d.ts +1 -1
- package/dist/data/bibleAudios/bibleAudios.json +581 -314
- package/dist/data/bibleAudios/bibleAudios.schema.json +17 -8
- package/dist/data/bibleAudios/bibleAudios.zod.d.ts +43 -2
- package/dist/data/bibleAudios/bibleAudios.zod.js +16 -7
- package/dist/data/bibleAudios/index.d.ts +2 -1
- package/dist/data/bibleBooks/bibleBooks.json +792 -790
- package/dist/data/bibleStatuses/bibleStatuses.json +7981 -8480
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +6 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +1 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.js +4 -0
- package/dist/data/bibleStatuses/index.d.ts +1 -0
- package/dist/data/bibleTexts/bibleTexts.json +269 -184
- package/dist/data/bibleTexts/bibleTexts.schema.json +7 -0
- package/dist/data/bibleTexts/bibleTexts.zod.d.ts +28 -0
- package/dist/data/bibleTexts/bibleTexts.zod.js +10 -3
- package/dist/data/bibleTexts/index.d.ts +2 -0
- package/dist/data/clones/clones.json +2 -0
- package/dist/data/countries/countries.json +480 -480
- package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6812 -6810
- package/dist/data/crowdinLanguages/crowdinLanguages.json +1440 -1438
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
- package/dist/data/crowdinLanguages/index.d.ts +2 -2
- package/dist/data/curriculumFoundations/curriculumFoundations.json +86 -69
- package/dist/data/curriculumQuestions/curriculumQuestions.json +194 -192
- package/dist/data/curriculumTopics/curriculumTopics.json +51 -8
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +36 -7
- package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
- package/dist/data/firebase.d.ts +1 -0
- package/dist/data/firebase.js +4 -0
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
- package/dist/data/languages/index.d.ts +20 -10
- package/dist/data/languages/languages.json +2983 -2008
- package/dist/data/languages/languages.schema.json +93 -47
- package/dist/data/languages/languages.zod.d.ts +93 -30
- package/dist/data/languages/languages.zod.js +59 -37
- package/dist/data/lessonPauses/index.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.json +2 -3
- package/dist/data/lessonPauses/lessonPauses.schema.json +1 -11
- package/dist/data/lessonPauses/lessonPauses.zod.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.zod.js +0 -3
- package/dist/data/mediaDurations/mediaDurations.json +35291 -6076
- package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
- package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
- package/dist/data/notification/index.d.ts +1 -1
- package/dist/data/notification/notification.json +93 -169
- package/dist/data/phoneLanguages/phoneLanguages.json +637 -635
- package/dist/data/questions/questions.json +149 -147
- package/dist/data/releaseNotes/releaseNotes.json +126 -124
- package/dist/data/screenshots/screenshots.json +1 -1
- package/dist/data/scripts/scripts.json +6 -1
- package/dist/data/sets/index.d.ts +3 -3
- package/dist/data/sets/sets.json +1770 -480
- package/dist/data/sets/sets.schema.json +1 -1
- package/dist/data/sets/sets.zod.d.ts +3 -3
- package/dist/data/sets/sets.zod.js +3 -6
- package/dist/data/translationsApp/index.d.ts +1 -0
- package/dist/data/translationsApp/translationsApp.json +1776 -1568
- package/dist/data/translationsApp/translationsApp.schema.json +1 -0
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.zod.js +1 -0
- package/dist/data/translationsFtb/translationsFtb.json +120 -664
- package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +65 -33
- package/dist/data/translationsSet/translationsSet.json +30155 -19418
- package/dist/data/translationsSet/translationsSet.schema.json +3 -4
- package/dist/data/translationsSet/translationsSet.zod.js +4 -4
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +65 -33
- package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
- package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
- package/dist/functions/bibleBooks.d.ts +16 -0
- package/dist/functions/bibleBooks.js +101 -0
- package/dist/functions/bibles.d.ts +44 -0
- package/dist/functions/bibles.js +291 -0
- package/dist/functions/languages.d.ts +6 -7
- package/dist/functions/languages.js +51 -53
- package/dist/functions/scripturePassages.d.ts +34 -49
- package/dist/functions/scripturePassages.js +167 -304
- package/dist/functions/sets.d.ts +13 -52
- package/dist/functions/sets.js +193 -205
- package/dist/functions/utils.d.ts +2 -0
- package/dist/functions/utils.js +8 -0
- package/dist/types/bibleChapters.d.ts +2 -2
- package/dist/types/bibleChapters.js +1 -1
- package/dist/types/languages.d.ts +39 -9
- package/dist/types/languages.js +2 -0
- package/dist/types/sets.d.ts +21 -11
- package/package.json +1 -1
- package/dist/data/languageAssets/index.d.ts +0 -1
- package/dist/data/languageAssets/index.js +0 -7
- package/dist/data/languageAssets/languageAssets.json +0 -45406
- package/dist/data/languageAssets/languageAssets.schema.json +0 -19
- package/dist/data/languageAssets/languageAssets.zod.d.ts +0 -3
- package/dist/data/languageAssets/languageAssets.zod.js +0 -7
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"id": "9f017cecd21b11e3-01",
|
|
5
|
+
"dblId": "9f017cecd21b11e3",
|
|
6
|
+
"relatedDbl": "3b9fdc679b9319c3",
|
|
7
|
+
"name": "Acholi - 1985 Edition (NT)",
|
|
8
|
+
"nameLocal": "Acholi - 1985 Edition (NT)",
|
|
9
|
+
"abbreviation": "ACHBI85",
|
|
10
|
+
"abbreviationLocal": "ACHBI85",
|
|
11
|
+
"description": null,
|
|
12
|
+
"descriptionLocal": null,
|
|
13
|
+
"language": {
|
|
14
|
+
"id": "ach",
|
|
15
|
+
"name": "Acholi",
|
|
16
|
+
"nameLocal": "Acholi",
|
|
17
|
+
"script": "Latin",
|
|
18
|
+
"scriptDirection": "LTR"
|
|
19
|
+
},
|
|
20
|
+
"countries": [
|
|
21
|
+
{
|
|
22
|
+
"id": "UG",
|
|
23
|
+
"name": "Uganda",
|
|
24
|
+
"nameLocal": "Uganda"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"type": "audio",
|
|
28
|
+
"updatedAt": "2024-07-01T22:44:00.000Z",
|
|
29
|
+
"copyright": "℗ 2007 Hosanna",
|
|
30
|
+
"info": "<p>This translation, published by the Bible Society of Uganda, was first published in 1985.</p>"
|
|
31
|
+
},
|
|
3
32
|
{
|
|
4
33
|
"id": "2dab2eeadd0f48b8-01",
|
|
5
34
|
"dblId": "2dab2eeadd0f48b8",
|
|
@@ -6433,12 +6462,12 @@
|
|
|
6433
6462
|
"id": "b7fe49e56e2e481f-01",
|
|
6434
6463
|
"dblId": "b7fe49e56e2e481f",
|
|
6435
6464
|
"relatedDbl": "a76b73a5b59b52fd",
|
|
6436
|
-
"name": "Kangri
|
|
6437
|
-
"nameLocal": "Kangri
|
|
6465
|
+
"name": "Kangri Bible",
|
|
6466
|
+
"nameLocal": "Kangri Bible",
|
|
6438
6467
|
"abbreviation": null,
|
|
6439
6468
|
"abbreviationLocal": null,
|
|
6440
|
-
"description":
|
|
6441
|
-
"descriptionLocal":
|
|
6469
|
+
"description": "Kangri Audio Bible",
|
|
6470
|
+
"descriptionLocal": "Kangri Audio Bible",
|
|
6442
6471
|
"language": {
|
|
6443
6472
|
"id": "xnr",
|
|
6444
6473
|
"name": "Kangri",
|
|
@@ -6454,9 +6483,9 @@
|
|
|
6454
6483
|
}
|
|
6455
6484
|
],
|
|
6456
6485
|
"type": "audio",
|
|
6457
|
-
"updatedAt": "
|
|
6458
|
-
"copyright": "Kangri
|
|
6459
|
-
"info":
|
|
6486
|
+
"updatedAt": "2026-05-05T02:42:48.000Z",
|
|
6487
|
+
"copyright": "Kangri Bible, CC-BY-SA-4.0, Beyond Translation (Text) Kangri Audio Bible, CC-BY-SA-4.0, Davar Partners International, Beyond Translation, 2026. (Audio)",
|
|
6488
|
+
"info": null
|
|
6460
6489
|
},
|
|
6461
6490
|
{
|
|
6462
6491
|
"id": "0a2c8574ffef47bb-01",
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"language": {
|
|
1632
1632
|
"id": "cfm",
|
|
1633
1633
|
"name": "Chin, Falam",
|
|
1634
|
-
"nameLocal": "Falam",
|
|
1634
|
+
"nameLocal": "Chin, Falam",
|
|
1635
1635
|
"script": "Latin",
|
|
1636
1636
|
"scriptDirection": "LTR"
|
|
1637
1637
|
},
|
|
@@ -1643,9 +1643,9 @@
|
|
|
1643
1643
|
}
|
|
1644
1644
|
],
|
|
1645
1645
|
"type": "text",
|
|
1646
|
-
"updatedAt": "
|
|
1647
|
-
"copyright": "© 2025
|
|
1648
|
-
"info": "<
|
|
1646
|
+
"updatedAt": "2026-05-04T02:19:30.000Z",
|
|
1647
|
+
"copyright": "© 2025 by the World for the World International",
|
|
1648
|
+
"info": "<h3>Lente Thukam Thar</h3> <p>The New Testament in Lente Language</p> <p> <a href=\"https://www.twftw.org/\">The Word for the World</a> </p>",
|
|
1649
1649
|
"audioBibles": []
|
|
1650
1650
|
},
|
|
1651
1651
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const firebaseUrl = "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "./iso6933LanguageCodes.schema.json",
|
|
3
3
|
"data": {
|
|
4
|
-
"eng": "English",
|
|
5
4
|
"aaa": "Ghotuo",
|
|
6
5
|
"aab": "Alumu-Tesu",
|
|
7
6
|
"aac": "Ari",
|
|
@@ -1838,6 +1837,7 @@
|
|
|
1838
1837
|
"enc": "En",
|
|
1839
1838
|
"end": "Ende",
|
|
1840
1839
|
"enf": "Forest Enets",
|
|
1840
|
+
"eng": "English",
|
|
1841
1841
|
"enh": "Tundra Enets",
|
|
1842
1842
|
"enl": "Enlhet",
|
|
1843
1843
|
"enm": "Middle English (1100-1500)",
|
|
@@ -7,23 +7,29 @@ export declare const languages: {
|
|
|
7
7
|
questions: string;
|
|
8
8
|
topics: string | null;
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
status: {
|
|
11
|
+
dbs: "notStarted" | "inProgress" | "testing" | "launched";
|
|
12
|
+
trainingVideos: "notStarted" | "inProgress" | "testing" | "launched";
|
|
13
|
+
gdmc: "notStarted" | "inProgress" | "testing" | "launched";
|
|
14
|
+
web: "notStarted" | "inProgress" | "testing" | "launched";
|
|
15
|
+
};
|
|
12
16
|
questionSource: "unknown" | "recorded" | "mms" | "elevenLabs";
|
|
13
17
|
script: "arabic" | "bengali" | "burmese" | "chinese" | "cyrillic" | "devanagari" | "geez" | "georgian" | "greek" | "gujarati" | "gurmukhi" | "hebrew" | "japanese" | "kannada" | "khmer" | "korean" | "latin" | "malayalam" | "tamil" | "telugu" | "thai" | "uyghur";
|
|
14
|
-
status: "notStarted" | "inProgress" | "testing" | "launched";
|
|
15
18
|
uuid: string;
|
|
16
19
|
audioAssetVersion?: number | undefined;
|
|
17
20
|
bcpLanguageId?: string | undefined;
|
|
18
|
-
usesRetellings?: boolean | undefined;
|
|
19
21
|
bible?: string | undefined;
|
|
20
|
-
|
|
22
|
+
bibleFallbacks?: string[] | undefined;
|
|
23
|
+
bibleModifiers?: {
|
|
24
|
+
scope: "OT" | "NT" | "Foundations" | "Topics" | "WahaTraining";
|
|
25
|
+
action: "concat" | "replace";
|
|
26
|
+
bibleId: string;
|
|
27
|
+
}[] | undefined;
|
|
21
28
|
countries?: string[] | undefined;
|
|
22
29
|
crowdinId?: string | undefined;
|
|
23
30
|
endonym?: string | undefined;
|
|
24
31
|
givingId?: string | undefined;
|
|
25
32
|
hideDonateButton?: boolean | undefined;
|
|
26
|
-
introBridge?: string | undefined;
|
|
27
33
|
likelyAppInterfacePair?: string | undefined;
|
|
28
34
|
mmsLanguageId?: string | undefined;
|
|
29
35
|
notes?: string | undefined;
|
|
@@ -39,12 +45,16 @@ export declare const languages: {
|
|
|
39
45
|
storeIdAndroid?: "id" | "sw" | "af" | "sq" | "am" | "ar" | "hy-AM" | "az-AZ" | "bn-BD" | "eu-ES" | "be" | "bg" | "my-MM" | "ca" | "zh-HK" | "zh-CN" | "zh-TW" | "hr" | "cs-CZ" | "da-DK" | "nl-NL" | "en-AU" | "en-CA" | "en-GB" | "en-IN" | "en-SG" | "en-US" | "en-ZA" | "et" | "fil" | "fi-FI" | "fr-CA" | "fr-FR" | "gl-ES" | "ka-GE" | "de-DE" | "el-GR" | "gu" | "iw-IL" | "hi-IN" | "hu-HU" | "is-IS" | "it-IT" | "ja-JP" | "kn-IN" | "kk" | "km-KH" | "ko-KR" | "ky-KG" | "lo-LA" | "lv" | "lt" | "mk-MK" | "ms-MY" | "ms" | "ml-IN" | "mr-IN" | "mn-MN" | "ne-NP" | "no-NO" | "fa" | "fa-AE" | "fa-AF" | "fa-IR" | "pl-PL" | "pt-BR" | "pt-PT" | "pa" | "ro" | "rm" | "ru-RU" | "sr" | "si-LK" | "sk" | "sl" | "es-419" | "es-ES" | "es-US" | "sv-SE" | "ta-IN" | "te-IN" | "th" | "tr-TR" | "uk" | "ur" | "vi" | "zu" | undefined;
|
|
40
46
|
storeIdIos?: "id" | "ca" | "hr" | "nl-NL" | "en-AU" | "en-CA" | "en-GB" | "en-US" | "fr-CA" | "fr-FR" | "de-DE" | "ms" | "pt-BR" | "pt-PT" | "ro" | "sk" | "es-ES" | "th" | "uk" | "vi" | "ar-SA" | "cs" | "da" | "el" | "es-MX" | "fi" | "he" | "hi" | "hu" | "it" | "ja" | "ko" | "no" | "pl" | "ru" | "sv" | "tr" | "zh-Hans" | "zh-Hant" | undefined;
|
|
41
47
|
supportsSolarSpeakers?: boolean | undefined;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
48
|
+
bridgeLanguages?: {
|
|
49
|
+
intros?: string | undefined;
|
|
50
|
+
trainingVideos?: string | undefined;
|
|
51
|
+
ftbs?: string | undefined;
|
|
52
|
+
titles?: string | undefined;
|
|
53
|
+
questionText?: string | undefined;
|
|
54
|
+
questionAudio?: string | undefined;
|
|
55
|
+
} | undefined;
|
|
45
56
|
web?: {
|
|
46
57
|
name: string;
|
|
47
58
|
code: string;
|
|
48
|
-
status: "notStarted" | "inProgress" | "testing" | "launched";
|
|
49
59
|
} | undefined;
|
|
50
60
|
}[];
|