@overmap-ai/core 1.0.38-component-fields.23 → 1.0.38-component-fields.25

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.
@@ -7,7 +7,7 @@ export type Offline<T> = T & {
7
7
  offline_id: string;
8
8
  };
9
9
  export type OfflineIdMapping<TModel extends OfflineModel> = Record<TModel["offline_id"], TModel>;
10
- export type Payload<TModel> = Omit<TModel, "offline_id" | "created_at" | "id">;
10
+ export type Payload<TModel> = Omit<TModel, "offline_id" | "created_at" | "updated_at" | "id">;
11
11
  export type MaybePayload<TModel extends OfflineModel> = Payload<TModel> & {
12
12
  offline_id?: string | null;
13
13
  };
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.23",
6
+ "version": "1.0.38-component-fields.25",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",