@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.807",
3
+ "version": "1.0.809",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
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