ravcredit-core 0.0.16 → 0.0.19

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.
@@ -176,7 +176,8 @@ export const cAsset = {
176
176
  catalog: cCatalog,
177
177
  offers: [],
178
178
  score: cScoreReference,
179
- IMEI: ""
179
+ IMEI: "",
180
+ inStock: true
180
181
  };
181
182
  export const cAssetFeatures = {
182
183
  categories: [],
@@ -36,6 +36,7 @@ export interface oAsset {
36
36
  offers: oAssetOffer[];
37
37
  score: oScoreReference;
38
38
  IMEI: string;
39
+ inStock: boolean;
39
40
  }
40
41
  export interface oAssetFeatures {
41
42
  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.19",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {