@kanda-libs/ks-schema 1.0.140 → 1.0.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/schemas/ApplicantDetails.d.ts +3 -3
- package/dist/components/schemas/Credit.d.ts +6 -6
- package/dist/components/schemas/CustomerDetails.d.ts +2 -2
- package/dist/components/schemas/CustomerDetails.js +4 -4
- package/dist/components/schemas/EmploymentDetails.d.ts +1 -1
- package/dist/components/schemas/Entity.d.ts +6 -6
- package/dist/components/schemas/Event.d.ts +6 -6
- package/dist/components/schemas/Expenditure.d.ts +2 -2
- package/dist/components/schemas/Expenditure.js +3 -3
- package/dist/components/schemas/FinanceDetails.d.ts +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 +2 -2
- package/dist/operations/applyCredit.d.ts +6 -6
- package/dist/operations/checkCredit.d.ts +6 -6
- package/dist/operations/deleteCredit.d.ts +6 -6
- package/dist/operations/getCredit.d.ts +6 -6
- package/dist/operations/getCredits.d.ts +6 -6
- package/dist/operations/index.d.ts +54 -54
- package/dist/operations/postCredit.d.ts +6 -6
- package/dist/operations/putCredit.d.ts +6 -6
- package/dist/operations/quoteCredit.d.ts +6 -6
- package/dist/operations/signCredit.d.ts +6 -6
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +5734 -5734
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +14463 -14463
- package/package.json +1 -1
- package/schema.yaml +9 -9
|
@@ -25,7 +25,7 @@ export declare const getCreditsOperation: {
|
|
|
25
25
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
26
26
|
marital_status: t.UnionC<[t.LiteralC<"widowed">, t.LiteralC<"other">, t.LiteralC<"married">, t.LiteralC<"divorced">, t.LiteralC<"cohabiting">, t.LiteralC<"to_be_married">, t.LiteralC<"separated">, t.LiteralC<"single">]>;
|
|
27
27
|
number_of_dependants: t.NumberC;
|
|
28
|
-
residential_status: t.UnionC<[t.LiteralC<"tenant">, t.LiteralC<"
|
|
28
|
+
residential_status: t.UnionC<[t.LiteralC<"tenant">, t.LiteralC<"council_tenant">, t.LiteralC<"living_with_parents">, t.LiteralC<"owner">, t.LiteralC<"owner_without_mortgage">, t.LiteralC<"lodger">, t.LiteralC<"armed_forces">]>;
|
|
29
29
|
current_address: t.IntersectionC<[t.TypeC<{
|
|
30
30
|
line_1: t.StringC;
|
|
31
31
|
city: t.StringC;
|
|
@@ -109,7 +109,7 @@ export declare const getCreditsOperation: {
|
|
|
109
109
|
months_self_employed: t.NumberC;
|
|
110
110
|
}>;
|
|
111
111
|
not_employed_details: t.TypeC<{
|
|
112
|
-
source_of_income: t.UnionC<[t.LiteralC<"partner">, t.LiteralC<"benefits">, t.LiteralC<"maintenance">, t.LiteralC<"disabled">, t.LiteralC<"
|
|
112
|
+
source_of_income: t.UnionC<[t.LiteralC<"partner">, t.LiteralC<"benefits">, t.LiteralC<"maintenance">, t.LiteralC<"disabled">, t.LiteralC<"fulltime_carer">, t.LiteralC<"homemaker">, t.LiteralC<"permanent_dla">, t.LiteralC<"other">]>;
|
|
113
113
|
}>;
|
|
114
114
|
}>]>;
|
|
115
115
|
}>, t.PartialC<{
|
|
@@ -136,7 +136,7 @@ export declare const getCreditsOperation: {
|
|
|
136
136
|
finance_details: t.PartialC<{
|
|
137
137
|
bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
138
138
|
expenditures: t.ArrayC<t.PartialC<{
|
|
139
|
-
expenditure_type: t.UnionC<[t.LiteralC<"
|
|
139
|
+
expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
|
|
140
140
|
monthly_amount: t.IntersectionC<[t.TypeC<{
|
|
141
141
|
amount: t.NumberC;
|
|
142
142
|
}>, t.PartialC<{
|
|
@@ -161,7 +161,7 @@ export declare const getCreditsOperation: {
|
|
|
161
161
|
date_of_birth: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
162
162
|
marital_status: t.UnionC<[t.LiteralC<"widowed">, t.LiteralC<"other">, t.LiteralC<"married">, t.LiteralC<"divorced">, t.LiteralC<"cohabiting">, t.LiteralC<"to_be_married">, t.LiteralC<"separated">, t.LiteralC<"single">]>;
|
|
163
163
|
number_of_dependants: t.NumberC;
|
|
164
|
-
residential_status: t.UnionC<[t.LiteralC<"tenant">, t.LiteralC<"
|
|
164
|
+
residential_status: t.UnionC<[t.LiteralC<"tenant">, t.LiteralC<"council_tenant">, t.LiteralC<"living_with_parents">, t.LiteralC<"owner">, t.LiteralC<"owner_without_mortgage">, t.LiteralC<"lodger">, t.LiteralC<"armed_forces">]>;
|
|
165
165
|
current_address: t.IntersectionC<[t.TypeC<{
|
|
166
166
|
line_1: t.StringC;
|
|
167
167
|
city: t.StringC;
|
|
@@ -245,13 +245,13 @@ export declare const getCreditsOperation: {
|
|
|
245
245
|
months_self_employed: t.NumberC;
|
|
246
246
|
}>;
|
|
247
247
|
not_employed_details: t.TypeC<{
|
|
248
|
-
source_of_income: t.UnionC<[t.LiteralC<"partner">, t.LiteralC<"benefits">, t.LiteralC<"maintenance">, t.LiteralC<"disabled">, t.LiteralC<"
|
|
248
|
+
source_of_income: t.UnionC<[t.LiteralC<"partner">, t.LiteralC<"benefits">, t.LiteralC<"maintenance">, t.LiteralC<"disabled">, t.LiteralC<"fulltime_carer">, t.LiteralC<"homemaker">, t.LiteralC<"permanent_dla">, t.LiteralC<"other">]>;
|
|
249
249
|
}>;
|
|
250
250
|
}>]>;
|
|
251
251
|
finance_details: t.PartialC<{
|
|
252
252
|
bankrupcy_or_iva_in_last_5_years: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
253
253
|
expenditures: t.ArrayC<t.PartialC<{
|
|
254
|
-
expenditure_type: t.UnionC<[t.LiteralC<"
|
|
254
|
+
expenditure_type: t.UnionC<[t.LiteralC<"credit_card">, t.LiteralC<"clothes">, t.LiteralC<"council_tax_and_bills">, t.LiteralC<"child_support_agency">, t.LiteralC<"healthcare">, t.LiteralC<"holidays">]>;
|
|
255
255
|
monthly_amount: t.IntersectionC<[t.TypeC<{
|
|
256
256
|
amount: t.NumberC;
|
|
257
257
|
}>, t.PartialC<{
|