@vrplatform/api 1.3.1-2033 → 1.3.1-2034

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-2033",
6
+ "version": "1.3.1-2034",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1010,15 +1010,15 @@ export interface paths {
1010
1010
  patch?: never;
1011
1011
  trace?: never;
1012
1012
  };
1013
- "/metrics/locked-listing-journal-entries": {
1013
+ "/metrics/listing-journal-entries": {
1014
1014
  parameters: {
1015
1015
  query?: never;
1016
1016
  header?: never;
1017
1017
  path?: never;
1018
1018
  cookie?: never;
1019
1019
  };
1020
- /** @description Locked listing journal totals by owner-statement bucket and party */
1021
- get: operations["getMetricLockedListingJournalEntries"];
1020
+ /** @description Listing journal totals by owner-statement bucket and party */
1021
+ get: operations["getMetricListingJournalEntries"];
1022
1022
  put?: never;
1023
1023
  post?: never;
1024
1024
  delete?: never;
@@ -14488,7 +14488,7 @@ export interface operations {
14488
14488
  };
14489
14489
  };
14490
14490
  };
14491
- getMetricLockedListingJournalEntries: {
14491
+ getMetricListingJournalEntries: {
14492
14492
  parameters: {
14493
14493
  query: {
14494
14494
  listingId: string;