@kanda-libs/ks-schema 1.0.113 → 1.0.115
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/Company.d.ts +1 -1
- package/dist/components/schemas/DirectorInfo.d.ts +2 -0
- package/dist/components/schemas/DirectorInfo.d.ts.map +1 -1
- package/dist/components/schemas/DirectorInfo.js +1 -0
- package/dist/components/schemas/InfoCompany.d.ts +1 -1
- package/dist/components/schemas/UserType.d.ts +1 -2
- package/dist/components/schemas/UserType.d.ts.map +1 -1
- package/dist/components/schemas/UserType.js +0 -2
- package/dist/operations/approveCompany.d.ts +1 -1
- package/dist/operations/deleteCompany.d.ts +1 -1
- package/dist/operations/directorCompany.d.ts +1 -1
- package/dist/operations/getCompanies.d.ts +1 -1
- package/dist/operations/getCompany.d.ts +1 -1
- package/dist/operations/index.d.ts +8 -8
- package/dist/operations/infoCompany.d.ts +1 -1
- package/dist/operations/postCompany.d.ts +1 -1
- package/dist/operations/putCompany.d.ts +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2699 -2697
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +5277 -5271
- package/package.json +1 -1
- package/schema.yaml +3 -4
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -2430,6 +2430,9 @@ components:
|
|
|
2430
2430
|
type: object
|
|
2431
2431
|
$ref: "#/components/schemas/Address"
|
|
2432
2432
|
title: home address
|
|
2433
|
+
date_of_birth:
|
|
2434
|
+
type: string
|
|
2435
|
+
title: date of birth
|
|
2433
2436
|
|
|
2434
2437
|
UserType:
|
|
2435
2438
|
type: object
|
|
@@ -2466,10 +2469,6 @@ components:
|
|
|
2466
2469
|
type: string
|
|
2467
2470
|
title: mobile
|
|
2468
2471
|
minLength: 1
|
|
2469
|
-
date_of_birth:
|
|
2470
|
-
type: string
|
|
2471
|
-
title: date of birth
|
|
2472
|
-
format: date
|
|
2473
2472
|
|
|
2474
2473
|
AvailableRate:
|
|
2475
2474
|
type: object
|