@overmap-ai/core 1.0.57-export-overmap-reducer.1 → 1.0.57-export-overmap-reducer.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.
- package/dist/contexts/sdk/sdk.d.ts +3 -3
- package/dist/overmap-core.js +1 -1
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +1 -1
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/store/slices/categorySlice.d.ts +1 -34
- package/dist/store/slices/documentSlice.d.ts +1 -34
- package/dist/store/slices/formRevisionSlice.d.ts +1 -34
- package/dist/store/slices/issueSlice.d.ts +1 -34
- package/dist/store/slices/projectFileSlice.d.ts +1 -34
- package/dist/store/slices/workspaceSlice.d.ts +1 -34
- package/dist/store/store.d.ts +2 -32
- package/dist/typings/models/store.d.ts +33 -3
- package/package.json +1 -1
|
@@ -16465,6 +16465,7 @@ var __publicField = (obj, key, value) => {
|
|
|
16465
16465
|
exports2.TextInput = TextInput;
|
|
16466
16466
|
exports2.UserFormService = UserFormService;
|
|
16467
16467
|
exports2.UserFormSubmissionService = UserFormSubmissionService;
|
|
16468
|
+
exports2.VERSION_REDUCER_KEY = VERSION_REDUCER_KEY;
|
|
16468
16469
|
exports2.VerificationCodeType = VerificationCodeType;
|
|
16469
16470
|
exports2.WorkspaceService = WorkspaceService;
|
|
16470
16471
|
exports2.YELLOW = YELLOW;
|
|
@@ -16648,7 +16649,6 @@ var __publicField = (obj, key, value) => {
|
|
|
16648
16649
|
exports2.outboxReducer = outboxReducer;
|
|
16649
16650
|
exports2.outboxSlice = outboxSlice;
|
|
16650
16651
|
exports2.overmapEnhancer = overmapEnhancer;
|
|
16651
|
-
exports2.overmapReducer = overmapReducer;
|
|
16652
16652
|
exports2.overmapReducers = overmapReducers;
|
|
16653
16653
|
exports2.overmapRootReducer = overmapRootReducer;
|
|
16654
16654
|
exports2.patchCategory = patchCategory;
|