@vrplatform/api 1.3.1-2480 → 1.3.1-2492
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/generated/v1.d.ts +610 -240
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +610 -240
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +610 -240
package/src/generated/v1.ts
CHANGED
|
@@ -807,8 +807,7 @@ export interface paths {
|
|
|
807
807
|
};
|
|
808
808
|
/** @description Get flow configuration for a connection */
|
|
809
809
|
get: operations["getFlowConnection"];
|
|
810
|
-
|
|
811
|
-
put: operations["setFlowStatus"];
|
|
810
|
+
put?: never;
|
|
812
811
|
post?: never;
|
|
813
812
|
delete?: never;
|
|
814
813
|
options?: never;
|
|
@@ -3014,6 +3013,23 @@ export interface paths {
|
|
|
3014
3013
|
patch?: never;
|
|
3015
3014
|
trace?: never;
|
|
3016
3015
|
};
|
|
3016
|
+
"/teams/{id}/frontend-context": {
|
|
3017
|
+
parameters: {
|
|
3018
|
+
query?: never;
|
|
3019
|
+
header?: never;
|
|
3020
|
+
path?: never;
|
|
3021
|
+
cookie?: never;
|
|
3022
|
+
};
|
|
3023
|
+
/** @description Get frontend setup context for a team */
|
|
3024
|
+
get: operations["getTeamsByIdFrontendContext"];
|
|
3025
|
+
put?: never;
|
|
3026
|
+
post?: never;
|
|
3027
|
+
delete?: never;
|
|
3028
|
+
options?: never;
|
|
3029
|
+
head?: never;
|
|
3030
|
+
patch?: never;
|
|
3031
|
+
trace?: never;
|
|
3032
|
+
};
|
|
3017
3033
|
"/teams/{id}/generate-demo-data": {
|
|
3018
3034
|
parameters: {
|
|
3019
3035
|
query?: never;
|
|
@@ -3065,6 +3081,24 @@ export interface paths {
|
|
|
3065
3081
|
patch?: never;
|
|
3066
3082
|
trace?: never;
|
|
3067
3083
|
};
|
|
3084
|
+
"/teams/{id}/settings": {
|
|
3085
|
+
parameters: {
|
|
3086
|
+
query?: never;
|
|
3087
|
+
header?: never;
|
|
3088
|
+
path?: never;
|
|
3089
|
+
cookie?: never;
|
|
3090
|
+
};
|
|
3091
|
+
/** @description Get team settings by team ID */
|
|
3092
|
+
get: operations["getTeamsByIdSettings"];
|
|
3093
|
+
/** @description Update team settings by team ID */
|
|
3094
|
+
put: operations["putTeamsByIdSettings"];
|
|
3095
|
+
post?: never;
|
|
3096
|
+
delete?: never;
|
|
3097
|
+
options?: never;
|
|
3098
|
+
head?: never;
|
|
3099
|
+
patch?: never;
|
|
3100
|
+
trace?: never;
|
|
3101
|
+
};
|
|
3068
3102
|
"/transaction-attachments": {
|
|
3069
3103
|
parameters: {
|
|
3070
3104
|
query?: never;
|
|
@@ -4667,6 +4701,9 @@ export interface operations {
|
|
|
4667
4701
|
firstName?: string | null;
|
|
4668
4702
|
uniqueRef?: string | null;
|
|
4669
4703
|
shortRef?: string | null;
|
|
4704
|
+
email?: string | null;
|
|
4705
|
+
/** @enum {string} */
|
|
4706
|
+
type: "owner" | "vendor";
|
|
4670
4707
|
} | null;
|
|
4671
4708
|
matchStatus?: string | null;
|
|
4672
4709
|
appliedAmount?: {
|
|
@@ -4826,6 +4863,9 @@ export interface operations {
|
|
|
4826
4863
|
firstName?: string | null;
|
|
4827
4864
|
uniqueRef?: string | null;
|
|
4828
4865
|
shortRef?: string | null;
|
|
4866
|
+
email?: string | null;
|
|
4867
|
+
/** @enum {string} */
|
|
4868
|
+
type: "owner" | "vendor";
|
|
4829
4869
|
} | null;
|
|
4830
4870
|
source?: {
|
|
4831
4871
|
/** Format: uuid */
|
|
@@ -6280,6 +6320,9 @@ export interface operations {
|
|
|
6280
6320
|
firstName?: string | null;
|
|
6281
6321
|
uniqueRef?: string | null;
|
|
6282
6322
|
shortRef?: string | null;
|
|
6323
|
+
email?: string | null;
|
|
6324
|
+
/** @enum {string} */
|
|
6325
|
+
type: "owner" | "vendor";
|
|
6283
6326
|
} | null;
|
|
6284
6327
|
connection?: {
|
|
6285
6328
|
/** Format: uuid */
|
|
@@ -6326,6 +6369,9 @@ export interface operations {
|
|
|
6326
6369
|
firstName?: string | null;
|
|
6327
6370
|
uniqueRef?: string | null;
|
|
6328
6371
|
shortRef?: string | null;
|
|
6372
|
+
email?: string | null;
|
|
6373
|
+
/** @enum {string} */
|
|
6374
|
+
type: "owner" | "vendor";
|
|
6329
6375
|
} | null;
|
|
6330
6376
|
connection?: {
|
|
6331
6377
|
/** Format: uuid */
|
|
@@ -7584,6 +7630,9 @@ export interface operations {
|
|
|
7584
7630
|
firstName?: string | null;
|
|
7585
7631
|
uniqueRef?: string | null;
|
|
7586
7632
|
shortRef?: string | null;
|
|
7633
|
+
email?: string | null;
|
|
7634
|
+
/** @enum {string} */
|
|
7635
|
+
type: "owner" | "vendor";
|
|
7587
7636
|
} | null;
|
|
7588
7637
|
connection?: {
|
|
7589
7638
|
/** Format: uuid */
|
|
@@ -8130,6 +8179,9 @@ export interface operations {
|
|
|
8130
8179
|
firstName?: string | null;
|
|
8131
8180
|
uniqueRef?: string | null;
|
|
8132
8181
|
shortRef?: string | null;
|
|
8182
|
+
email?: string | null;
|
|
8183
|
+
/** @enum {string} */
|
|
8184
|
+
type: "owner" | "vendor";
|
|
8133
8185
|
} | null;
|
|
8134
8186
|
connection?: {
|
|
8135
8187
|
/** Format: uuid */
|
|
@@ -8487,6 +8539,9 @@ export interface operations {
|
|
|
8487
8539
|
firstName?: string | null;
|
|
8488
8540
|
uniqueRef?: string | null;
|
|
8489
8541
|
shortRef?: string | null;
|
|
8542
|
+
email?: string | null;
|
|
8543
|
+
/** @enum {string} */
|
|
8544
|
+
type: "owner" | "vendor";
|
|
8490
8545
|
} | null;
|
|
8491
8546
|
accounts: {
|
|
8492
8547
|
id: string;
|
|
@@ -8540,6 +8595,9 @@ export interface operations {
|
|
|
8540
8595
|
firstName?: string | null;
|
|
8541
8596
|
uniqueRef?: string | null;
|
|
8542
8597
|
shortRef?: string | null;
|
|
8598
|
+
email?: string | null;
|
|
8599
|
+
/** @enum {string} */
|
|
8600
|
+
type: "owner" | "vendor";
|
|
8543
8601
|
} | null;
|
|
8544
8602
|
taxRate?: {
|
|
8545
8603
|
id: string;
|
|
@@ -8747,6 +8805,9 @@ export interface operations {
|
|
|
8747
8805
|
firstName?: string | null;
|
|
8748
8806
|
uniqueRef?: string | null;
|
|
8749
8807
|
shortRef?: string | null;
|
|
8808
|
+
email?: string | null;
|
|
8809
|
+
/** @enum {string} */
|
|
8810
|
+
type: "owner" | "vendor";
|
|
8750
8811
|
} | null;
|
|
8751
8812
|
accounts: {
|
|
8752
8813
|
id: string;
|
|
@@ -8800,6 +8861,9 @@ export interface operations {
|
|
|
8800
8861
|
firstName?: string | null;
|
|
8801
8862
|
uniqueRef?: string | null;
|
|
8802
8863
|
shortRef?: string | null;
|
|
8864
|
+
email?: string | null;
|
|
8865
|
+
/** @enum {string} */
|
|
8866
|
+
type: "owner" | "vendor";
|
|
8803
8867
|
} | null;
|
|
8804
8868
|
taxRate?: {
|
|
8805
8869
|
id: string;
|
|
@@ -9163,6 +9227,9 @@ export interface operations {
|
|
|
9163
9227
|
firstName?: string | null;
|
|
9164
9228
|
uniqueRef?: string | null;
|
|
9165
9229
|
shortRef?: string | null;
|
|
9230
|
+
email?: string | null;
|
|
9231
|
+
/** @enum {string} */
|
|
9232
|
+
type: "owner" | "vendor";
|
|
9166
9233
|
} | null;
|
|
9167
9234
|
accounts: {
|
|
9168
9235
|
id: string;
|
|
@@ -9216,6 +9283,9 @@ export interface operations {
|
|
|
9216
9283
|
firstName?: string | null;
|
|
9217
9284
|
uniqueRef?: string | null;
|
|
9218
9285
|
shortRef?: string | null;
|
|
9286
|
+
email?: string | null;
|
|
9287
|
+
/** @enum {string} */
|
|
9288
|
+
type: "owner" | "vendor";
|
|
9219
9289
|
} | null;
|
|
9220
9290
|
taxRate?: {
|
|
9221
9291
|
id: string;
|
|
@@ -9417,6 +9487,9 @@ export interface operations {
|
|
|
9417
9487
|
firstName?: string | null;
|
|
9418
9488
|
uniqueRef?: string | null;
|
|
9419
9489
|
shortRef?: string | null;
|
|
9490
|
+
email?: string | null;
|
|
9491
|
+
/** @enum {string} */
|
|
9492
|
+
type: "owner" | "vendor";
|
|
9420
9493
|
} | null;
|
|
9421
9494
|
accounts: {
|
|
9422
9495
|
id: string;
|
|
@@ -9470,6 +9543,9 @@ export interface operations {
|
|
|
9470
9543
|
firstName?: string | null;
|
|
9471
9544
|
uniqueRef?: string | null;
|
|
9472
9545
|
shortRef?: string | null;
|
|
9546
|
+
email?: string | null;
|
|
9547
|
+
/** @enum {string} */
|
|
9548
|
+
type: "owner" | "vendor";
|
|
9473
9549
|
} | null;
|
|
9474
9550
|
taxRate?: {
|
|
9475
9551
|
id: string;
|
|
@@ -10334,7 +10410,10 @@ export interface operations {
|
|
|
10334
10410
|
parameters: {
|
|
10335
10411
|
query?: {
|
|
10336
10412
|
tenantId?: string;
|
|
10413
|
+
/** @description Comma-separated connection IDs. */
|
|
10414
|
+
ids?: string;
|
|
10337
10415
|
appId?: string;
|
|
10416
|
+
appCategory?: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
|
|
10338
10417
|
status?: "active" | "inactive";
|
|
10339
10418
|
isErrorState?: boolean;
|
|
10340
10419
|
currentSyncStatus?: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
@@ -11278,6 +11357,8 @@ export interface operations {
|
|
|
11278
11357
|
isIndividual?: boolean;
|
|
11279
11358
|
/** @description comma separated contact short refs */
|
|
11280
11359
|
shortRefs?: string;
|
|
11360
|
+
/** @description Comma-separated contact IDs. */
|
|
11361
|
+
ids?: string;
|
|
11281
11362
|
limit?: number;
|
|
11282
11363
|
page?: number;
|
|
11283
11364
|
};
|
|
@@ -11776,6 +11857,8 @@ export interface operations {
|
|
|
11776
11857
|
isIndividual?: boolean;
|
|
11777
11858
|
/** @description comma separated contact short refs */
|
|
11778
11859
|
shortRefs?: string;
|
|
11860
|
+
/** @description Comma-separated contact IDs. */
|
|
11861
|
+
ids?: string;
|
|
11779
11862
|
};
|
|
11780
11863
|
header?: never;
|
|
11781
11864
|
path?: never;
|
|
@@ -13031,8 +13114,6 @@ export interface operations {
|
|
|
13031
13114
|
connectionId: string;
|
|
13032
13115
|
title: string;
|
|
13033
13116
|
description: string | null;
|
|
13034
|
-
/** @enum {string} */
|
|
13035
|
-
status: "active" | "inactive";
|
|
13036
13117
|
settings: {
|
|
13037
13118
|
/** Format: uuid */
|
|
13038
13119
|
id: string;
|
|
@@ -13141,24 +13222,22 @@ export interface operations {
|
|
|
13141
13222
|
};
|
|
13142
13223
|
};
|
|
13143
13224
|
};
|
|
13144
|
-
|
|
13225
|
+
getFlowMapping: {
|
|
13145
13226
|
parameters: {
|
|
13146
|
-
query?:
|
|
13227
|
+
query?: {
|
|
13228
|
+
leftId?: string;
|
|
13229
|
+
limit?: number;
|
|
13230
|
+
page?: number;
|
|
13231
|
+
};
|
|
13147
13232
|
header?: never;
|
|
13148
13233
|
path: {
|
|
13149
13234
|
id: string;
|
|
13150
13235
|
connectionId: string;
|
|
13236
|
+
mappingKey: string;
|
|
13151
13237
|
};
|
|
13152
13238
|
cookie?: never;
|
|
13153
13239
|
};
|
|
13154
|
-
requestBody?:
|
|
13155
|
-
content: {
|
|
13156
|
-
"application/json": {
|
|
13157
|
-
/** @enum {string} */
|
|
13158
|
-
status: "active" | "inactive";
|
|
13159
|
-
};
|
|
13160
|
-
};
|
|
13161
|
-
};
|
|
13240
|
+
requestBody?: never;
|
|
13162
13241
|
responses: {
|
|
13163
13242
|
/** @description Successful response */
|
|
13164
13243
|
200: {
|
|
@@ -13167,37 +13246,36 @@ export interface operations {
|
|
|
13167
13246
|
};
|
|
13168
13247
|
content: {
|
|
13169
13248
|
"application/json": {
|
|
13170
|
-
|
|
13171
|
-
id: string;
|
|
13172
|
-
/** Format: uuid */
|
|
13173
|
-
connectionId: string;
|
|
13174
|
-
title: string;
|
|
13175
|
-
description: string | null;
|
|
13176
|
-
/** @enum {string} */
|
|
13177
|
-
status: "active" | "inactive";
|
|
13178
|
-
settings: {
|
|
13249
|
+
data: {
|
|
13179
13250
|
/** Format: uuid */
|
|
13180
13251
|
id: string;
|
|
13181
13252
|
/** Format: uuid */
|
|
13182
13253
|
flowId: string;
|
|
13183
13254
|
/** Format: uuid */
|
|
13184
13255
|
connectionId: string;
|
|
13185
|
-
|
|
13256
|
+
mappingKey: string;
|
|
13186
13257
|
title: string | null;
|
|
13187
13258
|
description: string | null;
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
*/
|
|
13198
|
-
type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
13259
|
+
left: {
|
|
13260
|
+
value: string | number;
|
|
13261
|
+
text: string;
|
|
13262
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13263
|
+
};
|
|
13264
|
+
right: {
|
|
13265
|
+
value: string | number;
|
|
13266
|
+
text: string;
|
|
13267
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13199
13268
|
};
|
|
13200
13269
|
}[];
|
|
13270
|
+
pagination: {
|
|
13271
|
+
/** @default 100 */
|
|
13272
|
+
limit: number;
|
|
13273
|
+
/** @default 1 */
|
|
13274
|
+
page: number;
|
|
13275
|
+
total: number;
|
|
13276
|
+
totalPage: number;
|
|
13277
|
+
nextPage?: number;
|
|
13278
|
+
};
|
|
13201
13279
|
};
|
|
13202
13280
|
};
|
|
13203
13281
|
};
|
|
@@ -13283,13 +13361,9 @@ export interface operations {
|
|
|
13283
13361
|
};
|
|
13284
13362
|
};
|
|
13285
13363
|
};
|
|
13286
|
-
|
|
13364
|
+
setFlowMapping: {
|
|
13287
13365
|
parameters: {
|
|
13288
|
-
query?:
|
|
13289
|
-
leftId?: string;
|
|
13290
|
-
limit?: number;
|
|
13291
|
-
page?: number;
|
|
13292
|
-
};
|
|
13366
|
+
query?: never;
|
|
13293
13367
|
header?: never;
|
|
13294
13368
|
path: {
|
|
13295
13369
|
id: string;
|
|
@@ -13298,7 +13372,17 @@ export interface operations {
|
|
|
13298
13372
|
};
|
|
13299
13373
|
cookie?: never;
|
|
13300
13374
|
};
|
|
13301
|
-
requestBody?:
|
|
13375
|
+
requestBody?: {
|
|
13376
|
+
content: {
|
|
13377
|
+
"application/json": {
|
|
13378
|
+
/** Format: uuid */
|
|
13379
|
+
leftId: string;
|
|
13380
|
+
value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
|
|
13381
|
+
[key: string]: string | number | boolean | null;
|
|
13382
|
+
}) | null;
|
|
13383
|
+
};
|
|
13384
|
+
};
|
|
13385
|
+
};
|
|
13302
13386
|
responses: {
|
|
13303
13387
|
/** @description Successful response */
|
|
13304
13388
|
200: {
|
|
@@ -13307,35 +13391,24 @@ export interface operations {
|
|
|
13307
13391
|
};
|
|
13308
13392
|
content: {
|
|
13309
13393
|
"application/json": {
|
|
13310
|
-
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
|
|
13327
|
-
|
|
13328
|
-
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13329
|
-
};
|
|
13330
|
-
}[];
|
|
13331
|
-
pagination: {
|
|
13332
|
-
/** @default 100 */
|
|
13333
|
-
limit: number;
|
|
13334
|
-
/** @default 1 */
|
|
13335
|
-
page: number;
|
|
13336
|
-
total: number;
|
|
13337
|
-
totalPage: number;
|
|
13338
|
-
nextPage?: number;
|
|
13394
|
+
/** Format: uuid */
|
|
13395
|
+
id?: string;
|
|
13396
|
+
/** Format: uuid */
|
|
13397
|
+
flowId?: string;
|
|
13398
|
+
/** Format: uuid */
|
|
13399
|
+
connectionId?: string;
|
|
13400
|
+
mappingKey?: string;
|
|
13401
|
+
title?: string | null;
|
|
13402
|
+
description?: string | null;
|
|
13403
|
+
left?: {
|
|
13404
|
+
value: string | number;
|
|
13405
|
+
text: string;
|
|
13406
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13407
|
+
};
|
|
13408
|
+
right?: {
|
|
13409
|
+
value: string | number;
|
|
13410
|
+
text: string;
|
|
13411
|
+
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13339
13412
|
};
|
|
13340
13413
|
};
|
|
13341
13414
|
};
|
|
@@ -13422,9 +13495,13 @@ export interface operations {
|
|
|
13422
13495
|
};
|
|
13423
13496
|
};
|
|
13424
13497
|
};
|
|
13425
|
-
|
|
13498
|
+
getFlowMappingSources: {
|
|
13426
13499
|
parameters: {
|
|
13427
|
-
query?:
|
|
13500
|
+
query?: {
|
|
13501
|
+
search?: string;
|
|
13502
|
+
limit?: number;
|
|
13503
|
+
page?: number;
|
|
13504
|
+
};
|
|
13428
13505
|
header?: never;
|
|
13429
13506
|
path: {
|
|
13430
13507
|
id: string;
|
|
@@ -13433,17 +13510,7 @@ export interface operations {
|
|
|
13433
13510
|
};
|
|
13434
13511
|
cookie?: never;
|
|
13435
13512
|
};
|
|
13436
|
-
requestBody?:
|
|
13437
|
-
content: {
|
|
13438
|
-
"application/json": {
|
|
13439
|
-
/** Format: uuid */
|
|
13440
|
-
leftId: string;
|
|
13441
|
-
value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
|
|
13442
|
-
[key: string]: string | number | boolean | null;
|
|
13443
|
-
}) | null;
|
|
13444
|
-
};
|
|
13445
|
-
};
|
|
13446
|
-
};
|
|
13513
|
+
requestBody?: never;
|
|
13447
13514
|
responses: {
|
|
13448
13515
|
/** @description Successful response */
|
|
13449
13516
|
200: {
|
|
@@ -13452,24 +13519,20 @@ export interface operations {
|
|
|
13452
13519
|
};
|
|
13453
13520
|
content: {
|
|
13454
13521
|
"application/json": {
|
|
13455
|
-
|
|
13456
|
-
|
|
13457
|
-
|
|
13458
|
-
|
|
13459
|
-
|
|
13460
|
-
|
|
13461
|
-
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13465
|
-
|
|
13466
|
-
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
right?: {
|
|
13470
|
-
value: string | number;
|
|
13471
|
-
text: string;
|
|
13472
|
-
type: "source" | ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date");
|
|
13522
|
+
data: {
|
|
13523
|
+
id: string;
|
|
13524
|
+
name: string;
|
|
13525
|
+
/** @enum {string} */
|
|
13526
|
+
status: "mapped" | "unmapped";
|
|
13527
|
+
}[];
|
|
13528
|
+
pagination: {
|
|
13529
|
+
/** @default 100 */
|
|
13530
|
+
limit: number;
|
|
13531
|
+
/** @default 1 */
|
|
13532
|
+
page: number;
|
|
13533
|
+
total: number;
|
|
13534
|
+
totalPage: number;
|
|
13535
|
+
nextPage?: number;
|
|
13473
13536
|
};
|
|
13474
13537
|
};
|
|
13475
13538
|
};
|
|
@@ -13556,7 +13619,7 @@ export interface operations {
|
|
|
13556
13619
|
};
|
|
13557
13620
|
};
|
|
13558
13621
|
};
|
|
13559
|
-
|
|
13622
|
+
getFlowMappingDestinations: {
|
|
13560
13623
|
parameters: {
|
|
13561
13624
|
query?: {
|
|
13562
13625
|
search?: string;
|
|
@@ -13583,8 +13646,6 @@ export interface operations {
|
|
|
13583
13646
|
data: {
|
|
13584
13647
|
id: string;
|
|
13585
13648
|
name: string;
|
|
13586
|
-
/** @enum {string} */
|
|
13587
|
-
status: "mapped" | "unmapped";
|
|
13588
13649
|
}[];
|
|
13589
13650
|
pagination: {
|
|
13590
13651
|
/** @default 100 */
|
|
@@ -13680,18 +13741,18 @@ export interface operations {
|
|
|
13680
13741
|
};
|
|
13681
13742
|
};
|
|
13682
13743
|
};
|
|
13683
|
-
|
|
13744
|
+
runFlow: {
|
|
13684
13745
|
parameters: {
|
|
13685
13746
|
query?: {
|
|
13686
|
-
|
|
13687
|
-
|
|
13688
|
-
|
|
13747
|
+
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
13748
|
+
dateRange?: string;
|
|
13749
|
+
/** @description Whether the end date is inclusive or exclusive */
|
|
13750
|
+
isDateRangeEndInclusive?: boolean;
|
|
13689
13751
|
};
|
|
13690
13752
|
header?: never;
|
|
13691
13753
|
path: {
|
|
13692
13754
|
id: string;
|
|
13693
13755
|
connectionId: string;
|
|
13694
|
-
mappingKey: string;
|
|
13695
13756
|
};
|
|
13696
13757
|
cookie?: never;
|
|
13697
13758
|
};
|
|
@@ -13704,130 +13765,8 @@ export interface operations {
|
|
|
13704
13765
|
};
|
|
13705
13766
|
content: {
|
|
13706
13767
|
"application/json": {
|
|
13707
|
-
|
|
13708
|
-
|
|
13709
|
-
name: string;
|
|
13710
|
-
}[];
|
|
13711
|
-
pagination: {
|
|
13712
|
-
/** @default 100 */
|
|
13713
|
-
limit: number;
|
|
13714
|
-
/** @default 1 */
|
|
13715
|
-
page: number;
|
|
13716
|
-
total: number;
|
|
13717
|
-
totalPage: number;
|
|
13718
|
-
nextPage?: number;
|
|
13719
|
-
};
|
|
13720
|
-
};
|
|
13721
|
-
};
|
|
13722
|
-
};
|
|
13723
|
-
/** @description Bad request */
|
|
13724
|
-
400: {
|
|
13725
|
-
headers: {
|
|
13726
|
-
[name: string]: unknown;
|
|
13727
|
-
};
|
|
13728
|
-
content: {
|
|
13729
|
-
"application/json": {
|
|
13730
|
-
code: string;
|
|
13731
|
-
message: string;
|
|
13732
|
-
issues?: {
|
|
13733
|
-
message: string;
|
|
13734
|
-
}[];
|
|
13735
|
-
context?: unknown;
|
|
13736
|
-
};
|
|
13737
|
-
};
|
|
13738
|
-
};
|
|
13739
|
-
/** @description Unauthorized */
|
|
13740
|
-
401: {
|
|
13741
|
-
headers: {
|
|
13742
|
-
[name: string]: unknown;
|
|
13743
|
-
};
|
|
13744
|
-
content: {
|
|
13745
|
-
"application/json": {
|
|
13746
|
-
code: string;
|
|
13747
|
-
message: string;
|
|
13748
|
-
issues?: {
|
|
13749
|
-
message: string;
|
|
13750
|
-
}[];
|
|
13751
|
-
context?: unknown;
|
|
13752
|
-
};
|
|
13753
|
-
};
|
|
13754
|
-
};
|
|
13755
|
-
/** @description Forbidden */
|
|
13756
|
-
403: {
|
|
13757
|
-
headers: {
|
|
13758
|
-
[name: string]: unknown;
|
|
13759
|
-
};
|
|
13760
|
-
content: {
|
|
13761
|
-
"application/json": {
|
|
13762
|
-
code: string;
|
|
13763
|
-
message: string;
|
|
13764
|
-
issues?: {
|
|
13765
|
-
message: string;
|
|
13766
|
-
}[];
|
|
13767
|
-
context?: unknown;
|
|
13768
|
-
};
|
|
13769
|
-
};
|
|
13770
|
-
};
|
|
13771
|
-
/** @description Not found */
|
|
13772
|
-
404: {
|
|
13773
|
-
headers: {
|
|
13774
|
-
[name: string]: unknown;
|
|
13775
|
-
};
|
|
13776
|
-
content: {
|
|
13777
|
-
"application/json": {
|
|
13778
|
-
code: string;
|
|
13779
|
-
message: string;
|
|
13780
|
-
issues?: {
|
|
13781
|
-
message: string;
|
|
13782
|
-
}[];
|
|
13783
|
-
context?: unknown;
|
|
13784
|
-
};
|
|
13785
|
-
};
|
|
13786
|
-
};
|
|
13787
|
-
/** @description Internal server error */
|
|
13788
|
-
500: {
|
|
13789
|
-
headers: {
|
|
13790
|
-
[name: string]: unknown;
|
|
13791
|
-
};
|
|
13792
|
-
content: {
|
|
13793
|
-
"application/json": {
|
|
13794
|
-
code: string;
|
|
13795
|
-
message: string;
|
|
13796
|
-
issues?: {
|
|
13797
|
-
message: string;
|
|
13798
|
-
}[];
|
|
13799
|
-
context?: unknown;
|
|
13800
|
-
};
|
|
13801
|
-
};
|
|
13802
|
-
};
|
|
13803
|
-
};
|
|
13804
|
-
};
|
|
13805
|
-
runFlow: {
|
|
13806
|
-
parameters: {
|
|
13807
|
-
query?: {
|
|
13808
|
-
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
13809
|
-
dateRange?: string;
|
|
13810
|
-
/** @description Whether the end date is inclusive or exclusive */
|
|
13811
|
-
isDateRangeEndInclusive?: boolean;
|
|
13812
|
-
};
|
|
13813
|
-
header?: never;
|
|
13814
|
-
path: {
|
|
13815
|
-
id: string;
|
|
13816
|
-
connectionId: string;
|
|
13817
|
-
};
|
|
13818
|
-
cookie?: never;
|
|
13819
|
-
};
|
|
13820
|
-
requestBody?: never;
|
|
13821
|
-
responses: {
|
|
13822
|
-
/** @description Successful response */
|
|
13823
|
-
200: {
|
|
13824
|
-
headers: {
|
|
13825
|
-
[name: string]: unknown;
|
|
13826
|
-
};
|
|
13827
|
-
content: {
|
|
13828
|
-
"application/json": {
|
|
13829
|
-
/** Format: uuid */
|
|
13830
|
-
syncId: string;
|
|
13768
|
+
/** Format: uuid */
|
|
13769
|
+
syncId: string;
|
|
13831
13770
|
};
|
|
13832
13771
|
};
|
|
13833
13772
|
};
|
|
@@ -22556,6 +22495,9 @@ export interface operations {
|
|
|
22556
22495
|
firstName?: string | null;
|
|
22557
22496
|
uniqueRef?: string | null;
|
|
22558
22497
|
shortRef?: string | null;
|
|
22498
|
+
email?: string | null;
|
|
22499
|
+
/** @enum {string} */
|
|
22500
|
+
type: "owner" | "vendor";
|
|
22559
22501
|
} | null;
|
|
22560
22502
|
connection?: {
|
|
22561
22503
|
/** Format: uuid */
|
|
@@ -23571,6 +23513,7 @@ export interface operations {
|
|
|
23571
23513
|
date: string;
|
|
23572
23514
|
occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
|
|
23573
23515
|
channels?: string;
|
|
23516
|
+
search?: string;
|
|
23574
23517
|
};
|
|
23575
23518
|
header?: never;
|
|
23576
23519
|
path?: never;
|
|
@@ -23819,6 +23762,7 @@ export interface operations {
|
|
|
23819
23762
|
date: string;
|
|
23820
23763
|
occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
|
|
23821
23764
|
channels?: string;
|
|
23765
|
+
search?: string;
|
|
23822
23766
|
};
|
|
23823
23767
|
header?: never;
|
|
23824
23768
|
path?: never;
|
|
@@ -27885,6 +27829,9 @@ export interface operations {
|
|
|
27885
27829
|
firstName?: string | null;
|
|
27886
27830
|
uniqueRef?: string | null;
|
|
27887
27831
|
shortRef?: string | null;
|
|
27832
|
+
email?: string | null;
|
|
27833
|
+
/** @enum {string} */
|
|
27834
|
+
type: "owner" | "vendor";
|
|
27888
27835
|
} | null;
|
|
27889
27836
|
connection?: {
|
|
27890
27837
|
/** Format: uuid */
|
|
@@ -29281,6 +29228,9 @@ export interface operations {
|
|
|
29281
29228
|
firstName?: string | null;
|
|
29282
29229
|
uniqueRef?: string | null;
|
|
29283
29230
|
shortRef?: string | null;
|
|
29231
|
+
email?: string | null;
|
|
29232
|
+
/** @enum {string} */
|
|
29233
|
+
type: "owner" | "vendor";
|
|
29284
29234
|
} | null;
|
|
29285
29235
|
connection?: {
|
|
29286
29236
|
/** Format: uuid */
|
|
@@ -29855,6 +29805,9 @@ export interface operations {
|
|
|
29855
29805
|
firstName?: string | null;
|
|
29856
29806
|
uniqueRef?: string | null;
|
|
29857
29807
|
shortRef?: string | null;
|
|
29808
|
+
email?: string | null;
|
|
29809
|
+
/** @enum {string} */
|
|
29810
|
+
type: "owner" | "vendor";
|
|
29858
29811
|
} | null;
|
|
29859
29812
|
connection?: {
|
|
29860
29813
|
/** Format: uuid */
|
|
@@ -30545,6 +30498,9 @@ export interface operations {
|
|
|
30545
30498
|
firstName?: string | null;
|
|
30546
30499
|
uniqueRef?: string | null;
|
|
30547
30500
|
shortRef?: string | null;
|
|
30501
|
+
email?: string | null;
|
|
30502
|
+
/** @enum {string} */
|
|
30503
|
+
type: "owner" | "vendor";
|
|
30548
30504
|
} | null;
|
|
30549
30505
|
connection?: {
|
|
30550
30506
|
/** Format: uuid */
|
|
@@ -31009,6 +30965,9 @@ export interface operations {
|
|
|
31009
30965
|
firstName?: string | null;
|
|
31010
30966
|
uniqueRef?: string | null;
|
|
31011
30967
|
shortRef?: string | null;
|
|
30968
|
+
email?: string | null;
|
|
30969
|
+
/** @enum {string} */
|
|
30970
|
+
type: "owner" | "vendor";
|
|
31012
30971
|
} | null;
|
|
31013
30972
|
connection?: {
|
|
31014
30973
|
/** Format: uuid */
|
|
@@ -31459,6 +31418,9 @@ export interface operations {
|
|
|
31459
31418
|
firstName?: string | null;
|
|
31460
31419
|
uniqueRef?: string | null;
|
|
31461
31420
|
shortRef?: string | null;
|
|
31421
|
+
email?: string | null;
|
|
31422
|
+
/** @enum {string} */
|
|
31423
|
+
type: "owner" | "vendor";
|
|
31462
31424
|
} | null;
|
|
31463
31425
|
connection?: {
|
|
31464
31426
|
/** Format: uuid */
|
|
@@ -34953,6 +34915,9 @@ export interface operations {
|
|
|
34953
34915
|
firstName?: string | null;
|
|
34954
34916
|
uniqueRef?: string | null;
|
|
34955
34917
|
shortRef?: string | null;
|
|
34918
|
+
email?: string | null;
|
|
34919
|
+
/** @enum {string} */
|
|
34920
|
+
type: "owner" | "vendor";
|
|
34956
34921
|
} | null;
|
|
34957
34922
|
matchStatus?: string | null;
|
|
34958
34923
|
appliedAmount?: {
|
|
@@ -35112,6 +35077,9 @@ export interface operations {
|
|
|
35112
35077
|
firstName?: string | null;
|
|
35113
35078
|
uniqueRef?: string | null;
|
|
35114
35079
|
shortRef?: string | null;
|
|
35080
|
+
email?: string | null;
|
|
35081
|
+
/** @enum {string} */
|
|
35082
|
+
type: "owner" | "vendor";
|
|
35115
35083
|
} | null;
|
|
35116
35084
|
source?: {
|
|
35117
35085
|
/** Format: uuid */
|
|
@@ -41877,6 +41845,119 @@ export interface operations {
|
|
|
41877
41845
|
};
|
|
41878
41846
|
};
|
|
41879
41847
|
};
|
|
41848
|
+
getTeamsByIdFrontendContext: {
|
|
41849
|
+
parameters: {
|
|
41850
|
+
query?: never;
|
|
41851
|
+
header?: never;
|
|
41852
|
+
path: {
|
|
41853
|
+
id: string;
|
|
41854
|
+
};
|
|
41855
|
+
cookie?: never;
|
|
41856
|
+
};
|
|
41857
|
+
requestBody?: never;
|
|
41858
|
+
responses: {
|
|
41859
|
+
/** @description Successful response */
|
|
41860
|
+
200: {
|
|
41861
|
+
headers: {
|
|
41862
|
+
[name: string]: unknown;
|
|
41863
|
+
};
|
|
41864
|
+
content: {
|
|
41865
|
+
"application/json": {
|
|
41866
|
+
hasReservations: boolean;
|
|
41867
|
+
reservationId: string | null;
|
|
41868
|
+
hasPms: boolean;
|
|
41869
|
+
activePmsConnectionId: string | null;
|
|
41870
|
+
hasDeposit: boolean;
|
|
41871
|
+
depositTransactionId: string | null;
|
|
41872
|
+
hasListingNeedsReview: boolean;
|
|
41873
|
+
listingNeedsReviewId: string | null;
|
|
41874
|
+
hasOwnerNeedsReview: boolean;
|
|
41875
|
+
ownerNeedsReviewId: string | null;
|
|
41876
|
+
};
|
|
41877
|
+
};
|
|
41878
|
+
};
|
|
41879
|
+
/** @description Bad request */
|
|
41880
|
+
400: {
|
|
41881
|
+
headers: {
|
|
41882
|
+
[name: string]: unknown;
|
|
41883
|
+
};
|
|
41884
|
+
content: {
|
|
41885
|
+
"application/json": {
|
|
41886
|
+
code: string;
|
|
41887
|
+
message: string;
|
|
41888
|
+
issues?: {
|
|
41889
|
+
message: string;
|
|
41890
|
+
}[];
|
|
41891
|
+
context?: unknown;
|
|
41892
|
+
};
|
|
41893
|
+
};
|
|
41894
|
+
};
|
|
41895
|
+
/** @description Unauthorized */
|
|
41896
|
+
401: {
|
|
41897
|
+
headers: {
|
|
41898
|
+
[name: string]: unknown;
|
|
41899
|
+
};
|
|
41900
|
+
content: {
|
|
41901
|
+
"application/json": {
|
|
41902
|
+
code: string;
|
|
41903
|
+
message: string;
|
|
41904
|
+
issues?: {
|
|
41905
|
+
message: string;
|
|
41906
|
+
}[];
|
|
41907
|
+
context?: unknown;
|
|
41908
|
+
};
|
|
41909
|
+
};
|
|
41910
|
+
};
|
|
41911
|
+
/** @description Forbidden */
|
|
41912
|
+
403: {
|
|
41913
|
+
headers: {
|
|
41914
|
+
[name: string]: unknown;
|
|
41915
|
+
};
|
|
41916
|
+
content: {
|
|
41917
|
+
"application/json": {
|
|
41918
|
+
code: string;
|
|
41919
|
+
message: string;
|
|
41920
|
+
issues?: {
|
|
41921
|
+
message: string;
|
|
41922
|
+
}[];
|
|
41923
|
+
context?: unknown;
|
|
41924
|
+
};
|
|
41925
|
+
};
|
|
41926
|
+
};
|
|
41927
|
+
/** @description Not found */
|
|
41928
|
+
404: {
|
|
41929
|
+
headers: {
|
|
41930
|
+
[name: string]: unknown;
|
|
41931
|
+
};
|
|
41932
|
+
content: {
|
|
41933
|
+
"application/json": {
|
|
41934
|
+
code: string;
|
|
41935
|
+
message: string;
|
|
41936
|
+
issues?: {
|
|
41937
|
+
message: string;
|
|
41938
|
+
}[];
|
|
41939
|
+
context?: unknown;
|
|
41940
|
+
};
|
|
41941
|
+
};
|
|
41942
|
+
};
|
|
41943
|
+
/** @description Internal server error */
|
|
41944
|
+
500: {
|
|
41945
|
+
headers: {
|
|
41946
|
+
[name: string]: unknown;
|
|
41947
|
+
};
|
|
41948
|
+
content: {
|
|
41949
|
+
"application/json": {
|
|
41950
|
+
code: string;
|
|
41951
|
+
message: string;
|
|
41952
|
+
issues?: {
|
|
41953
|
+
message: string;
|
|
41954
|
+
}[];
|
|
41955
|
+
context?: unknown;
|
|
41956
|
+
};
|
|
41957
|
+
};
|
|
41958
|
+
};
|
|
41959
|
+
};
|
|
41960
|
+
};
|
|
41880
41961
|
postTeamsByIdGenerateDemoData: {
|
|
41881
41962
|
parameters: {
|
|
41882
41963
|
query?: never;
|
|
@@ -42582,6 +42663,235 @@ export interface operations {
|
|
|
42582
42663
|
};
|
|
42583
42664
|
};
|
|
42584
42665
|
};
|
|
42666
|
+
getTeamsByIdSettings: {
|
|
42667
|
+
parameters: {
|
|
42668
|
+
query?: never;
|
|
42669
|
+
header?: never;
|
|
42670
|
+
path: {
|
|
42671
|
+
id: string;
|
|
42672
|
+
};
|
|
42673
|
+
cookie?: never;
|
|
42674
|
+
};
|
|
42675
|
+
requestBody?: never;
|
|
42676
|
+
responses: {
|
|
42677
|
+
/** @description Successful response */
|
|
42678
|
+
200: {
|
|
42679
|
+
headers: {
|
|
42680
|
+
[name: string]: unknown;
|
|
42681
|
+
};
|
|
42682
|
+
content: {
|
|
42683
|
+
"application/json": {
|
|
42684
|
+
showReservations: boolean;
|
|
42685
|
+
showCancelledReservations: boolean;
|
|
42686
|
+
showReservationTotal: boolean;
|
|
42687
|
+
showOwnerCalendarBlocking: boolean;
|
|
42688
|
+
showTaxStatements: boolean;
|
|
42689
|
+
showTwoFactorAuth: boolean;
|
|
42690
|
+
};
|
|
42691
|
+
};
|
|
42692
|
+
};
|
|
42693
|
+
/** @description Bad request */
|
|
42694
|
+
400: {
|
|
42695
|
+
headers: {
|
|
42696
|
+
[name: string]: unknown;
|
|
42697
|
+
};
|
|
42698
|
+
content: {
|
|
42699
|
+
"application/json": {
|
|
42700
|
+
code: string;
|
|
42701
|
+
message: string;
|
|
42702
|
+
issues?: {
|
|
42703
|
+
message: string;
|
|
42704
|
+
}[];
|
|
42705
|
+
context?: unknown;
|
|
42706
|
+
};
|
|
42707
|
+
};
|
|
42708
|
+
};
|
|
42709
|
+
/** @description Unauthorized */
|
|
42710
|
+
401: {
|
|
42711
|
+
headers: {
|
|
42712
|
+
[name: string]: unknown;
|
|
42713
|
+
};
|
|
42714
|
+
content: {
|
|
42715
|
+
"application/json": {
|
|
42716
|
+
code: string;
|
|
42717
|
+
message: string;
|
|
42718
|
+
issues?: {
|
|
42719
|
+
message: string;
|
|
42720
|
+
}[];
|
|
42721
|
+
context?: unknown;
|
|
42722
|
+
};
|
|
42723
|
+
};
|
|
42724
|
+
};
|
|
42725
|
+
/** @description Forbidden */
|
|
42726
|
+
403: {
|
|
42727
|
+
headers: {
|
|
42728
|
+
[name: string]: unknown;
|
|
42729
|
+
};
|
|
42730
|
+
content: {
|
|
42731
|
+
"application/json": {
|
|
42732
|
+
code: string;
|
|
42733
|
+
message: string;
|
|
42734
|
+
issues?: {
|
|
42735
|
+
message: string;
|
|
42736
|
+
}[];
|
|
42737
|
+
context?: unknown;
|
|
42738
|
+
};
|
|
42739
|
+
};
|
|
42740
|
+
};
|
|
42741
|
+
/** @description Not found */
|
|
42742
|
+
404: {
|
|
42743
|
+
headers: {
|
|
42744
|
+
[name: string]: unknown;
|
|
42745
|
+
};
|
|
42746
|
+
content: {
|
|
42747
|
+
"application/json": {
|
|
42748
|
+
code: string;
|
|
42749
|
+
message: string;
|
|
42750
|
+
issues?: {
|
|
42751
|
+
message: string;
|
|
42752
|
+
}[];
|
|
42753
|
+
context?: unknown;
|
|
42754
|
+
};
|
|
42755
|
+
};
|
|
42756
|
+
};
|
|
42757
|
+
/** @description Internal server error */
|
|
42758
|
+
500: {
|
|
42759
|
+
headers: {
|
|
42760
|
+
[name: string]: unknown;
|
|
42761
|
+
};
|
|
42762
|
+
content: {
|
|
42763
|
+
"application/json": {
|
|
42764
|
+
code: string;
|
|
42765
|
+
message: string;
|
|
42766
|
+
issues?: {
|
|
42767
|
+
message: string;
|
|
42768
|
+
}[];
|
|
42769
|
+
context?: unknown;
|
|
42770
|
+
};
|
|
42771
|
+
};
|
|
42772
|
+
};
|
|
42773
|
+
};
|
|
42774
|
+
};
|
|
42775
|
+
putTeamsByIdSettings: {
|
|
42776
|
+
parameters: {
|
|
42777
|
+
query?: never;
|
|
42778
|
+
header?: never;
|
|
42779
|
+
path: {
|
|
42780
|
+
id: string;
|
|
42781
|
+
};
|
|
42782
|
+
cookie?: never;
|
|
42783
|
+
};
|
|
42784
|
+
requestBody?: {
|
|
42785
|
+
content: {
|
|
42786
|
+
"application/json": {
|
|
42787
|
+
showReservations?: boolean;
|
|
42788
|
+
showCancelledReservations?: boolean;
|
|
42789
|
+
showReservationTotal?: boolean;
|
|
42790
|
+
showOwnerCalendarBlocking?: boolean;
|
|
42791
|
+
showTaxStatements?: boolean;
|
|
42792
|
+
showTwoFactorAuth?: boolean;
|
|
42793
|
+
};
|
|
42794
|
+
};
|
|
42795
|
+
};
|
|
42796
|
+
responses: {
|
|
42797
|
+
/** @description Successful response */
|
|
42798
|
+
200: {
|
|
42799
|
+
headers: {
|
|
42800
|
+
[name: string]: unknown;
|
|
42801
|
+
};
|
|
42802
|
+
content: {
|
|
42803
|
+
"application/json": {
|
|
42804
|
+
showReservations: boolean;
|
|
42805
|
+
showCancelledReservations: boolean;
|
|
42806
|
+
showReservationTotal: boolean;
|
|
42807
|
+
showOwnerCalendarBlocking: boolean;
|
|
42808
|
+
showTaxStatements: boolean;
|
|
42809
|
+
showTwoFactorAuth: boolean;
|
|
42810
|
+
};
|
|
42811
|
+
};
|
|
42812
|
+
};
|
|
42813
|
+
/** @description Bad request */
|
|
42814
|
+
400: {
|
|
42815
|
+
headers: {
|
|
42816
|
+
[name: string]: unknown;
|
|
42817
|
+
};
|
|
42818
|
+
content: {
|
|
42819
|
+
"application/json": {
|
|
42820
|
+
code: string;
|
|
42821
|
+
message: string;
|
|
42822
|
+
issues?: {
|
|
42823
|
+
message: string;
|
|
42824
|
+
}[];
|
|
42825
|
+
context?: unknown;
|
|
42826
|
+
};
|
|
42827
|
+
};
|
|
42828
|
+
};
|
|
42829
|
+
/** @description Unauthorized */
|
|
42830
|
+
401: {
|
|
42831
|
+
headers: {
|
|
42832
|
+
[name: string]: unknown;
|
|
42833
|
+
};
|
|
42834
|
+
content: {
|
|
42835
|
+
"application/json": {
|
|
42836
|
+
code: string;
|
|
42837
|
+
message: string;
|
|
42838
|
+
issues?: {
|
|
42839
|
+
message: string;
|
|
42840
|
+
}[];
|
|
42841
|
+
context?: unknown;
|
|
42842
|
+
};
|
|
42843
|
+
};
|
|
42844
|
+
};
|
|
42845
|
+
/** @description Forbidden */
|
|
42846
|
+
403: {
|
|
42847
|
+
headers: {
|
|
42848
|
+
[name: string]: unknown;
|
|
42849
|
+
};
|
|
42850
|
+
content: {
|
|
42851
|
+
"application/json": {
|
|
42852
|
+
code: string;
|
|
42853
|
+
message: string;
|
|
42854
|
+
issues?: {
|
|
42855
|
+
message: string;
|
|
42856
|
+
}[];
|
|
42857
|
+
context?: unknown;
|
|
42858
|
+
};
|
|
42859
|
+
};
|
|
42860
|
+
};
|
|
42861
|
+
/** @description Not found */
|
|
42862
|
+
404: {
|
|
42863
|
+
headers: {
|
|
42864
|
+
[name: string]: unknown;
|
|
42865
|
+
};
|
|
42866
|
+
content: {
|
|
42867
|
+
"application/json": {
|
|
42868
|
+
code: string;
|
|
42869
|
+
message: string;
|
|
42870
|
+
issues?: {
|
|
42871
|
+
message: string;
|
|
42872
|
+
}[];
|
|
42873
|
+
context?: unknown;
|
|
42874
|
+
};
|
|
42875
|
+
};
|
|
42876
|
+
};
|
|
42877
|
+
/** @description Internal server error */
|
|
42878
|
+
500: {
|
|
42879
|
+
headers: {
|
|
42880
|
+
[name: string]: unknown;
|
|
42881
|
+
};
|
|
42882
|
+
content: {
|
|
42883
|
+
"application/json": {
|
|
42884
|
+
code: string;
|
|
42885
|
+
message: string;
|
|
42886
|
+
issues?: {
|
|
42887
|
+
message: string;
|
|
42888
|
+
}[];
|
|
42889
|
+
context?: unknown;
|
|
42890
|
+
};
|
|
42891
|
+
};
|
|
42892
|
+
};
|
|
42893
|
+
};
|
|
42894
|
+
};
|
|
42585
42895
|
postTransactionAttachments: {
|
|
42586
42896
|
parameters: {
|
|
42587
42897
|
query?: never;
|
|
@@ -43035,7 +43345,7 @@ export interface operations {
|
|
|
43035
43345
|
last4?: string;
|
|
43036
43346
|
isLocked?: boolean;
|
|
43037
43347
|
hasActiveJournalEntries?: boolean;
|
|
43038
|
-
/** @description connection id or 'null' */
|
|
43348
|
+
/** @description connection id or 'null' for manual transactions */
|
|
43039
43349
|
connectionId?: string;
|
|
43040
43350
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
43041
43351
|
amount?: string;
|
|
@@ -43141,6 +43451,9 @@ export interface operations {
|
|
|
43141
43451
|
firstName?: string | null;
|
|
43142
43452
|
uniqueRef?: string | null;
|
|
43143
43453
|
shortRef?: string | null;
|
|
43454
|
+
email?: string | null;
|
|
43455
|
+
/** @enum {string} */
|
|
43456
|
+
type: "owner" | "vendor";
|
|
43144
43457
|
} | null;
|
|
43145
43458
|
matchStatus?: string | null;
|
|
43146
43459
|
appliedAmount?: {
|
|
@@ -43300,6 +43613,9 @@ export interface operations {
|
|
|
43300
43613
|
firstName?: string | null;
|
|
43301
43614
|
uniqueRef?: string | null;
|
|
43302
43615
|
shortRef?: string | null;
|
|
43616
|
+
email?: string | null;
|
|
43617
|
+
/** @enum {string} */
|
|
43618
|
+
type: "owner" | "vendor";
|
|
43303
43619
|
} | null;
|
|
43304
43620
|
source?: {
|
|
43305
43621
|
/** Format: uuid */
|
|
@@ -43562,6 +43878,9 @@ export interface operations {
|
|
|
43562
43878
|
firstName?: string | null;
|
|
43563
43879
|
uniqueRef?: string | null;
|
|
43564
43880
|
shortRef?: string | null;
|
|
43881
|
+
email?: string | null;
|
|
43882
|
+
/** @enum {string} */
|
|
43883
|
+
type: "owner" | "vendor";
|
|
43565
43884
|
} | null;
|
|
43566
43885
|
matchStatus?: string | null;
|
|
43567
43886
|
appliedAmount?: {
|
|
@@ -43721,6 +44040,9 @@ export interface operations {
|
|
|
43721
44040
|
firstName?: string | null;
|
|
43722
44041
|
uniqueRef?: string | null;
|
|
43723
44042
|
shortRef?: string | null;
|
|
44043
|
+
email?: string | null;
|
|
44044
|
+
/** @enum {string} */
|
|
44045
|
+
type: "owner" | "vendor";
|
|
43724
44046
|
} | null;
|
|
43725
44047
|
source?: {
|
|
43726
44048
|
/** Format: uuid */
|
|
@@ -44139,7 +44461,7 @@ export interface operations {
|
|
|
44139
44461
|
last4?: string;
|
|
44140
44462
|
isLocked?: boolean;
|
|
44141
44463
|
hasActiveJournalEntries?: boolean;
|
|
44142
|
-
/** @description connection id or 'null' */
|
|
44464
|
+
/** @description connection id or 'null' for manual transactions */
|
|
44143
44465
|
connectionId?: string;
|
|
44144
44466
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
44145
44467
|
amount?: string;
|
|
@@ -44274,7 +44596,7 @@ export interface operations {
|
|
|
44274
44596
|
last4?: string;
|
|
44275
44597
|
isLocked?: boolean;
|
|
44276
44598
|
hasActiveJournalEntries?: boolean;
|
|
44277
|
-
/** @description connection id or 'null' */
|
|
44599
|
+
/** @description connection id or 'null' for manual transactions */
|
|
44278
44600
|
connectionId?: string;
|
|
44279
44601
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
44280
44602
|
amount?: string;
|
|
@@ -44409,7 +44731,7 @@ export interface operations {
|
|
|
44409
44731
|
last4?: string;
|
|
44410
44732
|
isLocked?: boolean;
|
|
44411
44733
|
hasActiveJournalEntries?: boolean;
|
|
44412
|
-
/** @description connection id or 'null' */
|
|
44734
|
+
/** @description connection id or 'null' for manual transactions */
|
|
44413
44735
|
connectionId?: string;
|
|
44414
44736
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
44415
44737
|
amount?: string;
|
|
@@ -44886,7 +45208,7 @@ export interface operations {
|
|
|
44886
45208
|
last4?: string;
|
|
44887
45209
|
isLocked?: boolean;
|
|
44888
45210
|
hasActiveJournalEntries?: boolean;
|
|
44889
|
-
/** @description connection id or 'null' */
|
|
45211
|
+
/** @description connection id or 'null' for manual transactions */
|
|
44890
45212
|
connectionId?: string;
|
|
44891
45213
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
44892
45214
|
amount?: string;
|
|
@@ -45070,6 +45392,9 @@ export interface operations {
|
|
|
45070
45392
|
firstName?: string | null;
|
|
45071
45393
|
uniqueRef?: string | null;
|
|
45072
45394
|
shortRef?: string | null;
|
|
45395
|
+
email?: string | null;
|
|
45396
|
+
/** @enum {string} */
|
|
45397
|
+
type: "owner" | "vendor";
|
|
45073
45398
|
} | null;
|
|
45074
45399
|
lines: {
|
|
45075
45400
|
uniqueRef?: string | null;
|
|
@@ -45128,6 +45453,9 @@ export interface operations {
|
|
|
45128
45453
|
firstName?: string | null;
|
|
45129
45454
|
uniqueRef?: string | null;
|
|
45130
45455
|
shortRef?: string | null;
|
|
45456
|
+
email?: string | null;
|
|
45457
|
+
/** @enum {string} */
|
|
45458
|
+
type: "owner" | "vendor";
|
|
45131
45459
|
} | null;
|
|
45132
45460
|
matchStatus?: string | null;
|
|
45133
45461
|
appliedAmount?: {
|
|
@@ -45380,6 +45708,9 @@ export interface operations {
|
|
|
45380
45708
|
firstName?: string | null;
|
|
45381
45709
|
uniqueRef?: string | null;
|
|
45382
45710
|
shortRef?: string | null;
|
|
45711
|
+
email?: string | null;
|
|
45712
|
+
/** @enum {string} */
|
|
45713
|
+
type: "owner" | "vendor";
|
|
45383
45714
|
} | null;
|
|
45384
45715
|
lines: {
|
|
45385
45716
|
uniqueRef?: string | null;
|
|
@@ -45438,6 +45769,9 @@ export interface operations {
|
|
|
45438
45769
|
firstName?: string | null;
|
|
45439
45770
|
uniqueRef?: string | null;
|
|
45440
45771
|
shortRef?: string | null;
|
|
45772
|
+
email?: string | null;
|
|
45773
|
+
/** @enum {string} */
|
|
45774
|
+
type: "owner" | "vendor";
|
|
45441
45775
|
} | null;
|
|
45442
45776
|
matchStatus?: string | null;
|
|
45443
45777
|
appliedAmount?: {
|
|
@@ -45765,6 +46099,9 @@ export interface operations {
|
|
|
45765
46099
|
firstName?: string | null;
|
|
45766
46100
|
uniqueRef?: string | null;
|
|
45767
46101
|
shortRef?: string | null;
|
|
46102
|
+
email?: string | null;
|
|
46103
|
+
/** @enum {string} */
|
|
46104
|
+
type: "owner" | "vendor";
|
|
45768
46105
|
} | null;
|
|
45769
46106
|
lines: {
|
|
45770
46107
|
uniqueRef?: string | null;
|
|
@@ -45823,6 +46160,9 @@ export interface operations {
|
|
|
45823
46160
|
firstName?: string | null;
|
|
45824
46161
|
uniqueRef?: string | null;
|
|
45825
46162
|
shortRef?: string | null;
|
|
46163
|
+
email?: string | null;
|
|
46164
|
+
/** @enum {string} */
|
|
46165
|
+
type: "owner" | "vendor";
|
|
45826
46166
|
} | null;
|
|
45827
46167
|
matchStatus?: string | null;
|
|
45828
46168
|
appliedAmount?: {
|
|
@@ -46068,6 +46408,9 @@ export interface operations {
|
|
|
46068
46408
|
firstName?: string | null;
|
|
46069
46409
|
uniqueRef?: string | null;
|
|
46070
46410
|
shortRef?: string | null;
|
|
46411
|
+
email?: string | null;
|
|
46412
|
+
/** @enum {string} */
|
|
46413
|
+
type: "owner" | "vendor";
|
|
46071
46414
|
} | null;
|
|
46072
46415
|
lines: {
|
|
46073
46416
|
uniqueRef?: string | null;
|
|
@@ -46126,6 +46469,9 @@ export interface operations {
|
|
|
46126
46469
|
firstName?: string | null;
|
|
46127
46470
|
uniqueRef?: string | null;
|
|
46128
46471
|
shortRef?: string | null;
|
|
46472
|
+
email?: string | null;
|
|
46473
|
+
/** @enum {string} */
|
|
46474
|
+
type: "owner" | "vendor";
|
|
46129
46475
|
} | null;
|
|
46130
46476
|
matchStatus?: string | null;
|
|
46131
46477
|
appliedAmount?: {
|
|
@@ -46478,6 +46824,9 @@ export interface operations {
|
|
|
46478
46824
|
firstName?: string | null;
|
|
46479
46825
|
uniqueRef?: string | null;
|
|
46480
46826
|
shortRef?: string | null;
|
|
46827
|
+
email?: string | null;
|
|
46828
|
+
/** @enum {string} */
|
|
46829
|
+
type: "owner" | "vendor";
|
|
46481
46830
|
} | null;
|
|
46482
46831
|
matchStatus?: string | null;
|
|
46483
46832
|
appliedAmount?: {
|
|
@@ -46637,6 +46986,9 @@ export interface operations {
|
|
|
46637
46986
|
firstName?: string | null;
|
|
46638
46987
|
uniqueRef?: string | null;
|
|
46639
46988
|
shortRef?: string | null;
|
|
46989
|
+
email?: string | null;
|
|
46990
|
+
/** @enum {string} */
|
|
46991
|
+
type: "owner" | "vendor";
|
|
46640
46992
|
} | null;
|
|
46641
46993
|
source?: {
|
|
46642
46994
|
/** Format: uuid */
|
|
@@ -46745,7 +47097,7 @@ export interface operations {
|
|
|
46745
47097
|
last4?: string;
|
|
46746
47098
|
isLocked?: boolean;
|
|
46747
47099
|
hasActiveJournalEntries?: boolean;
|
|
46748
|
-
/** @description connection id or 'null' */
|
|
47100
|
+
/** @description connection id or 'null' for manual transactions */
|
|
46749
47101
|
connectionId?: string;
|
|
46750
47102
|
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
46751
47103
|
amount?: string;
|
|
@@ -46952,6 +47304,9 @@ export interface operations {
|
|
|
46952
47304
|
firstName?: string | null;
|
|
46953
47305
|
uniqueRef?: string | null;
|
|
46954
47306
|
shortRef?: string | null;
|
|
47307
|
+
email?: string | null;
|
|
47308
|
+
/** @enum {string} */
|
|
47309
|
+
type: "owner" | "vendor";
|
|
46955
47310
|
} | null;
|
|
46956
47311
|
matchStatus?: string | null;
|
|
46957
47312
|
appliedAmount?: {
|
|
@@ -47111,6 +47466,9 @@ export interface operations {
|
|
|
47111
47466
|
firstName?: string | null;
|
|
47112
47467
|
uniqueRef?: string | null;
|
|
47113
47468
|
shortRef?: string | null;
|
|
47469
|
+
email?: string | null;
|
|
47470
|
+
/** @enum {string} */
|
|
47471
|
+
type: "owner" | "vendor";
|
|
47114
47472
|
} | null;
|
|
47115
47473
|
source?: {
|
|
47116
47474
|
/** Format: uuid */
|
|
@@ -47425,6 +47783,9 @@ export interface operations {
|
|
|
47425
47783
|
firstName?: string | null;
|
|
47426
47784
|
uniqueRef?: string | null;
|
|
47427
47785
|
shortRef?: string | null;
|
|
47786
|
+
email?: string | null;
|
|
47787
|
+
/** @enum {string} */
|
|
47788
|
+
type: "owner" | "vendor";
|
|
47428
47789
|
} | null;
|
|
47429
47790
|
matchStatus?: string | null;
|
|
47430
47791
|
appliedAmount?: {
|
|
@@ -47584,6 +47945,9 @@ export interface operations {
|
|
|
47584
47945
|
firstName?: string | null;
|
|
47585
47946
|
uniqueRef?: string | null;
|
|
47586
47947
|
shortRef?: string | null;
|
|
47948
|
+
email?: string | null;
|
|
47949
|
+
/** @enum {string} */
|
|
47950
|
+
type: "owner" | "vendor";
|
|
47587
47951
|
} | null;
|
|
47588
47952
|
source?: {
|
|
47589
47953
|
/** Format: uuid */
|
|
@@ -47905,6 +48269,9 @@ export interface operations {
|
|
|
47905
48269
|
firstName?: string | null;
|
|
47906
48270
|
uniqueRef?: string | null;
|
|
47907
48271
|
shortRef?: string | null;
|
|
48272
|
+
email?: string | null;
|
|
48273
|
+
/** @enum {string} */
|
|
48274
|
+
type: "owner" | "vendor";
|
|
47908
48275
|
} | null;
|
|
47909
48276
|
matchStatus?: string | null;
|
|
47910
48277
|
appliedAmount?: {
|
|
@@ -48064,6 +48431,9 @@ export interface operations {
|
|
|
48064
48431
|
firstName?: string | null;
|
|
48065
48432
|
uniqueRef?: string | null;
|
|
48066
48433
|
shortRef?: string | null;
|
|
48434
|
+
email?: string | null;
|
|
48435
|
+
/** @enum {string} */
|
|
48436
|
+
type: "owner" | "vendor";
|
|
48067
48437
|
} | null;
|
|
48068
48438
|
source?: {
|
|
48069
48439
|
/** Format: uuid */
|