@vrplatform/api 1.3.1-stage.2124 → 1.3.1-stage.2127
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.
|
@@ -1657,7 +1657,7 @@ export interface paths {
|
|
|
1657
1657
|
path?: never;
|
|
1658
1658
|
cookie?: never;
|
|
1659
1659
|
};
|
|
1660
|
-
/** @description Balance sheet report by month, quarter, or
|
|
1660
|
+
/** @description Balance sheet report by month, quarter, year, party, or ledger (as-of view) */
|
|
1661
1661
|
get: operations["getBalanceSheetReport"];
|
|
1662
1662
|
put?: never;
|
|
1663
1663
|
post?: never;
|
|
@@ -13951,6 +13951,7 @@ export interface operations {
|
|
|
13951
13951
|
content: {
|
|
13952
13952
|
"application/json": {
|
|
13953
13953
|
uniqueRef: string;
|
|
13954
|
+
domain?: string | null;
|
|
13954
13955
|
};
|
|
13955
13956
|
};
|
|
13956
13957
|
};
|
|
@@ -22221,7 +22222,8 @@ export interface operations {
|
|
|
22221
22222
|
query?: {
|
|
22222
22223
|
startDate?: string;
|
|
22223
22224
|
endDate?: string;
|
|
22224
|
-
|
|
22225
|
+
party?: "owners" | "manager";
|
|
22226
|
+
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
22225
22227
|
ledger?: "trust" | "operating";
|
|
22226
22228
|
};
|
|
22227
22229
|
header?: never;
|
|
@@ -22459,7 +22461,8 @@ export interface operations {
|
|
|
22459
22461
|
query?: {
|
|
22460
22462
|
startDate?: string;
|
|
22461
22463
|
endDate?: string;
|
|
22462
|
-
|
|
22464
|
+
party?: "owners" | "manager";
|
|
22465
|
+
view?: "party" | "ledger" | "month" | "quarter" | "year";
|
|
22463
22466
|
ledger?: "trust" | "operating";
|
|
22464
22467
|
};
|
|
22465
22468
|
header?: never;
|