@kanda-libs/ks-schema 1.0.147 → 1.0.149

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.
Files changed (36) hide show
  1. package/dist/components/schemas/ApplicantDetails.d.ts +29 -6
  2. package/dist/components/schemas/ApplicantDetails.d.ts.map +1 -1
  3. package/dist/components/schemas/ApplicantDetails.js +1 -2
  4. package/dist/components/schemas/Credit.d.ts +57 -10
  5. package/dist/components/schemas/Credit.d.ts.map +1 -1
  6. package/dist/components/schemas/Credit.js +1 -2
  7. package/dist/components/schemas/Entity.d.ts +56 -8
  8. package/dist/components/schemas/Entity.d.ts.map +1 -1
  9. package/dist/components/schemas/Event.d.ts +56 -8
  10. package/dist/components/schemas/Event.d.ts.map +1 -1
  11. package/dist/operations/applyCredit.d.ts +56 -8
  12. package/dist/operations/applyCredit.d.ts.map +1 -1
  13. package/dist/operations/checkCredit.d.ts +56 -8
  14. package/dist/operations/checkCredit.d.ts.map +1 -1
  15. package/dist/operations/deleteCredit.d.ts +56 -8
  16. package/dist/operations/deleteCredit.d.ts.map +1 -1
  17. package/dist/operations/getCredit.d.ts +56 -8
  18. package/dist/operations/getCredit.d.ts.map +1 -1
  19. package/dist/operations/getCredits.d.ts +56 -8
  20. package/dist/operations/getCredits.d.ts.map +1 -1
  21. package/dist/operations/index.d.ts +504 -72
  22. package/dist/operations/index.d.ts.map +1 -1
  23. package/dist/operations/postCredit.d.ts +56 -8
  24. package/dist/operations/postCredit.d.ts.map +1 -1
  25. package/dist/operations/putCredit.d.ts +56 -8
  26. package/dist/operations/putCredit.d.ts.map +1 -1
  27. package/dist/operations/quoteCredit.d.ts +56 -8
  28. package/dist/operations/quoteCredit.d.ts.map +1 -1
  29. package/dist/operations/signCredit.d.ts +56 -8
  30. package/dist/operations/signCredit.d.ts.map +1 -1
  31. package/dist/schema.json +1 -1
  32. package/dist/widget/index.d.ts +5516 -4907
  33. package/dist/widget/index.d.ts.map +1 -1
  34. package/dist/widget/index.js +17352 -16649
  35. package/package.json +1 -1
  36. package/schema.yaml +2 -2
@@ -6005,11 +6005,35 @@ export declare const operations: {
6005
6005
  currency: import("io-ts").LiteralC<"GBP">;
6006
6006
  }>]>;
6007
6007
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6008
- employer_name: import("io-ts").StringC;
6009
- main_occupation: import("io-ts").StringC;
6010
- months_employed: import("io-ts").NumberC;
6008
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6009
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6010
+ amount: import("io-ts").NumberC;
6011
+ }>, import("io-ts").PartialC<{
6012
+ currency: import("io-ts").LiteralC<"GBP">;
6013
+ }>]>;
6011
6014
  }>, import("io-ts").PartialC<{
6012
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6015
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6016
+ employer_name: import("io-ts").StringC;
6017
+ main_occupation: import("io-ts").StringC;
6018
+ months_employed: import("io-ts").NumberC;
6019
+ }>, import("io-ts").PartialC<{
6020
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6021
+ }>]>;
6022
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6023
+ business_name: import("io-ts").StringC;
6024
+ type_of_business: import("io-ts").StringC;
6025
+ months_self_employed: import("io-ts").NumberC;
6026
+ }>, import("io-ts").PartialC<{
6027
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6028
+ }>]>;
6029
+ not_employed_details: import("io-ts").TypeC<{
6030
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6031
+ }>;
6032
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6033
+ amount: import("io-ts").NumberC;
6034
+ }>, import("io-ts").PartialC<{
6035
+ currency: import("io-ts").LiteralC<"GBP">;
6036
+ }>]>;
6013
6037
  }>]>>;
