@syzy/apphost 1.0.2 → 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 (95) hide show
  1. package/package.json +1 -1
  2. /package/dist/{types/App.d.ts → App.d.ts} +0 -0
  3. /package/dist/{types/AppHostProvider.d.ts → AppHostProvider.d.ts} +0 -0
  4. /package/dist/{types/AppHostRoutes.d.ts → AppHostRoutes.d.ts} +0 -0
  5. /package/dist/{types/api → api}/image-api.d.ts +0 -0
  6. /package/dist/{types/api → api}/mapping-api.d.ts +0 -0
  7. /package/dist/{types/bookingModule → bookingModule}/components/AmenityForm.d.ts +0 -0
  8. /package/dist/{types/bookingModule → bookingModule}/components/BillingManagement.d.ts +0 -0
  9. /package/dist/{types/bookingModule → bookingModule}/components/CreateRoomForm.d.ts +0 -0
  10. /package/dist/{types/bookingModule → bookingModule}/components/ExtraRequirementForm.d.ts +0 -0
  11. /package/dist/{types/bookingModule → bookingModule}/components/ReservationForm.d.ts +0 -0
  12. /package/dist/{types/bookingModule → bookingModule}/components/RoomCategoryForm.d.ts +0 -0
  13. /package/dist/{types/bookingModule → bookingModule}/components/RoomCategoryPriceForm.d.ts +0 -0
  14. /package/dist/{types/bookingModule → bookingModule}/components/RoomExtraRequirementCapture.d.ts +0 -0
  15. /package/dist/{types/bookingModule → bookingModule}/components/RoomFacilityForm.d.ts +0 -0
  16. /package/dist/{types/bookingModule → bookingModule}/components/RoomReservationAction.d.ts +0 -0
  17. /package/dist/{types/components → components}/Home/Home.d.ts +0 -0
  18. /package/dist/{types/components → components}/Loader/Loader.d.ts +0 -0
  19. /package/dist/{types/components → components}/Login/Login.d.ts +0 -0
  20. /package/dist/{types/components → components}/Login/loginSchema.d.ts +0 -0
  21. /package/dist/{types/components → components}/Mappings/BranchMapping/Branch.d.ts +0 -0
  22. /package/dist/{types/components → components}/Mappings/BranchMapping/BranchTableColumns.d.ts +0 -0
  23. /package/dist/{types/components → components}/Mappings/BranchMapping/MappingFormBranchUser.d.ts +0 -0
  24. /package/dist/{types/components → components}/Mappings/BranchMapping/MappingTableColumns.d.ts +0 -0
  25. /package/dist/{types/components → components}/Mappings/BranchMapping/branchSchema.d.ts +0 -0
  26. /package/dist/{types/components → components}/Mappings/ComponentMapping/ComponentRoleMapping.d.ts +0 -0
  27. /package/dist/{types/components → components}/Mappings/ComponentMapping/componentRoleColumns.d.ts +0 -0
  28. /package/dist/{types/components → components}/Mappings/MappingForm/MappingForm.d.ts +0 -0
  29. /package/dist/{types/components → components}/Mappings/MappingForm/mappingSchema.d.ts +0 -0
  30. /package/dist/{types/components → components}/Mappings/RoleMapping/MappingFormUserRole.d.ts +0 -0
  31. /package/dist/{types/components → components}/Mappings/RoleMapping/UserRoleTableColumns.d.ts +0 -0
  32. /package/dist/{types/components → components}/NavBar/Sidebar.d.ts +0 -0
  33. /package/dist/{types/components → components}/ProfileForm/ProfileForm.d.ts +0 -0
  34. /package/dist/{types/components → components}/ProfileForm/ProfileList.d.ts +0 -0
  35. /package/dist/{types/components → components}/ProfileForm/profileColumns.d.ts +0 -0
  36. /package/dist/{types/components → components}/ProfileForm/profileSchema.d.ts +0 -0
  37. /package/dist/{types/components → components}/SettingsPage/SettingsPage.d.ts +0 -0
  38. /package/dist/{types/components → components}/api/settings-api.d.ts +0 -0
  39. /package/dist/{types/components → components}/common/Form/FormActionButtons.d.ts +0 -0
  40. /package/dist/{types/components → components}/common/Form/FormLabel.d.ts +0 -0
  41. /package/dist/{types/components → components}/common/ListTable/ListHeader.d.ts +0 -0
  42. /package/dist/{types/components → components}/common/ListTable/ListTable.d.ts +0 -0
  43. /package/dist/{types/components → components}/common/Modal/Modal.d.ts +0 -0
  44. /package/dist/{types/config → config}/EnvConfig.d.ts +0 -0
  45. /package/dist/{types/config → config}/amplifyConfig.d.ts +0 -0
  46. /package/dist/{types/configureAppHost.d.ts → configureAppHost.d.ts} +0 -0
  47. /package/dist/{types/customGraphQL → customGraphQL}/customMutations.d.ts +0 -0
  48. /package/dist/{types/customGraphQL → customGraphQL}/customQueries.d.ts +0 -0
  49. /package/dist/{types/domain → domain}/input/input-types.d.ts +0 -0
  50. /package/dist/{types/domain → domain}/model/BranchDto.d.ts +0 -0
  51. /package/dist/{types/domain → domain}/model/ComponentMappingDto.d.ts +0 -0
  52. /package/dist/{types/domain → domain}/model/MappingDto.d.ts +0 -0
  53. /package/dist/{types/domain → domain}/model/PrefixDescriptionDto.d.ts +0 -0
  54. /package/dist/{types/domain → domain}/model/ProfileDto.d.ts +0 -0
  55. /package/dist/{types/domain → domain}/model/RoleMappingDto.d.ts +0 -0
  56. /package/dist/{types/domain → domain}/model/SettingsDto.d.ts +0 -0
  57. /package/dist/{types/domain → domain}/model/UserMappingDto.d.ts +0 -0
  58. /package/dist/{types/domain → domain}/model/imageDto.d.ts +0 -0
  59. /package/dist/{types/domain → domain}/type/EntityTypes.d.ts +0 -0
  60. /package/dist/{types/domain → domain}/type/MappingOptions.d.ts +0 -0
  61. /package/dist/{types/domain → domain}/type/MappingTypes.d.ts +0 -0
  62. /package/dist/{types/domain → domain}/type/Nullable.d.ts +0 -0
  63. /package/dist/{types/domain → domain}/type/ResettingPeriodOptions.d.ts +0 -0
  64. /package/dist/{types/domain → domain}/type/RolesEnum.d.ts +0 -0
  65. /package/dist/{types/domain → domain}/type/SelectType.d.ts +0 -0
  66. /package/dist/{types/domain → domain}/type/StatusEnum.d.ts +0 -0
  67. /package/dist/{types/domain → domain}/type/signUpOptions.d.ts +0 -0
  68. /package/dist/{types/domain → domain}/type/statusOptions.d.ts +0 -0
  69. /package/dist/{types/graphql → graphql}/profileQueries.d.ts +0 -0
  70. /package/dist/{types/hoc → hoc}/withSyzyAuth.d.ts +0 -0
  71. /package/dist/{types/hooks → hooks}/useCurrentUser.d.ts +0 -0
  72. /package/dist/{types/hooks → hooks}/useDispatch.d.ts +0 -0
  73. /package/dist/{types/hooks → hooks}/usePermission.d.ts +0 -0
  74. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  75. /package/dist/{types/main.d.ts → main.d.ts} +0 -0
  76. /package/dist/{types/services → services}/Client.Service.d.ts +0 -0
  77. /package/dist/{types/services → services}/Storage-service.d.ts +0 -0
  78. /package/dist/{types/services → services}/navigationMenu.d.ts +0 -0
  79. /package/dist/{types/static → static}/constants.d.ts +0 -0
  80. /package/dist/{types/store → store}/AppAction.d.ts +0 -0
  81. /package/dist/{types/store → store}/AppContext.d.ts +0 -0
  82. /package/dist/{types/store → store}/AppContextType.d.ts +0 -0
  83. /package/dist/{types/store → store}/AppProvider.d.ts +0 -0
  84. /package/dist/{types/store → store}/HostedInContainerContext.d.ts +0 -0
  85. /package/dist/{types/store → store}/SesssionReducer.d.ts +0 -0
  86. /package/dist/{types/types.d.ts → types.d.ts} +0 -0
  87. /package/dist/{types/util → util}/AuthUtils.d.ts +0 -0
  88. /package/dist/{types/util → util}/LogEnum.d.ts +0 -0
  89. /package/dist/{types/util → util}/Logger.d.ts +0 -0
  90. /package/dist/{types/util → util}/SyzyDate.d.ts +0 -0
  91. /package/dist/{types/util → util}/dateUtils.d.ts +0 -0
  92. /package/dist/{types/util → util}/hostedinContainer.d.ts +0 -0
  93. /package/dist/{types/util → util}/model-types.d.ts +0 -0
  94. /package/dist/{types/util → util}/prefixAndResettingValidation.d.ts +0 -0
  95. /package/dist/{types/util → util}/transformToData.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syzy/apphost",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes