@kanda-libs/ks-schema 1.0.152 → 1.0.153
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/Entity.d.ts +1 -1
- package/dist/components/schemas/Event.d.ts +1 -1
- package/dist/components/schemas/Job.d.ts +1 -1
- package/dist/components/schemas/SatNote.d.ts +2 -2
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +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/completeJob.d.ts +1 -1
- package/dist/operations/deleteJob.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 +15 -15
- package/dist/operations/overrideJob.d.ts +1 -1
- package/dist/operations/payJob.d.ts +1 -1
- package/dist/operations/payoutJob.d.ts +1 -1
- package/dist/operations/postJob.d.ts +1 -1
- package/dist/operations/putJob.d.ts +1 -1
- package/dist/operations/sendJob.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 +6998 -6998
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +11878 -11878
- package/package.json +1 -1
- package/schema.yaml +1 -1
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -3086,7 +3086,7 @@ components:
|
|
|
3086
3086
|
title: Were you told about any potential feed in tariffs, savings, returns or Renewable Heat incentive and do you understand that the actual amounts you receive, and your estimated returns/savings were based on varying factors including you own energy consumption and any returns/savings/payback periods are not linked to your repayments on this agreement.
|
|
3087
3087
|
enum:
|
|
3088
3088
|
- "Yes I understand"
|
|
3089
|
-
- "No I
|
|
3089
|
+
- "No I do not understand"
|
|
3090
3090
|
signature:
|
|
3091
3091
|
type: object
|
|
3092
3092
|
title: sat note customer signature
|