@kanda-libs/ks-schema 1.0.813 → 1.0.815

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 (91) hide show
  1. package/dist/components/schemas/CheckoutStep.d.ts +4 -0
  2. package/dist/components/schemas/CheckoutStep.d.ts.map +1 -0
  3. package/dist/components/schemas/CheckoutStep.js +38 -0
  4. package/dist/components/schemas/CustomerOptions.d.ts +2 -0
  5. package/dist/components/schemas/CustomerOptions.d.ts.map +1 -1
  6. package/dist/components/schemas/CustomerOptions.js +1 -0
  7. package/dist/components/schemas/InfoEntity.d.ts +13 -0
  8. package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
  9. package/dist/components/schemas/InfoSearch.d.ts +13 -0
  10. package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
  11. package/dist/components/schemas/Job.d.ts +16 -0
  12. package/dist/components/schemas/Job.d.ts.map +1 -1
  13. package/dist/components/schemas/Job.js +3 -0
  14. package/dist/components/schemas/JobOverride.d.ts +1 -0
  15. package/dist/components/schemas/JobOverride.d.ts.map +1 -1
  16. package/dist/components/schemas/JobStep.d.ts +14 -0
  17. package/dist/components/schemas/JobStep.d.ts.map +1 -0
  18. package/dist/components/schemas/JobStep.js +38 -0
  19. package/dist/components/schemas/SearchHits.d.ts +13 -0
  20. package/dist/components/schemas/SearchHits.d.ts.map +1 -1
  21. package/dist/components/schemas/index.d.ts +2 -0
  22. package/dist/components/schemas/index.d.ts.map +1 -1
  23. package/dist/components/schemas/index.js +2 -0
  24. package/dist/operations/applyJob.d.ts +13 -0
  25. package/dist/operations/applyJob.d.ts.map +1 -1
  26. package/dist/operations/approveJobSatNote.d.ts +13 -0
  27. package/dist/operations/approveJobSatNote.d.ts.map +1 -1
  28. package/dist/operations/archiveJob.d.ts +13 -0
  29. package/dist/operations/archiveJob.d.ts.map +1 -1
  30. package/dist/operations/completeJob.d.ts +13 -0
  31. package/dist/operations/completeJob.d.ts.map +1 -1
  32. package/dist/operations/delayJobSatNote.d.ts +13 -0
  33. package/dist/operations/delayJobSatNote.d.ts.map +1 -1
  34. package/dist/operations/deleteJob.d.ts +13 -0
  35. package/dist/operations/deleteJob.d.ts.map +1 -1
  36. package/dist/operations/getInfoEntity.d.ts +13 -0
  37. package/dist/operations/getInfoEntity.d.ts.map +1 -1
  38. package/dist/operations/getJob.d.ts +13 -0
  39. package/dist/operations/getJob.d.ts.map +1 -1
  40. package/dist/operations/getJobs.d.ts +13 -0
  41. package/dist/operations/getJobs.d.ts.map +1 -1
  42. package/dist/operations/index.d.ts +12 -0
  43. package/dist/operations/index.d.ts.map +1 -1
  44. package/dist/operations/index.js +12 -0
  45. package/dist/operations/infoExampleJob.d.ts +13 -0
  46. package/dist/operations/infoExampleJob.d.ts.map +1 -1
  47. package/dist/operations/infoSearch.d.ts +13 -0
  48. package/dist/operations/infoSearch.d.ts.map +1 -1
  49. package/dist/operations/jobSwitchDeposit.d.ts +13 -0
  50. package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
  51. package/dist/operations/lenderReviewJobSatNote.d.ts +13 -0
  52. package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
  53. package/dist/operations/overrideJob.d.ts +13 -0
  54. package/dist/operations/overrideJob.d.ts.map +1 -1
  55. package/dist/operations/payJob.d.ts +13 -0
  56. package/dist/operations/payJob.d.ts.map +1 -1
  57. package/dist/operations/payoutJob.d.ts +13 -0
  58. package/dist/operations/payoutJob.d.ts.map +1 -1
  59. package/dist/operations/postJob.d.ts +13 -0
  60. package/dist/operations/postJob.d.ts.map +1 -1
  61. package/dist/operations/putJob.d.ts +13 -0
  62. package/dist/operations/putJob.d.ts.map +1 -1
  63. package/dist/operations/quoteJob.d.ts +13 -0
  64. package/dist/operations/quoteJob.d.ts.map +1 -1
  65. package/dist/operations/reactivateCompany.d.ts +320 -0
  66. package/dist/operations/reactivateCompany.d.ts.map +1 -0
  67. package/dist/operations/reactivateCompany.js +44 -0
  68. package/dist/operations/reapplyJob.d.ts +13 -0
  69. package/dist/operations/reapplyJob.d.ts.map +1 -1
  70. package/dist/operations/sendJob.d.ts +13 -0
  71. package/dist/operations/sendJob.d.ts.map +1 -1
  72. package/dist/operations/signJobSatNote.d.ts +13 -0
  73. package/dist/operations/signJobSatNote.d.ts.map +1 -1
  74. package/dist/operations/stepJob.d.ts +318 -0
  75. package/dist/operations/stepJob.d.ts.map +1 -0
  76. package/dist/operations/stepJob.js +50 -0
  77. package/dist/operations/suspendCompany.d.ts +320 -0
  78. package/dist/operations/suspendCompany.d.ts.map +1 -0
  79. package/dist/operations/suspendCompany.js +44 -0
  80. package/dist/operations/tradeQuoteApprovalLead.d.ts +13 -0
  81. package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
  82. package/dist/operations/unarchiveJob.d.ts +13 -0
  83. package/dist/operations/unarchiveJob.d.ts.map +1 -1
  84. package/dist/operations/viewJobSatNote.d.ts +13 -0
  85. package/dist/operations/viewJobSatNote.d.ts.map +1 -1
  86. package/dist/schema.json +1 -1
  87. package/dist/widget/index.d.ts +14991 -14919
  88. package/dist/widget/index.d.ts.map +1 -1
  89. package/dist/widget/index.js +36202 -36001
  90. package/package.json +1 -1
  91. package/schema.yaml +140 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.