6014
6038
  finance_details: import("io-ts").PartialC<{
6015
6039
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -6159,11 +6183,35 @@ export declare const operations: {
6159
6183
  }>;
6160
6184
  }>, import("io-ts").PartialC<{
6161
6185
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6162
- employer_name: import("io-ts").StringC;
6163
- main_occupation: import("io-ts").StringC;
6164
- months_employed: import("io-ts").NumberC;
6186
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6187
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6188
+ amount: import("io-ts").NumberC;
6189
+ }>, import("io-ts").PartialC<{
6190
+ currency: import("io-ts").LiteralC<"GBP">;
6191
+ }>]>;
6165
6192
  }>, import("io-ts").PartialC<{
6166
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6193
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6194
+ employer_name: import("io-ts").StringC;
6195
+ main_occupation: import("io-ts").StringC;
6196
+ months_employed: import("io-ts").NumberC;
6197
+ }>, import("io-ts").PartialC<{
6198
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6199
+ }>]>;
6200
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6201
+ business_name: import("io-ts").StringC;
6202
+ type_of_business: import("io-ts").StringC;
6203
+ months_self_employed: import("io-ts").NumberC;
6204
+ }>, import("io-ts").PartialC<{
6205
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6206
+ }>]>;
6207
+ not_employed_details: import("io-ts").TypeC<{
6208
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6209
+ }>;
6210
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6211
+ amount: import("io-ts").NumberC;
6212
+ }>, import("io-ts").PartialC<{
6213
+ currency: import("io-ts").LiteralC<"GBP">;
6214
+ }>]>;
6167
6215
  }>]>>;
6168
6216
  }>]>>;
6169
6217
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -6343,11 +6391,35 @@ export declare const operations: {
6343
6391
  currency: import("io-ts").LiteralC<"GBP">;
6344
6392
  }>]>;
6345
6393
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6346
- employer_name: import("io-ts").StringC;
6347
- main_occupation: import("io-ts").StringC;
6348
- months_employed: import("io-ts").NumberC;
6394
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6395
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6396
+ amount: import("io-ts").NumberC;
6397
+ }>, import("io-ts").PartialC<{
6398
+ currency: import("io-ts").LiteralC<"GBP">;
6399
+ }>]>;
6349
6400
  }>, import("io-ts").PartialC<{
6350
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6401
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6402
+ employer_name: import("io-ts").StringC;
6403
+ main_occupation: import("io-ts").StringC;
6404
+ months_employed: import("io-ts").NumberC;
6405
+ }>, import("io-ts").PartialC<{
6406
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6407
+ }>]>;
6408
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6409
+ business_name: import("io-ts").StringC;
6410
+ type_of_business: import("io-ts").StringC;
6411
+ months_self_employed: import("io-ts").NumberC;
6412
+ }>, import("io-ts").PartialC<{
6413
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6414
+ }>]>;
6415
+ not_employed_details: import("io-ts").TypeC<{
6416
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6417
+ }>;
6418
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6419
+ amount: import("io-ts").NumberC;
6420
+ }>, import("io-ts").PartialC<{
6421
+ currency: import("io-ts").LiteralC<"GBP">;
6422
+ }>]>;
6351
6423
  }>]>>;
