@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.153",
3
+ "version": "1.0.154",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -488,9 +488,9 @@ paths:
488
488
  schema:
489
489
  $ref: "#/components/schemas/Error"
490
490
 
491
- /api/company/{id}/identity:
491
+ /api/company/{id}/director-verification:
492
492
  get:
493
- operationId: getCompanyIdentity
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: postCompanyIdentity
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/Identity"
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
- Identity:
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"}