@overmap-ai/core 1.0.60-forms-removal.7 → 1.0.60-forms-removal.9

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.
@@ -38,6 +38,7 @@ export type FormSearchArgs = SearchArgs<{
38
38
  /** organization owner */
39
39
  organization?: number;
40
40
  }>;
41
+ export declare const selectFormsMapping: OvermapSelector<Record<Stored<UserForm>["offline_id"], Stored<UserForm>>>;
41
42
  export declare const selectFilteredForms: OvermapSelectorWithArgs<FormSearchArgs, CachedUserForm[]>;
42
43
  export declare const selectForm: OvermapSelectorWithArgs<string, Stored<UserForm>>;
43
44
  export declare const selectFormMapping: OvermapSelector<Record<Stored<UserForm>["offline_id"], Stored<UserForm>>>;
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.60-forms-removal.7",
6
+ "version": "1.0.60-forms-removal.9",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",