@oneuptime/common 8.0.5496 → 8.0.5514

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 (47) hide show
  1. package/Models/DatabaseModels/EnterpriseLicense.ts +104 -0
  2. package/Models/DatabaseModels/GlobalConfig.ts +71 -0
  3. package/Models/DatabaseModels/Index.ts +2 -0
  4. package/Server/API/EnterpriseLicenseAPI.ts +102 -0
  5. package/Server/API/GlobalConfigAPI.ts +168 -0
  6. package/Server/EnvironmentConfig.ts +7 -0
  7. package/Server/Infrastructure/Postgres/SchemaMigrations/1762181014879-MigrationName.ts +69 -0
  8. package/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts +2 -0
  9. package/Server/Services/EnterpriseLicenseService.ts +10 -0
  10. package/Server/Services/Index.ts +2 -0
  11. package/UI/Components/EditionLabel/EditionLabel.tsx +563 -0
  12. package/UI/Components/Footer/Footer.tsx +18 -2
  13. package/UI/Components/Link/Link.tsx +7 -4
  14. package/UI/Components/Modal/Modal.tsx +1 -1
  15. package/UI/Components/Modal/ModalFooter.tsx +2 -2
  16. package/UI/Config.ts +2 -0
  17. package/build/dist/Models/DatabaseModels/EnterpriseLicense.js +128 -0
  18. package/build/dist/Models/DatabaseModels/EnterpriseLicense.js.map +1 -0
  19. package/build/dist/Models/DatabaseModels/GlobalConfig.js +78 -0
  20. package/build/dist/Models/DatabaseModels/GlobalConfig.js.map +1 -1
  21. package/build/dist/Models/DatabaseModels/Index.js +2 -0
  22. package/build/dist/Models/DatabaseModels/Index.js.map +1 -1
  23. package/build/dist/Server/API/EnterpriseLicenseAPI.js +71 -0
  24. package/build/dist/Server/API/EnterpriseLicenseAPI.js.map +1 -0
  25. package/build/dist/Server/API/GlobalConfigAPI.js +129 -1
  26. package/build/dist/Server/API/GlobalConfigAPI.js.map +1 -1
  27. package/build/dist/Server/EnvironmentConfig.js +2 -0
  28. package/build/dist/Server/EnvironmentConfig.js.map +1 -1
  29. package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1762181014879-MigrationName.js +30 -0
  30. package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1762181014879-MigrationName.js.map +1 -0
  31. package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js +2 -0
  32. package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js.map +1 -1
  33. package/build/dist/Server/Services/EnterpriseLicenseService.js +9 -0
  34. package/build/dist/Server/Services/EnterpriseLicenseService.js.map +1 -0
  35. package/build/dist/Server/Services/Index.js +2 -0
  36. package/build/dist/Server/Services/Index.js.map +1 -1
  37. package/build/dist/UI/Components/EditionLabel/EditionLabel.js +302 -0
  38. package/build/dist/UI/Components/EditionLabel/EditionLabel.js.map +1 -0
  39. package/build/dist/UI/Components/Footer/Footer.js +6 -0
  40. package/build/dist/UI/Components/Footer/Footer.js.map +1 -1
  41. package/build/dist/UI/Components/Link/Link.js +2 -1
  42. package/build/dist/UI/Components/Link/Link.js.map +1 -1
  43. package/build/dist/UI/Components/Modal/ModalFooter.js +2 -1
  44. package/build/dist/UI/Components/Modal/ModalFooter.js.map +1 -1
  45. package/build/dist/UI/Config.js +1 -0
  46. package/build/dist/UI/Config.js.map +1 -1
  47. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/common",
3
- "version": "8.0.5496",
3
+ "version": "8.0.5514",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {