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