@vrplatform/api 1.3.0-stage.1246 → 1.3.0-stage.1248
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.
|
@@ -125,23 +125,6 @@ export interface paths {
|
|
|
125
125
|
patch?: never;
|
|
126
126
|
trace?: never;
|
|
127
127
|
};
|
|
128
|
-
"/payments-by-currency": {
|
|
129
|
-
parameters: {
|
|
130
|
-
query?: never;
|
|
131
|
-
header?: never;
|
|
132
|
-
path?: never;
|
|
133
|
-
cookie?: never;
|
|
134
|
-
};
|
|
135
|
-
/** @description Get payments total aggregated by currency */
|
|
136
|
-
get: operations["getPaymentsByCurrency"];
|
|
137
|
-
put?: never;
|
|
138
|
-
post?: never;
|
|
139
|
-
delete?: never;
|
|
140
|
-
options?: never;
|
|
141
|
-
head?: never;
|
|
142
|
-
patch?: never;
|
|
143
|
-
trace?: never;
|
|
144
|
-
};
|
|
145
128
|
"/reservations/line-mappings/{type}": {
|
|
146
129
|
parameters: {
|
|
147
130
|
query?: never;
|
|
@@ -988,7 +971,7 @@ export interface paths {
|
|
|
988
971
|
patch?: never;
|
|
989
972
|
trace?: never;
|
|
990
973
|
};
|
|
991
|
-
"/
|
|
974
|
+
"/connections/{id}/sync": {
|
|
992
975
|
parameters: {
|
|
993
976
|
query?: never;
|
|
994
977
|
header?: never;
|
|
@@ -1646,7 +1629,7 @@ export interface paths {
|
|
|
1646
1629
|
patch?: never;
|
|
1647
1630
|
trace?: never;
|
|
1648
1631
|
};
|
|
1649
|
-
"/
|
|
1632
|
+
"/reports/journal-entries": {
|
|
1650
1633
|
parameters: {
|
|
1651
1634
|
query?: never;
|
|
1652
1635
|
header?: never;
|
|
@@ -1663,7 +1646,7 @@ export interface paths {
|
|
|
1663
1646
|
patch?: never;
|
|
1664
1647
|
trace?: never;
|
|
1665
1648
|
};
|
|
1666
|
-
"/
|
|
1649
|
+
"/reports/journal-entries/csv": {
|
|
1667
1650
|
parameters: {
|
|
1668
1651
|
query?: never;
|
|
1669
1652
|
header?: never;
|
|
@@ -2022,7 +2005,7 @@ export interface paths {
|
|
|
2022
2005
|
patch?: never;
|
|
2023
2006
|
trace?: never;
|
|
2024
2007
|
};
|
|
2025
|
-
"/flows/{id}/{connectionId}/mappings/{mappingKey}/
|
|
2008
|
+
"/flows/{id}/{connectionId}/mappings/{mappingKey}/left": {
|
|
2026
2009
|
parameters: {
|
|
2027
2010
|
query?: never;
|
|
2028
2011
|
header?: never;
|
|
@@ -2039,7 +2022,7 @@ export interface paths {
|
|
|
2039
2022
|
patch?: never;
|
|
2040
2023
|
trace?: never;
|
|
2041
2024
|
};
|
|
2042
|
-
"/flows/{id}/{connectionId}/mappings/{mappingKey}/
|
|
2025
|
+
"/flows/{id}/{connectionId}/mappings/{mappingKey}/right": {
|
|
2043
2026
|
parameters: {
|
|
2044
2027
|
query?: never;
|
|
2045
2028
|
header?: never;
|
|
@@ -3682,79 +3665,6 @@ export interface operations {
|
|
|
3682
3665
|
};
|
|
3683
3666
|
};
|
|
3684
3667
|
};
|
|
3685
|
-
getPaymentsByCurrency: {
|
|
3686
|
-
parameters: {
|
|
3687
|
-
query?: {
|
|
3688
|
-
date?: string;
|
|
3689
|
-
};
|
|
3690
|
-
header?: {
|
|
3691
|
-
"X-Team-Id"?: string;
|
|
3692
|
-
};
|
|
3693
|
-
path?: never;
|
|
3694
|
-
cookie?: never;
|
|
3695
|
-
};
|
|
3696
|
-
requestBody?: never;
|
|
3697
|
-
responses: {
|
|
3698
|
-
/** @description Successful response */
|
|
3699
|
-
200: {
|
|
3700
|
-
headers: {
|
|
3701
|
-
[name: string]: unknown;
|
|
3702
|
-
};
|
|
3703
|
-
content: {
|
|
3704
|
-
"application/json": {
|
|
3705
|
-
metrics: {
|
|
3706
|
-
[key: string]: number;
|
|
3707
|
-
};
|
|
3708
|
-
};
|
|
3709
|
-
};
|
|
3710
|
-
};
|
|
3711
|
-
/** @description Invalid input data */
|
|
3712
|
-
400: {
|
|
3713
|
-
headers: {
|
|
3714
|
-
[name: string]: unknown;
|
|
3715
|
-
};
|
|
3716
|
-
content: {
|
|
3717
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
3718
|
-
};
|
|
3719
|
-
};
|
|
3720
|
-
/** @description Authorization not provided */
|
|
3721
|
-
401: {
|
|
3722
|
-
headers: {
|
|
3723
|
-
[name: string]: unknown;
|
|
3724
|
-
};
|
|
3725
|
-
content: {
|
|
3726
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
3727
|
-
};
|
|
3728
|
-
};
|
|
3729
|
-
/** @description Insufficient access */
|
|
3730
|
-
403: {
|
|
3731
|
-
headers: {
|
|
3732
|
-
[name: string]: unknown;
|
|
3733
|
-
};
|
|
3734
|
-
content: {
|
|
3735
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
3736
|
-
};
|
|
3737
|
-
};
|
|
3738
|
-
/** @description Not found */
|
|
3739
|
-
404: {
|
|
3740
|
-
headers: {
|
|
3741
|
-
[name: string]: unknown;
|
|
3742
|
-
};
|
|
3743
|
-
content: {
|
|
3744
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
3745
|
-
};
|
|
3746
|
-
};
|
|
3747
|
-
/** @description Internal server error */
|
|
3748
|
-
500: {
|
|
3749
|
-
headers: {
|
|
3750
|
-
[name: string]: unknown;
|
|
3751
|
-
};
|
|
3752
|
-
content: {
|
|
3753
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
3754
|
-
};
|
|
3755
|
-
};
|
|
3756
|
-
};
|
|
3757
|
-
};
|
|
3758
3668
|
updateReservationLineMapping: {
|
|
3759
3669
|
parameters: {
|
|
3760
3670
|
query?: never;
|