@vrplatform/api 1.2.33-stage.835 → 1.2.33-stage.842

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.
@@ -1427,7 +1427,7 @@ export interface paths {
1427
1427
  path?: never;
1428
1428
  cookie?: never;
1429
1429
  };
1430
- /** @description Test Report */
1430
+ /** @description Trust reconciliation report */
1431
1431
  get: operations["getTrustReconciliationReport"];
1432
1432
  put?: never;
1433
1433
  post?: never;
@@ -1444,7 +1444,7 @@ export interface paths {
1444
1444
  path?: never;
1445
1445
  cookie?: never;
1446
1446
  };
1447
- /** @description Test Report */
1447
+ /** @description Trust reconciliation report (CSV) */
1448
1448
  get: operations["getTrustReconciliationReportCsv"];
1449
1449
  put?: never;
1450
1450
  post?: never;
@@ -6522,7 +6522,7 @@ export interface operations {
6522
6522
  data: {
6523
6523
  /** Format: uuid */
6524
6524
  listingId: string;
6525
- /** @default 2025-10-24 */
6525
+ /** @default 2025-10-27 */
6526
6526
  startAt: string;
6527
6527
  endAt?: string | null;
6528
6528
  setListingInactive?: boolean | null;
@@ -6604,7 +6604,7 @@ export interface operations {
6604
6604
  "application/json": {
6605
6605
  /** Format: uuid */
6606
6606
  listingId: string;
6607
- /** @default 2025-10-24 */
6607
+ /** @default 2025-10-27 */
6608
6608
  startAt?: string;
6609
6609
  endAt?: string | null;
6610
6610
  members: {
@@ -6638,7 +6638,7 @@ export interface operations {
6638
6638
  "application/json": {
6639
6639
  /** Format: uuid */
6640
6640
  listingId: string;
6641
- /** @default 2025-10-24 */
6641
+ /** @default 2025-10-27 */
6642
6642
  startAt: string;
6643
6643
  endAt?: string | null;
6644
6644
  setListingInactive?: boolean | null;
@@ -6718,7 +6718,7 @@ export interface operations {
6718
6718
  "application/json": {
6719
6719
  /** Format: uuid */
6720
6720
  listingId: string;
6721
- /** @default 2025-10-24 */
6721
+ /** @default 2025-10-27 */
6722
6722
  startAt: string;
6723
6723
  endAt?: string | null;
6724
6724
  setListingInactive?: boolean | null;
@@ -6801,7 +6801,7 @@ export interface operations {
6801
6801
  "application/json": {
6802
6802
  /** Format: uuid */
6803
6803
  listingId?: string;
6804
- /** @default 2025-10-24 */
6804
+ /** @default 2025-10-27 */
6805
6805
  startAt?: string;
6806
6806
  endAt?: string | null;
6807
6807
  members?: {
@@ -6835,7 +6835,7 @@ export interface operations {
6835
6835
  "application/json": {
6836
6836
  /** Format: uuid */
6837
6837
  listingId: string;
6838
- /** @default 2025-10-24 */
6838
+ /** @default 2025-10-27 */
6839
6839
  startAt: string;
6840
6840
  endAt?: string | null;
6841
6841
  setListingInactive?: boolean | null;
@@ -7021,7 +7021,7 @@ export interface operations {
7021
7021
  /** Format: uuid */
7022
7022
  sourceId?: string | null;
7023
7023
  initialOwnership?: {
7024
- /** @default 2025-10-24 */
7024
+ /** @default 2025-10-27 */
7025
7025
  startAt?: string;
7026
7026
  endAt?: string | null;
7027
7027
  members: {
@@ -7079,7 +7079,7 @@ export interface operations {
7079
7079
  status: "active" | "inactive";
7080
7080
  defaultCurrency?: string | null;
7081
7081
  activeOwnership?: {
7082
- /** @default 2025-10-24 */
7082
+ /** @default 2025-10-27 */
7083
7083
  startAt: string;
7084
7084
  endAt?: string | null;
7085
7085
  setListingInactive?: boolean | null;
@@ -7320,7 +7320,7 @@ export interface operations {
7320
7320
  status: "active" | "inactive";
7321
7321
  defaultCurrency?: string | null;
7322
7322
  activeOwnership?: {
7323
- /** @default 2025-10-24 */
7323
+ /** @default 2025-10-27 */
7324
7324
  startAt: string;
7325
7325
  endAt?: string | null;
7326
7326
  setListingInactive?: boolean | null;
@@ -7459,7 +7459,7 @@ export interface operations {
7459
7459
  /** Format: uuid */
7460
7460
  sourceId?: string | null;
7461
7461
  initialOwnership?: {
7462
- /** @default 2025-10-24 */
7462
+ /** @default 2025-10-27 */
7463
7463
  startAt?: string;
7464
7464
  endAt?: string | null;
7465
7465
  members: {
@@ -7513,7 +7513,7 @@ export interface operations {
7513
7513
  status: "active" | "inactive";
7514
7514
  defaultCurrency?: string | null;
7515
7515
  activeOwnership?: {
7516
- /** @default 2025-10-24 */
7516
+ /** @default 2025-10-27 */
7517
7517
  startAt: string;
7518
7518
  endAt?: string | null;
7519
7519
  setListingInactive?: boolean | null;
@@ -7730,7 +7730,7 @@ export interface operations {
7730
7730
  status: "active" | "inactive";
7731
7731
  defaultCurrency?: string | null;
7732
7732
  activeOwnership?: {
7733
- /** @default 2025-10-24 */
7733
+ /** @default 2025-10-27 */
7734
7734
  startAt: string;
7735
7735
  endAt?: string | null;
7736
7736
  setListingInactive?: boolean | null;
@@ -7877,7 +7877,7 @@ export interface operations {
7877
7877
  /** Format: uuid */
7878
7878
  sourceId?: string | null;
7879
7879
  initialOwnership?: {
7880
- /** @default 2025-10-24 */
7880
+ /** @default 2025-10-27 */
7881
7881
  startAt?: string;
7882
7882
  endAt?: string | null;
7883
7883
  members: {
@@ -7931,7 +7931,7 @@ export interface operations {
7931
7931
  status: "active" | "inactive";
7932
7932
  defaultCurrency?: string | null;
7933
7933
  activeOwnership?: {
7934
- /** @default 2025-10-24 */
7934
+ /** @default 2025-10-27 */
7935
7935
  startAt: string;
7936
7936
  endAt?: string | null;
7937
7937
  setListingInactive?: boolean | null;
@@ -23497,6 +23497,7 @@ export interface operations {
23497
23497
  search?: string;
23498
23498
  date?: string;
23499
23499
  amount?: string;
23500
+ isDateRangeEndInclusive?: boolean;
23500
23501
  /** @description listing uuids comma separated or "unmapped" */
23501
23502
  listingIds?: string;
23502
23503
  /** @description comma separated accounts */