@overmap-ai/core 1.0.38-component-fields.10 → 1.0.38-component-fields.11

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.
@@ -139,8 +139,7 @@ export declare const selectSubmissionsForForm: SelectorWithArgs<string, UserForm
139
139
  export declare const selectSubmissionsForIssue: SelectorWithArgs<string, UserFormSubmission[]>;
140
140
  export declare const selectSubmissionsForComponent: SelectorWithArgs<string, UserFormSubmission[]>;
141
141
  export declare const selectUserFormMapping: Selector<Record<Stored<UserForm>["offline_id"], Stored<UserForm>>>;
142
- export declare const selectFormsForComponentType: SelectorWithArgs<string, Stored<UserForm>[]>;
143
- export declare const selectLatestRevisionsForComponentTypeForms: SelectorWithArgs<string, Stored<UserFormRevision>[]>;
142
+ export declare const selectComponentTypeForm: SelectorWithArgs<string, Stored<UserForm>>;
144
143
  export declare const selectLatestRevisionsFromComponentTypeIds: SelectorWithArgs<string[], Record<string, Stored<UserFormRevision>[]>>;
145
144
  export declare const selectLatestRevisionsForComponentStageForms: SelectorWithArgs<string, Stored<UserFormRevision>[]>;
146
145
  export declare const selectLatestRevisionByFormId: Selector<Record<Stored<UserForm>["offline_id"], UserFormRevision>>;
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.38-component-fields.10",
6
+ "version": "1.0.38-component-fields.11",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",