ravcredit-core 0.0.16 → 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,
@@ -176,7 +177,8 @@ export const cAsset = {
176
177
  catalog: cCatalog,
177
178
  offers: [],
178
179
  score: cScoreReference,
179
- IMEI: ""
180
+ IMEI: "",
181
+ inStock: true
180
182
  };
181
183
  export const cAssetFeatures = {
182
184
  categories: [],
@@ -36,6 +36,8 @@ export interface oAsset {
36
36
  offers: oAssetOffer[];
37
37
  score: oScoreReference;
38
38
  IMEI: string;
39
+ inStock: boolean;
40
+ deadline: string;
39
41
  }
40
42
  export interface oAssetFeatures {
41
43
  categories: oAssetCategory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ravcredit-core",
3
- "version": "0.0.16",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {