@greensecurity/javascript-sdk 0.43.1-beta.120 → 0.43.1-beta.123

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 (677) hide show
  1. package/README.md +24 -3
  2. package/dist/commonjs/__tests__/events.test.js +21 -0
  3. package/dist/commonjs/__tests__/events.test.js.map +1 -1
  4. package/dist/commonjs/__tests__/fhirconfigs.test.js +4 -0
  5. package/dist/commonjs/__tests__/fhirconfigs.test.js.map +1 -1
  6. package/dist/commonjs/__tests__/vendors.test.js +85 -43
  7. package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
  8. package/dist/commonjs/__tests__/vendorscans.test.js +49 -0
  9. package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
  10. package/dist/commonjs/__tests__/webhooks.test.js +1 -1
  11. package/dist/commonjs/__tests__/webhooks.test.js.map +1 -1
  12. package/dist/commonjs/__tests__/zones.test.js +10 -8
  13. package/dist/commonjs/__tests__/zones.test.js.map +1 -1
  14. package/dist/commonjs/funcs/eventsGetEvent.d.ts +26 -0
  15. package/dist/commonjs/funcs/eventsGetEvent.d.ts.map +1 -0
  16. package/dist/commonjs/funcs/eventsGetEvent.js +136 -0
  17. package/dist/commonjs/funcs/eventsGetEvent.js.map +1 -0
  18. package/dist/commonjs/funcs/systemsListSystems.js +2 -0
  19. package/dist/commonjs/funcs/systemsListSystems.js.map +1 -1
  20. package/dist/commonjs/funcs/vendorScansGetVendorScan.d.ts +28 -0
  21. package/dist/commonjs/funcs/vendorScansGetVendorScan.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/vendorScansGetVendorScan.js +138 -0
  23. package/dist/commonjs/funcs/vendorScansGetVendorScan.js.map +1 -0
  24. package/dist/commonjs/funcs/vendorScansListVendorScans.d.ts +23 -0
  25. package/dist/commonjs/funcs/vendorScansListVendorScans.d.ts.map +1 -0
  26. package/dist/commonjs/funcs/vendorScansListVendorScans.js +165 -0
  27. package/dist/commonjs/funcs/vendorScansListVendorScans.js.map +1 -0
  28. package/dist/commonjs/funcs/vendorsAiClassifyCreate.d.ts +24 -0
  29. package/dist/commonjs/funcs/vendorsAiClassifyCreate.d.ts.map +1 -0
  30. package/dist/commonjs/funcs/vendorsAiClassifyCreate.js +125 -0
  31. package/dist/commonjs/funcs/vendorsAiClassifyCreate.js.map +1 -0
  32. package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.d.ts +22 -0
  33. package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
  34. package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.js +123 -0
  35. package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.js.map +1 -0
  36. package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.d.ts +22 -0
  37. package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -0
  38. package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js +133 -0
  39. package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js.map +1 -0
  40. package/dist/commonjs/funcs/vendorsGetVendorsDetails.d.ts +1 -0
  41. package/dist/commonjs/funcs/vendorsGetVendorsDetails.d.ts.map +1 -1
  42. package/dist/commonjs/funcs/vendorsGetVendorsDetails.js +1 -0
  43. package/dist/commonjs/funcs/vendorsGetVendorsDetails.js.map +1 -1
  44. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -5
  45. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  46. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +17 -46
  47. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  48. package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts +14 -6
  49. package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts.map +1 -1
  50. package/dist/commonjs/funcs/vendorsListVendorCustomFields.js +20 -49
  51. package/dist/commonjs/funcs/vendorsListVendorCustomFields.js.map +1 -1
  52. package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.d.ts +28 -0
  53. package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.d.ts.map +1 -0
  54. package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.js +135 -0
  55. package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.js.map +1 -0
  56. package/dist/commonjs/lib/config.d.ts +3 -3
  57. package/dist/commonjs/lib/config.js +3 -3
  58. package/dist/commonjs/models/components/aiclassifycreaterequest.d.ts +25 -0
  59. package/dist/commonjs/models/components/aiclassifycreaterequest.d.ts.map +1 -0
  60. package/dist/commonjs/models/components/aiclassifycreaterequest.js +58 -0
  61. package/dist/commonjs/models/components/aiclassifycreaterequest.js.map +1 -0
  62. package/dist/commonjs/models/components/aiclassifycreateresponse.d.ts +26 -0
  63. package/dist/commonjs/models/components/aiclassifycreateresponse.d.ts.map +1 -0
  64. package/dist/commonjs/models/components/aiclassifycreateresponse.js +64 -0
  65. package/dist/commonjs/models/components/aiclassifycreateresponse.js.map +1 -0
  66. package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.d.ts +15 -0
  67. package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.d.ts.map +1 -0
  68. package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.js +55 -0
  69. package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.js.map +1 -0
  70. package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.d.ts +16 -0
  71. package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.d.ts.map +1 -0
  72. package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.js +61 -0
  73. package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.js.map +1 -0
  74. package/dist/commonjs/models/components/fhirconfig.d.ts +8 -0
  75. package/dist/commonjs/models/components/fhirconfig.d.ts.map +1 -1
  76. package/dist/commonjs/models/components/fhirconfig.js +4 -0
  77. package/dist/commonjs/models/components/fhirconfig.js.map +1 -1
  78. package/dist/commonjs/models/components/fhirconfigpartialupdate.d.ts +10 -0
  79. package/dist/commonjs/models/components/fhirconfigpartialupdate.d.ts.map +1 -1
  80. package/dist/commonjs/models/components/fhirconfigpartialupdate.js +4 -0
  81. package/dist/commonjs/models/components/fhirconfigpartialupdate.js.map +1 -1
  82. package/dist/commonjs/models/components/index.d.ts +5 -0
  83. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  84. package/dist/commonjs/models/components/index.js +5 -0
  85. package/dist/commonjs/models/components/index.js.map +1 -1
  86. package/dist/commonjs/models/components/uploadhistoryitem.d.ts +26 -0
  87. package/dist/commonjs/models/components/uploadhistoryitem.d.ts.map +1 -0
  88. package/dist/commonjs/models/components/uploadhistoryitem.js +63 -0
  89. package/dist/commonjs/models/components/uploadhistoryitem.js.map +1 -0
  90. package/dist/commonjs/models/components/vendor.d.ts +5 -0
  91. package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
  92. package/dist/commonjs/models/components/vendor.js +4 -0
  93. package/dist/commonjs/models/components/vendor.js.map +1 -1
  94. package/dist/commonjs/models/components/vendorcustomfields.d.ts +65 -3
  95. package/dist/commonjs/models/components/vendorcustomfields.d.ts.map +1 -1
  96. package/dist/commonjs/models/components/vendorcustomfields.js +45 -4
  97. package/dist/commonjs/models/components/vendorcustomfields.js.map +1 -1
  98. package/dist/commonjs/models/components/vendorscan.d.ts +5 -0
  99. package/dist/commonjs/models/components/vendorscan.d.ts.map +1 -1
  100. package/dist/commonjs/models/components/vendorscan.js +4 -0
  101. package/dist/commonjs/models/components/vendorscan.js.map +1 -1
  102. package/dist/commonjs/models/operations/addvendormanagedbycompany.d.ts +7 -1
  103. package/dist/commonjs/models/operations/addvendormanagedbycompany.d.ts.map +1 -1
  104. package/dist/commonjs/models/operations/addvendormanagedbycompany.js.map +1 -1
  105. package/dist/commonjs/models/operations/calculatesubscriptionprice.d.ts +7 -1
  106. package/dist/commonjs/models/operations/calculatesubscriptionprice.d.ts.map +1 -1
  107. package/dist/commonjs/models/operations/calculatesubscriptionprice.js.map +1 -1
  108. package/dist/commonjs/models/operations/changesubscription.d.ts +7 -1
  109. package/dist/commonjs/models/operations/changesubscription.d.ts.map +1 -1
  110. package/dist/commonjs/models/operations/changesubscription.js.map +1 -1
  111. package/dist/commonjs/models/operations/createvendorcompany.d.ts +7 -1
  112. package/dist/commonjs/models/operations/createvendorcompany.d.ts.map +1 -1
  113. package/dist/commonjs/models/operations/createvendorcompany.js.map +1 -1
  114. package/dist/commonjs/models/operations/deletevendormanagedbycompany.d.ts +7 -1
  115. package/dist/commonjs/models/operations/deletevendormanagedbycompany.d.ts.map +1 -1
  116. package/dist/commonjs/models/operations/deletevendormanagedbycompany.js.map +1 -1
  117. package/dist/commonjs/models/operations/expeditetimeremaining.d.ts +7 -1
  118. package/dist/commonjs/models/operations/expeditetimeremaining.d.ts.map +1 -1
  119. package/dist/commonjs/models/operations/expeditetimeremaining.js.map +1 -1
  120. package/dist/commonjs/models/operations/getevent.d.ts +110 -0
  121. package/dist/commonjs/models/operations/getevent.d.ts.map +1 -0
  122. package/dist/commonjs/models/operations/getevent.js +128 -0
  123. package/dist/commonjs/models/operations/getevent.js.map +1 -0
  124. package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts +7 -1
  125. package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
  126. package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
  127. package/dist/commonjs/models/operations/getsubscription.d.ts +7 -1
  128. package/dist/commonjs/models/operations/getsubscription.d.ts.map +1 -1
  129. package/dist/commonjs/models/operations/getsubscription.js.map +1 -1
  130. package/dist/commonjs/models/operations/getvendorcredentialdetails.d.ts +7 -1
  131. package/dist/commonjs/models/operations/getvendorcredentialdetails.d.ts.map +1 -1
  132. package/dist/commonjs/models/operations/getvendorcredentialdetails.js.map +1 -1
  133. package/dist/commonjs/models/operations/getvendorlegalname.d.ts +7 -1
  134. package/dist/commonjs/models/operations/getvendorlegalname.d.ts.map +1 -1
  135. package/dist/commonjs/models/operations/getvendorlegalname.js.map +1 -1
  136. package/dist/commonjs/models/operations/getvendorscan.d.ts +21 -0
  137. package/dist/commonjs/models/operations/getvendorscan.d.ts.map +1 -0
  138. package/dist/commonjs/models/operations/getvendorscan.js +52 -0
  139. package/dist/commonjs/models/operations/getvendorscan.js.map +1 -0
  140. package/dist/commonjs/models/operations/getvendorsdetails.d.ts +7 -1
  141. package/dist/commonjs/models/operations/getvendorsdetails.d.ts.map +1 -1
  142. package/dist/commonjs/models/operations/getvendorsdetails.js.map +1 -1
  143. package/dist/commonjs/models/operations/getvendoruploadhistory.d.ts +26 -0
  144. package/dist/commonjs/models/operations/getvendoruploadhistory.d.ts.map +1 -0
  145. package/dist/commonjs/models/operations/getvendoruploadhistory.js +56 -0
  146. package/dist/commonjs/models/operations/getvendoruploadhistory.js.map +1 -0
  147. package/dist/commonjs/models/operations/index.d.ts +5 -0
  148. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  149. package/dist/commonjs/models/operations/index.js +5 -0
  150. package/dist/commonjs/models/operations/index.js.map +1 -1
  151. package/dist/commonjs/models/operations/listsystems.d.ts +10 -0
  152. package/dist/commonjs/models/operations/listsystems.d.ts.map +1 -1
  153. package/dist/commonjs/models/operations/listsystems.js +4 -0
  154. package/dist/commonjs/models/operations/listsystems.js.map +1 -1
  155. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +8 -32
  156. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
  157. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +1 -19
  158. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
  159. package/dist/commonjs/models/operations/listvendorcredentialhistory.d.ts +7 -1
  160. package/dist/commonjs/models/operations/listvendorcredentialhistory.d.ts.map +1 -1
  161. package/dist/commonjs/models/operations/listvendorcredentialhistory.js.map +1 -1
  162. package/dist/commonjs/models/operations/listvendorcredits.d.ts +7 -1
  163. package/dist/commonjs/models/operations/listvendorcredits.d.ts.map +1 -1
  164. package/dist/commonjs/models/operations/listvendorcredits.js.map +1 -1
  165. package/dist/commonjs/models/operations/listvendorcustomfields.d.ts +8 -32
  166. package/dist/commonjs/models/operations/listvendorcustomfields.d.ts.map +1 -1
  167. package/dist/commonjs/models/operations/listvendorcustomfields.js +1 -19
  168. package/dist/commonjs/models/operations/listvendorcustomfields.js.map +1 -1
  169. package/dist/commonjs/models/operations/listvendorfacilitystatuses.d.ts +7 -1
  170. package/dist/commonjs/models/operations/listvendorfacilitystatuses.d.ts.map +1 -1
  171. package/dist/commonjs/models/operations/listvendorfacilitystatuses.js.map +1 -1
  172. package/dist/commonjs/models/operations/listvendorinvoices.d.ts +7 -1
  173. package/dist/commonjs/models/operations/listvendorinvoices.d.ts.map +1 -1
  174. package/dist/commonjs/models/operations/listvendorinvoices.js.map +1 -1
  175. package/dist/commonjs/models/operations/listvendormanagedbycompanies.d.ts +7 -1
  176. package/dist/commonjs/models/operations/listvendormanagedbycompanies.d.ts.map +1 -1
  177. package/dist/commonjs/models/operations/listvendormanagedbycompanies.js.map +1 -1
  178. package/dist/commonjs/models/operations/listvendorscans.d.ts +92 -0
  179. package/dist/commonjs/models/operations/listvendorscans.d.ts.map +1 -0
  180. package/dist/commonjs/models/operations/listvendorscans.js +103 -0
  181. package/dist/commonjs/models/operations/listvendorscans.js.map +1 -0
  182. package/dist/commonjs/models/operations/listvendorscrubdetails.d.ts +7 -1
  183. package/dist/commonjs/models/operations/listvendorscrubdetails.d.ts.map +1 -1
  184. package/dist/commonjs/models/operations/listvendorscrubdetails.js.map +1 -1
  185. package/dist/commonjs/models/operations/listvendorscrubpackages.d.ts +7 -1
  186. package/dist/commonjs/models/operations/listvendorscrubpackages.d.ts.map +1 -1
  187. package/dist/commonjs/models/operations/listvendorscrubpackages.js.map +1 -1
  188. package/dist/commonjs/models/operations/listvendorscrubpurchases.d.ts +7 -1
  189. package/dist/commonjs/models/operations/listvendorscrubpurchases.d.ts.map +1 -1
  190. package/dist/commonjs/models/operations/listvendorscrubpurchases.js.map +1 -1
  191. package/dist/commonjs/models/operations/purchasescrubcredits.d.ts +7 -1
  192. package/dist/commonjs/models/operations/purchasescrubcredits.d.ts.map +1 -1
  193. package/dist/commonjs/models/operations/purchasescrubcredits.js.map +1 -1
  194. package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts +7 -1
  195. package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
  196. package/dist/commonjs/models/operations/updatevendorcredentialdata.js.map +1 -1
  197. package/dist/commonjs/models/operations/updatevendorcustomfield.d.ts +41 -0
  198. package/dist/commonjs/models/operations/updatevendorcustomfield.d.ts.map +1 -0
  199. package/dist/commonjs/models/operations/updatevendorcustomfield.js +70 -0
  200. package/dist/commonjs/models/operations/updatevendorcustomfield.js.map +1 -0
  201. package/dist/commonjs/models/operations/updatevendordetails.d.ts +7 -1
  202. package/dist/commonjs/models/operations/updatevendordetails.d.ts.map +1 -1
  203. package/dist/commonjs/models/operations/updatevendordetails.js.map +1 -1
  204. package/dist/commonjs/models/operations/updatevendormanagedbycompany.d.ts +7 -1
  205. package/dist/commonjs/models/operations/updatevendormanagedbycompany.d.ts.map +1 -1
  206. package/dist/commonjs/models/operations/updatevendormanagedbycompany.js.map +1 -1
  207. package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts +7 -1
  208. package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
  209. package/dist/commonjs/models/operations/updatevendorscrubdetails.js.map +1 -1
  210. package/dist/commonjs/react-query/eventsGetEvent.core.d.ts +15 -0
  211. package/dist/commonjs/react-query/eventsGetEvent.core.d.ts.map +1 -0
  212. package/dist/commonjs/react-query/eventsGetEvent.core.js +41 -0
  213. package/dist/commonjs/react-query/eventsGetEvent.core.js.map +1 -0
  214. package/dist/commonjs/react-query/eventsGetEvent.d.ts +52 -0
  215. package/dist/commonjs/react-query/eventsGetEvent.d.ts.map +1 -0
  216. package/dist/commonjs/react-query/eventsGetEvent.js +78 -0
  217. package/dist/commonjs/react-query/eventsGetEvent.js.map +1 -0
  218. package/dist/commonjs/react-query/index.d.ts +7 -0
  219. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  220. package/dist/commonjs/react-query/index.js +7 -0
  221. package/dist/commonjs/react-query/index.js.map +1 -1
  222. package/dist/commonjs/react-query/systemsListSystems.core.d.ts +4 -0
  223. package/dist/commonjs/react-query/systemsListSystems.core.d.ts.map +1 -1
  224. package/dist/commonjs/react-query/systemsListSystems.core.js +4 -0
  225. package/dist/commonjs/react-query/systemsListSystems.core.js.map +1 -1
  226. package/dist/commonjs/react-query/systemsListSystems.d.ts +4 -0
  227. package/dist/commonjs/react-query/systemsListSystems.d.ts.map +1 -1
  228. package/dist/commonjs/react-query/systemsListSystems.js.map +1 -1
  229. package/dist/commonjs/react-query/vendorScansGetVendorScan.core.d.ts +15 -0
  230. package/dist/commonjs/react-query/vendorScansGetVendorScan.core.d.ts.map +1 -0
  231. package/dist/commonjs/react-query/vendorScansGetVendorScan.core.js +43 -0
  232. package/dist/commonjs/react-query/vendorScansGetVendorScan.core.js.map +1 -0
  233. package/dist/commonjs/react-query/vendorScansGetVendorScan.d.ts +54 -0
  234. package/dist/commonjs/react-query/vendorScansGetVendorScan.d.ts.map +1 -0
  235. package/dist/commonjs/react-query/vendorScansGetVendorScan.js +84 -0
  236. package/dist/commonjs/react-query/vendorScansGetVendorScan.js.map +1 -0
  237. package/dist/commonjs/react-query/vendorScansListVendorScans.core.d.ts +46 -0
  238. package/dist/commonjs/react-query/vendorScansListVendorScans.core.d.ts.map +1 -0
  239. package/dist/commonjs/react-query/vendorScansListVendorScans.core.js +102 -0
  240. package/dist/commonjs/react-query/vendorScansListVendorScans.core.js.map +1 -0
  241. package/dist/commonjs/react-query/vendorScansListVendorScans.d.ts +68 -0
  242. package/dist/commonjs/react-query/vendorScansListVendorScans.d.ts.map +1 -0
  243. package/dist/commonjs/react-query/vendorScansListVendorScans.js +105 -0
  244. package/dist/commonjs/react-query/vendorScansListVendorScans.js.map +1 -0
  245. package/dist/commonjs/react-query/vendorsAiClassifyCreate.d.ts +33 -0
  246. package/dist/commonjs/react-query/vendorsAiClassifyCreate.d.ts.map +1 -0
  247. package/dist/commonjs/react-query/vendorsAiClassifyCreate.js +52 -0
  248. package/dist/commonjs/react-query/vendorsAiClassifyCreate.js.map +1 -0
  249. package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.d.ts +31 -0
  250. package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
  251. package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.js +54 -0
  252. package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.js.map +1 -0
  253. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.d.ts +15 -0
  254. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.d.ts.map +1 -0
  255. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.js +43 -0
  256. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.js.map +1 -0
  257. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.d.ts +41 -0
  258. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.d.ts.map +1 -0
  259. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.js +72 -0
  260. package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.js.map +1 -0
  261. package/dist/commonjs/react-query/vendorsGetVendorsDetails.d.ts +2 -0
  262. package/dist/commonjs/react-query/vendorsGetVendorsDetails.d.ts.map +1 -1
  263. package/dist/commonjs/react-query/vendorsGetVendorsDetails.js +2 -0
  264. package/dist/commonjs/react-query/vendorsGetVendorsDetails.js.map +1 -1
  265. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +2 -26
  266. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
  267. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js +2 -56
  268. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
  269. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +20 -43
  270. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  271. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js +15 -42
  272. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  273. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts +2 -26
  274. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -1
  275. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js +2 -56
  276. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js.map +1 -1
  277. package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts +27 -40
  278. package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts.map +1 -1
  279. package/dist/commonjs/react-query/vendorsListVendorCustomFields.js +23 -40
  280. package/dist/commonjs/react-query/vendorsListVendorCustomFields.js.map +1 -1
  281. package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.d.ts +37 -0
  282. package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.d.ts.map +1 -0
  283. package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.js +59 -0
  284. package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.js.map +1 -0
  285. package/dist/commonjs/sdk/events.d.ts +13 -0
  286. package/dist/commonjs/sdk/events.d.ts.map +1 -1
  287. package/dist/commonjs/sdk/events.js +16 -0
  288. package/dist/commonjs/sdk/events.js.map +1 -1
  289. package/dist/commonjs/sdk/vendors.d.ts +63 -9
  290. package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
  291. package/dist/commonjs/sdk/vendors.js +75 -5
  292. package/dist/commonjs/sdk/vendors.js.map +1 -1
  293. package/dist/commonjs/sdk/vendorscans.d.ts +25 -0
  294. package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
  295. package/dist/commonjs/sdk/vendorscans.js +28 -0
  296. package/dist/commonjs/sdk/vendorscans.js.map +1 -1
  297. package/dist/esm/__tests__/events.test.js +21 -0
  298. package/dist/esm/__tests__/events.test.js.map +1 -1
  299. package/dist/esm/__tests__/fhirconfigs.test.js +4 -0
  300. package/dist/esm/__tests__/fhirconfigs.test.js.map +1 -1
  301. package/dist/esm/__tests__/vendors.test.js +85 -43
  302. package/dist/esm/__tests__/vendors.test.js.map +1 -1
  303. package/dist/esm/__tests__/vendorscans.test.js +49 -0
  304. package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
  305. package/dist/esm/__tests__/webhooks.test.js +1 -1
  306. package/dist/esm/__tests__/webhooks.test.js.map +1 -1
  307. package/dist/esm/__tests__/zones.test.js +10 -8
  308. package/dist/esm/__tests__/zones.test.js.map +1 -1
  309. package/dist/esm/funcs/eventsGetEvent.d.ts +26 -0
  310. package/dist/esm/funcs/eventsGetEvent.d.ts.map +1 -0
  311. package/dist/esm/funcs/eventsGetEvent.js +100 -0
  312. package/dist/esm/funcs/eventsGetEvent.js.map +1 -0
  313. package/dist/esm/funcs/systemsListSystems.js +2 -0
  314. package/dist/esm/funcs/systemsListSystems.js.map +1 -1
  315. package/dist/esm/funcs/vendorScansGetVendorScan.d.ts +28 -0
  316. package/dist/esm/funcs/vendorScansGetVendorScan.d.ts.map +1 -0
  317. package/dist/esm/funcs/vendorScansGetVendorScan.js +102 -0
  318. package/dist/esm/funcs/vendorScansGetVendorScan.js.map +1 -0
  319. package/dist/esm/funcs/vendorScansListVendorScans.d.ts +23 -0
  320. package/dist/esm/funcs/vendorScansListVendorScans.d.ts.map +1 -0
  321. package/dist/esm/funcs/vendorScansListVendorScans.js +129 -0
  322. package/dist/esm/funcs/vendorScansListVendorScans.js.map +1 -0
  323. package/dist/esm/funcs/vendorsAiClassifyCreate.d.ts +24 -0
  324. package/dist/esm/funcs/vendorsAiClassifyCreate.d.ts.map +1 -0
  325. package/dist/esm/funcs/vendorsAiClassifyCreate.js +89 -0
  326. package/dist/esm/funcs/vendorsAiClassifyCreate.js.map +1 -0
  327. package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.d.ts +22 -0
  328. package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
  329. package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.js +87 -0
  330. package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.js.map +1 -0
  331. package/dist/esm/funcs/vendorsGetVendorUploadHistory.d.ts +22 -0
  332. package/dist/esm/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -0
  333. package/dist/esm/funcs/vendorsGetVendorUploadHistory.js +97 -0
  334. package/dist/esm/funcs/vendorsGetVendorUploadHistory.js.map +1 -0
  335. package/dist/esm/funcs/vendorsGetVendorsDetails.d.ts +1 -0
  336. package/dist/esm/funcs/vendorsGetVendorsDetails.d.ts.map +1 -1
  337. package/dist/esm/funcs/vendorsGetVendorsDetails.js +1 -0
  338. package/dist/esm/funcs/vendorsGetVendorsDetails.js.map +1 -1
  339. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -5
  340. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  341. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +18 -47
  342. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  343. package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts +14 -6
  344. package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts.map +1 -1
  345. package/dist/esm/funcs/vendorsListVendorCustomFields.js +21 -50
  346. package/dist/esm/funcs/vendorsListVendorCustomFields.js.map +1 -1
  347. package/dist/esm/funcs/vendorsUpdateVendorCustomField.d.ts +28 -0
  348. package/dist/esm/funcs/vendorsUpdateVendorCustomField.d.ts.map +1 -0
  349. package/dist/esm/funcs/vendorsUpdateVendorCustomField.js +99 -0
  350. package/dist/esm/funcs/vendorsUpdateVendorCustomField.js.map +1 -0
  351. package/dist/esm/lib/config.d.ts +3 -3
  352. package/dist/esm/lib/config.js +3 -3
  353. package/dist/esm/models/components/aiclassifycreaterequest.d.ts +25 -0
  354. package/dist/esm/models/components/aiclassifycreaterequest.d.ts.map +1 -0
  355. package/dist/esm/models/components/aiclassifycreaterequest.js +21 -0
  356. package/dist/esm/models/components/aiclassifycreaterequest.js.map +1 -0
  357. package/dist/esm/models/components/aiclassifycreateresponse.d.ts +26 -0
  358. package/dist/esm/models/components/aiclassifycreateresponse.d.ts.map +1 -0
  359. package/dist/esm/models/components/aiclassifycreateresponse.js +27 -0
  360. package/dist/esm/models/components/aiclassifycreateresponse.js.map +1 -0
  361. package/dist/esm/models/components/aiclassifynotifyuploadedrequest.d.ts +15 -0
  362. package/dist/esm/models/components/aiclassifynotifyuploadedrequest.d.ts.map +1 -0
  363. package/dist/esm/models/components/aiclassifynotifyuploadedrequest.js +18 -0
  364. package/dist/esm/models/components/aiclassifynotifyuploadedrequest.js.map +1 -0
  365. package/dist/esm/models/components/aiclassifynotifyuploadedresponse.d.ts +16 -0
  366. package/dist/esm/models/components/aiclassifynotifyuploadedresponse.d.ts.map +1 -0
  367. package/dist/esm/models/components/aiclassifynotifyuploadedresponse.js +24 -0
  368. package/dist/esm/models/components/aiclassifynotifyuploadedresponse.js.map +1 -0
  369. package/dist/esm/models/components/fhirconfig.d.ts +8 -0
  370. package/dist/esm/models/components/fhirconfig.d.ts.map +1 -1
  371. package/dist/esm/models/components/fhirconfig.js +4 -0
  372. package/dist/esm/models/components/fhirconfig.js.map +1 -1
  373. package/dist/esm/models/components/fhirconfigpartialupdate.d.ts +10 -0
  374. package/dist/esm/models/components/fhirconfigpartialupdate.d.ts.map +1 -1
  375. package/dist/esm/models/components/fhirconfigpartialupdate.js +4 -0
  376. package/dist/esm/models/components/fhirconfigpartialupdate.js.map +1 -1
  377. package/dist/esm/models/components/index.d.ts +5 -0
  378. package/dist/esm/models/components/index.d.ts.map +1 -1
  379. package/dist/esm/models/components/index.js +5 -0
  380. package/dist/esm/models/components/index.js.map +1 -1
  381. package/dist/esm/models/components/uploadhistoryitem.d.ts +26 -0
  382. package/dist/esm/models/components/uploadhistoryitem.d.ts.map +1 -0
  383. package/dist/esm/models/components/uploadhistoryitem.js +26 -0
  384. package/dist/esm/models/components/uploadhistoryitem.js.map +1 -0
  385. package/dist/esm/models/components/vendor.d.ts +5 -0
  386. package/dist/esm/models/components/vendor.d.ts.map +1 -1
  387. package/dist/esm/models/components/vendor.js +4 -0
  388. package/dist/esm/models/components/vendor.js.map +1 -1
  389. package/dist/esm/models/components/vendorcustomfields.d.ts +65 -3
  390. package/dist/esm/models/components/vendorcustomfields.d.ts.map +1 -1
  391. package/dist/esm/models/components/vendorcustomfields.js +43 -3
  392. package/dist/esm/models/components/vendorcustomfields.js.map +1 -1
  393. package/dist/esm/models/components/vendorscan.d.ts +5 -0
  394. package/dist/esm/models/components/vendorscan.d.ts.map +1 -1
  395. package/dist/esm/models/components/vendorscan.js +4 -0
  396. package/dist/esm/models/components/vendorscan.js.map +1 -1
  397. package/dist/esm/models/operations/addvendormanagedbycompany.d.ts +7 -1
  398. package/dist/esm/models/operations/addvendormanagedbycompany.d.ts.map +1 -1
  399. package/dist/esm/models/operations/addvendormanagedbycompany.js.map +1 -1
  400. package/dist/esm/models/operations/calculatesubscriptionprice.d.ts +7 -1
  401. package/dist/esm/models/operations/calculatesubscriptionprice.d.ts.map +1 -1
  402. package/dist/esm/models/operations/calculatesubscriptionprice.js.map +1 -1
  403. package/dist/esm/models/operations/changesubscription.d.ts +7 -1
  404. package/dist/esm/models/operations/changesubscription.d.ts.map +1 -1
  405. package/dist/esm/models/operations/changesubscription.js.map +1 -1
  406. package/dist/esm/models/operations/createvendorcompany.d.ts +7 -1
  407. package/dist/esm/models/operations/createvendorcompany.d.ts.map +1 -1
  408. package/dist/esm/models/operations/createvendorcompany.js.map +1 -1
  409. package/dist/esm/models/operations/deletevendormanagedbycompany.d.ts +7 -1
  410. package/dist/esm/models/operations/deletevendormanagedbycompany.d.ts.map +1 -1
  411. package/dist/esm/models/operations/deletevendormanagedbycompany.js.map +1 -1
  412. package/dist/esm/models/operations/expeditetimeremaining.d.ts +7 -1
  413. package/dist/esm/models/operations/expeditetimeremaining.d.ts.map +1 -1
  414. package/dist/esm/models/operations/expeditetimeremaining.js.map +1 -1
  415. package/dist/esm/models/operations/getevent.d.ts +110 -0
  416. package/dist/esm/models/operations/getevent.d.ts.map +1 -0
  417. package/dist/esm/models/operations/getevent.js +85 -0
  418. package/dist/esm/models/operations/getevent.js.map +1 -0
  419. package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts +7 -1
  420. package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
  421. package/dist/esm/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
  422. package/dist/esm/models/operations/getsubscription.d.ts +7 -1
  423. package/dist/esm/models/operations/getsubscription.d.ts.map +1 -1
  424. package/dist/esm/models/operations/getsubscription.js.map +1 -1
  425. package/dist/esm/models/operations/getvendorcredentialdetails.d.ts +7 -1
  426. package/dist/esm/models/operations/getvendorcredentialdetails.d.ts.map +1 -1
  427. package/dist/esm/models/operations/getvendorcredentialdetails.js.map +1 -1
  428. package/dist/esm/models/operations/getvendorlegalname.d.ts +7 -1
  429. package/dist/esm/models/operations/getvendorlegalname.d.ts.map +1 -1
  430. package/dist/esm/models/operations/getvendorlegalname.js.map +1 -1
  431. package/dist/esm/models/operations/getvendorscan.d.ts +21 -0
  432. package/dist/esm/models/operations/getvendorscan.d.ts.map +1 -0
  433. package/dist/esm/models/operations/getvendorscan.js +15 -0
  434. package/dist/esm/models/operations/getvendorscan.js.map +1 -0
  435. package/dist/esm/models/operations/getvendorsdetails.d.ts +7 -1
  436. package/dist/esm/models/operations/getvendorsdetails.d.ts.map +1 -1
  437. package/dist/esm/models/operations/getvendorsdetails.js.map +1 -1
  438. package/dist/esm/models/operations/getvendoruploadhistory.d.ts +26 -0
  439. package/dist/esm/models/operations/getvendoruploadhistory.d.ts.map +1 -0
  440. package/dist/esm/models/operations/getvendoruploadhistory.js +19 -0
  441. package/dist/esm/models/operations/getvendoruploadhistory.js.map +1 -0
  442. package/dist/esm/models/operations/index.d.ts +5 -0
  443. package/dist/esm/models/operations/index.d.ts.map +1 -1
  444. package/dist/esm/models/operations/index.js +5 -0
  445. package/dist/esm/models/operations/index.js.map +1 -1
  446. package/dist/esm/models/operations/listsystems.d.ts +10 -0
  447. package/dist/esm/models/operations/listsystems.d.ts.map +1 -1
  448. package/dist/esm/models/operations/listsystems.js +4 -0
  449. package/dist/esm/models/operations/listsystems.js.map +1 -1
  450. package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +8 -32
  451. package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
  452. package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +0 -17
  453. package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
  454. package/dist/esm/models/operations/listvendorcredentialhistory.d.ts +7 -1
  455. package/dist/esm/models/operations/listvendorcredentialhistory.d.ts.map +1 -1
  456. package/dist/esm/models/operations/listvendorcredentialhistory.js.map +1 -1
  457. package/dist/esm/models/operations/listvendorcredits.d.ts +7 -1
  458. package/dist/esm/models/operations/listvendorcredits.d.ts.map +1 -1
  459. package/dist/esm/models/operations/listvendorcredits.js.map +1 -1
  460. package/dist/esm/models/operations/listvendorcustomfields.d.ts +8 -32
  461. package/dist/esm/models/operations/listvendorcustomfields.d.ts.map +1 -1
  462. package/dist/esm/models/operations/listvendorcustomfields.js +0 -17
  463. package/dist/esm/models/operations/listvendorcustomfields.js.map +1 -1
  464. package/dist/esm/models/operations/listvendorfacilitystatuses.d.ts +7 -1
  465. package/dist/esm/models/operations/listvendorfacilitystatuses.d.ts.map +1 -1
  466. package/dist/esm/models/operations/listvendorfacilitystatuses.js.map +1 -1
  467. package/dist/esm/models/operations/listvendorinvoices.d.ts +7 -1
  468. package/dist/esm/models/operations/listvendorinvoices.d.ts.map +1 -1
  469. package/dist/esm/models/operations/listvendorinvoices.js.map +1 -1
  470. package/dist/esm/models/operations/listvendormanagedbycompanies.d.ts +7 -1
  471. package/dist/esm/models/operations/listvendormanagedbycompanies.d.ts.map +1 -1
  472. package/dist/esm/models/operations/listvendormanagedbycompanies.js.map +1 -1
  473. package/dist/esm/models/operations/listvendorscans.d.ts +92 -0
  474. package/dist/esm/models/operations/listvendorscans.d.ts.map +1 -0
  475. package/dist/esm/models/operations/listvendorscans.js +64 -0
  476. package/dist/esm/models/operations/listvendorscans.js.map +1 -0
  477. package/dist/esm/models/operations/listvendorscrubdetails.d.ts +7 -1
  478. package/dist/esm/models/operations/listvendorscrubdetails.d.ts.map +1 -1
  479. package/dist/esm/models/operations/listvendorscrubdetails.js.map +1 -1
  480. package/dist/esm/models/operations/listvendorscrubpackages.d.ts +7 -1
  481. package/dist/esm/models/operations/listvendorscrubpackages.d.ts.map +1 -1
  482. package/dist/esm/models/operations/listvendorscrubpackages.js.map +1 -1
  483. package/dist/esm/models/operations/listvendorscrubpurchases.d.ts +7 -1
  484. package/dist/esm/models/operations/listvendorscrubpurchases.d.ts.map +1 -1
  485. package/dist/esm/models/operations/listvendorscrubpurchases.js.map +1 -1
  486. package/dist/esm/models/operations/purchasescrubcredits.d.ts +7 -1
  487. package/dist/esm/models/operations/purchasescrubcredits.d.ts.map +1 -1
  488. package/dist/esm/models/operations/purchasescrubcredits.js.map +1 -1
  489. package/dist/esm/models/operations/updatevendorcredentialdata.d.ts +7 -1
  490. package/dist/esm/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
  491. package/dist/esm/models/operations/updatevendorcredentialdata.js.map +1 -1
  492. package/dist/esm/models/operations/updatevendorcustomfield.d.ts +41 -0
  493. package/dist/esm/models/operations/updatevendorcustomfield.d.ts.map +1 -0
  494. package/dist/esm/models/operations/updatevendorcustomfield.js +32 -0
  495. package/dist/esm/models/operations/updatevendorcustomfield.js.map +1 -0
  496. package/dist/esm/models/operations/updatevendordetails.d.ts +7 -1
  497. package/dist/esm/models/operations/updatevendordetails.d.ts.map +1 -1
  498. package/dist/esm/models/operations/updatevendordetails.js.map +1 -1
  499. package/dist/esm/models/operations/updatevendormanagedbycompany.d.ts +7 -1
  500. package/dist/esm/models/operations/updatevendormanagedbycompany.d.ts.map +1 -1
  501. package/dist/esm/models/operations/updatevendormanagedbycompany.js.map +1 -1
  502. package/dist/esm/models/operations/updatevendorscrubdetails.d.ts +7 -1
  503. package/dist/esm/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
  504. package/dist/esm/models/operations/updatevendorscrubdetails.js.map +1 -1
  505. package/dist/esm/react-query/eventsGetEvent.core.d.ts +15 -0
  506. package/dist/esm/react-query/eventsGetEvent.core.d.ts.map +1 -0
  507. package/dist/esm/react-query/eventsGetEvent.core.js +36 -0
  508. package/dist/esm/react-query/eventsGetEvent.core.js.map +1 -0
  509. package/dist/esm/react-query/eventsGetEvent.d.ts +52 -0
  510. package/dist/esm/react-query/eventsGetEvent.d.ts.map +1 -0
  511. package/dist/esm/react-query/eventsGetEvent.js +68 -0
  512. package/dist/esm/react-query/eventsGetEvent.js.map +1 -0
  513. package/dist/esm/react-query/index.d.ts +7 -0
  514. package/dist/esm/react-query/index.d.ts.map +1 -1
  515. package/dist/esm/react-query/index.js +7 -0
  516. package/dist/esm/react-query/index.js.map +1 -1
  517. package/dist/esm/react-query/systemsListSystems.core.d.ts +4 -0
  518. package/dist/esm/react-query/systemsListSystems.core.d.ts.map +1 -1
  519. package/dist/esm/react-query/systemsListSystems.core.js +4 -0
  520. package/dist/esm/react-query/systemsListSystems.core.js.map +1 -1
  521. package/dist/esm/react-query/systemsListSystems.d.ts +4 -0
  522. package/dist/esm/react-query/systemsListSystems.d.ts.map +1 -1
  523. package/dist/esm/react-query/systemsListSystems.js.map +1 -1
  524. package/dist/esm/react-query/vendorScansGetVendorScan.core.d.ts +15 -0
  525. package/dist/esm/react-query/vendorScansGetVendorScan.core.d.ts.map +1 -0
  526. package/dist/esm/react-query/vendorScansGetVendorScan.core.js +38 -0
  527. package/dist/esm/react-query/vendorScansGetVendorScan.core.js.map +1 -0
  528. package/dist/esm/react-query/vendorScansGetVendorScan.d.ts +54 -0
  529. package/dist/esm/react-query/vendorScansGetVendorScan.d.ts.map +1 -0
  530. package/dist/esm/react-query/vendorScansGetVendorScan.js +74 -0
  531. package/dist/esm/react-query/vendorScansGetVendorScan.js.map +1 -0
  532. package/dist/esm/react-query/vendorScansListVendorScans.core.d.ts +46 -0
  533. package/dist/esm/react-query/vendorScansListVendorScans.core.d.ts.map +1 -0
  534. package/dist/esm/react-query/vendorScansListVendorScans.core.js +94 -0
  535. package/dist/esm/react-query/vendorScansListVendorScans.core.js.map +1 -0
  536. package/dist/esm/react-query/vendorScansListVendorScans.d.ts +68 -0
  537. package/dist/esm/react-query/vendorScansListVendorScans.d.ts.map +1 -0
  538. package/dist/esm/react-query/vendorScansListVendorScans.js +90 -0
  539. package/dist/esm/react-query/vendorScansListVendorScans.js.map +1 -0
  540. package/dist/esm/react-query/vendorsAiClassifyCreate.d.ts +33 -0
  541. package/dist/esm/react-query/vendorsAiClassifyCreate.d.ts.map +1 -0
  542. package/dist/esm/react-query/vendorsAiClassifyCreate.js +47 -0
  543. package/dist/esm/react-query/vendorsAiClassifyCreate.js.map +1 -0
  544. package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.d.ts +31 -0
  545. package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
  546. package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.js +49 -0
  547. package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.js.map +1 -0
  548. package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.d.ts +15 -0
  549. package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.d.ts.map +1 -0
  550. package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.js +38 -0
  551. package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.js.map +1 -0
  552. package/dist/esm/react-query/vendorsGetVendorUploadHistory.d.ts +41 -0
  553. package/dist/esm/react-query/vendorsGetVendorUploadHistory.d.ts.map +1 -0
  554. package/dist/esm/react-query/vendorsGetVendorUploadHistory.js +62 -0
  555. package/dist/esm/react-query/vendorsGetVendorUploadHistory.js.map +1 -0
  556. package/dist/esm/react-query/vendorsGetVendorsDetails.d.ts +2 -0
  557. package/dist/esm/react-query/vendorsGetVendorsDetails.d.ts.map +1 -1
  558. package/dist/esm/react-query/vendorsGetVendorsDetails.js +2 -0
  559. package/dist/esm/react-query/vendorsGetVendorsDetails.js.map +1 -1
  560. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +2 -26
  561. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
  562. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js +2 -53
  563. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
  564. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +20 -43
  565. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  566. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js +17 -39
  567. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  568. package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts +2 -26
  569. package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -1
  570. package/dist/esm/react-query/vendorsListVendorCustomFields.core.js +2 -53
  571. package/dist/esm/react-query/vendorsListVendorCustomFields.core.js.map +1 -1
  572. package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts +27 -40
  573. package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts.map +1 -1
  574. package/dist/esm/react-query/vendorsListVendorCustomFields.js +25 -37
  575. package/dist/esm/react-query/vendorsListVendorCustomFields.js.map +1 -1
  576. package/dist/esm/react-query/vendorsUpdateVendorCustomField.d.ts +37 -0
  577. package/dist/esm/react-query/vendorsUpdateVendorCustomField.d.ts.map +1 -0
  578. package/dist/esm/react-query/vendorsUpdateVendorCustomField.js +54 -0
  579. package/dist/esm/react-query/vendorsUpdateVendorCustomField.js.map +1 -0
  580. package/dist/esm/sdk/events.d.ts +13 -0
  581. package/dist/esm/sdk/events.d.ts.map +1 -1
  582. package/dist/esm/sdk/events.js +16 -0
  583. package/dist/esm/sdk/events.js.map +1 -1
  584. package/dist/esm/sdk/vendors.d.ts +63 -9
  585. package/dist/esm/sdk/vendors.d.ts.map +1 -1
  586. package/dist/esm/sdk/vendors.js +75 -5
  587. package/dist/esm/sdk/vendors.js.map +1 -1
  588. package/dist/esm/sdk/vendorscans.d.ts +25 -0
  589. package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
  590. package/dist/esm/sdk/vendorscans.js +28 -0
  591. package/dist/esm/sdk/vendorscans.js.map +1 -1
  592. package/jsr.json +1 -1
  593. package/package.json +1 -1
  594. package/src/__tests__/events.test.ts +24 -0
  595. package/src/__tests__/fhirconfigs.test.ts +4 -0
  596. package/src/__tests__/vendors.test.ts +98 -48
  597. package/src/__tests__/vendorscans.test.ts +55 -0
  598. package/src/__tests__/webhooks.test.ts +1 -1
  599. package/src/__tests__/zones.test.ts +10 -8
  600. package/src/funcs/eventsGetEvent.ts +189 -0
  601. package/src/funcs/systemsListSystems.ts +2 -0
  602. package/src/funcs/vendorScansGetVendorScan.ts +191 -0
  603. package/src/funcs/vendorScansListVendorScans.ts +256 -0
  604. package/src/funcs/vendorsAiClassifyCreate.ts +177 -0
  605. package/src/funcs/vendorsAiClassifyNotifyUploaded.ts +177 -0
  606. package/src/funcs/vendorsGetVendorUploadHistory.ts +189 -0
  607. package/src/funcs/vendorsGetVendorsDetails.ts +1 -0
  608. package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +42 -111
  609. package/src/funcs/vendorsListVendorCustomFields.ts +48 -113
  610. package/src/funcs/vendorsUpdateVendorCustomField.ts +190 -0
  611. package/src/lib/config.ts +3 -3
  612. package/src/models/components/aiclassifycreaterequest.ts +53 -0
  613. package/src/models/components/aiclassifycreateresponse.ts +61 -0
  614. package/src/models/components/aiclassifynotifyuploadedrequest.ts +42 -0
  615. package/src/models/components/aiclassifynotifyuploadedresponse.ts +48 -0
  616. package/src/models/components/fhirconfig.ts +12 -0
  617. package/src/models/components/fhirconfigpartialupdate.ts +14 -0
  618. package/src/models/components/index.ts +5 -0
  619. package/src/models/components/uploadhistoryitem.ts +60 -0
  620. package/src/models/components/vendor.ts +11 -0
  621. package/src/models/components/vendorcustomfields.ts +111 -6
  622. package/src/models/components/vendorscan.ts +9 -0
  623. package/src/models/operations/addvendormanagedbycompany.ts +7 -1
  624. package/src/models/operations/calculatesubscriptionprice.ts +7 -1
  625. package/src/models/operations/changesubscription.ts +7 -1
  626. package/src/models/operations/createvendorcompany.ts +7 -1
  627. package/src/models/operations/deletevendormanagedbycompany.ts +7 -1
  628. package/src/models/operations/expeditetimeremaining.ts +7 -1
  629. package/src/models/operations/getevent.ts +263 -0
  630. package/src/models/operations/getnextunansweredscreeningquestion.ts +7 -1
  631. package/src/models/operations/getsubscription.ts +7 -1
  632. package/src/models/operations/getvendorcredentialdetails.ts +7 -1
  633. package/src/models/operations/getvendorlegalname.ts +7 -1
  634. package/src/models/operations/getvendorscan.ts +42 -0
  635. package/src/models/operations/getvendorsdetails.ts +7 -1
  636. package/src/models/operations/getvendoruploadhistory.ts +54 -0
  637. package/src/models/operations/index.ts +5 -0
  638. package/src/models/operations/listsystems.ts +14 -0
  639. package/src/models/operations/listvendoradditionalfacilityfields.ts +8 -66
  640. package/src/models/operations/listvendorcredentialhistory.ts +7 -1
  641. package/src/models/operations/listvendorcredits.ts +7 -1
  642. package/src/models/operations/listvendorcustomfields.ts +8 -61
  643. package/src/models/operations/listvendorfacilitystatuses.ts +7 -1
  644. package/src/models/operations/listvendorinvoices.ts +7 -1
  645. package/src/models/operations/listvendormanagedbycompanies.ts +7 -1
  646. package/src/models/operations/listvendorscans.ts +174 -0
  647. package/src/models/operations/listvendorscrubdetails.ts +7 -1
  648. package/src/models/operations/listvendorscrubpackages.ts +7 -1
  649. package/src/models/operations/listvendorscrubpurchases.ts +7 -1
  650. package/src/models/operations/purchasescrubcredits.ts +7 -1
  651. package/src/models/operations/updatevendorcredentialdata.ts +7 -1
  652. package/src/models/operations/updatevendorcustomfield.ts +93 -0
  653. package/src/models/operations/updatevendordetails.ts +7 -1
  654. package/src/models/operations/updatevendormanagedbycompany.ts +7 -1
  655. package/src/models/operations/updatevendorscrubdetails.ts +7 -1
  656. package/src/react-query/eventsGetEvent.core.ts +79 -0
  657. package/src/react-query/eventsGetEvent.ts +153 -0
  658. package/src/react-query/index.ts +7 -0
  659. package/src/react-query/systemsListSystems.core.ts +8 -0
  660. package/src/react-query/systemsListSystems.ts +4 -0
  661. package/src/react-query/vendorScansGetVendorScan.core.ts +83 -0
  662. package/src/react-query/vendorScansGetVendorScan.ts +168 -0
  663. package/src/react-query/vendorScansListVendorScans.core.ts +210 -0
  664. package/src/react-query/vendorScansListVendorScans.ts +273 -0
  665. package/src/react-query/vendorsAiClassifyCreate.ts +116 -0
  666. package/src/react-query/vendorsAiClassifyNotifyUploaded.ts +118 -0
  667. package/src/react-query/vendorsGetVendorUploadHistory.core.ts +85 -0
  668. package/src/react-query/vendorsGetVendorUploadHistory.ts +155 -0
  669. package/src/react-query/vendorsGetVendorsDetails.ts +2 -0
  670. package/src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts +1 -124
  671. package/src/react-query/vendorsListVendorAdditionalFacilityFields.ts +16 -127
  672. package/src/react-query/vendorsListVendorCustomFields.core.ts +2 -122
  673. package/src/react-query/vendorsListVendorCustomFields.ts +24 -125
  674. package/src/react-query/vendorsUpdateVendorCustomField.ts +124 -0
  675. package/src/sdk/events.ts +24 -0
  676. package/src/sdk/vendors.ts +109 -12
  677. package/src/sdk/vendorscans.ts +47 -0
