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