@vrplatform/api 1.3.1-6355 → 1.3.1-6364
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 +546 -294
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +546 -294
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +546 -294
|
@@ -4494,7 +4494,7 @@ export interface paths {
|
|
|
4494
4494
|
cookie?: never;
|
|
4495
4495
|
};
|
|
4496
4496
|
/**
|
|
4497
|
-
* @description Owner statement summary detail PDF
|
|
4497
|
+
* @description Owner statement summary detail PDF. Returns 404 when the selected layout no longer exists.
|
|
4498
4498
|
*
|
|
4499
4499
|
* Required scope: statements:read, statements:export
|
|
4500
4500
|
*/
|
|
@@ -4515,7 +4515,7 @@ export interface paths {
|
|
|
4515
4515
|
cookie?: never;
|
|
4516
4516
|
};
|
|
4517
4517
|
/**
|
|
4518
|
-
* @description Owner statement summary PDF ZIP export
|
|
4518
|
+
* @description Owner statement summary PDF ZIP export. Returns 404 when the selected layout no longer exists.
|
|
4519
4519
|
*
|
|
4520
4520
|
* Required scope: statements:read, statements:export
|
|
4521
4521
|
*/
|
|
@@ -6539,6 +6539,27 @@ export interface paths {
|
|
|
6539
6539
|
patch?: never;
|
|
6540
6540
|
trace?: never;
|
|
6541
6541
|
};
|
|
6542
|
+
"/transactions/{id}/provider-payments/{providerPaymentId}/cancel": {
|
|
6543
|
+
parameters: {
|
|
6544
|
+
query?: never;
|
|
6545
|
+
header?: never;
|
|
6546
|
+
path?: never;
|
|
6547
|
+
cookie?: never;
|
|
6548
|
+
};
|
|
6549
|
+
get?: never;
|
|
6550
|
+
put?: never;
|
|
6551
|
+
/**
|
|
6552
|
+
* @description Request cancellation of an uninitiated Ramp payment. Ramp archives the bill and remains authoritative about whether cancellation is still possible. This does not unlink the payment or change payout accounting.
|
|
6553
|
+
*
|
|
6554
|
+
* Required scope: transactions:mark-paid, ach-payments:execute
|
|
6555
|
+
*/
|
|
6556
|
+
post: operations["postTransactionsByIdProviderPaymentsByProviderPaymentIdCancel"];
|
|
6557
|
+
delete?: never;
|
|
6558
|
+
options?: never;
|
|
6559
|
+
head?: never;
|
|
6560
|
+
patch?: never;
|
|
6561
|
+
trace?: never;
|
|
6562
|
+
};
|
|
6542
6563
|
"/transactions/{transactionId}/lines/{id}": {
|
|
6543
6564
|
parameters: {
|
|
6544
6565
|
query?: never;
|
|
@@ -26082,13 +26103,13 @@ export interface operations {
|
|
|
26082
26103
|
excludedRows: number[];
|
|
26083
26104
|
fields: {
|
|
26084
26105
|
listing: {
|
|
26085
|
-
source?: string;
|
|
26106
|
+
source?: string | null;
|
|
26086
26107
|
overrides: {
|
|
26087
26108
|
[key: string]: string;
|
|
26088
26109
|
};
|
|
26089
26110
|
};
|
|
26090
26111
|
ownerKind: {
|
|
26091
|
-
source?: string;
|
|
26112
|
+
source?: string | null;
|
|
26092
26113
|
/** @enum {string} */
|
|
26093
26114
|
constant?: "individual" | "company";
|
|
26094
26115
|
values: {
|
|
@@ -26096,55 +26117,55 @@ export interface operations {
|
|
|
26096
26117
|
};
|
|
26097
26118
|
};
|
|
26098
26119
|
firstName: {
|
|
26099
|
-
source?: string;
|
|
26120
|
+
source?: string | null;
|
|
26100
26121
|
};
|
|
26101
26122
|
lastName: {
|
|
26102
|
-
source?: string;
|
|
26123
|
+
source?: string | null;
|
|
26103
26124
|
};
|
|
26104
26125
|
companyName: {
|
|
26105
|
-
source?: string;
|
|
26126
|
+
source?: string | null;
|
|
26106
26127
|
};
|
|
26107
26128
|
companyType: {
|
|
26108
|
-
source?: string;
|
|
26129
|
+
source?: string | null;
|
|
26109
26130
|
values: {
|
|
26110
26131
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26111
26132
|
};
|
|
26112
26133
|
};
|
|
26113
26134
|
ownerReference: {
|
|
26114
|
-
source?: string;
|
|
26135
|
+
source?: string | null;
|
|
26115
26136
|
overrides: {
|
|
26116
26137
|
[key: string]: string;
|
|
26117
26138
|
};
|
|
26118
26139
|
};
|
|
26119
26140
|
email: {
|
|
26120
|
-
source?: string;
|
|
26141
|
+
source?: string | null;
|
|
26121
26142
|
};
|
|
26122
26143
|
phone: {
|
|
26123
|
-
source?: string;
|
|
26144
|
+
source?: string | null;
|
|
26124
26145
|
};
|
|
26125
26146
|
taxIdentifier: {
|
|
26126
|
-
source?: string;
|
|
26147
|
+
source?: string | null;
|
|
26127
26148
|
};
|
|
26128
26149
|
address: {
|
|
26129
|
-
source?: string;
|
|
26150
|
+
source?: string | null;
|
|
26130
26151
|
};
|
|
26131
26152
|
unit: {
|
|
26132
|
-
source?: string;
|
|
26153
|
+
source?: string | null;
|
|
26133
26154
|
};
|
|
26134
26155
|
city: {
|
|
26135
|
-
source?: string;
|
|
26156
|
+
source?: string | null;
|
|
26136
26157
|
};
|
|
26137
26158
|
state: {
|
|
26138
|
-
source?: string;
|
|
26159
|
+
source?: string | null;
|
|
26139
26160
|
};
|
|
26140
26161
|
postalCode: {
|
|
26141
|
-
source?: string;
|
|
26162
|
+
source?: string | null;
|
|
26142
26163
|
};
|
|
26143
26164
|
country: {
|
|
26144
|
-
source?: string;
|
|
26165
|
+
source?: string | null;
|
|
26145
26166
|
};
|
|
26146
26167
|
payoutAccount: {
|
|
26147
|
-
source?: string;
|
|
26168
|
+
source?: string | null;
|
|
26148
26169
|
overrides: {
|
|
26149
26170
|
[key: string]: string;
|
|
26150
26171
|
};
|
|
@@ -26161,21 +26182,21 @@ export interface operations {
|
|
|
26161
26182
|
excludedRows: number[];
|
|
26162
26183
|
fields: {
|
|
26163
26184
|
billReference: {
|
|
26164
|
-
source?: string;
|
|
26185
|
+
source?: string | null;
|
|
26165
26186
|
};
|
|
26166
26187
|
issueDate: {
|
|
26167
|
-
source?: string;
|
|
26188
|
+
source?: string | null;
|
|
26168
26189
|
/** @enum {string} */
|
|
26169
26190
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26170
26191
|
};
|
|
26171
26192
|
vendor: {
|
|
26172
|
-
source?: string;
|
|
26193
|
+
source?: string | null;
|
|
26173
26194
|
overrides: {
|
|
26174
26195
|
[key: string]: string;
|
|
26175
26196
|
};
|
|
26176
26197
|
};
|
|
26177
26198
|
status: {
|
|
26178
|
-
source?: string;
|
|
26199
|
+
source?: string | null;
|
|
26179
26200
|
/** @enum {string} */
|
|
26180
26201
|
constant?: "paid" | "unpaid";
|
|
26181
26202
|
values: {
|
|
@@ -26183,58 +26204,58 @@ export interface operations {
|
|
|
26183
26204
|
};
|
|
26184
26205
|
};
|
|
26185
26206
|
paymentDate: {
|
|
26186
|
-
source?: string;
|
|
26207
|
+
source?: string | null;
|
|
26187
26208
|
/** @enum {string} */
|
|
26188
26209
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26189
26210
|
};
|
|
26190
26211
|
bankAccount: {
|
|
26191
|
-
source?: string;
|
|
26212
|
+
source?: string | null;
|
|
26192
26213
|
overrides: {
|
|
26193
26214
|
[key: string]: string;
|
|
26194
26215
|
};
|
|
26195
26216
|
};
|
|
26196
26217
|
currency: {
|
|
26197
|
-
source?: string;
|
|
26218
|
+
source?: string | null;
|
|
26198
26219
|
};
|
|
26199
26220
|
description: {
|
|
26200
|
-
source?: string;
|
|
26221
|
+
source?: string | null;
|
|
26201
26222
|
};
|
|
26202
26223
|
lineDescription: {
|
|
26203
|
-
source?: string;
|
|
26224
|
+
source?: string | null;
|
|
26204
26225
|
};
|
|
26205
26226
|
expenseAccount: {
|
|
26206
|
-
source?: string;
|
|
26227
|
+
source?: string | null;
|
|
26207
26228
|
overrides: {
|
|
26208
26229
|
[key: string]: string;
|
|
26209
26230
|
};
|
|
26210
26231
|
};
|
|
26211
26232
|
appliedAmount: {
|
|
26212
|
-
source?: string;
|
|
26233
|
+
source?: string | null;
|
|
26213
26234
|
};
|
|
26214
26235
|
reservation: {
|
|
26215
|
-
source?: string;
|
|
26236
|
+
source?: string | null;
|
|
26216
26237
|
overrides: {
|
|
26217
26238
|
[key: string]: string;
|
|
26218
26239
|
};
|
|
26219
26240
|
};
|
|
26220
26241
|
listing: {
|
|
26221
|
-
source?: string;
|
|
26242
|
+
source?: string | null;
|
|
26222
26243
|
overrides: {
|
|
26223
26244
|
[key: string]: string;
|
|
26224
26245
|
};
|
|
26225
26246
|
};
|
|
26226
26247
|
billToOwner: {
|
|
26227
|
-
source?: string;
|
|
26248
|
+
source?: string | null;
|
|
26228
26249
|
constant?: boolean;
|
|
26229
26250
|
values: {
|
|
26230
26251
|
[key: string]: boolean;
|
|
26231
26252
|
};
|
|
26232
26253
|
};
|
|
26233
26254
|
markup: {
|
|
26234
|
-
source?: string;
|
|
26255
|
+
source?: string | null;
|
|
26235
26256
|
};
|
|
26236
26257
|
markupTax: {
|
|
26237
|
-
source?: string;
|
|
26258
|
+
source?: string | null;
|
|
26238
26259
|
overrides: {
|
|
26239
26260
|
[key: string]: string;
|
|
26240
26261
|
};
|
|
@@ -26251,7 +26272,7 @@ export interface operations {
|
|
|
26251
26272
|
excludedRows: number[];
|
|
26252
26273
|
fields: {
|
|
26253
26274
|
vendorKind: {
|
|
26254
|
-
source?: string;
|
|
26275
|
+
source?: string | null;
|
|
26255
26276
|
/** @enum {string} */
|
|
26256
26277
|
constant?: "individual" | "company";
|
|
26257
26278
|
values: {
|
|
@@ -26259,52 +26280,52 @@ export interface operations {
|
|
|
26259
26280
|
};
|
|
26260
26281
|
};
|
|
26261
26282
|
firstName: {
|
|
26262
|
-
source?: string;
|
|
26283
|
+
source?: string | null;
|
|
26263
26284
|
};
|
|
26264
26285
|
lastName: {
|
|
26265
|
-
source?: string;
|
|
26286
|
+
source?: string | null;
|
|
26266
26287
|
};
|
|
26267
26288
|
companyName: {
|
|
26268
|
-
source?: string;
|
|
26289
|
+
source?: string | null;
|
|
26269
26290
|
};
|
|
26270
26291
|
companyType: {
|
|
26271
|
-
source?: string;
|
|
26292
|
+
source?: string | null;
|
|
26272
26293
|
values: {
|
|
26273
26294
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26274
26295
|
};
|
|
26275
26296
|
};
|
|
26276
26297
|
vendorReference: {
|
|
26277
|
-
source?: string;
|
|
26298
|
+
source?: string | null;
|
|
26278
26299
|
overrides: {
|
|
26279
26300
|
[key: string]: string;
|
|
26280
26301
|
};
|
|
26281
26302
|
};
|
|
26282
26303
|
email: {
|
|
26283
|
-
source?: string;
|
|
26304
|
+
source?: string | null;
|
|
26284
26305
|
};
|
|
26285
26306
|
phone: {
|
|
26286
|
-
source?: string;
|
|
26307
|
+
source?: string | null;
|
|
26287
26308
|
};
|
|
26288
26309
|
taxIdentifier: {
|
|
26289
|
-
source?: string;
|
|
26310
|
+
source?: string | null;
|
|
26290
26311
|
};
|
|
26291
26312
|
address: {
|
|
26292
|
-
source?: string;
|
|
26313
|
+
source?: string | null;
|
|
26293
26314
|
};
|
|
26294
26315
|
unit: {
|
|
26295
|
-
source?: string;
|
|
26316
|
+
source?: string | null;
|
|
26296
26317
|
};
|
|
26297
26318
|
city: {
|
|
26298
|
-
source?: string;
|
|
26319
|
+
source?: string | null;
|
|
26299
26320
|
};
|
|
26300
26321
|
state: {
|
|
26301
|
-
source?: string;
|
|
26322
|
+
source?: string | null;
|
|
26302
26323
|
};
|
|
26303
26324
|
postalCode: {
|
|
26304
|
-
source?: string;
|
|
26325
|
+
source?: string | null;
|
|
26305
26326
|
};
|
|
26306
26327
|
country: {
|
|
26307
|
-
source?: string;
|
|
26328
|
+
source?: string | null;
|
|
26308
26329
|
};
|
|
26309
26330
|
};
|
|
26310
26331
|
} | {
|
|
@@ -26318,69 +26339,69 @@ export interface operations {
|
|
|
26318
26339
|
excludedRows: number[];
|
|
26319
26340
|
fields: {
|
|
26320
26341
|
reference: {
|
|
26321
|
-
source?: string;
|
|
26342
|
+
source?: string | null;
|
|
26322
26343
|
};
|
|
26323
26344
|
date: {
|
|
26324
|
-
source?: string;
|
|
26345
|
+
source?: string | null;
|
|
26325
26346
|
/** @enum {string} */
|
|
26326
26347
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26327
26348
|
};
|
|
26328
26349
|
bankAccount: {
|
|
26329
|
-
source?: string;
|
|
26350
|
+
source?: string | null;
|
|
26330
26351
|
overrides: {
|
|
26331
26352
|
[key: string]: string;
|
|
26332
26353
|
};
|
|
26333
26354
|
};
|
|
26334
26355
|
description: {
|
|
26335
|
-
source?: string;
|
|
26356
|
+
source?: string | null;
|
|
26336
26357
|
};
|
|
26337
26358
|
currency: {
|
|
26338
|
-
source?: string;
|
|
26359
|
+
source?: string | null;
|
|
26339
26360
|
};
|
|
26340
26361
|
reservation: {
|
|
26341
|
-
source?: string;
|
|
26362
|
+
source?: string | null;
|
|
26342
26363
|
overrides: {
|
|
26343
26364
|
[key: string]: string;
|
|
26344
26365
|
};
|
|
26345
26366
|
};
|
|
26346
26367
|
contact: {
|
|
26347
|
-
source?: string;
|
|
26368
|
+
source?: string | null;
|
|
26348
26369
|
overrides: {
|
|
26349
26370
|
[key: string]: string;
|
|
26350
26371
|
};
|
|
26351
26372
|
};
|
|
26352
26373
|
listing: {
|
|
26353
|
-
source?: string;
|
|
26374
|
+
source?: string | null;
|
|
26354
26375
|
overrides: {
|
|
26355
26376
|
[key: string]: string;
|
|
26356
26377
|
};
|
|
26357
26378
|
};
|
|
26358
26379
|
account: {
|
|
26359
|
-
source?: string;
|
|
26380
|
+
source?: string | null;
|
|
26360
26381
|
overrides: {
|
|
26361
26382
|
[key: string]: string;
|
|
26362
26383
|
};
|
|
26363
26384
|
};
|
|
26364
26385
|
lineDescription: {
|
|
26365
|
-
source?: string;
|
|
26386
|
+
source?: string | null;
|
|
26366
26387
|
};
|
|
26367
26388
|
appliedAmount: {
|
|
26368
|
-
source?: string;
|
|
26389
|
+
source?: string | null;
|
|
26369
26390
|
};
|
|
26370
26391
|
merchantFee: {
|
|
26371
|
-
source?: string;
|
|
26392
|
+
source?: string | null;
|
|
26372
26393
|
};
|
|
26373
26394
|
channelFee: {
|
|
26374
|
-
source?: string;
|
|
26395
|
+
source?: string | null;
|
|
26375
26396
|
};
|
|
26376
26397
|
reserve: {
|
|
26377
|
-
source?: string;
|
|
26398
|
+
source?: string | null;
|
|
26378
26399
|
};
|
|
26379
26400
|
coHostPayout: {
|
|
26380
|
-
source?: string;
|
|
26401
|
+
source?: string | null;
|
|
26381
26402
|
};
|
|
26382
26403
|
vat: {
|
|
26383
|
-
source?: string;
|
|
26404
|
+
source?: string | null;
|
|
26384
26405
|
};
|
|
26385
26406
|
};
|
|
26386
26407
|
};
|
|
@@ -26701,13 +26722,13 @@ export interface operations {
|
|
|
26701
26722
|
excludedRows: number[];
|
|
26702
26723
|
fields: {
|
|
26703
26724
|
listing: {
|
|
26704
|
-
source?: string;
|
|
26725
|
+
source?: string | null;
|
|
26705
26726
|
overrides: {
|
|
26706
26727
|
[key: string]: string;
|
|
26707
26728
|
};
|
|
26708
26729
|
};
|
|
26709
26730
|
ownerKind: {
|
|
26710
|
-
source?: string;
|
|
26731
|
+
source?: string | null;
|
|
26711
26732
|
/** @enum {string} */
|
|
26712
26733
|
constant?: "individual" | "company";
|
|
26713
26734
|
values: {
|
|
@@ -26715,55 +26736,55 @@ export interface operations {
|
|
|
26715
26736
|
};
|
|
26716
26737
|
};
|
|
26717
26738
|
firstName: {
|
|
26718
|
-
source?: string;
|
|
26739
|
+
source?: string | null;
|
|
26719
26740
|
};
|
|
26720
26741
|
lastName: {
|
|
26721
|
-
source?: string;
|
|
26742
|
+
source?: string | null;
|
|
26722
26743
|
};
|
|
26723
26744
|
companyName: {
|
|
26724
|
-
source?: string;
|
|
26745
|
+
source?: string | null;
|
|
26725
26746
|
};
|
|
26726
26747
|
companyType: {
|
|
26727
|
-
source?: string;
|
|
26748
|
+
source?: string | null;
|
|
26728
26749
|
values: {
|
|
26729
26750
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26730
26751
|
};
|
|
26731
26752
|
};
|
|
26732
26753
|
ownerReference: {
|
|
26733
|
-
source?: string;
|
|
26754
|
+
source?: string | null;
|
|
26734
26755
|
overrides: {
|
|
26735
26756
|
[key: string]: string;
|
|
26736
26757
|
};
|
|
26737
26758
|
};
|
|
26738
26759
|
email: {
|
|
26739
|
-
source?: string;
|
|
26760
|
+
source?: string | null;
|
|
26740
26761
|
};
|
|
26741
26762
|
phone: {
|
|
26742
|
-
source?: string;
|
|
26763
|
+
source?: string | null;
|
|
26743
26764
|
};
|
|
26744
26765
|
taxIdentifier: {
|
|
26745
|
-
source?: string;
|
|
26766
|
+
source?: string | null;
|
|
26746
26767
|
};
|
|
26747
26768
|
address: {
|
|
26748
|
-
source?: string;
|
|
26769
|
+
source?: string | null;
|
|
26749
26770
|
};
|
|
26750
26771
|
unit: {
|
|
26751
|
-
source?: string;
|
|
26772
|
+
source?: string | null;
|
|
26752
26773
|
};
|
|
26753
26774
|
city: {
|
|
26754
|
-
source?: string;
|
|
26775
|
+
source?: string | null;
|
|
26755
26776
|
};
|
|
26756
26777
|
state: {
|
|
26757
|
-
source?: string;
|
|
26778
|
+
source?: string | null;
|
|
26758
26779
|
};
|
|
26759
26780
|
postalCode: {
|
|
26760
|
-
source?: string;
|
|
26781
|
+
source?: string | null;
|
|
26761
26782
|
};
|
|
26762
26783
|
country: {
|
|
26763
|
-
source?: string;
|
|
26784
|
+
source?: string | null;
|
|
26764
26785
|
};
|
|
26765
26786
|
payoutAccount: {
|
|
26766
|
-
source?: string;
|
|
26787
|
+
source?: string | null;
|
|
26767
26788
|
overrides: {
|
|
26768
26789
|
[key: string]: string;
|
|
26769
26790
|
};
|
|
@@ -26780,21 +26801,21 @@ export interface operations {
|
|
|
26780
26801
|
excludedRows: number[];
|
|
26781
26802
|
fields: {
|
|
26782
26803
|
billReference: {
|
|
26783
|
-
source?: string;
|
|
26804
|
+
source?: string | null;
|
|
26784
26805
|
};
|
|
26785
26806
|
issueDate: {
|
|
26786
|
-
source?: string;
|
|
26807
|
+
source?: string | null;
|
|
26787
26808
|
/** @enum {string} */
|
|
26788
26809
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26789
26810
|
};
|
|
26790
26811
|
vendor: {
|
|
26791
|
-
source?: string;
|
|
26812
|
+
source?: string | null;
|
|
26792
26813
|
overrides: {
|
|
26793
26814
|
[key: string]: string;
|
|
26794
26815
|
};
|
|
26795
26816
|
};
|
|
26796
26817
|
status: {
|
|
26797
|
-
source?: string;
|
|
26818
|
+
source?: string | null;
|
|
26798
26819
|
/** @enum {string} */
|
|
26799
26820
|
constant?: "paid" | "unpaid";
|
|
26800
26821
|
values: {
|
|
@@ -26802,58 +26823,58 @@ export interface operations {
|
|
|
26802
26823
|
};
|
|
26803
26824
|
};
|
|
26804
26825
|
paymentDate: {
|
|
26805
|
-
source?: string;
|
|
26826
|
+
source?: string | null;
|
|
26806
26827
|
/** @enum {string} */
|
|
26807
26828
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26808
26829
|
};
|
|
26809
26830
|
bankAccount: {
|
|
26810
|
-
source?: string;
|
|
26831
|
+
source?: string | null;
|
|
26811
26832
|
overrides: {
|
|
26812
26833
|
[key: string]: string;
|
|
26813
26834
|
};
|
|
26814
26835
|
};
|
|
26815
26836
|
currency: {
|
|
26816
|
-
source?: string;
|
|
26837
|
+
source?: string | null;
|
|
26817
26838
|
};
|
|
26818
26839
|
description: {
|
|
26819
|
-
source?: string;
|
|
26840
|
+
source?: string | null;
|
|
26820
26841
|
};
|
|
26821
26842
|
lineDescription: {
|
|
26822
|
-
source?: string;
|
|
26843
|
+
source?: string | null;
|
|
26823
26844
|
};
|
|
26824
26845
|
expenseAccount: {
|
|
26825
|
-
source?: string;
|
|
26846
|
+
source?: string | null;
|
|
26826
26847
|
overrides: {
|
|
26827
26848
|
[key: string]: string;
|
|
26828
26849
|
};
|
|
26829
26850
|
};
|
|
26830
26851
|
appliedAmount: {
|
|
26831
|
-
source?: string;
|
|
26852
|
+
source?: string | null;
|
|
26832
26853
|
};
|
|
26833
26854
|
reservation: {
|
|
26834
|
-
source?: string;
|
|
26855
|
+
source?: string | null;
|
|
26835
26856
|
overrides: {
|
|
26836
26857
|
[key: string]: string;
|
|
26837
26858
|
};
|
|
26838
26859
|
};
|
|
26839
26860
|
listing: {
|
|
26840
|
-
source?: string;
|
|
26861
|
+
source?: string | null;
|
|
26841
26862
|
overrides: {
|
|
26842
26863
|
[key: string]: string;
|
|
26843
26864
|
};
|
|
26844
26865
|
};
|
|
26845
26866
|
billToOwner: {
|
|
26846
|
-
source?: string;
|
|
26867
|
+
source?: string | null;
|
|
26847
26868
|
constant?: boolean;
|
|
26848
26869
|
values: {
|
|
26849
26870
|
[key: string]: boolean;
|
|
26850
26871
|
};
|
|
26851
26872
|
};
|
|
26852
26873
|
markup: {
|
|
26853
|
-
source?: string;
|
|
26874
|
+
source?: string | null;
|
|
26854
26875
|
};
|
|
26855
26876
|
markupTax: {
|
|
26856
|
-
source?: string;
|
|
26877
|
+
source?: string | null;
|
|
26857
26878
|
overrides: {
|
|
26858
26879
|
[key: string]: string;
|
|
26859
26880
|
};
|
|
@@ -26870,7 +26891,7 @@ export interface operations {
|
|
|
26870
26891
|
excludedRows: number[];
|
|
26871
26892
|
fields: {
|
|
26872
26893
|
vendorKind: {
|
|
26873
|
-
source?: string;
|
|
26894
|
+
source?: string | null;
|
|
26874
26895
|
/** @enum {string} */
|
|
26875
26896
|
constant?: "individual" | "company";
|
|
26876
26897
|
values: {
|
|
@@ -26878,52 +26899,52 @@ export interface operations {
|
|
|
26878
26899
|
};
|
|
26879
26900
|
};
|
|
26880
26901
|
firstName: {
|
|
26881
|
-
source?: string;
|
|
26902
|
+
source?: string | null;
|
|
26882
26903
|
};
|
|
26883
26904
|
lastName: {
|
|
26884
|
-
source?: string;
|
|
26905
|
+
source?: string | null;
|
|
26885
26906
|
};
|
|
26886
26907
|
companyName: {
|
|
26887
|
-
source?: string;
|
|
26908
|
+
source?: string | null;
|
|
26888
26909
|
};
|
|
26889
26910
|
companyType: {
|
|
26890
|
-
source?: string;
|
|
26911
|
+
source?: string | null;
|
|
26891
26912
|
values: {
|
|
26892
26913
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26893
26914
|
};
|
|
26894
26915
|
};
|
|
26895
26916
|
vendorReference: {
|
|
26896
|
-
source?: string;
|
|
26917
|
+
source?: string | null;
|
|
26897
26918
|
overrides: {
|
|
26898
26919
|
[key: string]: string;
|
|
26899
26920
|
};
|
|
26900
26921
|
};
|
|
26901
26922
|
email: {
|
|
26902
|
-
source?: string;
|
|
26923
|
+
source?: string | null;
|
|
26903
26924
|
};
|
|
26904
26925
|
phone: {
|
|
26905
|
-
source?: string;
|
|
26926
|
+
source?: string | null;
|
|
26906
26927
|
};
|
|
26907
26928
|
taxIdentifier: {
|
|
26908
|
-
source?: string;
|
|
26929
|
+
source?: string | null;
|
|
26909
26930
|
};
|
|
26910
26931
|
address: {
|
|
26911
|
-
source?: string;
|
|
26932
|
+
source?: string | null;
|
|
26912
26933
|
};
|
|
26913
26934
|
unit: {
|
|
26914
|
-
source?: string;
|
|
26935
|
+
source?: string | null;
|
|
26915
26936
|
};
|
|
26916
26937
|
city: {
|
|
26917
|
-
source?: string;
|
|
26938
|
+
source?: string | null;
|
|
26918
26939
|
};
|
|
26919
26940
|
state: {
|
|
26920
|
-
source?: string;
|
|
26941
|
+
source?: string | null;
|
|
26921
26942
|
};
|
|
26922
26943
|
postalCode: {
|
|
26923
|
-
source?: string;
|
|
26944
|
+
source?: string | null;
|
|
26924
26945
|
};
|
|
26925
26946
|
country: {
|
|
26926
|
-
source?: string;
|
|
26947
|
+
source?: string | null;
|
|
26927
26948
|
};
|
|
26928
26949
|
};
|
|
26929
26950
|
} | {
|
|
@@ -26937,69 +26958,69 @@ export interface operations {
|
|
|
26937
26958
|
excludedRows: number[];
|
|
26938
26959
|
fields: {
|
|
26939
26960
|
reference: {
|
|
26940
|
-
source?: string;
|
|
26961
|
+
source?: string | null;
|
|
26941
26962
|
};
|
|
26942
26963
|
date: {
|
|
26943
|
-
source?: string;
|
|
26964
|
+
source?: string | null;
|
|
26944
26965
|
/** @enum {string} */
|
|
26945
26966
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26946
26967
|
};
|
|
26947
26968
|
bankAccount: {
|
|
26948
|
-
source?: string;
|
|
26969
|
+
source?: string | null;
|
|
26949
26970
|
overrides: {
|
|
26950
26971
|
[key: string]: string;
|
|
26951
26972
|
};
|
|
26952
26973
|
};
|
|
26953
26974
|
description: {
|
|
26954
|
-
source?: string;
|
|
26975
|
+
source?: string | null;
|
|
26955
26976
|
};
|
|
26956
26977
|
currency: {
|
|
26957
|
-
source?: string;
|
|
26978
|
+
source?: string | null;
|
|
26958
26979
|
};
|
|
26959
26980
|
reservation: {
|
|
26960
|
-
source?: string;
|
|
26981
|
+
source?: string | null;
|
|
26961
26982
|
overrides: {
|
|
26962
26983
|
[key: string]: string;
|
|
26963
26984
|
};
|
|
26964
26985
|
};
|
|
26965
26986
|
contact: {
|
|
26966
|
-
source?: string;
|
|
26987
|
+
source?: string | null;
|
|
26967
26988
|
overrides: {
|
|
26968
26989
|
[key: string]: string;
|
|
26969
26990
|
};
|
|
26970
26991
|
};
|
|
26971
26992
|
listing: {
|
|
26972
|
-
source?: string;
|
|
26993
|
+
source?: string | null;
|
|
26973
26994
|
overrides: {
|
|
26974
26995
|
[key: string]: string;
|
|
26975
26996
|
};
|
|
26976
26997
|
};
|
|
26977
26998
|
account: {
|
|
26978
|
-
source?: string;
|
|
26999
|
+
source?: string | null;
|
|
26979
27000
|
overrides: {
|
|
26980
27001
|
[key: string]: string;
|
|
26981
27002
|
};
|
|
26982
27003
|
};
|
|
26983
27004
|
lineDescription: {
|
|
26984
|
-
source?: string;
|
|
27005
|
+
source?: string | null;
|
|
26985
27006
|
};
|
|
26986
27007
|
appliedAmount: {
|
|
26987
|
-
source?: string;
|
|
27008
|
+
source?: string | null;
|
|
26988
27009
|
};
|
|
26989
27010
|
merchantFee: {
|
|
26990
|
-
source?: string;
|
|
27011
|
+
source?: string | null;
|
|
26991
27012
|
};
|
|
26992
27013
|
channelFee: {
|
|
26993
|
-
source?: string;
|
|
27014
|
+
source?: string | null;
|
|
26994
27015
|
};
|
|
26995
27016
|
reserve: {
|
|
26996
|
-
source?: string;
|
|
27017
|
+
source?: string | null;
|
|
26997
27018
|
};
|
|
26998
27019
|
coHostPayout: {
|
|
26999
|
-
source?: string;
|
|
27020
|
+
source?: string | null;
|
|
27000
27021
|
};
|
|
27001
27022
|
vat: {
|
|
27002
|
-
source?: string;
|
|
27023
|
+
source?: string | null;
|
|
27003
27024
|
};
|
|
27004
27025
|
};
|
|
27005
27026
|
};
|
|
@@ -27086,23 +27107,6 @@ export interface operations {
|
|
|
27086
27107
|
};
|
|
27087
27108
|
excludedRows: number[];
|
|
27088
27109
|
};
|
|
27089
|
-
sampleRows: {
|
|
27090
|
-
rowNumber: number;
|
|
27091
|
-
source: {
|
|
27092
|
-
[key: string]: string | null;
|
|
27093
|
-
};
|
|
27094
|
-
transformed?: {
|
|
27095
|
-
Date: string;
|
|
27096
|
-
Description: string;
|
|
27097
|
-
Amount: number;
|
|
27098
|
-
} | null;
|
|
27099
|
-
systemExclusion?: {
|
|
27100
|
-
/** @constant */
|
|
27101
|
-
code: "beforeBankRecordStartDate";
|
|
27102
|
-
bankRecordStartDate: string;
|
|
27103
|
-
};
|
|
27104
|
-
}[];
|
|
27105
|
-
sampleRowsTruncated: boolean;
|
|
27106
27110
|
totals: {
|
|
27107
27111
|
rows: number;
|
|
27108
27112
|
valid: number;
|
|
@@ -27144,13 +27148,13 @@ export interface operations {
|
|
|
27144
27148
|
excludedRows: number[];
|
|
27145
27149
|
fields: {
|
|
27146
27150
|
listing: {
|
|
27147
|
-
source?: string;
|
|
27151
|
+
source?: string | null;
|
|
27148
27152
|
overrides: {
|
|
27149
27153
|
[key: string]: string;
|
|
27150
27154
|
};
|
|
27151
27155
|
};
|
|
27152
27156
|
ownerKind: {
|
|
27153
|
-
source?: string;
|
|
27157
|
+
source?: string | null;
|
|
27154
27158
|
/** @enum {string} */
|
|
27155
27159
|
constant?: "individual" | "company";
|
|
27156
27160
|
values: {
|
|
@@ -27158,55 +27162,55 @@ export interface operations {
|
|
|
27158
27162
|
};
|
|
27159
27163
|
};
|
|
27160
27164
|
firstName: {
|
|
27161
|
-
source?: string;
|
|
27165
|
+
source?: string | null;
|
|
27162
27166
|
};
|
|
27163
27167
|
lastName: {
|
|
27164
|
-
source?: string;
|
|
27168
|
+
source?: string | null;
|
|
27165
27169
|
};
|
|
27166
27170
|
companyName: {
|
|
27167
|
-
source?: string;
|
|
27171
|
+
source?: string | null;
|
|
27168
27172
|
};
|
|
27169
27173
|
companyType: {
|
|
27170
|
-
source?: string;
|
|
27174
|
+
source?: string | null;
|
|
27171
27175
|
values: {
|
|
27172
27176
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27173
27177
|
};
|
|
27174
27178
|
};
|
|
27175
27179
|
ownerReference: {
|
|
27176
|
-
source?: string;
|
|
27180
|
+
source?: string | null;
|
|
27177
27181
|
overrides: {
|
|
27178
27182
|
[key: string]: string;
|
|
27179
27183
|
};
|
|
27180
27184
|
};
|
|
27181
27185
|
email: {
|
|
27182
|
-
source?: string;
|
|
27186
|
+
source?: string | null;
|
|
27183
27187
|
};
|
|
27184
27188
|
phone: {
|
|
27185
|
-
source?: string;
|
|
27189
|
+
source?: string | null;
|
|
27186
27190
|
};
|
|
27187
27191
|
taxIdentifier: {
|
|
27188
|
-
source?: string;
|
|
27192
|
+
source?: string | null;
|
|
27189
27193
|
};
|
|
27190
27194
|
address: {
|
|
27191
|
-
source?: string;
|
|
27195
|
+
source?: string | null;
|
|
27192
27196
|
};
|
|
27193
27197
|
unit: {
|
|
27194
|
-
source?: string;
|
|
27198
|
+
source?: string | null;
|
|
27195
27199
|
};
|
|
27196
27200
|
city: {
|
|
27197
|
-
source?: string;
|
|
27201
|
+
source?: string | null;
|
|
27198
27202
|
};
|
|
27199
27203
|
state: {
|
|
27200
|
-
source?: string;
|
|
27204
|
+
source?: string | null;
|
|
27201
27205
|
};
|
|
27202
27206
|
postalCode: {
|
|
27203
|
-
source?: string;
|
|
27207
|
+
source?: string | null;
|
|
27204
27208
|
};
|
|
27205
27209
|
country: {
|
|
27206
|
-
source?: string;
|
|
27210
|
+
source?: string | null;
|
|
27207
27211
|
};
|
|
27208
27212
|
payoutAccount: {
|
|
27209
|
-
source?: string;
|
|
27213
|
+
source?: string | null;
|
|
27210
27214
|
overrides: {
|
|
27211
27215
|
[key: string]: string;
|
|
27212
27216
|
};
|
|
@@ -27256,21 +27260,21 @@ export interface operations {
|
|
|
27256
27260
|
excludedRows: number[];
|
|
27257
27261
|
fields: {
|
|
27258
27262
|
billReference: {
|
|
27259
|
-
source?: string;
|
|
27263
|
+
source?: string | null;
|
|
27260
27264
|
};
|
|
27261
27265
|
issueDate: {
|
|
27262
|
-
source?: string;
|
|
27266
|
+
source?: string | null;
|
|
27263
27267
|
/** @enum {string} */
|
|
27264
27268
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27265
27269
|
};
|
|
27266
27270
|
vendor: {
|
|
27267
|
-
source?: string;
|
|
27271
|
+
source?: string | null;
|
|
27268
27272
|
overrides: {
|
|
27269
27273
|
[key: string]: string;
|
|
27270
27274
|
};
|
|
27271
27275
|
};
|
|
27272
27276
|
status: {
|
|
27273
|
-
source?: string;
|
|
27277
|
+
source?: string | null;
|
|
27274
27278
|
/** @enum {string} */
|
|
27275
27279
|
constant?: "paid" | "unpaid";
|
|
27276
27280
|
values: {
|
|
@@ -27278,58 +27282,58 @@ export interface operations {
|
|
|
27278
27282
|
};
|
|
27279
27283
|
};
|
|
27280
27284
|
paymentDate: {
|
|
27281
|
-
source?: string;
|
|
27285
|
+
source?: string | null;
|
|
27282
27286
|
/** @enum {string} */
|
|
27283
27287
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27284
27288
|
};
|
|
27285
27289
|
bankAccount: {
|
|
27286
|
-
source?: string;
|
|
27290
|
+
source?: string | null;
|
|
27287
27291
|
overrides: {
|
|
27288
27292
|
[key: string]: string;
|
|
27289
27293
|
};
|
|
27290
27294
|
};
|
|
27291
27295
|
currency: {
|
|
27292
|
-
source?: string;
|
|
27296
|
+
source?: string | null;
|
|
27293
27297
|
};
|
|
27294
27298
|
description: {
|
|
27295
|
-
source?: string;
|
|
27299
|
+
source?: string | null;
|
|
27296
27300
|
};
|
|
27297
27301
|
lineDescription: {
|
|
27298
|
-
source?: string;
|
|
27302
|
+
source?: string | null;
|
|
27299
27303
|
};
|
|
27300
27304
|
expenseAccount: {
|
|
27301
|
-
source?: string;
|
|
27305
|
+
source?: string | null;
|
|
27302
27306
|
overrides: {
|
|
27303
27307
|
[key: string]: string;
|
|
27304
27308
|
};
|
|
27305
27309
|
};
|
|
27306
27310
|
appliedAmount: {
|
|
27307
|
-
source?: string;
|
|
27311
|
+
source?: string | null;
|
|
27308
27312
|
};
|
|
27309
27313
|
reservation: {
|
|
27310
|
-
source?: string;
|
|
27314
|
+
source?: string | null;
|
|
27311
27315
|
overrides: {
|
|
27312
27316
|
[key: string]: string;
|
|
27313
27317
|
};
|
|
27314
27318
|
};
|
|
27315
27319
|
listing: {
|
|
27316
|
-
source?: string;
|
|
27320
|
+
source?: string | null;
|
|
27317
27321
|
overrides: {
|
|
27318
27322
|
[key: string]: string;
|
|
27319
27323
|
};
|
|
27320
27324
|
};
|
|
27321
27325
|
billToOwner: {
|
|
27322
|
-
source?: string;
|
|
27326
|
+
source?: string | null;
|
|
27323
27327
|
constant?: boolean;
|
|
27324
27328
|
values: {
|
|
27325
27329
|
[key: string]: boolean;
|
|
27326
27330
|
};
|
|
27327
27331
|
};
|
|
27328
27332
|
markup: {
|
|
27329
|
-
source?: string;
|
|
27333
|
+
source?: string | null;
|
|
27330
27334
|
};
|
|
27331
27335
|
markupTax: {
|
|
27332
|
-
source?: string;
|
|
27336
|
+
source?: string | null;
|
|
27333
27337
|
overrides: {
|
|
27334
27338
|
[key: string]: string;
|
|
27335
27339
|
};
|
|
@@ -27383,7 +27387,7 @@ export interface operations {
|
|
|
27383
27387
|
excludedRows: number[];
|
|
27384
27388
|
fields: {
|
|
27385
27389
|
vendorKind: {
|
|
27386
|
-
source?: string;
|
|
27390
|
+
source?: string | null;
|
|
27387
27391
|
/** @enum {string} */
|
|
27388
27392
|
constant?: "individual" | "company";
|
|
27389
27393
|
values: {
|
|
@@ -27391,52 +27395,52 @@ export interface operations {
|
|
|
27391
27395
|
};
|
|
27392
27396
|
};
|
|
27393
27397
|
firstName: {
|
|
27394
|
-
source?: string;
|
|
27398
|
+
source?: string | null;
|
|
27395
27399
|
};
|
|
27396
27400
|
lastName: {
|
|
27397
|
-
source?: string;
|
|
27401
|
+
source?: string | null;
|
|
27398
27402
|
};
|
|
27399
27403
|
companyName: {
|
|
27400
|
-
source?: string;
|
|
27404
|
+
source?: string | null;
|
|
27401
27405
|
};
|
|
27402
27406
|
companyType: {
|
|
27403
|
-
source?: string;
|
|
27407
|
+
source?: string | null;
|
|
27404
27408
|
values: {
|
|
27405
27409
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27406
27410
|
};
|
|
27407
27411
|
};
|
|
27408
27412
|
vendorReference: {
|
|
27409
|
-
source?: string;
|
|
27413
|
+
source?: string | null;
|
|
27410
27414
|
overrides: {
|
|
27411
27415
|
[key: string]: string;
|
|
27412
27416
|
};
|
|
27413
27417
|
};
|
|
27414
27418
|
email: {
|
|
27415
|
-
source?: string;
|
|
27419
|
+
source?: string | null;
|
|
27416
27420
|
};
|
|
27417
27421
|
phone: {
|
|
27418
|
-
source?: string;
|
|
27422
|
+
source?: string | null;
|
|
27419
27423
|
};
|
|
27420
27424
|
taxIdentifier: {
|
|
27421
|
-
source?: string;
|
|
27425
|
+
source?: string | null;
|
|
27422
27426
|
};
|
|
27423
27427
|
address: {
|
|
27424
|
-
source?: string;
|
|
27428
|
+
source?: string | null;
|
|
27425
27429
|
};
|
|
27426
27430
|
unit: {
|
|
27427
|
-
source?: string;
|
|
27431
|
+
source?: string | null;
|
|
27428
27432
|
};
|
|
27429
27433
|
city: {
|
|
27430
|
-
source?: string;
|
|
27434
|
+
source?: string | null;
|
|
27431
27435
|
};
|
|
27432
27436
|
state: {
|
|
27433
|
-
source?: string;
|
|
27437
|
+
source?: string | null;
|
|
27434
27438
|
};
|
|
27435
27439
|
postalCode: {
|
|
27436
|
-
source?: string;
|
|
27440
|
+
source?: string | null;
|
|
27437
27441
|
};
|
|
27438
27442
|
country: {
|
|
27439
|
-
source?: string;
|
|
27443
|
+
source?: string | null;
|
|
27440
27444
|
};
|
|
27441
27445
|
};
|
|
27442
27446
|
};
|
|
@@ -27482,69 +27486,69 @@ export interface operations {
|
|
|
27482
27486
|
excludedRows: number[];
|
|
27483
27487
|
fields: {
|
|
27484
27488
|
reference: {
|
|
27485
|
-
source?: string;
|
|
27489
|
+
source?: string | null;
|
|
27486
27490
|
};
|
|
27487
27491
|
date: {
|
|
27488
|
-
source?: string;
|
|
27492
|
+
source?: string | null;
|
|
27489
27493
|
/** @enum {string} */
|
|
27490
27494
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27491
27495
|
};
|
|
27492
27496
|
bankAccount: {
|
|
27493
|
-
source?: string;
|
|
27497
|
+
source?: string | null;
|
|
27494
27498
|
overrides: {
|
|
27495
27499
|
[key: string]: string;
|
|
27496
27500
|
};
|
|
27497
27501
|
};
|
|
27498
27502
|
description: {
|
|
27499
|
-
source?: string;
|
|
27503
|
+
source?: string | null;
|
|
27500
27504
|
};
|
|
27501
27505
|
currency: {
|
|
27502
|
-
source?: string;
|
|
27506
|
+
source?: string | null;
|
|
27503
27507
|
};
|
|
27504
27508
|
reservation: {
|
|
27505
|
-
source?: string;
|
|
27509
|
+
source?: string | null;
|
|
27506
27510
|
overrides: {
|
|
27507
27511
|
[key: string]: string;
|
|
27508
27512
|
};
|
|
27509
27513
|
};
|
|
27510
27514
|
contact: {
|
|
27511
|
-
source?: string;
|
|
27515
|
+
source?: string | null;
|
|
27512
27516
|
overrides: {
|
|
27513
27517
|
[key: string]: string;
|
|
27514
27518
|
};
|
|
27515
27519
|
};
|
|
27516
27520
|
listing: {
|
|
27517
|
-
source?: string;
|
|
27521
|
+
source?: string | null;
|
|
27518
27522
|
overrides: {
|
|
27519
27523
|
[key: string]: string;
|
|
27520
27524
|
};
|
|
27521
27525
|
};
|
|
27522
27526
|
account: {
|
|
27523
|
-
source?: string;
|
|
27527
|
+
source?: string | null;
|
|
27524
27528
|
overrides: {
|
|
27525
27529
|
[key: string]: string;
|
|
27526
27530
|
};
|
|
27527
27531
|
};
|
|
27528
27532
|
lineDescription: {
|
|
27529
|
-
source?: string;
|
|
27533
|
+
source?: string | null;
|
|
27530
27534
|
};
|
|
27531
27535
|
appliedAmount: {
|
|
27532
|
-
source?: string;
|
|
27536
|
+
source?: string | null;
|
|
27533
27537
|
};
|
|
27534
27538
|
merchantFee: {
|
|
27535
|
-
source?: string;
|
|
27539
|
+
source?: string | null;
|
|
27536
27540
|
};
|
|
27537
27541
|
channelFee: {
|
|
27538
|
-
source?: string;
|
|
27542
|
+
source?: string | null;
|
|
27539
27543
|
};
|
|
27540
27544
|
reserve: {
|
|
27541
|
-
source?: string;
|
|
27545
|
+
source?: string | null;
|
|
27542
27546
|
};
|
|
27543
27547
|
coHostPayout: {
|
|
27544
|
-
source?: string;
|
|
27548
|
+
source?: string | null;
|
|
27545
27549
|
};
|
|
27546
27550
|
vat: {
|
|
27547
|
-
source?: string;
|
|
27551
|
+
source?: string | null;
|
|
27548
27552
|
};
|
|
27549
27553
|
};
|
|
27550
27554
|
};
|
|
@@ -27904,23 +27908,6 @@ export interface operations {
|
|
|
27904
27908
|
};
|
|
27905
27909
|
excludedRows: number[];
|
|
27906
27910
|
};
|
|
27907
|
-
sampleRows: {
|
|
27908
|
-
rowNumber: number;
|
|
27909
|
-
source: {
|
|
27910
|
-
[key: string]: string | null;
|
|
27911
|
-
};
|
|
27912
|
-
transformed?: {
|
|
27913
|
-
Date: string;
|
|
27914
|
-
Description: string;
|
|
27915
|
-
Amount: number;
|
|
27916
|
-
} | null;
|
|
27917
|
-
systemExclusion?: {
|
|
27918
|
-
/** @constant */
|
|
27919
|
-
code: "beforeBankRecordStartDate";
|
|
27920
|
-
bankRecordStartDate: string;
|
|
27921
|
-
};
|
|
27922
|
-
}[];
|
|
27923
|
-
sampleRowsTruncated: boolean;
|
|
27924
27911
|
totals: {
|
|
27925
27912
|
rows: number;
|
|
27926
27913
|
valid: number;
|
|
@@ -27962,13 +27949,13 @@ export interface operations {
|
|
|
27962
27949
|
excludedRows: number[];
|
|
27963
27950
|
fields: {
|
|
27964
27951
|
listing: {
|
|
27965
|
-
source?: string;
|
|
27952
|
+
source?: string | null;
|
|
27966
27953
|
overrides: {
|
|
27967
27954
|
[key: string]: string;
|
|
27968
27955
|
};
|
|
27969
27956
|
};
|
|
27970
27957
|
ownerKind: {
|
|
27971
|
-
source?: string;
|
|
27958
|
+
source?: string | null;
|
|
27972
27959
|
/** @enum {string} */
|
|
27973
27960
|
constant?: "individual" | "company";
|
|
27974
27961
|
values: {
|
|
@@ -27976,55 +27963,55 @@ export interface operations {
|
|
|
27976
27963
|
};
|
|
27977
27964
|
};
|
|
27978
27965
|
firstName: {
|
|
27979
|
-
source?: string;
|
|
27966
|
+
source?: string | null;
|
|
27980
27967
|
};
|
|
27981
27968
|
lastName: {
|
|
27982
|
-
source?: string;
|
|
27969
|
+
source?: string | null;
|
|
27983
27970
|
};
|
|
27984
27971
|
companyName: {
|
|
27985
|
-
source?: string;
|
|
27972
|
+
source?: string | null;
|
|
27986
27973
|
};
|
|
27987
27974
|
companyType: {
|
|
27988
|
-
source?: string;
|
|
27975
|
+
source?: string | null;
|
|
27989
27976
|
values: {
|
|
27990
27977
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27991
27978
|
};
|
|
27992
27979
|
};
|
|
27993
27980
|
ownerReference: {
|
|
27994
|
-
source?: string;
|
|
27981
|
+
source?: string | null;
|
|
27995
27982
|
overrides: {
|
|
27996
27983
|
[key: string]: string;
|
|
27997
27984
|
};
|
|
27998
27985
|
};
|
|
27999
27986
|
email: {
|
|
28000
|
-
source?: string;
|
|
27987
|
+
source?: string | null;
|
|
28001
27988
|
};
|
|
28002
27989
|
phone: {
|
|
28003
|
-
source?: string;
|
|
27990
|
+
source?: string | null;
|
|
28004
27991
|
};
|
|
28005
27992
|
taxIdentifier: {
|
|
28006
|
-
source?: string;
|
|
27993
|
+
source?: string | null;
|
|
28007
27994
|
};
|
|
28008
27995
|
address: {
|
|
28009
|
-
source?: string;
|
|
27996
|
+
source?: string | null;
|
|
28010
27997
|
};
|
|
28011
27998
|
unit: {
|
|
28012
|
-
source?: string;
|
|
27999
|
+
source?: string | null;
|
|
28013
28000
|
};
|
|
28014
28001
|
city: {
|
|
28015
|
-
source?: string;
|
|
28002
|
+
source?: string | null;
|
|
28016
28003
|
};
|
|
28017
28004
|
state: {
|
|
28018
|
-
source?: string;
|
|
28005
|
+
source?: string | null;
|
|
28019
28006
|
};
|
|
28020
28007
|
postalCode: {
|
|
28021
|
-
source?: string;
|
|
28008
|
+
source?: string | null;
|
|
28022
28009
|
};
|
|
28023
28010
|
country: {
|
|
28024
|
-
source?: string;
|
|
28011
|
+
source?: string | null;
|
|
28025
28012
|
};
|
|
28026
28013
|
payoutAccount: {
|
|
28027
|
-
source?: string;
|
|
28014
|
+
source?: string | null;
|
|
28028
28015
|
overrides: {
|
|
28029
28016
|
[key: string]: string;
|
|
28030
28017
|
};
|
|
@@ -28074,21 +28061,21 @@ export interface operations {
|
|
|
28074
28061
|
excludedRows: number[];
|
|
28075
28062
|
fields: {
|
|
28076
28063
|
billReference: {
|
|
28077
|
-
source?: string;
|
|
28064
|
+
source?: string | null;
|
|
28078
28065
|
};
|
|
28079
28066
|
issueDate: {
|
|
28080
|
-
source?: string;
|
|
28067
|
+
source?: string | null;
|
|
28081
28068
|
/** @enum {string} */
|
|
28082
28069
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28083
28070
|
};
|
|
28084
28071
|
vendor: {
|
|
28085
|
-
source?: string;
|
|
28072
|
+
source?: string | null;
|
|
28086
28073
|
overrides: {
|
|
28087
28074
|
[key: string]: string;
|
|
28088
28075
|
};
|
|
28089
28076
|
};
|
|
28090
28077
|
status: {
|
|
28091
|
-
source?: string;
|
|
28078
|
+
source?: string | null;
|
|
28092
28079
|
/** @enum {string} */
|
|
28093
28080
|
constant?: "paid" | "unpaid";
|
|
28094
28081
|
values: {
|
|
@@ -28096,58 +28083,58 @@ export interface operations {
|
|
|
28096
28083
|
};
|
|
28097
28084
|
};
|
|
28098
28085
|
paymentDate: {
|
|
28099
|
-
source?: string;
|
|
28086
|
+
source?: string | null;
|
|
28100
28087
|
/** @enum {string} */
|
|
28101
28088
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28102
28089
|
};
|
|
28103
28090
|
bankAccount: {
|
|
28104
|
-
source?: string;
|
|
28091
|
+
source?: string | null;
|
|
28105
28092
|
overrides: {
|
|
28106
28093
|
[key: string]: string;
|
|
28107
28094
|
};
|
|
28108
28095
|
};
|
|
28109
28096
|
currency: {
|
|
28110
|
-
source?: string;
|
|
28097
|
+
source?: string | null;
|
|
28111
28098
|
};
|
|
28112
28099
|
description: {
|
|
28113
|
-
source?: string;
|
|
28100
|
+
source?: string | null;
|
|
28114
28101
|
};
|
|
28115
28102
|
lineDescription: {
|
|
28116
|
-
source?: string;
|
|
28103
|
+
source?: string | null;
|
|
28117
28104
|
};
|
|
28118
28105
|
expenseAccount: {
|
|
28119
|
-
source?: string;
|
|
28106
|
+
source?: string | null;
|
|
28120
28107
|
overrides: {
|
|
28121
28108
|
[key: string]: string;
|
|
28122
28109
|
};
|
|
28123
28110
|
};
|
|
28124
28111
|
appliedAmount: {
|
|
28125
|
-
source?: string;
|
|
28112
|
+
source?: string | null;
|
|
28126
28113
|
};
|
|
28127
28114
|
reservation: {
|
|
28128
|
-
source?: string;
|
|
28115
|
+
source?: string | null;
|
|
28129
28116
|
overrides: {
|
|
28130
28117
|
[key: string]: string;
|
|
28131
28118
|
};
|
|
28132
28119
|
};
|
|
28133
28120
|
listing: {
|
|
28134
|
-
source?: string;
|
|
28121
|
+
source?: string | null;
|
|
28135
28122
|
overrides: {
|
|
28136
28123
|
[key: string]: string;
|
|
28137
28124
|
};
|
|
28138
28125
|
};
|
|
28139
28126
|
billToOwner: {
|
|
28140
|
-
source?: string;
|
|
28127
|
+
source?: string | null;
|
|
28141
28128
|
constant?: boolean;
|
|
28142
28129
|
values: {
|
|
28143
28130
|
[key: string]: boolean;
|
|
28144
28131
|
};
|
|
28145
28132
|
};
|
|
28146
28133
|
markup: {
|
|
28147
|
-
source?: string;
|
|
28134
|
+
source?: string | null;
|
|
28148
28135
|
};
|
|
28149
28136
|
markupTax: {
|
|
28150
|
-
source?: string;
|
|
28137
|
+
source?: string | null;
|
|
28151
28138
|
overrides: {
|
|
28152
28139
|
[key: string]: string;
|
|
28153
28140
|
};
|
|
@@ -28201,7 +28188,7 @@ export interface operations {
|
|
|
28201
28188
|
excludedRows: number[];
|
|
28202
28189
|
fields: {
|
|
28203
28190
|
vendorKind: {
|
|
28204
|
-
source?: string;
|
|
28191
|
+
source?: string | null;
|
|
28205
28192
|
/** @enum {string} */
|
|
28206
28193
|
constant?: "individual" | "company";
|
|
28207
28194
|
values: {
|
|
@@ -28209,52 +28196,52 @@ export interface operations {
|
|
|
28209
28196
|
};
|
|
28210
28197
|
};
|
|
28211
28198
|
firstName: {
|
|
28212
|
-
source?: string;
|
|
28199
|
+
source?: string | null;
|
|
28213
28200
|
};
|
|
28214
28201
|
lastName: {
|
|
28215
|
-
source?: string;
|
|
28202
|
+
source?: string | null;
|
|
28216
28203
|
};
|
|
28217
28204
|
companyName: {
|
|
28218
|
-
source?: string;
|
|
28205
|
+
source?: string | null;
|
|
28219
28206
|
};
|
|
28220
28207
|
companyType: {
|
|
28221
|
-
source?: string;
|
|
28208
|
+
source?: string | null;
|
|
28222
28209
|
values: {
|
|
28223
28210
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
28224
28211
|
};
|
|
28225
28212
|
};
|
|
28226
28213
|
vendorReference: {
|
|
28227
|
-
source?: string;
|
|
28214
|
+
source?: string | null;
|
|
28228
28215
|
overrides: {
|
|
28229
28216
|
[key: string]: string;
|
|
28230
28217
|
};
|
|
28231
28218
|
};
|
|
28232
28219
|
email: {
|
|
28233
|
-
source?: string;
|
|
28220
|
+
source?: string | null;
|
|
28234
28221
|
};
|
|
28235
28222
|
phone: {
|
|
28236
|
-
source?: string;
|
|
28223
|
+
source?: string | null;
|
|
28237
28224
|
};
|
|
28238
28225
|
taxIdentifier: {
|
|
28239
|
-
source?: string;
|
|
28226
|
+
source?: string | null;
|
|
28240
28227
|
};
|
|
28241
28228
|
address: {
|
|
28242
|
-
source?: string;
|
|
28229
|
+
source?: string | null;
|
|
28243
28230
|
};
|
|
28244
28231
|
unit: {
|
|
28245
|
-
source?: string;
|
|
28232
|
+
source?: string | null;
|
|
28246
28233
|
};
|
|
28247
28234
|
city: {
|
|
28248
|
-
source?: string;
|
|
28235
|
+
source?: string | null;
|
|
28249
28236
|
};
|
|
28250
28237
|
state: {
|
|
28251
|
-
source?: string;
|
|
28238
|
+
source?: string | null;
|
|
28252
28239
|
};
|
|
28253
28240
|
postalCode: {
|
|
28254
|
-
source?: string;
|
|
28241
|
+
source?: string | null;
|
|
28255
28242
|
};
|
|
28256
28243
|
country: {
|
|
28257
|
-
source?: string;
|
|
28244
|
+
source?: string | null;
|
|
28258
28245
|
};
|
|
28259
28246
|
};
|
|
28260
28247
|
};
|
|
@@ -28300,69 +28287,69 @@ export interface operations {
|
|
|
28300
28287
|
excludedRows: number[];
|
|
28301
28288
|
fields: {
|
|
28302
28289
|
reference: {
|
|
28303
|
-
source?: string;
|
|
28290
|
+
source?: string | null;
|
|
28304
28291
|
};
|
|
28305
28292
|
date: {
|
|
28306
|
-
source?: string;
|
|
28293
|
+
source?: string | null;
|
|
28307
28294
|
/** @enum {string} */
|
|
28308
28295
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28309
28296
|
};
|
|
28310
28297
|
bankAccount: {
|
|
28311
|
-
source?: string;
|
|
28298
|
+
source?: string | null;
|
|
28312
28299
|
overrides: {
|
|
28313
28300
|
[key: string]: string;
|
|
28314
28301
|
};
|
|
28315
28302
|
};
|
|
28316
28303
|
description: {
|
|
28317
|
-
source?: string;
|
|
28304
|
+
source?: string | null;
|
|
28318
28305
|
};
|
|
28319
28306
|
currency: {
|
|
28320
|
-
source?: string;
|
|
28307
|
+
source?: string | null;
|
|
28321
28308
|
};
|
|
28322
28309
|
reservation: {
|
|
28323
|
-
source?: string;
|
|
28310
|
+
source?: string | null;
|
|
28324
28311
|
overrides: {
|
|
28325
28312
|
[key: string]: string;
|
|
28326
28313
|
};
|
|
28327
28314
|
};
|
|
28328
28315
|
contact: {
|
|
28329
|
-
source?: string;
|
|
28316
|
+
source?: string | null;
|
|
28330
28317
|
overrides: {
|
|
28331
28318
|
[key: string]: string;
|
|
28332
28319
|
};
|
|
28333
28320
|
};
|
|
28334
28321
|
listing: {
|
|
28335
|
-
source?: string;
|
|
28322
|
+
source?: string | null;
|
|
28336
28323
|
overrides: {
|
|
28337
28324
|
[key: string]: string;
|
|
28338
28325
|
};
|
|
28339
28326
|
};
|
|
28340
28327
|
account: {
|
|
28341
|
-
source?: string;
|
|
28328
|
+
source?: string | null;
|
|
28342
28329
|
overrides: {
|
|
28343
28330
|
[key: string]: string;
|
|
28344
28331
|
};
|
|
28345
28332
|
};
|
|
28346
28333
|
lineDescription: {
|
|
28347
|
-
source?: string;
|
|
28334
|
+
source?: string | null;
|
|
28348
28335
|
};
|
|
28349
28336
|
appliedAmount: {
|
|
28350
|
-
source?: string;
|
|
28337
|
+
source?: string | null;
|
|
28351
28338
|
};
|
|
28352
28339
|
merchantFee: {
|
|
28353
|
-
source?: string;
|
|
28340
|
+
source?: string | null;
|
|
28354
28341
|
};
|
|
28355
28342
|
channelFee: {
|
|
28356
|
-
source?: string;
|
|
28343
|
+
source?: string | null;
|
|
28357
28344
|
};
|
|
28358
28345
|
reserve: {
|
|
28359
|
-
source?: string;
|
|
28346
|
+
source?: string | null;
|
|
28360
28347
|
};
|
|
28361
28348
|
coHostPayout: {
|
|
28362
|
-
source?: string;
|
|
28349
|
+
source?: string | null;
|
|
28363
28350
|
};
|
|
28364
28351
|
vat: {
|
|
28365
|
-
source?: string;
|
|
28352
|
+
source?: string | null;
|
|
28366
28353
|
};
|
|
28367
28354
|
};
|
|
28368
28355
|
};
|
|
@@ -30100,6 +30087,8 @@ export interface operations {
|
|
|
30100
30087
|
last4: string | null;
|
|
30101
30088
|
/** @enum {string} */
|
|
30102
30089
|
status: "notConfigured" | "pending" | "ready" | "failed";
|
|
30090
|
+
/** @description Safe failure detail from the latest Ramp ACH setup attempt. */
|
|
30091
|
+
failureReason?: string | null;
|
|
30103
30092
|
/** @description True when a Ramp payment is requested or processing. Bank changes remain allowed and affect future payments only. */
|
|
30104
30093
|
hasInFlightPayment: boolean;
|
|
30105
30094
|
};
|
|
@@ -31668,6 +31657,8 @@ export interface operations {
|
|
|
31668
31657
|
last4: string | null;
|
|
31669
31658
|
/** @enum {string} */
|
|
31670
31659
|
status: "notConfigured" | "pending" | "ready" | "failed";
|
|
31660
|
+
/** @description Safe failure detail from the latest Ramp ACH setup attempt. */
|
|
31661
|
+
failureReason?: string | null;
|
|
31671
31662
|
/** @description True when a Ramp payment is requested or processing. Bank changes remain allowed and affect future payments only. */
|
|
31672
31663
|
hasInFlightPayment: boolean;
|
|
31673
31664
|
};
|
|
@@ -62325,7 +62316,7 @@ export interface operations {
|
|
|
62325
62316
|
startAt?: string | null;
|
|
62326
62317
|
endAt?: string | null;
|
|
62327
62318
|
reserve?: number | null;
|
|
62328
|
-
/** @description One or more unique owners for an active period; use an empty array only with setListingInactive=true */
|
|
62319
|
+
/** @description One or more unique owners for an active period; canonical explicit splits total 100000 basis points, while legacy 100-point totals remain accepted; use an empty array only with setListingInactive=true */
|
|
62329
62320
|
members: {
|
|
62330
62321
|
contactId?: string | null;
|
|
62331
62322
|
split?: number | null;
|
|
@@ -62894,7 +62885,7 @@ export interface operations {
|
|
|
62894
62885
|
startAt?: string | null;
|
|
62895
62886
|
endAt?: string | null;
|
|
62896
62887
|
reserve?: number | null;
|
|
62897
|
-
/** @description One or more unique owners for an active period; use an empty array only with setListingInactive=true */
|
|
62888
|
+
/** @description One or more unique owners for an active period; canonical explicit splits total 100000 basis points, while legacy 100-point totals remain accepted; use an empty array only with setListingInactive=true */
|
|
62898
62889
|
members?: {
|
|
62899
62890
|
contactId?: string | null;
|
|
62900
62891
|
split?: number | null;
|
|
@@ -115338,6 +115329,8 @@ export interface operations {
|
|
|
115338
115329
|
last4: string | null;
|
|
115339
115330
|
/** @enum {string} */
|
|
115340
115331
|
status: "notConfigured" | "pending" | "ready" | "failed";
|
|
115332
|
+
/** @description Safe failure detail from the latest Ramp ACH setup attempt. */
|
|
115333
|
+
failureReason?: string | null;
|
|
115341
115334
|
} | null;
|
|
115342
115335
|
ready: boolean;
|
|
115343
115336
|
}[];
|
|
@@ -142148,6 +142141,265 @@ export interface operations {
|
|
|
142148
142141
|
};
|
|
142149
142142
|
};
|
|
142150
142143
|
};
|
|
142144
|
+
postTransactionsByIdProviderPaymentsByProviderPaymentIdCancel: {
|
|
142145
|
+
parameters: {
|
|
142146
|
+
query?: never;
|
|
142147
|
+
header?: never;
|
|
142148
|
+
path: {
|
|
142149
|
+
id: string;
|
|
142150
|
+
providerPaymentId: string;
|
|
142151
|
+
};
|
|
142152
|
+
cookie?: never;
|
|
142153
|
+
};
|
|
142154
|
+
requestBody?: {
|
|
142155
|
+
content: {
|
|
142156
|
+
"application/json": Record<string, never>;
|
|
142157
|
+
};
|
|
142158
|
+
};
|
|
142159
|
+
responses: {
|
|
142160
|
+
/** @description Successful response */
|
|
142161
|
+
200: {
|
|
142162
|
+
headers: {
|
|
142163
|
+
[name: string]: unknown;
|
|
142164
|
+
};
|
|
142165
|
+
content: {
|
|
142166
|
+
"application/json": {
|
|
142167
|
+
/** Format: uuid */
|
|
142168
|
+
providerPaymentId: string;
|
|
142169
|
+
/** Format: uuid */
|
|
142170
|
+
syncId: string;
|
|
142171
|
+
/** @constant */
|
|
142172
|
+
status: "requested";
|
|
142173
|
+
};
|
|
142174
|
+
};
|
|
142175
|
+
};
|
|
142176
|
+
/** @description Bad request */
|
|
142177
|
+
400: {
|
|
142178
|
+
headers: {
|
|
142179
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142180
|
+
"Retry-After"?: number;
|
|
142181
|
+
[name: string]: unknown;
|
|
142182
|
+
};
|
|
142183
|
+
content: {
|
|
142184
|
+
"application/json": {
|
|
142185
|
+
code: string;
|
|
142186
|
+
message: string;
|
|
142187
|
+
links?: {
|
|
142188
|
+
docs: string;
|
|
142189
|
+
schema: string;
|
|
142190
|
+
};
|
|
142191
|
+
issues?: {
|
|
142192
|
+
message: string;
|
|
142193
|
+
path?: (string | number)[];
|
|
142194
|
+
schema?: string;
|
|
142195
|
+
}[];
|
|
142196
|
+
retryable?: boolean;
|
|
142197
|
+
context?: unknown;
|
|
142198
|
+
};
|
|
142199
|
+
};
|
|
142200
|
+
};
|
|
142201
|
+
/** @description Unauthorized */
|
|
142202
|
+
401: {
|
|
142203
|
+
headers: {
|
|
142204
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142205
|
+
"Retry-After"?: number;
|
|
142206
|
+
[name: string]: unknown;
|
|
142207
|
+
};
|
|
142208
|
+
content: {
|
|
142209
|
+
"application/json": {
|
|
142210
|
+
code: string;
|
|
142211
|
+
message: string;
|
|
142212
|
+
links?: {
|
|
142213
|
+
docs: string;
|
|
142214
|
+
schema: string;
|
|
142215
|
+
};
|
|
142216
|
+
issues?: {
|
|
142217
|
+
message: string;
|
|
142218
|
+
path?: (string | number)[];
|
|
142219
|
+
schema?: string;
|
|
142220
|
+
}[];
|
|
142221
|
+
retryable?: boolean;
|
|
142222
|
+
context?: unknown;
|
|
142223
|
+
};
|
|
142224
|
+
};
|
|
142225
|
+
};
|
|
142226
|
+
/** @description Forbidden */
|
|
142227
|
+
403: {
|
|
142228
|
+
headers: {
|
|
142229
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142230
|
+
"Retry-After"?: number;
|
|
142231
|
+
[name: string]: unknown;
|
|
142232
|
+
};
|
|
142233
|
+
content: {
|
|
142234
|
+
"application/json": {
|
|
142235
|
+
code: string;
|
|
142236
|
+
message: string;
|
|
142237
|
+
links?: {
|
|
142238
|
+
docs: string;
|
|
142239
|
+
schema: string;
|
|
142240
|
+
};
|
|
142241
|
+
issues?: {
|
|
142242
|
+
message: string;
|
|
142243
|
+
path?: (string | number)[];
|
|
142244
|
+
schema?: string;
|
|
142245
|
+
}[];
|
|
142246
|
+
retryable?: boolean;
|
|
142247
|
+
context?: unknown;
|
|
142248
|
+
};
|
|
142249
|
+
};
|
|
142250
|
+
};
|
|
142251
|
+
/** @description Not found */
|
|
142252
|
+
404: {
|
|
142253
|
+
headers: {
|
|
142254
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142255
|
+
"Retry-After"?: number;
|
|
142256
|
+
[name: string]: unknown;
|
|
142257
|
+
};
|
|
142258
|
+
content: {
|
|
142259
|
+
"application/json": {
|
|
142260
|
+
code: string;
|
|
142261
|
+
message: string;
|
|
142262
|
+
links?: {
|
|
142263
|
+
docs: string;
|
|
142264
|
+
schema: string;
|
|
142265
|
+
};
|
|
142266
|
+
issues?: {
|
|
142267
|
+
message: string;
|
|
142268
|
+
path?: (string | number)[];
|
|
142269
|
+
schema?: string;
|
|
142270
|
+
}[];
|
|
142271
|
+
retryable?: boolean;
|
|
142272
|
+
context?: unknown;
|
|
142273
|
+
};
|
|
142274
|
+
};
|
|
142275
|
+
};
|
|
142276
|
+
/** @description Conflict */
|
|
142277
|
+
409: {
|
|
142278
|
+
headers: {
|
|
142279
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142280
|
+
"Retry-After"?: number;
|
|
142281
|
+
[name: string]: unknown;
|
|
142282
|
+
};
|
|
142283
|
+
content: {
|
|
142284
|
+
"application/json": {
|
|
142285
|
+
code: string;
|
|
142286
|
+
message: string;
|
|
142287
|
+
links?: {
|
|
142288
|
+
docs: string;
|
|
142289
|
+
schema: string;
|
|
142290
|
+
};
|
|
142291
|
+
issues?: {
|
|
142292
|
+
message: string;
|
|
142293
|
+
path?: (string | number)[];
|
|
142294
|
+
schema?: string;
|
|
142295
|
+
}[];
|
|
142296
|
+
retryable?: boolean;
|
|
142297
|
+
context?: unknown;
|
|
142298
|
+
};
|
|
142299
|
+
};
|
|
142300
|
+
};
|
|
142301
|
+
/** @description Gone */
|
|
142302
|
+
410: {
|
|
142303
|
+
headers: {
|
|
142304
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142305
|
+
"Retry-After"?: number;
|
|
142306
|
+
[name: string]: unknown;
|
|
142307
|
+
};
|
|
142308
|
+
content: {
|
|
142309
|
+
"application/json": {
|
|
142310
|
+
code: string;
|
|
142311
|
+
message: string;
|
|
142312
|
+
links?: {
|
|
142313
|
+
docs: string;
|
|
142314
|
+
schema: string;
|
|
142315
|
+
};
|
|
142316
|
+
issues?: {
|
|
142317
|
+
message: string;
|
|
142318
|
+
path?: (string | number)[];
|
|
142319
|
+
schema?: string;
|
|
142320
|
+
}[];
|
|
142321
|
+
retryable?: boolean;
|
|
142322
|
+
context?: unknown;
|
|
142323
|
+
};
|
|
142324
|
+
};
|
|
142325
|
+
};
|
|
142326
|
+
/** @description Unprocessable content */
|
|
142327
|
+
422: {
|
|
142328
|
+
headers: {
|
|
142329
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142330
|
+
"Retry-After"?: number;
|
|
142331
|
+
[name: string]: unknown;
|
|
142332
|
+
};
|
|
142333
|
+
content: {
|
|
142334
|
+
"application/json": {
|
|
142335
|
+
code: string;
|
|
142336
|
+
message: string;
|
|
142337
|
+
links?: {
|
|
142338
|
+
docs: string;
|
|
142339
|
+
schema: string;
|
|
142340
|
+
};
|
|
142341
|
+
issues?: {
|
|
142342
|
+
message: string;
|
|
142343
|
+
path?: (string | number)[];
|
|
142344
|
+
schema?: string;
|
|
142345
|
+
}[];
|
|
142346
|
+
retryable?: boolean;
|
|
142347
|
+
context?: unknown;
|
|
142348
|
+
};
|
|
142349
|
+
};
|
|
142350
|
+
};
|
|
142351
|
+
/** @description Internal server error */
|
|
142352
|
+
500: {
|
|
142353
|
+
headers: {
|
|
142354
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142355
|
+
"Retry-After"?: number;
|
|
142356
|
+
[name: string]: unknown;
|
|
142357
|
+
};
|
|
142358
|
+
content: {
|
|
142359
|
+
"application/json": {
|
|
142360
|
+
code: string;
|
|
142361
|
+
message: string;
|
|
142362
|
+
links?: {
|
|
142363
|
+
docs: string;
|
|
142364
|
+
schema: string;
|
|
142365
|
+
};
|
|
142366
|
+
issues?: {
|
|
142367
|
+
message: string;
|
|
142368
|
+
path?: (string | number)[];
|
|
142369
|
+
schema?: string;
|
|
142370
|
+
}[];
|
|
142371
|
+
retryable?: boolean;
|
|
142372
|
+
context?: unknown;
|
|
142373
|
+
};
|
|
142374
|
+
};
|
|
142375
|
+
};
|
|
142376
|
+
/** @description Service unavailable */
|
|
142377
|
+
503: {
|
|
142378
|
+
headers: {
|
|
142379
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
142380
|
+
"Retry-After"?: number;
|
|
142381
|
+
[name: string]: unknown;
|
|
142382
|
+
};
|
|
142383
|
+
content: {
|
|
142384
|
+
"application/json": {
|
|
142385
|
+
code: string;
|
|
142386
|
+
message: string;
|
|
142387
|
+
links?: {
|
|
142388
|
+
docs: string;
|
|
142389
|
+
schema: string;
|
|
142390
|
+
};
|
|
142391
|
+
issues?: {
|
|
142392
|
+
message: string;
|
|
142393
|
+
path?: (string | number)[];
|
|
142394
|
+
schema?: string;
|
|
142395
|
+
}[];
|
|
142396
|
+
retryable?: boolean;
|
|
142397
|
+
context?: unknown;
|
|
142398
|
+
};
|
|
142399
|
+
};
|
|
142400
|
+
};
|
|
142401
|
+
};
|
|
142402
|
+
};
|
|
142151
142403
|
putTransactionsByTransactionIdLinesById: {
|
|
142152
142404
|
parameters: {
|
|
142153
142405
|
query?: {
|