waha-shared 1.0.1 → 1.0.3

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.
Files changed (293) hide show
  1. package/README.md +2 -2
  2. package/dist/data/bibleAudios.d.ts +8 -0
  3. package/dist/data/bibleAudios.js +8 -0
  4. package/dist/data/bibleAudios.json +394 -0
  5. package/dist/data/bibleResources/bibleBooks.d.ts +3 -0
  6. package/dist/data/bibleResources/bibleBooks.js +7 -0
  7. package/dist/data/bibleResources/bibleBooks.json +6071 -0
  8. package/dist/data/bibleResources/bibleChaptersList.d.ts +2 -0
  9. package/dist/data/bibleResources/bibleChaptersList.js +8 -0
  10. package/dist/data/bibleResources/bibleChaptersList.json +1191 -0
  11. package/dist/data/bibleStatuses.d.ts +7 -0
  12. package/dist/data/bibleStatuses.js +8 -0
  13. package/dist/data/bibleStatuses.json +9196 -0
  14. package/dist/data/bibleTexts.d.ts +16 -0
  15. package/dist/data/bibleTexts.js +8 -0
  16. package/dist/data/bibleTexts.json +527 -0
  17. package/dist/data/countryResources/areas.d.ts +3 -0
  18. package/dist/data/countryResources/areas.js +7 -0
  19. package/dist/data/countryResources/areas.json +74 -0
  20. package/dist/data/countryResources/countries.d.ts +3 -0
  21. package/dist/data/countryResources/countries.js +7 -0
  22. package/dist/data/countryResources/countries.json +3362 -0
  23. package/dist/data/foundationsCurriculums.d.ts +5 -0
  24. package/dist/data/foundationsCurriculums.js +8 -0
  25. package/dist/data/foundationsCurriculums.json +130 -0
  26. package/dist/data/languageResources/countriesAndLanguages.d.ts +13 -0
  27. package/dist/data/languageResources/countriesAndLanguages.js +7 -0
  28. package/dist/data/languageResources/countriesAndLanguages.json +11718 -0
  29. package/dist/data/languageResources/phoneLanguages.d.ts +11 -0
  30. package/dist/data/languageResources/phoneLanguages.js +7 -0
  31. package/dist/data/languageResources/phoneLanguages.json +1532 -0
  32. package/dist/data/languages.d.ts +45 -0
  33. package/dist/data/languages.js +8 -0
  34. package/dist/data/languages.json +7045 -0
  35. package/dist/data/mediaDurations.d.ts +6 -0
  36. package/dist/data/mediaDurations.js +8 -0
  37. package/dist/data/mediaDurations.json +32364 -0
  38. package/dist/data/notification.d.ts +16 -0
  39. package/dist/data/notification.js +8 -0
  40. package/dist/data/notification.json +69 -0
  41. package/dist/data/numeralMaps.d.ts +13 -0
  42. package/dist/data/numeralMaps.js +8 -0
  43. package/dist/data/numeralMaps.json +26 -0
  44. package/dist/data/questions.d.ts +8 -0
  45. package/dist/data/questions.js +8 -0
  46. package/dist/data/questions.json +317 -0
  47. package/dist/data/questionsCurriculums.d.ts +8 -0
  48. package/dist/data/questionsCurriculums.js +8 -0
  49. package/dist/data/questionsCurriculums.json +753 -0
  50. package/dist/data/releaseNotes.d.ts +6 -0
  51. package/dist/data/releaseNotes.js +8 -0
  52. package/dist/data/releaseNotes.json +2381 -0
  53. package/dist/data/screenshots.d.ts +5 -0
  54. package/dist/data/screenshots.js +8 -0
  55. package/dist/data/screenshots.json +17 -0
  56. package/dist/data/sets.d.ts +14 -0
  57. package/dist/data/sets.js +8 -0
  58. package/dist/data/sets.json +12258 -0
  59. package/dist/data/specialIds.d.ts +18 -0
  60. package/dist/data/specialIds.js +7 -0
  61. package/dist/data/specialIds.json +72 -0
  62. package/dist/data/topicsCurriculums.d.ts +5 -0
  63. package/dist/data/topicsCurriculums.js +8 -0
  64. package/dist/data/topicsCurriculums.json +131 -0
  65. package/dist/data/typescript/appTranslations.d.ts +915 -0
  66. package/dist/data/typescript/appTranslations.js +315 -0
  67. package/dist/data/typescript/areas.d.ts +18 -0
  68. package/dist/data/typescript/areas.js +42 -0
  69. package/dist/data/typescript/aslTimestamps.d.ts +43 -0
  70. package/dist/data/typescript/aslTimestamps.js +31 -0
  71. package/dist/data/typescript/bibleAudioAvailableChapters.d.ts +3 -0
  72. package/dist/data/typescript/bibleAudioAvailableChapters.js +36 -0
  73. package/dist/data/typescript/bibleAudios.d.ts +21 -0
  74. package/dist/data/typescript/bibleAudios.js +23 -0
  75. package/dist/data/typescript/bibleBookNames.d.ts +3 -0
  76. package/dist/data/typescript/bibleBookNames.js +98 -0
  77. package/dist/data/typescript/bibleBooks.d.ts +69 -0
  78. package/dist/data/typescript/bibleBooks.js +56 -0
  79. package/dist/data/typescript/bibleChapters.d.ts +49 -0
  80. package/dist/data/typescript/bibleChapters.js +29 -0
  81. package/dist/data/typescript/bibleStatuses.d.ts +28 -0
  82. package/dist/data/typescript/bibleStatuses.js +39 -0
  83. package/dist/data/typescript/bibleTextAvailableChapters.d.ts +3 -0
  84. package/dist/data/typescript/bibleTextAvailableChapters.js +36 -0
  85. package/dist/data/typescript/bibleTexts.d.ts +53 -0
  86. package/dist/data/typescript/bibleTexts.js +54 -0
  87. package/dist/data/typescript/clones.d.ts +36 -0
  88. package/dist/data/typescript/clones.js +28 -0
  89. package/dist/data/typescript/countries.d.ts +98 -0
  90. package/dist/data/typescript/countries.js +149 -0
  91. package/dist/data/typescript/foundationsCurriculums.d.ts +12 -0
  92. package/dist/data/typescript/foundationsCurriculums.js +12 -0
  93. package/dist/data/typescript/introductionTranslations.d.ts +202 -0
  94. package/dist/data/typescript/introductionTranslations.js +53 -0
  95. package/dist/data/typescript/languages.d.ts +148 -0
  96. package/dist/data/typescript/languages.js +302 -0
  97. package/dist/data/typescript/mediaDurations.d.ts +23 -0
  98. package/dist/data/typescript/mediaDurations.js +72 -0
  99. package/dist/data/typescript/notification.d.ts +45 -0
  100. package/dist/data/typescript/notification.js +176 -0
  101. package/dist/data/typescript/numeralMaps.d.ts +58 -0
  102. package/dist/data/typescript/numeralMaps.js +71 -0
  103. package/dist/data/typescript/questionTranslations.d.ts +3 -0
  104. package/dist/data/typescript/questionTranslations.js +5 -0
  105. package/dist/data/typescript/questions.d.ts +21 -0
  106. package/dist/data/typescript/questions.js +18 -0
  107. package/dist/data/typescript/questionsCurriculums.d.ts +27 -0
  108. package/dist/data/typescript/questionsCurriculums.js +19 -0
  109. package/dist/data/typescript/releaseNotes.d.ts +15 -0
  110. package/dist/data/typescript/releaseNotes.js +9 -0
  111. package/dist/data/typescript/screenshots.d.ts +12 -0
  112. package/dist/data/typescript/screenshots.js +49 -0
  113. package/dist/data/typescript/setTranslations.d.ts +27 -0
  114. package/dist/data/typescript/setTranslations.js +32 -0
  115. package/dist/data/typescript/sets.d.ts +49 -0
  116. package/dist/data/typescript/sets.js +88 -0
  117. package/dist/data/typescript/topicsCurriculums.d.ts +12 -0
  118. package/dist/data/typescript/topicsCurriculums.js +12 -0
  119. package/dist/data/youtube/videos.d.ts +2 -0
  120. package/dist/data/youtube/videos.js +7 -0
  121. package/dist/data/youtube/videos.json +262 -0
  122. package/dist/functions/activeCampaign.d.ts +8 -0
  123. package/dist/functions/activeCampaign.js +97 -0
  124. package/dist/functions/bibleChapterUtils.d.ts +15 -0
  125. package/dist/functions/bibleChapterUtils.js +231 -0
  126. package/dist/functions/crowdin.d.ts +24 -0
  127. package/dist/functions/crowdin.js +34 -0
  128. package/dist/functions/languages.d.ts +24 -0
  129. package/dist/functions/languages.js +212 -0
  130. package/dist/functions/scripturePassages.d.ts +47 -0
  131. package/dist/functions/scripturePassages.js +261 -0
  132. package/dist/functions/sets.d.ts +30 -0
  133. package/dist/functions/sets.js +371 -0
  134. package/dist/translations/appTranslations.d.ts +306 -0
  135. package/dist/translations/appTranslations.js +8 -0
  136. package/dist/translations/appTranslations.json +10239 -0
  137. package/dist/translations/introductionTranslations.d.ts +43 -0
  138. package/dist/translations/introductionTranslations.js +8 -0
  139. package/dist/translations/introductionTranslations.json +422 -0
  140. package/dist/translations/questionTranslations.d.ts +2 -0
  141. package/dist/translations/questionTranslations.js +8 -0
  142. package/dist/translations/questionTranslations.json +1472 -0
  143. package/dist/translations/setTranslations.d.ts +10 -0
  144. package/dist/translations/setTranslations.js +8 -0
  145. package/dist/translations/setTranslations.json +30257 -0
  146. package/dist/types/analytics.d.ts +119 -0
  147. package/dist/types/analytics.js +2 -0
  148. package/dist/types/completions.d.ts +8 -0
  149. package/dist/types/completions.js +2 -0
  150. package/dist/types/feedback.d.ts +60 -0
  151. package/dist/types/feedback.js +27 -0
  152. package/dist/types/languages.d.ts +31 -0
  153. package/dist/types/languages.js +2 -0
  154. package/dist/types/notifications.d.ts +128 -0
  155. package/dist/types/notifications.js +30 -0
  156. package/dist/types/sets.d.ts +70 -0
  157. package/dist/types/sets.js +10 -0
  158. package/dist/types/users.d.ts +765 -0
  159. package/dist/types/users.js +137 -0
  160. package/package.json +2 -2
  161. package/.DS_Store +0 -0
  162. package/__init__.py +0 -0
  163. package/copy.ts +0 -37
  164. package/data/README.md +0 -45
  165. package/data/__init__.py +0 -0
  166. package/data/aslTimestamps.json +0 -192788
  167. package/data/bibleAudios.json +0 -394
  168. package/data/bibleAudios.ts +0 -4
  169. package/data/bibleResources/audioBibleLicenses.json +0 -6235
  170. package/data/bibleResources/bibleBooks.json +0 -6071
  171. package/data/bibleResources/bibleBooks.ts +0 -4
  172. package/data/bibleResources/bibleChaptersList.json +0 -1191
  173. package/data/bibleResources/bibleChaptersList.ts +0 -4
  174. package/data/bibleResources/textBibleLicenses.json +0 -14603
  175. package/data/bibleStatuses.json +0 -9196
  176. package/data/bibleStatuses.ts +0 -4
  177. package/data/bibleTexts.json +0 -527
  178. package/data/bibleTexts.ts +0 -4
  179. package/data/clones.json +0 -13
  180. package/data/countryResources/areas.json +0 -74
  181. package/data/countryResources/areas.ts +0 -4
  182. package/data/countryResources/countries.json +0 -3362
  183. package/data/countryResources/countries.ts +0 -4
  184. package/data/foundationsCurriculums.json +0 -130
  185. package/data/foundationsCurriculums.ts +0 -4
  186. package/data/languageResources/countriesAndLanguages.json +0 -11718
  187. package/data/languageResources/countriesAndLanguages.ts +0 -16
  188. package/data/languageResources/crowdinLanguages.json +0 -2172
  189. package/data/languageResources/iosVoiceOverLanguages.json +0 -64
  190. package/data/languageResources/iso6933LanguageCodes.json +0 -7927
  191. package/data/languageResources/mmsLanguages.json +0 -28164
  192. package/data/languageResources/phoneLanguages.json +0 -1532
  193. package/data/languageResources/phoneLanguages.ts +0 -14
  194. package/data/languages.json +0 -7045
  195. package/data/languages.ts +0 -4
  196. package/data/mediaDurations.json +0 -32364
  197. package/data/mediaDurations.ts +0 -4
  198. package/data/notification.json +0 -69
  199. package/data/notification.ts +0 -4
  200. package/data/numeralMaps.json +0 -26
  201. package/data/numeralMaps.ts +0 -4
  202. package/data/orphanedBibleTexts.json +0 -2747
  203. package/data/questions.json +0 -317
  204. package/data/questions.ts +0 -4
  205. package/data/questionsCurriculums.json +0 -753
  206. package/data/questionsCurriculums.ts +0 -4
  207. package/data/releaseNotes.json +0 -2381
  208. package/data/releaseNotes.ts +0 -4
  209. package/data/schemas/appTranslations.schema.json +0 -802
  210. package/data/schemas/areas.schema.json +0 -76
  211. package/data/schemas/aslTimestamps.schema.json +0 -59
  212. package/data/schemas/bibleAudios.schema.json +0 -37
  213. package/data/schemas/bibleBooks.schema.json +0 -112
  214. package/data/schemas/bibleChapters.schema.json +0 -61
  215. package/data/schemas/bibleStatuses.schema.json +0 -41
  216. package/data/schemas/bibleTexts.schema.json +0 -60
  217. package/data/schemas/clones.schema.json +0 -63
  218. package/data/schemas/countries.schema.json +0 -84
  219. package/data/schemas/foundationsCurriculums.schema.json +0 -20
  220. package/data/schemas/introductionTranslations.schema.json +0 -101
  221. package/data/schemas/languages.schema.json +0 -365
  222. package/data/schemas/mediaDurations.schema.json +0 -41
  223. package/data/schemas/notification.schema.json +0 -111
  224. package/data/schemas/numeralMaps.schema.json +0 -57
  225. package/data/schemas/questionTranslations.schema.json +0 -20
  226. package/data/schemas/questions.schema.json +0 -29
  227. package/data/schemas/questionsCurriculums.schema.json +0 -34
  228. package/data/schemas/releaseNotes.schema.json +0 -21
  229. package/data/schemas/screenshots.schema.json +0 -23
  230. package/data/schemas/setTranslations.schema.json +0 -70
  231. package/data/schemas/sets.schema.json +0 -109
  232. package/data/schemas/topicsCurriculums.schema.json +0 -20
  233. package/data/screenshots.json +0 -17
  234. package/data/screenshots.ts +0 -4
  235. package/data/sets.json +0 -12258
  236. package/data/sets.ts +0 -4
  237. package/data/specialIds.json +0 -72
  238. package/data/specialIds.ts +0 -19
  239. package/data/timings/som.json +0 -9150
  240. package/data/topicsCurriculums.json +0 -131
  241. package/data/topicsCurriculums.ts +0 -4
  242. package/data/typescript/appTranslations.ts +0 -322
  243. package/data/typescript/areas.ts +0 -45
  244. package/data/typescript/aslTimestamps.ts +0 -36
  245. package/data/typescript/bibleAudioAvailableChapters.ts +0 -35
  246. package/data/typescript/bibleAudios.ts +0 -32
  247. package/data/typescript/bibleBookNames.ts +0 -97
  248. package/data/typescript/bibleBooks.ts +0 -63
  249. package/data/typescript/bibleChapters.ts +0 -40
  250. package/data/typescript/bibleStatuses.ts +0 -54
  251. package/data/typescript/bibleTextAvailableChapters.ts +0 -35
  252. package/data/typescript/bibleTexts.ts +0 -63
  253. package/data/typescript/clones.ts +0 -35
  254. package/data/typescript/countries.ts +0 -152
  255. package/data/typescript/foundationsCurriculums.ts +0 -15
  256. package/data/typescript/introductionTranslations.ts +0 -60
  257. package/data/typescript/languages.ts +0 -369
  258. package/data/typescript/mediaDurations.ts +0 -89
  259. package/data/typescript/notification.ts +0 -189
  260. package/data/typescript/numeralMaps.ts +0 -74
  261. package/data/typescript/questionTranslations.ts +0 -6
  262. package/data/typescript/questions.ts +0 -25
  263. package/data/typescript/questionsCurriculums.ts +0 -26
  264. package/data/typescript/releaseNotes.ts +0 -10
  265. package/data/typescript/screenshots.ts +0 -52
  266. package/data/typescript/setTranslations.ts +0 -39
  267. package/data/typescript/sets.ts +0 -105
  268. package/data/typescript/topicsCurriculums.ts +0 -15
  269. package/data/youtube/playlists.json +0 -28
  270. package/data/youtube/videos.json +0 -262
  271. package/data/youtube/videos.ts +0 -2
  272. package/functions/activeCampaign.ts +0 -127
  273. package/functions/bibleChapterUtils.ts +0 -241
  274. package/functions/crowdin.ts +0 -51
  275. package/functions/languages.ts +0 -284
  276. package/functions/scripturePassages.ts +0 -368
  277. package/functions/sets.ts +0 -495
  278. package/translations/appTranslations.json +0 -10239
  279. package/translations/appTranslations.ts +0 -4
  280. package/translations/introductionTranslations.json +0 -422
  281. package/translations/introductionTranslations.ts +0 -4
  282. package/translations/questionTranslations.json +0 -1472
  283. package/translations/questionTranslations.ts +0 -4
  284. package/translations/setTranslations.json +0 -30257
  285. package/translations/setTranslations.ts +0 -4
  286. package/translations/spokenQuestionTranslations.json +0 -1472
  287. package/types/analytics.ts +0 -147
  288. package/types/completions.ts +0 -9
  289. package/types/feedback.ts +0 -27
  290. package/types/languages.ts +0 -37
  291. package/types/notifications.ts +0 -37
  292. package/types/sets.ts +0 -84
  293. package/types/users.ts +0 -162
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ bibleTextId: string;
3
+ name: string;
4
+ language: string;
5
+ textSource: {
6
+ source: "dbl" | "bibleBrain" | "custom" | "usfm" | "usfx" | "yvp";
7
+ sourceId?: string | undefined;
8
+ includeSectionTitles?: boolean | undefined;
9
+ };
10
+ copyright?: string | undefined;
11
+ alternativeFull?: string | undefined;
12
+ audioId?: string | undefined;
13
+ copyrightImage?: string | undefined;
14
+ nameEnglish?: string | undefined;
15
+ }[];
16
+ export default _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const bibleTexts_json_1 = __importDefault(require("./bibleTexts.json"));
7
+ const bibleTexts_1 = require("./typescript/bibleTexts");
8
+ exports.default = bibleTexts_1.bibleTexts.parse(bibleTexts_json_1.default);
@@ -0,0 +1,527 @@
1
+ [
2
+ {
3
+ "bibleTextId": "AB2004",
4
+ "name": "Ариун Библи",
5
+ "alternativeFull": "NRT",
6
+ "language": "mon",
7
+ "nameEnglish": "Mongolian Ariun Bible",
8
+ "textSource": {
9
+ "source": "custom"
10
+ }
11
+ },
12
+ {
13
+ "bibleTextId": "ASND",
14
+ "name": "Ang Salita ng Dios",
15
+ "copyright": "Ang Salita ng Dios (Tagalog Contemporary Bible)Copyright ©, 2011, by Biblica, Inc. ®Used by permission of Biblica, Inc.® All rights reserved worldwide.",
16
+ "language": "tgl",
17
+ "nameEnglish": "Tagalog Contemporary Bible",
18
+ "textSource": {
19
+ "includeSectionTitles": true,
20
+ "source": "yvp",
21
+ "sourceId": "1264"
22
+ }
23
+ },
24
+ {
25
+ "bibleTextId": "AVB",
26
+ "name": "Alkitab Versi Borneo",
27
+ "copyright": "Alkitab Versi Borneo, Hak Cipta © Borneo Sabda Limited",
28
+ "language": "zsm",
29
+ "nameEnglish": "Bible in Standard Malay",
30
+ "textSource": {
31
+ "source": "bibleBrain",
32
+ "sourceId": "ZLMAVB"
33
+ }
34
+ },
35
+ {
36
+ "bibleTextId": "BSB",
37
+ "name": "Berean Standard Bible",
38
+ "copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International",
39
+ "language": "eng",
40
+ "textSource": {
41
+ "source": "dbl",
42
+ "sourceId": "bba9f40183526463-01"
43
+ }
44
+ },
45
+ {
46
+ "bibleTextId": "CCB",
47
+ "name": "Ang Pulong sa Dios",
48
+ "audioId": "WAHA_CCB",
49
+ "copyright": "Cebuano Contemporary Bible\n\n(Ang Pulong sa Dios)\n\nCopyright ©, 2010, Biblica, Inc.®\n\nAll rights reserved worldwide.",
50
+ "language": "ceb",
51
+ "nameEnglish": "Cebuano Contemporary Bible",
52
+ "textSource": {
53
+ "source": "yvp",
54
+ "sourceId": "9"
55
+ }
56
+ },
57
+ {
58
+ "bibleTextId": "COHT-A",
59
+ "name": "تاشلحيت",
60
+ "audioId": "COHT",
61
+ "copyright": "Copyright © Call of Hope, Germany www.call-of-hope.com",
62
+ "language": "shi",
63
+ "nameEnglish": "Call of Hope Tachelhit Translation (Arabic)",
64
+ "textSource": {
65
+ "source": "custom"
66
+ }
67
+ },
68
+ {
69
+ "bibleTextId": "COHT-L",
70
+ "name": "Taclḥiyt",
71
+ "audioId": "COHT",
72
+ "copyright": "© Tachelhit Bible (text and audio): Call of Hope, Germany. Website: Call of Hope - https://call-of-hope.com\n\n- Tous les droits des textes et fichiers audio pour la Bible en Tamazight appartiennent à Call of Hope – Allemagne. Utilisé avec permission.",
73
+ "language": "shf",
74
+ "nameEnglish": "Call of Hope Tachelhit Translation (Latin)",
75
+ "textSource": {
76
+ "source": "custom"
77
+ }
78
+ },
79
+ {
80
+ "bibleTextId": "CUVS",
81
+ "name": "和合本",
82
+ "copyright": "Public Domain",
83
+ "language": "cmn",
84
+ "nameEnglish": "Chinese Union Version (Simplified)",
85
+ "textSource": {
86
+ "source": "bibleBrain",
87
+ "sourceId": "CHNUN1"
88
+ }
89
+ },
90
+ {
91
+ "bibleTextId": "GNA",
92
+ "name": "الترجمة العربية المشتركة",
93
+ "alternativeFull": "NAV",
94
+ "copyright": "Syrian Arabic Audio and Bible scripts © ONE:SIXTEEN, based on the Good News Arabic text © 1993 Bible Society of Lebanon. Used with permission.",
95
+ "language": "ais",
96
+ "nameEnglish": "Good News Arabic Bible",
97
+ "textSource": {
98
+ "source": "dbl",
99
+ "sourceId": "27e6822ca225757c-01"
100
+ }
101
+ },
102
+ {
103
+ "bibleTextId": "HFA",
104
+ "name": "Hoffnung für Alle",
105
+ "copyright": " Hoffnung für alle® (Hope for all) Copyright © 1983, 1996, by Biblica, Inc.® Used by Permission of Biblica, Inc.® All rights reserved worldwide.",
106
+ "language": "deu",
107
+ "nameEnglish": "Hope for All",
108
+ "textSource": {
109
+ "source": "dbl",
110
+ "sourceId": "da0947e25c9636bb-01"
111
+ }
112
+ },
113
+ {
114
+ "bibleTextId": "HINOVBSI",
115
+ "name": "पवित्र बाइबिल OV",
116
+ "copyright": "Copyright © Bible Society of India,. Used with permission. All rights reserved worldwide.",
117
+ "copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
118
+ "language": "hin",
119
+ "nameEnglish": "Hindi OV Bible",
120
+ "textSource": {
121
+ "source": "dbl",
122
+ "sourceId": "dcb0d58ed8dfbec1-01"
123
+ }
124
+ },
125
+ {
126
+ "bibleTextId": "HZUT",
127
+ "name": "ھازىرقى زامان ئۇيغۇرچە تەرجىمىسى",
128
+ "alternativeFull": "NAV",
129
+ "copyright": "©, 2010, 2011, UMKJ www.umkj.org",
130
+ "language": "uig",
131
+ "nameEnglish": "Modern Uyghur Translation",
132
+ "textSource": {
133
+ "source": "custom"
134
+ }
135
+ },
136
+ {
137
+ "bibleTextId": "INDSHL",
138
+ "name": "Indonesian Shellebar Version",
139
+ "copyright": "Teks KSI Indonesia @ LAI Teks KSTZ Indonesia @ PPT1912",
140
+ "language": "inq",
141
+ "textSource": {
142
+ "source": "custom"
143
+ }
144
+ },
145
+ {
146
+ "bibleTextId": "JCB",
147
+ "name": "リビングバイブル",
148
+ "copyright": "Japanese Contemporary Bible (リビングバイブル)Copyright © 1978, 2011, by Biblica, Inc.®Used by permission. All rights reserved worldwide.",
149
+ "language": "jpn",
150
+ "nameEnglish": "Japanese Contemporary Bible",
151
+ "textSource": {
152
+ "source": "yvp",
153
+ "sourceId": "83"
154
+ }
155
+ },
156
+ {
157
+ "bibleTextId": "KHSV05",
158
+ "name": "ព្រះគម្ពីរភាសាខ្មែរបច្ចុប្បន្ន ២០០៥",
159
+ "alternativeFull": "BSB",
160
+ "copyright": "Khmer Standard Version © United Bible Societies.",
161
+ "language": "khm",
162
+ "nameEnglish": "Khmer Standard Version",
163
+ "textSource": {
164
+ "source": "dbl",
165
+ "sourceId": "2355a6cefc13bc13-01"
166
+ }
167
+ },
168
+ {
169
+ "bibleTextId": "MARVBSI",
170
+ "name": "पवित्र शास्त्र RV",
171
+ "copyright": "Copyright © 2012 by the Bible Society of India. Used by permission. All rights reserved.",
172
+ "copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
173
+ "language": "mar",
174
+ "nameEnglish": "Marathi RV Bible",
175
+ "textSource": {
176
+ "source": "dbl",
177
+ "sourceId": "8d719a6999f69101-01"
178
+ }
179
+ },
180
+ {
181
+ "bibleTextId": "MBCL",
182
+ "name": "Kitabul Mukkadas",
183
+ "language": "ben",
184
+ "nameEnglish": "The Holy Bible (Bengali)",
185
+ "textSource": {
186
+ "source": "custom"
187
+ }
188
+ },
189
+ {
190
+ "bibleTextId": "MSB",
191
+ "name": "မြန်​​​မာ့​​​စံ​​​မီ​​​သမ္မာ​​​ကျမ်း​​",
192
+ "copyright": "Scripture taken from the MYANMAR STANDARD BIBLE, Copyright © 2012 by GlobalBible Initiative, LLC. Used by permission. All rights reserved worldwide.",
193
+ "language": "mya",
194
+ "nameEnglish": "Myanmar Standard Bible",
195
+ "textSource": {
196
+ "source": "dbl",
197
+ "sourceId": "218a7789e72a7d00-02"
198
+ }
199
+ },
200
+ {
201
+ "bibleTextId": "NAV",
202
+ "name": "كتاب الحياة مجانى",
203
+ "copyright": "New Arabic Version (Ketab El Hayat)\n\nCopyright © 1988, 1997, 2012 by Biblica, Inc.®‎\n\nUsed by permission of Biblica, Inc.® All rights reserved worldwide.",
204
+ "language": "ara",
205
+ "nameEnglish": "New Arabic Version",
206
+ "textSource": {
207
+ "source": "dbl",
208
+ "sourceId": "b17e246951402e50-01"
209
+ }
210
+ },
211
+ {
212
+ "bibleTextId": "NBLA",
213
+ "name": "Nueva Biblia de las Américas",
214
+ "copyright": "Nueva Biblia de las Américas (NBLA) Copyright © by The Lockman Foundation La Habra, California 90631 Sociedad no comercial - A Corporation Not for Profit Derechos Reservados - All Rights Reserved www.NuevaBiblia.com (Español) www.lockman.org (English)",
215
+ "language": "spa",
216
+ "nameEnglish": "New American Standard Bible (Spanish)",
217
+ "textSource": {
218
+ "source": "dbl",
219
+ "sourceId": "ce11b813f9a27e20-01"
220
+ }
221
+ },
222
+ {
223
+ "bibleTextId": "NENO",
224
+ "name": "Biblica® Toleo Wazi Neno: Bibilia Takatifu",
225
+ "copyright": "Swahili: Biblica® Toleo Wazi la Neno: Biblia Takatifu™ (Bible)\n\nBiblica® Toleo Wazi la Neno: Biblia Takatifu™\n\nHakimiliki © 1984, 1989, na Biblica, Inc.\n\nKiswahili Contemporary Version™\n\nCopyright © 1984, 1989, by Biblica, Inc.\n\n“Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.\n\n“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
226
+ "language": "swz",
227
+ "nameEnglish": "Kiswahili Contemporary Version",
228
+ "textSource": {
229
+ "source": "dbl",
230
+ "sourceId": "611f8eb23aec8f13-01"
231
+ }
232
+ },
233
+ {
234
+ "bibleTextId": "NLT",
235
+ "name": "New Living Translation",
236
+ "copyright": "Holy Bible, New Living Translation, Audio, copyright ©1996, 2004, by Tyndale House Foundation. Used by permission of Tyndale House Publishers, Inc., Carol Stream, Illinois 60188, USA. All rights reserved.",
237
+ "language": "eng",
238
+ "textSource": {
239
+ "source": "dbl",
240
+ "sourceId": "d6e14a625393b4da-01"
241
+ }
242
+ },
243
+ {
244
+ "bibleTextId": "NPIULB",
245
+ "name": "पवित्र बाइबल",
246
+ "copyright": "Copyright © Door43 World Missions Community. This translation is made available to you under the terms of the Creative Commons Attribution Share-Alike license 4.0.",
247
+ "language": "npi",
248
+ "nameEnglish": "Nepali Unlocked Literal Bible",
249
+ "textSource": {
250
+ "source": "usfm"
251
+ }
252
+ },
253
+ {
254
+ "bibleTextId": "NRT",
255
+ "name": "Новый русский перевод",
256
+ "copyright": "The Holy Bible, New Russian Translation™\nCopyright © 2006, 2010, 2012, by Biblica, Inc.\nUsed with permission. All rights reserved worldwide.",
257
+ "language": "rus",
258
+ "nameEnglish": "New Russian Translation",
259
+ "textSource": {
260
+ "source": "dbl",
261
+ "sourceId": "fd1da25634593297-01"
262
+ }
263
+ },
264
+ {
265
+ "bibleTextId": "NTKM2009",
266
+ "name": "Nouvo Testaman dan Kreol Morisien",
267
+ "alternativeFull": "BSB",
268
+ "copyright": "",
269
+ "language": "mfe",
270
+ "nameEnglish": "Mauritian Creole",
271
+ "textSource": {
272
+ "source": "dbl",
273
+ "sourceId": "616296e8e170ebc1-01"
274
+ }
275
+ },
276
+ {
277
+ "bibleTextId": "NTR",
278
+ "name": "Noua Traducere Românească",
279
+ "copyright": "Biblia, Noua Traducere Românească™ NTR™Copyright ©, 2010, Biblica, Inc.Folosit cu permisiune. Toate drepturile sunt rezervate.The Bible, New Romanian Translation™Copyright ©, 2010, by Biblica, Inc.Used with permission. All rights reserved worldwide.",
280
+ "language": "ron",
281
+ "nameEnglish": "New Romanian Translation",
282
+ "textSource": {
283
+ "source": "dbl",
284
+ "sourceId": "b373795061a36482-01"
285
+ }
286
+ },
287
+ {
288
+ "bibleTextId": "NVI-PT",
289
+ "name": "Nueva Versión Internacional (Português)",
290
+ "alternativeFull": "NBLA",
291
+ "copyright": "Biblia Sagrada, Nova Versão Internacional®, NVI®\n\nCopyright © 1993, 2000, 2011 by Biblica, Inc.®\n\nAll rights reserved worldwide.",
292
+ "language": "por",
293
+ "nameEnglish": "New International Version (Portuguese)",
294
+ "textSource": {
295
+ "source": "yvp",
296
+ "sourceId": "129"
297
+ }
298
+ },
299
+ {
300
+ "bibleTextId": "OHCB",
301
+ "name": "Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa",
302
+ "copyright": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™\n\nNeman RubutaccenIzini ©, ta hannun Biblica, Inc.\n\nHausa Contemporary Bible™\n\nCopyright ©, by Biblica, Inc.\n\n“Biblica” wani tambarin ne da aka yi wa rajista a ofishi Lamba Ƙerar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini.\n\n“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
303
+ "language": "hau",
304
+ "nameEnglish": "Hausa Contemporary Bible",
305
+ "textSource": {
306
+ "source": "dbl",
307
+ "sourceId": "0ab0c764d56a715d-02"
308
+ }
309
+ },
310
+ {
311
+ "bibleTextId": "PDV",
312
+ "name": "Parole de Vie",
313
+ "alternativeFull": "BSB",
314
+ "copyright": "La Bible Parole de Vie © Societe biblique fram;aise - Bibli'O, 2000",
315
+ "language": "fra",
316
+ "nameEnglish": "Word of Life",
317
+ "textSource": {
318
+ "source": "dbl",
319
+ "sourceId": "a0eead58359eebd2-01"
320
+ }
321
+ },
322
+ {
323
+ "bibleTextId": "RIF-A",
324
+ "name": "ثريفيث",
325
+ "alternativeFull": "NAV",
326
+ "audioId": "RIF",
327
+ "copyright": "© Awal n Arebbi ℗ 2008 Hosanna",
328
+ "language": "rfa",
329
+ "nameEnglish": "Tarifit (Arabic)",
330
+ "textSource": {
331
+ "source": "dbl",
332
+ "sourceId": "bb4d869847d96eff-01"
333
+ }
334
+ },
335
+ {
336
+ "bibleTextId": "RIF-L",
337
+ "name": "Tarifit",
338
+ "alternativeFull": "NAV",
339
+ "audioId": "RIF",
340
+ "copyright": "© Awal n Arebbi ℗ 2008 Hosanna",
341
+ "language": "rif",
342
+ "nameEnglish": "Tarifit (Latin)",
343
+ "textSource": {
344
+ "source": "dbl",
345
+ "sourceId": "d75b2f45002bf377-01"
346
+ }
347
+ },
348
+ {
349
+ "bibleTextId": "RUF",
350
+ "name": "Revideált Új Fordítás",
351
+ "copyright": "© Hungarian Bible Society",
352
+ "language": "hun",
353
+ "nameEnglish": "Revised Hungarian Bible",
354
+ "textSource": {
355
+ "source": "dbl",
356
+ "sourceId": "687dac90057bbf2c-01"
357
+ }
358
+ },
359
+ {
360
+ "bibleTextId": "RVR1960",
361
+ "name": "Biblia Reina Valera 1960",
362
+ "copyright": "Texto bíblico Reina-Valera 1960® © Sociedades Bíblicas en América Latina, 1960. Derechos renovados 1988, Sociedades Bíblicas Unidas.",
363
+ "language": "esp",
364
+ "nameEnglish": "Spanish, Biblia Reina Valera 1960",
365
+ "textSource": {
366
+ "source": "dbl",
367
+ "sourceId": "ff913c55498d2380-01"
368
+ }
369
+ },
370
+ {
371
+ "bibleTextId": "SAB",
372
+ "name": "الكتاب الشريف",
373
+ "copyright": "© International Sharif Bible Society,",
374
+ "language": "ara",
375
+ "nameEnglish": "Sharif Bible",
376
+ "textSource": {
377
+ "source": "dbl",
378
+ "sourceId": "93a285d4f20c46e0-01"
379
+ }
380
+ },
381
+ {
382
+ "bibleTextId": "SFB15",
383
+ "name": "Svenska Folkbibeln",
384
+ "alternativeFull": "BSB",
385
+ "copyright": "Svenska Folkbibeln Gamla testamentet © 1998, Stiftelsen Svenska Folkbibeln, Stockholm. Svenska Folkbibeln Nya testamentet © 1996, 1998, Stiftelsen Svenska Folkbibeln, Stockholm och Stiftelsen Biblicum, Ljungby.",
386
+ "language": "swe",
387
+ "nameEnglish": "Swedish Folk Bible",
388
+ "textSource": {
389
+ "source": "dbl",
390
+ "sourceId": "f3de39459550f5fa-01"
391
+ }
392
+ },
393
+ {
394
+ "bibleTextId": "SOMSIM",
395
+ "name": "Kitaabka Quduuska",
396
+ "copyright": "© 2018 SIM International. Scripture text used by permission.",
397
+ "language": "som",
398
+ "nameEnglish": "Somali Bible",
399
+ "textSource": {
400
+ "source": "dbl",
401
+ "sourceId": "e07bde4b48aeff94-01"
402
+ }
403
+ },
404
+ {
405
+ "bibleTextId": "TCL02",
406
+ "name": "Kutsal Kitap Yeni Çeviri",
407
+ "copyright": "Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi), The Translation Trust / Yeni Yaşam Yayınları 2001, 2008",
408
+ "language": "tur",
409
+ "nameEnglish": "Turkish Bible",
410
+ "textSource": {
411
+ "source": "dbl",
412
+ "sourceId": "7ece0a5d0ff00e67-01"
413
+ }
414
+ },
415
+ {
416
+ "bibleTextId": "TDV08",
417
+ "name": "کتاب مقدس به زبان دری",
418
+ "alternativeFull": "NAV",
419
+ "copyright": "The Bible in Dari “Today’s Dari Version” © 2008 United Bible Societies and Pamir Ministries (OM). Scripture taken from “Today’s Dari Version” - TDV08 © 2008 United Bible Societies and Pamir Ministries (OM). Used by permission. All rights reserved.\n\nPamir Productions",
420
+ "language": "prs",
421
+ "nameEnglish": "Today's Dari Version",
422
+ "textSource": {
423
+ "source": "dbl",
424
+ "sourceId": "8f4edbe5cc0aa001-01"
425
+ }
426
+ },
427
+ {
428
+ "bibleTextId": "IRVTel",
429
+ "name": "ఇండియన్ రివైజ్డ్ వెర్షన్ (IRV) - తెలుగు -2019",
430
+ "copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
431
+ "language": "tel",
432
+ "nameEnglish": "Indian Revised Version (Telugu)",
433
+ "textSource": {
434
+ "source": "dbl",
435
+ "sourceId": "5b835ce16a1703ff-01"
436
+ }
437
+ },
438
+ {
439
+ "bibleTextId": "TELUBSI",
440
+ "name": "పరిశుద్ధ గ్రంథము O.V. Bible (BSI)",
441
+ "copyright": "Telugu Old Version Bible - పరిశుద్ధ గ్రంథము O.V. Bible Copyright © 2016 by The Bible Society of India Used by permission. All rights reserved worldwide.",
442
+ "copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
443
+ "language": "tel",
444
+ "nameEnglish": "Telugu Old Version",
445
+ "textSource": {
446
+ "source": "dbl",
447
+ "sourceId": "597a4b6f7639ff59-01"
448
+ }
449
+ },
450
+ {
451
+ "bibleTextId": "TNCV",
452
+ "name": "พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด",
453
+ "copyright": "Thai New Contemporary Version™ Copyright © 1999, 2001, by Biblica, Inc.\n\nBiblica® พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด™ สงวนลิขสิทธิ์ © 1999, 2001, โดย Biblica, Inc.",
454
+ "language": "tha",
455
+ "nameEnglish": "Thai New Contemporary Version",
456
+ "textSource": {
457
+ "source": "yvp",
458
+ "sourceId": "179"
459
+ }
460
+ },
461
+ {
462
+ "bibleTextId": "TPV",
463
+ "name": "مژده برای عصر جدید",
464
+ "alternativeFull": "NAV",
465
+ "copyright": "Today’s Persian Version (TPV) © United Bible Societies, 2012.",
466
+ "language": "pes",
467
+ "nameEnglish": "Today's Persian Version",
468
+ "textSource": {
469
+ "source": "dbl",
470
+ "sourceId": "d5bbe298aa0ea6cb-01"
471
+ }
472
+ },
473
+ {
474
+ "bibleTextId": "TSI",
475
+ "name": "Terjemehan Sederhana Indonesia",
476
+ "copyright": "© 2021 oleh Yayasan Alkitab Bahasa Kita (Albata) dan Pioneer Bible Translators International",
477
+ "language": "ind",
478
+ "nameEnglish": "Simple Indonesian Translation",
479
+ "textSource": {
480
+ "source": "dbl",
481
+ "sourceId": "2dd568eeff29fb3c-02"
482
+ }
483
+ },
484
+ {
485
+ "bibleTextId": "TZM",
486
+ "name": "Tamazight Bible",
487
+ "copyright": "© Bible Society of Morocco, used with permission",
488
+ "language": "tzm",
489
+ "textSource": {
490
+ "source": "custom"
491
+ }
492
+ },
493
+ {
494
+ "bibleTextId": "UBIO",
495
+ "name": "Біблія в пер. Івана Огієнка 1962",
496
+ "copyright": "Українська Біблія в перекладі Івана Хоменка.\nАудіо версія зроблена: http://www.blagovestnik.org. Текст читає І. Козлов.\n\nUkrainian Bible translated by Ivan Khomenko.\nAudio provided by http://www.blagovestnik.org. Read by I. Kozlov.",
497
+ "language": "ukr",
498
+ "nameEnglish": "The Bible in Ukrainian",
499
+ "textSource": {
500
+ "source": "custom"
501
+ }
502
+ },
503
+ {
504
+ "bibleTextId": "URDGVH",
505
+ "name": "किताबे-मुक़द्दस",
506
+ "audioId": "URDGV",
507
+ "copyright": "Text is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
508
+ "language": "urd",
509
+ "nameEnglish": "Urdu Geo Version (Hindi)",
510
+ "textSource": {
511
+ "source": "dbl",
512
+ "sourceId": "3c6b77ab417420c5-01"
513
+ }
514
+ },
515
+ {
516
+ "bibleTextId": "URDGVU",
517
+ "name": "اردو جیو ورژن",
518
+ "audioId": "URDGV",
519
+ "copyright": "Text is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
520
+ "language": "urd",
521
+ "nameEnglish": "Urdu Geo Version (Urdu)",
522
+ "textSource": {
523
+ "source": "dbl",
524
+ "sourceId": "2a1480cfb6f181d7-01"
525
+ }
526
+ }
527
+ ]
@@ -0,0 +1,3 @@
1
+ import type { Areas } from '../typescript/areas';
2
+ declare const _default: Areas;
3
+ export default _default;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const areas_json_1 = __importDefault(require("./areas.json"));
7
+ exports.default = areas_json_1.default;
@@ -0,0 +1,74 @@
1
+ [
2
+ {
3
+ "name": "North America",
4
+ "id": "north-america",
5
+ "lat": 35,
6
+ "lng": -70
7
+ },
8
+ {
9
+ "name": "Latin America and the Caribbean",
10
+ "id": "latin-america-caribbean",
11
+ "lat": -14.235,
12
+ "lng": -51.9253
13
+ },
14
+ {
15
+ "name": "Middle East/North Africa",
16
+ "id": "middle-east-north-africa",
17
+ "lat": 34,
18
+ "lng": 29
19
+ },
20
+ {
21
+ "name": "Sub-Saharan Africa",
22
+ "id": "sub-saharan-africa",
23
+ "lat": -2,
24
+ "lng": 0
25
+ },
26
+ {
27
+ "name": "Western Europe",
28
+ "id": "western-europe",
29
+ "lat": 48.8566,
30
+ "lng": 2.3522
31
+ },
32
+ {
33
+ "name": "Eastern Europe",
34
+ "id": "eastern-europe",
35
+ "lat": 56,
36
+ "lng": 18
37
+ },
38
+ {
39
+ "name": "Western Asia",
40
+ "id": "western-asia",
41
+ "lat": 39.0742,
42
+ "lng": 45.738
43
+ },
44
+ {
45
+ "name": "Southern Asia",
46
+ "id": "southern-asia",
47
+ "lat": 13,
48
+ "lng": 87
49
+ },
50
+ {
51
+ "name": "Central Asia",
52
+ "id": "central-asia",
53
+ "lat": 48.0196,
54
+ "lng": 66.9237
55
+ },
56
+ {
57
+ "name": "Southeast Asia",
58
+ "id": "southeast-asia",
59
+ "lat": 15,
60
+ "lng": 115
61
+ },
62
+ {
63
+ "name": "Eastern Asia",
64
+ "id": "eastern-asia",
65
+ "lat": 35.8617,
66
+ "lng": 104.1954
67
+ },
68
+ {
69
+ "name": "Oceania",
70
+ "id": "oceania",
71
+ "lat": -22.7359,
72
+ "lng": 140.0188
73
+ }
74
+ ]
@@ -0,0 +1,3 @@
1
+ import type { Countries } from '../typescript/countries';
2
+ declare const _default: Countries;
3
+ export default _default;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const countries_json_1 = __importDefault(require("./countries.json"));
7
+ exports.default = countries_json_1.default;