waha-shared 1.0.169 → 1.0.170

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 (43) hide show
  1. package/package.json +1 -1
  2. package/dist/data/areas/areas.schema.json +0 -101
  3. package/dist/data/aslTimestamps/aslTimestamps.schema.json +0 -82
  4. package/dist/data/bibleAudios/bibleAudios.schema.json +0 -61
  5. package/dist/data/bibleBooks/bibleBooks.schema.json +0 -124
  6. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +0 -19
  7. package/dist/data/bibleStatuses/bibleStatuses.schema.json +0 -58
  8. package/dist/data/bibleTexts/bibleTexts.schema.json +0 -74
  9. package/dist/data/clones/clones.schema.json +0 -75
  10. package/dist/data/countries/countries.schema.json +0 -109
  11. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +0 -56
  12. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +0 -41
  13. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +0 -33
  14. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +0 -47
  15. package/dist/data/curriculumTopics/curriculumTopics.schema.json +0 -33
  16. package/dist/data/dblAudioLicenses/dblAudioLicenses.json +0 -6409
  17. package/dist/data/dblTextLicenses/dblTextLicenses.json +0 -14951
  18. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +0 -19
  19. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +0 -19
  20. package/dist/data/languageAssets/languageAssets.json +0 -499305
  21. package/dist/data/languageAssets/languageAssets.schema.json +0 -25
  22. package/dist/data/languages/languages.schema.json +0 -374
  23. package/dist/data/mediaDurations/mediaDurations.schema.json +0 -27
  24. package/dist/data/notification/notification.schema.json +0 -121
  25. package/dist/data/numeralMaps/numeralMaps.schema.json +0 -80
  26. package/dist/data/orphanedBibleTexts/orphanedBibleTexts.json +0 -2750
  27. package/dist/data/phoneLanguages/phoneLanguages.schema.json +0 -48
  28. package/dist/data/questions/questions.schema.json +0 -52
  29. package/dist/data/releaseNotes/releaseNotes.schema.json +0 -33
  30. package/dist/data/screenshots/screenshots.schema.json +0 -21
  31. package/dist/data/scripts/scripts.json +0 -20
  32. package/dist/data/scripts/scripts.schema.json +0 -26
  33. package/dist/data/sets/sets.schema.json +0 -135
  34. package/dist/data/specialIds/specialIds.schema.json +0 -132
  35. package/dist/data/translationsApp/translationsApp.schema.json +0 -1602
  36. package/dist/data/translationsFtb/translationsFtb.schema.json +0 -361
  37. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +0 -232
  38. package/dist/data/translationsQuestion/translationsQuestion.schema.json +0 -35
  39. package/dist/data/translationsSet/translationsSet.schema.json +0 -96
  40. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +0 -240
  41. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +0 -35
  42. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +0 -18
  43. package/dist/data/youtubeVideos/youtubeVideos.schema.json +0 -18
@@ -1,19 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "type": "object",
4
- "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
8
- "data": {
9
- "type": "array",
10
- "items": {
11
- "type": "string",
12
- "description": "Language name supported by iOS VoiceOver"
13
- },
14
- "description": "List of language names that iOS VoiceOver supports"
15
- }
16
- },
17
- "required": ["data"],
18
- "description": "Languages supported by iOS VoiceOver accessibility feature"
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "type": "object",
4
- "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
8
- "data": {
9
- "type": "object",
10
- "additionalProperties": {
11
- "type": "string",
12
- "description": "Language name in English"
13
- },
14
- "description": "Mapping of ISO 639-3 language codes to language names"
15
- }
16
- },
17
- "required": ["data"],
18
- "description": "ISO 639-3 language codes mapped to their English language names"
19
- }