@kanda-libs/ks-schema 1.0.819 → 1.0.821

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 (77) hide show
  1. package/dist/components/schemas/InfoEntity.d.ts +13 -1
  2. package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
  3. package/dist/components/schemas/InfoSearch.d.ts +13 -1
  4. package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
  5. package/dist/components/schemas/Job.d.ts +13 -1
  6. package/dist/components/schemas/Job.d.ts.map +1 -1
  7. package/dist/components/schemas/SatNote.d.ts +16 -2
  8. package/dist/components/schemas/SatNote.d.ts.map +1 -1
  9. package/dist/components/schemas/SatNote.js +3 -1
  10. package/dist/components/schemas/SearchHits.d.ts +13 -1
  11. package/dist/components/schemas/SearchHits.d.ts.map +1 -1
  12. package/dist/index.d.ts +3 -2
  13. package/dist/index.d.ts.map +1 -1
  14. package/dist/index.js +6 -6
  15. package/dist/operations/applyJob.d.ts +13 -1
  16. package/dist/operations/applyJob.d.ts.map +1 -1
  17. package/dist/operations/approveJobSatNote.d.ts +13 -1
  18. package/dist/operations/approveJobSatNote.d.ts.map +1 -1
  19. package/dist/operations/archiveJob.d.ts +13 -1
  20. package/dist/operations/archiveJob.d.ts.map +1 -1
  21. package/dist/operations/completeJob.d.ts +13 -1
  22. package/dist/operations/completeJob.d.ts.map +1 -1
  23. package/dist/operations/delayJobSatNote.d.ts +13 -1
  24. package/dist/operations/delayJobSatNote.d.ts.map +1 -1
  25. package/dist/operations/deleteJob.d.ts +13 -1
  26. package/dist/operations/deleteJob.d.ts.map +1 -1
  27. package/dist/operations/getInfoEntity.d.ts +13 -1
  28. package/dist/operations/getInfoEntity.d.ts.map +1 -1
  29. package/dist/operations/getJob.d.ts +13 -1
  30. package/dist/operations/getJob.d.ts.map +1 -1
  31. package/dist/operations/getJobs.d.ts +13 -1
  32. package/dist/operations/getJobs.d.ts.map +1 -1
  33. package/dist/operations/infoExampleJob.d.ts +13 -1
  34. package/dist/operations/infoExampleJob.d.ts.map +1 -1
  35. package/dist/operations/infoSearch.d.ts +13 -1
  36. package/dist/operations/infoSearch.d.ts.map +1 -1
  37. package/dist/operations/jobSwitchDeposit.d.ts +13 -1
  38. package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
  39. package/dist/operations/lenderReviewJobSatNote.d.ts +13 -1
  40. package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
  41. package/dist/operations/overrideJob.d.ts +13 -1
  42. package/dist/operations/overrideJob.d.ts.map +1 -1
  43. package/dist/operations/payJob.d.ts +13 -1
  44. package/dist/operations/payJob.d.ts.map +1 -1
  45. package/dist/operations/payoutJob.d.ts +13 -1
  46. package/dist/operations/payoutJob.d.ts.map +1 -1
  47. package/dist/operations/postJob.d.ts +13 -1
  48. package/dist/operations/postJob.d.ts.map +1 -1
  49. package/dist/operations/providerCheckWebhook.d.ts +1 -1
  50. package/dist/operations/providerCheckWebhook.d.ts.map +1 -1
  51. package/dist/operations/providerWebhook.d.ts +1 -1
  52. package/dist/operations/providerWebhook.d.ts.map +1 -1
  53. package/dist/operations/putJob.d.ts +13 -1
  54. package/dist/operations/putJob.d.ts.map +1 -1
  55. package/dist/operations/quoteJob.d.ts +13 -1
  56. package/dist/operations/quoteJob.d.ts.map +1 -1
  57. package/dist/operations/reapplyJob.d.ts +13 -1
  58. package/dist/operations/reapplyJob.d.ts.map +1 -1
  59. package/dist/operations/sendJob.d.ts +13 -1
  60. package/dist/operations/sendJob.d.ts.map +1 -1
  61. package/dist/operations/signJobSatNote.d.ts +13 -1
  62. package/dist/operations/signJobSatNote.d.ts.map +1 -1
  63. package/dist/operations/stepJob.d.ts +13 -1
  64. package/dist/operations/stepJob.d.ts.map +1 -1
  65. package/dist/operations/tradeQuoteApprovalLead.d.ts +13 -1
  66. package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
  67. package/dist/operations/unarchiveJob.d.ts +13 -1
  68. package/dist/operations/unarchiveJob.d.ts.map +1 -1
  69. package/dist/operations/viewJobSatNote.d.ts +13 -1
  70. package/dist/operations/viewJobSatNote.d.ts.map +1 -1
  71. package/dist/schema.json +1 -1
  72. package/dist/servers.js +2 -2
  73. package/package.json +1 -1
  74. package/schema.yaml +2771 -2766
  75. package/dist/widget/index.d.ts +0 -35298
  76. package/dist/widget/index.d.ts.map +0 -1
  77. package/dist/widget/index.js +0 -47419
package/dist/servers.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.servers = void 0;
4
4
  exports.servers = [
5
- "https://hub.kanda.co.uk",
6
- "https://hub-qa.kanda.co.uk",
5
+ "https://hub.ideal4finance.co.uk",
6
+ "https://hub-qa.ideal4finance.co.uk",
7
7
  "http://localhost:8080",
8
8
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.819",
3
+ "version": "1.0.821",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",