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
@@ -1,76 +0,0 @@
1
- {
2
- "title": "Geographic Areas Schema",
3
- "$id": "https://waha-app.com/schemas/areas.json",
4
- "$schema": "http://json-schema.org/draft-07/schema#",
5
- "description": "Schema for geographic areas with coordinates and metadata",
6
- "examples": [
7
- [
8
- {
9
- "name": "North America",
10
- "id": "north-america",
11
- "lat": 35,
12
- "lng": -70
13
- },
14
- {
15
- "name": "Western Europe",
16
- "id": "western-europe",
17
- "lat": 48.8566,
18
- "lng": 2.3522
19
- }
20
- ]
21
- ],
22
- "items": {
23
- "title": "Area",
24
- "additionalProperties": false,
25
- "description": "A geographic area with identification, coordinates, and display information",
26
- "properties": {
27
- "name": {
28
- "description": "Human-readable display name for the area",
29
- "examples": [
30
- "North America",
31
- "Latin America and the Caribbean",
32
- "Western Europe"
33
- ],
34
- "minLength": 1,
35
- "type": "string"
36
- },
37
- "id": {
38
- "description": "The geographical area identifier",
39
- "enum": [
40
- "north-america",
41
- "latin-america-caribbean",
42
- "sub-saharan-africa",
43
- "middle-east-north-africa",
44
- "western-asia",
45
- "western-europe",
46
- "eastern-europe",
47
- "southern-asia",
48
- "central-asia",
49
- "eastern-asia",
50
- "southeast-asia",
51
- "oceania"
52
- ],
53
- "type": "string"
54
- },
55
- "lat": {
56
- "description": "Latitude coordinate for the area center point",
57
- "examples": [35, -14.235, 48.8566],
58
- "maximum": 90,
59
- "minimum": -90,
60
- "type": "number"
61
- },
62
- "lng": {
63
- "description": "Longitude coordinate for the area center point",
64
- "examples": [-70, -51.9253, 2.3522],
65
- "maximum": 180,
66
- "minimum": -180,
67
- "type": "number"
68
- }
69
- },
70
- "required": ["id", "lat", "lng", "name"],
71
- "type": "object"
72
- },
73
- "minItems": 1,
74
- "type": "array",
75
- "uniqueItems": true
76
- }
@@ -1,59 +0,0 @@
1
- {
2
- "items": {
3
- "additionalProperties": false,
4
- "properties": {
5
- "bookId": {
6
- "type": "string",
7
- "description": "The book ID (e.g., GEN, EXO)"
8
- },
9
- "chapters": {
10
- "type": "array",
11
- "items": {
12
- "type": "integer"
13
- },
14
- "minItems": 2,
15
- "maxItems": 2,
16
- "description": "The start and end chapter numbers for this section"
17
- },
18
- "section": {
19
- "type": "array",
20
- "items": {
21
- "type": "string"
22
- },
23
- "minItems": 2,
24
- "maxItems": 2,
25
- "description": "The start and end verse IDs for this section (e.g., GEN.1.1, GEN.2.4)"
26
- },
27
- "verses": {
28
- "type": "array",
29
- "items": {
30
- "additionalProperties": false,
31
- "properties": {
32
- "chapter": {
33
- "type": "integer",
34
- "description": "The chapter number"
35
- },
36
- "timestamp": {
37
- "type": "number",
38
- "description": "The timestamp in seconds for this verse"
39
- },
40
- "verse": {
41
- "type": "integer",
42
- "description": "The verse number"
43
- },
44
- "verseId": {
45
- "type": "string",
46
- "description": "The verse ID (e.g., GEN.1.1)"
47
- }
48
- },
49
- "required": ["chapter", "timestamp", "verse", "verseId"],
50
- "type": "object"
51
- },
52
- "description": "Array of verse timing information"
53
- }
54
- },
55
- "required": ["bookId", "chapters", "section", "verses"],
56
- "type": "object"
57
- },
58
- "type": "array"
59
- }
@@ -1,37 +0,0 @@
1
- {
2
- "items": {
3
- "additionalProperties": false,
4
- "properties": {
5
- "bibleAudioId": {
6
- "type": "string"
7
- },
8
- "audioSource": {
9
- "additionalProperties": false,
10
- "description": "The best place to get audio bible chapters for this bible translation. Audio is hopefully available on the DBL via API.Bible when the license is granted. If not, it may be available on YouVersion. If not, the license holder may provide the audio. If not, the audio may be available to be scraped somewhere on the internet. For the last 2 options, use `custom`.",
11
- "properties": {
12
- "source": {
13
- "enum": ["dbl", "youVersion", "bibleBrain", "custom"]
14
- },
15
- "sourceId": {
16
- "type": "string"
17
- }
18
- },
19
- "required": ["source"]
20
- },
21
- "canDownload": {
22
- "description": "Whether or not the audio can be downloaded for offline use on the web. Most likely false, unless the translation is creative commons.",
23
- "type": "boolean"
24
- },
25
- "copyright": {
26
- "description": "Any copyright attribution text required to be added to the app for this translation for legal purposes.",
27
- "type": "string"
28
- },
29
- "disableStar": {
30
- "description": "Star refers to adding a <star> string before the first line passed to mms forced alignment. Disabling it means that there is not any content read out before the start of verse 1. Most translations read out names of chapters or section headings, which is why adding <star> is the default behavior."
31
- }
32
- },
33
- "required": ["bibleAudioId", "audioSource", "canDownload"],
34
- "type": "object"
35
- },
36
- "type": "array"
37
- }
@@ -1,112 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "items": {
4
- "properties": {
5
- "name": {
6
- "description": "The name of the book.",
7
- "type": "string"
8
- },
9
- "title": {
10
- "description": "The title of the book.",
11
- "type": "string"
12
- },
13
- "bookId": {
14
- "description": "The book identifier from the second JSON file.",
15
- "type": "string"
16
- },
17
- "chapters": {
18
- "description": "An array of chapter identifiers for the book.",
19
- "items": {
20
- "properties": {
21
- "id": {
22
- "type": "string"
23
- },
24
- "verses": {
25
- "type": "number"
26
- }
27
- },
28
- "required": [
29
- "id",
30
- "verses"
31
- ],
32
- "type": "object"
33
- },
34
- "type": "array"
35
- },
36
- "englishDivision": {
37
- "description": "The English division of the book (e.g., 'Pentateuch', 'Wisdom').",
38
- "type": "string"
39
- },
40
- "hebrewDivision": {
41
- "description": "The Hebrew division of the book (e.g., 'Torah', 'Ketuvim').",
42
- "type": [
43
- "string",
44
- "null"
45
- ]
46
- },
47
- "hebrewOrder": {
48
- "description": "The order of the book in the Hebrew Bible.",
49
- "type": [
50
- "integer",
51
- "null"
52
- ]
53
- },
54
- "isNt": {
55
- "description": "Indicates if the book is in the New Testament.",
56
- "type": "boolean"
57
- },
58
- "lowercase": {
59
- "description": "The lowercase title of the book.",
60
- "type": "string"
61
- },
62
- "lowercase_dashes": {
63
- "description": "The lowercase title of the book with dashes.",
64
- "type": "string"
65
- },
66
- "number": {
67
- "description": "The numeric order of the book in the Bible.",
68
- "type": "integer"
69
- },
70
- "order": {
71
- "description": "The order of the book in the Bible.",
72
- "type": "integer"
73
- },
74
- "testament": {
75
- "description": "The testament of the book ('old' or 'new').",
76
- "type": "string"
77
- },
78
- "title_dashes": {
79
- "description": "The title of the book with dashes.",
80
- "type": "string"
81
- },
82
- "usfm": {
83
- "description": "The USFM code for the book.",
84
- "type": "string"
85
- },
86
- "nameAlternates": {
87
- "description": "Alternative names for the book.",
88
- "type": "array",
89
- "items": {
90
- "type": "string"
91
- }
92
- }
93
- },
94
- "required": [
95
- "isNt",
96
- "lowercase",
97
- "lowercase_dashes",
98
- "number",
99
- "title",
100
- "title_dashes",
101
- "usfm",
102
- "bookId",
103
- "chapters",
104
- "englishDivision",
105
- "name",
106
- "order",
107
- "testament"
108
- ],
109
- "type": "object"
110
- },
111
- "type": "array"
112
- }
@@ -1,61 +0,0 @@
1
- {
2
- "items": {
3
- "additionalProperties": false,
4
- "properties": {
5
- "bookName": {
6
- "type": "string"
7
- },
8
- "chapterId": {
9
- "type": "string",
10
- "pattern": "^(GEN|EXO|LEV|NUM|DEU|JOS|JDG|RUT|1SA|2SA|1KI|2KI|1CH|2CH|EZR|NEH|EST|JOB|PSA|PRO|ECC|SNG|ISA|JER|LAM|EZK|DAN|HOS|JOL|AMO|OBA|JON|MIC|NAM|HAB|ZEP|HAG|ZEC|MAL|MAT|MRK|LUK|JHN|ACT|ROM|1CO|2CO|GAL|EPH|PHP|COL|1TH|2TH|1TI|2TI|TIT|PHM|HEB|JAS|1PE|2PE|1JN|2JN|3JN|JUD|REV)\\.[0-9]+$"
11
- },
12
- "reference": {
13
- "type": "string"
14
- },
15
- "titles": {
16
- "additionalProperties": {
17
- "type": "string"
18
- },
19
- "type": ["object", "null"]
20
- },
21
- "translationId": {
22
- "type": "string"
23
- },
24
- "verses": {
25
- "items": {
26
- "additionalProperties": false,
27
- "properties": {
28
- "text": { "type": "string" },
29
- "timings": {
30
- "items": [
31
- {
32
- "type": "number"
33
- },
34
- {
35
- "type": "number"
36
- }
37
- ],
38
- "maxItems": 2,
39
- "minItems": 0,
40
- "type": ["array", "null"]
41
- },
42
- "uroman": {
43
- "type": ["string", "null"]
44
- },
45
- "verseId": {
46
- "type": "string",
47
- "pattern": "^(GEN|EXO|LEV|NUM|DEU|JOS|JDG|RUT|1SA|2SA|1KI|2KI|1CH|2CH|EZR|NEH|EST|JOB|PSA|PRO|ECC|SNG|ISA|JER|LAM|EZK|DAN|HOS|JOL|AMO|OBA|JON|MIC|NAM|HAB|ZEP|HAG|ZEC|MAL|MAT|MRK|LUK|JHN|ACT|ROM|1CO|2CO|GAL|EPH|PHP|COL|1TH|2TH|1TI|2TI|TIT|PHM|HEB|JAS|1PE|2PE|1JN|2JN|3JN|JUD|REV)\\.[0-9]+\\.[0-9]+(-[0-9]+)?$"
48
- }
49
- },
50
- "required": ["verseId", "text"],
51
- "type": "object"
52
- },
53
- "type": "array",
54
- "minItems": 1
55
- }
56
- },
57
- "required": ["chapterId", "translationId", "bookName", "verses"],
58
- "type": "object"
59
- },
60
- "type": "array"
61
- }
@@ -1,41 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft-07/schema",
3
- "type": "object",
4
- "description": "Consolidated bible data containing text chapters, audio chapters, timings, and book names for each translation. Entries can be testament IDs ('OT', 'NT'), book IDs (e.g., 'GEN') for complete books, or chapter IDs (e.g., 'GEN.1') for individual chapters.",
5
- "patternProperties": {
6
- "^[A-Z0-9]+$": {
7
- "type": "object",
8
- "properties": {
9
- "text": {
10
- "type": "array",
11
- "items": {
12
- "type": "string",
13
- "pattern": "^([A-Z0-9]{3}(\\.[0-9]+)?|OT|NT)$"
14
- }
15
- },
16
- "audio": {
17
- "type": "array",
18
- "items": {
19
- "type": "string",
20
- "pattern": "^([A-Z0-9]{3}(\\.[0-9]+)?|OT|NT)$"
21
- }
22
- },
23
- "timings": {
24
- "type": "array",
25
- "items": {
26
- "type": "string",
27
- "pattern": "^([A-Z0-9]{3}(\\.[0-9]+)?|OT|NT)$"
28
- }
29
- },
30
- "bookNames": {
31
- "type": "object",
32
- "additionalProperties": {
33
- "type": "string"
34
- }
35
- }
36
- },
37
- "required": ["text", "audio", "timings", "bookNames"],
38
- "additionalProperties": false
39
- }
40
- }
41
- }
@@ -1,60 +0,0 @@
1
- {
2
- "items": {
3
- "additionalProperties": false,
4
- "properties": {
5
- "bibleTextId": {
6
- "type": "string"
7
- },
8
- "name": {
9
- "description": "The name of the bible translation in its own language.",
10
- "type": "string"
11
- },
12
- "alternativeFull": {
13
- "description": "If a bible isn't available for the full Bible due to licensing restrictions, define an alternative Bible that does support full Bible here.",
14
- "type": "string"
15
- },
16
- "audioId": {
17
- "description": "The bibleAudioId of the corresponding audio bible translation, if available.",
18
- "type": "string"
19
- },
20
- "copyright": {
21
- "description": "The copyright attribution text required to be shown in-app for this translation.",
22
- "type": "string"
23
- },
24
- "copyrightImage": {
25
- "description": "The image to display with the copyright.",
26
- "type": "string"
27
- },
28
- "language": {
29
- "description": "The language of the translation.",
30
- "pattern": "^[a-z]{3}$",
31
- "type": "string"
32
- },
33
- "nameEnglish": {
34
- "description": "The name of the bible translation in English.",
35
- "type": "string"
36
- },
37
- "textSource": {
38
- "additionalProperties": false,
39
- "description": "Information about how to retrieve the text. Ideally, text is available on the DBL via API.Bible when the license is granted, but there are a few other options. We have access to translations available on BibleBrain as well as being able to parse USFX files. Some translations may be available on the YouVersion Platform (yvp). If none of these work, 'custom' can be used and some custom code added to leviathan to retrieve and parse the text.",
40
- "properties": {
41
- "includeSectionTitles": {
42
- "description": "Whether or not to include section titles in the text.",
43
- "type": "boolean"
44
- },
45
- "source": {
46
- "enum": ["dbl", "bibleBrain", "usfm", "usfx", "yvp", "custom"]
47
- },
48
- "sourceId": {
49
- "type": "string"
50
- }
51
- },
52
- "required": ["source"],
53
- "type": "object"
54
- }
55
- },
56
- "required": ["bibleTextId", "textSource", "name", "language"],
57
- "type": "object"
58
- },
59
- "type": "array"
60
- }
@@ -1,63 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft-07/schema",
3
- "additionalProperties": false,
4
- "items": {
5
- "additionalProperties": false,
6
- "properties": {
7
- "appId": {
8
- "pattern": "^[a-z]*$",
9
- "type": "string"
10
- },
11
- "appIdCaps": {
12
- "pattern": "^[A-Z]*$",
13
- "type": "string"
14
- },
15
- "appName": {
16
- "type": "string"
17
- },
18
- "color": {
19
- "pattern": "^#[0-9A-Fa-f]{6}$",
20
- "type": "string"
21
- },
22
- "icon": {
23
- "pattern": "^src\\/assets\\/clones/[A-Za-z\\-\\_]*\\.png$",
24
- "type": "string"
25
- },
26
- "iconNoBg": {
27
- "pattern": "^src\\/assets\\/clones/[A-Za-z\\-\\_]*\\.png$",
28
- "type": "string"
29
- },
30
- "languages": {
31
- "items": {
32
- "pattern": "^[a-z]{3}$",
33
- "type": "string"
34
- }
35
- },
36
- "linkAndroid": {
37
- "description": "URL to the app in the Google Play Store. Just `https://play.google.com/store/apps/details?id=com.kingdomstrategies.` + the clone appId.",
38
- "type": "string"
39
- },
40
- "linkIos": {
41
- "description": "URL to the app in the Apple App Store. After creating app on ASC, go to App Store Connect > App Information > Additional Information > App Store ID.",
42
- "type": "string"
43
- },
44
- "removeTraining": {
45
- "description": "If true, the training section and content will be removed from the clone.",
46
- "type": "boolean"
47
- }
48
- },
49
- "required": [
50
- "appId",
51
- "appIdCaps",
52
- "appName",
53
- "icon",
54
- "removeTraining",
55
- "iconNoBg",
56
- "color",
57
- "linkIos",
58
- "linkAndroid"
59
- ],
60
- "type": "object"
61
- },
62
- "type": "array"
63
- }
@@ -1,84 +0,0 @@
1
- {
2
- "title": "Countries",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
4
- "additionalProperties": false,
5
- "description": "A mapping of country codes to country information including name, area, and bounding box coordinates",
6
- "patternProperties": {
7
- "^[A-Z]{2}$": {
8
- "additionalProperties": false,
9
- "properties": {
10
- "name": {
11
- "description": "The display name of the country",
12
- "type": "string"
13
- },
14
- "areaId": {
15
- "description": "The geographical area identifier",
16
- "enum": [
17
- "north-america",
18
- "latin-america-caribbean",
19
- "sub-saharan-africa",
20
- "middle-east-north-africa",
21
- "western-asia",
22
- "western-europe",
23
- "eastern-europe",
24
- "southern-asia",
25
- "central-asia",
26
- "eastern-asia",
27
- "southeast-asia",
28
- "oceania"
29
- ],
30
- "type": "string"
31
- },
32
- "boundingBox": {
33
- "additionalProperties": false,
34
- "description": "Bounding box coordinates for the country",
35
- "properties": {
36
- "ne": {
37
- "additionalProperties": false,
38
- "properties": {
39
- "lat": {
40
- "description": "Northeast latitude coordinate",
41
- "maximum": 90,
42
- "minimum": -90,
43
- "type": "number"
44
- },
45
- "lon": {
46
- "description": "Northeast longitude coordinate",
47
- "maximum": 180,
48
- "minimum": -180,
49
- "type": "number"
50
- }
51
- },
52
- "required": ["lat", "lon"],
53
- "type": "object"
54
- },
55
- "sw": {
56
- "additionalProperties": false,
57
- "properties": {
58
- "lat": {
59
- "description": "Southwest latitude coordinate",
60
- "maximum": 90,
61
- "minimum": -90,
62
- "type": "number"
63
- },
64
- "lon": {
65
- "description": "Southwest longitude coordinate",
66
- "maximum": 180,
67
- "minimum": -180,
68
- "type": "number"
69
- }
70
- },
71
- "required": ["lat", "lon"],
72
- "type": "object"
73
- }
74
- },
75
- "required": ["sw", "ne"],
76
- "type": "object"
77
- }
78
- },
79
- "required": ["name", "areaId", "boundingBox"],
80
- "type": "object"
81
- }
82
- },
83
- "type": "object"
84
- }
@@ -1,20 +0,0 @@
1
- {
2
- "items": {
3
- "additionalProperties": false,
4
- "properties": {
5
- "curriculumId": {
6
- "type": "string"
7
- },
8
- "sets": {
9
- "description": "An array of set ids that make up this foundations curriculum. Set ids must be linked to valid sets present in data/sets.json.",
10
- "items": {
11
- "type": "string"
12
- },
13
- "type": "array"
14
- }
15
- },
16
- "required": ["curriculumId", "sets"],
17
- "type": "object"
18
- },
19
- "type": "array"
20
- }