@vrplatform/api 1.2.33-992 → 1.2.33-997
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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -23392,10 +23392,10 @@ export interface operations {
|
|
|
23392
23392
|
data: {
|
|
23393
23393
|
contact: {
|
|
23394
23394
|
contactId: string;
|
|
23395
|
-
name?: string
|
|
23396
|
-
firstName?: string
|
|
23397
|
-
email?: string
|
|
23398
|
-
phone?: string
|
|
23395
|
+
name?: string;
|
|
23396
|
+
firstName?: string;
|
|
23397
|
+
email?: string;
|
|
23398
|
+
phone?: string;
|
|
23399
23399
|
};
|
|
23400
23400
|
currency: string;
|
|
23401
23401
|
financials: {
|
|
@@ -23556,30 +23556,83 @@ export interface operations {
|
|
|
23556
23556
|
};
|
|
23557
23557
|
content: {
|
|
23558
23558
|
"application/json": {
|
|
23559
|
+
currency: string;
|
|
23560
|
+
contact: {
|
|
23561
|
+
contactId: string;
|
|
23562
|
+
name?: string;
|
|
23563
|
+
firstName?: string;
|
|
23564
|
+
email?: string;
|
|
23565
|
+
phone?: string;
|
|
23566
|
+
};
|
|
23567
|
+
financials: {
|
|
23568
|
+
balanceStart: number;
|
|
23569
|
+
netRevenue: number;
|
|
23570
|
+
expenses: number;
|
|
23571
|
+
transfers: number;
|
|
23572
|
+
netIncome: number;
|
|
23573
|
+
currentBalance: number;
|
|
23574
|
+
balanceEnd: number;
|
|
23575
|
+
};
|
|
23559
23576
|
netRevenueSection: {
|
|
23560
23577
|
title: string;
|
|
23561
23578
|
rows: {
|
|
23562
23579
|
title: string;
|
|
23563
|
-
statementIds
|
|
23580
|
+
statementIds?: string[];
|
|
23564
23581
|
columns: {
|
|
23565
23582
|
title: string;
|
|
23566
23583
|
value: number | string;
|
|
23567
23584
|
formatted: string;
|
|
23568
23585
|
}[];
|
|
23569
23586
|
}[];
|
|
23587
|
+
subtotal?: {
|
|
23588
|
+
title: string;
|
|
23589
|
+
columns: {
|
|
23590
|
+
title: string;
|
|
23591
|
+
value: number | string;
|
|
23592
|
+
formatted: string;
|
|
23593
|
+
}[];
|
|
23594
|
+
};
|
|
23570
23595
|
};
|
|
23571
23596
|
otherSections: {
|
|
23572
23597
|
title: string;
|
|
23573
23598
|
rows: {
|
|
23574
23599
|
title: string;
|
|
23575
|
-
statementIds
|
|
23600
|
+
statementIds?: string[];
|
|
23576
23601
|
columns: {
|
|
23577
23602
|
title: string;
|
|
23578
23603
|
value: number | string;
|
|
23579
23604
|
formatted: string;
|
|
23580
23605
|
}[];
|
|
23581
23606
|
}[];
|
|
23607
|
+
subtotal?: {
|
|
23608
|
+
title: string;
|
|
23609
|
+
columns: {
|
|
23610
|
+
title: string;
|
|
23611
|
+
value: number | string;
|
|
23612
|
+
formatted: string;
|
|
23613
|
+
}[];
|
|
23614
|
+
};
|
|
23582
23615
|
}[];
|
|
23616
|
+
transfersSection?: {
|
|
23617
|
+
title: string;
|
|
23618
|
+
rows: {
|
|
23619
|
+
title: string;
|
|
23620
|
+
statementIds?: string[];
|
|
23621
|
+
columns: {
|
|
23622
|
+
title: string;
|
|
23623
|
+
value: number | string;
|
|
23624
|
+
formatted: string;
|
|
23625
|
+
}[];
|
|
23626
|
+
}[];
|
|
23627
|
+
subtotal?: {
|
|
23628
|
+
title: string;
|
|
23629
|
+
columns: {
|
|
23630
|
+
title: string;
|
|
23631
|
+
value: number | string;
|
|
23632
|
+
formatted: string;
|
|
23633
|
+
}[];
|
|
23634
|
+
};
|
|
23635
|
+
};
|
|
23583
23636
|
};
|
|
23584
23637
|
};
|
|
23585
23638
|
};
|