@@ -0,0 +1,263 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 11693e309f47
4
+ */
5
+
6
+ import * as z from "zod/v3";
7
+ import { remap as remap$ } from "../../lib/primitives.js";
8
+ import { safeParse } from "../../lib/schemas.js";
9
+ import { Result as SafeParseResult } from "../../types/fp.js";
10
+ import * as types from "../../types/primitives.js";
11
+ import { smartUnion } from "../../types/smartUnion.js";
12
+ import * as components from "../components/index.js";
13
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
14
+
15
+ export type GetEventRequest = {
16
+ /**
17
+ * The identifier of the object
18
+ */
19
+ id: number;
20
+ /**
21
+ * An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
22
+ */
23
+ expand?: Array<components.Expand> | undefined;
24
+ };
25
+
26
+ export type Facility2 = {};
27
+
28
+ /**
29
+ * The facility ID, or the expanded facility object when `event.facility` is passed to `expand`.
30
+ */
31
+ export type Facility = number | Facility2;
32
+
33
+ export type Department2 = {};
34
+
35
+ /**
36
+ * The department ID, or the expanded department object when `event.department` is passed to `expand`.
37
+ */
38
+ export type Department = number | Department2;
39
+
40
+ export type Invitees = {
41
+ id?: number | undefined;
42
+ userId?: number | null | undefined;
43
+ companyId?: number | null | undefined;
44
+ departmentId?: number | null | undefined;
45
+ status?: string | undefined;
46
+ dateReviewed?: string | null | undefined;
47
+ };
48
+
49
+ /**
50
+ * The request was successful, and the server has returned the requested resource in the response body.
51
+ */
52
+ export type GetEventGetEventOk = {
53
+ id?: number | undefined;
54
+ /**
55
+ * The event name.
56
+ */
57
+ title?: string | undefined;
58
+ /**
59
+ * Date and time in 12-hour format with 15-minute precision.
60
+ *
61
+ * @remarks
62
+ * Format: MM/DD/YYYY h:mm am/pm (e.g., "07/18/2025 12:15 pm" or "7:15 pm").
63
+ * - Hours: 1 to 12 (zero-padded or not)
64
+ * - Minutes: 00, 15, 30, or 45
65
+ * - AM/PM in lowercase
66
+ */
67
+ start?: string | undefined;
68
+ /**
69
+ * Date and time in 12-hour format with 15-minute precision.
70
+ *
71
+ * @remarks
72
+ * Format: MM/DD/YYYY h:mm am/pm (e.g., "07/18/2025 12:15 pm" or "7:15 pm").
73
+ * - Hours: 1 to 12 (zero-padded or not)
74
+ * - Minutes: 00, 15, 30, or 45
75
+ * - AM/PM in lowercase
76
+ */
77
+ end?: string | undefined;
78
+ allDay?: boolean | undefined;
79
+ standingAppt?: boolean | undefined;
80
+ bringingFood?: boolean | undefined;
81
+ notes?: string | null | undefined;
82
+ status?: string | undefined;
83
+ /**
84
+ * ISO 8601 date-time when the event was approved.
85
+ */
86
+ dateApproved?: string | null | undefined;
87
+ /**
88
+ * The facility ID, or the expanded facility object when `event.facility` is passed to `expand`.
89
+ */
90
+ facility?: number | Facility2 | undefined;
91
+ /**
92
+ * The department ID, or the expanded department object when `event.department` is passed to `expand`.
93
+ */
94
+ department?: number | Department2 | undefined;
95
+ /**
96
+ * Populated when `event.invitees` is passed to `expand`.
97
+ */
98
+ invitees?: Array<Invitees> | null | undefined;
99
+ };
100
+
101
+ /** @internal */
102
+ export type GetEventRequest$Outbound = {
103
+ id: number;
104
+ expand?: Array<string> | undefined;
105
+ };
106
+
107
+ /** @internal */
108
+ export const GetEventRequest$outboundSchema: z.ZodType<
109
+ GetEventRequest$Outbound,
110
+ z.ZodTypeDef,
111
+ GetEventRequest
112
+ > = z.object({
113
+ id: z.number().int(),
114
+ expand: z.array(components.Expand$outboundSchema).optional(),
115
+ });
116
+
117
+ export function getEventRequestToJSON(
118
+ getEventRequest: GetEventRequest,
119
+ ): string {
120
+ return JSON.stringify(GetEventRequest$outboundSchema.parse(getEventRequest));
121
+ }
122
+
123
+ /** @internal */
124
+ export const Facility2$inboundSchema: z.ZodType<
125
+ Facility2,
126
+ z.ZodTypeDef,
127
+ unknown
128
+ > = z.object({});
129
+
130
+ export function facility2FromJSON(
131
+ jsonString: string,
132
+ ): SafeParseResult<Facility2, SDKValidationError> {
133
+ return safeParse(
134
+ jsonString,
135
+ (x) => Facility2$inboundSchema.parse(JSON.parse(x)),
136
+ `Failed to parse 'Facility2' from JSON`,
137
+ );
138
+ }
139
+
140
+ /** @internal */
141
+ export const Facility$inboundSchema: z.ZodType<
142
+ Facility,
143
+ z.ZodTypeDef,
144
+ unknown
145
+ > = smartUnion([types.number(), z.lazy(() => Facility2$inboundSchema)]);
146
+
147
+ export function facilityFromJSON(
148
+ jsonString: string,
149
+ ): SafeParseResult<Facility, SDKValidationError> {
150
+ return safeParse(
151
+ jsonString,
152
+ (x) => Facility$inboundSchema.parse(JSON.parse(x)),
153
+ `Failed to parse 'Facility' from JSON`,
154
+ );
155
+ }
156
+
157
+ /** @internal */
158
+ export const Department2$inboundSchema: z.ZodType<
159
+ Department2,
160
+ z.ZodTypeDef,
161
+ unknown
162
+ > = z.object({});
163
+
164
+ export function department2FromJSON(
165
+ jsonString: string,
166
+ ): SafeParseResult<Department2, SDKValidationError> {
167
+ return safeParse(
168
+ jsonString,
169
+ (x) => Department2$inboundSchema.parse(JSON.parse(x)),
170
+ `Failed to parse 'Department2' from JSON`,
171
+ );
172
+ }
173
+
174
+ /** @internal */
175
+ export const Department$inboundSchema: z.ZodType<
176
+ Department,
177
+ z.ZodTypeDef,
178
+ unknown
179
+ > = smartUnion([types.number(), z.lazy(() => Department2$inboundSchema)]);
180
+
181
+ export function departmentFromJSON(
182
+ jsonString: string,
183
+ ): SafeParseResult<Department, SDKValidationError> {
184
+ return safeParse(
185
+ jsonString,
186
+ (x) => Department$inboundSchema.parse(JSON.parse(x)),
187
+ `Failed to parse 'Department' from JSON`,
188
+ );
189
+ }
190
+
191
+ /** @internal */
192
+ export const Invitees$inboundSchema: z.ZodType<
193
+ Invitees,
194
+ z.ZodTypeDef,
195
+ unknown
196
+ > = z.object({
197
+ id: types.optional(types.number()),
198
+ user_id: z.nullable(types.number()).optional(),
199
+ company_id: z.nullable(types.number()).optional(),
200
+ department_id: z.nullable(types.number()).optional(),
201
+ status: types.optional(types.string()),
202
+ date_reviewed: z.nullable(types.string()).optional(),
203
+ }).transform((v) => {
204
+ return remap$(v, {
205
+ "user_id": "userId",
206
+ "company_id": "companyId",
207
+ "department_id": "departmentId",
208
+ "date_reviewed": "dateReviewed",
209
+ });
210
+ });
211
+
212
+ export function inviteesFromJSON(
213
+ jsonString: string,
214
+ ): SafeParseResult<Invitees, SDKValidationError> {
215
+ return safeParse(
216
+ jsonString,
217
+ (x) => Invitees$inboundSchema.parse(JSON.parse(x)),
218
+ `Failed to parse 'Invitees' from JSON`,
219
+ );
220
+ }
221
+
222
+ /** @internal */
223
+ export const GetEventGetEventOk$inboundSchema: z.ZodType<
224
+ GetEventGetEventOk,
225
+ z.ZodTypeDef,
226
+ unknown
227
+ > = z.object({
228
+ id: types.optional(types.number()),
229
+ title: types.optional(types.string()),
230
+ start: types.optional(types.string()),
231
+ end: types.optional(types.string()),
232
+ all_day: types.optional(types.boolean()),
233
+ standing_appt: types.optional(types.boolean()),
234
+ bringing_food: types.optional(types.boolean()),
235
+ notes: z.nullable(types.string()).optional(),
236
+ status: types.optional(types.string()),
237
+ date_approved: z.nullable(types.string()).optional(),
238
+ facility: types.optional(
239
+ smartUnion([types.number(), z.lazy(() => Facility2$inboundSchema)]),
240
+ ),
241
+ department: types.optional(
242
+ smartUnion([types.number(), z.lazy(() => Department2$inboundSchema)]),
243
+ ),
244
+ invitees: z.nullable(z.array(z.lazy(() => Invitees$inboundSchema)))
245
+ .optional(),
246
+ }).transform((v) => {
247
+ return remap$(v, {
248
+ "all_day": "allDay",
249
+ "standing_appt": "standingAppt",
250
+ "bringing_food": "bringingFood",
251
+ "date_approved": "dateApproved",
252
+ });
253
+ });
254
+
255
+ export function getEventGetEventOkFromJSON(
256
+ jsonString: string,
257
+ ): SafeParseResult<GetEventGetEventOk, SDKValidationError> {
258
+ return safeParse(
259
+ jsonString,
260
+ (x) => GetEventGetEventOk$inboundSchema.parse(JSON.parse(x)),
261
+ `Failed to parse 'GetEventGetEventOk' from JSON`,
262
+ );
263
+ }
@@ -13,7 +13,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
13
13
 
14
14
  export type GetNextUnansweredScreeningQuestionRequest = {
15
15
  /**
16
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
16
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
17
+ *
18
+ * @remarks
19
+ * - A numeric vendor ID (positive integer, e.g. `42`)
20
+ * - The keyword `me` to represent the authenticated vendor
21
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
22
+ * supported only on endpoints that explicitly document QR-code lookup
17
23
  */
18
24
  vendorIdOrMe: string;
19
25
  /**
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
 
13
13
  export type GetSubscriptionRequest = {
14
14
  /**
15
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
15
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
16
+ *
17
+ * @remarks
18
+ * - A numeric vendor ID (positive integer, e.g. `42`)
19
+ * - The keyword `me` to represent the authenticated vendor
20
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
21
+ * supported only on endpoints that explicitly document QR-code lookup
16
22
  */
17
23
  vendorIdOrMe: string;
18
24
  /**
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
 
13
13
  export type GetVendorCredentialDetailsRequest = {
14
14
  /**
15
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
15
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
16
+ *
17
+ * @remarks
18
+ * - A numeric vendor ID (positive integer, e.g. `42`)
19
+ * - The keyword `me` to represent the authenticated vendor
20
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
21
+ * supported only on endpoints that explicitly document QR-code lookup
16
22
  */
17
23
  vendorIdOrMe: string;
18
24
  /**
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
 
13
13
  export type GetVendorLegalNameRequest = {
14
14
  /**
15
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
15
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
16
+ *
17
+ * @remarks
18
+ * - A numeric vendor ID (positive integer, e.g. `42`)
19
+ * - The keyword `me` to represent the authenticated vendor
20
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
21
+ * supported only on endpoints that explicitly document QR-code lookup
16
22
  */
17
23
  vendorIdOrMe: string;
18
24
  };
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 02be1874a518
4
+ */
5
+
6
+ import * as z from "zod/v3";
7
+ import * as components from "../components/index.js";
8
+
9
+ export type GetVendorScanRequest = {
10
+ /**
11
+ * The ID of the vendor scan to retrieve.
12
+ */
13
+ id: number;
14
+ /**
15
+ * An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
16
+ */
17
+ expand?: Array<components.Expand> | undefined;
18
+ };
19
+
20
+ /** @internal */
21
+ export type GetVendorScanRequest$Outbound = {
22
+ id: number;
23
+ expand?: Array<string> | undefined;
24
+ };
25
+
26
+ /** @internal */
27
+ export const GetVendorScanRequest$outboundSchema: z.ZodType<
28
+ GetVendorScanRequest$Outbound,
29
+ z.ZodTypeDef,
30
+ GetVendorScanRequest
31
+ > = z.object({
32
+ id: z.number().int(),
33
+ expand: z.array(components.Expand$outboundSchema).optional(),
34
+ });
35
+
36
+ export function getVendorScanRequestToJSON(
37
+ getVendorScanRequest: GetVendorScanRequest,
38
+ ): string {
39
+ return JSON.stringify(
40
+ GetVendorScanRequest$outboundSchema.parse(getVendorScanRequest),
41
+ );
42
+ }
@@ -9,7 +9,13 @@ import * as components from "../components/index.js";
9
9
 
10
10
  export type GetVendorsDetailsRequest = {
11
11
  /**
12
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
12
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
13
+ *
14
+ * @remarks
15
+ * - A numeric vendor ID (positive integer, e.g. `42`)
16
+ * - The keyword `me` to represent the authenticated vendor
17
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
18
+ * supported only on endpoints that explicitly document QR-code lookup
13
19
  */
14
20
  vendorIdOrMe: string;
15
21
  /**
@@ -0,0 +1,54 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: a5888855de07
4
+ */
5
+
6
+ import * as z from "zod/v3";
7
+ import { remap as remap$ } from "../../lib/primitives.js";
8
+
9
+ export type GetVendorUploadHistoryRequest = {
10
+ /**
11
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
12
+ *
13
+ * @remarks
14
+ * - A numeric vendor ID (positive integer, e.g. `42`)
15
+ * - The keyword `me` to represent the authenticated vendor
16
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
17
+ * supported only on endpoints that explicitly document QR-code lookup
18
+ */
19
+ vendorIdOrMe: string;
20
+ /**
21
+ * Max items to return. Server caps at 10.
22
+ */
23
+ limit?: number | undefined;
24
+ };
25
+
26
+ /** @internal */
27
+ export type GetVendorUploadHistoryRequest$Outbound = {
28
+ vendor_id_or_me: string;
29
+ limit: number;
30
+ };
31
+
32
+ /** @internal */
33
+ export const GetVendorUploadHistoryRequest$outboundSchema: z.ZodType<
34
+ GetVendorUploadHistoryRequest$Outbound,
35
+ z.ZodTypeDef,
36
+ GetVendorUploadHistoryRequest
37
+ > = z.object({
38
+ vendorIdOrMe: z.string(),
39
+ limit: z.number().int().default(10),
40
+ }).transform((v) => {
41
+ return remap$(v, {
42
+ vendorIdOrMe: "vendor_id_or_me",
43
+ });
44
+ });
45
+
46
+ export function getVendorUploadHistoryRequestToJSON(
47
+ getVendorUploadHistoryRequest: GetVendorUploadHistoryRequest,
48
+ ): string {
49
+ return JSON.stringify(
50
+ GetVendorUploadHistoryRequest$outboundSchema.parse(
51
+ getVendorUploadHistoryRequest,
52
+ ),
53
+ );
54
+ }
@@ -33,6 +33,7 @@ export * from "./downloadinvoicesexport.js";
33
33
  export * from "./expeditetimeremaining.js";
34
34
  export * from "./getcompany.js";
35
35
  export * from "./getcurrentuser.js";
36
+ export * from "./getevent.js";
36
37
  export * from "./getfacility.js";
37
38
  export * from "./getfhirconfig.js";
38
39
  export * from "./getinvoice.js";
@@ -49,7 +50,9 @@ export * from "./getvendorcredentialfile.js";
49
50
  export * from "./getvendorinvoicedetails.js";
50
51
  export * from "./getvendorinvoicereceipt.js";
51
52
  export * from "./getvendorlegalname.js";
53
+ export * from "./getvendorscan.js";
52
54
  export * from "./getvendorsdetails.js";
55
+ export * from "./getvendoruploadhistory.js";
53
56
  export * from "./getwebhookendpoint.js";
54
57
  export * from "./invoicesexport.js";
55
58
  export * from "./listalerts.js";
@@ -80,6 +83,7 @@ export * from "./listvendorfacilitystatuses.js";
80
83
  export * from "./listvendorinvoices.js";
81
84
  export * from "./listvendorjobtitles.js";
82
85
  export * from "./listvendormanagedbycompanies.js";
86
+ export * from "./listvendorscans.js";
83
87
  export * from "./listvendorscrubdetails.js";
84
88
  export * from "./listvendorscrubpackages.js";
85
89
  export * from "./listvendorscrubpurchases.js";
@@ -107,6 +111,7 @@ export * from "./updateuseralerts.js";
107
111
  export * from "./updateuserprofilepicture.js";
108
112
  export * from "./updatevendorcredentialdata.js";
109
113
  export * from "./updatevendorcredentialfile.js";
114
+ export * from "./updatevendorcustomfield.js";
110
115
  export * from "./updatevendordetails.js";
111
116
  export * from "./updatevendorfield.js";
112
117
  export * from "./updatevendormanagedbycompany.js";
@@ -35,6 +35,14 @@ export type ListSystemsRequest = {
35
35
  * An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
36
36
  */
37
37
  expand?: Array<components.Expand> | undefined;
38
+ /**
39
+ * Filter systems with a start_date on or after this date (YYYY-MM-DD). Also excludes systems with no start_date set.
40
+ */
41
+ startDateGte?: string | undefined;
42
+ /**
43
+ * Filter systems with a start_date on or before this date (YYYY-MM-DD).
44
+ */
45
+ startDateLte?: string | undefined;
38
46
  };
39
47
 
40
48
  /**
@@ -60,6 +68,8 @@ export type ListSystemsRequest$Outbound = {
60
68
  items_per_page?: number | undefined;
61
69
  name_like?: string | undefined;
62
70
  expand?: Array<string> | undefined;
71
+ start_date_gte?: string | undefined;
72
+ start_date_lte?: string | undefined;
63
73
  };
64
74
 
65
75
  /** @internal */
@@ -74,10 +84,14 @@ export const ListSystemsRequest$outboundSchema: z.ZodType<
74
84
  itemsPerPage: z.number().int().optional(),
75
85
  nameLike: z.string().optional(),
76
86
  expand: z.array(components.Expand$outboundSchema).optional(),
87
+ startDateGte: z.string().optional(),
88
+ startDateLte: z.string().optional(),
77
89
  }).transform((v) => {
78
90
  return remap$(v, {
79
91
  itemsPerPage: "items_per_page",
80
92
  nameLike: "name_like",
93
+ startDateGte: "start_date_gte",
94
+ startDateLte: "start_date_lte",
81
95
  });
82
96
  });
