ravcredit-core 0.0.19 → 0.0.21

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.
@@ -164,6 +164,7 @@ export const cScoreReference = {
164
164
  score: 0
165
165
  };
166
166
  export const cAsset = {
167
+ deadline: "",
167
168
  name: "",
168
169
  id: "",
169
170
  createAt: 0,
@@ -37,6 +37,7 @@ export interface oAsset {
37
37
  score: oScoreReference;
38
38
  IMEI: string;
39
39
  inStock: boolean;
40
+ deadline: string;
40
41
  }
41
42
  export interface oAssetFeatures {
42
43
  categories: oAssetCategory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ravcredit-core",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {