@overmap-ai/core 1.0.48-add-teams.0 → 1.0.48-add-teams.1
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.
- package/dist/overmap-core.js +2 -2
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +2 -2
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/typings/models/base.d.ts +8 -0
- package/dist/typings/models/components.d.ts +2 -3
- package/dist/typings/models/teams.d.ts +3 -3
- package/package.json +1 -1
|
@@ -7847,9 +7847,9 @@ var __publicField = (obj, key, value) => {
|
|
|
7847
7847
|
}
|
|
7848
7848
|
const offlineTeam = offline({
|
|
7849
7849
|
...teamPayload,
|
|
7850
|
-
organization: activeOrganizationId
|
|
7850
|
+
organization: activeOrganizationId,
|
|
7851
|
+
submitted_at: (/* @__PURE__ */ new Date()).toISOString()
|
|
7851
7852
|
// TODO: uncomment once supported
|
|
7852
|
-
// submitted_at: new Date().toISOString(),
|
|
7853
7853
|
// created_by: state.userReducer.currentUser.id,
|
|
7854
7854
|
});
|
|
7855
7855
|
store.dispatch(addTeam(offlineTeam));
|