@overmap-ai/core 1.0.38-component-fields.27 → 1.0.38-component-fields.28

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.
@@ -141,6 +141,7 @@ export declare const selectSubmissionsForComponent: SelectorWithArgs<string, Use
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
143
  export declare const selectLatestRevisionsFromComponentTypeIds: SelectorWithArgs<string[], Record<string, Stored<UserFormRevision>>>;
144
+ export declare const selectComponentStageFormLatestRevision: SelectorWithArgs<string, Stored<UserFormRevision>>;
144
145
  export declare const selectLatestRevisionsFromComponentStageIds: SelectorWithArgs<string[], Record<string, Stored<UserFormRevision>>>;
145
146
  export declare const selectLatestRevisionByFormId: Selector<Record<Stored<UserForm>["offline_id"], UserFormRevision>>;
146
147
  export declare const selectAllRevisionAttachmentsByLatestRevisionId: Selector<Record<Stored<UserFormRevision>["offline_id"], UserFormRevisionAttachment[]>>;
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.27",
6
+ "version": "1.0.38-component-fields.28",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",