@kanda-libs/ks-schema 1.0.811 → 1.0.813

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 (122) hide show
  1. package/dist/components/schemas/Company.d.ts +2 -2
  2. package/dist/components/schemas/CompanyInfo.d.ts +1 -1
  3. package/dist/components/schemas/Credit.d.ts +1 -1
  4. package/dist/components/schemas/CustomerOptions.d.ts +1 -1
  5. package/dist/components/schemas/Enquiry.d.ts +1 -1
  6. package/dist/components/schemas/EnquiryBody.d.ts +1 -1
  7. package/dist/components/schemas/EnquiryInfo.d.ts +1 -1
  8. package/dist/components/schemas/FinanceRate.d.ts +1 -1
  9. package/dist/components/schemas/InfoCheckoutRedirect.d.ts +1 -1
  10. package/dist/components/schemas/InfoEnquiry.d.ts +4 -4
  11. package/dist/components/schemas/InfoEntity.d.ts +6 -6
  12. package/dist/components/schemas/InfoLegacyRedirect.d.ts +1 -1
  13. package/dist/components/schemas/InfoSearch.d.ts +7 -7
  14. package/dist/components/schemas/InfoWorkType.d.ts +2 -2
  15. package/dist/components/schemas/Job.d.ts +3 -3
  16. package/dist/components/schemas/JobInfo.d.ts +1 -1
  17. package/dist/components/schemas/JobOverride.d.ts +1 -1
  18. package/dist/components/schemas/KagentChat.d.ts +2 -2
  19. package/dist/components/schemas/KagentVisitorInfo.d.ts +1 -1
  20. package/dist/components/schemas/Lead.d.ts +3 -3
  21. package/dist/components/schemas/LeadQuote.d.ts +2 -2
  22. package/dist/components/schemas/Rate.d.ts +1 -1
  23. package/dist/components/schemas/SearchHits.d.ts +7 -7
  24. package/dist/components/schemas/TradeFilter.d.ts +1 -1
  25. package/dist/components/schemas/TradeSummary.d.ts +1 -1
  26. package/dist/components/schemas/WorkType.d.ts +2 -2
  27. package/dist/components/schemas/WorkType.d.ts.map +1 -1
  28. package/dist/components/schemas/WorkType.js +1 -0
  29. package/dist/operations/applyCredit.d.ts +1 -1
  30. package/dist/operations/applyInviteLead.d.ts +3 -3
  31. package/dist/operations/applyJob.d.ts +3 -3
  32. package/dist/operations/approveCompany.d.ts +2 -2
  33. package/dist/operations/approveJobSatNote.d.ts +3 -3
  34. package/dist/operations/archiveJob.d.ts +3 -3
  35. package/dist/operations/budgetLead.d.ts +3 -3
  36. package/dist/operations/checkCredit.d.ts +1 -1
  37. package/dist/operations/completeJob.d.ts +3 -3
  38. package/dist/operations/connectTradesLead.d.ts +1 -1
  39. package/dist/operations/consentMigrateCredit.d.ts +1 -1
  40. package/dist/operations/declineCompany.d.ts +2 -2
  41. package/dist/operations/delayJobSatNote.d.ts +3 -3
  42. package/dist/operations/deleteCompany.d.ts +2 -2
  43. package/dist/operations/deleteCredit.d.ts +1 -1
  44. package/dist/operations/deleteEnquiry.d.ts +1 -1
  45. package/dist/operations/deleteJob.d.ts +3 -3
  46. package/dist/operations/deleteLead.d.ts +3 -3
  47. package/dist/operations/deleteRate.d.ts +1 -1
  48. package/dist/operations/directorCompany.d.ts +2 -2
  49. package/dist/operations/getCompanies.d.ts +2 -2
  50. package/dist/operations/getCompany.d.ts +2 -2
  51. package/dist/operations/getCredit.d.ts +1 -1
  52. package/dist/operations/getCredits.d.ts +1 -1
  53. package/dist/operations/getEnquiries.d.ts +1 -1
  54. package/dist/operations/getEnquiry.d.ts +1 -1
  55. package/dist/operations/getInfoEnquiry.d.ts +4 -4
  56. package/dist/operations/getInfoEntity.d.ts +6 -6
  57. package/dist/operations/getJob.d.ts +3 -3
  58. package/dist/operations/getJobs.d.ts +3 -3
  59. package/dist/operations/getLead.d.ts +3 -3
  60. package/dist/operations/getLeads.d.ts +3 -3
  61. package/dist/operations/getRate.d.ts +1 -1
  62. package/dist/operations/getRates.d.ts +1 -1
  63. package/dist/operations/infoCheckoutRedirect.d.ts +1 -1
  64. package/dist/operations/infoCredit.d.ts +1 -1
  65. package/dist/operations/infoExampleJob.d.ts +3 -3
  66. package/dist/operations/infoKagent.d.ts +2 -2
  67. package/dist/operations/infoLegacyRedirect.d.ts +1 -1
  68. package/dist/operations/infoRate.d.ts +1 -1
  69. package/dist/operations/infoSearch.d.ts +7 -7
  70. package/dist/operations/infoTradeSummary.d.ts +1 -1
  71. package/dist/operations/infoWorkType.d.ts +2 -2
  72. package/dist/operations/jobSwitchDeposit.d.ts +3 -3
  73. package/dist/operations/lenderReviewJobSatNote.d.ts +3 -3
  74. package/dist/operations/matchTradesLead.d.ts +1 -1
  75. package/dist/operations/migrateCredit.d.ts +1 -1
  76. package/dist/operations/overrideJob.d.ts +3 -3
  77. package/dist/operations/payJob.d.ts +3 -3
  78. package/dist/operations/payoutJob.d.ts +3 -3
  79. package/dist/operations/postCompany.d.ts +2 -2
  80. package/dist/operations/postCompanyBillingSuccess.d.ts +2 -2
  81. package/dist/operations/postCredit.d.ts +1 -1
  82. package/dist/operations/postEnquiry.d.ts +1 -1
  83. package/dist/operations/postEnquiryArchive.d.ts +1 -1
  84. package/dist/operations/postEnquiryBudget.d.ts +1 -1
  85. package/dist/operations/postEnquiryConsumer.d.ts +1 -1
  86. package/dist/operations/postEnquiryConsumerPreferences.d.ts +1 -1
  87. package/dist/operations/postEnquiryConsumerSignature.d.ts +1 -1
  88. package/dist/operations/postEnquiryConvertJob.d.ts +1 -1
  89. package/dist/operations/postEnquiryInterestInCredit.d.ts +1 -1
  90. package/dist/operations/postEnquiryJobInfo.d.ts +1 -1
  91. package/dist/operations/postEnquiryQuote.d.ts +1 -1
  92. package/dist/operations/postEnquiryState.d.ts +1 -1
  93. package/dist/operations/postEnquirySubmit.d.ts +1 -1
  94. package/dist/operations/postEnquiryUnarchive.d.ts +1 -1
  95. package/dist/operations/postJob.d.ts +3 -3
  96. package/dist/operations/postLead.d.ts +3 -3
  97. package/dist/operations/postRate.d.ts +1 -1
  98. package/dist/operations/putCompany.d.ts +2 -2
  99. package/dist/operations/putCredit.d.ts +1 -1
  100. package/dist/operations/putEnquiry.d.ts +1 -1
  101. package/dist/operations/putJob.d.ts +3 -3
  102. package/dist/operations/putLead.d.ts +3 -3
  103. package/dist/operations/putRate.d.ts +1 -1
  104. package/dist/operations/quoteCredit.d.ts +1 -1
  105. package/dist/operations/quoteJob.d.ts +3 -3
  106. package/dist/operations/quoteLead.d.ts +3 -3
  107. package/dist/operations/reapplyJob.d.ts +3 -3
  108. package/dist/operations/referLead.d.ts +3 -3
  109. package/dist/operations/sendJob.d.ts +3 -3
  110. package/dist/operations/sendLeadJob.d.ts +3 -3
  111. package/dist/operations/signCredit.d.ts +1 -1
  112. package/dist/operations/signJobSatNote.d.ts +3 -3
  113. package/dist/operations/tradeLead.d.ts +3 -3
  114. package/dist/operations/tradeQuoteApprovalLead.d.ts +3 -3
  115. package/dist/operations/unarchiveJob.d.ts +3 -3
  116. package/dist/operations/viewJobSatNote.d.ts +3 -3
  117. package/dist/schema.json +1 -1
  118. package/dist/widget/index.d.ts +15059 -15059
  119. package/dist/widget/index.d.ts.map +1 -1
  120. package/dist/widget/index.js +35267 -35233
  121. package/package.json +1 -1
  122. package/schema.yaml +3 -2

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.