@overmap-ai/core 1.0.62-store-clear-fixes.2 → 1.0.62-store-clear-fixes.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.
|
@@ -48,7 +48,9 @@ export declare const selectFormSubmissionsOfForm: OvermapSelectorWithArgs<string
|
|
|
48
48
|
export declare const selectFormSubmissionsByFormRevisions: OvermapSelector<Record<string, Stored<FormSubmission>[]>>;
|
|
49
49
|
export declare const selectSortedFormSubmissionsOfForm: OvermapSelectorWithArgs<string, Stored<FormSubmission>[]>;
|
|
50
50
|
export declare const selectFormSubmissionsOfIssue: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
|
|
51
|
+
export declare const selectAttachedFormSubmissionsOfIssue: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
|
|
51
52
|
export declare const selectFormSubmissionsByIssues: OvermapSelectorWithArgs<string[], Record<string, Stored<FormSubmission>[]>>;
|
|
52
53
|
export declare const selectFormSubmissionsOfAsset: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
|
|
54
|
+
export declare const selectAttachedFormSubmissionsOfAssets: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
|
|
53
55
|
export declare const selectFormSubmissionsByAssets: OvermapSelector<Record<string, Stored<FormSubmission>[]>>;
|
|
54
56
|
export declare const formSubmissionReducer: Reducer<FormSubmissionState>;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.62-store-clear-fixes.
|
|
6
|
+
"version": "1.0.62-store-clear-fixes.3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|