@kanda-libs/ks-schema 1.0.809 → 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.809",
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
@@ -6798,6 +6798,7 @@ paths:
6798
6798
  - housekeeping_onboarding_summary_reminder
6799
6799
  - housekeeping_run_propensio_payouts
6800
6800
  - housekeeping_run_tracking_csv
6801
+ - housekeeping_run_trade_monitoring
6801
6802
  responses:
6802
6803
  200:
6803
6804
  description: runner has been completed
@@ -7469,12 +7470,15 @@ components:
7469
7470
  readOnly: true
7470
7471
  jobs_sent:
7471
7472
  type: integer
7473
+ format: int32
7472
7474
  title: number of jobs sent
7473
7475
  jobs_applied_for_finance:
7474
7476
  type: integer
7477
+ format: int32
7475
7478
  title: number of jobs applied for finance
7476
7479
  jobs_approved_for_finance:
7477
7480
  type: integer
7481
+ format: int32
7478
7482
  title: number of jobs approved for finance
7479
7483
  jobs_total_revenue_of_approved:
7480
7484
  type: object