83
97
 
@@ -12,50 +12,27 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
 
13
13
  export type ListVendorAdditionalFacilityFieldsRequest = {
14
14
  /**
15
- * A comma-separated list of object attributes to sort on.
16
- */
17
- sort?: string | null | undefined;
18
- /**
19
- * Sort desc
20
- */
21
- desc?: components.Desc | undefined;
22
- /**
23
- * A 1-based offset for which page to request (defaults to 1)
24
- */
25
- page?: number | undefined;
26
- /**
27
- * Number of items to show in a given page
28
- */
29
- itemsPerPage?: number | undefined;
30
- /**
31
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
15
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
16
+ *
17
+ * @remarks
18
+ * - A numeric vendor ID (positive integer, e.g. `42`)
19
+ * - The keyword `me` to represent the authenticated vendor
20
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
21
+ * supported only on endpoints that explicitly document QR-code lookup
32
22
  */
33
23
  vendorIdOrMe: string;
34
24
  };
35
25
 
36
26
  /**
37
- * The request was successful, and the server has returned the requested resource in the response body.
27
+ * The request was successful.
38
28
  */
39
29
  export type ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk =
40
30
  {
41
31
  items: Array<components.VendorCustomFields>;
42
- /**
43
- * Pagination information for a pageable list
44
- */
45
- pager: components.Pager;
46
32
  };
47
33
 
48
- export type ListVendorAdditionalFacilityFieldsResponse = {
49
- result:
50
- ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk;
51
- };
52
-
53
34
  /** @internal */
54
35
  export type ListVendorAdditionalFacilityFieldsRequest$Outbound = {
55
- sort?: string | null | undefined;
56
- desc?: components.Desc$Outbound | undefined;
57
- page?: number | undefined;
58
- items_per_page?: number | undefined;
59
36
  vendor_id_or_me: string;
60
37
  };
61
38
 
@@ -66,14 +43,9 @@ export const ListVendorAdditionalFacilityFieldsRequest$outboundSchema:
66
43
  z.ZodTypeDef,
67
44
  ListVendorAdditionalFacilityFieldsRequest
68
45
  > = z.object({
69
- sort: z.nullable(z.string()).optional(),
70
- desc: components.Desc$outboundSchema.optional(),
71
- page: z.number().int().optional(),
72
- itemsPerPage: z.number().int().optional(),
73
46
  vendorIdOrMe: z.string(),
74
47
  }).transform((v) => {
75
48
  return remap$(v, {
76
- itemsPerPage: "items_per_page",
77
49
  vendorIdOrMe: "vendor_id_or_me",
78
50
  });
79
51
  });
@@ -97,7 +69,6 @@ export const ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityField
97
69
  unknown
