@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.
- package/dist/components/schemas/Credit.d.ts +2 -2
- package/dist/components/schemas/Credit.d.ts.map +1 -1
- package/dist/components/schemas/Credit.js +1 -0
- package/dist/components/schemas/FinanceStatus.d.ts +2 -2
- package/dist/components/schemas/FinanceStatus.d.ts.map +1 -1
- package/dist/components/schemas/FinanceStatus.js +1 -0
- package/dist/components/schemas/Job.d.ts +1 -1
- package/dist/operations/applyCredit.d.ts +1 -1
- package/dist/operations/applyJob.d.ts +1 -1
- package/dist/operations/approveJobSatNote.d.ts +1 -1
- package/dist/operations/archiveJob.d.ts +1 -1
- package/dist/operations/checkCredit.d.ts +1 -1
- package/dist/operations/completeJob.d.ts +1 -1
- package/dist/operations/deleteCredit.d.ts +1 -1
- package/dist/operations/deleteJob.d.ts +1 -1
- package/dist/operations/getCredit.d.ts +1 -1
- package/dist/operations/getCredits.d.ts +1 -1
- package/dist/operations/getJob.d.ts +1 -1
- package/dist/operations/getJobs.d.ts +1 -1
- package/dist/operations/index.d.ts +24 -24
- package/dist/operations/payJob.d.ts +1 -1
- package/dist/operations/payoutJob.d.ts +1 -1
- package/dist/operations/postCredit.d.ts +1 -1
- package/dist/operations/postJob.d.ts +1 -1
- package/dist/operations/putCredit.d.ts +1 -1
- package/dist/operations/putJob.d.ts +1 -1
- package/dist/operations/quoteCredit.d.ts +1 -1
- package/dist/operations/resendJob.d.ts +1 -1
- package/dist/operations/sendJob.d.ts +1 -1
- package/dist/operations/signCredit.d.ts +1 -1
- package/dist/operations/signJobSateNote.d.ts +1 -1
- package/dist/operations/viewJobSatNote.d.ts +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2175 -2175
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +4662 -4659
- package/package.json +1 -1
- package/schema.yaml +2 -0
package/package.json
CHANGED
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
|