@kanda-libs/ks-schema 1.0.152 → 1.0.154

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 (45) hide show
  1. package/dist/components/schemas/{Identity.d.ts → DirectorVerification.d.ts} +3 -3
  2. package/dist/components/schemas/DirectorVerification.d.ts.map +1 -0
  3. package/dist/components/schemas/{Identity.js → DirectorVerification.js} +2 -2
  4. package/dist/components/schemas/Entity.d.ts +1 -1
  5. package/dist/components/schemas/Event.d.ts +1 -1
  6. package/dist/components/schemas/Job.d.ts +1 -1
  7. package/dist/components/schemas/SatNote.d.ts +2 -2
  8. package/dist/components/schemas/SatNote.d.ts.map +1 -1
  9. package/dist/components/schemas/SatNote.js +1 -1
  10. package/dist/components/schemas/index.d.ts +1 -1
  11. package/dist/components/schemas/index.d.ts.map +1 -1
  12. package/dist/components/schemas/index.js +1 -1
  13. package/dist/operations/applyJob.d.ts +1 -1
  14. package/dist/operations/approveJobSatNote.d.ts +1 -1
  15. package/dist/operations/archiveJob.d.ts +1 -1
  16. package/dist/operations/completeJob.d.ts +1 -1
  17. package/dist/operations/deleteJob.d.ts +1 -1
  18. package/dist/operations/{getCompanyIdentity.d.ts → getCompanyDirectorVerification.d.ts} +6 -6
  19. package/dist/operations/getCompanyDirectorVerification.d.ts.map +1 -0
  20. package/dist/operations/{getCompanyIdentity.js → getCompanyDirectorVerification.js} +3 -3
  21. package/dist/operations/getJob.d.ts +1 -1
  22. package/dist/operations/getJobs.d.ts +1 -1
  23. package/dist/operations/index.d.ts +25 -25
  24. package/dist/operations/index.d.ts.map +1 -1
  25. package/dist/operations/index.js +8 -8
  26. package/dist/operations/overrideJob.d.ts +1 -1
  27. package/dist/operations/payJob.d.ts +1 -1
  28. package/dist/operations/payoutJob.d.ts +1 -1
  29. package/dist/operations/{postCompanyIdentity.d.ts → postCompanyDirectorVerification.d.ts} +7 -7
  30. package/dist/operations/postCompanyDirectorVerification.d.ts.map +1 -0
  31. package/dist/operations/{postCompanyIdentity.js → postCompanyDirectorVerification.js} +3 -3
  32. package/dist/operations/postJob.d.ts +1 -1
  33. package/dist/operations/putJob.d.ts +1 -1
  34. package/dist/operations/sendJob.d.ts +1 -1
  35. package/dist/operations/signJobSateNote.d.ts +1 -1
  36. package/dist/operations/viewJobSatNote.d.ts +1 -1
  37. package/dist/schema.json +1 -1
  38. package/dist/widget/index.d.ts +6672 -6672
  39. package/dist/widget/index.d.ts.map +1 -1
  40. package/dist/widget/index.js +11980 -11980
  41. package/package.json +1 -1
  42. package/schema.yaml +6 -6
  43. package/dist/components/schemas/Identity.d.ts.map +0 -1
  44. package/dist/operations/getCompanyIdentity.d.ts.map +0 -1
  45. package/dist/operations/postCompanyIdentity.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.152",
3
+ "version": "1.0.154",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -488,9 +488,9 @@ paths:
488
488
  schema:
489
489
  $ref: "#/components/schemas/Error"
490
490
 
491
- /api/company/{id}/identity:
491
+ /api/company/{id}/director-verification:
492
492
  get:
493
- operationId: getCompanyIdentity
493
+ operationId: getCompanyDirectorVerification
494
494
  summary: get owner / director info from company
495
495
  tags:
496
496
  - Company
@@ -523,7 +523,7 @@ paths:
523
523
  $ref: "#/components/schemas/Error"
524
524
 
525
525
  post:
526
- operationId: postCompanyIdentity
526
+ operationId: postCompanyDirectorVerification
527
527
  summary: owner / director to submit ID verification
528
528
  tags:
529
529
  - Company
@@ -548,7 +548,7 @@ paths:
548
548
  content:
549
549
  application/json:
550
550
  schema:
551
- $ref: "#/components/schemas/Identity"
551
+ $ref: "#/components/schemas/DirectorVerification"
552
552
  responses:
553
553
  200:
554
554
  description: submitted owner / director ID verification
@@ -2688,7 +2688,7 @@ components:
2688
2688
  $ref: "#/components/schemas/Address"
2689
2689
  title: trading address
2690
2690
 
2691
- Identity:
2691
+ DirectorVerification:
2692
2692
  type: object
2693
2693
  required:
2694
2694
  - first_name
@@ -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 don't understand"
3089
+ - "No I do not understand"
3090
3090
  signature:
3091
3091
  type: object
3092
3092
  title: sat note customer signature
@@ -1 +0,0 @@
1
- {"version":3,"file":"Identity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Identity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;IAWnB,CAAC;AAEH,MAAM,WAAW,QAAQ;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;CACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCompanyIdentity.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getCompanyIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,mCAAmC,GAAG;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB9B,CAAC;AAEX,oBAAY,iCAAiC,GAAG,eAAe,CAC7D;IAAE,MAAM,EAAE,mCAAmC,CAAA;CAAE,EAC/C,OAAO,CAAC,WAAW,CACpB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postCompanyIdentity.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postCompanyIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B/B,CAAC;AAEX,oBAAY,kCAAkC,GAAG,eAAe,CAC9D;IAAE,MAAM,EAAE,oCAAoC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAA;CAAE,EACxE,OAAO,CAAC,WAAW,CACpB,CAAC"}