98
70
  > = z.object({
99
71
  items: z.array(components.VendorCustomFields$inboundSchema),
100
- pager: components.Pager$inboundSchema,
101
72
  });
102
73
 
103
74
  export function listVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOkFromJSON(
@@ -114,32 +85,3 @@ export function listVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFi
114
85
  `Failed to parse 'ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk' from JSON`,
115
86
  );
116
87
  }
117
-
118
- /** @internal */
119
- export const ListVendorAdditionalFacilityFieldsResponse$inboundSchema:
120
- z.ZodType<ListVendorAdditionalFacilityFieldsResponse, z.ZodTypeDef, unknown> =
121
- z.object({
122
- Result: z.lazy(() =>
123
- ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk$inboundSchema
124
- ),
125
- }).transform((v) => {
126
- return remap$(v, {
127
- "Result": "result",
128
- });
129
- });
130
-
131
- export function listVendorAdditionalFacilityFieldsResponseFromJSON(
132
- jsonString: string,
133
- ): SafeParseResult<
134
- ListVendorAdditionalFacilityFieldsResponse,
135
- SDKValidationError
136
- > {
137
- return safeParse(
138
- jsonString,
139
- (x) =>
140
- ListVendorAdditionalFacilityFieldsResponse$inboundSchema.parse(
141
- JSON.parse(x),
142
- ),
143
- `Failed to parse 'ListVendorAdditionalFacilityFieldsResponse' from JSON`,
144
- );
145
- }
@@ -29,7 +29,13 @@ export type ListVendorCredentialHistoryRequest = {
29
29
  */
30
30
  itemsPerPage?: number | undefined;
31
31
  /**
32
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
32
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
33
+ *
34
+ * @remarks
35
+ * - A numeric vendor ID (positive integer, e.g. `42`)
36
+ * - The keyword `me` to represent the authenticated vendor
37
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
38
+ * supported only on endpoints that explicitly document QR-code lookup
33
39
  */
34
40
  vendorIdOrMe: string;
35
41
  /**
@@ -28,7 +28,13 @@ export type ListVendorCreditsRequest = {
28
28
  */
29
29
  itemsPerPage?: number | undefined;
30
30
  /**
31
- * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
31
+ * Vendor identifier. Depending on the endpoint, accepts one or more of:
32
+ *
33
+ * @remarks
34
+ * - A numeric vendor ID (positive integer, e.g. `42`)
35
+ * - The keyword `me` to represent the authenticated vendor
36
+ * - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
37
+ * supported only on endpoints that explicitly document QR-code lookup
32
38
  */
33
39
  vendorIdOrMe: string;
34
40
  };