6352
6424
  finance_details: import("io-ts").PartialC<{
6353
6425
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -6497,11 +6569,35 @@ export declare const operations: {
6497
6569
  }>;
6498
6570
  }>, import("io-ts").PartialC<{
6499
6571
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6500
- employer_name: import("io-ts").StringC;
6501
- main_occupation: import("io-ts").StringC;
6502
- months_employed: import("io-ts").NumberC;
6572
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6573
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6574
+ amount: import("io-ts").NumberC;
6575
+ }>, import("io-ts").PartialC<{
6576
+ currency: import("io-ts").LiteralC<"GBP">;
6577
+ }>]>;
6503
6578
  }>, import("io-ts").PartialC<{
6504
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6579
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6580
+ employer_name: import("io-ts").StringC;
6581
+ main_occupation: import("io-ts").StringC;
6582
+ months_employed: import("io-ts").NumberC;
6583
+ }>, import("io-ts").PartialC<{
6584
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6585
+ }>]>;
6586
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6587
+ business_name: import("io-ts").StringC;
6588
+ type_of_business: import("io-ts").StringC;
6589
+ months_self_employed: import("io-ts").NumberC;
6590
+ }>, import("io-ts").PartialC<{
6591
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6592
+ }>]>;
6593
+ not_employed_details: import("io-ts").TypeC<{
6594
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6595
+ }>;
6596
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6597
+ amount: import("io-ts").NumberC;
6598
+ }>, import("io-ts").PartialC<{
6599
+ currency: import("io-ts").LiteralC<"GBP">;
6600
+ }>]>;
6505
6601
  }>]>>;
6506
6602
  }>]>>;
6507
6603
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -6685,11 +6781,35 @@ export declare const operations: {
6685
6781
  currency: import("io-ts").LiteralC<"GBP">;
6686
6782
  }>]>;
6687
6783
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6688
- employer_name: import("io-ts").StringC;
6689
- main_occupation: import("io-ts").StringC;
6690
- months_employed: import("io-ts").NumberC;
6784
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6785
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6786
+ amount: import("io-ts").NumberC;
6787
+ }>, import("io-ts").PartialC<{
6788
+ currency: import("io-ts").LiteralC<"GBP">;
6789
+ }>]>;
6691
6790
  }>, import("io-ts").PartialC<{
6692
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6791
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6792
+ employer_name: import("io-ts").StringC;
6793
+ main_occupation: import("io-ts").StringC;
6794
+ months_employed: import("io-ts").NumberC;
6795
+ }>, import("io-ts").PartialC<{
6796
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6797
+ }>]>;
6798
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6799
+ business_name: import("io-ts").StringC;
6800
+ type_of_business: import("io-ts").StringC;
6801
+ months_self_employed: import("io-ts").NumberC;
6802
+ }>, import("io-ts").PartialC<{
6803
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6804
+ }>]>;
6805
+ not_employed_details: import("io-ts").TypeC<{
6806
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6807
+ }>;
6808
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6809
+ amount: import("io-ts").NumberC;
6810
+ }>, import("io-ts").PartialC<{
6811
+ currency: import("io-ts").LiteralC<"GBP">;
6812
+ }>]>;
6693
6813
  }>]>>;
6694
6814
  finance_details: import("io-ts").PartialC<{
6695
6815
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -6839,11 +6959,35 @@ export declare const operations: {
6839
6959
  }>;
6840
6960
  }>, import("io-ts").PartialC<{
6841
6961
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6842
- employer_name: import("io-ts").StringC;
6843
- main_occupation: import("io-ts").StringC;
6844
- months_employed: import("io-ts").NumberC;
6962
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
6963
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6964
+ amount: import("io-ts").NumberC;
6965
+ }>, import("io-ts").PartialC<{
6966
+ currency: import("io-ts").LiteralC<"GBP">;
6967
+ }>]>;
6845
6968
  }>, import("io-ts").PartialC<{
6846
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6969
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6970
+ employer_name: import("io-ts").StringC;
6971
+ main_occupation: import("io-ts").StringC;
6972
+ months_employed: import("io-ts").NumberC;
6973
+ }>, import("io-ts").PartialC<{
6974
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6975
+ }>]>;
6976
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6977
+ business_name: import("io-ts").StringC;
6978
+ type_of_business: import("io-ts").StringC;
6979
+ months_self_employed: import("io-ts").NumberC;
6980
+ }>, import("io-ts").PartialC<{
6981
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
6982
+ }>]>;
6983
+ not_employed_details: import("io-ts").TypeC<{
6984
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
6985
+ }>;
6986
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6987
+ amount: import("io-ts").NumberC;
6988
+ }>, import("io-ts").PartialC<{
6989
+ currency: import("io-ts").LiteralC<"GBP">;
6990
+ }>]>;
6847
6991
  }>]>>;
