@kanda-libs/ks-schema 1.0.141 → 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.
@@ -110,7 +110,7 @@ export declare const ApplicantDetails: t.TypeC<{
110
110
  finance_details: t.PartialC<{
111
111
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
112
112
  expenditures: t.ArrayC<t.PartialC<{
113
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
113
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
114
114
  monthly_amount: t.IntersectionC<[t.TypeC<{
115
115
  amount: t.NumberC;
116
116
  }>, t.PartialC<{
@@ -137,7 +137,7 @@ export declare const Credit: t.IntersectionC<[t.TypeC<{
137
137
  finance_details: t.PartialC<{
138
138
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
139
139
  expenditures: t.ArrayC<t.PartialC<{
140
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
140
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
141
141
  monthly_amount: t.IntersectionC<[t.TypeC<{
142
142
  amount: t.NumberC;
143
143
  }>, t.PartialC<{
@@ -252,7 +252,7 @@ export declare const Credit: t.IntersectionC<[t.TypeC<{
252
252
  finance_details: t.PartialC<{
253
253
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
254
254
  expenditures: t.ArrayC<t.PartialC<{
255
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
255
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
256
256
  monthly_amount: t.IntersectionC<[t.TypeC<{
257
257
  amount: t.NumberC;
258
258
  }>, t.PartialC<{
@@ -327,7 +327,7 @@ export declare const Entity: t.PartialC<{
327
327
  finance_details: t.PartialC<{
328
328
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
329
329
  expenditures: t.ArrayC<t.PartialC<{
330
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
330
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
331
331
  monthly_amount: t.IntersectionC<[t.TypeC<{
332
332
  amount: t.NumberC;
333
333
  }>, t.PartialC<{
@@ -442,7 +442,7 @@ export declare const Entity: t.PartialC<{
442
442
  finance_details: t.PartialC<{
443
443
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
444
444
  expenditures: t.ArrayC<t.PartialC<{
445
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
445
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
446
446
  monthly_amount: t.IntersectionC<[t.TypeC<{
447
447
  amount: t.NumberC;
448
448
  }>, t.PartialC<{
@@ -334,7 +334,7 @@ export declare const Event: t.IntersectionC<[t.TypeC<{
334
334
  finance_details: t.PartialC<{
335
335
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
336
336
  expenditures: t.ArrayC<t.PartialC<{
337
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
337
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
338
338
  monthly_amount: t.IntersectionC<[t.TypeC<{
339
339
  amount: t.NumberC;
340
340
  }>, t.PartialC<{
@@ -449,7 +449,7 @@ export declare const Event: t.IntersectionC<[t.TypeC<{
449
449
  finance_details: t.PartialC<{
450
450
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
451
451
  expenditures: t.ArrayC<t.PartialC<{
452
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
452
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
453
453
  monthly_amount: t.IntersectionC<[t.TypeC<{
454
454
  amount: t.NumberC;
455
455
  }>, t.PartialC<{
@@ -1,7 +1,7 @@
1
1
  import * as t from "io-ts";
2
2
  import { Money } from "./Money";
3
3
  export declare const Expenditure: t.PartialC<{
4
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
4
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
5
5
  monthly_amount: t.IntersectionC<[t.TypeC<{
6
6
  amount: t.NumberC;
7
7
  }>, t.PartialC<{
@@ -9,7 +9,7 @@ export declare const Expenditure: t.PartialC<{
9
9
  }>]>;
10
10
  }>;
11
11
  export interface Expenditure {
12
- expenditure_type?: "credit card" | "clothes" | "council tax and bills" | "child support agency" | "healthcare" | "holidays";
12
+ expenditure_type?: "credit_card" | "clothes" | "council_tax_and_bills" | "child_support_agency" | "healthcare" | "holidays";
13
13
  monthly_amount?: Money;
14
14
  }
15
15
  //# sourceMappingURL=Expenditure.d.ts.map
@@ -28,10 +28,10 @@ const t = __importStar(require("io-ts"));
28
28
  const Money_1 = require("./Money");
29
29
  exports.Expenditure = t.partial({
30
30
  expenditure_type: t.union([
31
- t.literal("credit card"),
31
+ t.literal("credit_card"),
32
32
  t.literal("clothes"),
33
- t.literal("council tax and bills"),
34
- t.literal("child support agency"),
33
+ t.literal("council_tax_and_bills"),
34
+ t.literal("child_support_agency"),
35
35
  t.literal("healthcare"),
36
36
  t.literal("holidays"),
37
37
  ]),
@@ -3,7 +3,7 @@ import { Expenditure } from "./Expenditure";
3
3
  export declare const FinanceDetails: t.PartialC<{
4
4
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
5
5
  expenditures: t.ArrayC<t.PartialC<{
6
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
6
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
7
7
  monthly_amount: t.IntersectionC<[t.TypeC<{
8
8
  amount: t.NumberC;
9
9
  }>, t.PartialC<{
@@ -138,7 +138,7 @@ export declare const applyCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const applyCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const checkCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const checkCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const deleteCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const deleteCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const getCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const getCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -136,7 +136,7 @@ export declare const getCreditsOperation: {
136
136
  finance_details: t.PartialC<{
137
137
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
138
138
  expenditures: t.ArrayC<t.PartialC<{
139
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
139
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
140
140
  monthly_amount: t.IntersectionC<[t.TypeC<{
141
141
  amount: t.NumberC;
142
142
  }>, t.PartialC<{
@@ -251,7 +251,7 @@ export declare const getCreditsOperation: {
251
251
  finance_details: t.PartialC<{
252
252
  bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
253
253
  expenditures: t.ArrayC<t.PartialC<{
254
- expenditure_type: t.UnionC<[t.LiteralC<"credit card">, t.LiteralC<"clothes">, t.LiteralC<"council tax and bills">, t.LiteralC<"child support agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
254
+ expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
255
255
  monthly_amount: t.IntersectionC<[t.TypeC<{
256
256
  amount: t.NumberC;
257
257
  }>, t.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<{
@@ -6118,7 +6118,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -6417,7 +6417,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -6720,7 +6720,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -7024,7 +7024,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -7332,7 +7332,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -7636,7 +7636,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -7940,7 +7940,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -8244,7 +8244,7 @@ export declare const operations: {
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<{
@@ -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<{
@@ -8548,7 +8548,7 @@ export declare const operations: {
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<{
@@ -135,7 +135,7 @@ export declare const postCreditOperation: {
135
135
  finance_details: import("io-ts").PartialC<{
136
136
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
137
137
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
138
- 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">]>;
138
+ 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">]>;
139
139
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
140
140
  amount: import("io-ts").NumberC;
141
141
  }>, import("io-ts").PartialC<{
@@ -250,7 +250,7 @@ export declare const postCreditOperation: {
250
250
  finance_details: import("io-ts").PartialC<{
251
251
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
252
252
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
253
- 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">]>;
253
+ 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">]>;
254
254
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
255
255
  amount: import("io-ts").NumberC;
256
256
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const putCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const putCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const quoteCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const quoteCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{
@@ -138,7 +138,7 @@ export declare const signCreditOperation: {
138
138
  finance_details: import("io-ts").PartialC<{
139
139
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
140
140
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
141
- 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">]>;
141
+ 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">]>;
142
142
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
143
143
  amount: import("io-ts").NumberC;
144
144
  }>, import("io-ts").PartialC<{
@@ -253,7 +253,7 @@ export declare const signCreditOperation: {
253
253
  finance_details: import("io-ts").PartialC<{
254
254
  bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
255
255
  expenditures: import("io-ts").ArrayC<import("io-ts").PartialC<{
256
- 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">]>;
256
+ 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">]>;
257
257
  monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
258
258
  amount: import("io-ts").NumberC;
259
259
  }>, import("io-ts").PartialC<{