@kanda-libs/ks-schema 1.0.96 → 1.0.98

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.96",
3
+ "version": "1.0.98",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -82,6 +82,26 @@ paths:
82
82
  schema:
83
83
  $ref: "#/components/schemas/Error"
84
84
 
85
+ /api/info/health:
86
+ get:
87
+ operationId: infoHealth
88
+ summary: query system health
89
+ tags:
90
+ - InfoHealth
91
+ responses:
92
+ 200:
93
+ description: got system health info
94
+ content:
95
+ application/json:
96
+ schema:
97
+ $ref: "#/components/schemas/Error"
98
+ default:
99
+ description: unexpected error
100
+ content:
101
+ application/json:
102
+ schema:
103
+ $ref: "#/components/schemas/Error"
104
+
85
105
  /api/info/company:
86
106
  get:
87
107
  operationId: infoCompany
@@ -1955,6 +1975,8 @@ components:
1955
1975
  title: company lifecycle state
1956
1976
  enum:
1957
1977
  - registered
1978
+ - subscribed
1979
+ - director_info_provided
1958
1980
  - onboarded
1959
1981
  - completed_setup
1960
1982
  - verified