6848
6992
  }>]>>;
6849
6993
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -7028,11 +7172,35 @@ export declare const operations: {
7028
7172
  currency: import("io-ts").LiteralC<"GBP">;
7029
7173
  }>]>;
7030
7174
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7031
- employer_name: import("io-ts").StringC;
7032
- main_occupation: import("io-ts").StringC;
7033
- months_employed: import("io-ts").NumberC;
7175
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
7176
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7177
+ amount: import("io-ts").NumberC;
7178
+ }>, import("io-ts").PartialC<{
7179
+ currency: import("io-ts").LiteralC<"GBP">;
7180
+ }>]>;
7034
7181
  }>, import("io-ts").PartialC<{
7035
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7182
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7183
+ employer_name: import("io-ts").StringC;
7184
+ main_occupation: import("io-ts").StringC;
7185
+ months_employed: import("io-ts").NumberC;
7186
+ }>, import("io-ts").PartialC<{
7187
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7188
+ }>]>;
7189
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7190
+ business_name: import("io-ts").StringC;
7191
+ type_of_business: import("io-ts").StringC;
7192
+ months_self_employed: import("io-ts").NumberC;
7193
+ }>, import("io-ts").PartialC<{
7194
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7195
+ }>]>;
7196
+ not_employed_details: import("io-ts").TypeC<{
7197
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
7198
+ }>;
7199
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7200
+ amount: import("io-ts").NumberC;
7201
+ }>, import("io-ts").PartialC<{
7202
+ currency: import("io-ts").LiteralC<"GBP">;
7203
+ }>]>;
7036
7204
  }>]>>;
7037
7205
  finance_details: import("io-ts").PartialC<{
7038
7206
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -7182,11 +7350,35 @@ export declare const operations: {
7182
7350
  }>;
7183
7351
  }>, import("io-ts").PartialC<{
7184
7352
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7185
- employer_name: import("io-ts").StringC;
7186
- main_occupation: import("io-ts").StringC;
7187
- months_employed: import("io-ts").NumberC;
7353
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
7354
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7355
+ amount: import("io-ts").NumberC;
7356
+ }>, import("io-ts").PartialC<{
7357
+ currency: import("io-ts").LiteralC<"GBP">;
7358
+ }>]>;
7188
7359
  }>, import("io-ts").PartialC<{
7189
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7360
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7361
+ employer_name: import("io-ts").StringC;
7362
+ main_occupation: import("io-ts").StringC;
7363
+ months_employed: import("io-ts").NumberC;
7364
+ }>, import("io-ts").PartialC<{
7365
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7366
+ }>]>;
7367
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7368
+ business_name: import("io-ts").StringC;
7369
+ type_of_business: import("io-ts").StringC;
7370
+ months_self_employed: import("io-ts").NumberC;
7371
+ }>, import("io-ts").PartialC<{
7372
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7373
+ }>]>;
7374
+ not_employed_details: import("io-ts").TypeC<{
7375
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
7376
+ }>;
7377
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7378
+ amount: import("io-ts").NumberC;
7379
+ }>, import("io-ts").PartialC<{
7380
+ currency: import("io-ts").LiteralC<"GBP">;
7381
+ }>]>;
7190
7382
  }>]>>;
7191
7383
  }>]>>;
7192
7384
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -7375,11 +7567,35 @@ export declare const operations: {
7375
7567
  currency: import("io-ts").LiteralC<"GBP">;
7376
7568
  }>]>;
