ravcredit-core 0.0.8 → 0.0.9

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.
@@ -47,7 +47,7 @@ export declare const cResponseError: oResponse;
47
47
  export declare const cTyClientContract: {
48
48
  company: oCompany;
49
49
  status: eContractStatus;
50
- asset: oAsset;
50
+ asset: oAsset[];
51
51
  amortization_id?: string;
52
52
  mediaSelfie?: oMediaIdentity;
53
53
  mediaAddress?: oMediaIdentity;
@@ -188,7 +188,7 @@ export const cCompany = {
188
188
  export const cContract = {
189
189
  active: false,
190
190
  address: cAddress,
191
- asset: cAsset,
191
+ asset: [],
192
192
  by: "",
193
193
  client: "",
194
194
  company: cCompany,
@@ -7,7 +7,7 @@ import { eVerificationStep } from "../enum/EnumVerification.js";
7
7
  export interface oContract extends oContractBase {
8
8
  company: oCompany;
9
9
  status: eContractStatus;
10
- asset: oAsset;
10
+ asset: oAsset[];
11
11
  amortization_id?: string;
12
12
  mediaSelfie?: oMediaIdentity;
13
13
  mediaAddress?: oMediaIdentity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ravcredit-core",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {