@kanda-libs/ks-schema 1.0.810 → 1.0.811

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.810",
3
+ "version": "1.0.811",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -7470,12 +7470,15 @@ components:
7470
7470
  readOnly: true
7471
7471
  jobs_sent:
7472
7472
  type: integer
7473
+ format: int32
7473
7474
  title: number of jobs sent
7474
7475
  jobs_applied_for_finance:
7475
7476
  type: integer
7477
+ format: int32
7476
7478
  title: number of jobs applied for finance
7477
7479
  jobs_approved_for_finance:
7478
7480
  type: integer
7481
+ format: int32
7479
7482
  title: number of jobs approved for finance
7480
7483
  jobs_total_revenue_of_approved:
7481
7484
  type: object