waha-shared 1.0.265 → 1.0.267

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 (98) hide show
  1. package/README.md +60 -3
  2. package/assets/fonts/fonts.css +1 -1
  3. package/dist/data/areas/areas.schema.json +4 -13
  4. package/dist/data/areas/index.js +1 -0
  5. package/dist/data/aslTimestamps/aslTimestamps.schema.json +6 -22
  6. package/dist/data/aslTimestamps/index.js +1 -0
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +8 -27
  8. package/dist/data/bibleAudios/index.js +1 -0
  9. package/dist/data/bibleBooks/bibleBooks.schema.json +8 -24
  10. package/dist/data/bibleBooks/index.js +1 -0
  11. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +3 -7
  12. package/dist/data/bibleChaptersList/index.js +1 -0
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +7 -23
  14. package/dist/data/bibleStatuses/index.js +1 -0
  15. package/dist/data/bibleTexts/bibleTexts.schema.json +7 -22
  16. package/dist/data/bibleTexts/index.js +1 -0
  17. package/dist/data/clones/clones.schema.json +8 -26
  18. package/dist/data/clones/index.js +1 -0
  19. package/dist/data/countries/countries.schema.json +8 -28
  20. package/dist/data/countries/index.js +1 -0
  21. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +5 -17
  22. package/dist/data/countriesAndLanguages/index.js +1 -0
  23. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +5 -18
  24. package/dist/data/crowdinLanguages/index.js +1 -0
  25. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +7 -21
  26. package/dist/data/curriculumFoundations/index.js +1 -0
  27. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +9 -28
  28. package/dist/data/curriculumQuestions/index.js +1 -0
  29. package/dist/data/curriculumTopics/curriculumTopics.schema.json +7 -21
  30. package/dist/data/curriculumTopics/index.js +1 -0
  31. package/dist/data/iosVoiceOverLanguages/index.js +1 -0
  32. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +3 -7
  33. package/dist/data/iso6933LanguageCodes/index.js +1 -0
  34. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +4 -10
  35. package/dist/data/languageAssets/index.js +1 -0
  36. package/dist/data/languageAssets/languageAssets.json +11 -1
  37. package/dist/data/languageAssets/languageAssets.schema.json +5 -14
  38. package/dist/data/languages/index.js +1 -0
  39. package/dist/data/languages/languages.json +3 -1
  40. package/dist/data/languages/languages.schema.json +18 -76
  41. package/dist/data/mediaDurations/index.js +1 -0
  42. package/dist/data/mediaDurations/mediaDurations.json +11 -1
  43. package/dist/data/mediaDurations/mediaDurations.schema.json +5 -14
  44. package/dist/data/notification/index.js +1 -0
  45. package/dist/data/notification/notification.schema.json +20 -71
  46. package/dist/data/numeralMaps/index.js +1 -0
  47. package/dist/data/numeralMaps/numeralMaps.schema.json +5 -22
  48. package/dist/data/phoneLanguages/index.js +1 -0
  49. package/dist/data/phoneLanguages/phoneLanguages.schema.json +5 -16
  50. package/dist/data/questions/index.js +1 -0
  51. package/dist/data/questions/questions.schema.json +7 -24
  52. package/dist/data/releaseNotes/index.js +1 -0
  53. package/dist/data/releaseNotes/releaseNotes.json +137 -2
  54. package/dist/data/releaseNotes/releaseNotes.schema.json +6 -18
  55. package/dist/data/screenshots/index.js +1 -0
  56. package/dist/data/screenshots/screenshots.schema.json +4 -10
  57. package/dist/data/scripts/index.js +1 -0
  58. package/dist/data/scripts/scripts.schema.json +7 -20
  59. package/dist/data/sets/index.js +1 -0
  60. package/dist/data/sets/sets.schema.json +8 -30
  61. package/dist/data/specialIds/index.js +1 -0
  62. package/dist/data/specialIds/specialIds.schema.json +6 -19
  63. package/dist/data/translationsApp/index.d.ts +26 -12
  64. package/dist/data/translationsApp/index.js +1 -0
  65. package/dist/data/translationsApp/translationsApp.json +14566 -8
  66. package/dist/data/translationsApp/translationsApp.schema.json +328 -1086
  67. package/dist/data/translationsApp/translationsApp.zod.d.ts +357 -12
  68. package/dist/data/translationsApp/translationsApp.zod.js +32 -18
  69. package/dist/data/translationsFtb/index.js +1 -0
  70. package/dist/data/translationsFtb/translationsFtb.schema.json +70 -274
  71. package/dist/data/translationsIntroduction/index.js +1 -0
  72. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +43 -165
  73. package/dist/data/translationsQuestion/index.js +1 -0
  74. package/dist/data/translationsQuestion/translationsQuestion.schema.json +5 -13
  75. package/dist/data/translationsSet/index.js +1 -0
  76. package/dist/data/translationsSet/translationsSet.json +789 -0
  77. package/dist/data/translationsSet/translationsSet.schema.json +12 -37
  78. package/dist/data/translationsSet/translationsSet.zod.js +1 -1
  79. package/dist/data/translationsSolarSpeaker/index.js +1 -0
  80. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +46 -178
  81. package/dist/data/translationsSpokenQuestion/index.js +1 -0
  82. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +5 -13
  83. package/dist/data/youtubePlaylists/index.js +1 -0
  84. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +4 -10
  85. package/dist/data/youtubeVideos/index.js +1 -0
  86. package/dist/data/youtubeVideos/youtubeVideos.schema.json +4 -10
  87. package/dist/functions/scripturePassages.d.ts +24 -0
  88. package/dist/functions/scripturePassages.js +29 -4
  89. package/dist/types/analytics.d.ts +33 -13
  90. package/dist/types/articles.d.ts +28 -0
  91. package/dist/types/articles.js +5 -9
  92. package/dist/types/microLessons.d.ts +54 -3
  93. package/dist/types/microLessons.js +60 -26
  94. package/dist/types/users.d.ts +34 -41
  95. package/dist/types/users.js +3 -19
  96. package/dist/types/webContent.d.ts +16 -0
  97. package/dist/types/webContent.js +22 -1
  98. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.