@kanda-libs/ks-schema 1.0.141 → 1.0.142

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.141",
3
+ "version": "1.0.142",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -3705,10 +3705,10 @@ components:
3705
3705
  expenditure_type:
3706
3706
  type: string
3707
3707
  enum:
3708
- - "credit card"
3708
+ - "credit_card"
3709
3709
  - "clothes"
3710
- - "council tax and bills"
3711
- - "child support agency"
3710
+ - "council_tax_and_bills"
3711
+ - "child_support_agency"
3712
3712
  - "healthcare"
3713
3713
  - "holidays"
3714
3714
  monthly_amount: