@vrplatform/api 1.3.1-6355 → 1.3.1-6359
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 +256 -290
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +256 -290
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +256 -290
package/src/generated/v1.ts
CHANGED
|
@@ -26083,13 +26083,13 @@ export interface operations {
|
|
|
26083
26083
|
excludedRows: number[];
|
|
26084
26084
|
fields: {
|
|
26085
26085
|
listing: {
|
|
26086
|
-
source?: string;
|
|
26086
|
+
source?: string | null;
|
|
26087
26087
|
overrides: {
|
|
26088
26088
|
[key: string]: string;
|
|
26089
26089
|
};
|
|
26090
26090
|
};
|
|
26091
26091
|
ownerKind: {
|
|
26092
|
-
source?: string;
|
|
26092
|
+
source?: string | null;
|
|
26093
26093
|
/** @enum {string} */
|
|
26094
26094
|
constant?: "individual" | "company";
|
|
26095
26095
|
values: {
|
|
@@ -26097,55 +26097,55 @@ export interface operations {
|
|
|
26097
26097
|
};
|
|
26098
26098
|
};
|
|
26099
26099
|
firstName: {
|
|
26100
|
-
source?: string;
|
|
26100
|
+
source?: string | null;
|
|
26101
26101
|
};
|
|
26102
26102
|
lastName: {
|
|
26103
|
-
source?: string;
|
|
26103
|
+
source?: string | null;
|
|
26104
26104
|
};
|
|
26105
26105
|
companyName: {
|
|
26106
|
-
source?: string;
|
|
26106
|
+
source?: string | null;
|
|
26107
26107
|
};
|
|
26108
26108
|
companyType: {
|
|
26109
|
-
source?: string;
|
|
26109
|
+
source?: string | null;
|
|
26110
26110
|
values: {
|
|
26111
26111
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26112
26112
|
};
|
|
26113
26113
|
};
|
|
26114
26114
|
ownerReference: {
|
|
26115
|
-
source?: string;
|
|
26115
|
+
source?: string | null;
|
|
26116
26116
|
overrides: {
|
|
26117
26117
|
[key: string]: string;
|
|
26118
26118
|
};
|
|
26119
26119
|
};
|
|
26120
26120
|
email: {
|
|
26121
|
-
source?: string;
|
|
26121
|
+
source?: string | null;
|
|
26122
26122
|
};
|
|
26123
26123
|
phone: {
|
|
26124
|
-
source?: string;
|
|
26124
|
+
source?: string | null;
|
|
26125
26125
|
};
|
|
26126
26126
|
taxIdentifier: {
|
|
26127
|
-
source?: string;
|
|
26127
|
+
source?: string | null;
|
|
26128
26128
|
};
|
|
26129
26129
|
address: {
|
|
26130
|
-
source?: string;
|
|
26130
|
+
source?: string | null;
|
|
26131
26131
|
};
|
|
26132
26132
|
unit: {
|
|
26133
|
-
source?: string;
|
|
26133
|
+
source?: string | null;
|
|
26134
26134
|
};
|
|
26135
26135
|
city: {
|
|
26136
|
-
source?: string;
|
|
26136
|
+
source?: string | null;
|
|
26137
26137
|
};
|
|
26138
26138
|
state: {
|
|
26139
|
-
source?: string;
|
|
26139
|
+
source?: string | null;
|
|
26140
26140
|
};
|
|
26141
26141
|
postalCode: {
|
|
26142
|
-
source?: string;
|
|
26142
|
+
source?: string | null;
|
|
26143
26143
|
};
|
|
26144
26144
|
country: {
|
|
26145
|
-
source?: string;
|
|
26145
|
+
source?: string | null;
|
|
26146
26146
|
};
|
|
26147
26147
|
payoutAccount: {
|
|
26148
|
-
source?: string;
|
|
26148
|
+
source?: string | null;
|
|
26149
26149
|
overrides: {
|
|
26150
26150
|
[key: string]: string;
|
|
26151
26151
|
};
|
|
@@ -26162,21 +26162,21 @@ export interface operations {
|
|
|
26162
26162
|
excludedRows: number[];
|
|
26163
26163
|
fields: {
|
|
26164
26164
|
billReference: {
|
|
26165
|
-
source?: string;
|
|
26165
|
+
source?: string | null;
|
|
26166
26166
|
};
|
|
26167
26167
|
issueDate: {
|
|
26168
|
-
source?: string;
|
|
26168
|
+
source?: string | null;
|
|
26169
26169
|
/** @enum {string} */
|
|
26170
26170
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26171
26171
|
};
|
|
26172
26172
|
vendor: {
|
|
26173
|
-
source?: string;
|
|
26173
|
+
source?: string | null;
|
|
26174
26174
|
overrides: {
|
|
26175
26175
|
[key: string]: string;
|
|
26176
26176
|
};
|
|
26177
26177
|
};
|
|
26178
26178
|
status: {
|
|
26179
|
-
source?: string;
|
|
26179
|
+
source?: string | null;
|
|
26180
26180
|
/** @enum {string} */
|
|
26181
26181
|
constant?: "paid" | "unpaid";
|
|
26182
26182
|
values: {
|
|
@@ -26184,58 +26184,58 @@ export interface operations {
|
|
|
26184
26184
|
};
|
|
26185
26185
|
};
|
|
26186
26186
|
paymentDate: {
|
|
26187
|
-
source?: string;
|
|
26187
|
+
source?: string | null;
|
|
26188
26188
|
/** @enum {string} */
|
|
26189
26189
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26190
26190
|
};
|
|
26191
26191
|
bankAccount: {
|
|
26192
|
-
source?: string;
|
|
26192
|
+
source?: string | null;
|
|
26193
26193
|
overrides: {
|
|
26194
26194
|
[key: string]: string;
|
|
26195
26195
|
};
|
|
26196
26196
|
};
|
|
26197
26197
|
currency: {
|
|
26198
|
-
source?: string;
|
|
26198
|
+
source?: string | null;
|
|
26199
26199
|
};
|
|
26200
26200
|
description: {
|
|
26201
|
-
source?: string;
|
|
26201
|
+
source?: string | null;
|
|
26202
26202
|
};
|
|
26203
26203
|
lineDescription: {
|
|
26204
|
-
source?: string;
|
|
26204
|
+
source?: string | null;
|
|
26205
26205
|
};
|
|
26206
26206
|
expenseAccount: {
|
|
26207
|
-
source?: string;
|
|
26207
|
+
source?: string | null;
|
|
26208
26208
|
overrides: {
|
|
26209
26209
|
[key: string]: string;
|
|
26210
26210
|
};
|
|
26211
26211
|
};
|
|
26212
26212
|
appliedAmount: {
|
|
26213
|
-
source?: string;
|
|
26213
|
+
source?: string | null;
|
|
26214
26214
|
};
|
|
26215
26215
|
reservation: {
|
|
26216
|
-
source?: string;
|
|
26216
|
+
source?: string | null;
|
|
26217
26217
|
overrides: {
|
|
26218
26218
|
[key: string]: string;
|
|
26219
26219
|
};
|
|
26220
26220
|
};
|
|
26221
26221
|
listing: {
|
|
26222
|
-
source?: string;
|
|
26222
|
+
source?: string | null;
|
|
26223
26223
|
overrides: {
|
|
26224
26224
|
[key: string]: string;
|
|
26225
26225
|
};
|
|
26226
26226
|
};
|
|
26227
26227
|
billToOwner: {
|
|
26228
|
-
source?: string;
|
|
26228
|
+
source?: string | null;
|
|
26229
26229
|
constant?: boolean;
|
|
26230
26230
|
values: {
|
|
26231
26231
|
[key: string]: boolean;
|
|
26232
26232
|
};
|
|
26233
26233
|
};
|
|
26234
26234
|
markup: {
|
|
26235
|
-
source?: string;
|
|
26235
|
+
source?: string | null;
|
|
26236
26236
|
};
|
|
26237
26237
|
markupTax: {
|
|
26238
|
-
source?: string;
|
|
26238
|
+
source?: string | null;
|
|
26239
26239
|
overrides: {
|
|
26240
26240
|
[key: string]: string;
|
|
26241
26241
|
};
|
|
@@ -26252,7 +26252,7 @@ export interface operations {
|
|
|
26252
26252
|
excludedRows: number[];
|
|
26253
26253
|
fields: {
|
|
26254
26254
|
vendorKind: {
|
|
26255
|
-
source?: string;
|
|
26255
|
+
source?: string | null;
|
|
26256
26256
|
/** @enum {string} */
|
|
26257
26257
|
constant?: "individual" | "company";
|
|
26258
26258
|
values: {
|
|
@@ -26260,52 +26260,52 @@ export interface operations {
|
|
|
26260
26260
|
};
|
|
26261
26261
|
};
|
|
26262
26262
|
firstName: {
|
|
26263
|
-
source?: string;
|
|
26263
|
+
source?: string | null;
|
|
26264
26264
|
};
|
|
26265
26265
|
lastName: {
|
|
26266
|
-
source?: string;
|
|
26266
|
+
source?: string | null;
|
|
26267
26267
|
};
|
|
26268
26268
|
companyName: {
|
|
26269
|
-
source?: string;
|
|
26269
|
+
source?: string | null;
|
|
26270
26270
|
};
|
|
26271
26271
|
companyType: {
|
|
26272
|
-
source?: string;
|
|
26272
|
+
source?: string | null;
|
|
26273
26273
|
values: {
|
|
26274
26274
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26275
26275
|
};
|
|
26276
26276
|
};
|
|
26277
26277
|
vendorReference: {
|
|
26278
|
-
source?: string;
|
|
26278
|
+
source?: string | null;
|
|
26279
26279
|
overrides: {
|
|
26280
26280
|
[key: string]: string;
|
|
26281
26281
|
};
|
|
26282
26282
|
};
|
|
26283
26283
|
email: {
|
|
26284
|
-
source?: string;
|
|
26284
|
+
source?: string | null;
|
|
26285
26285
|
};
|
|
26286
26286
|
phone: {
|
|
26287
|
-
source?: string;
|
|
26287
|
+
source?: string | null;
|
|
26288
26288
|
};
|
|
26289
26289
|
taxIdentifier: {
|
|
26290
|
-
source?: string;
|
|
26290
|
+
source?: string | null;
|
|
26291
26291
|
};
|
|
26292
26292
|
address: {
|
|
26293
|
-
source?: string;
|
|
26293
|
+
source?: string | null;
|
|
26294
26294
|
};
|
|
26295
26295
|
unit: {
|
|
26296
|
-
source?: string;
|
|
26296
|
+
source?: string | null;
|
|
26297
26297
|
};
|
|
26298
26298
|
city: {
|
|
26299
|
-
source?: string;
|
|
26299
|
+
source?: string | null;
|
|
26300
26300
|
};
|
|
26301
26301
|
state: {
|
|
26302
|
-
source?: string;
|
|
26302
|
+
source?: string | null;
|
|
26303
26303
|
};
|
|
26304
26304
|
postalCode: {
|
|
26305
|
-
source?: string;
|
|
26305
|
+
source?: string | null;
|
|
26306
26306
|
};
|
|
26307
26307
|
country: {
|
|
26308
|
-
source?: string;
|
|
26308
|
+
source?: string | null;
|
|
26309
26309
|
};
|
|
26310
26310
|
};
|
|
26311
26311
|
} | {
|
|
@@ -26319,69 +26319,69 @@ export interface operations {
|
|
|
26319
26319
|
excludedRows: number[];
|
|
26320
26320
|
fields: {
|
|
26321
26321
|
reference: {
|
|
26322
|
-
source?: string;
|
|
26322
|
+
source?: string | null;
|
|
26323
26323
|
};
|
|
26324
26324
|
date: {
|
|
26325
|
-
source?: string;
|
|
26325
|
+
source?: string | null;
|
|
26326
26326
|
/** @enum {string} */
|
|
26327
26327
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26328
26328
|
};
|
|
26329
26329
|
bankAccount: {
|
|
26330
|
-
source?: string;
|
|
26330
|
+
source?: string | null;
|
|
26331
26331
|
overrides: {
|
|
26332
26332
|
[key: string]: string;
|
|
26333
26333
|
};
|
|
26334
26334
|
};
|
|
26335
26335
|
description: {
|
|
26336
|
-
source?: string;
|
|
26336
|
+
source?: string | null;
|
|
26337
26337
|
};
|
|
26338
26338
|
currency: {
|
|
26339
|
-
source?: string;
|
|
26339
|
+
source?: string | null;
|
|
26340
26340
|
};
|
|
26341
26341
|
reservation: {
|
|
26342
|
-
source?: string;
|
|
26342
|
+
source?: string | null;
|
|
26343
26343
|
overrides: {
|
|
26344
26344
|
[key: string]: string;
|
|
26345
26345
|
};
|
|
26346
26346
|
};
|
|
26347
26347
|
contact: {
|
|
26348
|
-
source?: string;
|
|
26348
|
+
source?: string | null;
|
|
26349
26349
|
overrides: {
|
|
26350
26350
|
[key: string]: string;
|
|
26351
26351
|
};
|
|
26352
26352
|
};
|
|
26353
26353
|
listing: {
|
|
26354
|
-
source?: string;
|
|
26354
|
+
source?: string | null;
|
|
26355
26355
|
overrides: {
|
|
26356
26356
|
[key: string]: string;
|
|
26357
26357
|
};
|
|
26358
26358
|
};
|
|
26359
26359
|
account: {
|
|
26360
|
-
source?: string;
|
|
26360
|
+
source?: string | null;
|
|
26361
26361
|
overrides: {
|
|
26362
26362
|
[key: string]: string;
|
|
26363
26363
|
};
|
|
26364
26364
|
};
|
|
26365
26365
|
lineDescription: {
|
|
26366
|
-
source?: string;
|
|
26366
|
+
source?: string | null;
|
|
26367
26367
|
};
|
|
26368
26368
|
appliedAmount: {
|
|
26369
|
-
source?: string;
|
|
26369
|
+
source?: string | null;
|
|
26370
26370
|
};
|
|
26371
26371
|
merchantFee: {
|
|
26372
|
-
source?: string;
|
|
26372
|
+
source?: string | null;
|
|
26373
26373
|
};
|
|
26374
26374
|
channelFee: {
|
|
26375
|
-
source?: string;
|
|
26375
|
+
source?: string | null;
|
|
26376
26376
|
};
|
|
26377
26377
|
reserve: {
|
|
26378
|
-
source?: string;
|
|
26378
|
+
source?: string | null;
|
|
26379
26379
|
};
|
|
26380
26380
|
coHostPayout: {
|
|
26381
|
-
source?: string;
|
|
26381
|
+
source?: string | null;
|
|
26382
26382
|
};
|
|
26383
26383
|
vat: {
|
|
26384
|
-
source?: string;
|
|
26384
|
+
source?: string | null;
|
|
26385
26385
|
};
|
|
26386
26386
|
};
|
|
26387
26387
|
};
|
|
@@ -26702,13 +26702,13 @@ export interface operations {
|
|
|
26702
26702
|
excludedRows: number[];
|
|
26703
26703
|
fields: {
|
|
26704
26704
|
listing: {
|
|
26705
|
-
source?: string;
|
|
26705
|
+
source?: string | null;
|
|
26706
26706
|
overrides: {
|
|
26707
26707
|
[key: string]: string;
|
|
26708
26708
|
};
|
|
26709
26709
|
};
|
|
26710
26710
|
ownerKind: {
|
|
26711
|
-
source?: string;
|
|
26711
|
+
source?: string | null;
|
|
26712
26712
|
/** @enum {string} */
|
|
26713
26713
|
constant?: "individual" | "company";
|
|
26714
26714
|
values: {
|
|
@@ -26716,55 +26716,55 @@ export interface operations {
|
|
|
26716
26716
|
};
|
|
26717
26717
|
};
|
|
26718
26718
|
firstName: {
|
|
26719
|
-
source?: string;
|
|
26719
|
+
source?: string | null;
|
|
26720
26720
|
};
|
|
26721
26721
|
lastName: {
|
|
26722
|
-
source?: string;
|
|
26722
|
+
source?: string | null;
|
|
26723
26723
|
};
|
|
26724
26724
|
companyName: {
|
|
26725
|
-
source?: string;
|
|
26725
|
+
source?: string | null;
|
|
26726
26726
|
};
|
|
26727
26727
|
companyType: {
|
|
26728
|
-
source?: string;
|
|
26728
|
+
source?: string | null;
|
|
26729
26729
|
values: {
|
|
26730
26730
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26731
26731
|
};
|
|
26732
26732
|
};
|
|
26733
26733
|
ownerReference: {
|
|
26734
|
-
source?: string;
|
|
26734
|
+
source?: string | null;
|
|
26735
26735
|
overrides: {
|
|
26736
26736
|
[key: string]: string;
|
|
26737
26737
|
};
|
|
26738
26738
|
};
|
|
26739
26739
|
email: {
|
|
26740
|
-
source?: string;
|
|
26740
|
+
source?: string | null;
|
|
26741
26741
|
};
|
|
26742
26742
|
phone: {
|
|
26743
|
-
source?: string;
|
|
26743
|
+
source?: string | null;
|
|
26744
26744
|
};
|
|
26745
26745
|
taxIdentifier: {
|
|
26746
|
-
source?: string;
|
|
26746
|
+
source?: string | null;
|
|
26747
26747
|
};
|
|
26748
26748
|
address: {
|
|
26749
|
-
source?: string;
|
|
26749
|
+
source?: string | null;
|
|
26750
26750
|
};
|
|
26751
26751
|
unit: {
|
|
26752
|
-
source?: string;
|
|
26752
|
+
source?: string | null;
|
|
26753
26753
|
};
|
|
26754
26754
|
city: {
|
|
26755
|
-
source?: string;
|
|
26755
|
+
source?: string | null;
|
|
26756
26756
|
};
|
|
26757
26757
|
state: {
|
|
26758
|
-
source?: string;
|
|
26758
|
+
source?: string | null;
|
|
26759
26759
|
};
|
|
26760
26760
|
postalCode: {
|
|
26761
|
-
source?: string;
|
|
26761
|
+
source?: string | null;
|
|
26762
26762
|
};
|
|
26763
26763
|
country: {
|
|
26764
|
-
source?: string;
|
|
26764
|
+
source?: string | null;
|
|
26765
26765
|
};
|
|
26766
26766
|
payoutAccount: {
|
|
26767
|
-
source?: string;
|
|
26767
|
+
source?: string | null;
|
|
26768
26768
|
overrides: {
|
|
26769
26769
|
[key: string]: string;
|
|
26770
26770
|
};
|
|
@@ -26781,21 +26781,21 @@ export interface operations {
|
|
|
26781
26781
|
excludedRows: number[];
|
|
26782
26782
|
fields: {
|
|
26783
26783
|
billReference: {
|
|
26784
|
-
source?: string;
|
|
26784
|
+
source?: string | null;
|
|
26785
26785
|
};
|
|
26786
26786
|
issueDate: {
|
|
26787
|
-
source?: string;
|
|
26787
|
+
source?: string | null;
|
|
26788
26788
|
/** @enum {string} */
|
|
26789
26789
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26790
26790
|
};
|
|
26791
26791
|
vendor: {
|
|
26792
|
-
source?: string;
|
|
26792
|
+
source?: string | null;
|
|
26793
26793
|
overrides: {
|
|
26794
26794
|
[key: string]: string;
|
|
26795
26795
|
};
|
|
26796
26796
|
};
|
|
26797
26797
|
status: {
|
|
26798
|
-
source?: string;
|
|
26798
|
+
source?: string | null;
|
|
26799
26799
|
/** @enum {string} */
|
|
26800
26800
|
constant?: "paid" | "unpaid";
|
|
26801
26801
|
values: {
|
|
@@ -26803,58 +26803,58 @@ export interface operations {
|
|
|
26803
26803
|
};
|
|
26804
26804
|
};
|
|
26805
26805
|
paymentDate: {
|
|
26806
|
-
source?: string;
|
|
26806
|
+
source?: string | null;
|
|
26807
26807
|
/** @enum {string} */
|
|
26808
26808
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26809
26809
|
};
|
|
26810
26810
|
bankAccount: {
|
|
26811
|
-
source?: string;
|
|
26811
|
+
source?: string | null;
|
|
26812
26812
|
overrides: {
|
|
26813
26813
|
[key: string]: string;
|
|
26814
26814
|
};
|
|
26815
26815
|
};
|
|
26816
26816
|
currency: {
|
|
26817
|
-
source?: string;
|
|
26817
|
+
source?: string | null;
|
|
26818
26818
|
};
|
|
26819
26819
|
description: {
|
|
26820
|
-
source?: string;
|
|
26820
|
+
source?: string | null;
|
|
26821
26821
|
};
|
|
26822
26822
|
lineDescription: {
|
|
26823
|
-
source?: string;
|
|
26823
|
+
source?: string | null;
|
|
26824
26824
|
};
|
|
26825
26825
|
expenseAccount: {
|
|
26826
|
-
source?: string;
|
|
26826
|
+
source?: string | null;
|
|
26827
26827
|
overrides: {
|
|
26828
26828
|
[key: string]: string;
|
|
26829
26829
|
};
|
|
26830
26830
|
};
|
|
26831
26831
|
appliedAmount: {
|
|
26832
|
-
source?: string;
|
|
26832
|
+
source?: string | null;
|
|
26833
26833
|
};
|
|
26834
26834
|
reservation: {
|
|
26835
|
-
source?: string;
|
|
26835
|
+
source?: string | null;
|
|
26836
26836
|
overrides: {
|
|
26837
26837
|
[key: string]: string;
|
|
26838
26838
|
};
|
|
26839
26839
|
};
|
|
26840
26840
|
listing: {
|
|
26841
|
-
source?: string;
|
|
26841
|
+
source?: string | null;
|
|
26842
26842
|
overrides: {
|
|
26843
26843
|
[key: string]: string;
|
|
26844
26844
|
};
|
|
26845
26845
|
};
|
|
26846
26846
|
billToOwner: {
|
|
26847
|
-
source?: string;
|
|
26847
|
+
source?: string | null;
|
|
26848
26848
|
constant?: boolean;
|
|
26849
26849
|
values: {
|
|
26850
26850
|
[key: string]: boolean;
|
|
26851
26851
|
};
|
|
26852
26852
|
};
|
|
26853
26853
|
markup: {
|
|
26854
|
-
source?: string;
|
|
26854
|
+
source?: string | null;
|
|
26855
26855
|
};
|
|
26856
26856
|
markupTax: {
|
|
26857
|
-
source?: string;
|
|
26857
|
+
source?: string | null;
|
|
26858
26858
|
overrides: {
|
|
26859
26859
|
[key: string]: string;
|
|
26860
26860
|
};
|
|
@@ -26871,7 +26871,7 @@ export interface operations {
|
|
|
26871
26871
|
excludedRows: number[];
|
|
26872
26872
|
fields: {
|
|
26873
26873
|
vendorKind: {
|
|
26874
|
-
source?: string;
|
|
26874
|
+
source?: string | null;
|
|
26875
26875
|
/** @enum {string} */
|
|
26876
26876
|
constant?: "individual" | "company";
|
|
26877
26877
|
values: {
|
|
@@ -26879,52 +26879,52 @@ export interface operations {
|
|
|
26879
26879
|
};
|
|
26880
26880
|
};
|
|
26881
26881
|
firstName: {
|
|
26882
|
-
source?: string;
|
|
26882
|
+
source?: string | null;
|
|
26883
26883
|
};
|
|
26884
26884
|
lastName: {
|
|
26885
|
-
source?: string;
|
|
26885
|
+
source?: string | null;
|
|
26886
26886
|
};
|
|
26887
26887
|
companyName: {
|
|
26888
|
-
source?: string;
|
|
26888
|
+
source?: string | null;
|
|
26889
26889
|
};
|
|
26890
26890
|
companyType: {
|
|
26891
|
-
source?: string;
|
|
26891
|
+
source?: string | null;
|
|
26892
26892
|
values: {
|
|
26893
26893
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
26894
26894
|
};
|
|
26895
26895
|
};
|
|
26896
26896
|
vendorReference: {
|
|
26897
|
-
source?: string;
|
|
26897
|
+
source?: string | null;
|
|
26898
26898
|
overrides: {
|
|
26899
26899
|
[key: string]: string;
|
|
26900
26900
|
};
|
|
26901
26901
|
};
|
|
26902
26902
|
email: {
|
|
26903
|
-
source?: string;
|
|
26903
|
+
source?: string | null;
|
|
26904
26904
|
};
|
|
26905
26905
|
phone: {
|
|
26906
|
-
source?: string;
|
|
26906
|
+
source?: string | null;
|
|
26907
26907
|
};
|
|
26908
26908
|
taxIdentifier: {
|
|
26909
|
-
source?: string;
|
|
26909
|
+
source?: string | null;
|
|
26910
26910
|
};
|
|
26911
26911
|
address: {
|
|
26912
|
-
source?: string;
|
|
26912
|
+
source?: string | null;
|
|
26913
26913
|
};
|
|
26914
26914
|
unit: {
|
|
26915
|
-
source?: string;
|
|
26915
|
+
source?: string | null;
|
|
26916
26916
|
};
|
|
26917
26917
|
city: {
|
|
26918
|
-
source?: string;
|
|
26918
|
+
source?: string | null;
|
|
26919
26919
|
};
|
|
26920
26920
|
state: {
|
|
26921
|
-
source?: string;
|
|
26921
|
+
source?: string | null;
|
|
26922
26922
|
};
|
|
26923
26923
|
postalCode: {
|
|
26924
|
-
source?: string;
|
|
26924
|
+
source?: string | null;
|
|
26925
26925
|
};
|
|
26926
26926
|
country: {
|
|
26927
|
-
source?: string;
|
|
26927
|
+
source?: string | null;
|
|
26928
26928
|
};
|
|
26929
26929
|
};
|
|
26930
26930
|
} | {
|
|
@@ -26938,69 +26938,69 @@ export interface operations {
|
|
|
26938
26938
|
excludedRows: number[];
|
|
26939
26939
|
fields: {
|
|
26940
26940
|
reference: {
|
|
26941
|
-
source?: string;
|
|
26941
|
+
source?: string | null;
|
|
26942
26942
|
};
|
|
26943
26943
|
date: {
|
|
26944
|
-
source?: string;
|
|
26944
|
+
source?: string | null;
|
|
26945
26945
|
/** @enum {string} */
|
|
26946
26946
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
26947
26947
|
};
|
|
26948
26948
|
bankAccount: {
|
|
26949
|
-
source?: string;
|
|
26949
|
+
source?: string | null;
|
|
26950
26950
|
overrides: {
|
|
26951
26951
|
[key: string]: string;
|
|
26952
26952
|
};
|
|
26953
26953
|
};
|
|
26954
26954
|
description: {
|
|
26955
|
-
source?: string;
|
|
26955
|
+
source?: string | null;
|
|
26956
26956
|
};
|
|
26957
26957
|
currency: {
|
|
26958
|
-
source?: string;
|
|
26958
|
+
source?: string | null;
|
|
26959
26959
|
};
|
|
26960
26960
|
reservation: {
|
|
26961
|
-
source?: string;
|
|
26961
|
+
source?: string | null;
|
|
26962
26962
|
overrides: {
|
|
26963
26963
|
[key: string]: string;
|
|
26964
26964
|
};
|
|
26965
26965
|
};
|
|
26966
26966
|
contact: {
|
|
26967
|
-
source?: string;
|
|
26967
|
+
source?: string | null;
|
|
26968
26968
|
overrides: {
|
|
26969
26969
|
[key: string]: string;
|
|
26970
26970
|
};
|
|
26971
26971
|
};
|
|
26972
26972
|
listing: {
|
|
26973
|
-
source?: string;
|
|
26973
|
+
source?: string | null;
|
|
26974
26974
|
overrides: {
|
|
26975
26975
|
[key: string]: string;
|
|
26976
26976
|
};
|
|
26977
26977
|
};
|
|
26978
26978
|
account: {
|
|
26979
|
-
source?: string;
|
|
26979
|
+
source?: string | null;
|
|
26980
26980
|
overrides: {
|
|
26981
26981
|
[key: string]: string;
|
|
26982
26982
|
};
|
|
26983
26983
|
};
|
|
26984
26984
|
lineDescription: {
|
|
26985
|
-
source?: string;
|
|
26985
|
+
source?: string | null;
|
|
26986
26986
|
};
|
|
26987
26987
|
appliedAmount: {
|
|
26988
|
-
source?: string;
|
|
26988
|
+
source?: string | null;
|
|
26989
26989
|
};
|
|
26990
26990
|
merchantFee: {
|
|
26991
|
-
source?: string;
|
|
26991
|
+
source?: string | null;
|
|
26992
26992
|
};
|
|
26993
26993
|
channelFee: {
|
|
26994
|
-
source?: string;
|
|
26994
|
+
source?: string | null;
|
|
26995
26995
|
};
|
|
26996
26996
|
reserve: {
|
|
26997
|
-
source?: string;
|
|
26997
|
+
source?: string | null;
|
|
26998
26998
|
};
|
|
26999
26999
|
coHostPayout: {
|
|
27000
|
-
source?: string;
|
|
27000
|
+
source?: string | null;
|
|
27001
27001
|
};
|
|
27002
27002
|
vat: {
|
|
27003
|
-
source?: string;
|
|
27003
|
+
source?: string | null;
|
|
27004
27004
|
};
|
|
27005
27005
|
};
|
|
27006
27006
|
};
|
|
@@ -27087,23 +27087,6 @@ export interface operations {
|
|
|
27087
27087
|
};
|
|
27088
27088
|
excludedRows: number[];
|
|
27089
27089
|
};
|
|
27090
|
-
sampleRows: {
|
|
27091
|
-
rowNumber: number;
|
|
27092
|
-
source: {
|
|
27093
|
-
[key: string]: string | null;
|
|
27094
|
-
};
|
|
27095
|
-
transformed?: {
|
|
27096
|
-
Date: string;
|
|
27097
|
-
Description: string;
|
|
27098
|
-
Amount: number;
|
|
27099
|
-
} | null;
|
|
27100
|
-
systemExclusion?: {
|
|
27101
|
-
/** @constant */
|
|
27102
|
-
code: "beforeBankRecordStartDate";
|
|
27103
|
-
bankRecordStartDate: string;
|
|
27104
|
-
};
|
|
27105
|
-
}[];
|
|
27106
|
-
sampleRowsTruncated: boolean;
|
|
27107
27090
|
totals: {
|
|
27108
27091
|
rows: number;
|
|
27109
27092
|
valid: number;
|
|
@@ -27145,13 +27128,13 @@ export interface operations {
|
|
|
27145
27128
|
excludedRows: number[];
|
|
27146
27129
|
fields: {
|
|
27147
27130
|
listing: {
|
|
27148
|
-
source?: string;
|
|
27131
|
+
source?: string | null;
|
|
27149
27132
|
overrides: {
|
|
27150
27133
|
[key: string]: string;
|
|
27151
27134
|
};
|
|
27152
27135
|
};
|
|
27153
27136
|
ownerKind: {
|
|
27154
|
-
source?: string;
|
|
27137
|
+
source?: string | null;
|
|
27155
27138
|
/** @enum {string} */
|
|
27156
27139
|
constant?: "individual" | "company";
|
|
27157
27140
|
values: {
|
|
@@ -27159,55 +27142,55 @@ export interface operations {
|
|
|
27159
27142
|
};
|
|
27160
27143
|
};
|
|
27161
27144
|
firstName: {
|
|
27162
|
-
source?: string;
|
|
27145
|
+
source?: string | null;
|
|
27163
27146
|
};
|
|
27164
27147
|
lastName: {
|
|
27165
|
-
source?: string;
|
|
27148
|
+
source?: string | null;
|
|
27166
27149
|
};
|
|
27167
27150
|
companyName: {
|
|
27168
|
-
source?: string;
|
|
27151
|
+
source?: string | null;
|
|
27169
27152
|
};
|
|
27170
27153
|
companyType: {
|
|
27171
|
-
source?: string;
|
|
27154
|
+
source?: string | null;
|
|
27172
27155
|
values: {
|
|
27173
27156
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27174
27157
|
};
|
|
27175
27158
|
};
|
|
27176
27159
|
ownerReference: {
|
|
27177
|
-
source?: string;
|
|
27160
|
+
source?: string | null;
|
|
27178
27161
|
overrides: {
|
|
27179
27162
|
[key: string]: string;
|
|
27180
27163
|
};
|
|
27181
27164
|
};
|
|
27182
27165
|
email: {
|
|
27183
|
-
source?: string;
|
|
27166
|
+
source?: string | null;
|
|
27184
27167
|
};
|
|
27185
27168
|
phone: {
|
|
27186
|
-
source?: string;
|
|
27169
|
+
source?: string | null;
|
|
27187
27170
|
};
|
|
27188
27171
|
taxIdentifier: {
|
|
27189
|
-
source?: string;
|
|
27172
|
+
source?: string | null;
|
|
27190
27173
|
};
|
|
27191
27174
|
address: {
|
|
27192
|
-
source?: string;
|
|
27175
|
+
source?: string | null;
|
|
27193
27176
|
};
|
|
27194
27177
|
unit: {
|
|
27195
|
-
source?: string;
|
|
27178
|
+
source?: string | null;
|
|
27196
27179
|
};
|
|
27197
27180
|
city: {
|
|
27198
|
-
source?: string;
|
|
27181
|
+
source?: string | null;
|
|
27199
27182
|
};
|
|
27200
27183
|
state: {
|
|
27201
|
-
source?: string;
|
|
27184
|
+
source?: string | null;
|
|
27202
27185
|
};
|
|
27203
27186
|
postalCode: {
|
|
27204
|
-
source?: string;
|
|
27187
|
+
source?: string | null;
|
|
27205
27188
|
};
|
|
27206
27189
|
country: {
|
|
27207
|
-
source?: string;
|
|
27190
|
+
source?: string | null;
|
|
27208
27191
|
};
|
|
27209
27192
|
payoutAccount: {
|
|
27210
|
-
source?: string;
|
|
27193
|
+
source?: string | null;
|
|
27211
27194
|
overrides: {
|
|
27212
27195
|
[key: string]: string;
|
|
27213
27196
|
};
|
|
@@ -27257,21 +27240,21 @@ export interface operations {
|
|
|
27257
27240
|
excludedRows: number[];
|
|
27258
27241
|
fields: {
|
|
27259
27242
|
billReference: {
|
|
27260
|
-
source?: string;
|
|
27243
|
+
source?: string | null;
|
|
27261
27244
|
};
|
|
27262
27245
|
issueDate: {
|
|
27263
|
-
source?: string;
|
|
27246
|
+
source?: string | null;
|
|
27264
27247
|
/** @enum {string} */
|
|
27265
27248
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27266
27249
|
};
|
|
27267
27250
|
vendor: {
|
|
27268
|
-
source?: string;
|
|
27251
|
+
source?: string | null;
|
|
27269
27252
|
overrides: {
|
|
27270
27253
|
[key: string]: string;
|
|
27271
27254
|
};
|
|
27272
27255
|
};
|
|
27273
27256
|
status: {
|
|
27274
|
-
source?: string;
|
|
27257
|
+
source?: string | null;
|
|
27275
27258
|
/** @enum {string} */
|
|
27276
27259
|
constant?: "paid" | "unpaid";
|
|
27277
27260
|
values: {
|
|
@@ -27279,58 +27262,58 @@ export interface operations {
|
|
|
27279
27262
|
};
|
|
27280
27263
|
};
|
|
27281
27264
|
paymentDate: {
|
|
27282
|
-
source?: string;
|
|
27265
|
+
source?: string | null;
|
|
27283
27266
|
/** @enum {string} */
|
|
27284
27267
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27285
27268
|
};
|
|
27286
27269
|
bankAccount: {
|
|
27287
|
-
source?: string;
|
|
27270
|
+
source?: string | null;
|
|
27288
27271
|
overrides: {
|
|
27289
27272
|
[key: string]: string;
|
|
27290
27273
|
};
|
|
27291
27274
|
};
|
|
27292
27275
|
currency: {
|
|
27293
|
-
source?: string;
|
|
27276
|
+
source?: string | null;
|
|
27294
27277
|
};
|
|
27295
27278
|
description: {
|
|
27296
|
-
source?: string;
|
|
27279
|
+
source?: string | null;
|
|
27297
27280
|
};
|
|
27298
27281
|
lineDescription: {
|
|
27299
|
-
source?: string;
|
|
27282
|
+
source?: string | null;
|
|
27300
27283
|
};
|
|
27301
27284
|
expenseAccount: {
|
|
27302
|
-
source?: string;
|
|
27285
|
+
source?: string | null;
|
|
27303
27286
|
overrides: {
|
|
27304
27287
|
[key: string]: string;
|
|
27305
27288
|
};
|
|
27306
27289
|
};
|
|
27307
27290
|
appliedAmount: {
|
|
27308
|
-
source?: string;
|
|
27291
|
+
source?: string | null;
|
|
27309
27292
|
};
|
|
27310
27293
|
reservation: {
|
|
27311
|
-
source?: string;
|
|
27294
|
+
source?: string | null;
|
|
27312
27295
|
overrides: {
|
|
27313
27296
|
[key: string]: string;
|
|
27314
27297
|
};
|
|
27315
27298
|
};
|
|
27316
27299
|
listing: {
|
|
27317
|
-
source?: string;
|
|
27300
|
+
source?: string | null;
|
|
27318
27301
|
overrides: {
|
|
27319
27302
|
[key: string]: string;
|
|
27320
27303
|
};
|
|
27321
27304
|
};
|
|
27322
27305
|
billToOwner: {
|
|
27323
|
-
source?: string;
|
|
27306
|
+
source?: string | null;
|
|
27324
27307
|
constant?: boolean;
|
|
27325
27308
|
values: {
|
|
27326
27309
|
[key: string]: boolean;
|
|
27327
27310
|
};
|
|
27328
27311
|
};
|
|
27329
27312
|
markup: {
|
|
27330
|
-
source?: string;
|
|
27313
|
+
source?: string | null;
|
|
27331
27314
|
};
|
|
27332
27315
|
markupTax: {
|
|
27333
|
-
source?: string;
|
|
27316
|
+
source?: string | null;
|
|
27334
27317
|
overrides: {
|
|
27335
27318
|
[key: string]: string;
|
|
27336
27319
|
};
|
|
@@ -27384,7 +27367,7 @@ export interface operations {
|
|
|
27384
27367
|
excludedRows: number[];
|
|
27385
27368
|
fields: {
|
|
27386
27369
|
vendorKind: {
|
|
27387
|
-
source?: string;
|
|
27370
|
+
source?: string | null;
|
|
27388
27371
|
/** @enum {string} */
|
|
27389
27372
|
constant?: "individual" | "company";
|
|
27390
27373
|
values: {
|
|
@@ -27392,52 +27375,52 @@ export interface operations {
|
|
|
27392
27375
|
};
|
|
27393
27376
|
};
|
|
27394
27377
|
firstName: {
|
|
27395
|
-
source?: string;
|
|
27378
|
+
source?: string | null;
|
|
27396
27379
|
};
|
|
27397
27380
|
lastName: {
|
|
27398
|
-
source?: string;
|
|
27381
|
+
source?: string | null;
|
|
27399
27382
|
};
|
|
27400
27383
|
companyName: {
|
|
27401
|
-
source?: string;
|
|
27384
|
+
source?: string | null;
|
|
27402
27385
|
};
|
|
27403
27386
|
companyType: {
|
|
27404
|
-
source?: string;
|
|
27387
|
+
source?: string | null;
|
|
27405
27388
|
values: {
|
|
27406
27389
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27407
27390
|
};
|
|
27408
27391
|
};
|
|
27409
27392
|
vendorReference: {
|
|
27410
|
-
source?: string;
|
|
27393
|
+
source?: string | null;
|
|
27411
27394
|
overrides: {
|
|
27412
27395
|
[key: string]: string;
|
|
27413
27396
|
};
|
|
27414
27397
|
};
|
|
27415
27398
|
email: {
|
|
27416
|
-
source?: string;
|
|
27399
|
+
source?: string | null;
|
|
27417
27400
|
};
|
|
27418
27401
|
phone: {
|
|
27419
|
-
source?: string;
|
|
27402
|
+
source?: string | null;
|
|
27420
27403
|
};
|
|
27421
27404
|
taxIdentifier: {
|
|
27422
|
-
source?: string;
|
|
27405
|
+
source?: string | null;
|
|
27423
27406
|
};
|
|
27424
27407
|
address: {
|
|
27425
|
-
source?: string;
|
|
27408
|
+
source?: string | null;
|
|
27426
27409
|
};
|
|
27427
27410
|
unit: {
|
|
27428
|
-
source?: string;
|
|
27411
|
+
source?: string | null;
|
|
27429
27412
|
};
|
|
27430
27413
|
city: {
|
|
27431
|
-
source?: string;
|
|
27414
|
+
source?: string | null;
|
|
27432
27415
|
};
|
|
27433
27416
|
state: {
|
|
27434
|
-
source?: string;
|
|
27417
|
+
source?: string | null;
|
|
27435
27418
|
};
|
|
27436
27419
|
postalCode: {
|
|
27437
|
-
source?: string;
|
|
27420
|
+
source?: string | null;
|
|
27438
27421
|
};
|
|
27439
27422
|
country: {
|
|
27440
|
-
source?: string;
|
|
27423
|
+
source?: string | null;
|
|
27441
27424
|
};
|
|
27442
27425
|
};
|
|
27443
27426
|
};
|
|
@@ -27483,69 +27466,69 @@ export interface operations {
|
|
|
27483
27466
|
excludedRows: number[];
|
|
27484
27467
|
fields: {
|
|
27485
27468
|
reference: {
|
|
27486
|
-
source?: string;
|
|
27469
|
+
source?: string | null;
|
|
27487
27470
|
};
|
|
27488
27471
|
date: {
|
|
27489
|
-
source?: string;
|
|
27472
|
+
source?: string | null;
|
|
27490
27473
|
/** @enum {string} */
|
|
27491
27474
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
27492
27475
|
};
|
|
27493
27476
|
bankAccount: {
|
|
27494
|
-
source?: string;
|
|
27477
|
+
source?: string | null;
|
|
27495
27478
|
overrides: {
|
|
27496
27479
|
[key: string]: string;
|
|
27497
27480
|
};
|
|
27498
27481
|
};
|
|
27499
27482
|
description: {
|
|
27500
|
-
source?: string;
|
|
27483
|
+
source?: string | null;
|
|
27501
27484
|
};
|
|
27502
27485
|
currency: {
|
|
27503
|
-
source?: string;
|
|
27486
|
+
source?: string | null;
|
|
27504
27487
|
};
|
|
27505
27488
|
reservation: {
|
|
27506
|
-
source?: string;
|
|
27489
|
+
source?: string | null;
|
|
27507
27490
|
overrides: {
|
|
27508
27491
|
[key: string]: string;
|
|
27509
27492
|
};
|
|
27510
27493
|
};
|
|
27511
27494
|
contact: {
|
|
27512
|
-
source?: string;
|
|
27495
|
+
source?: string | null;
|
|
27513
27496
|
overrides: {
|
|
27514
27497
|
[key: string]: string;
|
|
27515
27498
|
};
|
|
27516
27499
|
};
|
|
27517
27500
|
listing: {
|
|
27518
|
-
source?: string;
|
|
27501
|
+
source?: string | null;
|
|
27519
27502
|
overrides: {
|
|
27520
27503
|
[key: string]: string;
|
|
27521
27504
|
};
|
|
27522
27505
|
};
|
|
27523
27506
|
account: {
|
|
27524
|
-
source?: string;
|
|
27507
|
+
source?: string | null;
|
|
27525
27508
|
overrides: {
|
|
27526
27509
|
[key: string]: string;
|
|
27527
27510
|
};
|
|
27528
27511
|
};
|
|
27529
27512
|
lineDescription: {
|
|
27530
|
-
source?: string;
|
|
27513
|
+
source?: string | null;
|
|
27531
27514
|
};
|
|
27532
27515
|
appliedAmount: {
|
|
27533
|
-
source?: string;
|
|
27516
|
+
source?: string | null;
|
|
27534
27517
|
};
|
|
27535
27518
|
merchantFee: {
|
|
27536
|
-
source?: string;
|
|
27519
|
+
source?: string | null;
|
|
27537
27520
|
};
|
|
27538
27521
|
channelFee: {
|
|
27539
|
-
source?: string;
|
|
27522
|
+
source?: string | null;
|
|
27540
27523
|
};
|
|
27541
27524
|
reserve: {
|
|
27542
|
-
source?: string;
|
|
27525
|
+
source?: string | null;
|
|
27543
27526
|
};
|
|
27544
27527
|
coHostPayout: {
|
|
27545
|
-
source?: string;
|
|
27528
|
+
source?: string | null;
|
|
27546
27529
|
};
|
|
27547
27530
|
vat: {
|
|
27548
|
-
source?: string;
|
|
27531
|
+
source?: string | null;
|
|
27549
27532
|
};
|
|
27550
27533
|
};
|
|
27551
27534
|
};
|
|
@@ -27905,23 +27888,6 @@ export interface operations {
|
|
|
27905
27888
|
};
|
|
27906
27889
|
excludedRows: number[];
|
|
27907
27890
|
};
|
|
27908
|
-
sampleRows: {
|
|
27909
|
-
rowNumber: number;
|
|
27910
|
-
source: {
|
|
27911
|
-
[key: string]: string | null;
|
|
27912
|
-
};
|
|
27913
|
-
transformed?: {
|
|
27914
|
-
Date: string;
|
|
27915
|
-
Description: string;
|
|
27916
|
-
Amount: number;
|
|
27917
|
-
} | null;
|
|
27918
|
-
systemExclusion?: {
|
|
27919
|
-
/** @constant */
|
|
27920
|
-
code: "beforeBankRecordStartDate";
|
|
27921
|
-
bankRecordStartDate: string;
|
|
27922
|
-
};
|
|
27923
|
-
}[];
|
|
27924
|
-
sampleRowsTruncated: boolean;
|
|
27925
27891
|
totals: {
|
|
27926
27892
|
rows: number;
|
|
27927
27893
|
valid: number;
|
|
@@ -27963,13 +27929,13 @@ export interface operations {
|
|
|
27963
27929
|
excludedRows: number[];
|
|
27964
27930
|
fields: {
|
|
27965
27931
|
listing: {
|
|
27966
|
-
source?: string;
|
|
27932
|
+
source?: string | null;
|
|
27967
27933
|
overrides: {
|
|
27968
27934
|
[key: string]: string;
|
|
27969
27935
|
};
|
|
27970
27936
|
};
|
|
27971
27937
|
ownerKind: {
|
|
27972
|
-
source?: string;
|
|
27938
|
+
source?: string | null;
|
|
27973
27939
|
/** @enum {string} */
|
|
27974
27940
|
constant?: "individual" | "company";
|
|
27975
27941
|
values: {
|
|
@@ -27977,55 +27943,55 @@ export interface operations {
|
|
|
27977
27943
|
};
|
|
27978
27944
|
};
|
|
27979
27945
|
firstName: {
|
|
27980
|
-
source?: string;
|
|
27946
|
+
source?: string | null;
|
|
27981
27947
|
};
|
|
27982
27948
|
lastName: {
|
|
27983
|
-
source?: string;
|
|
27949
|
+
source?: string | null;
|
|
27984
27950
|
};
|
|
27985
27951
|
companyName: {
|
|
27986
|
-
source?: string;
|
|
27952
|
+
source?: string | null;
|
|
27987
27953
|
};
|
|
27988
27954
|
companyType: {
|
|
27989
|
-
source?: string;
|
|
27955
|
+
source?: string | null;
|
|
27990
27956
|
values: {
|
|
27991
27957
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
27992
27958
|
};
|
|
27993
27959
|
};
|
|
27994
27960
|
ownerReference: {
|
|
27995
|
-
source?: string;
|
|
27961
|
+
source?: string | null;
|
|
27996
27962
|
overrides: {
|
|
27997
27963
|
[key: string]: string;
|
|
27998
27964
|
};
|
|
27999
27965
|
};
|
|
28000
27966
|
email: {
|
|
28001
|
-
source?: string;
|
|
27967
|
+
source?: string | null;
|
|
28002
27968
|
};
|
|
28003
27969
|
phone: {
|
|
28004
|
-
source?: string;
|
|
27970
|
+
source?: string | null;
|
|
28005
27971
|
};
|
|
28006
27972
|
taxIdentifier: {
|
|
28007
|
-
source?: string;
|
|
27973
|
+
source?: string | null;
|
|
28008
27974
|
};
|
|
28009
27975
|
address: {
|
|
28010
|
-
source?: string;
|
|
27976
|
+
source?: string | null;
|
|
28011
27977
|
};
|
|
28012
27978
|
unit: {
|
|
28013
|
-
source?: string;
|
|
27979
|
+
source?: string | null;
|
|
28014
27980
|
};
|
|
28015
27981
|
city: {
|
|
28016
|
-
source?: string;
|
|
27982
|
+
source?: string | null;
|
|
28017
27983
|
};
|
|
28018
27984
|
state: {
|
|
28019
|
-
source?: string;
|
|
27985
|
+
source?: string | null;
|
|
28020
27986
|
};
|
|
28021
27987
|
postalCode: {
|
|
28022
|
-
source?: string;
|
|
27988
|
+
source?: string | null;
|
|
28023
27989
|
};
|
|
28024
27990
|
country: {
|
|
28025
|
-
source?: string;
|
|
27991
|
+
source?: string | null;
|
|
28026
27992
|
};
|
|
28027
27993
|
payoutAccount: {
|
|
28028
|
-
source?: string;
|
|
27994
|
+
source?: string | null;
|
|
28029
27995
|
overrides: {
|
|
28030
27996
|
[key: string]: string;
|
|
28031
27997
|
};
|
|
@@ -28075,21 +28041,21 @@ export interface operations {
|
|
|
28075
28041
|
excludedRows: number[];
|
|
28076
28042
|
fields: {
|
|
28077
28043
|
billReference: {
|
|
28078
|
-
source?: string;
|
|
28044
|
+
source?: string | null;
|
|
28079
28045
|
};
|
|
28080
28046
|
issueDate: {
|
|
28081
|
-
source?: string;
|
|
28047
|
+
source?: string | null;
|
|
28082
28048
|
/** @enum {string} */
|
|
28083
28049
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28084
28050
|
};
|
|
28085
28051
|
vendor: {
|
|
28086
|
-
source?: string;
|
|
28052
|
+
source?: string | null;
|
|
28087
28053
|
overrides: {
|
|
28088
28054
|
[key: string]: string;
|
|
28089
28055
|
};
|
|
28090
28056
|
};
|
|
28091
28057
|
status: {
|
|
28092
|
-
source?: string;
|
|
28058
|
+
source?: string | null;
|
|
28093
28059
|
/** @enum {string} */
|
|
28094
28060
|
constant?: "paid" | "unpaid";
|
|
28095
28061
|
values: {
|
|
@@ -28097,58 +28063,58 @@ export interface operations {
|
|
|
28097
28063
|
};
|
|
28098
28064
|
};
|
|
28099
28065
|
paymentDate: {
|
|
28100
|
-
source?: string;
|
|
28066
|
+
source?: string | null;
|
|
28101
28067
|
/** @enum {string} */
|
|
28102
28068
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28103
28069
|
};
|
|
28104
28070
|
bankAccount: {
|
|
28105
|
-
source?: string;
|
|
28071
|
+
source?: string | null;
|
|
28106
28072
|
overrides: {
|
|
28107
28073
|
[key: string]: string;
|
|
28108
28074
|
};
|
|
28109
28075
|
};
|
|
28110
28076
|
currency: {
|
|
28111
|
-
source?: string;
|
|
28077
|
+
source?: string | null;
|
|
28112
28078
|
};
|
|
28113
28079
|
description: {
|
|
28114
|
-
source?: string;
|
|
28080
|
+
source?: string | null;
|
|
28115
28081
|
};
|
|
28116
28082
|
lineDescription: {
|
|
28117
|
-
source?: string;
|
|
28083
|
+
source?: string | null;
|
|
28118
28084
|
};
|
|
28119
28085
|
expenseAccount: {
|
|
28120
|
-
source?: string;
|
|
28086
|
+
source?: string | null;
|
|
28121
28087
|
overrides: {
|
|
28122
28088
|
[key: string]: string;
|
|
28123
28089
|
};
|
|
28124
28090
|
};
|
|
28125
28091
|
appliedAmount: {
|
|
28126
|
-
source?: string;
|
|
28092
|
+
source?: string | null;
|
|
28127
28093
|
};
|
|
28128
28094
|
reservation: {
|
|
28129
|
-
source?: string;
|
|
28095
|
+
source?: string | null;
|
|
28130
28096
|
overrides: {
|
|
28131
28097
|
[key: string]: string;
|
|
28132
28098
|
};
|
|
28133
28099
|
};
|
|
28134
28100
|
listing: {
|
|
28135
|
-
source?: string;
|
|
28101
|
+
source?: string | null;
|
|
28136
28102
|
overrides: {
|
|
28137
28103
|
[key: string]: string;
|
|
28138
28104
|
};
|
|
28139
28105
|
};
|
|
28140
28106
|
billToOwner: {
|
|
28141
|
-
source?: string;
|
|
28107
|
+
source?: string | null;
|
|
28142
28108
|
constant?: boolean;
|
|
28143
28109
|
values: {
|
|
28144
28110
|
[key: string]: boolean;
|
|
28145
28111
|
};
|
|
28146
28112
|
};
|
|
28147
28113
|
markup: {
|
|
28148
|
-
source?: string;
|
|
28114
|
+
source?: string | null;
|
|
28149
28115
|
};
|
|
28150
28116
|
markupTax: {
|
|
28151
|
-
source?: string;
|
|
28117
|
+
source?: string | null;
|
|
28152
28118
|
overrides: {
|
|
28153
28119
|
[key: string]: string;
|
|
28154
28120
|
};
|
|
@@ -28202,7 +28168,7 @@ export interface operations {
|
|
|
28202
28168
|
excludedRows: number[];
|
|
28203
28169
|
fields: {
|
|
28204
28170
|
vendorKind: {
|
|
28205
|
-
source?: string;
|
|
28171
|
+
source?: string | null;
|
|
28206
28172
|
/** @enum {string} */
|
|
28207
28173
|
constant?: "individual" | "company";
|
|
28208
28174
|
values: {
|
|
@@ -28210,52 +28176,52 @@ export interface operations {
|
|
|
28210
28176
|
};
|
|
28211
28177
|
};
|
|
28212
28178
|
firstName: {
|
|
28213
|
-
source?: string;
|
|
28179
|
+
source?: string | null;
|
|
28214
28180
|
};
|
|
28215
28181
|
lastName: {
|
|
28216
|
-
source?: string;
|
|
28182
|
+
source?: string | null;
|
|
28217
28183
|
};
|
|
28218
28184
|
companyName: {
|
|
28219
|
-
source?: string;
|
|
28185
|
+
source?: string | null;
|
|
28220
28186
|
};
|
|
28221
28187
|
companyType: {
|
|
28222
|
-
source?: string;
|
|
28188
|
+
source?: string | null;
|
|
28223
28189
|
values: {
|
|
28224
28190
|
[key: string]: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
28225
28191
|
};
|
|
28226
28192
|
};
|
|
28227
28193
|
vendorReference: {
|
|
28228
|
-
source?: string;
|
|
28194
|
+
source?: string | null;
|
|
28229
28195
|
overrides: {
|
|
28230
28196
|
[key: string]: string;
|
|
28231
28197
|
};
|
|
28232
28198
|
};
|
|
28233
28199
|
email: {
|
|
28234
|
-
source?: string;
|
|
28200
|
+
source?: string | null;
|
|
28235
28201
|
};
|
|
28236
28202
|
phone: {
|
|
28237
|
-
source?: string;
|
|
28203
|
+
source?: string | null;
|
|
28238
28204
|
};
|
|
28239
28205
|
taxIdentifier: {
|
|
28240
|
-
source?: string;
|
|
28206
|
+
source?: string | null;
|
|
28241
28207
|
};
|
|
28242
28208
|
address: {
|
|
28243
|
-
source?: string;
|
|
28209
|
+
source?: string | null;
|
|
28244
28210
|
};
|
|
28245
28211
|
unit: {
|
|
28246
|
-
source?: string;
|
|
28212
|
+
source?: string | null;
|
|
28247
28213
|
};
|
|
28248
28214
|
city: {
|
|
28249
|
-
source?: string;
|
|
28215
|
+
source?: string | null;
|
|
28250
28216
|
};
|
|
28251
28217
|
state: {
|
|
28252
|
-
source?: string;
|
|
28218
|
+
source?: string | null;
|
|
28253
28219
|
};
|
|
28254
28220
|
postalCode: {
|
|
28255
|
-
source?: string;
|
|
28221
|
+
source?: string | null;
|
|
28256
28222
|
};
|
|
28257
28223
|
country: {
|
|
28258
|
-
source?: string;
|
|
28224
|
+
source?: string | null;
|
|
28259
28225
|
};
|
|
28260
28226
|
};
|
|
28261
28227
|
};
|
|
@@ -28301,69 +28267,69 @@ export interface operations {
|
|
|
28301
28267
|
excludedRows: number[];
|
|
28302
28268
|
fields: {
|
|
28303
28269
|
reference: {
|
|
28304
|
-
source?: string;
|
|
28270
|
+
source?: string | null;
|
|
28305
28271
|
};
|
|
28306
28272
|
date: {
|
|
28307
|
-
source?: string;
|
|
28273
|
+
source?: string | null;
|
|
28308
28274
|
/** @enum {string} */
|
|
28309
28275
|
format?: "yyyy-mm-dd" | "mm/dd/yyyy" | "dd/mm/yyyy" | "dd.mm.yyyy";
|
|
28310
28276
|
};
|
|
28311
28277
|
bankAccount: {
|
|
28312
|
-
source?: string;
|
|
28278
|
+
source?: string | null;
|
|
28313
28279
|
overrides: {
|
|
28314
28280
|
[key: string]: string;
|
|
28315
28281
|
};
|
|
28316
28282
|
};
|
|
28317
28283
|
description: {
|
|
28318
|
-
source?: string;
|
|
28284
|
+
source?: string | null;
|
|
28319
28285
|
};
|
|
28320
28286
|
currency: {
|
|
28321
|
-
source?: string;
|
|
28287
|
+
source?: string | null;
|
|
28322
28288
|
};
|
|
28323
28289
|
reservation: {
|
|
28324
|
-
source?: string;
|
|
28290
|
+
source?: string | null;
|
|
28325
28291
|
overrides: {
|
|
28326
28292
|
[key: string]: string;
|
|
28327
28293
|
};
|
|
28328
28294
|
};
|
|
28329
28295
|
contact: {
|
|
28330
|
-
source?: string;
|
|
28296
|
+
source?: string | null;
|
|
28331
28297
|
overrides: {
|
|
28332
28298
|
[key: string]: string;
|
|
28333
28299
|
};
|
|
28334
28300
|
};
|
|
28335
28301
|
listing: {
|
|
28336
|
-
source?: string;
|
|
28302
|
+
source?: string | null;
|
|
28337
28303
|
overrides: {
|
|
28338
28304
|
[key: string]: string;
|
|
28339
28305
|
};
|
|
28340
28306
|
};
|
|
28341
28307
|
account: {
|
|
28342
|
-
source?: string;
|
|
28308
|
+
source?: string | null;
|
|
28343
28309
|
overrides: {
|
|
28344
28310
|
[key: string]: string;
|
|
28345
28311
|
};
|
|
28346
28312
|
};
|
|
28347
28313
|
lineDescription: {
|
|
28348
|
-
source?: string;
|
|
28314
|
+
source?: string | null;
|
|
28349
28315
|
};
|
|
28350
28316
|
appliedAmount: {
|
|
28351
|
-
source?: string;
|
|
28317
|
+
source?: string | null;
|
|
28352
28318
|
};
|
|
28353
28319
|
merchantFee: {
|
|
28354
|
-
source?: string;
|
|
28320
|
+
source?: string | null;
|
|
28355
28321
|
};
|
|
28356
28322
|
channelFee: {
|
|
28357
|
-
source?: string;
|
|
28323
|
+
source?: string | null;
|
|
28358
28324
|
};
|
|
28359
28325
|
reserve: {
|
|
28360
|
-
source?: string;
|
|
28326
|
+
source?: string | null;
|
|
28361
28327
|
};
|
|
28362
28328
|
coHostPayout: {
|
|
28363
|
-
source?: string;
|
|
28329
|
+
source?: string | null;
|
|
28364
28330
|
};
|
|
28365
28331
|
vat: {
|
|
28366
|
-
source?: string;
|
|
28332
|
+
source?: string | null;
|
|
28367
28333
|
};
|
|
28368
28334
|
};
|
|
28369
28335
|
};
|