@kanda-libs/ks-schema 1.0.140 → 1.0.142

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.
@@ -5892,7 +5892,7 @@ export declare const operations: {
5892
5892
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
5893
5893
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
5894
5894
  number_of_dependants: import("io-ts").NumberC;
5895
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
5895
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
5896
5896
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
5897
5897
  line_1: import("io-ts").StringC;
5898
5898
  city: import("io-ts").StringC;
@@ -5976,7 +5976,7 @@ export declare const operations: {
5976
5976
  months_self_employed: import("io-ts").NumberC;
5977
5977
  }>;
5978
5978
  not_employed_details: import("io-ts").TypeC<{
5979
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
5979
+ 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">]>;
5980
5980
  }>;
5981
5981
  }>]>;
5982
5982
  }>, import("io-ts").PartialC<{
@@ -6003,7 +6003,7 @@ export declare const operations: {
6003
6003
  finance_details: import("io-ts").PartialC<{
6004
6004
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6005
6005
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6006
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6006
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6007
6007
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6008
6008
  amount: import("io-ts").NumberC;
6009
6009
  }>, import("io-ts").PartialC<{
@@ -6028,7 +6028,7 @@ export declare const operations: {
6028
6028
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6029
6029
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6030
6030
  number_of_dependants: import("io-ts").NumberC;
6031
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6031
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6032
6032
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6033
6033
  line_1: import("io-ts").StringC;
6034
6034
  city: import("io-ts").StringC;
@@ -6112,13 +6112,13 @@ export declare const operations: {
6112
6112
  months_self_employed: import("io-ts").NumberC;
6113
6113
  }>;
6114
6114
  not_employed_details: import("io-ts").TypeC<{
6115
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6115
+ 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">]>;
6116
6116
  }>;
6117
6117
  }>]>;
6118
6118
  finance_details: import("io-ts").PartialC<{
6119
6119
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6120
6120
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6121
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6121
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6122
6122
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6123
6123
  amount: import("io-ts").NumberC;
6124
6124
  }>, import("io-ts").PartialC<{
@@ -6191,7 +6191,7 @@ export declare const operations: {
6191
6191
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6192
6192
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6193
6193
  number_of_dependants: import("io-ts").NumberC;
6194
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6194
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6195
6195
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6196
6196
  line_1: import("io-ts").StringC;
6197
6197
  city: import("io-ts").StringC;
@@ -6275,7 +6275,7 @@ export declare const operations: {
6275
6275
  months_self_employed: import("io-ts").NumberC;
6276
6276
  }>;
6277
6277
  not_employed_details: import("io-ts").TypeC<{
6278
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6278
+ 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">]>;
6279
6279
  }>;
6280
6280
  }>]>;
6281
6281
  }>, import("io-ts").PartialC<{
@@ -6302,7 +6302,7 @@ export declare const operations: {
6302
6302
  finance_details: import("io-ts").PartialC<{
6303
6303
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6304
6304
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6305
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6305
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6306
6306
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6307
6307
  amount: import("io-ts").NumberC;
6308
6308
  }>, import("io-ts").PartialC<{
@@ -6327,7 +6327,7 @@ export declare const operations: {
6327
6327
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6328
6328
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6329
6329
  number_of_dependants: import("io-ts").NumberC;
6330
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6330
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6331
6331
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6332
6332
  line_1: import("io-ts").StringC;
6333
6333
  city: import("io-ts").StringC;
@@ -6411,13 +6411,13 @@ export declare const operations: {
6411
6411
  months_self_employed: import("io-ts").NumberC;
6412
6412
  }>;
6413
6413
  not_employed_details: import("io-ts").TypeC<{
6414
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6414
+ 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">]>;
6415
6415
  }>;
6416
6416
  }>]>;
6417
6417
  finance_details: import("io-ts").PartialC<{
6418
6418
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6419
6419
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6420
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6420
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6421
6421
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6422
6422
  amount: import("io-ts").NumberC;
6423
6423
  }>, import("io-ts").PartialC<{
@@ -6494,7 +6494,7 @@ export declare const operations: {
6494
6494
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6495
6495
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6496
6496
  number_of_dependants: import("io-ts").NumberC;
6497
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6497
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6498
6498
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6499
6499
  line_1: import("io-ts").StringC;
6500
6500
  city: import("io-ts").StringC;
@@ -6578,7 +6578,7 @@ export declare const operations: {
6578
6578
  months_self_employed: import("io-ts").NumberC;
6579
6579
  }>;
6580
6580
  not_employed_details: import("io-ts").TypeC<{
6581
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6581
+ 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">]>;
6582
6582
  }>;
6583
6583
  }>]>;
6584
6584
  }>, import("io-ts").PartialC<{
@@ -6605,7 +6605,7 @@ export declare const operations: {
6605
6605
  finance_details: import("io-ts").PartialC<{
6606
6606
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6607
6607
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6608
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6608
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6609
6609
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6610
6610
  amount: import("io-ts").NumberC;
6611
6611
  }>, import("io-ts").PartialC<{
@@ -6630,7 +6630,7 @@ export declare const operations: {
6630
6630
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6631
6631
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6632
6632
  number_of_dependants: import("io-ts").NumberC;
6633
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6633
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6634
6634
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6635
6635
  line_1: import("io-ts").StringC;
6636
6636
  city: import("io-ts").StringC;
@@ -6714,13 +6714,13 @@ export declare const operations: {
6714
6714
  months_self_employed: import("io-ts").NumberC;
6715
6715
  }>;
6716
6716
  not_employed_details: import("io-ts").TypeC<{
6717
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6717
+ 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">]>;
6718
6718
  }>;
6719
6719
  }>]>;
6720
6720
  finance_details: import("io-ts").PartialC<{
6721
6721
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6722
6722
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6723
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6723
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6724
6724
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6725
6725
  amount: import("io-ts").NumberC;
6726
6726
  }>, import("io-ts").PartialC<{
@@ -6798,7 +6798,7 @@ export declare const operations: {
6798
6798
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6799
6799
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6800
6800
  number_of_dependants: import("io-ts").NumberC;
6801
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6801
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6802
6802
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6803
6803
  line_1: import("io-ts").StringC;
6804
6804
  city: import("io-ts").StringC;
@@ -6882,7 +6882,7 @@ export declare const operations: {
6882
6882
  months_self_employed: import("io-ts").NumberC;
6883
6883
  }>;
6884
6884
  not_employed_details: import("io-ts").TypeC<{
6885
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
6885
+ 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">]>;
6886
6886
  }>;
6887
6887
  }>]>;
6888
6888
  }>, import("io-ts").PartialC<{
@@ -6909,7 +6909,7 @@ export declare const operations: {
6909
6909
  finance_details: import("io-ts").PartialC<{
6910
6910
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
6911
6911
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
6912
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6912
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
6913
6913
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6914
6914
  amount: import("io-ts").NumberC;
6915
6915
  }>, import("io-ts").PartialC<{
@@ -6934,7 +6934,7 @@ export declare const operations: {
6934
6934
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
6935
6935
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
6936
6936
  number_of_dependants: import("io-ts").NumberC;
6937
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
6937
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
6938
6938
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
6939
6939
  line_1: import("io-ts").StringC;
6940
6940
  city: import("io-ts").StringC;
@@ -7018,13 +7018,13 @@ export declare const operations: {
7018
7018
  months_self_employed: import("io-ts").NumberC;
7019
7019
  }>;
7020
7020
  not_employed_details: import("io-ts").TypeC<{
7021
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7021
+ 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">]>;
7022
7022
  }>;
7023
7023
  }>]>;
7024
7024
  finance_details: import("io-ts").PartialC<{
7025
7025
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7026
7026
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7027
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7027
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7028
7028
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7029
7029
  amount: import("io-ts").NumberC;
7030
7030
  }>, import("io-ts").PartialC<{
@@ -7106,7 +7106,7 @@ export declare const operations: {
7106
7106
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7107
7107
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7108
7108
  number_of_dependants: import("io-ts").NumberC;
7109
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7109
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7110
7110
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7111
7111
  line_1: import("io-ts").StringC;
7112
7112
  city: import("io-ts").StringC;
@@ -7190,7 +7190,7 @@ export declare const operations: {
7190
7190
  months_self_employed: import("io-ts").NumberC;
7191
7191
  }>;
7192
7192
  not_employed_details: import("io-ts").TypeC<{
7193
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7193
+ 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">]>;
7194
7194
  }>;
7195
7195
  }>]>;
7196
7196
  }>, import("io-ts").PartialC<{
@@ -7217,7 +7217,7 @@ export declare const operations: {
7217
7217
  finance_details: import("io-ts").PartialC<{
7218
7218
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7219
7219
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7220
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7220
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7221
7221
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7222
7222
  amount: import("io-ts").NumberC;
7223
7223
  }>, import("io-ts").PartialC<{
@@ -7242,7 +7242,7 @@ export declare const operations: {
7242
7242
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7243
7243
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7244
7244
  number_of_dependants: import("io-ts").NumberC;
7245
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7245
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7246
7246
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7247
7247
  line_1: import("io-ts").StringC;
7248
7248
  city: import("io-ts").StringC;
@@ -7326,13 +7326,13 @@ export declare const operations: {
7326
7326
  months_self_employed: import("io-ts").NumberC;
7327
7327
  }>;
7328
7328
  not_employed_details: import("io-ts").TypeC<{
7329
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7329
+ 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">]>;
7330
7330
  }>;
7331
7331
  }>]>;
7332
7332
  finance_details: import("io-ts").PartialC<{
7333
7333
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7334
7334
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7335
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7335
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7336
7336
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7337
7337
  amount: import("io-ts").NumberC;
7338
7338
  }>, import("io-ts").PartialC<{
@@ -7410,7 +7410,7 @@ export declare const operations: {
7410
7410
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7411
7411
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7412
7412
  number_of_dependants: import("io-ts").NumberC;
7413
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7413
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7414
7414
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7415
7415
  line_1: import("io-ts").StringC;
7416
7416
  city: import("io-ts").StringC;
@@ -7494,7 +7494,7 @@ export declare const operations: {
7494
7494
  months_self_employed: import("io-ts").NumberC;
7495
7495
  }>;
7496
7496
  not_employed_details: import("io-ts").TypeC<{
7497
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7497
+ 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">]>;
7498
7498
  }>;
7499
7499
  }>]>;
7500
7500
  }>, import("io-ts").PartialC<{
@@ -7521,7 +7521,7 @@ export declare const operations: {
7521
7521
  finance_details: import("io-ts").PartialC<{
7522
7522
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7523
7523
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7524
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7524
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7525
7525
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7526
7526
  amount: import("io-ts").NumberC;
7527
7527
  }>, import("io-ts").PartialC<{
@@ -7546,7 +7546,7 @@ export declare const operations: {
7546
7546
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7547
7547
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7548
7548
  number_of_dependants: import("io-ts").NumberC;
7549
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7549
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7550
7550
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7551
7551
  line_1: import("io-ts").StringC;
7552
7552
  city: import("io-ts").StringC;
@@ -7630,13 +7630,13 @@ export declare const operations: {
7630
7630
  months_self_employed: import("io-ts").NumberC;
7631
7631
  }>;
7632
7632
  not_employed_details: import("io-ts").TypeC<{
7633
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7633
+ 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">]>;
7634
7634
  }>;
7635
7635
  }>]>;
7636
7636
  finance_details: import("io-ts").PartialC<{
7637
7637
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7638
7638
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7639
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7639
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7640
7640
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7641
7641
  amount: import("io-ts").NumberC;
7642
7642
  }>, import("io-ts").PartialC<{
@@ -7714,7 +7714,7 @@ export declare const operations: {
7714
7714
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7715
7715
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7716
7716
  number_of_dependants: import("io-ts").NumberC;
7717
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7717
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7718
7718
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7719
7719
  line_1: import("io-ts").StringC;
7720
7720
  city: import("io-ts").StringC;
@@ -7798,7 +7798,7 @@ export declare const operations: {
7798
7798
  months_self_employed: import("io-ts").NumberC;
7799
7799
  }>;
7800
7800
  not_employed_details: import("io-ts").TypeC<{
7801
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7801
+ 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">]>;
7802
7802
  }>;
7803
7803
  }>]>;
7804
7804
  }>, import("io-ts").PartialC<{
@@ -7825,7 +7825,7 @@ export declare const operations: {
7825
7825
  finance_details: import("io-ts").PartialC<{
7826
7826
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7827
7827
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7828
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7828
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7829
7829
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7830
7830
  amount: import("io-ts").NumberC;
7831
7831
  }>, import("io-ts").PartialC<{
@@ -7850,7 +7850,7 @@ export declare const operations: {
7850
7850
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
7851
7851
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
7852
7852
  number_of_dependants: import("io-ts").NumberC;
7853
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
7853
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
7854
7854
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7855
7855
  line_1: import("io-ts").StringC;
7856
7856
  city: import("io-ts").StringC;
@@ -7934,13 +7934,13 @@ export declare const operations: {
7934
7934
  months_self_employed: import("io-ts").NumberC;
7935
7935
  }>;
7936
7936
  not_employed_details: import("io-ts").TypeC<{
7937
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
7937
+ 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">]>;
7938
7938
  }>;
7939
7939
  }>]>;
7940
7940
  finance_details: import("io-ts").PartialC<{
7941
7941
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
7942
7942
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
7943
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7943
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
7944
7944
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
7945
7945
  amount: import("io-ts").NumberC;
7946
7946
  }>, import("io-ts").PartialC<{
@@ -8018,7 +8018,7 @@ export declare const operations: {
8018
8018
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
8019
8019
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
8020
8020
  number_of_dependants: import("io-ts").NumberC;
8021
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
8021
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
8022
8022
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8023
8023
  line_1: import("io-ts").StringC;
8024
8024
  city: import("io-ts").StringC;
@@ -8102,7 +8102,7 @@ export declare const operations: {
8102
8102
  months_self_employed: import("io-ts").NumberC;
8103
8103
  }>;
8104
8104
  not_employed_details: import("io-ts").TypeC<{
8105
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
8105
+ 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">]>;
8106
8106
  }>;
8107
8107
  }>]>;
8108
8108
  }>, import("io-ts").PartialC<{
@@ -8129,7 +8129,7 @@ export declare const operations: {
8129
8129
  finance_details: import("io-ts").PartialC<{
8130
8130
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
8131
8131
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
8132
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8132
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8133
8133
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8134
8134
  amount: import("io-ts").NumberC;
8135
8135
  }>, import("io-ts").PartialC<{
@@ -8154,7 +8154,7 @@ export declare const operations: {
8154
8154
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
8155
8155
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
8156
8156
  number_of_dependants: import("io-ts").NumberC;
8157
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
8157
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
8158
8158
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8159
8159
  line_1: import("io-ts").StringC;
8160
8160
  city: import("io-ts").StringC;
@@ -8238,13 +8238,13 @@ export declare const operations: {
8238
8238
  months_self_employed: import("io-ts").NumberC;
8239
8239
  }>;
8240
8240
  not_employed_details: import("io-ts").TypeC<{
8241
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
8241
+ 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">]>;
8242
8242
  }>;
8243
8243
  }>]>;
8244
8244
  finance_details: import("io-ts").PartialC<{
8245
8245
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
8246
8246
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
8247
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8247
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8248
8248
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8249
8249
  amount: import("io-ts").NumberC;
8250
8250
  }>, import("io-ts").PartialC<{
@@ -8322,7 +8322,7 @@ export declare const operations: {
8322
8322
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
8323
8323
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
8324
8324
  number_of_dependants: import("io-ts").NumberC;
8325
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
8325
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
8326
8326
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8327
8327
  line_1: import("io-ts").StringC;
8328
8328
  city: import("io-ts").StringC;
@@ -8406,7 +8406,7 @@ export declare const operations: {
8406
8406
  months_self_employed: import("io-ts").NumberC;
8407
8407
  }>;
8408
8408
  not_employed_details: import("io-ts").TypeC<{
8409
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
8409
+ 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">]>;
8410
8410
  }>;
8411
8411
  }>]>;
8412
8412
  }>, import("io-ts").PartialC<{
@@ -8433,7 +8433,7 @@ export declare const operations: {
8433
8433
  finance_details: import("io-ts").PartialC<{
8434
8434
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
8435
8435
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
8436
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8436
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8437
8437
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8438
8438
  amount: import("io-ts").NumberC;
8439
8439
  }>, import("io-ts").PartialC<{
@@ -8458,7 +8458,7 @@ export declare const operations: {
8458
8458
  date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
8459
8459
  marital_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"widowed">, import("io-ts").LiteralC<"other">, import("io-ts").LiteralC<"married">, import("io-ts").LiteralC<"divorced">, import("io-ts").LiteralC<"cohabiting">, import("io-ts").LiteralC<"to_be_married">, import("io-ts").LiteralC<"separated">, import("io-ts").LiteralC<"single">]>;
8460
8460
  number_of_dependants: import("io-ts").NumberC;
8461
- residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council tenant">, import("io-ts").LiteralC<"living with parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner without mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed forces">]>;
8461
+ residential_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"tenant">, import("io-ts").LiteralC<"council_tenant">, import("io-ts").LiteralC<"living_with_parents">, import("io-ts").LiteralC<"owner">, import("io-ts").LiteralC<"owner_without_mortgage">, import("io-ts").LiteralC<"lodger">, import("io-ts").LiteralC<"armed_forces">]>;
8462
8462
  current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8463
8463
  line_1: import("io-ts").StringC;
8464
8464
  city: import("io-ts").StringC;
@@ -8542,13 +8542,13 @@ export declare const operations: {
8542
8542
  months_self_employed: import("io-ts").NumberC;
8543
8543
  }>;
8544
8544
  not_employed_details: import("io-ts").TypeC<{
8545
- 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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
8545
+ 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">]>;
8546
8546
  }>;
8547
8547
  }>]>;
8548
8548
  finance_details: import("io-ts").PartialC<{
8549
8549
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
8550
8550
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
8551
- expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council tax and bills">, import("io-ts").LiteralC<"child support agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8551
+ expenditure_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"credit_card">, import("io-ts").LiteralC<"clothes">, import("io-ts").LiteralC<"council_tax_and_bills">, import("io-ts").LiteralC<"child_support_agency">, import("io-ts").LiteralC<"healthcare">, import("io-ts").LiteralC<"holidays">]>;
8552
8552
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
8553
8553
  amount: import("io-ts").NumberC;
8554
8554
  }>, import("io-ts").PartialC<{