7377
7569
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7378
- employer_name: import("io-ts").StringC;
7379
- main_occupation: import("io-ts").StringC;
7380
- months_employed: import("io-ts").NumberC;
7570
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
7571
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7572
+ amount: import("io-ts").NumberC;
7573
+ }>, import("io-ts").PartialC<{
7574
+ currency: import("io-ts").LiteralC<"GBP">;
7575
+ }>]>;
7381
7576
  }>, import("io-ts").PartialC<{
7382
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7577
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7578
+ employer_name: import("io-ts").StringC;
7579
+ main_occupation: import("io-ts").StringC;
7580
+ months_employed: import("io-ts").NumberC;
7581
+ }>, import("io-ts").PartialC<{
7582
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7583
+ }>]>;
7584
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7585
+ business_name: import("io-ts").StringC;
7586
+ type_of_business: import("io-ts").StringC;
7587
+ months_self_employed: import("io-ts").NumberC;
7588
+ }>, import("io-ts").PartialC<{
7589
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7590
+ }>]>;
7591
+ not_employed_details: import("io-ts").TypeC<{
7592
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
7593
+ }>;
7594
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7595
+ amount: import("io-ts").NumberC;
7596
+ }>, import("io-ts").PartialC<{
7597
+ currency: import("io-ts").LiteralC<"GBP">;
7598
+ }>]>;
7383
7599
  }>]>>;
7384
7600
  finance_details: import("io-ts").PartialC<{
7385
7601
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -7529,11 +7745,35 @@ export declare const operations: {
7529
7745
  }>;
7530
7746
  }>, import("io-ts").PartialC<{
7531
7747
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7532
- employer_name: import("io-ts").StringC;
7533
- main_occupation: import("io-ts").StringC;
7534
- months_employed: import("io-ts").NumberC;
7748
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
7749
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7750
+ amount: import("io-ts").NumberC;
7751
+ }>, import("io-ts").PartialC<{
7752
+ currency: import("io-ts").LiteralC<"GBP">;
7753
+ }>]>;
7535
7754
  }>, import("io-ts").PartialC<{
7536
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7755
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7756
+ employer_name: import("io-ts").StringC;
7757
+ main_occupation: import("io-ts").StringC;
7758
+ months_employed: import("io-ts").NumberC;
7759
+ }>, import("io-ts").PartialC<{
7760
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7761
+ }>]>;
7762
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7763
+ business_name: import("io-ts").StringC;
7764
+ type_of_business: import("io-ts").StringC;
7765
+ months_self_employed: import("io-ts").NumberC;
7766
+ }>, import("io-ts").PartialC<{
7767
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7768
+ }>]>;
7769
+ not_employed_details: import("io-ts").TypeC<{
7770
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
7771
+ }>;
7772
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7773
+ amount: import("io-ts").NumberC;
7774
+ }>, import("io-ts").PartialC<{
7775
+ currency: import("io-ts").LiteralC<"GBP">;
7776
+ }>]>;
7537
7777
  }>]>>;
7538
7778
  }>]>>;
7539
7779
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -7718,11 +7958,35 @@ export declare const operations: {
7718
7958
  currency: import("io-ts").LiteralC<"GBP">;
7719
7959
  }>]>;
7720
7960
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7721
- employer_name: import("io-ts").StringC;
7722
- main_occupation: import("io-ts").StringC;
7723
- months_employed: import("io-ts").NumberC;
7961
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
7962
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7963
+ amount: import("io-ts").NumberC;
7964
+ }>, import("io-ts").PartialC<{
7965
+ currency: import("io-ts").LiteralC<"GBP">;
7966
+ }>]>;
7724
7967
  }>, import("io-ts").PartialC<{
7725
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7968
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7969
+ employer_name: import("io-ts").StringC;
7970
+ main_occupation: import("io-ts").StringC;
7971
+ months_employed: import("io-ts").NumberC;
7972
+ }>, import("io-ts").PartialC<{
7973
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7974
+ }>]>;
7975
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7976
+ business_name: import("io-ts").StringC;
7977
+ type_of_business: import("io-ts").StringC;
7978
+ months_self_employed: import("io-ts").NumberC;
7979
+ }>, import("io-ts").PartialC<{
7980
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
7981
+ }>]>;
7982
+ not_employed_details: import("io-ts").TypeC<{
7983
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
7984
+ }>;
7985
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7986
+ amount: import("io-ts").NumberC;
7987
+ }>, import("io-ts").PartialC<{
7988
+ currency: import("io-ts").LiteralC<"GBP">;
7989
+ }>]>;
7726
7990
  }>]>>;
