@kanda-libs/ks-schema 1.0.807 → 1.0.809
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/InfoCompany.d.ts +0 -2
- package/dist/components/schemas/InfoCompany.d.ts.map +1 -1
- package/dist/components/schemas/InfoCompany.js +0 -1
- package/dist/components/schemas/JobCompanyInfo.d.ts +2 -0
- package/dist/components/schemas/JobCompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/JobCompanyInfo.js +1 -0
- package/dist/operations/getCompanyDirectorVerification.d.ts +0 -1
- package/dist/operations/getCompanyDirectorVerification.d.ts.map +1 -1
- package/dist/operations/infoCompany.d.ts +0 -1
- package/dist/operations/infoCompany.d.ts.map +1 -1
- package/dist/operations/jobCompanyInfo.d.ts +1 -0
- package/dist/operations/jobCompanyInfo.d.ts.map +1 -1
- package/dist/operations/postCompanyDirectorVerification.d.ts +0 -1
- package/dist/operations/postCompanyDirectorVerification.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +14274 -14274
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +35497 -35497
- package/package.json +1 -1
- package/schema.yaml +4 -4
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -7690,10 +7690,6 @@ components:
|
|
|
7690
7690
|
items:
|
|
7691
7691
|
$ref: "#/components/schemas/UserType"
|
|
7692
7692
|
readOnly: true
|
|
7693
|
-
hide_openbanking:
|
|
7694
|
-
type: boolean
|
|
7695
|
-
title: hide open banking
|
|
7696
|
-
readOnly: true
|
|
7697
7693
|
metadata:
|
|
7698
7694
|
type: object
|
|
7699
7695
|
title: metadata
|
|
@@ -9672,6 +9668,10 @@ components:
|
|
|
9672
9668
|
type: object
|
|
9673
9669
|
title: job company contact info
|
|
9674
9670
|
$ref: "#/components/schemas/ContactInfo"
|
|
9671
|
+
hide_openbanking:
|
|
9672
|
+
type: boolean
|
|
9673
|
+
title: hide open banking
|
|
9674
|
+
readOnly: true
|
|
9675
9675
|
|
|
9676
9676
|
Job:
|
|
9677
9677
|
type: object
|