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