@kanda-libs/ks-schema 1.0.124 → 1.0.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/schemas/ApplicantDetails.d.ts +128 -0
- package/dist/components/schemas/ApplicantDetails.d.ts.map +1 -0
- package/dist/components/schemas/ApplicantDetails.js +37 -0
- package/dist/components/schemas/BankAccount.d.ts +5 -2
- package/dist/components/schemas/BankAccount.d.ts.map +1 -1
- package/dist/components/schemas/BankAccount.js +10 -5
- package/dist/components/schemas/Company.d.ts +14 -2
- package/dist/components/schemas/Company.d.ts.map +1 -1
- package/dist/components/schemas/Company.js +2 -0
- package/dist/components/schemas/Credit.d.ts +139 -6
- package/dist/components/schemas/Credit.d.ts.map +1 -1
- package/dist/components/schemas/Credit.js +5 -1
- package/dist/components/schemas/CustomerDetails.d.ts +2 -2
- package/dist/components/schemas/CustomerDetails.d.ts.map +1 -1
- package/dist/components/schemas/CustomerDetails.js +3 -0
- package/dist/components/schemas/EmploymentDetails.d.ts +1 -1
- package/dist/components/schemas/Entity.d.ts +166 -9
- package/dist/components/schemas/Entity.d.ts.map +1 -1
- package/dist/components/schemas/Event.d.ts +166 -9
- package/dist/components/schemas/Event.d.ts.map +1 -1
- package/dist/components/schemas/Expenditure.d.ts +15 -0
- package/dist/components/schemas/Expenditure.d.ts.map +1 -0
- package/dist/components/schemas/Expenditure.js +39 -0
- package/dist/components/schemas/FinanceDetails.d.ts +18 -0
- package/dist/components/schemas/FinanceDetails.d.ts.map +1 -0
- package/dist/components/schemas/FinanceDetails.js +35 -0
- package/dist/components/schemas/Job.d.ts +23 -2
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/Job.js +3 -0
- package/dist/components/schemas/JobCompanyInfo.d.ts +4 -2
- package/dist/components/schemas/JobCompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/NotEmployedDetails.d.ts +2 -2
- package/dist/components/schemas/NotEmployedDetails.d.ts.map +1 -1
- package/dist/components/schemas/NotEmployedDetails.js +4 -0
- package/dist/components/schemas/SatNote.d.ts +5 -2
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +37 -29
- package/dist/components/schemas/SolarCompanyInfo.d.ts +17 -0
- package/dist/components/schemas/SolarCompanyInfo.d.ts.map +1 -0
- package/dist/components/schemas/SolarCompanyInfo.js +46 -0
- package/dist/components/schemas/index.d.ts +4 -0
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +4 -0
- package/dist/operations/applyCredit.d.ts +134 -5
- package/dist/operations/applyCredit.d.ts.map +1 -1
- package/dist/operations/applyJob.d.ts +20 -2
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveCompany.d.ts +12 -2
- package/dist/operations/approveCompany.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +20 -2
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +20 -2
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/checkCredit.d.ts +134 -5
- package/dist/operations/checkCredit.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +20 -2
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/declineCompany.d.ts +12 -2
- package/dist/operations/declineCompany.d.ts.map +1 -1
- package/dist/operations/deleteCompany.d.ts +12 -2
- package/dist/operations/deleteCompany.d.ts.map +1 -1
- package/dist/operations/deleteCredit.d.ts +134 -5
- package/dist/operations/deleteCredit.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +20 -2
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/directorCompany.d.ts +12 -2
- package/dist/operations/directorCompany.d.ts.map +1 -1
- package/dist/operations/getCompanies.d.ts +12 -2
- package/dist/operations/getCompanies.d.ts.map +1 -1
- package/dist/operations/getCompany.d.ts +12 -2
- package/dist/operations/getCompany.d.ts.map +1 -1
- package/dist/operations/getCredit.d.ts +134 -5
- package/dist/operations/getCredit.d.ts.map +1 -1
- package/dist/operations/getCredits.d.ts +134 -5
- package/dist/operations/getCredits.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +20 -2
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +20 -2
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/index.d.ts +1692 -197
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/jobCompanyInfo.d.ts +4 -2
- package/dist/operations/jobCompanyInfo.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +20 -2
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +20 -2
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postCompany.d.ts +12 -2
- package/dist/operations/postCompany.d.ts.map +1 -1
- package/dist/operations/postCredit.d.ts +134 -5
- package/dist/operations/postCredit.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +20 -2
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/putCompany.d.ts +12 -2
- package/dist/operations/putCompany.d.ts.map +1 -1
- package/dist/operations/putCredit.d.ts +134 -5
- package/dist/operations/putCredit.d.ts.map +1 -1
- package/dist/operations/putJob.d.ts +20 -2
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/quoteCredit.d.ts +134 -5
- package/dist/operations/quoteCredit.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +20 -2
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signCredit.d.ts +134 -5
- package/dist/operations/signCredit.d.ts.map +1 -1
- package/dist/operations/signJobSateNote.d.ts +20 -2
- package/dist/operations/signJobSateNote.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +20 -2
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +8388 -5245
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +15039 -11434
- package/package.json +1 -1
- package/schema.yaml +141 -0
|
@@ -669,6 +669,14 @@ export declare const operations: {
|
|
|
669
669
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
670
670
|
}>;
|
|
671
671
|
}>]>;
|
|
672
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
673
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
674
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
675
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
676
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
677
|
+
}>, import("io-ts").PartialC<{
|
|
678
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
679
|
+
}>]>;
|
|
672
680
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
673
681
|
company_name: import("io-ts").StringC;
|
|
674
682
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -741,11 +749,13 @@ export declare const operations: {
|
|
|
741
749
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
742
750
|
}>;
|
|
743
751
|
}>]>;
|
|
744
|
-
bank_account: import("io-ts").TypeC<{
|
|
752
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
745
753
|
account_name: import("io-ts").StringC;
|
|
746
754
|
account_number: import("io-ts").StringC;
|
|
747
755
|
sort_code: import("io-ts").StringC;
|
|
748
|
-
}
|
|
756
|
+
}>, import("io-ts").PartialC<{
|
|
757
|
+
months_held: import("io-ts").NumberC;
|
|
758
|
+
}>]>;
|
|
749
759
|
contact_info: import("io-ts").PartialC<{
|
|
750
760
|
contact_name: import("io-ts").StringC;
|
|
751
761
|
contact_email: import("io-ts").StringC;
|
|
@@ -872,6 +882,14 @@ export declare const operations: {
|
|
|
872
882
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
873
883
|
}>;
|
|
874
884
|
}>]>;
|
|
885
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
886
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
887
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
888
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
889
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
890
|
+
}>, import("io-ts").PartialC<{
|
|
891
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
892
|
+
}>]>;
|
|
875
893
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
876
894
|
company_name: import("io-ts").StringC;
|
|
877
895
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -944,11 +962,13 @@ export declare const operations: {
|
|
|
944
962
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
945
963
|
}>;
|
|
946
964
|
}>]>;
|
|
947
|
-
bank_account: import("io-ts").TypeC<{
|
|
965
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
948
966
|
account_name: import("io-ts").StringC;
|
|
949
967
|
account_number: import("io-ts").StringC;
|
|
950
968
|
sort_code: import("io-ts").StringC;
|
|
951
|
-
}
|
|
969
|
+
}>, import("io-ts").PartialC<{
|
|
970
|
+
months_held: import("io-ts").NumberC;
|
|
971
|
+
}>]>;
|
|
952
972
|
contact_info: import("io-ts").PartialC<{
|
|
953
973
|
contact_name: import("io-ts").StringC;
|
|
954
974
|
contact_email: import("io-ts").StringC;
|
|
@@ -1079,6 +1099,14 @@ export declare const operations: {
|
|
|
1079
1099
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1080
1100
|
}>;
|
|
1081
1101
|
}>]>;
|
|
1102
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1103
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
1104
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
1105
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
1106
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
1107
|
+
}>, import("io-ts").PartialC<{
|
|
1108
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
1109
|
+
}>]>;
|
|
1082
1110
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1083
1111
|
company_name: import("io-ts").StringC;
|
|
1084
1112
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -1151,11 +1179,13 @@ export declare const operations: {
|
|
|
1151
1179
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1152
1180
|
}>;
|
|
1153
1181
|
}>]>;
|
|
1154
|
-
bank_account: import("io-ts").TypeC<{
|
|
1182
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1155
1183
|
account_name: import("io-ts").StringC;
|
|
1156
1184
|
account_number: import("io-ts").StringC;
|
|
1157
1185
|
sort_code: import("io-ts").StringC;
|
|
1158
|
-
}
|
|
1186
|
+
}>, import("io-ts").PartialC<{
|
|
1187
|
+
months_held: import("io-ts").NumberC;
|
|
1188
|
+
}>]>;
|
|
1159
1189
|
contact_info: import("io-ts").PartialC<{
|
|
1160
1190
|
contact_name: import("io-ts").StringC;
|
|
1161
1191
|
contact_email: import("io-ts").StringC;
|
|
@@ -1287,6 +1317,14 @@ export declare const operations: {
|
|
|
1287
1317
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1288
1318
|
}>;
|
|
1289
1319
|
}>]>;
|
|
1320
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1321
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
1322
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
1323
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
1324
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
1325
|
+
}>, import("io-ts").PartialC<{
|
|
1326
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
1327
|
+
}>]>;
|
|
1290
1328
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1291
1329
|
company_name: import("io-ts").StringC;
|
|
1292
1330
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -1359,11 +1397,13 @@ export declare const operations: {
|
|
|
1359
1397
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1360
1398
|
}>;
|
|
1361
1399
|
}>]>;
|
|
1362
|
-
bank_account: import("io-ts").TypeC<{
|
|
1400
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1363
1401
|
account_name: import("io-ts").StringC;
|
|
1364
1402
|
account_number: import("io-ts").StringC;
|
|
1365
1403
|
sort_code: import("io-ts").StringC;
|
|
1366
|
-
}
|
|
1404
|
+
}>, import("io-ts").PartialC<{
|
|
1405
|
+
months_held: import("io-ts").NumberC;
|
|
1406
|
+
}>]>;
|
|
1367
1407
|
contact_info: import("io-ts").PartialC<{
|
|
1368
1408
|
contact_name: import("io-ts").StringC;
|
|
1369
1409
|
contact_email: import("io-ts").StringC;
|
|
@@ -1499,6 +1539,14 @@ export declare const operations: {
|
|
|
1499
1539
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1500
1540
|
}>;
|
|
1501
1541
|
}>]>;
|
|
1542
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1543
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
1544
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
1545
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
1546
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
1547
|
+
}>, import("io-ts").PartialC<{
|
|
1548
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
1549
|
+
}>]>;
|
|
1502
1550
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1503
1551
|
company_name: import("io-ts").StringC;
|
|
1504
1552
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -1571,11 +1619,13 @@ export declare const operations: {
|
|
|
1571
1619
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1572
1620
|
}>;
|
|
1573
1621
|
}>]>;
|
|
1574
|
-
bank_account: import("io-ts").TypeC<{
|
|
1622
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1575
1623
|
account_name: import("io-ts").StringC;
|
|
1576
1624
|
account_number: import("io-ts").StringC;
|
|
1577
1625
|
sort_code: import("io-ts").StringC;
|
|
1578
|
-
}
|
|
1626
|
+
}>, import("io-ts").PartialC<{
|
|
1627
|
+
months_held: import("io-ts").NumberC;
|
|
1628
|
+
}>]>;
|
|
1579
1629
|
contact_info: import("io-ts").PartialC<{
|
|
1580
1630
|
contact_name: import("io-ts").StringC;
|
|
1581
1631
|
contact_email: import("io-ts").StringC;
|
|
@@ -1933,6 +1983,14 @@ export declare const operations: {
|
|
|
1933
1983
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1934
1984
|
}>;
|
|
1935
1985
|
}>]>;
|
|
1986
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1987
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
1988
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
1989
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
1990
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
1991
|
+
}>, import("io-ts").PartialC<{
|
|
1992
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
1993
|
+
}>]>;
|
|
1936
1994
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1937
1995
|
company_name: import("io-ts").StringC;
|
|
1938
1996
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -2005,11 +2063,13 @@ export declare const operations: {
|
|
|
2005
2063
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2006
2064
|
}>;
|
|
2007
2065
|
}>]>;
|
|
2008
|
-
bank_account: import("io-ts").TypeC<{
|
|
2066
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2009
2067
|
account_name: import("io-ts").StringC;
|
|
2010
2068
|
account_number: import("io-ts").StringC;
|
|
2011
2069
|
sort_code: import("io-ts").StringC;
|
|
2012
|
-
}
|
|
2070
|
+
}>, import("io-ts").PartialC<{
|
|
2071
|
+
months_held: import("io-ts").NumberC;
|
|
2072
|
+
}>]>;
|
|
2013
2073
|
contact_info: import("io-ts").PartialC<{
|
|
2014
2074
|
contact_name: import("io-ts").StringC;
|
|
2015
2075
|
contact_email: import("io-ts").StringC;
|
|
@@ -2141,6 +2201,14 @@ export declare const operations: {
|
|
|
2141
2201
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2142
2202
|
}>;
|
|
2143
2203
|
}>]>;
|
|
2204
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2205
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
2206
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
2207
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
2208
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
2209
|
+
}>, import("io-ts").PartialC<{
|
|
2210
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
2211
|
+
}>]>;
|
|
2144
2212
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2145
2213
|
company_name: import("io-ts").StringC;
|
|
2146
2214
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -2213,11 +2281,13 @@ export declare const operations: {
|
|
|
2213
2281
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2214
2282
|
}>;
|
|
2215
2283
|
}>]>;
|
|
2216
|
-
bank_account: import("io-ts").TypeC<{
|
|
2284
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2217
2285
|
account_name: import("io-ts").StringC;
|
|
2218
2286
|
account_number: import("io-ts").StringC;
|
|
2219
2287
|
sort_code: import("io-ts").StringC;
|
|
2220
|
-
}
|
|
2288
|
+
}>, import("io-ts").PartialC<{
|
|
2289
|
+
months_held: import("io-ts").NumberC;
|
|
2290
|
+
}>]>;
|
|
2221
2291
|
contact_info: import("io-ts").PartialC<{
|
|
2222
2292
|
contact_name: import("io-ts").StringC;
|
|
2223
2293
|
contact_email: import("io-ts").StringC;
|
|
@@ -2349,6 +2419,14 @@ export declare const operations: {
|
|
|
2349
2419
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2350
2420
|
}>;
|
|
2351
2421
|
}>]>;
|
|
2422
|
+
solar_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2423
|
+
epvs_registration_number: import("io-ts").StringC;
|
|
2424
|
+
solar_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"msc">, import("io-ts").LiteralC<"heis">, import("io-ts").LiteralC<"recc">]>;
|
|
2425
|
+
solar_trade_association_number: import("io-ts").StringC;
|
|
2426
|
+
electrical_trade_association: import("io-ts").UnionC<[import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"none">]>;
|
|
2427
|
+
}>, import("io-ts").PartialC<{
|
|
2428
|
+
electrical_trade_association_number: import("io-ts").StringC;
|
|
2429
|
+
}>]>;
|
|
2352
2430
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2353
2431
|
company_name: import("io-ts").StringC;
|
|
2354
2432
|
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -2421,11 +2499,13 @@ export declare const operations: {
|
|
|
2421
2499
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2422
2500
|
}>;
|
|
2423
2501
|
}>]>;
|
|
2424
|
-
bank_account: import("io-ts").TypeC<{
|
|
2502
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2425
2503
|
account_name: import("io-ts").StringC;
|
|
2426
2504
|
account_number: import("io-ts").StringC;
|
|
2427
2505
|
sort_code: import("io-ts").StringC;
|
|
2428
|
-
}
|
|
2506
|
+
}>, import("io-ts").PartialC<{
|
|
2507
|
+
months_held: import("io-ts").NumberC;
|
|
2508
|
+
}>]>;
|
|
2429
2509
|
contact_info: import("io-ts").PartialC<{
|
|
2430
2510
|
contact_name: import("io-ts").StringC;
|
|
2431
2511
|
contact_email: import("io-ts").StringC;
|
|
@@ -2610,7 +2690,7 @@ export declare const operations: {
|
|
|
2610
2690
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2611
2691
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2612
2692
|
}>;
|
|
2613
|
-
sat_note: import("io-ts").TypeC<{
|
|
2693
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2614
2694
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2615
2695
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2616
2696
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -2635,7 +2715,25 @@ export declare const operations: {
|
|
|
2635
2715
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2636
2716
|
}>;
|
|
2637
2717
|
}>]>;
|
|
2638
|
-
}
|
|
2718
|
+
}>, import("io-ts").PartialC<{
|
|
2719
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
2720
|
+
}>]>;
|
|
2721
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
2722
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2723
|
+
name: import("io-ts").StringC;
|
|
2724
|
+
}>, import("io-ts").PartialC<{
|
|
2725
|
+
id: import("io-ts").StringC;
|
|
2726
|
+
cid: import("io-ts").StringC;
|
|
2727
|
+
oid: import("io-ts").StringC;
|
|
2728
|
+
aid: import("io-ts").StringC;
|
|
2729
|
+
content: import("io-ts").StringC;
|
|
2730
|
+
mimetype: import("io-ts").StringC;
|
|
2731
|
+
metadata: import("io-ts").TypeC<{
|
|
2732
|
+
liveness: import("io-ts").BooleanC;
|
|
2733
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2734
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2735
|
+
}>;
|
|
2736
|
+
}>]>>;
|
|
2639
2737
|
metadata: import("io-ts").TypeC<{
|
|
2640
2738
|
liveness: import("io-ts").BooleanC;
|
|
2641
2739
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -2792,7 +2890,7 @@ export declare const operations: {
|
|
|
2792
2890
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2793
2891
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2794
2892
|
}>;
|
|
2795
|
-
sat_note: import("io-ts").TypeC<{
|
|
2893
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2796
2894
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2797
2895
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2798
2896
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -2817,7 +2915,25 @@ export declare const operations: {
|
|
|
2817
2915
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2818
2916
|
}>;
|
|
2819
2917
|
}>]>;
|
|
2820
|
-
}
|
|
2918
|
+
}>, import("io-ts").PartialC<{
|
|
2919
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
2920
|
+
}>]>;
|
|
2921
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
2922
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2923
|
+
name: import("io-ts").StringC;
|
|
2924
|
+
}>, import("io-ts").PartialC<{
|
|
2925
|
+
id: import("io-ts").StringC;
|
|
2926
|
+
cid: import("io-ts").StringC;
|
|
2927
|
+
oid: import("io-ts").StringC;
|
|
2928
|
+
aid: import("io-ts").StringC;
|
|
2929
|
+
content: import("io-ts").StringC;
|
|
2930
|
+
mimetype: import("io-ts").StringC;
|
|
2931
|
+
metadata: import("io-ts").TypeC<{
|
|
2932
|
+
liveness: import("io-ts").BooleanC;
|
|
2933
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2934
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2935
|
+
}>;
|
|
2936
|
+
}>]>>;
|
|
2821
2937
|
metadata: import("io-ts").TypeC<{
|
|
2822
2938
|
liveness: import("io-ts").BooleanC;
|
|
2823
2939
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -2978,7 +3094,7 @@ export declare const operations: {
|
|
|
2978
3094
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2979
3095
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2980
3096
|
}>;
|
|
2981
|
-
sat_note: import("io-ts").TypeC<{
|
|
3097
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2982
3098
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2983
3099
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2984
3100
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3003,7 +3119,25 @@ export declare const operations: {
|
|
|
3003
3119
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3004
3120
|
}>;
|
|
3005
3121
|
}>]>;
|
|
3006
|
-
}
|
|
3122
|
+
}>, import("io-ts").PartialC<{
|
|
3123
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
3124
|
+
}>]>;
|
|
3125
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
3126
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3127
|
+
name: import("io-ts").StringC;
|
|
3128
|
+
}>, import("io-ts").PartialC<{
|
|
3129
|
+
id: import("io-ts").StringC;
|
|
3130
|
+
cid: import("io-ts").StringC;
|
|
3131
|
+
oid: import("io-ts").StringC;
|
|
3132
|
+
aid: import("io-ts").StringC;
|
|
3133
|
+
content: import("io-ts").StringC;
|
|
3134
|
+
mimetype: import("io-ts").StringC;
|
|
3135
|
+
metadata: import("io-ts").TypeC<{
|
|
3136
|
+
liveness: import("io-ts").BooleanC;
|
|
3137
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3138
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3139
|
+
}>;
|
|
3140
|
+
}>]>>;
|
|
3007
3141
|
metadata: import("io-ts").TypeC<{
|
|
3008
3142
|
liveness: import("io-ts").BooleanC;
|
|
3009
3143
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -3165,7 +3299,7 @@ export declare const operations: {
|
|
|
3165
3299
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3166
3300
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3167
3301
|
}>;
|
|
3168
|
-
sat_note: import("io-ts").TypeC<{
|
|
3302
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3169
3303
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3170
3304
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3171
3305
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3190,7 +3324,25 @@ export declare const operations: {
|
|
|
3190
3324
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3191
3325
|
}>;
|
|
3192
3326
|
}>]>;
|
|
3193
|
-
}
|
|
3327
|
+
}>, import("io-ts").PartialC<{
|
|
3328
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
3329
|
+
}>]>;
|
|
3330
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
3331
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3332
|
+
name: import("io-ts").StringC;
|
|
3333
|
+
}>, import("io-ts").PartialC<{
|
|
3334
|
+
id: import("io-ts").StringC;
|
|
3335
|
+
cid: import("io-ts").StringC;
|
|
3336
|
+
oid: import("io-ts").StringC;
|
|
3337
|
+
aid: import("io-ts").StringC;
|
|
3338
|
+
content: import("io-ts").StringC;
|
|
3339
|
+
mimetype: import("io-ts").StringC;
|
|
3340
|
+
metadata: import("io-ts").TypeC<{
|
|
3341
|
+
liveness: import("io-ts").BooleanC;
|
|
3342
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3343
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3344
|
+
}>;
|
|
3345
|
+
}>]>>;
|
|
3194
3346
|
metadata: import("io-ts").TypeC<{
|
|
3195
3347
|
liveness: import("io-ts").BooleanC;
|
|
3196
3348
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -3356,7 +3508,7 @@ export declare const operations: {
|
|
|
3356
3508
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3357
3509
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3358
3510
|
}>;
|
|
3359
|
-
sat_note: import("io-ts").TypeC<{
|
|
3511
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3360
3512
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3361
3513
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3362
3514
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3381,7 +3533,25 @@ export declare const operations: {
|
|
|
3381
3533
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3382
3534
|
}>;
|
|
3383
3535
|
}>]>;
|
|
3384
|
-
}
|
|
3536
|
+
}>, import("io-ts").PartialC<{
|
|
3537
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
3538
|
+
}>]>;
|
|
3539
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
3540
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3541
|
+
name: import("io-ts").StringC;
|
|
3542
|
+
}>, import("io-ts").PartialC<{
|
|
3543
|
+
id: import("io-ts").StringC;
|
|
3544
|
+
cid: import("io-ts").StringC;
|
|
3545
|
+
oid: import("io-ts").StringC;
|
|
3546
|
+
aid: import("io-ts").StringC;
|
|
3547
|
+
content: import("io-ts").StringC;
|
|
3548
|
+
mimetype: import("io-ts").StringC;
|
|
3549
|
+
metadata: import("io-ts").TypeC<{
|
|
3550
|
+
liveness: import("io-ts").BooleanC;
|
|
3551
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3552
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3553
|
+
}>;
|
|
3554
|
+
}>]>>;
|
|
3385
3555
|
metadata: import("io-ts").TypeC<{
|
|
3386
3556
|
liveness: import("io-ts").BooleanC;
|
|
3387
3557
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -3543,7 +3713,7 @@ export declare const operations: {
|
|
|
3543
3713
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3544
3714
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3545
3715
|
}>;
|
|
3546
|
-
sat_note: import("io-ts").TypeC<{
|
|
3716
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3547
3717
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3548
3718
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3549
3719
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3568,7 +3738,25 @@ export declare const operations: {
|
|
|
3568
3738
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3569
3739
|
}>;
|
|
3570
3740
|
}>]>;
|
|
3571
|
-
}
|
|
3741
|
+
}>, import("io-ts").PartialC<{
|
|
3742
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
3743
|
+
}>]>;
|
|
3744
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
3745
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3746
|
+
name: import("io-ts").StringC;
|
|
3747
|
+
}>, import("io-ts").PartialC<{
|
|
3748
|
+
id: import("io-ts").StringC;
|
|
3749
|
+
cid: import("io-ts").StringC;
|
|
3750
|
+
oid: import("io-ts").StringC;
|
|
3751
|
+
aid: import("io-ts").StringC;
|
|
3752
|
+
content: import("io-ts").StringC;
|
|
3753
|
+
mimetype: import("io-ts").StringC;
|
|
3754
|
+
metadata: import("io-ts").TypeC<{
|
|
3755
|
+
liveness: import("io-ts").BooleanC;
|
|
3756
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3757
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3758
|
+
}>;
|
|
3759
|
+
}>]>>;
|
|
3572
3760
|
metadata: import("io-ts").TypeC<{
|
|
3573
3761
|
liveness: import("io-ts").BooleanC;
|
|
3574
3762
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -3783,7 +3971,7 @@ export declare const operations: {
|
|
|
3783
3971
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3784
3972
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3785
3973
|
}>;
|
|
3786
|
-
sat_note: import("io-ts").TypeC<{
|
|
3974
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3787
3975
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3788
3976
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3789
3977
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3808,7 +3996,25 @@ export declare const operations: {
|
|
|
3808
3996
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3809
3997
|
}>;
|
|
3810
3998
|
}>]>;
|
|
3811
|
-
}
|
|
3999
|
+
}>, import("io-ts").PartialC<{
|
|
4000
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
4001
|
+
}>]>;
|
|
4002
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
4003
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4004
|
+
name: import("io-ts").StringC;
|
|
4005
|
+
}>, import("io-ts").PartialC<{
|
|
4006
|
+
id: import("io-ts").StringC;
|
|
4007
|
+
cid: import("io-ts").StringC;
|
|
4008
|
+
oid: import("io-ts").StringC;
|
|
4009
|
+
aid: import("io-ts").StringC;
|
|
4010
|
+
content: import("io-ts").StringC;
|
|
4011
|
+
mimetype: import("io-ts").StringC;
|
|
4012
|
+
metadata: import("io-ts").TypeC<{
|
|
4013
|
+
liveness: import("io-ts").BooleanC;
|
|
4014
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4015
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4016
|
+
}>;
|
|
4017
|
+
}>]>>;
|
|
3812
4018
|
metadata: import("io-ts").TypeC<{
|
|
3813
4019
|
liveness: import("io-ts").BooleanC;
|
|
3814
4020
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -3970,7 +4176,7 @@ export declare const operations: {
|
|
|
3970
4176
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3971
4177
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3972
4178
|
}>;
|
|
3973
|
-
sat_note: import("io-ts").TypeC<{
|
|
4179
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
3974
4180
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3975
4181
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3976
4182
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -3995,7 +4201,25 @@ export declare const operations: {
|
|
|
3995
4201
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3996
4202
|
}>;
|
|
3997
4203
|
}>]>;
|
|
3998
|
-
}
|
|
4204
|
+
}>, import("io-ts").PartialC<{
|
|
4205
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
4206
|
+
}>]>;
|
|
4207
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
4208
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4209
|
+
name: import("io-ts").StringC;
|
|
4210
|
+
}>, import("io-ts").PartialC<{
|
|
4211
|
+
id: import("io-ts").StringC;
|
|
4212
|
+
cid: import("io-ts").StringC;
|
|
4213
|
+
oid: import("io-ts").StringC;
|
|
4214
|
+
aid: import("io-ts").StringC;
|
|
4215
|
+
content: import("io-ts").StringC;
|
|
4216
|
+
mimetype: import("io-ts").StringC;
|
|
4217
|
+
metadata: import("io-ts").TypeC<{
|
|
4218
|
+
liveness: import("io-ts").BooleanC;
|
|
4219
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4220
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4221
|
+
}>;
|
|
4222
|
+
}>]>>;
|
|
3999
4223
|
metadata: import("io-ts").TypeC<{
|
|
4000
4224
|
liveness: import("io-ts").BooleanC;
|
|
4001
4225
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -4157,7 +4381,7 @@ export declare const operations: {
|
|
|
4157
4381
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4158
4382
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4159
4383
|
}>;
|
|
4160
|
-
sat_note: import("io-ts").TypeC<{
|
|
4384
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4161
4385
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4162
4386
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4163
4387
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -4182,7 +4406,25 @@ export declare const operations: {
|
|
|
4182
4406
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4183
4407
|
}>;
|
|
4184
4408
|
}>]>;
|
|
4185
|
-
}
|
|
4409
|
+
}>, import("io-ts").PartialC<{
|
|
4410
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
4411
|
+
}>]>;
|
|
4412
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
4413
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4414
|
+
name: import("io-ts").StringC;
|
|
4415
|
+
}>, import("io-ts").PartialC<{
|
|
4416
|
+
id: import("io-ts").StringC;
|
|
4417
|
+
cid: import("io-ts").StringC;
|
|
4418
|
+
oid: import("io-ts").StringC;
|
|
4419
|
+
aid: import("io-ts").StringC;
|
|
4420
|
+
content: import("io-ts").StringC;
|
|
4421
|
+
mimetype: import("io-ts").StringC;
|
|
4422
|
+
metadata: import("io-ts").TypeC<{
|
|
4423
|
+
liveness: import("io-ts").BooleanC;
|
|
4424
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4425
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4426
|
+
}>;
|
|
4427
|
+
}>]>>;
|
|
4186
4428
|
metadata: import("io-ts").TypeC<{
|
|
4187
4429
|
liveness: import("io-ts").BooleanC;
|
|
4188
4430
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -4348,7 +4590,7 @@ export declare const operations: {
|
|
|
4348
4590
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4349
4591
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4350
4592
|
}>;
|
|
4351
|
-
sat_note: import("io-ts").TypeC<{
|
|
4593
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4352
4594
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4353
4595
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4354
4596
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -4373,7 +4615,25 @@ export declare const operations: {
|
|
|
4373
4615
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4374
4616
|
}>;
|
|
4375
4617
|
}>]>;
|
|
4376
|
-
}
|
|
4618
|
+
}>, import("io-ts").PartialC<{
|
|
4619
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
4620
|
+
}>]>;
|
|
4621
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
4622
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4623
|
+
name: import("io-ts").StringC;
|
|
4624
|
+
}>, import("io-ts").PartialC<{
|
|
4625
|
+
id: import("io-ts").StringC;
|
|
4626
|
+
cid: import("io-ts").StringC;
|
|
4627
|
+
oid: import("io-ts").StringC;
|
|
4628
|
+
aid: import("io-ts").StringC;
|
|
4629
|
+
content: import("io-ts").StringC;
|
|
4630
|
+
mimetype: import("io-ts").StringC;
|
|
4631
|
+
metadata: import("io-ts").TypeC<{
|
|
4632
|
+
liveness: import("io-ts").BooleanC;
|
|
4633
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4634
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4635
|
+
}>;
|
|
4636
|
+
}>]>>;
|
|
4377
4637
|
metadata: import("io-ts").TypeC<{
|
|
4378
4638
|
liveness: import("io-ts").BooleanC;
|
|
4379
4639
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -4539,7 +4799,7 @@ export declare const operations: {
|
|
|
4539
4799
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4540
4800
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4541
4801
|
}>;
|
|
4542
|
-
sat_note: import("io-ts").TypeC<{
|
|
4802
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4543
4803
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4544
4804
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4545
4805
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -4564,7 +4824,25 @@ export declare const operations: {
|
|
|
4564
4824
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4565
4825
|
}>;
|
|
4566
4826
|
}>]>;
|
|
4567
|
-
}
|
|
4827
|
+
}>, import("io-ts").PartialC<{
|
|
4828
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
4829
|
+
}>]>;
|
|
4830
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
4831
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4832
|
+
name: import("io-ts").StringC;
|
|
4833
|
+
}>, import("io-ts").PartialC<{
|
|
4834
|
+
id: import("io-ts").StringC;
|
|
4835
|
+
cid: import("io-ts").StringC;
|
|
4836
|
+
oid: import("io-ts").StringC;
|
|
4837
|
+
aid: import("io-ts").StringC;
|
|
4838
|
+
content: import("io-ts").StringC;
|
|
4839
|
+
mimetype: import("io-ts").StringC;
|
|
4840
|
+
metadata: import("io-ts").TypeC<{
|
|
4841
|
+
liveness: import("io-ts").BooleanC;
|
|
4842
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4843
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4844
|
+
}>;
|
|
4845
|
+
}>]>>;
|
|
4568
4846
|
metadata: import("io-ts").TypeC<{
|
|
4569
4847
|
liveness: import("io-ts").BooleanC;
|
|
4570
4848
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -4726,7 +5004,7 @@ export declare const operations: {
|
|
|
4726
5004
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4727
5005
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4728
5006
|
}>;
|
|
4729
|
-
sat_note: import("io-ts").TypeC<{
|
|
5007
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4730
5008
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4731
5009
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4732
5010
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -4751,7 +5029,25 @@ export declare const operations: {
|
|
|
4751
5029
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4752
5030
|
}>;
|
|
4753
5031
|
}>]>;
|
|
4754
|
-
}
|
|
5032
|
+
}>, import("io-ts").PartialC<{
|
|
5033
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
5034
|
+
}>]>;
|
|
5035
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
5036
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5037
|
+
name: import("io-ts").StringC;
|
|
5038
|
+
}>, import("io-ts").PartialC<{
|
|
5039
|
+
id: import("io-ts").StringC;
|
|
5040
|
+
cid: import("io-ts").StringC;
|
|
5041
|
+
oid: import("io-ts").StringC;
|
|
5042
|
+
aid: import("io-ts").StringC;
|
|
5043
|
+
content: import("io-ts").StringC;
|
|
5044
|
+
mimetype: import("io-ts").StringC;
|
|
5045
|
+
metadata: import("io-ts").TypeC<{
|
|
5046
|
+
liveness: import("io-ts").BooleanC;
|
|
5047
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5048
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5049
|
+
}>;
|
|
5050
|
+
}>]>>;
|
|
4755
5051
|
metadata: import("io-ts").TypeC<{
|
|
4756
5052
|
liveness: import("io-ts").BooleanC;
|
|
4757
5053
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -4917,7 +5213,7 @@ export declare const operations: {
|
|
|
4917
5213
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4918
5214
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4919
5215
|
}>;
|
|
4920
|
-
sat_note: import("io-ts").TypeC<{
|
|
5216
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
4921
5217
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4922
5218
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
4923
5219
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -4942,18 +5238,36 @@ export declare const operations: {
|
|
|
4942
5238
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
4943
5239
|
}>;
|
|
4944
5240
|
}>]>;
|
|
4945
|
-
}
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
5241
|
+
}>, import("io-ts").PartialC<{
|
|
5242
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
5243
|
+
}>]>;
|
|
5244
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
5245
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5246
|
+
name: import("io-ts").StringC;
|
|
5247
|
+
}>, import("io-ts").PartialC<{
|
|
5248
|
+
id: import("io-ts").StringC;
|
|
5249
|
+
cid: import("io-ts").StringC;
|
|
5250
|
+
oid: import("io-ts").StringC;
|
|
5251
|
+
aid: import("io-ts").StringC;
|
|
5252
|
+
content: import("io-ts").StringC;
|
|
5253
|
+
mimetype: import("io-ts").StringC;
|
|
5254
|
+
metadata: import("io-ts").TypeC<{
|
|
5255
|
+
liveness: import("io-ts").BooleanC;
|
|
5256
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5257
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5258
|
+
}>;
|
|
5259
|
+
}>]>>;
|
|
5260
|
+
metadata: import("io-ts").TypeC<{
|
|
5261
|
+
liveness: import("io-ts").BooleanC;
|
|
5262
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5263
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5264
|
+
}>;
|
|
5265
|
+
}>]>;
|
|
5266
|
+
};
|
|
5267
|
+
readonly default: {
|
|
5268
|
+
readonly _tag: "JsonResponse";
|
|
5269
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5270
|
+
message: import("io-ts").StringC;
|
|
4957
5271
|
}>, import("io-ts").PartialC<{
|
|
4958
5272
|
code: import("io-ts").NumberC;
|
|
4959
5273
|
}>]>;
|
|
@@ -5104,7 +5418,7 @@ export declare const operations: {
|
|
|
5104
5418
|
viewed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5105
5419
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5106
5420
|
}>;
|
|
5107
|
-
sat_note: import("io-ts").TypeC<{
|
|
5421
|
+
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5108
5422
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
5109
5423
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
5110
5424
|
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Kanda">]>;
|
|
@@ -5129,7 +5443,25 @@ export declare const operations: {
|
|
|
5129
5443
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5130
5444
|
}>;
|
|
5131
5445
|
}>]>;
|
|
5132
|
-
}
|
|
5446
|
+
}>, import("io-ts").PartialC<{
|
|
5447
|
+
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I don't understand">]>;
|
|
5448
|
+
}>]>;
|
|
5449
|
+
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
5450
|
+
job_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5451
|
+
name: import("io-ts").StringC;
|
|
5452
|
+
}>, import("io-ts").PartialC<{
|
|
5453
|
+
id: import("io-ts").StringC;
|
|
5454
|
+
cid: import("io-ts").StringC;
|
|
5455
|
+
oid: import("io-ts").StringC;
|
|
5456
|
+
aid: import("io-ts").StringC;
|
|
5457
|
+
content: import("io-ts").StringC;
|
|
5458
|
+
mimetype: import("io-ts").StringC;
|
|
5459
|
+
metadata: import("io-ts").TypeC<{
|
|
5460
|
+
liveness: import("io-ts").BooleanC;
|
|
5461
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5462
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5463
|
+
}>;
|
|
5464
|
+
}>]>>;
|
|
5133
5465
|
metadata: import("io-ts").TypeC<{
|
|
5134
5466
|
liveness: import("io-ts").BooleanC;
|
|
5135
5467
|
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
@@ -5181,11 +5513,13 @@ export declare const operations: {
|
|
|
5181
5513
|
}>;
|
|
5182
5514
|
}>]>;
|
|
5183
5515
|
vat_number: import("io-ts").StringC;
|
|
5184
|
-
bank_account: import("io-ts").TypeC<{
|
|
5516
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5185
5517
|
account_name: import("io-ts").StringC;
|
|
5186
5518
|
account_number: import("io-ts").StringC;
|
|
5187
5519
|
sort_code: import("io-ts").StringC;
|
|
5188
|
-
}
|
|
5520
|
+
}>, import("io-ts").PartialC<{
|
|
5521
|
+
months_held: import("io-ts").NumberC;
|
|
5522
|
+
}>]>;
|
|
5189
5523
|
contact_info: import("io-ts").PartialC<{
|
|
5190
5524
|
contact_name: import("io-ts").StringC;
|
|
5191
5525
|
contact_email: import("io-ts").StringC;
|
|
@@ -5542,11 +5876,13 @@ export declare const operations: {
|
|
|
5542
5876
|
readonly _tag: "JsonResponse";
|
|
5543
5877
|
readonly decoder: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5544
5878
|
finance_option: import("io-ts").StringC;
|
|
5545
|
-
bank_account: import("io-ts").TypeC<{
|
|
5879
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5546
5880
|
account_name: import("io-ts").StringC;
|
|
5547
5881
|
account_number: import("io-ts").StringC;
|
|
5548
5882
|
sort_code: import("io-ts").StringC;
|
|
5549
|
-
}
|
|
5883
|
+
}>, import("io-ts").PartialC<{
|
|
5884
|
+
months_held: import("io-ts").NumberC;
|
|
5885
|
+
}>]>;
|
|
5550
5886
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5551
5887
|
email: import("io-ts").StringC;
|
|
5552
5888
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -5556,7 +5892,7 @@ export declare const operations: {
|
|
|
5556
5892
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5557
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">]>;
|
|
5558
5894
|
number_of_dependants: import("io-ts").NumberC;
|
|
5559
|
-
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">]>;
|
|
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">]>;
|
|
5560
5896
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5561
5897
|
line_1: import("io-ts").StringC;
|
|
5562
5898
|
city: import("io-ts").StringC;
|
|
@@ -5640,7 +5976,7 @@ export declare const operations: {
|
|
|
5640
5976
|
months_self_employed: import("io-ts").NumberC;
|
|
5641
5977
|
}>;
|
|
5642
5978
|
not_employed_details: import("io-ts").TypeC<{
|
|
5643
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
5644
5980
|
}>;
|
|
5645
5981
|
}>]>;
|
|
5646
5982
|
}>, import("io-ts").PartialC<{
|
|
@@ -5650,7 +5986,7 @@ export declare const operations: {
|
|
|
5650
5986
|
aid: import("io-ts").StringC;
|
|
5651
5987
|
kid: import("io-ts").StringC;
|
|
5652
5988
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
5653
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
5989
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
5654
5990
|
xid: import("io-ts").StringC;
|
|
5655
5991
|
xref: import("io-ts").StringC;
|
|
5656
5992
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -5664,6 +6000,133 @@ export declare const operations: {
|
|
|
5664
6000
|
}>, import("io-ts").PartialC<{
|
|
5665
6001
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
5666
6002
|
}>]>;
|
|
6003
|
+
finance_details: import("io-ts").PartialC<{
|
|
6004
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6007
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6008
|
+
amount: import("io-ts").NumberC;
|
|
6009
|
+
}>, import("io-ts").PartialC<{
|
|
6010
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6011
|
+
}>]>;
|
|
6012
|
+
}>>;
|
|
6013
|
+
}>;
|
|
6014
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
6015
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6016
|
+
account_name: import("io-ts").StringC;
|
|
6017
|
+
account_number: import("io-ts").StringC;
|
|
6018
|
+
sort_code: import("io-ts").StringC;
|
|
6019
|
+
}>, import("io-ts").PartialC<{
|
|
6020
|
+
months_held: import("io-ts").NumberC;
|
|
6021
|
+
}>]>;
|
|
6022
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6023
|
+
email: import("io-ts").StringC;
|
|
6024
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
6025
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
6026
|
+
first_name: import("io-ts").StringC;
|
|
6027
|
+
last_name: import("io-ts").StringC;
|
|
6028
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
6032
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6033
|
+
line_1: import("io-ts").StringC;
|
|
6034
|
+
city: import("io-ts").StringC;
|
|
6035
|
+
country: import("io-ts").StringC;
|
|
6036
|
+
postcode: import("io-ts").StringC;
|
|
6037
|
+
}>, import("io-ts").PartialC<{
|
|
6038
|
+
building_number: import("io-ts").StringC;
|
|
6039
|
+
building_name: import("io-ts").StringC;
|
|
6040
|
+
line_2: import("io-ts").StringC;
|
|
6041
|
+
county: import("io-ts").StringC;
|
|
6042
|
+
months_at_address: import("io-ts").NumberC;
|
|
6043
|
+
}>]>;
|
|
6044
|
+
}>, import("io-ts").PartialC<{
|
|
6045
|
+
middle_name: import("io-ts").StringC;
|
|
6046
|
+
maiden_name: import("io-ts").StringC;
|
|
6047
|
+
telephone: import("io-ts").StringC;
|
|
6048
|
+
mobile: import("io-ts").StringC;
|
|
6049
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6050
|
+
amount: import("io-ts").NumberC;
|
|
6051
|
+
}>, import("io-ts").PartialC<{
|
|
6052
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6053
|
+
}>]>;
|
|
6054
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6055
|
+
line_1: import("io-ts").StringC;
|
|
6056
|
+
city: import("io-ts").StringC;
|
|
6057
|
+
country: import("io-ts").StringC;
|
|
6058
|
+
postcode: import("io-ts").StringC;
|
|
6059
|
+
}>, import("io-ts").PartialC<{
|
|
6060
|
+
building_number: import("io-ts").StringC;
|
|
6061
|
+
building_name: import("io-ts").StringC;
|
|
6062
|
+
line_2: import("io-ts").StringC;
|
|
6063
|
+
county: import("io-ts").StringC;
|
|
6064
|
+
months_at_address: import("io-ts").NumberC;
|
|
6065
|
+
}>]>;
|
|
6066
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6067
|
+
line_1: import("io-ts").StringC;
|
|
6068
|
+
city: import("io-ts").StringC;
|
|
6069
|
+
country: import("io-ts").StringC;
|
|
6070
|
+
postcode: import("io-ts").StringC;
|
|
6071
|
+
}>, import("io-ts").PartialC<{
|
|
6072
|
+
building_number: import("io-ts").StringC;
|
|
6073
|
+
building_name: import("io-ts").StringC;
|
|
6074
|
+
line_2: import("io-ts").StringC;
|
|
6075
|
+
county: import("io-ts").StringC;
|
|
6076
|
+
months_at_address: import("io-ts").NumberC;
|
|
6077
|
+
}>]>;
|
|
6078
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6079
|
+
line_1: import("io-ts").StringC;
|
|
6080
|
+
city: import("io-ts").StringC;
|
|
6081
|
+
country: import("io-ts").StringC;
|
|
6082
|
+
postcode: import("io-ts").StringC;
|
|
6083
|
+
}>, import("io-ts").PartialC<{
|
|
6084
|
+
building_number: import("io-ts").StringC;
|
|
6085
|
+
building_name: import("io-ts").StringC;
|
|
6086
|
+
line_2: import("io-ts").StringC;
|
|
6087
|
+
county: import("io-ts").StringC;
|
|
6088
|
+
months_at_address: import("io-ts").NumberC;
|
|
6089
|
+
}>]>;
|
|
6090
|
+
}>]>;
|
|
6091
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6092
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
6093
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6094
|
+
amount: import("io-ts").NumberC;
|
|
6095
|
+
}>, import("io-ts").PartialC<{
|
|
6096
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6097
|
+
}>]>;
|
|
6098
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6099
|
+
amount: import("io-ts").NumberC;
|
|
6100
|
+
}>, import("io-ts").PartialC<{
|
|
6101
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6102
|
+
}>]>;
|
|
6103
|
+
}>, import("io-ts").PartialC<{
|
|
6104
|
+
employed_details: import("io-ts").TypeC<{
|
|
6105
|
+
employer_name: import("io-ts").StringC;
|
|
6106
|
+
main_occupation: import("io-ts").StringC;
|
|
6107
|
+
months_employed: import("io-ts").NumberC;
|
|
6108
|
+
}>;
|
|
6109
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
6110
|
+
business_name: import("io-ts").StringC;
|
|
6111
|
+
type_of_business: import("io-ts").StringC;
|
|
6112
|
+
months_self_employed: import("io-ts").NumberC;
|
|
6113
|
+
}>;
|
|
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">]>;
|
|
6116
|
+
}>;
|
|
6117
|
+
}>]>;
|
|
6118
|
+
finance_details: import("io-ts").PartialC<{
|
|
6119
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6122
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6123
|
+
amount: import("io-ts").NumberC;
|
|
6124
|
+
}>, import("io-ts").PartialC<{
|
|
6125
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6126
|
+
}>]>;
|
|
6127
|
+
}>>;
|
|
6128
|
+
}>;
|
|
6129
|
+
}>>;
|
|
5667
6130
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5668
6131
|
name: import("io-ts").StringC;
|
|
5669
6132
|
}>, import("io-ts").PartialC<{
|
|
@@ -5712,11 +6175,13 @@ export declare const operations: {
|
|
|
5712
6175
|
readonly _tag: "JsonResponse";
|
|
5713
6176
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5714
6177
|
finance_option: import("io-ts").StringC;
|
|
5715
|
-
bank_account: import("io-ts").TypeC<{
|
|
6178
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5716
6179
|
account_name: import("io-ts").StringC;
|
|
5717
6180
|
account_number: import("io-ts").StringC;
|
|
5718
6181
|
sort_code: import("io-ts").StringC;
|
|
5719
|
-
}
|
|
6182
|
+
}>, import("io-ts").PartialC<{
|
|
6183
|
+
months_held: import("io-ts").NumberC;
|
|
6184
|
+
}>]>;
|
|
5720
6185
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5721
6186
|
email: import("io-ts").StringC;
|
|
5722
6187
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -5726,7 +6191,7 @@ export declare const operations: {
|
|
|
5726
6191
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5727
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">]>;
|
|
5728
6193
|
number_of_dependants: import("io-ts").NumberC;
|
|
5729
|
-
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">]>;
|
|
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">]>;
|
|
5730
6195
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5731
6196
|
line_1: import("io-ts").StringC;
|
|
5732
6197
|
city: import("io-ts").StringC;
|
|
@@ -5810,7 +6275,7 @@ export declare const operations: {
|
|
|
5810
6275
|
months_self_employed: import("io-ts").NumberC;
|
|
5811
6276
|
}>;
|
|
5812
6277
|
not_employed_details: import("io-ts").TypeC<{
|
|
5813
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
5814
6279
|
}>;
|
|
5815
6280
|
}>]>;
|
|
5816
6281
|
}>, import("io-ts").PartialC<{
|
|
@@ -5820,7 +6285,7 @@ export declare const operations: {
|
|
|
5820
6285
|
aid: import("io-ts").StringC;
|
|
5821
6286
|
kid: import("io-ts").StringC;
|
|
5822
6287
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
5823
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
6288
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
5824
6289
|
xid: import("io-ts").StringC;
|
|
5825
6290
|
xref: import("io-ts").StringC;
|
|
5826
6291
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -5834,6 +6299,133 @@ export declare const operations: {
|
|
|
5834
6299
|
}>, import("io-ts").PartialC<{
|
|
5835
6300
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
5836
6301
|
}>]>;
|
|
6302
|
+
finance_details: import("io-ts").PartialC<{
|
|
6303
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6306
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6307
|
+
amount: import("io-ts").NumberC;
|
|
6308
|
+
}>, import("io-ts").PartialC<{
|
|
6309
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6310
|
+
}>]>;
|
|
6311
|
+
}>>;
|
|
6312
|
+
}>;
|
|
6313
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
6314
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6315
|
+
account_name: import("io-ts").StringC;
|
|
6316
|
+
account_number: import("io-ts").StringC;
|
|
6317
|
+
sort_code: import("io-ts").StringC;
|
|
6318
|
+
}>, import("io-ts").PartialC<{
|
|
6319
|
+
months_held: import("io-ts").NumberC;
|
|
6320
|
+
}>]>;
|
|
6321
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6322
|
+
email: import("io-ts").StringC;
|
|
6323
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
6324
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
6325
|
+
first_name: import("io-ts").StringC;
|
|
6326
|
+
last_name: import("io-ts").StringC;
|
|
6327
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
6331
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6332
|
+
line_1: import("io-ts").StringC;
|
|
6333
|
+
city: import("io-ts").StringC;
|
|
6334
|
+
country: import("io-ts").StringC;
|
|
6335
|
+
postcode: import("io-ts").StringC;
|
|
6336
|
+
}>, import("io-ts").PartialC<{
|
|
6337
|
+
building_number: import("io-ts").StringC;
|
|
6338
|
+
building_name: import("io-ts").StringC;
|
|
6339
|
+
line_2: import("io-ts").StringC;
|
|
6340
|
+
county: import("io-ts").StringC;
|
|
6341
|
+
months_at_address: import("io-ts").NumberC;
|
|
6342
|
+
}>]>;
|
|
6343
|
+
}>, import("io-ts").PartialC<{
|
|
6344
|
+
middle_name: import("io-ts").StringC;
|
|
6345
|
+
maiden_name: import("io-ts").StringC;
|
|
6346
|
+
telephone: import("io-ts").StringC;
|
|
6347
|
+
mobile: import("io-ts").StringC;
|
|
6348
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6349
|
+
amount: import("io-ts").NumberC;
|
|
6350
|
+
}>, import("io-ts").PartialC<{
|
|
6351
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6352
|
+
}>]>;
|
|
6353
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6354
|
+
line_1: import("io-ts").StringC;
|
|
6355
|
+
city: import("io-ts").StringC;
|
|
6356
|
+
country: import("io-ts").StringC;
|
|
6357
|
+
postcode: import("io-ts").StringC;
|
|
6358
|
+
}>, import("io-ts").PartialC<{
|
|
6359
|
+
building_number: import("io-ts").StringC;
|
|
6360
|
+
building_name: import("io-ts").StringC;
|
|
6361
|
+
line_2: import("io-ts").StringC;
|
|
6362
|
+
county: import("io-ts").StringC;
|
|
6363
|
+
months_at_address: import("io-ts").NumberC;
|
|
6364
|
+
}>]>;
|
|
6365
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6366
|
+
line_1: import("io-ts").StringC;
|
|
6367
|
+
city: import("io-ts").StringC;
|
|
6368
|
+
country: import("io-ts").StringC;
|
|
6369
|
+
postcode: import("io-ts").StringC;
|
|
6370
|
+
}>, import("io-ts").PartialC<{
|
|
6371
|
+
building_number: import("io-ts").StringC;
|
|
6372
|
+
building_name: import("io-ts").StringC;
|
|
6373
|
+
line_2: import("io-ts").StringC;
|
|
6374
|
+
county: import("io-ts").StringC;
|
|
6375
|
+
months_at_address: import("io-ts").NumberC;
|
|
6376
|
+
}>]>;
|
|
6377
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6378
|
+
line_1: import("io-ts").StringC;
|
|
6379
|
+
city: import("io-ts").StringC;
|
|
6380
|
+
country: import("io-ts").StringC;
|
|
6381
|
+
postcode: import("io-ts").StringC;
|
|
6382
|
+
}>, import("io-ts").PartialC<{
|
|
6383
|
+
building_number: import("io-ts").StringC;
|
|
6384
|
+
building_name: import("io-ts").StringC;
|
|
6385
|
+
line_2: import("io-ts").StringC;
|
|
6386
|
+
county: import("io-ts").StringC;
|
|
6387
|
+
months_at_address: import("io-ts").NumberC;
|
|
6388
|
+
}>]>;
|
|
6389
|
+
}>]>;
|
|
6390
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6391
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
6392
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6393
|
+
amount: import("io-ts").NumberC;
|
|
6394
|
+
}>, import("io-ts").PartialC<{
|
|
6395
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6396
|
+
}>]>;
|
|
6397
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6398
|
+
amount: import("io-ts").NumberC;
|
|
6399
|
+
}>, import("io-ts").PartialC<{
|
|
6400
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6401
|
+
}>]>;
|
|
6402
|
+
}>, import("io-ts").PartialC<{
|
|
6403
|
+
employed_details: import("io-ts").TypeC<{
|
|
6404
|
+
employer_name: import("io-ts").StringC;
|
|
6405
|
+
main_occupation: import("io-ts").StringC;
|
|
6406
|
+
months_employed: import("io-ts").NumberC;
|
|
6407
|
+
}>;
|
|
6408
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
6409
|
+
business_name: import("io-ts").StringC;
|
|
6410
|
+
type_of_business: import("io-ts").StringC;
|
|
6411
|
+
months_self_employed: import("io-ts").NumberC;
|
|
6412
|
+
}>;
|
|
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">]>;
|
|
6415
|
+
}>;
|
|
6416
|
+
}>]>;
|
|
6417
|
+
finance_details: import("io-ts").PartialC<{
|
|
6418
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6421
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6422
|
+
amount: import("io-ts").NumberC;
|
|
6423
|
+
}>, import("io-ts").PartialC<{
|
|
6424
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6425
|
+
}>]>;
|
|
6426
|
+
}>>;
|
|
6427
|
+
}>;
|
|
6428
|
+
}>>;
|
|
5837
6429
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5838
6430
|
name: import("io-ts").StringC;
|
|
5839
6431
|
}>, import("io-ts").PartialC<{
|
|
@@ -5886,11 +6478,13 @@ export declare const operations: {
|
|
|
5886
6478
|
readonly _tag: "JsonResponse";
|
|
5887
6479
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5888
6480
|
finance_option: import("io-ts").StringC;
|
|
5889
|
-
bank_account: import("io-ts").TypeC<{
|
|
6481
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5890
6482
|
account_name: import("io-ts").StringC;
|
|
5891
6483
|
account_number: import("io-ts").StringC;
|
|
5892
6484
|
sort_code: import("io-ts").StringC;
|
|
5893
|
-
}
|
|
6485
|
+
}>, import("io-ts").PartialC<{
|
|
6486
|
+
months_held: import("io-ts").NumberC;
|
|
6487
|
+
}>]>;
|
|
5894
6488
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5895
6489
|
email: import("io-ts").StringC;
|
|
5896
6490
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -5900,7 +6494,7 @@ export declare const operations: {
|
|
|
5900
6494
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5901
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">]>;
|
|
5902
6496
|
number_of_dependants: import("io-ts").NumberC;
|
|
5903
|
-
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">]>;
|
|
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">]>;
|
|
5904
6498
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5905
6499
|
line_1: import("io-ts").StringC;
|
|
5906
6500
|
city: import("io-ts").StringC;
|
|
@@ -5984,7 +6578,7 @@ export declare const operations: {
|
|
|
5984
6578
|
months_self_employed: import("io-ts").NumberC;
|
|
5985
6579
|
}>;
|
|
5986
6580
|
not_employed_details: import("io-ts").TypeC<{
|
|
5987
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
5988
6582
|
}>;
|
|
5989
6583
|
}>]>;
|
|
5990
6584
|
}>, import("io-ts").PartialC<{
|
|
@@ -5994,7 +6588,7 @@ export declare const operations: {
|
|
|
5994
6588
|
aid: import("io-ts").StringC;
|
|
5995
6589
|
kid: import("io-ts").StringC;
|
|
5996
6590
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
5997
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
6591
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
5998
6592
|
xid: import("io-ts").StringC;
|
|
5999
6593
|
xref: import("io-ts").StringC;
|
|
6000
6594
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -6008,74 +6602,203 @@ export declare const operations: {
|
|
|
6008
6602
|
}>, import("io-ts").PartialC<{
|
|
6009
6603
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
6010
6604
|
}>]>;
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6605
|
+
finance_details: import("io-ts").PartialC<{
|
|
6606
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6609
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6610
|
+
amount: import("io-ts").NumberC;
|
|
6611
|
+
}>, import("io-ts").PartialC<{
|
|
6612
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6613
|
+
}>]>;
|
|
6614
|
+
}>>;
|
|
6615
|
+
}>;
|
|
6616
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
6617
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6618
|
+
account_name: import("io-ts").StringC;
|
|
6619
|
+
account_number: import("io-ts").StringC;
|
|
6620
|
+
sort_code: import("io-ts").StringC;
|
|
6621
|
+
}>, import("io-ts").PartialC<{
|
|
6622
|
+
months_held: import("io-ts").NumberC;
|
|
6623
|
+
}>]>;
|
|
6624
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6625
|
+
email: import("io-ts").StringC;
|
|
6626
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
6627
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
6628
|
+
first_name: import("io-ts").StringC;
|
|
6629
|
+
last_name: import("io-ts").StringC;
|
|
6630
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
6634
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6635
|
+
line_1: import("io-ts").StringC;
|
|
6636
|
+
city: import("io-ts").StringC;
|
|
6637
|
+
country: import("io-ts").StringC;
|
|
6638
|
+
postcode: import("io-ts").StringC;
|
|
6639
|
+
}>, import("io-ts").PartialC<{
|
|
6640
|
+
building_number: import("io-ts").StringC;
|
|
6641
|
+
building_name: import("io-ts").StringC;
|
|
6642
|
+
line_2: import("io-ts").StringC;
|
|
6643
|
+
county: import("io-ts").StringC;
|
|
6644
|
+
months_at_address: import("io-ts").NumberC;
|
|
6645
|
+
}>]>;
|
|
6646
|
+
}>, import("io-ts").PartialC<{
|
|
6647
|
+
middle_name: import("io-ts").StringC;
|
|
6648
|
+
maiden_name: import("io-ts").StringC;
|
|
6649
|
+
telephone: import("io-ts").StringC;
|
|
6650
|
+
mobile: import("io-ts").StringC;
|
|
6651
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6652
|
+
amount: import("io-ts").NumberC;
|
|
6653
|
+
}>, import("io-ts").PartialC<{
|
|
6654
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6655
|
+
}>]>;
|
|
6656
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6657
|
+
line_1: import("io-ts").StringC;
|
|
6658
|
+
city: import("io-ts").StringC;
|
|
6659
|
+
country: import("io-ts").StringC;
|
|
6660
|
+
postcode: import("io-ts").StringC;
|
|
6661
|
+
}>, import("io-ts").PartialC<{
|
|
6662
|
+
building_number: import("io-ts").StringC;
|
|
6663
|
+
building_name: import("io-ts").StringC;
|
|
6664
|
+
line_2: import("io-ts").StringC;
|
|
6665
|
+
county: import("io-ts").StringC;
|
|
6666
|
+
months_at_address: import("io-ts").NumberC;
|
|
6667
|
+
}>]>;
|
|
6668
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6669
|
+
line_1: import("io-ts").StringC;
|
|
6670
|
+
city: import("io-ts").StringC;
|
|
6671
|
+
country: import("io-ts").StringC;
|
|
6672
|
+
postcode: import("io-ts").StringC;
|
|
6673
|
+
}>, import("io-ts").PartialC<{
|
|
6674
|
+
building_number: import("io-ts").StringC;
|
|
6675
|
+
building_name: import("io-ts").StringC;
|
|
6676
|
+
line_2: import("io-ts").StringC;
|
|
6677
|
+
county: import("io-ts").StringC;
|
|
6678
|
+
months_at_address: import("io-ts").NumberC;
|
|
6679
|
+
}>]>;
|
|
6680
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6681
|
+
line_1: import("io-ts").StringC;
|
|
6682
|
+
city: import("io-ts").StringC;
|
|
6683
|
+
country: import("io-ts").StringC;
|
|
6684
|
+
postcode: import("io-ts").StringC;
|
|
6685
|
+
}>, import("io-ts").PartialC<{
|
|
6686
|
+
building_number: import("io-ts").StringC;
|
|
6687
|
+
building_name: import("io-ts").StringC;
|
|
6688
|
+
line_2: import("io-ts").StringC;
|
|
6689
|
+
county: import("io-ts").StringC;
|
|
6690
|
+
months_at_address: import("io-ts").NumberC;
|
|
6691
|
+
}>]>;
|
|
6692
|
+
}>]>;
|
|
6693
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6694
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
6695
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6696
|
+
amount: import("io-ts").NumberC;
|
|
6697
|
+
}>, import("io-ts").PartialC<{
|
|
6698
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6699
|
+
}>]>;
|
|
6700
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6701
|
+
amount: import("io-ts").NumberC;
|
|
6702
|
+
}>, import("io-ts").PartialC<{
|
|
6703
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6704
|
+
}>]>;
|
|
6705
|
+
}>, import("io-ts").PartialC<{
|
|
6706
|
+
employed_details: import("io-ts").TypeC<{
|
|
6707
|
+
employer_name: import("io-ts").StringC;
|
|
6708
|
+
main_occupation: import("io-ts").StringC;
|
|
6709
|
+
months_employed: import("io-ts").NumberC;
|
|
6710
|
+
}>;
|
|
6711
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
6712
|
+
business_name: import("io-ts").StringC;
|
|
6713
|
+
type_of_business: import("io-ts").StringC;
|
|
6714
|
+
months_self_employed: import("io-ts").NumberC;
|
|
6715
|
+
}>;
|
|
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">]>;
|
|
6718
|
+
}>;
|
|
6719
|
+
}>]>;
|
|
6720
|
+
finance_details: import("io-ts").PartialC<{
|
|
6721
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6724
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6725
|
+
amount: import("io-ts").NumberC;
|
|
6726
|
+
}>, import("io-ts").PartialC<{
|
|
6727
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6728
|
+
}>]>;
|
|
6729
|
+
}>>;
|
|
6730
|
+
}>;
|
|
6731
|
+
}>>;
|
|
6732
|
+
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6733
|
+
name: import("io-ts").StringC;
|
|
6734
|
+
}>, import("io-ts").PartialC<{
|
|
6735
|
+
id: import("io-ts").StringC;
|
|
6736
|
+
cid: import("io-ts").StringC;
|
|
6737
|
+
oid: import("io-ts").StringC;
|
|
6738
|
+
aid: import("io-ts").StringC;
|
|
6739
|
+
content: import("io-ts").StringC;
|
|
6740
|
+
mimetype: import("io-ts").StringC;
|
|
6741
|
+
metadata: import("io-ts").TypeC<{
|
|
6742
|
+
liveness: import("io-ts").BooleanC;
|
|
6743
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6744
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6745
|
+
}>;
|
|
6746
|
+
}>]>>;
|
|
6747
|
+
signature: import("io-ts").TypeC<{
|
|
6748
|
+
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
6749
|
+
fingerprint: import("io-ts").StringC;
|
|
6750
|
+
}>;
|
|
6751
|
+
metadata: import("io-ts").TypeC<{
|
|
6752
|
+
liveness: import("io-ts").BooleanC;
|
|
6753
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6754
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6755
|
+
}>;
|
|
6756
|
+
}>]>;
|
|
6757
|
+
};
|
|
6758
|
+
readonly default: {
|
|
6759
|
+
readonly _tag: "JsonResponse";
|
|
6760
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6761
|
+
message: import("io-ts").StringC;
|
|
6762
|
+
}>, import("io-ts").PartialC<{
|
|
6763
|
+
code: import("io-ts").NumberC;
|
|
6764
|
+
}>]>;
|
|
6765
|
+
};
|
|
6766
|
+
};
|
|
6767
|
+
readonly parameters: readonly [{
|
|
6768
|
+
readonly _tag: "FormParameter";
|
|
6769
|
+
readonly explode: false;
|
|
6770
|
+
readonly in: "path";
|
|
6771
|
+
readonly name: "id";
|
|
6772
|
+
}];
|
|
6773
|
+
readonly requestDefaultHeaders: {
|
|
6774
|
+
readonly Accept: "application/json";
|
|
6775
|
+
};
|
|
6776
|
+
};
|
|
6777
|
+
readonly putCredit: {
|
|
6778
|
+
readonly path: "/api/credit/{id}";
|
|
6779
|
+
readonly method: "put";
|
|
6780
|
+
readonly responses: {
|
|
6781
|
+
readonly "200": {
|
|
6782
|
+
readonly _tag: "JsonResponse";
|
|
6783
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6784
|
+
finance_option: import("io-ts").StringC;
|
|
6785
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6786
|
+
account_name: import("io-ts").StringC;
|
|
6787
|
+
account_number: import("io-ts").StringC;
|
|
6788
|
+
sort_code: import("io-ts").StringC;
|
|
6789
|
+
}>, import("io-ts").PartialC<{
|
|
6790
|
+
months_held: import("io-ts").NumberC;
|
|
6791
|
+
}>]>;
|
|
6792
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6793
|
+
email: import("io-ts").StringC;
|
|
6794
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
6795
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
6796
|
+
first_name: import("io-ts").StringC;
|
|
6074
6797
|
last_name: import("io-ts").StringC;
|
|
6075
6798
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6076
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">]>;
|
|
6077
6800
|
number_of_dependants: import("io-ts").NumberC;
|
|
6078
|
-
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">]>;
|
|
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">]>;
|
|
6079
6802
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6080
6803
|
line_1: import("io-ts").StringC;
|
|
6081
6804
|
city: import("io-ts").StringC;
|
|
@@ -6159,7 +6882,7 @@ export declare const operations: {
|
|
|
6159
6882
|
months_self_employed: import("io-ts").NumberC;
|
|
6160
6883
|
}>;
|
|
6161
6884
|
not_employed_details: import("io-ts").TypeC<{
|
|
6162
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
6163
6886
|
}>;
|
|
6164
6887
|
}>]>;
|
|
6165
6888
|
}>, import("io-ts").PartialC<{
|
|
@@ -6169,7 +6892,7 @@ export declare const operations: {
|
|
|
6169
6892
|
aid: import("io-ts").StringC;
|
|
6170
6893
|
kid: import("io-ts").StringC;
|
|
6171
6894
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
6172
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
6895
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
6173
6896
|
xid: import("io-ts").StringC;
|
|
6174
6897
|
xref: import("io-ts").StringC;
|
|
6175
6898
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -6183,6 +6906,133 @@ export declare const operations: {
|
|
|
6183
6906
|
}>, import("io-ts").PartialC<{
|
|
6184
6907
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
6185
6908
|
}>]>;
|
|
6909
|
+
finance_details: import("io-ts").PartialC<{
|
|
6910
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
6913
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6914
|
+
amount: import("io-ts").NumberC;
|
|
6915
|
+
}>, import("io-ts").PartialC<{
|
|
6916
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6917
|
+
}>]>;
|
|
6918
|
+
}>>;
|
|
6919
|
+
}>;
|
|
6920
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
6921
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6922
|
+
account_name: import("io-ts").StringC;
|
|
6923
|
+
account_number: import("io-ts").StringC;
|
|
6924
|
+
sort_code: import("io-ts").StringC;
|
|
6925
|
+
}>, import("io-ts").PartialC<{
|
|
6926
|
+
months_held: import("io-ts").NumberC;
|
|
6927
|
+
}>]>;
|
|
6928
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6929
|
+
email: import("io-ts").StringC;
|
|
6930
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
6931
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
6932
|
+
first_name: import("io-ts").StringC;
|
|
6933
|
+
last_name: import("io-ts").StringC;
|
|
6934
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
6938
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6939
|
+
line_1: import("io-ts").StringC;
|
|
6940
|
+
city: import("io-ts").StringC;
|
|
6941
|
+
country: import("io-ts").StringC;
|
|
6942
|
+
postcode: import("io-ts").StringC;
|
|
6943
|
+
}>, import("io-ts").PartialC<{
|
|
6944
|
+
building_number: import("io-ts").StringC;
|
|
6945
|
+
building_name: import("io-ts").StringC;
|
|
6946
|
+
line_2: import("io-ts").StringC;
|
|
6947
|
+
county: import("io-ts").StringC;
|
|
6948
|
+
months_at_address: import("io-ts").NumberC;
|
|
6949
|
+
}>]>;
|
|
6950
|
+
}>, import("io-ts").PartialC<{
|
|
6951
|
+
middle_name: import("io-ts").StringC;
|
|
6952
|
+
maiden_name: import("io-ts").StringC;
|
|
6953
|
+
telephone: import("io-ts").StringC;
|
|
6954
|
+
mobile: import("io-ts").StringC;
|
|
6955
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6956
|
+
amount: import("io-ts").NumberC;
|
|
6957
|
+
}>, import("io-ts").PartialC<{
|
|
6958
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
6959
|
+
}>]>;
|
|
6960
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6961
|
+
line_1: import("io-ts").StringC;
|
|
6962
|
+
city: import("io-ts").StringC;
|
|
6963
|
+
country: import("io-ts").StringC;
|
|
6964
|
+
postcode: import("io-ts").StringC;
|
|
6965
|
+
}>, import("io-ts").PartialC<{
|
|
6966
|
+
building_number: import("io-ts").StringC;
|
|
6967
|
+
building_name: import("io-ts").StringC;
|
|
6968
|
+
line_2: import("io-ts").StringC;
|
|
6969
|
+
county: import("io-ts").StringC;
|
|
6970
|
+
months_at_address: import("io-ts").NumberC;
|
|
6971
|
+
}>]>;
|
|
6972
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6973
|
+
line_1: import("io-ts").StringC;
|
|
6974
|
+
city: import("io-ts").StringC;
|
|
6975
|
+
country: import("io-ts").StringC;
|
|
6976
|
+
postcode: import("io-ts").StringC;
|
|
6977
|
+
}>, import("io-ts").PartialC<{
|
|
6978
|
+
building_number: import("io-ts").StringC;
|
|
6979
|
+
building_name: import("io-ts").StringC;
|
|
6980
|
+
line_2: import("io-ts").StringC;
|
|
6981
|
+
county: import("io-ts").StringC;
|
|
6982
|
+
months_at_address: import("io-ts").NumberC;
|
|
6983
|
+
}>]>;
|
|
6984
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6985
|
+
line_1: import("io-ts").StringC;
|
|
6986
|
+
city: import("io-ts").StringC;
|
|
6987
|
+
country: import("io-ts").StringC;
|
|
6988
|
+
postcode: import("io-ts").StringC;
|
|
6989
|
+
}>, import("io-ts").PartialC<{
|
|
6990
|
+
building_number: import("io-ts").StringC;
|
|
6991
|
+
building_name: import("io-ts").StringC;
|
|
6992
|
+
line_2: import("io-ts").StringC;
|
|
6993
|
+
county: import("io-ts").StringC;
|
|
6994
|
+
months_at_address: import("io-ts").NumberC;
|
|
6995
|
+
}>]>;
|
|
6996
|
+
}>]>;
|
|
6997
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6998
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
6999
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7000
|
+
amount: import("io-ts").NumberC;
|
|
7001
|
+
}>, import("io-ts").PartialC<{
|
|
7002
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7003
|
+
}>]>;
|
|
7004
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7005
|
+
amount: import("io-ts").NumberC;
|
|
7006
|
+
}>, import("io-ts").PartialC<{
|
|
7007
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7008
|
+
}>]>;
|
|
7009
|
+
}>, import("io-ts").PartialC<{
|
|
7010
|
+
employed_details: import("io-ts").TypeC<{
|
|
7011
|
+
employer_name: import("io-ts").StringC;
|
|
7012
|
+
main_occupation: import("io-ts").StringC;
|
|
7013
|
+
months_employed: import("io-ts").NumberC;
|
|
7014
|
+
}>;
|
|
7015
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
7016
|
+
business_name: import("io-ts").StringC;
|
|
7017
|
+
type_of_business: import("io-ts").StringC;
|
|
7018
|
+
months_self_employed: import("io-ts").NumberC;
|
|
7019
|
+
}>;
|
|
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">]>;
|
|
7022
|
+
}>;
|
|
7023
|
+
}>]>;
|
|
7024
|
+
finance_details: import("io-ts").PartialC<{
|
|
7025
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7028
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7029
|
+
amount: import("io-ts").NumberC;
|
|
7030
|
+
}>, import("io-ts").PartialC<{
|
|
7031
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7032
|
+
}>]>;
|
|
7033
|
+
}>>;
|
|
7034
|
+
}>;
|
|
7035
|
+
}>>;
|
|
6186
7036
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6187
7037
|
name: import("io-ts").StringC;
|
|
6188
7038
|
}>, import("io-ts").PartialC<{
|
|
@@ -6240,11 +7090,13 @@ export declare const operations: {
|
|
|
6240
7090
|
readonly _tag: "JsonResponse";
|
|
6241
7091
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6242
7092
|
finance_option: import("io-ts").StringC;
|
|
6243
|
-
bank_account: import("io-ts").TypeC<{
|
|
7093
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6244
7094
|
account_name: import("io-ts").StringC;
|
|
6245
7095
|
account_number: import("io-ts").StringC;
|
|
6246
7096
|
sort_code: import("io-ts").StringC;
|
|
6247
|
-
}
|
|
7097
|
+
}>, import("io-ts").PartialC<{
|
|
7098
|
+
months_held: import("io-ts").NumberC;
|
|
7099
|
+
}>]>;
|
|
6248
7100
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6249
7101
|
email: import("io-ts").StringC;
|
|
6250
7102
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -6254,7 +7106,7 @@ export declare const operations: {
|
|
|
6254
7106
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6255
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">]>;
|
|
6256
7108
|
number_of_dependants: import("io-ts").NumberC;
|
|
6257
|
-
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">]>;
|
|
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">]>;
|
|
6258
7110
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6259
7111
|
line_1: import("io-ts").StringC;
|
|
6260
7112
|
city: import("io-ts").StringC;
|
|
@@ -6338,7 +7190,7 @@ export declare const operations: {
|
|
|
6338
7190
|
months_self_employed: import("io-ts").NumberC;
|
|
6339
7191
|
}>;
|
|
6340
7192
|
not_employed_details: import("io-ts").TypeC<{
|
|
6341
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
6342
7194
|
}>;
|
|
6343
7195
|
}>]>;
|
|
6344
7196
|
}>, import("io-ts").PartialC<{
|
|
@@ -6348,7 +7200,7 @@ export declare const operations: {
|
|
|
6348
7200
|
aid: import("io-ts").StringC;
|
|
6349
7201
|
kid: import("io-ts").StringC;
|
|
6350
7202
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
6351
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
7203
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
6352
7204
|
xid: import("io-ts").StringC;
|
|
6353
7205
|
xref: import("io-ts").StringC;
|
|
6354
7206
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -6362,6 +7214,133 @@ export declare const operations: {
|
|
|
6362
7214
|
}>, import("io-ts").PartialC<{
|
|
6363
7215
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
6364
7216
|
}>]>;
|
|
7217
|
+
finance_details: import("io-ts").PartialC<{
|
|
7218
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7221
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7222
|
+
amount: import("io-ts").NumberC;
|
|
7223
|
+
}>, import("io-ts").PartialC<{
|
|
7224
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7225
|
+
}>]>;
|
|
7226
|
+
}>>;
|
|
7227
|
+
}>;
|
|
7228
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
7229
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7230
|
+
account_name: import("io-ts").StringC;
|
|
7231
|
+
account_number: import("io-ts").StringC;
|
|
7232
|
+
sort_code: import("io-ts").StringC;
|
|
7233
|
+
}>, import("io-ts").PartialC<{
|
|
7234
|
+
months_held: import("io-ts").NumberC;
|
|
7235
|
+
}>]>;
|
|
7236
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7237
|
+
email: import("io-ts").StringC;
|
|
7238
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
7239
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
7240
|
+
first_name: import("io-ts").StringC;
|
|
7241
|
+
last_name: import("io-ts").StringC;
|
|
7242
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
7246
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7247
|
+
line_1: import("io-ts").StringC;
|
|
7248
|
+
city: import("io-ts").StringC;
|
|
7249
|
+
country: import("io-ts").StringC;
|
|
7250
|
+
postcode: import("io-ts").StringC;
|
|
7251
|
+
}>, import("io-ts").PartialC<{
|
|
7252
|
+
building_number: import("io-ts").StringC;
|
|
7253
|
+
building_name: import("io-ts").StringC;
|
|
7254
|
+
line_2: import("io-ts").StringC;
|
|
7255
|
+
county: import("io-ts").StringC;
|
|
7256
|
+
months_at_address: import("io-ts").NumberC;
|
|
7257
|
+
}>]>;
|
|
7258
|
+
}>, import("io-ts").PartialC<{
|
|
7259
|
+
middle_name: import("io-ts").StringC;
|
|
7260
|
+
maiden_name: import("io-ts").StringC;
|
|
7261
|
+
telephone: import("io-ts").StringC;
|
|
7262
|
+
mobile: import("io-ts").StringC;
|
|
7263
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7264
|
+
amount: import("io-ts").NumberC;
|
|
7265
|
+
}>, import("io-ts").PartialC<{
|
|
7266
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7267
|
+
}>]>;
|
|
7268
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7269
|
+
line_1: import("io-ts").StringC;
|
|
7270
|
+
city: import("io-ts").StringC;
|
|
7271
|
+
country: import("io-ts").StringC;
|
|
7272
|
+
postcode: import("io-ts").StringC;
|
|
7273
|
+
}>, import("io-ts").PartialC<{
|
|
7274
|
+
building_number: import("io-ts").StringC;
|
|
7275
|
+
building_name: import("io-ts").StringC;
|
|
7276
|
+
line_2: import("io-ts").StringC;
|
|
7277
|
+
county: import("io-ts").StringC;
|
|
7278
|
+
months_at_address: import("io-ts").NumberC;
|
|
7279
|
+
}>]>;
|
|
7280
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7281
|
+
line_1: import("io-ts").StringC;
|
|
7282
|
+
city: import("io-ts").StringC;
|
|
7283
|
+
country: import("io-ts").StringC;
|
|
7284
|
+
postcode: import("io-ts").StringC;
|
|
7285
|
+
}>, import("io-ts").PartialC<{
|
|
7286
|
+
building_number: import("io-ts").StringC;
|
|
7287
|
+
building_name: import("io-ts").StringC;
|
|
7288
|
+
line_2: import("io-ts").StringC;
|
|
7289
|
+
county: import("io-ts").StringC;
|
|
7290
|
+
months_at_address: import("io-ts").NumberC;
|
|
7291
|
+
}>]>;
|
|
7292
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7293
|
+
line_1: import("io-ts").StringC;
|
|
7294
|
+
city: import("io-ts").StringC;
|
|
7295
|
+
country: import("io-ts").StringC;
|
|
7296
|
+
postcode: import("io-ts").StringC;
|
|
7297
|
+
}>, import("io-ts").PartialC<{
|
|
7298
|
+
building_number: import("io-ts").StringC;
|
|
7299
|
+
building_name: import("io-ts").StringC;
|
|
7300
|
+
line_2: import("io-ts").StringC;
|
|
7301
|
+
county: import("io-ts").StringC;
|
|
7302
|
+
months_at_address: import("io-ts").NumberC;
|
|
7303
|
+
}>]>;
|
|
7304
|
+
}>]>;
|
|
7305
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7306
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
7307
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7308
|
+
amount: import("io-ts").NumberC;
|
|
7309
|
+
}>, import("io-ts").PartialC<{
|
|
7310
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7311
|
+
}>]>;
|
|
7312
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7313
|
+
amount: import("io-ts").NumberC;
|
|
7314
|
+
}>, import("io-ts").PartialC<{
|
|
7315
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7316
|
+
}>]>;
|
|
7317
|
+
}>, import("io-ts").PartialC<{
|
|
7318
|
+
employed_details: import("io-ts").TypeC<{
|
|
7319
|
+
employer_name: import("io-ts").StringC;
|
|
7320
|
+
main_occupation: import("io-ts").StringC;
|
|
7321
|
+
months_employed: import("io-ts").NumberC;
|
|
7322
|
+
}>;
|
|
7323
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
7324
|
+
business_name: import("io-ts").StringC;
|
|
7325
|
+
type_of_business: import("io-ts").StringC;
|
|
7326
|
+
months_self_employed: import("io-ts").NumberC;
|
|
7327
|
+
}>;
|
|
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">]>;
|
|
7330
|
+
}>;
|
|
7331
|
+
}>]>;
|
|
7332
|
+
finance_details: import("io-ts").PartialC<{
|
|
7333
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7336
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7337
|
+
amount: import("io-ts").NumberC;
|
|
7338
|
+
}>, import("io-ts").PartialC<{
|
|
7339
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7340
|
+
}>]>;
|
|
7341
|
+
}>>;
|
|
7342
|
+
}>;
|
|
7343
|
+
}>>;
|
|
6365
7344
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6366
7345
|
name: import("io-ts").StringC;
|
|
6367
7346
|
}>, import("io-ts").PartialC<{
|
|
@@ -6415,11 +7394,13 @@ export declare const operations: {
|
|
|
6415
7394
|
readonly _tag: "JsonResponse";
|
|
6416
7395
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6417
7396
|
finance_option: import("io-ts").StringC;
|
|
6418
|
-
bank_account: import("io-ts").TypeC<{
|
|
7397
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6419
7398
|
account_name: import("io-ts").StringC;
|
|
6420
7399
|
account_number: import("io-ts").StringC;
|
|
6421
7400
|
sort_code: import("io-ts").StringC;
|
|
6422
|
-
}
|
|
7401
|
+
}>, import("io-ts").PartialC<{
|
|
7402
|
+
months_held: import("io-ts").NumberC;
|
|
7403
|
+
}>]>;
|
|
6423
7404
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6424
7405
|
email: import("io-ts").StringC;
|
|
6425
7406
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -6429,7 +7410,7 @@ export declare const operations: {
|
|
|
6429
7410
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6430
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">]>;
|
|
6431
7412
|
number_of_dependants: import("io-ts").NumberC;
|
|
6432
|
-
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">]>;
|
|
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">]>;
|
|
6433
7414
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6434
7415
|
line_1: import("io-ts").StringC;
|
|
6435
7416
|
city: import("io-ts").StringC;
|
|
@@ -6499,44 +7480,171 @@ export declare const operations: {
|
|
|
6499
7480
|
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6500
7481
|
amount: import("io-ts").NumberC;
|
|
6501
7482
|
}>, import("io-ts").PartialC<{
|
|
6502
|
-
currency: import("io-ts").LiteralC<"GBP">;
|
|
7483
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7484
|
+
}>]>;
|
|
7485
|
+
}>, import("io-ts").PartialC<{
|
|
7486
|
+
employed_details: import("io-ts").TypeC<{
|
|
7487
|
+
employer_name: import("io-ts").StringC;
|
|
7488
|
+
main_occupation: import("io-ts").StringC;
|
|
7489
|
+
months_employed: import("io-ts").NumberC;
|
|
7490
|
+
}>;
|
|
7491
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
7492
|
+
business_name: import("io-ts").StringC;
|
|
7493
|
+
type_of_business: import("io-ts").StringC;
|
|
7494
|
+
months_self_employed: import("io-ts").NumberC;
|
|
7495
|
+
}>;
|
|
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">]>;
|
|
7498
|
+
}>;
|
|
7499
|
+
}>]>;
|
|
7500
|
+
}>, import("io-ts").PartialC<{
|
|
7501
|
+
id: import("io-ts").StringC;
|
|
7502
|
+
cid: import("io-ts").StringC;
|
|
7503
|
+
oid: import("io-ts").StringC;
|
|
7504
|
+
aid: import("io-ts").StringC;
|
|
7505
|
+
kid: import("io-ts").StringC;
|
|
7506
|
+
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
7507
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
7508
|
+
xid: import("io-ts").StringC;
|
|
7509
|
+
xref: import("io-ts").StringC;
|
|
7510
|
+
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
7511
|
+
amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7512
|
+
amount: import("io-ts").NumberC;
|
|
7513
|
+
}>, import("io-ts").PartialC<{
|
|
7514
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7515
|
+
}>]>;
|
|
7516
|
+
deposit_value: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7517
|
+
amount: import("io-ts").NumberC;
|
|
7518
|
+
}>, import("io-ts").PartialC<{
|
|
7519
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7520
|
+
}>]>;
|
|
7521
|
+
finance_details: import("io-ts").PartialC<{
|
|
7522
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7525
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7526
|
+
amount: import("io-ts").NumberC;
|
|
7527
|
+
}>, import("io-ts").PartialC<{
|
|
7528
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7529
|
+
}>]>;
|
|
7530
|
+
}>>;
|
|
7531
|
+
}>;
|
|
7532
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
7533
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7534
|
+
account_name: import("io-ts").StringC;
|
|
7535
|
+
account_number: import("io-ts").StringC;
|
|
7536
|
+
sort_code: import("io-ts").StringC;
|
|
7537
|
+
}>, import("io-ts").PartialC<{
|
|
7538
|
+
months_held: import("io-ts").NumberC;
|
|
7539
|
+
}>]>;
|
|
7540
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7541
|
+
email: import("io-ts").StringC;
|
|
7542
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
7543
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
7544
|
+
first_name: import("io-ts").StringC;
|
|
7545
|
+
last_name: import("io-ts").StringC;
|
|
7546
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
7550
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7551
|
+
line_1: import("io-ts").StringC;
|
|
7552
|
+
city: import("io-ts").StringC;
|
|
7553
|
+
country: import("io-ts").StringC;
|
|
7554
|
+
postcode: import("io-ts").StringC;
|
|
7555
|
+
}>, import("io-ts").PartialC<{
|
|
7556
|
+
building_number: import("io-ts").StringC;
|
|
7557
|
+
building_name: import("io-ts").StringC;
|
|
7558
|
+
line_2: import("io-ts").StringC;
|
|
7559
|
+
county: import("io-ts").StringC;
|
|
7560
|
+
months_at_address: import("io-ts").NumberC;
|
|
7561
|
+
}>]>;
|
|
7562
|
+
}>, import("io-ts").PartialC<{
|
|
7563
|
+
middle_name: import("io-ts").StringC;
|
|
7564
|
+
maiden_name: import("io-ts").StringC;
|
|
7565
|
+
telephone: import("io-ts").StringC;
|
|
7566
|
+
mobile: import("io-ts").StringC;
|
|
7567
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7568
|
+
amount: import("io-ts").NumberC;
|
|
7569
|
+
}>, import("io-ts").PartialC<{
|
|
7570
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7571
|
+
}>]>;
|
|
7572
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7573
|
+
line_1: import("io-ts").StringC;
|
|
7574
|
+
city: import("io-ts").StringC;
|
|
7575
|
+
country: import("io-ts").StringC;
|
|
7576
|
+
postcode: import("io-ts").StringC;
|
|
7577
|
+
}>, import("io-ts").PartialC<{
|
|
7578
|
+
building_number: import("io-ts").StringC;
|
|
7579
|
+
building_name: import("io-ts").StringC;
|
|
7580
|
+
line_2: import("io-ts").StringC;
|
|
7581
|
+
county: import("io-ts").StringC;
|
|
7582
|
+
months_at_address: import("io-ts").NumberC;
|
|
7583
|
+
}>]>;
|
|
7584
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7585
|
+
line_1: import("io-ts").StringC;
|
|
7586
|
+
city: import("io-ts").StringC;
|
|
7587
|
+
country: import("io-ts").StringC;
|
|
7588
|
+
postcode: import("io-ts").StringC;
|
|
7589
|
+
}>, import("io-ts").PartialC<{
|
|
7590
|
+
building_number: import("io-ts").StringC;
|
|
7591
|
+
building_name: import("io-ts").StringC;
|
|
7592
|
+
line_2: import("io-ts").StringC;
|
|
7593
|
+
county: import("io-ts").StringC;
|
|
7594
|
+
months_at_address: import("io-ts").NumberC;
|
|
7595
|
+
}>]>;
|
|
7596
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7597
|
+
line_1: import("io-ts").StringC;
|
|
7598
|
+
city: import("io-ts").StringC;
|
|
7599
|
+
country: import("io-ts").StringC;
|
|
7600
|
+
postcode: import("io-ts").StringC;
|
|
7601
|
+
}>, import("io-ts").PartialC<{
|
|
7602
|
+
building_number: import("io-ts").StringC;
|
|
7603
|
+
building_name: import("io-ts").StringC;
|
|
7604
|
+
line_2: import("io-ts").StringC;
|
|
7605
|
+
county: import("io-ts").StringC;
|
|
7606
|
+
months_at_address: import("io-ts").NumberC;
|
|
7607
|
+
}>]>;
|
|
7608
|
+
}>]>;
|
|
7609
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7610
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
7611
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7612
|
+
amount: import("io-ts").NumberC;
|
|
7613
|
+
}>, import("io-ts").PartialC<{
|
|
7614
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7615
|
+
}>]>;
|
|
7616
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7617
|
+
amount: import("io-ts").NumberC;
|
|
7618
|
+
}>, import("io-ts").PartialC<{
|
|
7619
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7620
|
+
}>]>;
|
|
7621
|
+
}>, import("io-ts").PartialC<{
|
|
7622
|
+
employed_details: import("io-ts").TypeC<{
|
|
7623
|
+
employer_name: import("io-ts").StringC;
|
|
7624
|
+
main_occupation: import("io-ts").StringC;
|
|
7625
|
+
months_employed: import("io-ts").NumberC;
|
|
7626
|
+
}>;
|
|
7627
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
7628
|
+
business_name: import("io-ts").StringC;
|
|
7629
|
+
type_of_business: import("io-ts").StringC;
|
|
7630
|
+
months_self_employed: import("io-ts").NumberC;
|
|
7631
|
+
}>;
|
|
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">]>;
|
|
7634
|
+
}>;
|
|
6503
7635
|
}>]>;
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
7636
|
+
finance_details: import("io-ts").PartialC<{
|
|
7637
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7640
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7641
|
+
amount: import("io-ts").NumberC;
|
|
7642
|
+
}>, import("io-ts").PartialC<{
|
|
7643
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7644
|
+
}>]>;
|
|
7645
|
+
}>>;
|
|
6514
7646
|
}>;
|
|
6515
|
-
|
|
6516
|
-
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<"other">]>;
|
|
6517
|
-
}>;
|
|
6518
|
-
}>]>;
|
|
6519
|
-
}>, import("io-ts").PartialC<{
|
|
6520
|
-
id: import("io-ts").StringC;
|
|
6521
|
-
cid: import("io-ts").StringC;
|
|
6522
|
-
oid: import("io-ts").StringC;
|
|
6523
|
-
aid: import("io-ts").StringC;
|
|
6524
|
-
kid: import("io-ts").StringC;
|
|
6525
|
-
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
6526
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
6527
|
-
xid: import("io-ts").StringC;
|
|
6528
|
-
xref: import("io-ts").StringC;
|
|
6529
|
-
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
6530
|
-
amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6531
|
-
amount: import("io-ts").NumberC;
|
|
6532
|
-
}>, import("io-ts").PartialC<{
|
|
6533
|
-
currency: import("io-ts").LiteralC<"GBP">;
|
|
6534
|
-
}>]>;
|
|
6535
|
-
deposit_value: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6536
|
-
amount: import("io-ts").NumberC;
|
|
6537
|
-
}>, import("io-ts").PartialC<{
|
|
6538
|
-
currency: import("io-ts").LiteralC<"GBP">;
|
|
6539
|
-
}>]>;
|
|
7647
|
+
}>>;
|
|
6540
7648
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6541
7649
|
name: import("io-ts").StringC;
|
|
6542
7650
|
}>, import("io-ts").PartialC<{
|
|
@@ -6590,11 +7698,13 @@ export declare const operations: {
|
|
|
6590
7698
|
readonly _tag: "JsonResponse";
|
|
6591
7699
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6592
7700
|
finance_option: import("io-ts").StringC;
|
|
6593
|
-
bank_account: import("io-ts").TypeC<{
|
|
7701
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6594
7702
|
account_name: import("io-ts").StringC;
|
|
6595
7703
|
account_number: import("io-ts").StringC;
|
|
6596
7704
|
sort_code: import("io-ts").StringC;
|
|
6597
|
-
}
|
|
7705
|
+
}>, import("io-ts").PartialC<{
|
|
7706
|
+
months_held: import("io-ts").NumberC;
|
|
7707
|
+
}>]>;
|
|
6598
7708
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6599
7709
|
email: import("io-ts").StringC;
|
|
6600
7710
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -6604,7 +7714,7 @@ export declare const operations: {
|
|
|
6604
7714
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6605
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">]>;
|
|
6606
7716
|
number_of_dependants: import("io-ts").NumberC;
|
|
6607
|
-
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">]>;
|
|
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">]>;
|
|
6608
7718
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6609
7719
|
line_1: import("io-ts").StringC;
|
|
6610
7720
|
city: import("io-ts").StringC;
|
|
@@ -6688,7 +7798,7 @@ export declare const operations: {
|
|
|
6688
7798
|
months_self_employed: import("io-ts").NumberC;
|
|
6689
7799
|
}>;
|
|
6690
7800
|
not_employed_details: import("io-ts").TypeC<{
|
|
6691
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
6692
7802
|
}>;
|
|
6693
7803
|
}>]>;
|
|
6694
7804
|
}>, import("io-ts").PartialC<{
|
|
@@ -6698,7 +7808,7 @@ export declare const operations: {
|
|
|
6698
7808
|
aid: import("io-ts").StringC;
|
|
6699
7809
|
kid: import("io-ts").StringC;
|
|
6700
7810
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
6701
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
7811
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
6702
7812
|
xid: import("io-ts").StringC;
|
|
6703
7813
|
xref: import("io-ts").StringC;
|
|
6704
7814
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -6712,6 +7822,133 @@ export declare const operations: {
|
|
|
6712
7822
|
}>, import("io-ts").PartialC<{
|
|
6713
7823
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
6714
7824
|
}>]>;
|
|
7825
|
+
finance_details: import("io-ts").PartialC<{
|
|
7826
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7829
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7830
|
+
amount: import("io-ts").NumberC;
|
|
7831
|
+
}>, import("io-ts").PartialC<{
|
|
7832
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7833
|
+
}>]>;
|
|
7834
|
+
}>>;
|
|
7835
|
+
}>;
|
|
7836
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
7837
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7838
|
+
account_name: import("io-ts").StringC;
|
|
7839
|
+
account_number: import("io-ts").StringC;
|
|
7840
|
+
sort_code: import("io-ts").StringC;
|
|
7841
|
+
}>, import("io-ts").PartialC<{
|
|
7842
|
+
months_held: import("io-ts").NumberC;
|
|
7843
|
+
}>]>;
|
|
7844
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7845
|
+
email: import("io-ts").StringC;
|
|
7846
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
7847
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
7848
|
+
first_name: import("io-ts").StringC;
|
|
7849
|
+
last_name: import("io-ts").StringC;
|
|
7850
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
7854
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7855
|
+
line_1: import("io-ts").StringC;
|
|
7856
|
+
city: import("io-ts").StringC;
|
|
7857
|
+
country: import("io-ts").StringC;
|
|
7858
|
+
postcode: import("io-ts").StringC;
|
|
7859
|
+
}>, import("io-ts").PartialC<{
|
|
7860
|
+
building_number: import("io-ts").StringC;
|
|
7861
|
+
building_name: import("io-ts").StringC;
|
|
7862
|
+
line_2: import("io-ts").StringC;
|
|
7863
|
+
county: import("io-ts").StringC;
|
|
7864
|
+
months_at_address: import("io-ts").NumberC;
|
|
7865
|
+
}>]>;
|
|
7866
|
+
}>, import("io-ts").PartialC<{
|
|
7867
|
+
middle_name: import("io-ts").StringC;
|
|
7868
|
+
maiden_name: import("io-ts").StringC;
|
|
7869
|
+
telephone: import("io-ts").StringC;
|
|
7870
|
+
mobile: import("io-ts").StringC;
|
|
7871
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7872
|
+
amount: import("io-ts").NumberC;
|
|
7873
|
+
}>, import("io-ts").PartialC<{
|
|
7874
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7875
|
+
}>]>;
|
|
7876
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7877
|
+
line_1: import("io-ts").StringC;
|
|
7878
|
+
city: import("io-ts").StringC;
|
|
7879
|
+
country: import("io-ts").StringC;
|
|
7880
|
+
postcode: import("io-ts").StringC;
|
|
7881
|
+
}>, import("io-ts").PartialC<{
|
|
7882
|
+
building_number: import("io-ts").StringC;
|
|
7883
|
+
building_name: import("io-ts").StringC;
|
|
7884
|
+
line_2: import("io-ts").StringC;
|
|
7885
|
+
county: import("io-ts").StringC;
|
|
7886
|
+
months_at_address: import("io-ts").NumberC;
|
|
7887
|
+
}>]>;
|
|
7888
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7889
|
+
line_1: import("io-ts").StringC;
|
|
7890
|
+
city: import("io-ts").StringC;
|
|
7891
|
+
country: import("io-ts").StringC;
|
|
7892
|
+
postcode: import("io-ts").StringC;
|
|
7893
|
+
}>, import("io-ts").PartialC<{
|
|
7894
|
+
building_number: import("io-ts").StringC;
|
|
7895
|
+
building_name: import("io-ts").StringC;
|
|
7896
|
+
line_2: import("io-ts").StringC;
|
|
7897
|
+
county: import("io-ts").StringC;
|
|
7898
|
+
months_at_address: import("io-ts").NumberC;
|
|
7899
|
+
}>]>;
|
|
7900
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7901
|
+
line_1: import("io-ts").StringC;
|
|
7902
|
+
city: import("io-ts").StringC;
|
|
7903
|
+
country: import("io-ts").StringC;
|
|
7904
|
+
postcode: import("io-ts").StringC;
|
|
7905
|
+
}>, import("io-ts").PartialC<{
|
|
7906
|
+
building_number: import("io-ts").StringC;
|
|
7907
|
+
building_name: import("io-ts").StringC;
|
|
7908
|
+
line_2: import("io-ts").StringC;
|
|
7909
|
+
county: import("io-ts").StringC;
|
|
7910
|
+
months_at_address: import("io-ts").NumberC;
|
|
7911
|
+
}>]>;
|
|
7912
|
+
}>]>;
|
|
7913
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7914
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
7915
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7916
|
+
amount: import("io-ts").NumberC;
|
|
7917
|
+
}>, import("io-ts").PartialC<{
|
|
7918
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7919
|
+
}>]>;
|
|
7920
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7921
|
+
amount: import("io-ts").NumberC;
|
|
7922
|
+
}>, import("io-ts").PartialC<{
|
|
7923
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7924
|
+
}>]>;
|
|
7925
|
+
}>, import("io-ts").PartialC<{
|
|
7926
|
+
employed_details: import("io-ts").TypeC<{
|
|
7927
|
+
employer_name: import("io-ts").StringC;
|
|
7928
|
+
main_occupation: import("io-ts").StringC;
|
|
7929
|
+
months_employed: import("io-ts").NumberC;
|
|
7930
|
+
}>;
|
|
7931
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
7932
|
+
business_name: import("io-ts").StringC;
|
|
7933
|
+
type_of_business: import("io-ts").StringC;
|
|
7934
|
+
months_self_employed: import("io-ts").NumberC;
|
|
7935
|
+
}>;
|
|
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">]>;
|
|
7938
|
+
}>;
|
|
7939
|
+
}>]>;
|
|
7940
|
+
finance_details: import("io-ts").PartialC<{
|
|
7941
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
7944
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7945
|
+
amount: import("io-ts").NumberC;
|
|
7946
|
+
}>, import("io-ts").PartialC<{
|
|
7947
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
7948
|
+
}>]>;
|
|
7949
|
+
}>>;
|
|
7950
|
+
}>;
|
|
7951
|
+
}>>;
|
|
6715
7952
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6716
7953
|
name: import("io-ts").StringC;
|
|
6717
7954
|
}>, import("io-ts").PartialC<{
|
|
@@ -6765,11 +8002,13 @@ export declare const operations: {
|
|
|
6765
8002
|
readonly _tag: "JsonResponse";
|
|
6766
8003
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6767
8004
|
finance_option: import("io-ts").StringC;
|
|
6768
|
-
bank_account: import("io-ts").TypeC<{
|
|
8005
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6769
8006
|
account_name: import("io-ts").StringC;
|
|
6770
8007
|
account_number: import("io-ts").StringC;
|
|
6771
8008
|
sort_code: import("io-ts").StringC;
|
|
6772
|
-
}
|
|
8009
|
+
}>, import("io-ts").PartialC<{
|
|
8010
|
+
months_held: import("io-ts").NumberC;
|
|
8011
|
+
}>]>;
|
|
6773
8012
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6774
8013
|
email: import("io-ts").StringC;
|
|
6775
8014
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -6779,7 +8018,7 @@ export declare const operations: {
|
|
|
6779
8018
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6780
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">]>;
|
|
6781
8020
|
number_of_dependants: import("io-ts").NumberC;
|
|
6782
|
-
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">]>;
|
|
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">]>;
|
|
6783
8022
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6784
8023
|
line_1: import("io-ts").StringC;
|
|
6785
8024
|
city: import("io-ts").StringC;
|
|
@@ -6863,7 +8102,7 @@ export declare const operations: {
|
|
|
6863
8102
|
months_self_employed: import("io-ts").NumberC;
|
|
6864
8103
|
}>;
|
|
6865
8104
|
not_employed_details: import("io-ts").TypeC<{
|
|
6866
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
6867
8106
|
}>;
|
|
6868
8107
|
}>]>;
|
|
6869
8108
|
}>, import("io-ts").PartialC<{
|
|
@@ -6873,7 +8112,7 @@ export declare const operations: {
|
|
|
6873
8112
|
aid: import("io-ts").StringC;
|
|
6874
8113
|
kid: import("io-ts").StringC;
|
|
6875
8114
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
6876
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
8115
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
6877
8116
|
xid: import("io-ts").StringC;
|
|
6878
8117
|
xref: import("io-ts").StringC;
|
|
6879
8118
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -6887,6 +8126,133 @@ export declare const operations: {
|
|
|
6887
8126
|
}>, import("io-ts").PartialC<{
|
|
6888
8127
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
6889
8128
|
}>]>;
|
|
8129
|
+
finance_details: import("io-ts").PartialC<{
|
|
8130
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
8133
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8134
|
+
amount: import("io-ts").NumberC;
|
|
8135
|
+
}>, import("io-ts").PartialC<{
|
|
8136
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8137
|
+
}>]>;
|
|
8138
|
+
}>>;
|
|
8139
|
+
}>;
|
|
8140
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
8141
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8142
|
+
account_name: import("io-ts").StringC;
|
|
8143
|
+
account_number: import("io-ts").StringC;
|
|
8144
|
+
sort_code: import("io-ts").StringC;
|
|
8145
|
+
}>, import("io-ts").PartialC<{
|
|
8146
|
+
months_held: import("io-ts").NumberC;
|
|
8147
|
+
}>]>;
|
|
8148
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8149
|
+
email: import("io-ts").StringC;
|
|
8150
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
8151
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
8152
|
+
first_name: import("io-ts").StringC;
|
|
8153
|
+
last_name: import("io-ts").StringC;
|
|
8154
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
8158
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8159
|
+
line_1: import("io-ts").StringC;
|
|
8160
|
+
city: import("io-ts").StringC;
|
|
8161
|
+
country: import("io-ts").StringC;
|
|
8162
|
+
postcode: import("io-ts").StringC;
|
|
8163
|
+
}>, import("io-ts").PartialC<{
|
|
8164
|
+
building_number: import("io-ts").StringC;
|
|
8165
|
+
building_name: import("io-ts").StringC;
|
|
8166
|
+
line_2: import("io-ts").StringC;
|
|
8167
|
+
county: import("io-ts").StringC;
|
|
8168
|
+
months_at_address: import("io-ts").NumberC;
|
|
8169
|
+
}>]>;
|
|
8170
|
+
}>, import("io-ts").PartialC<{
|
|
8171
|
+
middle_name: import("io-ts").StringC;
|
|
8172
|
+
maiden_name: import("io-ts").StringC;
|
|
8173
|
+
telephone: import("io-ts").StringC;
|
|
8174
|
+
mobile: import("io-ts").StringC;
|
|
8175
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8176
|
+
amount: import("io-ts").NumberC;
|
|
8177
|
+
}>, import("io-ts").PartialC<{
|
|
8178
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8179
|
+
}>]>;
|
|
8180
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8181
|
+
line_1: import("io-ts").StringC;
|
|
8182
|
+
city: import("io-ts").StringC;
|
|
8183
|
+
country: import("io-ts").StringC;
|
|
8184
|
+
postcode: import("io-ts").StringC;
|
|
8185
|
+
}>, import("io-ts").PartialC<{
|
|
8186
|
+
building_number: import("io-ts").StringC;
|
|
8187
|
+
building_name: import("io-ts").StringC;
|
|
8188
|
+
line_2: import("io-ts").StringC;
|
|
8189
|
+
county: import("io-ts").StringC;
|
|
8190
|
+
months_at_address: import("io-ts").NumberC;
|
|
8191
|
+
}>]>;
|
|
8192
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8193
|
+
line_1: import("io-ts").StringC;
|
|
8194
|
+
city: import("io-ts").StringC;
|
|
8195
|
+
country: import("io-ts").StringC;
|
|
8196
|
+
postcode: import("io-ts").StringC;
|
|
8197
|
+
}>, import("io-ts").PartialC<{
|
|
8198
|
+
building_number: import("io-ts").StringC;
|
|
8199
|
+
building_name: import("io-ts").StringC;
|
|
8200
|
+
line_2: import("io-ts").StringC;
|
|
8201
|
+
county: import("io-ts").StringC;
|
|
8202
|
+
months_at_address: import("io-ts").NumberC;
|
|
8203
|
+
}>]>;
|
|
8204
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8205
|
+
line_1: import("io-ts").StringC;
|
|
8206
|
+
city: import("io-ts").StringC;
|
|
8207
|
+
country: import("io-ts").StringC;
|
|
8208
|
+
postcode: import("io-ts").StringC;
|
|
8209
|
+
}>, import("io-ts").PartialC<{
|
|
8210
|
+
building_number: import("io-ts").StringC;
|
|
8211
|
+
building_name: import("io-ts").StringC;
|
|
8212
|
+
line_2: import("io-ts").StringC;
|
|
8213
|
+
county: import("io-ts").StringC;
|
|
8214
|
+
months_at_address: import("io-ts").NumberC;
|
|
8215
|
+
}>]>;
|
|
8216
|
+
}>]>;
|
|
8217
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8218
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
8219
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8220
|
+
amount: import("io-ts").NumberC;
|
|
8221
|
+
}>, import("io-ts").PartialC<{
|
|
8222
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8223
|
+
}>]>;
|
|
8224
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8225
|
+
amount: import("io-ts").NumberC;
|
|
8226
|
+
}>, import("io-ts").PartialC<{
|
|
8227
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8228
|
+
}>]>;
|
|
8229
|
+
}>, import("io-ts").PartialC<{
|
|
8230
|
+
employed_details: import("io-ts").TypeC<{
|
|
8231
|
+
employer_name: import("io-ts").StringC;
|
|
8232
|
+
main_occupation: import("io-ts").StringC;
|
|
8233
|
+
months_employed: import("io-ts").NumberC;
|
|
8234
|
+
}>;
|
|
8235
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
8236
|
+
business_name: import("io-ts").StringC;
|
|
8237
|
+
type_of_business: import("io-ts").StringC;
|
|
8238
|
+
months_self_employed: import("io-ts").NumberC;
|
|
8239
|
+
}>;
|
|
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">]>;
|
|
8242
|
+
}>;
|
|
8243
|
+
}>]>;
|
|
8244
|
+
finance_details: import("io-ts").PartialC<{
|
|
8245
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
8248
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8249
|
+
amount: import("io-ts").NumberC;
|
|
8250
|
+
}>, import("io-ts").PartialC<{
|
|
8251
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8252
|
+
}>]>;
|
|
8253
|
+
}>>;
|
|
8254
|
+
}>;
|
|
8255
|
+
}>>;
|
|
6890
8256
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6891
8257
|
name: import("io-ts").StringC;
|
|
6892
8258
|
}>, import("io-ts").PartialC<{
|
|
@@ -6940,11 +8306,13 @@ export declare const operations: {
|
|
|
6940
8306
|
readonly _tag: "JsonResponse";
|
|
6941
8307
|
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6942
8308
|
finance_option: import("io-ts").StringC;
|
|
6943
|
-
bank_account: import("io-ts").TypeC<{
|
|
8309
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6944
8310
|
account_name: import("io-ts").StringC;
|
|
6945
8311
|
account_number: import("io-ts").StringC;
|
|
6946
8312
|
sort_code: import("io-ts").StringC;
|
|
6947
|
-
}
|
|
8313
|
+
}>, import("io-ts").PartialC<{
|
|
8314
|
+
months_held: import("io-ts").NumberC;
|
|
8315
|
+
}>]>;
|
|
6948
8316
|
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6949
8317
|
email: import("io-ts").StringC;
|
|
6950
8318
|
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
@@ -6954,7 +8322,7 @@ export declare const operations: {
|
|
|
6954
8322
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
6955
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">]>;
|
|
6956
8324
|
number_of_dependants: import("io-ts").NumberC;
|
|
6957
|
-
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">]>;
|
|
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">]>;
|
|
6958
8326
|
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6959
8327
|
line_1: import("io-ts").StringC;
|
|
6960
8328
|
city: import("io-ts").StringC;
|
|
@@ -7038,7 +8406,7 @@ export declare const operations: {
|
|
|
7038
8406
|
months_self_employed: import("io-ts").NumberC;
|
|
7039
8407
|
}>;
|
|
7040
8408
|
not_employed_details: import("io-ts").TypeC<{
|
|
7041
|
-
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<"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<"full-time carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent dla">, import("io-ts").LiteralC<"other">]>;
|
|
7042
8410
|
}>;
|
|
7043
8411
|
}>]>;
|
|
7044
8412
|
}>, import("io-ts").PartialC<{
|
|
@@ -7048,7 +8416,7 @@ export declare const operations: {
|
|
|
7048
8416
|
aid: import("io-ts").StringC;
|
|
7049
8417
|
kid: import("io-ts").StringC;
|
|
7050
8418
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
7051
|
-
provider: import("io-ts").LiteralC<"omni">;
|
|
8419
|
+
provider: import("io-ts").UnionC<[import("io-ts").LiteralC<"omni">, import("io-ts").LiteralC<"propensio">]>;
|
|
7052
8420
|
xid: import("io-ts").StringC;
|
|
7053
8421
|
xref: import("io-ts").StringC;
|
|
7054
8422
|
state: import("io-ts").UnionC<[import("io-ts").LiteralC<"accepted">, import("io-ts").LiteralC<"declined">, import("io-ts").LiteralC<"referred">, import("io-ts").LiteralC<"action_lender">, import("io-ts").LiteralC<"action_customer">, import("io-ts").LiteralC<"pending">, import("io-ts").LiteralC<"finished">, import("io-ts").LiteralC<"paid_out">, import("io-ts").LiteralC<"cancelled">]>;
|
|
@@ -7062,6 +8430,133 @@ export declare const operations: {
|
|
|
7062
8430
|
}>, import("io-ts").PartialC<{
|
|
7063
8431
|
currency: import("io-ts").LiteralC<"GBP">;
|
|
7064
8432
|
}>]>;
|
|
8433
|
+
finance_details: import("io-ts").PartialC<{
|
|
8434
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
8437
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8438
|
+
amount: import("io-ts").NumberC;
|
|
8439
|
+
}>, import("io-ts").PartialC<{
|
|
8440
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8441
|
+
}>]>;
|
|
8442
|
+
}>>;
|
|
8443
|
+
}>;
|
|
8444
|
+
extra_applicants: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
8445
|
+
bank_account: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8446
|
+
account_name: import("io-ts").StringC;
|
|
8447
|
+
account_number: import("io-ts").StringC;
|
|
8448
|
+
sort_code: import("io-ts").StringC;
|
|
8449
|
+
}>, import("io-ts").PartialC<{
|
|
8450
|
+
months_held: import("io-ts").NumberC;
|
|
8451
|
+
}>]>;
|
|
8452
|
+
customer_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8453
|
+
email: import("io-ts").StringC;
|
|
8454
|
+
gender: import("io-ts").UnionC<[import("io-ts").LiteralC<"male">, import("io-ts").LiteralC<"female">]>;
|
|
8455
|
+
title: import("io-ts").UnionC<[import("io-ts").LiteralC<"mrs">, import("io-ts").LiteralC<"mr">, import("io-ts").LiteralC<"miss">, import("io-ts").LiteralC<"ms">, import("io-ts").LiteralC<"dr">]>;
|
|
8456
|
+
first_name: import("io-ts").StringC;
|
|
8457
|
+
last_name: import("io-ts").StringC;
|
|
8458
|
+
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
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
|
+
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">]>;
|
|
8462
|
+
current_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8463
|
+
line_1: import("io-ts").StringC;
|
|
8464
|
+
city: import("io-ts").StringC;
|
|
8465
|
+
country: import("io-ts").StringC;
|
|
8466
|
+
postcode: import("io-ts").StringC;
|
|
8467
|
+
}>, import("io-ts").PartialC<{
|
|
8468
|
+
building_number: import("io-ts").StringC;
|
|
8469
|
+
building_name: import("io-ts").StringC;
|
|
8470
|
+
line_2: import("io-ts").StringC;
|
|
8471
|
+
county: import("io-ts").StringC;
|
|
8472
|
+
months_at_address: import("io-ts").NumberC;
|
|
8473
|
+
}>]>;
|
|
8474
|
+
}>, import("io-ts").PartialC<{
|
|
8475
|
+
middle_name: import("io-ts").StringC;
|
|
8476
|
+
maiden_name: import("io-ts").StringC;
|
|
8477
|
+
telephone: import("io-ts").StringC;
|
|
8478
|
+
mobile: import("io-ts").StringC;
|
|
8479
|
+
monthly_rent_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8480
|
+
amount: import("io-ts").NumberC;
|
|
8481
|
+
}>, import("io-ts").PartialC<{
|
|
8482
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8483
|
+
}>]>;
|
|
8484
|
+
previous_address_one: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8485
|
+
line_1: import("io-ts").StringC;
|
|
8486
|
+
city: import("io-ts").StringC;
|
|
8487
|
+
country: import("io-ts").StringC;
|
|
8488
|
+
postcode: import("io-ts").StringC;
|
|
8489
|
+
}>, import("io-ts").PartialC<{
|
|
8490
|
+
building_number: import("io-ts").StringC;
|
|
8491
|
+
building_name: import("io-ts").StringC;
|
|
8492
|
+
line_2: import("io-ts").StringC;
|
|
8493
|
+
county: import("io-ts").StringC;
|
|
8494
|
+
months_at_address: import("io-ts").NumberC;
|
|
8495
|
+
}>]>;
|
|
8496
|
+
previous_address_two: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8497
|
+
line_1: import("io-ts").StringC;
|
|
8498
|
+
city: import("io-ts").StringC;
|
|
8499
|
+
country: import("io-ts").StringC;
|
|
8500
|
+
postcode: import("io-ts").StringC;
|
|
8501
|
+
}>, import("io-ts").PartialC<{
|
|
8502
|
+
building_number: import("io-ts").StringC;
|
|
8503
|
+
building_name: import("io-ts").StringC;
|
|
8504
|
+
line_2: import("io-ts").StringC;
|
|
8505
|
+
county: import("io-ts").StringC;
|
|
8506
|
+
months_at_address: import("io-ts").NumberC;
|
|
8507
|
+
}>]>;
|
|
8508
|
+
goods_delivery_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8509
|
+
line_1: import("io-ts").StringC;
|
|
8510
|
+
city: import("io-ts").StringC;
|
|
8511
|
+
country: import("io-ts").StringC;
|
|
8512
|
+
postcode: import("io-ts").StringC;
|
|
8513
|
+
}>, import("io-ts").PartialC<{
|
|
8514
|
+
building_number: import("io-ts").StringC;
|
|
8515
|
+
building_name: import("io-ts").StringC;
|
|
8516
|
+
line_2: import("io-ts").StringC;
|
|
8517
|
+
county: import("io-ts").StringC;
|
|
8518
|
+
months_at_address: import("io-ts").NumberC;
|
|
8519
|
+
}>]>;
|
|
8520
|
+
}>]>;
|
|
8521
|
+
employment_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8522
|
+
employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
|
|
8523
|
+
gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8524
|
+
amount: import("io-ts").NumberC;
|
|
8525
|
+
}>, import("io-ts").PartialC<{
|
|
8526
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8527
|
+
}>]>;
|
|
8528
|
+
household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8529
|
+
amount: import("io-ts").NumberC;
|
|
8530
|
+
}>, import("io-ts").PartialC<{
|
|
8531
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8532
|
+
}>]>;
|
|
8533
|
+
}>, import("io-ts").PartialC<{
|
|
8534
|
+
employed_details: import("io-ts").TypeC<{
|
|
8535
|
+
employer_name: import("io-ts").StringC;
|
|
8536
|
+
main_occupation: import("io-ts").StringC;
|
|
8537
|
+
months_employed: import("io-ts").NumberC;
|
|
8538
|
+
}>;
|
|
8539
|
+
self_employed_details: import("io-ts").TypeC<{
|
|
8540
|
+
business_name: import("io-ts").StringC;
|
|
8541
|
+
type_of_business: import("io-ts").StringC;
|
|
8542
|
+
months_self_employed: import("io-ts").NumberC;
|
|
8543
|
+
}>;
|
|
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">]>;
|
|
8546
|
+
}>;
|
|
8547
|
+
}>]>;
|
|
8548
|
+
finance_details: import("io-ts").PartialC<{
|
|
8549
|
+
bankrupcy_or_iva_in_last_5_years: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
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">]>;
|
|
8552
|
+
monthly_amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
8553
|
+
amount: import("io-ts").NumberC;
|
|
8554
|
+
}>, import("io-ts").PartialC<{
|
|
8555
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
8556
|
+
}>]>;
|
|
8557
|
+
}>>;
|
|
8558
|
+
}>;
|
|
8559
|
+
}>>;
|
|
7065
8560
|
credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
7066
8561
|
name: import("io-ts").StringC;
|
|
7067
8562
|
}>, import("io-ts").PartialC<{
|