@vrplatform/api 1.3.1-stage.1968 → 1.3.1-stage.1969

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.
@@ -1964,7 +1964,7 @@ export interface paths {
1964
1964
  path?: never;
1965
1965
  cookie?: never;
1966
1966
  };
1967
- /** @description Get Statements List. Get Statements, either by year/dateRange + a single listing/owner or by month */
1967
+ /** @description Get Statements List. Get Statements, either by year or dateRange + a single listing or owner or by month */
1968
1968
  get: operations["getStatements"];
1969
1969
  put?: never;
1970
1970
  /** @description Create Statements */
@@ -2481,22 +2481,6 @@ export interface paths {
2481
2481
  patch: operations["patchTransactionAttachmentsByAttachmentId"];
2482
2482
  trace?: never;
2483
2483
  };
2484
- "/transaction-attachments/{attachmentId}/download": {
2485
- parameters: {
2486
- query?: never;
2487
- header?: never;
2488
- path?: never;
2489
- cookie?: never;
2490
- };
2491
- get: operations["getTransactionAttachmentsByAttachmentIdDownload"];
2492
- put?: never;
2493
- post?: never;
2494
- delete?: never;
2495
- options?: never;
2496
- head?: never;
2497
- patch?: never;
2498
- trace?: never;
2499
- };
2500
2484
  "/transactions": {
2501
2485
  parameters: {
2502
2486
  query?: never;
@@ -34761,25 +34745,6 @@ export interface operations {
34761
34745
  };
34762
34746
  };
34763
34747
  };
34764
- getTransactionAttachmentsByAttachmentIdDownload: {
34765
- parameters: {
34766
- query?: never;
34767
- header?: never;
34768
- path: {
34769
- attachmentId: string;
34770
- };
34771
- cookie?: never;
34772
- };
34773
- requestBody?: never;
34774
- responses: {
34775
- 200: {
34776
- headers: {
34777
- [name: string]: unknown;
34778
- };
34779
- content?: never;
34780
- };
34781
- };
34782
- };
34783
34748
  getTransactions: {
34784
34749
  parameters: {
34785
34750
  query?: {