waha-shared 1.0.129 → 1.0.130
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/aslTimestamps/aslTimestamps.json +4345 -12348
- package/dist/data/bibleAudios/bibleAudios.json +19 -1
- package/dist/data/bibleStatuses/bibleStatuses.json +1002 -0
- package/dist/data/bibleTexts/bibleTexts.json +24 -1
- package/dist/data/languages/languages.json +190 -96
- package/dist/data/mediaDurations/mediaDurations.json +993 -0
- package/dist/data/translationsApp/translationsApp.json +0 -1
- package/dist/data/translationsFtb/translationsFtb.json +0 -68
- package/dist/data/translationsQuestion/translationsQuestion.json +0 -32
- package/dist/data/translationsSet/translationsSet.json +3 -792
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +0 -32
- package/package.json +1 -1
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./bibleAudios.schema.json",
|
|
3
3
|
"data": [
|
|
4
|
+
{
|
|
5
|
+
"bibleAudioId": "ONCV",
|
|
6
|
+
"audioSource": {
|
|
7
|
+
"source": "custom"
|
|
8
|
+
},
|
|
9
|
+
"canDownload": true,
|
|
10
|
+
"copyright": "Biblica® Open Nepali Contemporary Version™, Audio Edition Copyright ℗ 2025 by Biblica, Inc. and Davar Partners International"
|
|
11
|
+
},
|
|
4
12
|
{
|
|
5
13
|
"bibleAudioId": "HAS",
|
|
6
14
|
"audioSource": {
|
|
@@ -8,6 +16,15 @@
|
|
|
8
16
|
},
|
|
9
17
|
"canDownload": false
|
|
10
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"bibleAudioId": "AZB",
|
|
21
|
+
"audioSource": {
|
|
22
|
+
"source": "dbl",
|
|
23
|
+
"sourceId": "bdc9113a294649c3-01"
|
|
24
|
+
},
|
|
25
|
+
"canDownload": false,
|
|
26
|
+
"copyright": "Bible in Northern Azeri © 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible ℗ 2024, Davar Partners International."
|
|
27
|
+
},
|
|
11
28
|
{
|
|
12
29
|
"bibleAudioId": "AB2004",
|
|
13
30
|
"audioSource": {
|
|
@@ -97,7 +114,8 @@
|
|
|
97
114
|
{
|
|
98
115
|
"bibleAudioId": "INDSHL",
|
|
99
116
|
"audioSource": {
|
|
100
|
-
"source": "
|
|
117
|
+
"source": "bibleBrain",
|
|
118
|
+
"sourceId": "INDALAO1DA"
|
|
101
119
|
},
|
|
102
120
|
"canDownload": false,
|
|
103
121
|
"copyright": "Teks KSI Indonesia @ LAI 2007 Teks KSTZ Indonesia @ PPT1912 2014"
|