@rowengine/common 1.0.101 → 1.0.102

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,6 +1,7 @@
1
1
  import { Center } from "./center";
2
2
  import { Company } from "./company";
3
3
  import { Field } from "./field";
4
+ import { ServiceProvided } from "./project";
4
5
  import { User } from "./user";
5
6
  /**
6
7
  * If the activity has no status, it means that it was approved.
@@ -40,5 +41,6 @@ export interface Activity {
40
41
  */
41
42
  timeOnQueue?: number;
42
43
  };
44
+ serviceProvided?: ServiceProvided;
43
45
  createdAt: Date;
44
46
  }
@@ -65,8 +65,6 @@ export interface ServiceProvided {
65
65
  userEmail?: string;
66
66
  editMode?: ProviderEditMode;
67
67
  comment?: string;
68
- editStartedAt?: Date;
69
- editFinishedAt?: Date;
70
68
  }
71
69
  export interface GapsOptions {
72
70
  minSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowengine/common",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "exports": {