@kanda-libs/ks-schema 1.0.140 → 1.0.141
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 +2 -2
- package/dist/components/schemas/Credit.d.ts +4 -4
- 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 +4 -4
- package/dist/components/schemas/Event.d.ts +4 -4
- 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 +4 -4
- package/dist/operations/checkCredit.d.ts +4 -4
- package/dist/operations/deleteCredit.d.ts +4 -4
- package/dist/operations/getCredit.d.ts +4 -4
- package/dist/operations/getCredits.d.ts +4 -4
- package/dist/operations/index.d.ts +36 -36
- package/dist/operations/postCredit.d.ts +4 -4
- package/dist/operations/putCredit.d.ts +4 -4
- package/dist/operations/quoteCredit.d.ts +4 -4
- package/dist/operations/signCredit.d.ts +4 -4
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +6384 -6384
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +17134 -17134
- package/package.json +1 -1
- package/schema.yaml +6 -6
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -3494,12 +3494,12 @@ components:
|
|
|
3494
3494
|
title: residential status
|
|
3495
3495
|
enum:
|
|
3496
3496
|
- tenant
|
|
3497
|
-
-
|
|
3498
|
-
-
|
|
3497
|
+
- council_tenant
|
|
3498
|
+
- living_with_parents
|
|
3499
3499
|
- owner
|
|
3500
|
-
-
|
|
3500
|
+
- owner_without_mortgage
|
|
3501
3501
|
- lodger
|
|
3502
|
-
-
|
|
3502
|
+
- armed_forces
|
|
3503
3503
|
monthly_rent_amount:
|
|
3504
3504
|
type: object
|
|
3505
3505
|
title: monthly rent amount
|
|
@@ -3581,9 +3581,9 @@ components:
|
|
|
3581
3581
|
- benefits
|
|
3582
3582
|
- maintenance
|
|
3583
3583
|
- disabled
|
|
3584
|
-
-
|
|
3584
|
+
- fulltime_carer
|
|
3585
3585
|
- homemaker
|
|
3586
|
-
-
|
|
3586
|
+
- permanent_dla
|
|
3587
3587
|
- other
|
|
3588
3588
|
|
|
3589
3589
|
EmploymentDetails:
|