@kanda-libs/ks-schema 1.0.106 → 1.0.108

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.
Files changed (38) hide show
  1. package/dist/components/schemas/Credit.d.ts +2 -2
  2. package/dist/components/schemas/Credit.d.ts.map +1 -1
  3. package/dist/components/schemas/Credit.js +1 -0
  4. package/dist/components/schemas/FinanceStatus.d.ts +2 -2
  5. package/dist/components/schemas/FinanceStatus.d.ts.map +1 -1
  6. package/dist/components/schemas/FinanceStatus.js +1 -0
  7. package/dist/components/schemas/Job.d.ts +1 -1
  8. package/dist/operations/applyCredit.d.ts +1 -1
  9. package/dist/operations/applyJob.d.ts +1 -1
  10. package/dist/operations/approveJobSatNote.d.ts +1 -1
  11. package/dist/operations/archiveJob.d.ts +1 -1
  12. package/dist/operations/checkCredit.d.ts +1 -1
  13. package/dist/operations/completeJob.d.ts +1 -1
  14. package/dist/operations/deleteCredit.d.ts +1 -1
  15. package/dist/operations/deleteJob.d.ts +1 -1
  16. package/dist/operations/getCredit.d.ts +1 -1
  17. package/dist/operations/getCredits.d.ts +1 -1
  18. package/dist/operations/getJob.d.ts +1 -1
  19. package/dist/operations/getJobs.d.ts +1 -1
  20. package/dist/operations/index.d.ts +24 -24
  21. package/dist/operations/payJob.d.ts +1 -1
  22. package/dist/operations/payoutJob.d.ts +1 -1
  23. package/dist/operations/postCredit.d.ts +1 -1
  24. package/dist/operations/postJob.d.ts +1 -1
  25. package/dist/operations/putCredit.d.ts +1 -1
  26. package/dist/operations/putJob.d.ts +1 -1
  27. package/dist/operations/quoteCredit.d.ts +1 -1
  28. package/dist/operations/resendJob.d.ts +1 -1
  29. package/dist/operations/sendJob.d.ts +1 -1
  30. package/dist/operations/signCredit.d.ts +1 -1
  31. package/dist/operations/signJobSateNote.d.ts +1 -1
  32. package/dist/operations/viewJobSatNote.d.ts +1 -1
  33. package/dist/schema.json +1 -1
  34. package/dist/widget/index.d.ts +2175 -2175
  35. package/dist/widget/index.d.ts.map +1 -1
  36. package/dist/widget/index.js +4662 -4659
  37. package/package.json +1 -1
  38. package/schema.yaml +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.106",
3
+ "version": "1.0.108",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -2776,6 +2776,7 @@ components:
2776
2776
  - sat_note_signed
2777
2777
  - payout_pending
2778
2778
  - paid
2779
+ - finance_cancelled
2779
2780
  default: not_applied
2780
2781
  readOnly: true
2781
2782
 
@@ -2932,6 +2933,7 @@ components:
2932
2933
  - pending
2933
2934
  - finished
2934
2935
  - paid_out
2936
+ - cancelled
2935
2937
  readOnly: true
2936
2938
  amount:
2937
2939
  type: object