@overmap-ai/core 1.0.62-store-clear-fixes.6 → 1.0.63-form-submission-fix.0

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.
@@ -1,4 +1,3 @@
1
- import { Offline } from '../../typings/models/base';
2
1
  import { FieldValue, FormSubmission, FormSubmissionAttachment, FormSubmissionPayload } from '../../typings/models/forms';
3
2
  import { OptimisticModelResult, PresignedUrlsResponse } from "../typings";
4
3
  import { Created, OvermapRootState, Stored } from "../../typings";
@@ -11,7 +10,7 @@ interface BulkAddRequestReturnValue {
11
10
  }
12
11
  export declare abstract class FormSubmissionService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseUploadService<TState, TSDK> {
13
12
  private getAttachFilesPromises;
14
- add(payload: Offline<FormSubmissionPayload>): OptimisticModelResult<FormSubmission>;
13
+ add(payload: FormSubmissionPayload): OptimisticModelResult<FormSubmission>;
15
14
  bulkAdd(args: {
16
15
  formRevision: string;
17
16
  commonFieldValues: Record<string, FieldValue>;
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",
6
+ "version": "1.0.63-form-submission-fix.0",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",