@vrplatform/api 1.3.1-stage.2219 → 1.3.1-stage.2230
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/build/main/analytics/client.d.ts +16 -0
- package/build/main/analytics/client.js +81 -0
- package/build/main/analytics/client.js.map +1 -0
- package/build/main/analytics/index.d.ts +2 -0
- package/build/main/analytics/index.js +19 -0
- package/build/main/analytics/index.js.map +1 -0
- package/build/main/analytics/types.d.ts +77 -0
- package/build/main/analytics/types.js.map +1 -0
- package/build/main/index.d.ts +14 -6
- package/build/main/index.js +19 -3
- package/build/main/index.js.map +1 -1
- package/build/main/service-client.d.ts +15 -0
- package/build/main/service-client.js +90 -0
- package/build/main/service-client.js.map +1 -0
- package/build/main/services/analytics/client.d.ts +16 -0
- package/build/main/services/analytics/client.js +33 -0
- package/build/main/services/analytics/client.js.map +1 -0
- package/build/main/services/analytics/generated/v1.d.ts +359 -0
- package/build/main/services/analytics/generated/v1.js.map +1 -0
- package/build/main/{client.js → services/api/client.js} +29 -27
- package/build/main/services/api/client.js.map +1 -0
- package/build/main/services/api/error.d.ts +22 -0
- package/build/main/{error.js → services/api/error.js} +12 -8
- package/build/main/services/api/error.js.map +1 -0
- package/build/main/{generated → services/api/generated}/v1.d.ts +948 -93
- package/build/main/services/api/generated/v1.js +7 -0
- package/build/main/{generated → services/api/generated}/v1.js.map +1 -1
- package/build/main/services/api/index.d.ts +6 -0
- package/build/main/services/api/index.js +20 -0
- package/build/main/services/api/index.js.map +1 -0
- package/build/main/services/api/types.js +3 -0
- package/build/main/services/api/types.js.map +1 -0
- package/build/main/services/cache/client.d.ts +16 -0
- package/build/main/services/cache/client.js +33 -0
- package/build/main/services/cache/client.js.map +1 -0
- package/build/main/services/cache/generated/v1.d.ts +1009 -0
- package/build/main/services/cache/generated/v1.js +7 -0
- package/build/main/services/cache/generated/v1.js.map +1 -0
- package/build/main/services/cache/index.d.ts +2 -0
- package/build/main/services/cache/index.js +18 -0
- package/build/main/services/cache/index.js.map +1 -0
- package/build/main/services/control-plane/client.d.ts +17 -0
- package/build/main/services/control-plane/client.js +33 -0
- package/build/main/services/control-plane/client.js.map +1 -0
- package/build/main/services/control-plane/generated/v1.d.ts +2123 -0
- package/build/main/services/control-plane/generated/v1.js +7 -0
- package/build/main/services/control-plane/generated/v1.js.map +1 -0
- package/build/main/services/control-plane/index.d.ts +2 -0
- package/build/main/services/control-plane/index.js +18 -0
- package/build/main/services/control-plane/index.js.map +1 -0
- package/build/main/services/ingest/client.d.ts +16 -0
- package/build/main/services/ingest/client.js +33 -0
- package/build/main/services/ingest/client.js.map +1 -0
- package/build/main/services/ingest/generated/v1.d.ts +1920 -0
- package/build/main/services/ingest/generated/v1.js +7 -0
- package/build/main/services/ingest/generated/v1.js.map +1 -0
- package/build/main/services/ingest/index.d.ts +2 -0
- package/build/main/services/ingest/index.js +18 -0
- package/build/main/services/ingest/index.js.map +1 -0
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/module/analytics/client.d.ts +16 -0
- package/build/module/analytics/client.js +39 -0
- package/build/module/analytics/client.js.map +1 -0
- package/build/module/analytics/index.d.ts +2 -0
- package/build/module/analytics/index.js +3 -0
- package/build/module/analytics/index.js.map +1 -0
- package/build/module/analytics/types.d.ts +77 -0
- package/build/module/analytics/types.js.map +1 -0
- package/build/module/index.d.ts +14 -6
- package/build/module/index.js +6 -3
- package/build/module/index.js.map +1 -1
- package/build/module/service-client.d.ts +15 -0
- package/build/module/service-client.js +51 -0
- package/build/module/service-client.js.map +1 -0
- package/build/module/services/analytics/client.d.ts +16 -0
- package/build/module/services/analytics/client.js +24 -0
- package/build/module/services/analytics/client.js.map +1 -0
- package/build/module/services/analytics/generated/v1.d.ts +359 -0
- package/build/module/services/analytics/generated/v1.js.map +1 -0
- package/build/module/{client.js → services/api/client.js} +29 -27
- package/build/module/services/api/client.js.map +1 -0
- package/build/module/services/api/error.d.ts +22 -0
- package/build/module/{error.js → services/api/error.js} +12 -8
- package/build/module/services/api/error.js.map +1 -0
- package/build/module/{generated → services/api/generated}/v1.d.ts +948 -93
- package/build/module/services/api/generated/v1.js +6 -0
- package/build/module/{generated → services/api/generated}/v1.js.map +1 -1
- package/build/module/services/api/index.d.ts +6 -0
- package/build/module/services/api/index.js +4 -0
- package/build/module/services/api/index.js.map +1 -0
- package/build/module/services/api/types.js +2 -0
- package/build/module/services/api/types.js.map +1 -0
- package/build/module/services/cache/client.d.ts +16 -0
- package/build/module/services/cache/client.js +24 -0
- package/build/module/services/cache/client.js.map +1 -0
- package/build/module/services/cache/generated/v1.d.ts +1009 -0
- package/build/module/services/cache/generated/v1.js +6 -0
- package/build/module/services/cache/generated/v1.js.map +1 -0
- package/build/module/services/cache/index.d.ts +2 -0
- package/build/module/services/cache/index.js +2 -0
- package/build/module/services/cache/index.js.map +1 -0
- package/build/module/services/control-plane/client.d.ts +17 -0
- package/build/module/services/control-plane/client.js +24 -0
- package/build/module/services/control-plane/client.js.map +1 -0
- package/build/module/services/control-plane/generated/v1.d.ts +2123 -0
- package/build/module/services/control-plane/generated/v1.js +6 -0
- package/build/module/services/control-plane/generated/v1.js.map +1 -0
- package/build/module/services/control-plane/index.d.ts +2 -0
- package/build/module/services/control-plane/index.js +2 -0
- package/build/module/services/control-plane/index.js.map +1 -0
- package/build/module/services/ingest/client.d.ts +16 -0
- package/build/module/services/ingest/client.js +24 -0
- package/build/module/services/ingest/client.js.map +1 -0
- package/build/module/services/ingest/generated/v1.d.ts +1920 -0
- package/build/module/services/ingest/generated/v1.js +6 -0
- package/build/module/services/ingest/generated/v1.js.map +1 -0
- package/build/module/services/ingest/index.d.ts +2 -0
- package/build/module/services/ingest/index.js +2 -0
- package/build/module/services/ingest/index.js.map +1 -0
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +37 -6
- package/src/analytics/client.ts +81 -0
- package/src/analytics/index.ts +2 -0
- package/src/analytics/types.ts +83 -0
- package/src/index.ts +49 -7
- package/src/service-client.ts +80 -0
- package/src/services/analytics/client.ts +44 -0
- package/src/services/analytics/generated/v1.ts +360 -0
- package/src/{client.ts → services/api/client.ts} +41 -24
- package/src/services/api/error.ts +82 -0
- package/src/{generated → services/api/generated}/v1.ts +948 -93
- package/src/services/api/index.ts +8 -0
- package/src/{types.ts → services/api/types.ts} +2 -0
- package/src/services/cache/client.ts +44 -0
- package/src/services/cache/generated/v1.ts +1010 -0
- package/src/services/cache/index.ts +2 -0
- package/src/services/control-plane/client.ts +46 -0
- package/src/services/control-plane/generated/v1.ts +2124 -0
- package/src/services/control-plane/index.ts +2 -0
- package/src/services/ingest/client.ts +44 -0
- package/src/services/ingest/generated/v1.ts +1921 -0
- package/src/services/ingest/index.ts +2 -0
- package/build/main/client.js.map +0 -1
- package/build/main/error.d.ts +0 -22
- package/build/main/error.js.map +0 -1
- package/build/main/generated/openapi-fetch.d.ts +0 -224
- package/build/main/generated/openapi-fetch.js +0 -14
- package/build/main/generated/openapi-fetch.js.map +0 -1
- package/build/main/types.js.map +0 -1
- package/build/module/client.js.map +0 -1
- package/build/module/error.d.ts +0 -22
- package/build/module/error.js.map +0 -1
- package/build/module/generated/openapi-fetch.d.ts +0 -224
- package/build/module/generated/openapi-fetch.js +0 -2
- package/build/module/generated/openapi-fetch.js.map +0 -1
- package/build/module/types.js.map +0 -1
- package/src/error.ts +0 -71
- package/src/generated/openapi-fetch.ts +0 -433
- /package/build/main/{types.js → analytics/types.js} +0 -0
- /package/build/main/{generated → services/analytics/generated}/v1.js +0 -0
- /package/build/main/{client.d.ts → services/api/client.d.ts} +0 -0
- /package/build/main/{types.d.ts → services/api/types.d.ts} +0 -0
- /package/build/module/{types.js → analytics/types.js} +0 -0
- /package/build/module/{generated → services/analytics/generated}/v1.js +0 -0
- /package/build/module/{client.d.ts → services/api/client.d.ts} +0 -0
- /package/build/module/{types.d.ts → services/api/types.d.ts} +0 -0
|
@@ -279,6 +279,23 @@ export interface paths {
|
|
|
279
279
|
patch?: never;
|
|
280
280
|
trace?: never;
|
|
281
281
|
};
|
|
282
|
+
"/auth/embed/session": {
|
|
283
|
+
parameters: {
|
|
284
|
+
query?: never;
|
|
285
|
+
header?: never;
|
|
286
|
+
path?: never;
|
|
287
|
+
cookie?: never;
|
|
288
|
+
};
|
|
289
|
+
get?: never;
|
|
290
|
+
put?: never;
|
|
291
|
+
/** @description Issue a short-lived embedded session for a provider user. */
|
|
292
|
+
post: operations["postAuthEmbedSession"];
|
|
293
|
+
delete?: never;
|
|
294
|
+
options?: never;
|
|
295
|
+
head?: never;
|
|
296
|
+
patch?: never;
|
|
297
|
+
trace?: never;
|
|
298
|
+
};
|
|
282
299
|
"/bank-accounts/batch": {
|
|
283
300
|
parameters: {
|
|
284
301
|
query?: never;
|
|
@@ -598,10 +615,11 @@ export interface paths {
|
|
|
598
615
|
path?: never;
|
|
599
616
|
cookie?: never;
|
|
600
617
|
};
|
|
601
|
-
|
|
618
|
+
/** @description Sync connection by uniqueRef and type */
|
|
619
|
+
get: operations["syncConnection"];
|
|
602
620
|
put?: never;
|
|
603
621
|
/** @description Sync connection by uniqueRef and type */
|
|
604
|
-
post: operations["
|
|
622
|
+
post: operations["syncConnectionPost"];
|
|
605
623
|
delete?: never;
|
|
606
624
|
options?: never;
|
|
607
625
|
head?: never;
|
|
@@ -1007,6 +1025,40 @@ export interface paths {
|
|
|
1007
1025
|
patch?: never;
|
|
1008
1026
|
trace?: never;
|
|
1009
1027
|
};
|
|
1028
|
+
"/internal/tenants/{tenantId}/database": {
|
|
1029
|
+
parameters: {
|
|
1030
|
+
query?: never;
|
|
1031
|
+
header?: never;
|
|
1032
|
+
path?: never;
|
|
1033
|
+
cookie?: never;
|
|
1034
|
+
};
|
|
1035
|
+
/** @description Resolve the database routing key for a tenant. */
|
|
1036
|
+
get: operations["getInternalTenantsByTenantIdDatabase"];
|
|
1037
|
+
put?: never;
|
|
1038
|
+
post?: never;
|
|
1039
|
+
delete?: never;
|
|
1040
|
+
options?: never;
|
|
1041
|
+
head?: never;
|
|
1042
|
+
patch?: never;
|
|
1043
|
+
trace?: never;
|
|
1044
|
+
};
|
|
1045
|
+
"/internal/transit": {
|
|
1046
|
+
parameters: {
|
|
1047
|
+
query?: never;
|
|
1048
|
+
header?: never;
|
|
1049
|
+
path?: never;
|
|
1050
|
+
cookie?: never;
|
|
1051
|
+
};
|
|
1052
|
+
get?: never;
|
|
1053
|
+
put?: never;
|
|
1054
|
+
/** @description Upload a generated export into the shared transit bucket. */
|
|
1055
|
+
post: operations["postInternalTransit"];
|
|
1056
|
+
delete?: never;
|
|
1057
|
+
options?: never;
|
|
1058
|
+
head?: never;
|
|
1059
|
+
patch?: never;
|
|
1060
|
+
trace?: never;
|
|
1061
|
+
};
|
|
1010
1062
|
"/legacy/payouts": {
|
|
1011
1063
|
parameters: {
|
|
1012
1064
|
query?: never;
|
|
@@ -2999,6 +3051,41 @@ export interface paths {
|
|
|
2999
3051
|
patch?: never;
|
|
3000
3052
|
trace?: never;
|
|
3001
3053
|
};
|
|
3054
|
+
"/teams/{tenantId}/features": {
|
|
3055
|
+
parameters: {
|
|
3056
|
+
query?: never;
|
|
3057
|
+
header?: never;
|
|
3058
|
+
path?: never;
|
|
3059
|
+
cookie?: never;
|
|
3060
|
+
};
|
|
3061
|
+
/** @description List feature flags for one team. */
|
|
3062
|
+
get: operations["getTeamsByTenantIdFeatures"];
|
|
3063
|
+
put?: never;
|
|
3064
|
+
post?: never;
|
|
3065
|
+
delete?: never;
|
|
3066
|
+
options?: never;
|
|
3067
|
+
head?: never;
|
|
3068
|
+
patch?: never;
|
|
3069
|
+
trace?: never;
|
|
3070
|
+
};
|
|
3071
|
+
"/teams/{tenantId}/features/{featureId}": {
|
|
3072
|
+
parameters: {
|
|
3073
|
+
query?: never;
|
|
3074
|
+
header?: never;
|
|
3075
|
+
path?: never;
|
|
3076
|
+
cookie?: never;
|
|
3077
|
+
};
|
|
3078
|
+
/** @description Get one feature flag for one team. */
|
|
3079
|
+
get: operations["getTeamsByTenantIdFeaturesByFeatureId"];
|
|
3080
|
+
/** @description Set one feature flag for one team. */
|
|
3081
|
+
put: operations["putTeamsByTenantIdFeaturesByFeatureId"];
|
|
3082
|
+
post?: never;
|
|
3083
|
+
delete?: never;
|
|
3084
|
+
options?: never;
|
|
3085
|
+
head?: never;
|
|
3086
|
+
patch?: never;
|
|
3087
|
+
trace?: never;
|
|
3088
|
+
};
|
|
3002
3089
|
"/transaction-attachments": {
|
|
3003
3090
|
parameters: {
|
|
3004
3091
|
query?: never;
|
|
@@ -6885,6 +6972,101 @@ export interface operations {
|
|
|
6885
6972
|
};
|
|
6886
6973
|
};
|
|
6887
6974
|
};
|
|
6975
|
+
postAuthEmbedSession: {
|
|
6976
|
+
parameters: {
|
|
6977
|
+
query?: never;
|
|
6978
|
+
header?: never;
|
|
6979
|
+
path?: never;
|
|
6980
|
+
cookie?: never;
|
|
6981
|
+
};
|
|
6982
|
+
requestBody?: {
|
|
6983
|
+
content: {
|
|
6984
|
+
"application/json": {
|
|
6985
|
+
sub: string;
|
|
6986
|
+
/** Format: uuid */
|
|
6987
|
+
tenantId: string;
|
|
6988
|
+
};
|
|
6989
|
+
};
|
|
6990
|
+
};
|
|
6991
|
+
responses: {
|
|
6992
|
+
/** @description Issued embedded session */
|
|
6993
|
+
200: {
|
|
6994
|
+
headers: {
|
|
6995
|
+
[name: string]: unknown;
|
|
6996
|
+
};
|
|
6997
|
+
content: {
|
|
6998
|
+
"application/json": {
|
|
6999
|
+
accessToken: string;
|
|
7000
|
+
expiresAt: string;
|
|
7001
|
+
/** Format: uuid */
|
|
7002
|
+
tenantId: string;
|
|
7003
|
+
/** Format: uuid */
|
|
7004
|
+
userId: string;
|
|
7005
|
+
};
|
|
7006
|
+
};
|
|
7007
|
+
};
|
|
7008
|
+
/** @description Bad request */
|
|
7009
|
+
400: {
|
|
7010
|
+
headers: {
|
|
7011
|
+
[name: string]: unknown;
|
|
7012
|
+
};
|
|
7013
|
+
content: {
|
|
7014
|
+
"application/json": {
|
|
7015
|
+
code: string;
|
|
7016
|
+
message: string;
|
|
7017
|
+
};
|
|
7018
|
+
};
|
|
7019
|
+
};
|
|
7020
|
+
/** @description Unauthorized */
|
|
7021
|
+
401: {
|
|
7022
|
+
headers: {
|
|
7023
|
+
[name: string]: unknown;
|
|
7024
|
+
};
|
|
7025
|
+
content: {
|
|
7026
|
+
"application/json": {
|
|
7027
|
+
code: string;
|
|
7028
|
+
message: string;
|
|
7029
|
+
};
|
|
7030
|
+
};
|
|
7031
|
+
};
|
|
7032
|
+
/** @description Forbidden */
|
|
7033
|
+
403: {
|
|
7034
|
+
headers: {
|
|
7035
|
+
[name: string]: unknown;
|
|
7036
|
+
};
|
|
7037
|
+
content: {
|
|
7038
|
+
"application/json": {
|
|
7039
|
+
code: string;
|
|
7040
|
+
message: string;
|
|
7041
|
+
};
|
|
7042
|
+
};
|
|
7043
|
+
};
|
|
7044
|
+
/** @description Not found */
|
|
7045
|
+
404: {
|
|
7046
|
+
headers: {
|
|
7047
|
+
[name: string]: unknown;
|
|
7048
|
+
};
|
|
7049
|
+
content: {
|
|
7050
|
+
"application/json": {
|
|
7051
|
+
code: string;
|
|
7052
|
+
message: string;
|
|
7053
|
+
};
|
|
7054
|
+
};
|
|
7055
|
+
};
|
|
7056
|
+
/** @description Internal server error */
|
|
7057
|
+
500: {
|
|
7058
|
+
headers: {
|
|
7059
|
+
[name: string]: unknown;
|
|
7060
|
+
};
|
|
7061
|
+
content: {
|
|
7062
|
+
"application/json": {
|
|
7063
|
+
code: string;
|
|
7064
|
+
message: string;
|
|
7065
|
+
};
|
|
7066
|
+
};
|
|
7067
|
+
};
|
|
7068
|
+
};
|
|
7069
|
+
};
|
|
6888
7070
|
batchBankAccounts: {
|
|
6889
7071
|
parameters: {
|
|
6890
7072
|
query?: never;
|
|
@@ -10809,6 +10991,149 @@ export interface operations {
|
|
|
10809
10991
|
};
|
|
10810
10992
|
};
|
|
10811
10993
|
syncConnection: {
|
|
10994
|
+
parameters: {
|
|
10995
|
+
query: {
|
|
10996
|
+
uniqueRef: string;
|
|
10997
|
+
type: "reservation" | "listing" | "payout";
|
|
10998
|
+
};
|
|
10999
|
+
header?: never;
|
|
11000
|
+
path: {
|
|
11001
|
+
id: string;
|
|
11002
|
+
};
|
|
11003
|
+
cookie?: never;
|
|
11004
|
+
};
|
|
11005
|
+
requestBody?: never;
|
|
11006
|
+
responses: {
|
|
11007
|
+
/** @description Successful response */
|
|
11008
|
+
200: {
|
|
11009
|
+
headers: {
|
|
11010
|
+
[name: string]: unknown;
|
|
11011
|
+
};
|
|
11012
|
+
content: {
|
|
11013
|
+
"application/json": ({
|
|
11014
|
+
/** Format: uuid */
|
|
11015
|
+
id: string;
|
|
11016
|
+
/** @constant */
|
|
11017
|
+
status: "completed";
|
|
11018
|
+
message: string;
|
|
11019
|
+
/** @constant */
|
|
11020
|
+
type: "reservation";
|
|
11021
|
+
/** Format: uuid */
|
|
11022
|
+
reservationId: string;
|
|
11023
|
+
} | {
|
|
11024
|
+
/** Format: uuid */
|
|
11025
|
+
id: string;
|
|
11026
|
+
/** @constant */
|
|
11027
|
+
status: "completed";
|
|
11028
|
+
message: string;
|
|
11029
|
+
/** @constant */
|
|
11030
|
+
type: "listing";
|
|
11031
|
+
/** Format: uuid */
|
|
11032
|
+
listingId: string;
|
|
11033
|
+
} | {
|
|
11034
|
+
/** Format: uuid */
|
|
11035
|
+
id: string;
|
|
11036
|
+
/** @constant */
|
|
11037
|
+
status: "completed";
|
|
11038
|
+
message: string;
|
|
11039
|
+
/** @constant */
|
|
11040
|
+
type: "payout";
|
|
11041
|
+
/** Format: uuid */
|
|
11042
|
+
paymentId: string;
|
|
11043
|
+
}) | {
|
|
11044
|
+
/** Format: uuid */
|
|
11045
|
+
id: string;
|
|
11046
|
+
/** @constant */
|
|
11047
|
+
status: "failed";
|
|
11048
|
+
message: string;
|
|
11049
|
+
/** @enum {string} */
|
|
11050
|
+
type: "reservation" | "listing" | "payout";
|
|
11051
|
+
};
|
|
11052
|
+
};
|
|
11053
|
+
};
|
|
11054
|
+
/** @description Bad request */
|
|
11055
|
+
400: {
|
|
11056
|
+
headers: {
|
|
11057
|
+
[name: string]: unknown;
|
|
11058
|
+
};
|
|
11059
|
+
content: {
|
|
11060
|
+
"application/json": {
|
|
11061
|
+
code: string;
|
|
11062
|
+
message: string;
|
|
11063
|
+
issues?: {
|
|
11064
|
+
message: string;
|
|
11065
|
+
}[];
|
|
11066
|
+
context?: unknown;
|
|
11067
|
+
};
|
|
11068
|
+
};
|
|
11069
|
+
};
|
|
11070
|
+
/** @description Unauthorized */
|
|
11071
|
+
401: {
|
|
11072
|
+
headers: {
|
|
11073
|
+
[name: string]: unknown;
|
|
11074
|
+
};
|
|
11075
|
+
content: {
|
|
11076
|
+
"application/json": {
|
|
11077
|
+
code: string;
|
|
11078
|
+
message: string;
|
|
11079
|
+
issues?: {
|
|
11080
|
+
message: string;
|
|
11081
|
+
}[];
|
|
11082
|
+
context?: unknown;
|
|
11083
|
+
};
|
|
11084
|
+
};
|
|
11085
|
+
};
|
|
11086
|
+
/** @description Forbidden */
|
|
11087
|
+
403: {
|
|
11088
|
+
headers: {
|
|
11089
|
+
[name: string]: unknown;
|
|
11090
|
+
};
|
|
11091
|
+
content: {
|
|
11092
|
+
"application/json": {
|
|
11093
|
+
code: string;
|
|
11094
|
+
message: string;
|
|
11095
|
+
issues?: {
|
|
11096
|
+
message: string;
|
|
11097
|
+
}[];
|
|
11098
|
+
context?: unknown;
|
|
11099
|
+
};
|
|
11100
|
+
};
|
|
11101
|
+
};
|
|
11102
|
+
/** @description Not found */
|
|
11103
|
+
404: {
|
|
11104
|
+
headers: {
|
|
11105
|
+
[name: string]: unknown;
|
|
11106
|
+
};
|
|
11107
|
+
content: {
|
|
11108
|
+
"application/json": {
|
|
11109
|
+
code: string;
|
|
11110
|
+
message: string;
|
|
11111
|
+
issues?: {
|
|
11112
|
+
message: string;
|
|
11113
|
+
}[];
|
|
11114
|
+
context?: unknown;
|
|
11115
|
+
};
|
|
11116
|
+
};
|
|
11117
|
+
};
|
|
11118
|
+
/** @description Internal server error */
|
|
11119
|
+
500: {
|
|
11120
|
+
headers: {
|
|
11121
|
+
[name: string]: unknown;
|
|
11122
|
+
};
|
|
11123
|
+
content: {
|
|
11124
|
+
"application/json": {
|
|
11125
|
+
code: string;
|
|
11126
|
+
message: string;
|
|
11127
|
+
issues?: {
|
|
11128
|
+
message: string;
|
|
11129
|
+
}[];
|
|
11130
|
+
context?: unknown;
|
|
11131
|
+
};
|
|
11132
|
+
};
|
|
11133
|
+
};
|
|
11134
|
+
};
|
|
11135
|
+
};
|
|
11136
|
+
syncConnectionPost: {
|
|
10812
11137
|
parameters: {
|
|
10813
11138
|
query?: never;
|
|
10814
11139
|
header?: never;
|
|
@@ -10833,7 +11158,7 @@ export interface operations {
|
|
|
10833
11158
|
[name: string]: unknown;
|
|
10834
11159
|
};
|
|
10835
11160
|
content: {
|
|
10836
|
-
"application/json": ({
|
|
11161
|
+
"application/json": (({
|
|
10837
11162
|
/** Format: uuid */
|
|
10838
11163
|
id: string;
|
|
10839
11164
|
/** @constant */
|
|
@@ -10871,7 +11196,45 @@ export interface operations {
|
|
|
10871
11196
|
message: string;
|
|
10872
11197
|
/** @enum {string} */
|
|
10873
11198
|
type: "reservation" | "listing" | "payout";
|
|
10874
|
-
}
|
|
11199
|
+
}) | (({
|
|
11200
|
+
/** Format: uuid */
|
|
11201
|
+
id: string;
|
|
11202
|
+
/** @constant */
|
|
11203
|
+
status: "completed";
|
|
11204
|
+
message: string;
|
|
11205
|
+
/** @constant */
|
|
11206
|
+
type: "reservation";
|
|
11207
|
+
/** Format: uuid */
|
|
11208
|
+
reservationId: string;
|
|
11209
|
+
} | {
|
|
11210
|
+
/** Format: uuid */
|
|
11211
|
+
id: string;
|
|
11212
|
+
/** @constant */
|
|
11213
|
+
status: "completed";
|
|
11214
|
+
message: string;
|
|
11215
|
+
/** @constant */
|
|
11216
|
+
type: "listing";
|
|
11217
|
+
/** Format: uuid */
|
|
11218
|
+
listingId: string;
|
|
11219
|
+
} | {
|
|
11220
|
+
/** Format: uuid */
|
|
11221
|
+
id: string;
|
|
11222
|
+
/** @constant */
|
|
11223
|
+
status: "completed";
|
|
11224
|
+
message: string;
|
|
11225
|
+
/** @constant */
|
|
11226
|
+
type: "payout";
|
|
11227
|
+
/** Format: uuid */
|
|
11228
|
+
paymentId: string;
|
|
11229
|
+
}) | {
|
|
11230
|
+
/** Format: uuid */
|
|
11231
|
+
id: string;
|
|
11232
|
+
/** @constant */
|
|
11233
|
+
status: "failed";
|
|
11234
|
+
message: string;
|
|
11235
|
+
/** @enum {string} */
|
|
11236
|
+
type: "reservation" | "listing" | "payout";
|
|
11237
|
+
})[];
|
|
10875
11238
|
};
|
|
10876
11239
|
};
|
|
10877
11240
|
/** @description Bad request */
|
|
@@ -14218,7 +14581,127 @@ export interface operations {
|
|
|
14218
14581
|
};
|
|
14219
14582
|
};
|
|
14220
14583
|
};
|
|
14221
|
-
postInternalBookingChannelsBulkSetIcon: {
|
|
14584
|
+
postInternalBookingChannelsBulkSetIcon: {
|
|
14585
|
+
parameters: {
|
|
14586
|
+
query?: never;
|
|
14587
|
+
header?: never;
|
|
14588
|
+
path?: never;
|
|
14589
|
+
cookie?: never;
|
|
14590
|
+
};
|
|
14591
|
+
requestBody?: {
|
|
14592
|
+
content: {
|
|
14593
|
+
"application/json": {
|
|
14594
|
+
/** Format: uuid */
|
|
14595
|
+
sourceBookingChannelId: string;
|
|
14596
|
+
targetBookingChannelIds: string[];
|
|
14597
|
+
};
|
|
14598
|
+
};
|
|
14599
|
+
};
|
|
14600
|
+
responses: {
|
|
14601
|
+
/** @description Successful response */
|
|
14602
|
+
200: {
|
|
14603
|
+
headers: {
|
|
14604
|
+
[name: string]: unknown;
|
|
14605
|
+
};
|
|
14606
|
+
content: {
|
|
14607
|
+
"application/json": {
|
|
14608
|
+
/** Format: uuid */
|
|
14609
|
+
sourceBookingChannelId: string;
|
|
14610
|
+
successes: {
|
|
14611
|
+
/** Format: uuid */
|
|
14612
|
+
bookingChannelId: string;
|
|
14613
|
+
}[];
|
|
14614
|
+
failures: {
|
|
14615
|
+
/** Format: uuid */
|
|
14616
|
+
bookingChannelId: string;
|
|
14617
|
+
error: string;
|
|
14618
|
+
}[];
|
|
14619
|
+
};
|
|
14620
|
+
};
|
|
14621
|
+
};
|
|
14622
|
+
/** @description Bad request */
|
|
14623
|
+
400: {
|
|
14624
|
+
headers: {
|
|
14625
|
+
[name: string]: unknown;
|
|
14626
|
+
};
|
|
14627
|
+
content: {
|
|
14628
|
+
"application/json": {
|
|
14629
|
+
code: string;
|
|
14630
|
+
message: string;
|
|
14631
|
+
issues?: {
|
|
14632
|
+
message: string;
|
|
14633
|
+
}[];
|
|
14634
|
+
context?: unknown;
|
|
14635
|
+
};
|
|
14636
|
+
};
|
|
14637
|
+
};
|
|
14638
|
+
/** @description Unauthorized */
|
|
14639
|
+
401: {
|
|
14640
|
+
headers: {
|
|
14641
|
+
[name: string]: unknown;
|
|
14642
|
+
};
|
|
14643
|
+
content: {
|
|
14644
|
+
"application/json": {
|
|
14645
|
+
code: string;
|
|
14646
|
+
message: string;
|
|
14647
|
+
issues?: {
|
|
14648
|
+
message: string;
|
|
14649
|
+
}[];
|
|
14650
|
+
context?: unknown;
|
|
14651
|
+
};
|
|
14652
|
+
};
|
|
14653
|
+
};
|
|
14654
|
+
/** @description Forbidden */
|
|
14655
|
+
403: {
|
|
14656
|
+
headers: {
|
|
14657
|
+
[name: string]: unknown;
|
|
14658
|
+
};
|
|
14659
|
+
content: {
|
|
14660
|
+
"application/json": {
|
|
14661
|
+
code: string;
|
|
14662
|
+
message: string;
|
|
14663
|
+
issues?: {
|
|
14664
|
+
message: string;
|
|
14665
|
+
}[];
|
|
14666
|
+
context?: unknown;
|
|
14667
|
+
};
|
|
14668
|
+
};
|
|
14669
|
+
};
|
|
14670
|
+
/** @description Not found */
|
|
14671
|
+
404: {
|
|
14672
|
+
headers: {
|
|
14673
|
+
[name: string]: unknown;
|
|
14674
|
+
};
|
|
14675
|
+
content: {
|
|
14676
|
+
"application/json": {
|
|
14677
|
+
code: string;
|
|
14678
|
+
message: string;
|
|
14679
|
+
issues?: {
|
|
14680
|
+
message: string;
|
|
14681
|
+
}[];
|
|
14682
|
+
context?: unknown;
|
|
14683
|
+
};
|
|
14684
|
+
};
|
|
14685
|
+
};
|
|
14686
|
+
/** @description Internal server error */
|
|
14687
|
+
500: {
|
|
14688
|
+
headers: {
|
|
14689
|
+
[name: string]: unknown;
|
|
14690
|
+
};
|
|
14691
|
+
content: {
|
|
14692
|
+
"application/json": {
|
|
14693
|
+
code: string;
|
|
14694
|
+
message: string;
|
|
14695
|
+
issues?: {
|
|
14696
|
+
message: string;
|
|
14697
|
+
}[];
|
|
14698
|
+
context?: unknown;
|
|
14699
|
+
};
|
|
14700
|
+
};
|
|
14701
|
+
};
|
|
14702
|
+
};
|
|
14703
|
+
};
|
|
14704
|
+
postInternalBookingChannelsGenerateIconCandidates: {
|
|
14222
14705
|
parameters: {
|
|
14223
14706
|
query?: never;
|
|
14224
14707
|
header?: never;
|
|
@@ -14228,9 +14711,8 @@ export interface operations {
|
|
|
14228
14711
|
requestBody?: {
|
|
14229
14712
|
content: {
|
|
14230
14713
|
"application/json": {
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
targetBookingChannelIds: string[];
|
|
14714
|
+
uniqueRef: string;
|
|
14715
|
+
domain?: string | null;
|
|
14234
14716
|
};
|
|
14235
14717
|
};
|
|
14236
14718
|
};
|
|
@@ -14243,15 +14725,24 @@ export interface operations {
|
|
|
14243
14725
|
content: {
|
|
14244
14726
|
"application/json": {
|
|
14245
14727
|
/** Format: uuid */
|
|
14246
|
-
|
|
14247
|
-
|
|
14728
|
+
bookingChannelId: string;
|
|
14729
|
+
uniqueRef: string;
|
|
14730
|
+
channelRef: string | null;
|
|
14731
|
+
candidates: {
|
|
14248
14732
|
/** Format: uuid */
|
|
14249
|
-
|
|
14250
|
-
}[];
|
|
14251
|
-
failures: {
|
|
14733
|
+
id: string;
|
|
14252
14734
|
/** Format: uuid */
|
|
14253
14735
|
bookingChannelId: string;
|
|
14254
|
-
|
|
14736
|
+
/** @enum {string} */
|
|
14737
|
+
provider: "cloudflare" | "logo_dev";
|
|
14738
|
+
cloudflareImageId: string | null;
|
|
14739
|
+
icon: string | null;
|
|
14740
|
+
color: string | null;
|
|
14741
|
+
source: string | null;
|
|
14742
|
+
comment: string | null;
|
|
14743
|
+
isSelected: boolean;
|
|
14744
|
+
createdAt: string;
|
|
14745
|
+
updatedAt: string;
|
|
14255
14746
|
}[];
|
|
14256
14747
|
};
|
|
14257
14748
|
};
|
|
@@ -14338,21 +14829,16 @@ export interface operations {
|
|
|
14338
14829
|
};
|
|
14339
14830
|
};
|
|
14340
14831
|
};
|
|
14341
|
-
|
|
14832
|
+
getInternalBookingChannelsByBookingChannelIdIconCandidates: {
|
|
14342
14833
|
parameters: {
|
|
14343
14834
|
query?: never;
|
|
14344
14835
|
header?: never;
|
|
14345
|
-
path
|
|
14346
|
-
|
|
14347
|
-
};
|
|
14348
|
-
requestBody?: {
|
|
14349
|
-
content: {
|
|
14350
|
-
"application/json": {
|
|
14351
|
-
uniqueRef: string;
|
|
14352
|
-
domain?: string | null;
|
|
14353
|
-
};
|
|
14836
|
+
path: {
|
|
14837
|
+
bookingChannelId: string;
|
|
14354
14838
|
};
|
|
14839
|
+
cookie?: never;
|
|
14355
14840
|
};
|
|
14841
|
+
requestBody?: never;
|
|
14356
14842
|
responses: {
|
|
14357
14843
|
/** @description Successful response */
|
|
14358
14844
|
200: {
|
|
@@ -14361,11 +14847,7 @@ export interface operations {
|
|
|
14361
14847
|
};
|
|
14362
14848
|
content: {
|
|
14363
14849
|
"application/json": {
|
|
14364
|
-
|
|
14365
|
-
bookingChannelId: string;
|
|
14366
|
-
uniqueRef: string;
|
|
14367
|
-
channelRef: string | null;
|
|
14368
|
-
candidates: {
|
|
14850
|
+
data: {
|
|
14369
14851
|
/** Format: uuid */
|
|
14370
14852
|
id: string;
|
|
14371
14853
|
/** Format: uuid */
|
|
@@ -14466,7 +14948,7 @@ export interface operations {
|
|
|
14466
14948
|
};
|
|
14467
14949
|
};
|
|
14468
14950
|
};
|
|
14469
|
-
|
|
14951
|
+
postInternalBookingChannelsByBookingChannelIdIconCandidates: {
|
|
14470
14952
|
parameters: {
|
|
14471
14953
|
query?: never;
|
|
14472
14954
|
header?: never;
|
|
@@ -14484,22 +14966,20 @@ export interface operations {
|
|
|
14484
14966
|
};
|
|
14485
14967
|
content: {
|
|
14486
14968
|
"application/json": {
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
14494
|
-
|
|
14495
|
-
|
|
14496
|
-
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
|
|
14501
|
-
updatedAt: string;
|
|
14502
|
-
}[];
|
|
14969
|
+
/** Format: uuid */
|
|
14970
|
+
id: string;
|
|
14971
|
+
/** Format: uuid */
|
|
14972
|
+
bookingChannelId: string;
|
|
14973
|
+
/** @enum {string} */
|
|
14974
|
+
provider: "cloudflare" | "logo_dev";
|
|
14975
|
+
cloudflareImageId: string | null;
|
|
14976
|
+
icon: string | null;
|
|
14977
|
+
color: string | null;
|
|
14978
|
+
source: string | null;
|
|
14979
|
+
comment: string | null;
|
|
14980
|
+
isSelected: boolean;
|
|
14981
|
+
createdAt: string;
|
|
14982
|
+
updatedAt: string;
|
|
14503
14983
|
};
|
|
14504
14984
|
};
|
|
14505
14985
|
};
|
|
@@ -14585,16 +15065,21 @@ export interface operations {
|
|
|
14585
15065
|
};
|
|
14586
15066
|
};
|
|
14587
15067
|
};
|
|
14588
|
-
|
|
15068
|
+
deleteInternalBookingChannelsByBookingChannelIdIconCandidatesByCandidateId: {
|
|
14589
15069
|
parameters: {
|
|
14590
15070
|
query?: never;
|
|
14591
15071
|
header?: never;
|
|
14592
15072
|
path: {
|
|
14593
15073
|
bookingChannelId: string;
|
|
15074
|
+
candidateId: string;
|
|
14594
15075
|
};
|
|
14595
15076
|
cookie?: never;
|
|
14596
15077
|
};
|
|
14597
|
-
requestBody?:
|
|
15078
|
+
requestBody?: {
|
|
15079
|
+
content: {
|
|
15080
|
+
"application/json": Record<string, never>;
|
|
15081
|
+
};
|
|
15082
|
+
};
|
|
14598
15083
|
responses: {
|
|
14599
15084
|
/** @description Successful response */
|
|
14600
15085
|
200: {
|
|
@@ -14605,18 +15090,13 @@ export interface operations {
|
|
|
14605
15090
|
"application/json": {
|
|
14606
15091
|
/** Format: uuid */
|
|
14607
15092
|
id: string;
|
|
14608
|
-
|
|
14609
|
-
|
|
14610
|
-
/** @enum {string} */
|
|
14611
|
-
provider: "cloudflare" | "logo_dev";
|
|
14612
|
-
cloudflareImageId: string | null;
|
|
15093
|
+
uniqueRef: string;
|
|
15094
|
+
channelRef: string | null;
|
|
14613
15095
|
icon: string | null;
|
|
14614
15096
|
color: string | null;
|
|
14615
|
-
|
|
14616
|
-
|
|
14617
|
-
|
|
14618
|
-
createdAt: string;
|
|
14619
|
-
updatedAt: string;
|
|
15097
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
15098
|
+
selectedBookingChannelIconCandidateId: string | null;
|
|
15099
|
+
candidateCount: number;
|
|
14620
15100
|
};
|
|
14621
15101
|
};
|
|
14622
15102
|
};
|
|
@@ -14702,7 +15182,7 @@ export interface operations {
|
|
|
14702
15182
|
};
|
|
14703
15183
|
};
|
|
14704
15184
|
};
|
|
14705
|
-
|
|
15185
|
+
patchInternalBookingChannelsByBookingChannelIdIconCandidatesByCandidateId: {
|
|
14706
15186
|
parameters: {
|
|
14707
15187
|
query?: never;
|
|
14708
15188
|
header?: never;
|
|
@@ -14714,7 +15194,9 @@ export interface operations {
|
|
|
14714
15194
|
};
|
|
14715
15195
|
requestBody?: {
|
|
14716
15196
|
content: {
|
|
14717
|
-
"application/json":
|
|
15197
|
+
"application/json": {
|
|
15198
|
+
comment: string | null;
|
|
15199
|
+
};
|
|
14718
15200
|
};
|
|
14719
15201
|
};
|
|
14720
15202
|
responses: {
|
|
@@ -14727,13 +15209,18 @@ export interface operations {
|
|
|
14727
15209
|
"application/json": {
|
|
14728
15210
|
/** Format: uuid */
|
|
14729
15211
|
id: string;
|
|
14730
|
-
|
|
14731
|
-
|
|
15212
|
+
/** Format: uuid */
|
|
15213
|
+
bookingChannelId: string;
|
|
15214
|
+
/** @enum {string} */
|
|
15215
|
+
provider: "cloudflare" | "logo_dev";
|
|
15216
|
+
cloudflareImageId: string | null;
|
|
14732
15217
|
icon: string | null;
|
|
14733
15218
|
color: string | null;
|
|
14734
|
-
|
|
14735
|
-
|
|
14736
|
-
|
|
15219
|
+
source: string | null;
|
|
15220
|
+
comment: string | null;
|
|
15221
|
+
isSelected: boolean;
|
|
15222
|
+
createdAt: string;
|
|
15223
|
+
updatedAt: string;
|
|
14737
15224
|
};
|
|
14738
15225
|
};
|
|
14739
15226
|
};
|
|
@@ -14819,20 +15306,19 @@ export interface operations {
|
|
|
14819
15306
|
};
|
|
14820
15307
|
};
|
|
14821
15308
|
};
|
|
14822
|
-
|
|
15309
|
+
putInternalBookingChannelsByBookingChannelIdSelectedIcon: {
|
|
14823
15310
|
parameters: {
|
|
14824
15311
|
query?: never;
|
|
14825
15312
|
header?: never;
|
|
14826
15313
|
path: {
|
|
14827
15314
|
bookingChannelId: string;
|
|
14828
|
-
candidateId: string;
|
|
14829
15315
|
};
|
|
14830
15316
|
cookie?: never;
|
|
14831
15317
|
};
|
|
14832
15318
|
requestBody?: {
|
|
14833
15319
|
content: {
|
|
14834
15320
|
"application/json": {
|
|
14835
|
-
|
|
15321
|
+
candidateId: string | null;
|
|
14836
15322
|
};
|
|
14837
15323
|
};
|
|
14838
15324
|
};
|
|
@@ -14846,18 +15332,13 @@ export interface operations {
|
|
|
14846
15332
|
"application/json": {
|
|
14847
15333
|
/** Format: uuid */
|
|
14848
15334
|
id: string;
|
|
14849
|
-
|
|
14850
|
-
|
|
14851
|
-
/** @enum {string} */
|
|
14852
|
-
provider: "cloudflare" | "logo_dev";
|
|
14853
|
-
cloudflareImageId: string | null;
|
|
15335
|
+
uniqueRef: string;
|
|
15336
|
+
channelRef: string | null;
|
|
14854
15337
|
icon: string | null;
|
|
14855
15338
|
color: string | null;
|
|
14856
|
-
|
|
14857
|
-
|
|
14858
|
-
|
|
14859
|
-
createdAt: string;
|
|
14860
|
-
updatedAt: string;
|
|
15339
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
15340
|
+
selectedBookingChannelIconCandidateId: string | null;
|
|
15341
|
+
candidateCount: number;
|
|
14861
15342
|
};
|
|
14862
15343
|
};
|
|
14863
15344
|
};
|
|
@@ -14943,22 +15424,125 @@ export interface operations {
|
|
|
14943
15424
|
};
|
|
14944
15425
|
};
|
|
14945
15426
|
};
|
|
14946
|
-
|
|
15427
|
+
getInternalTenantsByTenantIdDatabase: {
|
|
14947
15428
|
parameters: {
|
|
14948
15429
|
query?: never;
|
|
14949
15430
|
header?: never;
|
|
14950
15431
|
path: {
|
|
14951
|
-
|
|
15432
|
+
tenantId: string;
|
|
14952
15433
|
};
|
|
14953
15434
|
cookie?: never;
|
|
14954
15435
|
};
|
|
14955
|
-
requestBody?:
|
|
14956
|
-
|
|
14957
|
-
|
|
14958
|
-
|
|
15436
|
+
requestBody?: never;
|
|
15437
|
+
responses: {
|
|
15438
|
+
/** @description Successful response */
|
|
15439
|
+
200: {
|
|
15440
|
+
headers: {
|
|
15441
|
+
[name: string]: unknown;
|
|
15442
|
+
};
|
|
15443
|
+
content: {
|
|
15444
|
+
"application/json": {
|
|
15445
|
+
/** @enum {string} */
|
|
15446
|
+
dbKey: "us" | "eu" | "ap" | "crunchy";
|
|
15447
|
+
/** @enum {string} */
|
|
15448
|
+
dataRegion: "us" | "eu" | "ap";
|
|
15449
|
+
ledgerPlaneKey: string;
|
|
15450
|
+
};
|
|
15451
|
+
};
|
|
15452
|
+
};
|
|
15453
|
+
/** @description Bad request */
|
|
15454
|
+
400: {
|
|
15455
|
+
headers: {
|
|
15456
|
+
[name: string]: unknown;
|
|
15457
|
+
};
|
|
15458
|
+
content: {
|
|
15459
|
+
"application/json": {
|
|
15460
|
+
code: string;
|
|
15461
|
+
message: string;
|
|
15462
|
+
issues?: {
|
|
15463
|
+
message: string;
|
|
15464
|
+
}[];
|
|
15465
|
+
context?: unknown;
|
|
15466
|
+
};
|
|
14959
15467
|
};
|
|
14960
15468
|
};
|
|
15469
|
+
/** @description Unauthorized */
|
|
15470
|
+
401: {
|
|
15471
|
+
headers: {
|
|
15472
|
+
[name: string]: unknown;
|
|
15473
|
+
};
|
|
15474
|
+
content: {
|
|
15475
|
+
"application/json": {
|
|
15476
|
+
code: string;
|
|
15477
|
+
message: string;
|
|
15478
|
+
issues?: {
|
|
15479
|
+
message: string;
|
|
15480
|
+
}[];
|
|
15481
|
+
context?: unknown;
|
|
15482
|
+
};
|
|
15483
|
+
};
|
|
15484
|
+
};
|
|
15485
|
+
/** @description Forbidden */
|
|
15486
|
+
403: {
|
|
15487
|
+
headers: {
|
|
15488
|
+
[name: string]: unknown;
|
|
15489
|
+
};
|
|
15490
|
+
content: {
|
|
15491
|
+
"application/json": {
|
|
15492
|
+
code: string;
|
|
15493
|
+
message: string;
|
|
15494
|
+
issues?: {
|
|
15495
|
+
message: string;
|
|
15496
|
+
}[];
|
|
15497
|
+
context?: unknown;
|
|
15498
|
+
};
|
|
15499
|
+
};
|
|
15500
|
+
};
|
|
15501
|
+
/** @description Not found */
|
|
15502
|
+
404: {
|
|
15503
|
+
headers: {
|
|
15504
|
+
[name: string]: unknown;
|
|
15505
|
+
};
|
|
15506
|
+
content: {
|
|
15507
|
+
"application/json": {
|
|
15508
|
+
code: string;
|
|
15509
|
+
message: string;
|
|
15510
|
+
issues?: {
|
|
15511
|
+
message: string;
|
|
15512
|
+
}[];
|
|
15513
|
+
context?: unknown;
|
|
15514
|
+
};
|
|
15515
|
+
};
|
|
15516
|
+
};
|
|
15517
|
+
/** @description Internal server error */
|
|
15518
|
+
500: {
|
|
15519
|
+
headers: {
|
|
15520
|
+
[name: string]: unknown;
|
|
15521
|
+
};
|
|
15522
|
+
content: {
|
|
15523
|
+
"application/json": {
|
|
15524
|
+
code: string;
|
|
15525
|
+
message: string;
|
|
15526
|
+
issues?: {
|
|
15527
|
+
message: string;
|
|
15528
|
+
}[];
|
|
15529
|
+
context?: unknown;
|
|
15530
|
+
};
|
|
15531
|
+
};
|
|
15532
|
+
};
|
|
15533
|
+
};
|
|
15534
|
+
};
|
|
15535
|
+
postInternalTransit: {
|
|
15536
|
+
parameters: {
|
|
15537
|
+
query: {
|
|
15538
|
+
filename: string;
|
|
15539
|
+
type: "csv" | "pdf" | "zip";
|
|
15540
|
+
};
|
|
15541
|
+
header?: never;
|
|
15542
|
+
path?: never;
|
|
15543
|
+
cookie?: never;
|
|
14961
15544
|
};
|
|
15545
|
+
requestBody?: never;
|
|
14962
15546
|
responses: {
|
|
14963
15547
|
/** @description Successful response */
|
|
14964
15548
|
200: {
|
|
@@ -14967,15 +15551,7 @@ export interface operations {
|
|
|
14967
15551
|
};
|
|
14968
15552
|
content: {
|
|
14969
15553
|
"application/json": {
|
|
14970
|
-
|
|
14971
|
-
id: string;
|
|
14972
|
-
uniqueRef: string;
|
|
14973
|
-
channelRef: string | null;
|
|
14974
|
-
icon: string | null;
|
|
14975
|
-
color: string | null;
|
|
14976
|
-
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14977
|
-
selectedBookingChannelIconCandidateId: string | null;
|
|
14978
|
-
candidateCount: number;
|
|
15554
|
+
url: string;
|
|
14979
15555
|
};
|
|
14980
15556
|
};
|
|
14981
15557
|
};
|
|
@@ -32853,6 +33429,8 @@ export interface operations {
|
|
|
32853
33429
|
getStatementsCsv: {
|
|
32854
33430
|
parameters: {
|
|
32855
33431
|
query?: {
|
|
33432
|
+
limit?: number;
|
|
33433
|
+
page?: number;
|
|
32856
33434
|
periodIds?: string;
|
|
32857
33435
|
/** @description Year in format YYYY */
|
|
32858
33436
|
year?: number;
|
|
@@ -32972,6 +33550,8 @@ export interface operations {
|
|
|
32972
33550
|
getStatementsCsvDetailed: {
|
|
32973
33551
|
parameters: {
|
|
32974
33552
|
query?: {
|
|
33553
|
+
limit?: number;
|
|
33554
|
+
page?: number;
|
|
32975
33555
|
periodIds?: string;
|
|
32976
33556
|
/** @description Year in format YYYY */
|
|
32977
33557
|
year?: number;
|
|
@@ -41781,6 +42361,281 @@ export interface operations {
|
|
|
41781
42361
|
};
|
|
41782
42362
|
};
|
|
41783
42363
|
};
|
|
42364
|
+
getTeamsByTenantIdFeatures: {
|
|
42365
|
+
parameters: {
|
|
42366
|
+
query?: never;
|
|
42367
|
+
header?: never;
|
|
42368
|
+
path: {
|
|
42369
|
+
tenantId: string;
|
|
42370
|
+
};
|
|
42371
|
+
cookie?: never;
|
|
42372
|
+
};
|
|
42373
|
+
requestBody?: never;
|
|
42374
|
+
responses: {
|
|
42375
|
+
/** @description Team feature flags */
|
|
42376
|
+
200: {
|
|
42377
|
+
headers: {
|
|
42378
|
+
[name: string]: unknown;
|
|
42379
|
+
};
|
|
42380
|
+
content: {
|
|
42381
|
+
"application/json": {
|
|
42382
|
+
/** Format: uuid */
|
|
42383
|
+
tenantId: string;
|
|
42384
|
+
/** Format: uuid */
|
|
42385
|
+
featureId: string;
|
|
42386
|
+
enabled: boolean;
|
|
42387
|
+
status: ("all" | "disabled" | "partially") | null;
|
|
42388
|
+
}[];
|
|
42389
|
+
};
|
|
42390
|
+
};
|
|
42391
|
+
/** @description Bad request */
|
|
42392
|
+
400: {
|
|
42393
|
+
headers: {
|
|
42394
|
+
[name: string]: unknown;
|
|
42395
|
+
};
|
|
42396
|
+
content: {
|
|
42397
|
+
"application/json": {
|
|
42398
|
+
code: string;
|
|
42399
|
+
message: string;
|
|
42400
|
+
};
|
|
42401
|
+
};
|
|
42402
|
+
};
|
|
42403
|
+
/** @description Unauthorized */
|
|
42404
|
+
401: {
|
|
42405
|
+
headers: {
|
|
42406
|
+
[name: string]: unknown;
|
|
42407
|
+
};
|
|
42408
|
+
content: {
|
|
42409
|
+
"application/json": {
|
|
42410
|
+
code: string;
|
|
42411
|
+
message: string;
|
|
42412
|
+
};
|
|
42413
|
+
};
|
|
42414
|
+
};
|
|
42415
|
+
/** @description Forbidden */
|
|
42416
|
+
403: {
|
|
42417
|
+
headers: {
|
|
42418
|
+
[name: string]: unknown;
|
|
42419
|
+
};
|
|
42420
|
+
content: {
|
|
42421
|
+
"application/json": {
|
|
42422
|
+
code: string;
|
|
42423
|
+
message: string;
|
|
42424
|
+
};
|
|
42425
|
+
};
|
|
42426
|
+
};
|
|
42427
|
+
/** @description Not found */
|
|
42428
|
+
404: {
|
|
42429
|
+
headers: {
|
|
42430
|
+
[name: string]: unknown;
|
|
42431
|
+
};
|
|
42432
|
+
content: {
|
|
42433
|
+
"application/json": {
|
|
42434
|
+
code: string;
|
|
42435
|
+
message: string;
|
|
42436
|
+
};
|
|
42437
|
+
};
|
|
42438
|
+
};
|
|
42439
|
+
/** @description Internal server error */
|
|
42440
|
+
500: {
|
|
42441
|
+
headers: {
|
|
42442
|
+
[name: string]: unknown;
|
|
42443
|
+
};
|
|
42444
|
+
content: {
|
|
42445
|
+
"application/json": {
|
|
42446
|
+
code: string;
|
|
42447
|
+
message: string;
|
|
42448
|
+
};
|
|
42449
|
+
};
|
|
42450
|
+
};
|
|
42451
|
+
};
|
|
42452
|
+
};
|
|
42453
|
+
getTeamsByTenantIdFeaturesByFeatureId: {
|
|
42454
|
+
parameters: {
|
|
42455
|
+
query?: never;
|
|
42456
|
+
header?: never;
|
|
42457
|
+
path: {
|
|
42458
|
+
tenantId: string;
|
|
42459
|
+
featureId: string;
|
|
42460
|
+
};
|
|
42461
|
+
cookie?: never;
|
|
42462
|
+
};
|
|
42463
|
+
requestBody?: never;
|
|
42464
|
+
responses: {
|
|
42465
|
+
/** @description Team feature flag */
|
|
42466
|
+
200: {
|
|
42467
|
+
headers: {
|
|
42468
|
+
[name: string]: unknown;
|
|
42469
|
+
};
|
|
42470
|
+
content: {
|
|
42471
|
+
"application/json": {
|
|
42472
|
+
/** Format: uuid */
|
|
42473
|
+
tenantId: string;
|
|
42474
|
+
/** Format: uuid */
|
|
42475
|
+
featureId: string;
|
|
42476
|
+
enabled: boolean;
|
|
42477
|
+
status: ("all" | "disabled" | "partially") | null;
|
|
42478
|
+
};
|
|
42479
|
+
};
|
|
42480
|
+
};
|
|
42481
|
+
/** @description Bad request */
|
|
42482
|
+
400: {
|
|
42483
|
+
headers: {
|
|
42484
|
+
[name: string]: unknown;
|
|
42485
|
+
};
|
|
42486
|
+
content: {
|
|
42487
|
+
"application/json": {
|
|
42488
|
+
code: string;
|
|
42489
|
+
message: string;
|
|
42490
|
+
};
|
|
42491
|
+
};
|
|
42492
|
+
};
|
|
42493
|
+
/** @description Unauthorized */
|
|
42494
|
+
401: {
|
|
42495
|
+
headers: {
|
|
42496
|
+
[name: string]: unknown;
|
|
42497
|
+
};
|
|
42498
|
+
content: {
|
|
42499
|
+
"application/json": {
|
|
42500
|
+
code: string;
|
|
42501
|
+
message: string;
|
|
42502
|
+
};
|
|
42503
|
+
};
|
|
42504
|
+
};
|
|
42505
|
+
/** @description Forbidden */
|
|
42506
|
+
403: {
|
|
42507
|
+
headers: {
|
|
42508
|
+
[name: string]: unknown;
|
|
42509
|
+
};
|
|
42510
|
+
content: {
|
|
42511
|
+
"application/json": {
|
|
42512
|
+
code: string;
|
|
42513
|
+
message: string;
|
|
42514
|
+
};
|
|
42515
|
+
};
|
|
42516
|
+
};
|
|
42517
|
+
/** @description Not found */
|
|
42518
|
+
404: {
|
|
42519
|
+
headers: {
|
|
42520
|
+
[name: string]: unknown;
|
|
42521
|
+
};
|
|
42522
|
+
content: {
|
|
42523
|
+
"application/json": {
|
|
42524
|
+
code: string;
|
|
42525
|
+
message: string;
|
|
42526
|
+
};
|
|
42527
|
+
};
|
|
42528
|
+
};
|
|
42529
|
+
/** @description Internal server error */
|
|
42530
|
+
500: {
|
|
42531
|
+
headers: {
|
|
42532
|
+
[name: string]: unknown;
|
|
42533
|
+
};
|
|
42534
|
+
content: {
|
|
42535
|
+
"application/json": {
|
|
42536
|
+
code: string;
|
|
42537
|
+
message: string;
|
|
42538
|
+
};
|
|
42539
|
+
};
|
|
42540
|
+
};
|
|
42541
|
+
};
|
|
42542
|
+
};
|
|
42543
|
+
putTeamsByTenantIdFeaturesByFeatureId: {
|
|
42544
|
+
parameters: {
|
|
42545
|
+
query?: never;
|
|
42546
|
+
header?: never;
|
|
42547
|
+
path: {
|
|
42548
|
+
tenantId: string;
|
|
42549
|
+
featureId: string;
|
|
42550
|
+
};
|
|
42551
|
+
cookie?: never;
|
|
42552
|
+
};
|
|
42553
|
+
requestBody?: {
|
|
42554
|
+
content: {
|
|
42555
|
+
"application/json": {
|
|
42556
|
+
status: ("all" | "disabled" | "partially") | null;
|
|
42557
|
+
};
|
|
42558
|
+
};
|
|
42559
|
+
};
|
|
42560
|
+
responses: {
|
|
42561
|
+
/** @description Updated team feature flag */
|
|
42562
|
+
200: {
|
|
42563
|
+
headers: {
|
|
42564
|
+
[name: string]: unknown;
|
|
42565
|
+
};
|
|
42566
|
+
content: {
|
|
42567
|
+
"application/json": {
|
|
42568
|
+
/** Format: uuid */
|
|
42569
|
+
tenantId: string;
|
|
42570
|
+
/** Format: uuid */
|
|
42571
|
+
featureId: string;
|
|
42572
|
+
enabled: boolean;
|
|
42573
|
+
status: ("all" | "disabled" | "partially") | null;
|
|
42574
|
+
};
|
|
42575
|
+
};
|
|
42576
|
+
};
|
|
42577
|
+
/** @description Bad request */
|
|
42578
|
+
400: {
|
|
42579
|
+
headers: {
|
|
42580
|
+
[name: string]: unknown;
|
|
42581
|
+
};
|
|
42582
|
+
content: {
|
|
42583
|
+
"application/json": {
|
|
42584
|
+
code: string;
|
|
42585
|
+
message: string;
|
|
42586
|
+
};
|
|
42587
|
+
};
|
|
42588
|
+
};
|
|
42589
|
+
/** @description Unauthorized */
|
|
42590
|
+
401: {
|
|
42591
|
+
headers: {
|
|
42592
|
+
[name: string]: unknown;
|
|
42593
|
+
};
|
|
42594
|
+
content: {
|
|
42595
|
+
"application/json": {
|
|
42596
|
+
code: string;
|
|
42597
|
+
message: string;
|
|
42598
|
+
};
|
|
42599
|
+
};
|
|
42600
|
+
};
|
|
42601
|
+
/** @description Forbidden */
|
|
42602
|
+
403: {
|
|
42603
|
+
headers: {
|
|
42604
|
+
[name: string]: unknown;
|
|
42605
|
+
};
|
|
42606
|
+
content: {
|
|
42607
|
+
"application/json": {
|
|
42608
|
+
code: string;
|
|
42609
|
+
message: string;
|
|
42610
|
+
};
|
|
42611
|
+
};
|
|
42612
|
+
};
|
|
42613
|
+
/** @description Not found */
|
|
42614
|
+
404: {
|
|
42615
|
+
headers: {
|
|
42616
|
+
[name: string]: unknown;
|
|
42617
|
+
};
|
|
42618
|
+
content: {
|
|
42619
|
+
"application/json": {
|
|
42620
|
+
code: string;
|
|
42621
|
+
message: string;
|
|
42622
|
+
};
|
|
42623
|
+
};
|
|
42624
|
+
};
|
|
42625
|
+
/** @description Internal server error */
|
|
42626
|
+
500: {
|
|
42627
|
+
headers: {
|
|
42628
|
+
[name: string]: unknown;
|
|
42629
|
+
};
|
|
42630
|
+
content: {
|
|
42631
|
+
"application/json": {
|
|
42632
|
+
code: string;
|
|
42633
|
+
message: string;
|
|
42634
|
+
};
|
|
42635
|
+
};
|
|
42636
|
+
};
|
|
42637
|
+
};
|
|
42638
|
+
};
|
|
41784
42639
|
postTransactionAttachments: {
|
|
41785
42640
|
parameters: {
|
|
41786
42641
|
query?: never;
|