@vrplatform/api 1.3.1-2033 → 1.3.1-2040
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.
|
@@ -1009,15 +1009,15 @@ export interface paths {
|
|
|
1009
1009
|
patch?: never;
|
|
1010
1010
|
trace?: never;
|
|
1011
1011
|
};
|
|
1012
|
-
"/metrics/
|
|
1012
|
+
"/metrics/listing-journal-entries": {
|
|
1013
1013
|
parameters: {
|
|
1014
1014
|
query?: never;
|
|
1015
1015
|
header?: never;
|
|
1016
1016
|
path?: never;
|
|
1017
1017
|
cookie?: never;
|
|
1018
1018
|
};
|
|
1019
|
-
/** @description
|
|
1020
|
-
get: operations["
|
|
1019
|
+
/** @description Listing journal totals by owner-statement bucket and party */
|
|
1020
|
+
get: operations["getMetricListingJournalEntries"];
|
|
1021
1021
|
put?: never;
|
|
1022
1022
|
post?: never;
|
|
1023
1023
|
delete?: never;
|
|
@@ -14487,7 +14487,7 @@ export interface operations {
|
|
|
14487
14487
|
};
|
|
14488
14488
|
};
|
|
14489
14489
|
};
|
|
14490
|
-
|
|
14490
|
+
getMetricListingJournalEntries: {
|
|
14491
14491
|
parameters: {
|
|
14492
14492
|
query: {
|
|
14493
14493
|
listingId: string;
|