@kanda-libs/ks-schema 1.0.153 → 1.0.154
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/{Identity.d.ts → DirectorVerification.d.ts} +3 -3
- package/dist/components/schemas/DirectorVerification.d.ts.map +1 -0
- package/dist/components/schemas/{Identity.js → DirectorVerification.js} +2 -2
- package/dist/components/schemas/index.d.ts +1 -1
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +1 -1
- package/dist/operations/{getCompanyIdentity.d.ts → getCompanyDirectorVerification.d.ts} +6 -6
- package/dist/operations/getCompanyDirectorVerification.d.ts.map +1 -0
- package/dist/operations/{getCompanyIdentity.js → getCompanyDirectorVerification.js} +3 -3
- package/dist/operations/index.d.ts +10 -10
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/index.js +8 -8
- package/dist/operations/{postCompanyIdentity.d.ts → postCompanyDirectorVerification.d.ts} +7 -7
- package/dist/operations/postCompanyDirectorVerification.d.ts.map +1 -0
- package/dist/operations/{postCompanyIdentity.js → postCompanyDirectorVerification.js} +3 -3
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +7048 -7048
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +15386 -15386
- package/package.json +1 -1
- package/schema.yaml +5 -5
- package/dist/components/schemas/Identity.d.ts.map +0 -1
- package/dist/operations/getCompanyIdentity.d.ts.map +0 -1
- package/dist/operations/postCompanyIdentity.d.ts.map +0 -1
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -488,9 +488,9 @@ paths:
|
|
|
488
488
|
schema:
|
|
489
489
|
$ref: "#/components/schemas/Error"
|
|
490
490
|
|
|
491
|
-
/api/company/{id}/
|
|
491
|
+
/api/company/{id}/director-verification:
|
|
492
492
|
get:
|
|
493
|
-
operationId:
|
|
493
|
+
operationId: getCompanyDirectorVerification
|
|
494
494
|
summary: get owner / director info from company
|
|
495
495
|
tags:
|
|
496
496
|
- Company
|
|
@@ -523,7 +523,7 @@ paths:
|
|
|
523
523
|
$ref: "#/components/schemas/Error"
|
|
524
524
|
|
|
525
525
|
post:
|
|
526
|
-
operationId:
|
|
526
|
+
operationId: postCompanyDirectorVerification
|
|
527
527
|
summary: owner / director to submit ID verification
|
|
528
528
|
tags:
|
|
529
529
|
- Company
|
|
@@ -548,7 +548,7 @@ paths:
|
|
|
548
548
|
content:
|
|
549
549
|
application/json:
|
|
550
550
|
schema:
|
|
551
|
-
$ref: "#/components/schemas/
|
|
551
|
+
$ref: "#/components/schemas/DirectorVerification"
|
|
552
552
|
responses:
|
|
553
553
|
200:
|
|
554
554
|
description: submitted owner / director ID verification
|
|
@@ -2688,7 +2688,7 @@ components:
|
|
|
2688
2688
|
$ref: "#/components/schemas/Address"
|
|
2689
2689
|
title: trading address
|
|
2690
2690
|
|
|
2691
|
-
|
|
2691
|
+
DirectorVerification:
|
|
2692
2692
|
type: object
|
|
2693
2693
|
required:
|
|
2694
2694
|
- first_name
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Identity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Identity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;IAWnB,CAAC;AAEH,MAAM,WAAW,QAAQ;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCompanyIdentity.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getCompanyIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,mCAAmC,GAAG;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB9B,CAAC;AAEX,oBAAY,iCAAiC,GAAG,eAAe,CAC7D;IAAE,MAAM,EAAE,mCAAmC,CAAA;CAAE,EAC/C,OAAO,CAAC,WAAW,CACpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postCompanyIdentity.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postCompanyIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B/B,CAAC;AAEX,oBAAY,kCAAkC,GAAG,eAAe,CAC9D;IAAE,MAAM,EAAE,oCAAoC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAA;CAAE,EACxE,OAAO,CAAC,WAAW,CACpB,CAAC"}
|