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