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