7727
7991
  finance_details: import("io-ts").PartialC<{
7728
7992
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -7872,11 +8136,35 @@ export declare const operations: {
7872
8136
  }>;
7873
8137
  }>, import("io-ts").PartialC<{
7874
8138
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7875
- employer_name: import("io-ts").StringC;
7876
- main_occupation: import("io-ts").StringC;
7877
- months_employed: import("io-ts").NumberC;
8139
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
8140
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8141
+ amount: import("io-ts").NumberC;
8142
+ }>, import("io-ts").PartialC<{
8143
+ currency: import("io-ts").LiteralC<"GBP">;
8144
+ }>]>;
7878
8145
  }>, import("io-ts").PartialC<{
7879
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8146
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8147
+ employer_name: import("io-ts").StringC;
8148
+ main_occupation: import("io-ts").StringC;
8149
+ months_employed: import("io-ts").NumberC;
8150
+ }>, import("io-ts").PartialC<{
8151
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8152
+ }>]>;
8153
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8154
+ business_name: import("io-ts").StringC;
8155
+ type_of_business: import("io-ts").StringC;
8156
+ months_self_employed: import("io-ts").NumberC;
8157
+ }>, import("io-ts").PartialC<{
8158
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8159
+ }>]>;
8160
+ not_employed_details: import("io-ts").TypeC<{
8161
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
8162
+ }>;
8163
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8164
+ amount: import("io-ts").NumberC;
8165
+ }>, import("io-ts").PartialC<{
8166
+ currency: import("io-ts").LiteralC<"GBP">;
8167
+ }>]>;
7880
8168
  }>]>>;
7881
8169
  }>]>>;
7882
8170
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -8061,11 +8349,35 @@ export declare const operations: {
8061
8349
  currency: import("io-ts").LiteralC<"GBP">;
8062
8350
  }>]>;
8063
8351
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8064
- employer_name: import("io-ts").StringC;
8065
- main_occupation: import("io-ts").StringC;
8066
- months_employed: import("io-ts").NumberC;
8352
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
8353
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8354
+ amount: import("io-ts").NumberC;
8355
+ }>, import("io-ts").PartialC<{
8356
+ currency: import("io-ts").LiteralC<"GBP">;
8357
+ }>]>;
8067
8358
  }>, import("io-ts").PartialC<{
8068
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8359
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8360
+ employer_name: import("io-ts").StringC;
8361
+ main_occupation: import("io-ts").StringC;
8362
+ months_employed: import("io-ts").NumberC;
8363
+ }>, import("io-ts").PartialC<{
8364
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8365
+ }>]>;
8366
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8367
+ business_name: import("io-ts").StringC;
8368
+ type_of_business: import("io-ts").StringC;
8369
+ months_self_employed: import("io-ts").NumberC;
8370
+ }>, import("io-ts").PartialC<{
8371
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8372
+ }>]>;
8373
+ not_employed_details: import("io-ts").TypeC<{
8374
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
8375
+ }>;
8376
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8377
+ amount: import("io-ts").NumberC;
8378
+ }>, import("io-ts").PartialC<{
8379
+ currency: import("io-ts").LiteralC<"GBP">;
8380
+ }>]>;
8069
8381
  }>]>>;
