@sellout/models 0.0.6 → 0.0.7

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,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  orgId: {
7
7
  type: StringConstructor;
@@ -12,7 +12,7 @@ export declare const PerformanceSchedule: {
12
12
  declare const _default: {
13
13
  _id: {
14
14
  type: StringConstructor;
15
- default: any;
15
+ default: () => string;
16
16
  };
17
17
  orgId: {
18
18
  type: StringConstructor;
@@ -322,7 +322,7 @@ declare const _default: {
322
322
  promotions: {
323
323
  _id: {
324
324
  type: StringConstructor;
325
- default: any;
325
+ default: () => string;
326
326
  };
327
327
  code: {
328
328
  type: StringConstructor;
@@ -359,7 +359,7 @@ declare const _default: {
359
359
  customFields: {
360
360
  _id: {
361
361
  type: StringConstructor;
362
- default: any;
362
+ default: () => string;
363
363
  };
364
364
  label: {
365
365
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  name: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  secretId: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  userId: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  orgId: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  orgId: {
7
7
  type: StringConstructor;
@@ -2,7 +2,7 @@ import { LoginTypes } from '../interfaces/IUser';
2
2
  declare const _default: {
3
3
  _id: {
4
4
  type: StringConstructor;
5
- default: any;
5
+ default: () => string;
6
6
  };
7
7
  email: {
8
8
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  userId: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  name: {
7
7
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  _id: {
3
3
  type: StringConstructor;
4
- default: any;
4
+ default: () => string;
5
5
  };
6
6
  orgId: {
7
7
  type: StringConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,8 +16,8 @@
16
16
  "author": "samheutmaker@gmail.com",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@sellout/service": "^0.0.6",
20
- "@sellout/utils": "^0.0.6",
19
+ "@sellout/service": "^0.0.7",
20
+ "@sellout/utils": "^0.0.7",
21
21
  "@types/shortid": "0.0.29",
22
22
  "shortid": "^2.2.15"
23
23
  },
@@ -27,5 +27,5 @@
27
27
  "protobufjs": "~6.8.8",
28
28
  "typescript": "^3.8.3"
29
29
  },
30
- "gitHead": "293473fa4ad310e0ce454b24ba2670109bac0b4c"
30
+ "gitHead": "991f3c469d9cd9754715c231b3c5cc7b7b6bfaf5"
31
31
  }