@overmap-ai/core 1.0.38-component-fields.14 → 1.0.38-component-fields.15

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.
@@ -140,9 +140,10 @@ export declare const selectSubmissionsForIssue: SelectorWithArgs<string, UserFor
140
140
  export declare const selectSubmissionsForComponent: SelectorWithArgs<string, UserFormSubmission[]>;
141
141
  export declare const selectUserFormMapping: Selector<Record<Stored<UserForm>["offline_id"], Stored<UserForm>>>;
142
142
  export declare const selectComponentTypeForm: SelectorWithArgs<string, Stored<UserForm>>;
143
- export declare const selectLatestRevisionsFromComponentTypeIds: SelectorWithArgs<string[], Record<string, Stored<UserFormRevision>[]>>;
144
- export declare const selectLatestRevisionsForComponentStageForms: SelectorWithArgs<string, Stored<UserFormRevision>[]>;
143
+ export declare const selectLatestRevisionsFromComponentTypeIds: SelectorWithArgs<string[], Record<string, Stored<UserFormRevision>>>;
144
+ export declare const selectLatestRevisionsForComponentStage: SelectorWithArgs<string, Stored<UserFormRevision>[]>;
145
145
  export declare const selectLatestRevisionByFormId: Selector<Record<Stored<UserForm>["offline_id"], UserFormRevision>>;
146
146
  export declare const selectAllRevisionAttachmentsByLatestRevisionId: Selector<Record<Stored<UserFormRevision>["offline_id"], UserFormRevisionAttachment[]>>;
147
147
  export declare const selectNumberOfUserForms: Selector<number>;
148
+ export declare const selectNumberOfGeneralUserForms: Selector<number>;
148
149
  export declare const userFormReducer: Reducer<UserFormState>;
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.14",
6
+ "version": "1.0.38-component-fields.15",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",