8070
8382
  finance_details: import("io-ts").PartialC<{
8071
8383
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -8215,11 +8527,35 @@ export declare const operations: {
8215
8527
  }>;
8216
8528
  }>, import("io-ts").PartialC<{
8217
8529
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8218
- employer_name: import("io-ts").StringC;
8219
- main_occupation: import("io-ts").StringC;
8220
- months_employed: import("io-ts").NumberC;
8530
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
8531
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8532
+ amount: import("io-ts").NumberC;
8533
+ }>, import("io-ts").PartialC<{
8534
+ currency: import("io-ts").LiteralC<"GBP">;
8535
+ }>]>;
8221
8536
  }>, import("io-ts").PartialC<{
8222
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8537
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8538
+ employer_name: import("io-ts").StringC;
8539
+ main_occupation: import("io-ts").StringC;
8540
+ months_employed: import("io-ts").NumberC;
8541
+ }>, import("io-ts").PartialC<{
8542
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8543
+ }>]>;
8544
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8545
+ business_name: import("io-ts").StringC;
8546
+ type_of_business: import("io-ts").StringC;
8547
+ months_self_employed: import("io-ts").NumberC;
8548
+ }>, import("io-ts").PartialC<{
8549
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8550
+ }>]>;
8551
+ not_employed_details: import("io-ts").TypeC<{
8552
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
8553
+ }>;
8554
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8555
+ amount: import("io-ts").NumberC;
8556
+ }>, import("io-ts").PartialC<{
8557
+ currency: import("io-ts").LiteralC<"GBP">;
8558
+ }>]>;
8223
8559
  }>]>>;
8224
8560
  }>]>>;
8225
8561
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -8404,11 +8740,35 @@ export declare const operations: {
8404
8740
  currency: import("io-ts").LiteralC<"GBP">;
8405
8741
  }>]>;
8406
8742
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8407
- employer_name: import("io-ts").StringC;
8408
- main_occupation: import("io-ts").StringC;
8409
- months_employed: import("io-ts").NumberC;
8743
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
8744
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8745
+ amount: import("io-ts").NumberC;
8746
+ }>, import("io-ts").PartialC<{
8747
+ currency: import("io-ts").LiteralC<"GBP">;
8748
+ }>]>;
8410
8749
  }>, import("io-ts").PartialC<{
8411
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8750
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8751
+ employer_name: import("io-ts").StringC;
8752
+ main_occupation: import("io-ts").StringC;
8753
+ months_employed: import("io-ts").NumberC;
8754
+ }>, import("io-ts").PartialC<{
8755
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8756
+ }>]>;
8757
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8758
+ business_name: import("io-ts").StringC;
8759
+ type_of_business: import("io-ts").StringC;
8760
+ months_self_employed: import("io-ts").NumberC;
8761
+ }>, import("io-ts").PartialC<{
8762
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8763
+ }>]>;
8764
+ not_employed_details: import("io-ts").TypeC<{
8765
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
8766
+ }>;
8767
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8768
+ amount: import("io-ts").NumberC;
8769
+ }>, import("io-ts").PartialC<{
8770
+ currency: import("io-ts").LiteralC<"GBP">;
8771
+ }>]>;
8412
8772
  }>]>>;
8413
8773
  finance_details: import("io-ts").PartialC<{
8414
8774
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -8558,11 +8918,35 @@ export declare const operations: {
8558
8918
  }>;
8559
8919
  }>, import("io-ts").PartialC<{
8560
8920
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8561
- employer_name: import("io-ts").StringC;
8562
- main_occupation: import("io-ts").StringC;
8563
- months_employed: import("io-ts").NumberC;
8921
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
8922
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8923
+ amount: import("io-ts").NumberC;
8924
+ }>, import("io-ts").PartialC<{
8925
+ currency: import("io-ts").LiteralC<"GBP">;
8926
+ }>]>;
8564
8927
  }>, import("io-ts").PartialC<{
8565
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8928
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8929
+ employer_name: import("io-ts").StringC;
8930
+ main_occupation: import("io-ts").StringC;
8931
+ months_employed: import("io-ts").NumberC;
8932
+ }>, import("io-ts").PartialC<{
8933
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8934
+ }>]>;
8935
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8936
+ business_name: import("io-ts").StringC;
8937
+ type_of_business: import("io-ts").StringC;
8938
+ months_self_employed: import("io-ts").NumberC;
8939
+ }>, import("io-ts").PartialC<{
8940
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
8941
+ }>]>;
8942
+ not_employed_details: import("io-ts").TypeC<{
8943
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
8944
+ }>;
8945
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8946
+ amount: import("io-ts").NumberC;
8947
+ }>, import("io-ts").PartialC<{
8948
+ currency: import("io-ts").LiteralC<"GBP">;
8949
+ }>]>;
8566
8950
  }>]>>;
