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: [],
|