8567
8951
  }>]>>;
8568
8952
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
@@ -8747,11 +9131,35 @@ export declare const operations: {
8747
9131
  currency: import("io-ts").LiteralC<"GBP">;
8748
9132
  }>]>;
8749
9133
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8750
- employer_name: import("io-ts").StringC;
8751
- main_occupation: import("io-ts").StringC;
8752
- months_employed: import("io-ts").NumberC;
9134
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
9135
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9136
+ amount: import("io-ts").NumberC;
9137
+ }>, import("io-ts").PartialC<{
9138
+ currency: import("io-ts").LiteralC<"GBP">;
9139
+ }>]>;
8753
9140
  }>, import("io-ts").PartialC<{
8754
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9141
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9142
+ employer_name: import("io-ts").StringC;
9143
+ main_occupation: import("io-ts").StringC;
9144
+ months_employed: import("io-ts").NumberC;
9145
+ }>, import("io-ts").PartialC<{
9146
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9147
+ }>]>;
9148
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9149
+ business_name: import("io-ts").StringC;
9150
+ type_of_business: import("io-ts").StringC;
9151
+ months_self_employed: import("io-ts").NumberC;
9152
+ }>, import("io-ts").PartialC<{
9153
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9154
+ }>]>;
9155
+ not_employed_details: import("io-ts").TypeC<{
9156
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
9157
+ }>;
9158
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9159
+ amount: import("io-ts").NumberC;
9160
+ }>, import("io-ts").PartialC<{
9161
+ currency: import("io-ts").LiteralC<"GBP">;
9162
+ }>]>;
8755
9163
  }>]>>;
8756
9164
  finance_details: import("io-ts").PartialC<{
8757
9165
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
@@ -8901,11 +9309,35 @@ export declare const operations: {
8901
9309
  }>;
8902
9310
  }>, import("io-ts").PartialC<{
8903
9311
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8904
- employer_name: import("io-ts").StringC;
8905
- main_occupation: import("io-ts").StringC;
8906
- months_employed: import("io-ts").NumberC;
9312
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
9313
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9314
+ amount: import("io-ts").NumberC;
9315
+ }>, import("io-ts").PartialC<{
9316
+ currency: import("io-ts").LiteralC<"GBP">;
9317
+ }>]>;
8907
9318
  }>, import("io-ts").PartialC<{
8908
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9319
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9320
+ employer_name: import("io-ts").StringC;
9321
+ main_occupation: import("io-ts").StringC;
9322
+ months_employed: import("io-ts").NumberC;
9323
+ }>, import("io-ts").PartialC<{
9324
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9325
+ }>]>;
9326
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9327
+ business_name: import("io-ts").StringC;
9328
+ type_of_business: import("io-ts").StringC;
9329
+ months_self_employed: import("io-ts").NumberC;
9330
+ }>, import("io-ts").PartialC<{
9331
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
9332
+ }>]>;
9333
+ not_employed_details: import("io-ts").TypeC<{
9334
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
9335
+ }>;
9336
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
9337
+ amount: import("io-ts").NumberC;
9338
+ }>, import("io-ts").PartialC<{
9339
+ currency: import("io-ts").LiteralC<"GBP">;
9340
+ }>]>;
8909
9341
  }>]>>;
8910
9342
  }>]>>;
8911
9343
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{