@greensecurity/javascript-sdk 0.43.1-beta.9 → 0.43.1-beta.90

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 (1269) hide show
  1. package/README.md +33 -6
  2. package/dist/commonjs/__tests__/companies.test.js +51 -0
  3. package/dist/commonjs/__tests__/companies.test.js.map +1 -1
  4. package/dist/commonjs/__tests__/invoices.test.js +32 -0
  5. package/dist/commonjs/__tests__/invoices.test.js.map +1 -1
  6. package/dist/commonjs/__tests__/paymentprofile.test.d.ts +2 -0
  7. package/dist/commonjs/__tests__/paymentprofile.test.d.ts.map +1 -0
  8. package/dist/commonjs/__tests__/paymentprofile.test.js +25 -0
  9. package/dist/commonjs/__tests__/paymentprofile.test.js.map +1 -0
  10. package/dist/commonjs/__tests__/users.test.js +21 -0
  11. package/dist/commonjs/__tests__/users.test.js.map +1 -1
  12. package/dist/commonjs/__tests__/vendors.test.js +32 -0
  13. package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
  14. package/dist/commonjs/__tests__/vendorscans.test.js +36 -0
  15. package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
  16. package/dist/commonjs/__tests__/zones.test.js +4 -6
  17. package/dist/commonjs/__tests__/zones.test.js.map +1 -1
  18. package/dist/commonjs/admin-funcs/handoffStayAlive.d.ts +3 -0
  19. package/dist/commonjs/admin-funcs/handoffStayAlive.d.ts.map +1 -0
  20. package/dist/commonjs/admin-funcs/handoffStayAlive.js +9 -0
  21. package/dist/commonjs/admin-funcs/handoffStayAlive.js.map +1 -0
  22. package/dist/commonjs/funcs/alertsListAlerts.js +5 -3
  23. package/dist/commonjs/funcs/alertsListAlerts.js.map +1 -1
  24. package/dist/commonjs/funcs/alertsUpdateUserAlerts.js +1 -1
  25. package/dist/commonjs/funcs/alertsUpdateUserAlerts.js.map +1 -1
  26. package/dist/commonjs/funcs/companiesGetCompany.d.ts +24 -0
  27. package/dist/commonjs/funcs/companiesGetCompany.d.ts.map +1 -0
  28. package/dist/commonjs/funcs/companiesGetCompany.js +132 -0
  29. package/dist/commonjs/funcs/companiesGetCompany.js.map +1 -0
  30. package/dist/commonjs/funcs/companiesListCompanyManagers.d.ts +21 -0
  31. package/dist/commonjs/funcs/companiesListCompanyManagers.d.ts.map +1 -0
  32. package/dist/commonjs/funcs/companiesListCompanyManagers.js +162 -0
  33. package/dist/commonjs/funcs/companiesListCompanyManagers.js.map +1 -0
  34. package/dist/commonjs/funcs/companiesListOrSearchCompanies.js +1 -1
  35. package/dist/commonjs/funcs/companiesListOrSearchCompanies.js.map +1 -1
  36. package/dist/commonjs/funcs/dataRequestsAddDataRequestFile.js +1 -1
  37. package/dist/commonjs/funcs/dataRequestsAddDataRequestFile.js.map +1 -1
  38. package/dist/commonjs/funcs/dataRequestsDeleteDataRequestFile.js +1 -1
  39. package/dist/commonjs/funcs/dataRequestsDeleteDataRequestFile.js.map +1 -1
  40. package/dist/commonjs/funcs/dataRequestsUpdateDataRequest.js +1 -1
  41. package/dist/commonjs/funcs/dataRequestsUpdateDataRequest.js.map +1 -1
  42. package/dist/commonjs/funcs/eventsAcceptInvitation.js +1 -1
  43. package/dist/commonjs/funcs/eventsAcceptInvitation.js.map +1 -1
  44. package/dist/commonjs/funcs/eventsCreateEvent.js +1 -1
  45. package/dist/commonjs/funcs/eventsCreateEvent.js.map +1 -1
  46. package/dist/commonjs/funcs/eventsDeclineInvitation.js +1 -1
  47. package/dist/commonjs/funcs/eventsDeclineInvitation.js.map +1 -1
  48. package/dist/commonjs/funcs/eventsDeleteEvent.js +1 -1
  49. package/dist/commonjs/funcs/eventsDeleteEvent.js.map +1 -1
  50. package/dist/commonjs/funcs/eventsListFeed.js +1 -1
  51. package/dist/commonjs/funcs/eventsListFeed.js.map +1 -1
  52. package/dist/commonjs/funcs/eventsListLocations.js +1 -1
  53. package/dist/commonjs/funcs/eventsListLocations.js.map +1 -1
  54. package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js +1 -1
  55. package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
  56. package/dist/commonjs/funcs/eventsListPendingInvitations.js +1 -1
  57. package/dist/commonjs/funcs/eventsListPendingInvitations.js.map +1 -1
  58. package/dist/commonjs/funcs/eventsListStandingAppointments.js +1 -1
  59. package/dist/commonjs/funcs/eventsListStandingAppointments.js.map +1 -1
  60. package/dist/commonjs/funcs/eventsUpdateEvent.js +1 -1
  61. package/dist/commonjs/funcs/eventsUpdateEvent.js.map +1 -1
  62. package/dist/commonjs/funcs/fhirConfigsCreateAFhirConfig.js +1 -1
  63. package/dist/commonjs/funcs/fhirConfigsCreateAFhirConfig.js.map +1 -1
  64. package/dist/commonjs/funcs/fhirConfigsDeleteFhirConfigById.js +1 -1
  65. package/dist/commonjs/funcs/fhirConfigsDeleteFhirConfigById.js.map +1 -1
  66. package/dist/commonjs/funcs/fhirConfigsGetFhirConfig.js +1 -1
  67. package/dist/commonjs/funcs/fhirConfigsGetFhirConfig.js.map +1 -1
  68. package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js +1 -1
  69. package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
  70. package/dist/commonjs/funcs/fhirConfigsUpdateFhirConfigById.js +1 -1
  71. package/dist/commonjs/funcs/fhirConfigsUpdateFhirConfigById.js.map +1 -1
  72. package/dist/commonjs/funcs/invoicesCreateInvoice.js +1 -1
  73. package/dist/commonjs/funcs/invoicesCreateInvoice.js.map +1 -1
  74. package/dist/commonjs/funcs/invoicesListInvoices.d.ts +43 -0
  75. package/dist/commonjs/funcs/invoicesListInvoices.d.ts.map +1 -0
  76. package/dist/commonjs/funcs/invoicesListInvoices.js +187 -0
  77. package/dist/commonjs/funcs/invoicesListInvoices.js.map +1 -0
  78. package/dist/commonjs/funcs/invoicesMakePayment.js +1 -1
  79. package/dist/commonjs/funcs/invoicesMakePayment.js.map +1 -1
  80. package/dist/commonjs/funcs/invoicesUpdateInvoice.js +1 -1
  81. package/dist/commonjs/funcs/invoicesUpdateInvoice.js.map +1 -1
  82. package/dist/commonjs/funcs/mobileDevicesAddMobileDevice.js +1 -1
  83. package/dist/commonjs/funcs/mobileDevicesAddMobileDevice.js.map +1 -1
  84. package/dist/commonjs/funcs/organizationsGetFacility.js +6 -2
  85. package/dist/commonjs/funcs/organizationsGetFacility.js.map +1 -1
  86. package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js +1 -1
  87. package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
  88. package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js +1 -1
  89. package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js.map +1 -1
  90. package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js +3 -3
  91. package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js.map +1 -1
  92. package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.d.ts +21 -0
  93. package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.d.ts.map +1 -0
  94. package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.js +110 -0
  95. package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.js.map +1 -0
  96. package/dist/commonjs/funcs/supportArticlesGetSupportArticle.js +1 -1
  97. package/dist/commonjs/funcs/supportArticlesGetSupportArticle.js.map +1 -1
  98. package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js +1 -1
  99. package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
  100. package/dist/commonjs/funcs/systemsListSystems.js +1 -1
  101. package/dist/commonjs/funcs/systemsListSystems.js.map +1 -1
  102. package/dist/commonjs/funcs/usersChangePassword.js +1 -1
  103. package/dist/commonjs/funcs/usersChangePassword.js.map +1 -1
  104. package/dist/commonjs/funcs/usersGetCurrentUser.js +1 -1
  105. package/dist/commonjs/funcs/usersGetCurrentUser.js.map +1 -1
  106. package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts +23 -0
  107. package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts.map +1 -0
  108. package/dist/commonjs/funcs/usersGetLinkedUsers.js +125 -0
  109. package/dist/commonjs/funcs/usersGetLinkedUsers.js.map +1 -0
  110. package/dist/commonjs/funcs/usersGetUserById.js +1 -1
  111. package/dist/commonjs/funcs/usersGetUserById.js.map +1 -1
  112. package/dist/commonjs/funcs/usersMagiclink.js +1 -1
  113. package/dist/commonjs/funcs/usersMagiclink.js.map +1 -1
  114. package/dist/commonjs/funcs/usersPassword.js +1 -1
  115. package/dist/commonjs/funcs/usersPassword.js.map +1 -1
  116. package/dist/commonjs/funcs/usersPasswordResetRequest.js +1 -1
  117. package/dist/commonjs/funcs/usersPasswordResetRequest.js.map +1 -1
  118. package/dist/commonjs/funcs/usersPostAuthenticate.js +1 -1
  119. package/dist/commonjs/funcs/usersPostAuthenticate.js.map +1 -1
  120. package/dist/commonjs/funcs/usersRotateApiKey.js +1 -1
  121. package/dist/commonjs/funcs/usersRotateApiKey.js.map +1 -1
  122. package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.d.ts +23 -0
  123. package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
  124. package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.js +133 -0
  125. package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.js.map +1 -0
  126. package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.d.ts +22 -0
  127. package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
  128. package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.js +127 -0
  129. package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.js.map +1 -0
  130. package/dist/commonjs/funcs/vendorScansVendorScanOut.js +1 -1
  131. package/dist/commonjs/funcs/vendorScansVendorScanOut.js.map +1 -1
  132. package/dist/commonjs/funcs/vendorsAcceptVendorCredential.js +1 -1
  133. package/dist/commonjs/funcs/vendorsAcceptVendorCredential.js.map +1 -1
  134. package/dist/commonjs/funcs/vendorsAddVendorCredentialFile.js +1 -1
  135. package/dist/commonjs/funcs/vendorsAddVendorCredentialFile.js.map +1 -1
  136. package/dist/commonjs/funcs/vendorsAddVendorManagedByCompany.js +1 -1
  137. package/dist/commonjs/funcs/vendorsAddVendorManagedByCompany.js.map +1 -1
  138. package/dist/commonjs/funcs/vendorsCalculateSubscriptionPrice.js +1 -1
  139. package/dist/commonjs/funcs/vendorsCalculateSubscriptionPrice.js.map +1 -1
  140. package/dist/commonjs/funcs/vendorsChangeSubscription.d.ts +4 -1
  141. package/dist/commonjs/funcs/vendorsChangeSubscription.d.ts.map +1 -1
  142. package/dist/commonjs/funcs/vendorsChangeSubscription.js +5 -2
  143. package/dist/commonjs/funcs/vendorsChangeSubscription.js.map +1 -1
  144. package/dist/commonjs/funcs/vendorsCheckDownloadCode.js +1 -1
  145. package/dist/commonjs/funcs/vendorsCheckDownloadCode.js.map +1 -1
  146. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js +1 -1
  147. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -1
  148. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js +1 -1
  149. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js.map +1 -1
  150. package/dist/commonjs/funcs/vendorsCreateVendorCompany.js +1 -1
  151. package/dist/commonjs/funcs/vendorsCreateVendorCompany.js.map +1 -1
  152. package/dist/commonjs/funcs/vendorsCreateVendorRegistration.js +1 -1
  153. package/dist/commonjs/funcs/vendorsCreateVendorRegistration.js.map +1 -1
  154. package/dist/commonjs/funcs/vendorsDeclineVendorCredential.js +1 -1
  155. package/dist/commonjs/funcs/vendorsDeclineVendorCredential.js.map +1 -1
  156. package/dist/commonjs/funcs/vendorsDeleteVendorCredentialFile.js +1 -1
  157. package/dist/commonjs/funcs/vendorsDeleteVendorCredentialFile.js.map +1 -1
  158. package/dist/commonjs/funcs/vendorsDeleteVendorManagedByCompany.js +1 -1
  159. package/dist/commonjs/funcs/vendorsDeleteVendorManagedByCompany.js.map +1 -1
  160. package/dist/commonjs/funcs/vendorsExpediteTimeRemaining.js +1 -1
  161. package/dist/commonjs/funcs/vendorsExpediteTimeRemaining.js.map +1 -1
  162. package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js +1 -1
  163. package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
  164. package/dist/commonjs/funcs/vendorsGetSubscription.js +1 -1
  165. package/dist/commonjs/funcs/vendorsGetSubscription.js.map +1 -1
  166. package/dist/commonjs/funcs/vendorsGetVendorCredentialDetails.js +1 -1
  167. package/dist/commonjs/funcs/vendorsGetVendorCredentialDetails.js.map +1 -1
  168. package/dist/commonjs/funcs/vendorsGetVendorCredentialFile.js +1 -1
  169. package/dist/commonjs/funcs/vendorsGetVendorCredentialFile.js.map +1 -1
  170. package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.d.ts +1 -0
  171. package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
  172. package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.js +2 -1
  173. package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.js.map +1 -1
  174. package/dist/commonjs/funcs/vendorsGetVendorInvoiceReceipt.js +1 -1
  175. package/dist/commonjs/funcs/vendorsGetVendorInvoiceReceipt.js.map +1 -1
  176. package/dist/commonjs/funcs/vendorsGetVendorLegalName.js +1 -1
  177. package/dist/commonjs/funcs/vendorsGetVendorLegalName.js.map +1 -1
  178. package/dist/commonjs/funcs/vendorsGetVendorsDetails.js +1 -1
  179. package/dist/commonjs/funcs/vendorsGetVendorsDetails.js.map +1 -1
  180. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +3 -1
  181. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  182. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +4 -2
  183. package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  184. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js +1 -1
  185. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -1
  186. package/dist/commonjs/funcs/vendorsListVendorCredentialFiles.js +1 -1
  187. package/dist/commonjs/funcs/vendorsListVendorCredentialFiles.js.map +1 -1
  188. package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js +1 -1
  189. package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
  190. package/dist/commonjs/funcs/vendorsListVendorCredentials.js +2 -1
  191. package/dist/commonjs/funcs/vendorsListVendorCredentials.js.map +1 -1
  192. package/dist/commonjs/funcs/vendorsListVendorCredits.js +1 -1
  193. package/dist/commonjs/funcs/vendorsListVendorCredits.js.map +1 -1
  194. package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts +21 -0
  195. package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts.map +1 -0
  196. package/dist/commonjs/funcs/vendorsListVendorCustomFields.js +162 -0
  197. package/dist/commonjs/funcs/vendorsListVendorCustomFields.js.map +1 -0
  198. package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js +1 -1
  199. package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
  200. package/dist/commonjs/funcs/vendorsListVendorInvoices.d.ts +6 -1
  201. package/dist/commonjs/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
  202. package/dist/commonjs/funcs/vendorsListVendorInvoices.js +7 -2
  203. package/dist/commonjs/funcs/vendorsListVendorInvoices.js.map +1 -1
  204. package/dist/commonjs/funcs/vendorsListVendorJobTitles.js +1 -1
  205. package/dist/commonjs/funcs/vendorsListVendorJobTitles.js.map +1 -1
  206. package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js +1 -1
  207. package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
  208. package/dist/commonjs/funcs/vendorsListVendorScrubDetails.js +1 -1
  209. package/dist/commonjs/funcs/vendorsListVendorScrubDetails.js.map +1 -1
  210. package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js +1 -1
  211. package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js.map +1 -1
  212. package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js +1 -1
  213. package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
  214. package/dist/commonjs/funcs/vendorsListVendorTypes.js +1 -1
  215. package/dist/commonjs/funcs/vendorsListVendorTypes.js.map +1 -1
  216. package/dist/commonjs/funcs/vendorsPurchaseScrubCredits.js +1 -1
  217. package/dist/commonjs/funcs/vendorsPurchaseScrubCredits.js.map +1 -1
  218. package/dist/commonjs/funcs/vendorsSendDownloadCode.js +1 -1
  219. package/dist/commonjs/funcs/vendorsSendDownloadCode.js.map +1 -1
  220. package/dist/commonjs/funcs/vendorsSubmitVendorCredential.js +1 -1
  221. package/dist/commonjs/funcs/vendorsSubmitVendorCredential.js.map +1 -1
  222. package/dist/commonjs/funcs/vendorsUpdateVendorCredentialData.js +1 -1
  223. package/dist/commonjs/funcs/vendorsUpdateVendorCredentialData.js.map +1 -1
  224. package/dist/commonjs/funcs/vendorsUpdateVendorCredentialFile.js +1 -1
  225. package/dist/commonjs/funcs/vendorsUpdateVendorCredentialFile.js.map +1 -1
  226. package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js +1 -1
  227. package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js.map +1 -1
  228. package/dist/commonjs/funcs/vendorsUpdateVendorManagedByCompany.js +1 -1
  229. package/dist/commonjs/funcs/vendorsUpdateVendorManagedByCompany.js.map +1 -1
  230. package/dist/commonjs/funcs/vendorsUpdateVendorScrubDetails.js +1 -1
  231. package/dist/commonjs/funcs/vendorsUpdateVendorScrubDetails.js.map +1 -1
  232. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js +1 -1
  233. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
  234. package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js +1 -1
  235. package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
  236. package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +1 -1
  237. package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
  238. package/dist/commonjs/funcs/zonesGetSecurityZone.js +1 -1
  239. package/dist/commonjs/funcs/zonesGetSecurityZone.js.map +1 -1
  240. package/dist/commonjs/funcs/zonesSecurityZoneCheckin.js +1 -1
  241. package/dist/commonjs/funcs/zonesSecurityZoneCheckin.js.map +1 -1
  242. package/dist/commonjs/index.extras.d.ts +2 -0
  243. package/dist/commonjs/index.extras.d.ts.map +1 -1
  244. package/dist/commonjs/index.extras.js +2 -0
  245. package/dist/commonjs/index.extras.js.map +1 -1
  246. package/dist/commonjs/lib/config.d.ts +3 -3
  247. package/dist/commonjs/lib/config.js +3 -3
  248. package/dist/commonjs/lib/config.js.map +1 -1
  249. package/dist/commonjs/lib/sdks.js +2 -2
  250. package/dist/commonjs/lib/sdks.js.map +1 -1
  251. package/dist/commonjs/models/components/companymanager.d.ts +78 -0
  252. package/dist/commonjs/models/components/companymanager.d.ts.map +1 -0
  253. package/dist/commonjs/models/components/companymanager.js +172 -0
  254. package/dist/commonjs/models/components/companymanager.js.map +1 -0
  255. package/dist/commonjs/models/components/expand.d.ts +18 -12
  256. package/dist/commonjs/models/components/expand.d.ts.map +1 -1
  257. package/dist/commonjs/models/components/expand.js +18 -12
  258. package/dist/commonjs/models/components/expand.js.map +1 -1
  259. package/dist/commonjs/models/components/feed.d.ts +6 -0
  260. package/dist/commonjs/models/components/feed.d.ts.map +1 -1
  261. package/dist/commonjs/models/components/feed.js.map +1 -1
  262. package/dist/commonjs/models/components/index.d.ts +7 -2
  263. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  264. package/dist/commonjs/models/components/index.js +7 -2
  265. package/dist/commonjs/models/components/index.js.map +1 -1
  266. package/dist/commonjs/models/components/invoice.d.ts +94 -1
  267. package/dist/commonjs/models/components/invoice.d.ts.map +1 -1
  268. package/dist/commonjs/models/components/invoice.js +53 -2
  269. package/dist/commonjs/models/components/invoice.js.map +1 -1
  270. package/dist/commonjs/models/components/invoicefinancialstatus.d.ts +10 -0
  271. package/dist/commonjs/models/components/invoicefinancialstatus.d.ts.map +1 -0
  272. package/dist/commonjs/models/components/invoicefinancialstatus.js +47 -0
  273. package/dist/commonjs/models/components/invoicefinancialstatus.js.map +1 -0
  274. package/dist/commonjs/models/components/invoiceitem.d.ts +1 -0
  275. package/dist/commonjs/models/components/invoiceitem.d.ts.map +1 -1
  276. package/dist/commonjs/models/components/invoiceitem.js +1 -0
  277. package/dist/commonjs/models/components/invoiceitem.js.map +1 -1
  278. package/dist/commonjs/models/components/paymentprofileinfo.d.ts +46 -0
  279. package/dist/commonjs/models/components/paymentprofileinfo.d.ts.map +1 -0
  280. package/dist/commonjs/models/components/paymentprofileinfo.js +113 -0
  281. package/dist/commonjs/models/components/paymentprofileinfo.js.map +1 -0
  282. package/dist/commonjs/models/components/pendinginvitation.d.ts +6 -0
  283. package/dist/commonjs/models/components/pendinginvitation.d.ts.map +1 -1
  284. package/dist/commonjs/models/components/pendinginvitation.js.map +1 -1
  285. package/dist/commonjs/models/components/screeninganswer.d.ts +4 -4
  286. package/dist/commonjs/models/components/screeninganswer.d.ts.map +1 -1
  287. package/dist/commonjs/models/components/screeninganswer.js +4 -4
  288. package/dist/commonjs/models/components/screeninganswer.js.map +1 -1
  289. package/dist/commonjs/models/components/screeningansweractionsummary.d.ts +30 -0
  290. package/dist/commonjs/models/components/screeningansweractionsummary.d.ts.map +1 -0
  291. package/dist/commonjs/models/components/{handoff.js → screeningansweractionsummary.js} +11 -20
  292. package/dist/commonjs/models/components/screeningansweractionsummary.js.map +1 -0
  293. package/dist/commonjs/models/components/screeningquestion.d.ts +4 -4
  294. package/dist/commonjs/models/components/screeningquestion.d.ts.map +1 -1
  295. package/dist/commonjs/models/components/screeningquestion.js +5 -4
  296. package/dist/commonjs/models/components/screeningquestion.js.map +1 -1
  297. package/dist/commonjs/models/components/standingappointment.d.ts +6 -0
  298. package/dist/commonjs/models/components/standingappointment.d.ts.map +1 -1
  299. package/dist/commonjs/models/components/standingappointment.js.map +1 -1
  300. package/dist/commonjs/models/components/subscription.d.ts +1 -1
  301. package/dist/commonjs/models/components/subscription.d.ts.map +1 -1
  302. package/dist/commonjs/models/components/subscription.js +1 -1
  303. package/dist/commonjs/models/components/subscription.js.map +1 -1
  304. package/dist/commonjs/models/components/supervisor.d.ts +2 -2
  305. package/dist/commonjs/models/components/supervisor.d.ts.map +1 -1
  306. package/dist/commonjs/models/components/supervisor.js +2 -2
  307. package/dist/commonjs/models/components/supervisor.js.map +1 -1
  308. package/dist/commonjs/models/components/vendor.d.ts +9 -1
  309. package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
  310. package/dist/commonjs/models/components/vendor.js +18 -2
  311. package/dist/commonjs/models/components/vendor.js.map +1 -1
  312. package/dist/commonjs/models/components/vendorcredentialsummary.d.ts +1 -0
  313. package/dist/commonjs/models/components/vendorcredentialsummary.d.ts.map +1 -1
  314. package/dist/commonjs/models/components/vendorcredentialsummary.js +2 -0
  315. package/dist/commonjs/models/components/vendorcredentialsummary.js.map +1 -1
  316. package/dist/commonjs/models/components/vendorcustomfields.d.ts +14 -0
  317. package/dist/commonjs/models/components/vendorcustomfields.d.ts.map +1 -0
  318. package/dist/commonjs/models/components/{vendoradditionalfacilityfields.js → vendorcustomfields.js} +6 -6
  319. package/dist/commonjs/models/components/vendorcustomfields.js.map +1 -0
  320. package/dist/commonjs/models/components/vendorscan.d.ts +3 -0
  321. package/dist/commonjs/models/components/vendorscan.d.ts.map +1 -1
  322. package/dist/commonjs/models/components/vendorscan.js +5 -0
  323. package/dist/commonjs/models/components/vendorscan.js.map +1 -1
  324. package/dist/commonjs/models/components/vendorscanscreeninganswer.d.ts +33 -0
  325. package/dist/commonjs/models/components/vendorscanscreeninganswer.d.ts.map +1 -0
  326. package/dist/commonjs/models/components/vendorscanscreeninganswer.js +78 -0
  327. package/dist/commonjs/models/components/vendorscanscreeninganswer.js.map +1 -0
  328. package/dist/commonjs/models/components/vendorscanscreeningquestion.d.ts +55 -0
  329. package/dist/commonjs/models/components/vendorscanscreeningquestion.d.ts.map +1 -0
  330. package/dist/commonjs/models/components/vendorscanscreeningquestion.js +77 -0
  331. package/dist/commonjs/models/components/vendorscanscreeningquestion.js.map +1 -0
  332. package/dist/commonjs/models/errors/apierrorresponse.d.ts +2 -2
  333. package/dist/commonjs/models/errors/apierrorresponse.d.ts.map +1 -1
  334. package/dist/commonjs/models/errors/apierrorresponse.js +3 -2
  335. package/dist/commonjs/models/errors/apierrorresponse.js.map +1 -1
  336. package/dist/commonjs/models/operations/getcompany.d.ts +21 -0
  337. package/dist/commonjs/models/operations/getcompany.d.ts.map +1 -0
  338. package/dist/commonjs/models/operations/getcompany.js +51 -0
  339. package/dist/commonjs/models/operations/getcompany.js.map +1 -0
  340. package/dist/commonjs/models/operations/getfacility.d.ts +6 -0
  341. package/dist/commonjs/models/operations/getfacility.d.ts.map +1 -1
  342. package/dist/commonjs/models/operations/getfacility.js +2 -0
  343. package/dist/commonjs/models/operations/getfacility.js.map +1 -1
  344. package/dist/commonjs/models/operations/getlinkedusers.d.ts +36 -0
  345. package/dist/commonjs/models/operations/getlinkedusers.d.ts.map +1 -0
  346. package/dist/commonjs/models/operations/getlinkedusers.js +86 -0
  347. package/dist/commonjs/models/operations/getlinkedusers.js.map +1 -0
  348. package/dist/commonjs/models/operations/getnextscreeningquestion.d.ts +41 -0
  349. package/dist/commonjs/models/operations/getnextscreeningquestion.d.ts.map +1 -0
  350. package/dist/commonjs/models/operations/getnextscreeningquestion.js +69 -0
  351. package/dist/commonjs/models/operations/getnextscreeningquestion.js.map +1 -0
  352. package/dist/commonjs/models/operations/index.d.ts +7 -0
  353. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  354. package/dist/commonjs/models/operations/index.js +7 -0
  355. package/dist/commonjs/models/operations/index.js.map +1 -1
  356. package/dist/commonjs/models/operations/listalerts.d.ts +5 -0
  357. package/dist/commonjs/models/operations/listalerts.d.ts.map +1 -1
  358. package/dist/commonjs/models/operations/listalerts.js +2 -0
  359. package/dist/commonjs/models/operations/listalerts.js.map +1 -1
  360. package/dist/commonjs/models/operations/listcompanymanagers.d.ts +57 -0
  361. package/dist/commonjs/models/operations/listcompanymanagers.d.ts.map +1 -0
  362. package/dist/commonjs/models/operations/listcompanymanagers.js +82 -0
  363. package/dist/commonjs/models/operations/listcompanymanagers.js.map +1 -0
  364. package/dist/commonjs/models/operations/listinvoices.d.ts +95 -0
  365. package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -0
  366. package/dist/commonjs/models/operations/listinvoices.js +96 -0
  367. package/dist/commonjs/models/operations/listinvoices.js.map +1 -0
  368. package/dist/commonjs/models/operations/listorsearchfacilities.d.ts +2 -2
  369. package/dist/commonjs/models/operations/listorsearchfacilities.d.ts.map +1 -1
  370. package/dist/commonjs/models/operations/listorsearchfacilities.js +1 -2
  371. package/dist/commonjs/models/operations/listorsearchfacilities.js.map +1 -1
  372. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +1 -1
  373. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
  374. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +1 -1
  375. package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
  376. package/dist/commonjs/models/operations/listvendorcredentials.d.ts +5 -0
  377. package/dist/commonjs/models/operations/listvendorcredentials.d.ts.map +1 -1
  378. package/dist/commonjs/models/operations/listvendorcredentials.js +2 -0
  379. package/dist/commonjs/models/operations/listvendorcredentials.js.map +1 -1
  380. package/dist/commonjs/models/operations/listvendorcustomfields.d.ts +57 -0
  381. package/dist/commonjs/models/operations/listvendorcustomfields.d.ts.map +1 -0
  382. package/dist/commonjs/models/operations/listvendorcustomfields.js +82 -0
  383. package/dist/commonjs/models/operations/listvendorcustomfields.js.map +1 -0
  384. package/dist/commonjs/models/operations/listvendorinvoices.d.ts +3 -17
  385. package/dist/commonjs/models/operations/listvendorinvoices.d.ts.map +1 -1
  386. package/dist/commonjs/models/operations/listvendorinvoices.js +3 -11
  387. package/dist/commonjs/models/operations/listvendorinvoices.js.map +1 -1
  388. package/dist/commonjs/models/operations/securityzonecheckin.d.ts +24 -4
  389. package/dist/commonjs/models/operations/securityzonecheckin.d.ts.map +1 -1
  390. package/dist/commonjs/models/operations/securityzonecheckin.js +31 -2
  391. package/dist/commonjs/models/operations/securityzonecheckin.js.map +1 -1
  392. package/dist/commonjs/models/operations/submitscreeningresponse.d.ts +80 -0
  393. package/dist/commonjs/models/operations/submitscreeningresponse.d.ts.map +1 -0
  394. package/dist/commonjs/models/operations/submitscreeningresponse.js +93 -0
  395. package/dist/commonjs/models/operations/submitscreeningresponse.js.map +1 -0
  396. package/dist/commonjs/models/operations/updateuseralerts.d.ts +7 -0
  397. package/dist/commonjs/models/operations/updateuseralerts.d.ts.map +1 -1
  398. package/dist/commonjs/models/operations/updateuseralerts.js +2 -0
  399. package/dist/commonjs/models/operations/updateuseralerts.js.map +1 -1
  400. package/dist/commonjs/react-query/alertsListAlerts.core.d.ts +2 -0
  401. package/dist/commonjs/react-query/alertsListAlerts.core.d.ts.map +1 -1
  402. package/dist/commonjs/react-query/alertsListAlerts.core.js +2 -0
  403. package/dist/commonjs/react-query/alertsListAlerts.core.js.map +1 -1
  404. package/dist/commonjs/react-query/alertsListAlerts.d.ts +2 -0
  405. package/dist/commonjs/react-query/alertsListAlerts.d.ts.map +1 -1
  406. package/dist/commonjs/react-query/alertsListAlerts.js.map +1 -1
  407. package/dist/commonjs/react-query/companiesGetCompany.core.d.ts +15 -0
  408. package/dist/commonjs/react-query/companiesGetCompany.core.d.ts.map +1 -0
  409. package/dist/commonjs/react-query/companiesGetCompany.core.js +42 -0
  410. package/dist/commonjs/react-query/companiesGetCompany.core.js.map +1 -0
  411. package/dist/commonjs/react-query/companiesGetCompany.d.ts +44 -0
  412. package/dist/commonjs/react-query/companiesGetCompany.d.ts.map +1 -0
  413. package/dist/commonjs/react-query/companiesGetCompany.js +75 -0
  414. package/dist/commonjs/react-query/companiesGetCompany.js.map +1 -0
  415. package/dist/commonjs/react-query/companiesListCompanyManagers.core.d.ts +36 -0
  416. package/dist/commonjs/react-query/companiesListCompanyManagers.core.d.ts.map +1 -0
  417. package/dist/commonjs/react-query/companiesListCompanyManagers.core.js +93 -0
  418. package/dist/commonjs/react-query/companiesListCompanyManagers.core.js.map +1 -0
  419. package/dist/commonjs/react-query/companiesListCompanyManagers.d.ts +54 -0
  420. package/dist/commonjs/react-query/companiesListCompanyManagers.d.ts.map +1 -0
  421. package/dist/commonjs/react-query/companiesListCompanyManagers.js +104 -0
  422. package/dist/commonjs/react-query/companiesListCompanyManagers.js.map +1 -0
  423. package/dist/commonjs/react-query/index.d.ts +8 -0
  424. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  425. package/dist/commonjs/react-query/index.js +8 -0
  426. package/dist/commonjs/react-query/index.js.map +1 -1
  427. package/dist/commonjs/react-query/invoicesListInvoices.core.d.ts +52 -0
  428. package/dist/commonjs/react-query/invoicesListInvoices.core.d.ts.map +1 -0
  429. package/dist/commonjs/react-query/invoicesListInvoices.core.js +107 -0
  430. package/dist/commonjs/react-query/invoicesListInvoices.core.js.map +1 -0
  431. package/dist/commonjs/react-query/invoicesListInvoices.d.ts +156 -0
  432. package/dist/commonjs/react-query/invoicesListInvoices.d.ts.map +1 -0
  433. package/dist/commonjs/react-query/invoicesListInvoices.js +188 -0
  434. package/dist/commonjs/react-query/invoicesListInvoices.js.map +1 -0
  435. package/dist/commonjs/react-query/organizationsGetFacility.core.d.ts +3 -1
  436. package/dist/commonjs/react-query/organizationsGetFacility.core.d.ts.map +1 -1
  437. package/dist/commonjs/react-query/organizationsGetFacility.core.js +11 -3
  438. package/dist/commonjs/react-query/organizationsGetFacility.core.js.map +1 -1
  439. package/dist/commonjs/react-query/organizationsGetFacility.d.ts +13 -2
  440. package/dist/commonjs/react-query/organizationsGetFacility.d.ts.map +1 -1
  441. package/dist/commonjs/react-query/organizationsGetFacility.js.map +1 -1
  442. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.d.ts +2 -2
  443. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.d.ts.map +1 -1
  444. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.js +2 -2
  445. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.js.map +1 -1
  446. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.d.ts +2 -2
  447. package/dist/commonjs/react-query/organizationsListOrSearchFacilities.d.ts.map +1 -1
  448. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.d.ts +12 -0
  449. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.d.ts.map +1 -0
  450. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.js +38 -0
  451. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.js.map +1 -0
  452. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.d.ts +27 -0
  453. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.d.ts.map +1 -0
  454. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.js +63 -0
  455. package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.js.map +1 -0
  456. package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts +14 -0
  457. package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts.map +1 -0
  458. package/dist/commonjs/react-query/usersGetLinkedUsers.core.js +39 -0
  459. package/dist/commonjs/react-query/usersGetLinkedUsers.core.js.map +1 -0
  460. package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts +37 -0
  461. package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts.map +1 -0
  462. package/dist/commonjs/react-query/usersGetLinkedUsers.js +75 -0
  463. package/dist/commonjs/react-query/usersGetLinkedUsers.js.map +1 -0
  464. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.d.ts +16 -0
  465. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.d.ts.map +1 -0
  466. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.js +43 -0
  467. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.js.map +1 -0
  468. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.d.ts +46 -0
  469. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
  470. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.js +79 -0
  471. package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.js.map +1 -0
  472. package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.d.ts +27 -0
  473. package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
  474. package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.js +55 -0
  475. package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.js.map +1 -0
  476. package/dist/commonjs/react-query/vendorsChangeSubscription.d.ts +4 -1
  477. package/dist/commonjs/react-query/vendorsChangeSubscription.d.ts.map +1 -1
  478. package/dist/commonjs/react-query/vendorsChangeSubscription.js +4 -1
  479. package/dist/commonjs/react-query/vendorsChangeSubscription.js.map +1 -1
  480. package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.d.ts +2 -0
  481. package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
  482. package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.js +2 -0
  483. package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.js.map +1 -1
  484. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +12 -4
  485. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  486. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js +12 -4
  487. package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  488. package/dist/commonjs/react-query/vendorsListVendorCredentials.core.d.ts +2 -0
  489. package/dist/commonjs/react-query/vendorsListVendorCredentials.core.d.ts.map +1 -1
  490. package/dist/commonjs/react-query/vendorsListVendorCredentials.core.js +2 -0
  491. package/dist/commonjs/react-query/vendorsListVendorCredentials.core.js.map +1 -1
  492. package/dist/commonjs/react-query/vendorsListVendorCredentials.d.ts +2 -0
  493. package/dist/commonjs/react-query/vendorsListVendorCredentials.d.ts.map +1 -1
  494. package/dist/commonjs/react-query/vendorsListVendorCredentials.js.map +1 -1
  495. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts +36 -0
  496. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -0
  497. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js +93 -0
  498. package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js.map +1 -0
  499. package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts +54 -0
  500. package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts.map +1 -0
  501. package/dist/commonjs/react-query/vendorsListVendorCustomFields.js +104 -0
  502. package/dist/commonjs/react-query/vendorsListVendorCustomFields.js.map +1 -0
  503. package/dist/commonjs/react-query/vendorsListVendorInvoices.core.d.ts +2 -2
  504. package/dist/commonjs/react-query/vendorsListVendorInvoices.d.ts +26 -6
  505. package/dist/commonjs/react-query/vendorsListVendorInvoices.d.ts.map +1 -1
  506. package/dist/commonjs/react-query/vendorsListVendorInvoices.js +24 -4
  507. package/dist/commonjs/react-query/vendorsListVendorInvoices.js.map +1 -1
  508. package/dist/commonjs/sdk/companies.d.ts +22 -0
  509. package/dist/commonjs/sdk/companies.d.ts.map +1 -1
  510. package/dist/commonjs/sdk/companies.js +26 -0
  511. package/dist/commonjs/sdk/companies.js.map +1 -1
  512. package/dist/commonjs/sdk/invoices.d.ts +32 -0
  513. package/dist/commonjs/sdk/invoices.d.ts.map +1 -1
  514. package/dist/commonjs/sdk/invoices.js +33 -0
  515. package/dist/commonjs/sdk/invoices.js.map +1 -1
  516. package/dist/commonjs/sdk/paymentprofile.d.ts +15 -0
  517. package/dist/commonjs/sdk/paymentprofile.d.ts.map +1 -0
  518. package/dist/commonjs/sdk/paymentprofile.js +25 -0
  519. package/dist/commonjs/sdk/paymentprofile.js.map +1 -0
  520. package/dist/commonjs/sdk/sdk.d.ts +3 -0
  521. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  522. package/dist/commonjs/sdk/sdk.js +4 -0
  523. package/dist/commonjs/sdk/sdk.js.map +1 -1
  524. package/dist/commonjs/sdk/users.d.ts +12 -0
  525. package/dist/commonjs/sdk/users.d.ts.map +1 -1
  526. package/dist/commonjs/sdk/users.js +15 -0
  527. package/dist/commonjs/sdk/users.js.map +1 -1
  528. package/dist/commonjs/sdk/vendors.d.ts +23 -3
  529. package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
  530. package/dist/commonjs/sdk/vendors.js +24 -3
  531. package/dist/commonjs/sdk/vendors.js.map +1 -1
  532. package/dist/commonjs/sdk/vendorscans.d.ts +23 -0
  533. package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
  534. package/dist/commonjs/sdk/vendorscans.js +29 -0
  535. package/dist/commonjs/sdk/vendorscans.js.map +1 -1
  536. package/dist/esm/__tests__/companies.test.js +51 -0
  537. package/dist/esm/__tests__/companies.test.js.map +1 -1
  538. package/dist/esm/__tests__/invoices.test.js +32 -0
  539. package/dist/esm/__tests__/invoices.test.js.map +1 -1
  540. package/dist/esm/__tests__/paymentprofile.test.d.ts +2 -0
  541. package/dist/esm/__tests__/paymentprofile.test.d.ts.map +1 -0
  542. package/dist/esm/__tests__/paymentprofile.test.js +23 -0
  543. package/dist/esm/__tests__/paymentprofile.test.js.map +1 -0
  544. package/dist/esm/__tests__/users.test.js +21 -0
  545. package/dist/esm/__tests__/users.test.js.map +1 -1
  546. package/dist/esm/__tests__/vendors.test.js +32 -0
  547. package/dist/esm/__tests__/vendors.test.js.map +1 -1
  548. package/dist/esm/__tests__/vendorscans.test.js +36 -0
  549. package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
  550. package/dist/esm/__tests__/zones.test.js +4 -6
  551. package/dist/esm/__tests__/zones.test.js.map +1 -1
  552. package/dist/esm/admin-funcs/handoffStayAlive.d.ts +3 -0
  553. package/dist/esm/admin-funcs/handoffStayAlive.d.ts.map +1 -0
  554. package/dist/esm/admin-funcs/handoffStayAlive.js +6 -0
  555. package/dist/esm/admin-funcs/handoffStayAlive.js.map +1 -0
  556. package/dist/esm/funcs/alertsListAlerts.js +6 -4
  557. package/dist/esm/funcs/alertsListAlerts.js.map +1 -1
  558. package/dist/esm/funcs/alertsUpdateUserAlerts.js +1 -1
  559. package/dist/esm/funcs/alertsUpdateUserAlerts.js.map +1 -1
  560. package/dist/esm/funcs/companiesGetCompany.d.ts +24 -0
  561. package/dist/esm/funcs/companiesGetCompany.d.ts.map +1 -0
  562. package/dist/esm/funcs/companiesGetCompany.js +96 -0
  563. package/dist/esm/funcs/companiesGetCompany.js.map +1 -0
  564. package/dist/esm/funcs/companiesListCompanyManagers.d.ts +21 -0
  565. package/dist/esm/funcs/companiesListCompanyManagers.d.ts.map +1 -0
  566. package/dist/esm/funcs/companiesListCompanyManagers.js +126 -0
  567. package/dist/esm/funcs/companiesListCompanyManagers.js.map +1 -0
  568. package/dist/esm/funcs/companiesListOrSearchCompanies.js +1 -1
  569. package/dist/esm/funcs/companiesListOrSearchCompanies.js.map +1 -1
  570. package/dist/esm/funcs/dataRequestsAddDataRequestFile.js +1 -1
  571. package/dist/esm/funcs/dataRequestsAddDataRequestFile.js.map +1 -1
  572. package/dist/esm/funcs/dataRequestsDeleteDataRequestFile.js +1 -1
  573. package/dist/esm/funcs/dataRequestsDeleteDataRequestFile.js.map +1 -1
  574. package/dist/esm/funcs/dataRequestsUpdateDataRequest.js +1 -1
  575. package/dist/esm/funcs/dataRequestsUpdateDataRequest.js.map +1 -1
  576. package/dist/esm/funcs/eventsAcceptInvitation.js +1 -1
  577. package/dist/esm/funcs/eventsAcceptInvitation.js.map +1 -1
  578. package/dist/esm/funcs/eventsCreateEvent.js +1 -1
  579. package/dist/esm/funcs/eventsCreateEvent.js.map +1 -1
  580. package/dist/esm/funcs/eventsDeclineInvitation.js +1 -1
  581. package/dist/esm/funcs/eventsDeclineInvitation.js.map +1 -1
  582. package/dist/esm/funcs/eventsDeleteEvent.js +1 -1
  583. package/dist/esm/funcs/eventsDeleteEvent.js.map +1 -1
  584. package/dist/esm/funcs/eventsListFeed.js +1 -1
  585. package/dist/esm/funcs/eventsListFeed.js.map +1 -1
  586. package/dist/esm/funcs/eventsListLocations.js +1 -1
  587. package/dist/esm/funcs/eventsListLocations.js.map +1 -1
  588. package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js +1 -1
  589. package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
  590. package/dist/esm/funcs/eventsListPendingInvitations.js +1 -1
  591. package/dist/esm/funcs/eventsListPendingInvitations.js.map +1 -1
  592. package/dist/esm/funcs/eventsListStandingAppointments.js +1 -1
  593. package/dist/esm/funcs/eventsListStandingAppointments.js.map +1 -1
  594. package/dist/esm/funcs/eventsUpdateEvent.js +1 -1
  595. package/dist/esm/funcs/eventsUpdateEvent.js.map +1 -1
  596. package/dist/esm/funcs/fhirConfigsCreateAFhirConfig.js +1 -1
  597. package/dist/esm/funcs/fhirConfigsCreateAFhirConfig.js.map +1 -1
  598. package/dist/esm/funcs/fhirConfigsDeleteFhirConfigById.js +1 -1
  599. package/dist/esm/funcs/fhirConfigsDeleteFhirConfigById.js.map +1 -1
  600. package/dist/esm/funcs/fhirConfigsGetFhirConfig.js +1 -1
  601. package/dist/esm/funcs/fhirConfigsGetFhirConfig.js.map +1 -1
  602. package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js +1 -1
  603. package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
  604. package/dist/esm/funcs/fhirConfigsUpdateFhirConfigById.js +1 -1
  605. package/dist/esm/funcs/fhirConfigsUpdateFhirConfigById.js.map +1 -1
  606. package/dist/esm/funcs/invoicesCreateInvoice.js +1 -1
  607. package/dist/esm/funcs/invoicesCreateInvoice.js.map +1 -1
  608. package/dist/esm/funcs/invoicesListInvoices.d.ts +43 -0
  609. package/dist/esm/funcs/invoicesListInvoices.d.ts.map +1 -0
  610. package/dist/esm/funcs/invoicesListInvoices.js +151 -0
  611. package/dist/esm/funcs/invoicesListInvoices.js.map +1 -0
  612. package/dist/esm/funcs/invoicesMakePayment.js +1 -1
  613. package/dist/esm/funcs/invoicesMakePayment.js.map +1 -1
  614. package/dist/esm/funcs/invoicesUpdateInvoice.js +1 -1
  615. package/dist/esm/funcs/invoicesUpdateInvoice.js.map +1 -1
  616. package/dist/esm/funcs/mobileDevicesAddMobileDevice.js +1 -1
  617. package/dist/esm/funcs/mobileDevicesAddMobileDevice.js.map +1 -1
  618. package/dist/esm/funcs/organizationsGetFacility.js +7 -3
  619. package/dist/esm/funcs/organizationsGetFacility.js.map +1 -1
  620. package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js +1 -1
  621. package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
  622. package/dist/esm/funcs/organizationsListOrSearchDepartments.js +1 -1
  623. package/dist/esm/funcs/organizationsListOrSearchDepartments.js.map +1 -1
  624. package/dist/esm/funcs/organizationsListOrSearchFacilities.js +3 -3
  625. package/dist/esm/funcs/organizationsListOrSearchFacilities.js.map +1 -1
  626. package/dist/esm/funcs/paymentProfileGetPaymentProfile.d.ts +21 -0
  627. package/dist/esm/funcs/paymentProfileGetPaymentProfile.d.ts.map +1 -0
  628. package/dist/esm/funcs/paymentProfileGetPaymentProfile.js +74 -0
  629. package/dist/esm/funcs/paymentProfileGetPaymentProfile.js.map +1 -0
  630. package/dist/esm/funcs/supportArticlesGetSupportArticle.js +1 -1
  631. package/dist/esm/funcs/supportArticlesGetSupportArticle.js.map +1 -1
  632. package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js +1 -1
  633. package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
  634. package/dist/esm/funcs/systemsListSystems.js +1 -1
  635. package/dist/esm/funcs/systemsListSystems.js.map +1 -1
  636. package/dist/esm/funcs/usersChangePassword.js +1 -1
  637. package/dist/esm/funcs/usersChangePassword.js.map +1 -1
  638. package/dist/esm/funcs/usersGetCurrentUser.js +1 -1
  639. package/dist/esm/funcs/usersGetCurrentUser.js.map +1 -1
  640. package/dist/esm/funcs/usersGetLinkedUsers.d.ts +23 -0
  641. package/dist/esm/funcs/usersGetLinkedUsers.d.ts.map +1 -0
  642. package/dist/esm/funcs/usersGetLinkedUsers.js +89 -0
  643. package/dist/esm/funcs/usersGetLinkedUsers.js.map +1 -0
  644. package/dist/esm/funcs/usersGetUserById.js +1 -1
  645. package/dist/esm/funcs/usersGetUserById.js.map +1 -1
  646. package/dist/esm/funcs/usersMagiclink.js +1 -1
  647. package/dist/esm/funcs/usersMagiclink.js.map +1 -1
  648. package/dist/esm/funcs/usersPassword.js +1 -1
  649. package/dist/esm/funcs/usersPassword.js.map +1 -1
  650. package/dist/esm/funcs/usersPasswordResetRequest.js +1 -1
  651. package/dist/esm/funcs/usersPasswordResetRequest.js.map +1 -1
  652. package/dist/esm/funcs/usersPostAuthenticate.js +1 -1
  653. package/dist/esm/funcs/usersPostAuthenticate.js.map +1 -1
  654. package/dist/esm/funcs/usersRotateApiKey.js +1 -1
  655. package/dist/esm/funcs/usersRotateApiKey.js.map +1 -1
  656. package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.d.ts +23 -0
  657. package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
  658. package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.js +97 -0
  659. package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.js.map +1 -0
  660. package/dist/esm/funcs/vendorScansSubmitScreeningResponse.d.ts +22 -0
  661. package/dist/esm/funcs/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
  662. package/dist/esm/funcs/vendorScansSubmitScreeningResponse.js +91 -0
  663. package/dist/esm/funcs/vendorScansSubmitScreeningResponse.js.map +1 -0
  664. package/dist/esm/funcs/vendorScansVendorScanOut.js +1 -1
  665. package/dist/esm/funcs/vendorScansVendorScanOut.js.map +1 -1
  666. package/dist/esm/funcs/vendorsAcceptVendorCredential.js +1 -1
  667. package/dist/esm/funcs/vendorsAcceptVendorCredential.js.map +1 -1
  668. package/dist/esm/funcs/vendorsAddVendorCredentialFile.js +1 -1
  669. package/dist/esm/funcs/vendorsAddVendorCredentialFile.js.map +1 -1
  670. package/dist/esm/funcs/vendorsAddVendorManagedByCompany.js +1 -1
  671. package/dist/esm/funcs/vendorsAddVendorManagedByCompany.js.map +1 -1
  672. package/dist/esm/funcs/vendorsCalculateSubscriptionPrice.js +1 -1
  673. package/dist/esm/funcs/vendorsCalculateSubscriptionPrice.js.map +1 -1
  674. package/dist/esm/funcs/vendorsChangeSubscription.d.ts +4 -1
  675. package/dist/esm/funcs/vendorsChangeSubscription.d.ts.map +1 -1
  676. package/dist/esm/funcs/vendorsChangeSubscription.js +5 -2
  677. package/dist/esm/funcs/vendorsChangeSubscription.js.map +1 -1
  678. package/dist/esm/funcs/vendorsCheckDownloadCode.js +1 -1
  679. package/dist/esm/funcs/vendorsCheckDownloadCode.js.map +1 -1
  680. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js +1 -1
  681. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -1
  682. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js +1 -1
  683. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js.map +1 -1
  684. package/dist/esm/funcs/vendorsCreateVendorCompany.js +1 -1
  685. package/dist/esm/funcs/vendorsCreateVendorCompany.js.map +1 -1
  686. package/dist/esm/funcs/vendorsCreateVendorRegistration.js +1 -1
  687. package/dist/esm/funcs/vendorsCreateVendorRegistration.js.map +1 -1
  688. package/dist/esm/funcs/vendorsDeclineVendorCredential.js +1 -1
  689. package/dist/esm/funcs/vendorsDeclineVendorCredential.js.map +1 -1
  690. package/dist/esm/funcs/vendorsDeleteVendorCredentialFile.js +1 -1
  691. package/dist/esm/funcs/vendorsDeleteVendorCredentialFile.js.map +1 -1
  692. package/dist/esm/funcs/vendorsDeleteVendorManagedByCompany.js +1 -1
  693. package/dist/esm/funcs/vendorsDeleteVendorManagedByCompany.js.map +1 -1
  694. package/dist/esm/funcs/vendorsExpediteTimeRemaining.js +1 -1
  695. package/dist/esm/funcs/vendorsExpediteTimeRemaining.js.map +1 -1
  696. package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js +1 -1
  697. package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
  698. package/dist/esm/funcs/vendorsGetSubscription.js +1 -1
  699. package/dist/esm/funcs/vendorsGetSubscription.js.map +1 -1
  700. package/dist/esm/funcs/vendorsGetVendorCredentialDetails.js +1 -1
  701. package/dist/esm/funcs/vendorsGetVendorCredentialDetails.js.map +1 -1
  702. package/dist/esm/funcs/vendorsGetVendorCredentialFile.js +1 -1
  703. package/dist/esm/funcs/vendorsGetVendorCredentialFile.js.map +1 -1
  704. package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.d.ts +1 -0
  705. package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
  706. package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.js +2 -1
  707. package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.js.map +1 -1
  708. package/dist/esm/funcs/vendorsGetVendorInvoiceReceipt.js +1 -1
  709. package/dist/esm/funcs/vendorsGetVendorInvoiceReceipt.js.map +1 -1
  710. package/dist/esm/funcs/vendorsGetVendorLegalName.js +1 -1
  711. package/dist/esm/funcs/vendorsGetVendorLegalName.js.map +1 -1
  712. package/dist/esm/funcs/vendorsGetVendorsDetails.js +1 -1
  713. package/dist/esm/funcs/vendorsGetVendorsDetails.js.map +1 -1
  714. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +3 -1
  715. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  716. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +4 -2
  717. package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  718. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js +1 -1
  719. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -1
  720. package/dist/esm/funcs/vendorsListVendorCredentialFiles.js +1 -1
  721. package/dist/esm/funcs/vendorsListVendorCredentialFiles.js.map +1 -1
  722. package/dist/esm/funcs/vendorsListVendorCredentialHistory.js +1 -1
  723. package/dist/esm/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
  724. package/dist/esm/funcs/vendorsListVendorCredentials.js +2 -1
  725. package/dist/esm/funcs/vendorsListVendorCredentials.js.map +1 -1
  726. package/dist/esm/funcs/vendorsListVendorCredits.js +1 -1
  727. package/dist/esm/funcs/vendorsListVendorCredits.js.map +1 -1
  728. package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts +21 -0
  729. package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts.map +1 -0
  730. package/dist/esm/funcs/vendorsListVendorCustomFields.js +126 -0
  731. package/dist/esm/funcs/vendorsListVendorCustomFields.js.map +1 -0
  732. package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js +1 -1
  733. package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
  734. package/dist/esm/funcs/vendorsListVendorInvoices.d.ts +6 -1
  735. package/dist/esm/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
  736. package/dist/esm/funcs/vendorsListVendorInvoices.js +7 -2
  737. package/dist/esm/funcs/vendorsListVendorInvoices.js.map +1 -1
  738. package/dist/esm/funcs/vendorsListVendorJobTitles.js +1 -1
  739. package/dist/esm/funcs/vendorsListVendorJobTitles.js.map +1 -1
  740. package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js +1 -1
  741. package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
  742. package/dist/esm/funcs/vendorsListVendorScrubDetails.js +1 -1
  743. package/dist/esm/funcs/vendorsListVendorScrubDetails.js.map +1 -1
  744. package/dist/esm/funcs/vendorsListVendorScrubPackages.js +1 -1
  745. package/dist/esm/funcs/vendorsListVendorScrubPackages.js.map +1 -1
  746. package/dist/esm/funcs/vendorsListVendorScrubPurchases.js +1 -1
  747. package/dist/esm/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
  748. package/dist/esm/funcs/vendorsListVendorTypes.js +1 -1
  749. package/dist/esm/funcs/vendorsListVendorTypes.js.map +1 -1
  750. package/dist/esm/funcs/vendorsPurchaseScrubCredits.js +1 -1
  751. package/dist/esm/funcs/vendorsPurchaseScrubCredits.js.map +1 -1
  752. package/dist/esm/funcs/vendorsSendDownloadCode.js +1 -1
  753. package/dist/esm/funcs/vendorsSendDownloadCode.js.map +1 -1
  754. package/dist/esm/funcs/vendorsSubmitVendorCredential.js +1 -1
  755. package/dist/esm/funcs/vendorsSubmitVendorCredential.js.map +1 -1
  756. package/dist/esm/funcs/vendorsUpdateVendorCredentialData.js +1 -1
  757. package/dist/esm/funcs/vendorsUpdateVendorCredentialData.js.map +1 -1
  758. package/dist/esm/funcs/vendorsUpdateVendorCredentialFile.js +1 -1
  759. package/dist/esm/funcs/vendorsUpdateVendorCredentialFile.js.map +1 -1
  760. package/dist/esm/funcs/vendorsUpdateVendorDetails.js +1 -1
  761. package/dist/esm/funcs/vendorsUpdateVendorDetails.js.map +1 -1
  762. package/dist/esm/funcs/vendorsUpdateVendorManagedByCompany.js +1 -1
  763. package/dist/esm/funcs/vendorsUpdateVendorManagedByCompany.js.map +1 -1
  764. package/dist/esm/funcs/vendorsUpdateVendorScrubDetails.js +1 -1
  765. package/dist/esm/funcs/vendorsUpdateVendorScrubDetails.js.map +1 -1
  766. package/dist/esm/funcs/webhooksGetWebhookEndpoint.js +1 -1
  767. package/dist/esm/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
  768. package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js +1 -1
  769. package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
  770. package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +1 -1
  771. package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
  772. package/dist/esm/funcs/zonesGetSecurityZone.js +1 -1
  773. package/dist/esm/funcs/zonesGetSecurityZone.js.map +1 -1
  774. package/dist/esm/funcs/zonesSecurityZoneCheckin.js +1 -1
  775. package/dist/esm/funcs/zonesSecurityZoneCheckin.js.map +1 -1
  776. package/dist/esm/index.extras.d.ts +2 -0
  777. package/dist/esm/index.extras.d.ts.map +1 -1
  778. package/dist/esm/index.extras.js +2 -0
  779. package/dist/esm/index.extras.js.map +1 -1
  780. package/dist/esm/lib/config.d.ts +3 -3
  781. package/dist/esm/lib/config.js +3 -3
  782. package/dist/esm/lib/config.js.map +1 -1
  783. package/dist/esm/lib/sdks.js +2 -2
  784. package/dist/esm/lib/sdks.js.map +1 -1
  785. package/dist/esm/models/components/companymanager.d.ts +78 -0
  786. package/dist/esm/models/components/companymanager.d.ts.map +1 -0
  787. package/dist/esm/models/components/companymanager.js +127 -0
  788. package/dist/esm/models/components/companymanager.js.map +1 -0
  789. package/dist/esm/models/components/expand.d.ts +18 -12
  790. package/dist/esm/models/components/expand.d.ts.map +1 -1
  791. package/dist/esm/models/components/expand.js +18 -12
  792. package/dist/esm/models/components/expand.js.map +1 -1
  793. package/dist/esm/models/components/feed.d.ts +6 -0
  794. package/dist/esm/models/components/feed.d.ts.map +1 -1
  795. package/dist/esm/models/components/feed.js.map +1 -1
  796. package/dist/esm/models/components/index.d.ts +7 -2
  797. package/dist/esm/models/components/index.d.ts.map +1 -1
  798. package/dist/esm/models/components/index.js +7 -2
  799. package/dist/esm/models/components/index.js.map +1 -1
  800. package/dist/esm/models/components/invoice.d.ts +94 -1
  801. package/dist/esm/models/components/invoice.d.ts.map +1 -1
  802. package/dist/esm/models/components/invoice.js +50 -1
  803. package/dist/esm/models/components/invoice.js.map +1 -1
  804. package/dist/esm/models/components/invoicefinancialstatus.d.ts +10 -0
  805. package/dist/esm/models/components/invoicefinancialstatus.d.ts.map +1 -0
  806. package/dist/esm/models/components/invoicefinancialstatus.js +11 -0
  807. package/dist/esm/models/components/invoicefinancialstatus.js.map +1 -0
  808. package/dist/esm/models/components/invoiceitem.d.ts +1 -0
  809. package/dist/esm/models/components/invoiceitem.d.ts.map +1 -1
  810. package/dist/esm/models/components/invoiceitem.js +1 -0
  811. package/dist/esm/models/components/invoiceitem.js.map +1 -1
  812. package/dist/esm/models/components/paymentprofileinfo.d.ts +46 -0
  813. package/dist/esm/models/components/paymentprofileinfo.d.ts.map +1 -0
  814. package/dist/esm/models/components/paymentprofileinfo.js +72 -0
  815. package/dist/esm/models/components/paymentprofileinfo.js.map +1 -0
  816. package/dist/esm/models/components/pendinginvitation.d.ts +6 -0
  817. package/dist/esm/models/components/pendinginvitation.d.ts.map +1 -1
  818. package/dist/esm/models/components/pendinginvitation.js.map +1 -1
  819. package/dist/esm/models/components/screeninganswer.d.ts +4 -4
  820. package/dist/esm/models/components/screeninganswer.d.ts.map +1 -1
  821. package/dist/esm/models/components/screeninganswer.js +3 -3
  822. package/dist/esm/models/components/screeninganswer.js.map +1 -1
  823. package/dist/esm/models/components/screeningansweractionsummary.d.ts +30 -0
  824. package/dist/esm/models/components/screeningansweractionsummary.d.ts.map +1 -0
  825. package/dist/esm/models/components/screeningansweractionsummary.js +22 -0
  826. package/dist/esm/models/components/screeningansweractionsummary.js.map +1 -0
  827. package/dist/esm/models/components/screeningquestion.d.ts +4 -4
  828. package/dist/esm/models/components/screeningquestion.d.ts.map +1 -1
  829. package/dist/esm/models/components/screeningquestion.js +4 -3
  830. package/dist/esm/models/components/screeningquestion.js.map +1 -1
  831. package/dist/esm/models/components/standingappointment.d.ts +6 -0
  832. package/dist/esm/models/components/standingappointment.d.ts.map +1 -1
  833. package/dist/esm/models/components/standingappointment.js.map +1 -1
  834. package/dist/esm/models/components/subscription.d.ts +1 -1
  835. package/dist/esm/models/components/subscription.d.ts.map +1 -1
  836. package/dist/esm/models/components/subscription.js +1 -1
  837. package/dist/esm/models/components/subscription.js.map +1 -1
  838. package/dist/esm/models/components/supervisor.d.ts +2 -2
  839. package/dist/esm/models/components/supervisor.d.ts.map +1 -1
  840. package/dist/esm/models/components/supervisor.js +2 -2
  841. package/dist/esm/models/components/supervisor.js.map +1 -1
  842. package/dist/esm/models/components/vendor.d.ts +9 -1
  843. package/dist/esm/models/components/vendor.d.ts.map +1 -1
  844. package/dist/esm/models/components/vendor.js +16 -1
  845. package/dist/esm/models/components/vendor.js.map +1 -1
  846. package/dist/esm/models/components/vendorcredentialsummary.d.ts +1 -0
  847. package/dist/esm/models/components/vendorcredentialsummary.d.ts.map +1 -1
  848. package/dist/esm/models/components/vendorcredentialsummary.js +2 -0
  849. package/dist/esm/models/components/vendorcredentialsummary.js.map +1 -1
  850. package/dist/esm/models/components/vendorcustomfields.d.ts +14 -0
  851. package/dist/esm/models/components/vendorcustomfields.d.ts.map +1 -0
  852. package/dist/esm/models/components/{vendoradditionalfacilityfields.js → vendorcustomfields.js} +4 -4
  853. package/dist/esm/models/components/vendorcustomfields.js.map +1 -0
  854. package/dist/esm/models/components/vendorscan.d.ts +3 -0
  855. package/dist/esm/models/components/vendorscan.d.ts.map +1 -1
  856. package/dist/esm/models/components/vendorscan.js +5 -0
  857. package/dist/esm/models/components/vendorscan.js.map +1 -1
  858. package/dist/esm/models/components/vendorscanscreeninganswer.d.ts +33 -0
  859. package/dist/esm/models/components/vendorscanscreeninganswer.d.ts.map +1 -0
  860. package/dist/esm/models/components/vendorscanscreeninganswer.js +41 -0
  861. package/dist/esm/models/components/vendorscanscreeninganswer.js.map +1 -0
  862. package/dist/esm/models/components/vendorscanscreeningquestion.d.ts +55 -0
  863. package/dist/esm/models/components/vendorscanscreeningquestion.d.ts.map +1 -0
  864. package/dist/esm/models/components/vendorscanscreeningquestion.js +40 -0
  865. package/dist/esm/models/components/vendorscanscreeningquestion.js.map +1 -0
  866. package/dist/esm/models/errors/apierrorresponse.d.ts +2 -2
  867. package/dist/esm/models/errors/apierrorresponse.d.ts.map +1 -1
  868. package/dist/esm/models/errors/apierrorresponse.js +3 -2
  869. package/dist/esm/models/errors/apierrorresponse.js.map +1 -1
  870. package/dist/esm/models/operations/getcompany.d.ts +21 -0
  871. package/dist/esm/models/operations/getcompany.d.ts.map +1 -0
  872. package/dist/esm/models/operations/getcompany.js +14 -0
  873. package/dist/esm/models/operations/getcompany.js.map +1 -0
  874. package/dist/esm/models/operations/getfacility.d.ts +6 -0
  875. package/dist/esm/models/operations/getfacility.d.ts.map +1 -1
  876. package/dist/esm/models/operations/getfacility.js +2 -0
  877. package/dist/esm/models/operations/getfacility.js.map +1 -1
  878. package/dist/esm/models/operations/getlinkedusers.d.ts +36 -0
  879. package/dist/esm/models/operations/getlinkedusers.d.ts.map +1 -0
  880. package/dist/esm/models/operations/getlinkedusers.js +47 -0
  881. package/dist/esm/models/operations/getlinkedusers.js.map +1 -0
  882. package/dist/esm/models/operations/getnextscreeningquestion.d.ts +41 -0
  883. package/dist/esm/models/operations/getnextscreeningquestion.d.ts.map +1 -0
  884. package/dist/esm/models/operations/getnextscreeningquestion.js +31 -0
  885. package/dist/esm/models/operations/getnextscreeningquestion.js.map +1 -0
  886. package/dist/esm/models/operations/index.d.ts +7 -0
  887. package/dist/esm/models/operations/index.d.ts.map +1 -1
  888. package/dist/esm/models/operations/index.js +7 -0
  889. package/dist/esm/models/operations/index.js.map +1 -1
  890. package/dist/esm/models/operations/listalerts.d.ts +5 -0
  891. package/dist/esm/models/operations/listalerts.d.ts.map +1 -1
  892. package/dist/esm/models/operations/listalerts.js +2 -0
  893. package/dist/esm/models/operations/listalerts.js.map +1 -1
  894. package/dist/esm/models/operations/listcompanymanagers.d.ts +57 -0
  895. package/dist/esm/models/operations/listcompanymanagers.d.ts.map +1 -0
  896. package/dist/esm/models/operations/listcompanymanagers.js +43 -0
  897. package/dist/esm/models/operations/listcompanymanagers.js.map +1 -0
  898. package/dist/esm/models/operations/listinvoices.d.ts +95 -0
  899. package/dist/esm/models/operations/listinvoices.d.ts.map +1 -0
  900. package/dist/esm/models/operations/listinvoices.js +57 -0
  901. package/dist/esm/models/operations/listinvoices.js.map +1 -0
  902. package/dist/esm/models/operations/listorsearchfacilities.d.ts +2 -2
  903. package/dist/esm/models/operations/listorsearchfacilities.d.ts.map +1 -1
  904. package/dist/esm/models/operations/listorsearchfacilities.js +1 -2
  905. package/dist/esm/models/operations/listorsearchfacilities.js.map +1 -1
  906. package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +1 -1
  907. package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
  908. package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +1 -1
  909. package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
  910. package/dist/esm/models/operations/listvendorcredentials.d.ts +5 -0
  911. package/dist/esm/models/operations/listvendorcredentials.d.ts.map +1 -1
  912. package/dist/esm/models/operations/listvendorcredentials.js +2 -0
  913. package/dist/esm/models/operations/listvendorcredentials.js.map +1 -1
  914. package/dist/esm/models/operations/listvendorcustomfields.d.ts +57 -0
  915. package/dist/esm/models/operations/listvendorcustomfields.d.ts.map +1 -0
  916. package/dist/esm/models/operations/listvendorcustomfields.js +43 -0
  917. package/dist/esm/models/operations/listvendorcustomfields.js.map +1 -0
  918. package/dist/esm/models/operations/listvendorinvoices.d.ts +3 -17
  919. package/dist/esm/models/operations/listvendorinvoices.d.ts.map +1 -1
  920. package/dist/esm/models/operations/listvendorinvoices.js +2 -10
  921. package/dist/esm/models/operations/listvendorinvoices.js.map +1 -1
  922. package/dist/esm/models/operations/securityzonecheckin.d.ts +24 -4
  923. package/dist/esm/models/operations/securityzonecheckin.d.ts.map +1 -1
  924. package/dist/esm/models/operations/securityzonecheckin.js +28 -1
  925. package/dist/esm/models/operations/securityzonecheckin.js.map +1 -1
  926. package/dist/esm/models/operations/submitscreeningresponse.d.ts +80 -0
  927. package/dist/esm/models/operations/submitscreeningresponse.d.ts.map +1 -0
  928. package/dist/esm/models/operations/submitscreeningresponse.js +54 -0
  929. package/dist/esm/models/operations/submitscreeningresponse.js.map +1 -0
  930. package/dist/esm/models/operations/updateuseralerts.d.ts +7 -0
  931. package/dist/esm/models/operations/updateuseralerts.d.ts.map +1 -1
  932. package/dist/esm/models/operations/updateuseralerts.js +2 -0
  933. package/dist/esm/models/operations/updateuseralerts.js.map +1 -1
  934. package/dist/esm/react-query/alertsListAlerts.core.d.ts +2 -0
  935. package/dist/esm/react-query/alertsListAlerts.core.d.ts.map +1 -1
  936. package/dist/esm/react-query/alertsListAlerts.core.js +2 -0
  937. package/dist/esm/react-query/alertsListAlerts.core.js.map +1 -1
  938. package/dist/esm/react-query/alertsListAlerts.d.ts +2 -0
  939. package/dist/esm/react-query/alertsListAlerts.d.ts.map +1 -1
  940. package/dist/esm/react-query/alertsListAlerts.js.map +1 -1
  941. package/dist/esm/react-query/companiesGetCompany.core.d.ts +15 -0
  942. package/dist/esm/react-query/companiesGetCompany.core.d.ts.map +1 -0
  943. package/dist/esm/react-query/companiesGetCompany.core.js +37 -0
  944. package/dist/esm/react-query/companiesGetCompany.core.js.map +1 -0
  945. package/dist/esm/react-query/companiesGetCompany.d.ts +44 -0
  946. package/dist/esm/react-query/companiesGetCompany.d.ts.map +1 -0
  947. package/dist/esm/react-query/companiesGetCompany.js +65 -0
  948. package/dist/esm/react-query/companiesGetCompany.js.map +1 -0
  949. package/dist/esm/react-query/companiesListCompanyManagers.core.d.ts +36 -0
  950. package/dist/esm/react-query/companiesListCompanyManagers.core.d.ts.map +1 -0
  951. package/dist/esm/react-query/companiesListCompanyManagers.core.js +85 -0
  952. package/dist/esm/react-query/companiesListCompanyManagers.core.js.map +1 -0
  953. package/dist/esm/react-query/companiesListCompanyManagers.d.ts +54 -0
  954. package/dist/esm/react-query/companiesListCompanyManagers.d.ts.map +1 -0
  955. package/dist/esm/react-query/companiesListCompanyManagers.js +89 -0
  956. package/dist/esm/react-query/companiesListCompanyManagers.js.map +1 -0
  957. package/dist/esm/react-query/index.d.ts +8 -0
  958. package/dist/esm/react-query/index.d.ts.map +1 -1
  959. package/dist/esm/react-query/index.js +8 -0
  960. package/dist/esm/react-query/index.js.map +1 -1
  961. package/dist/esm/react-query/invoicesListInvoices.core.d.ts +52 -0
  962. package/dist/esm/react-query/invoicesListInvoices.core.d.ts.map +1 -0
  963. package/dist/esm/react-query/invoicesListInvoices.core.js +99 -0
  964. package/dist/esm/react-query/invoicesListInvoices.core.js.map +1 -0
  965. package/dist/esm/react-query/invoicesListInvoices.d.ts +156 -0
  966. package/dist/esm/react-query/invoicesListInvoices.d.ts.map +1 -0
  967. package/dist/esm/react-query/invoicesListInvoices.js +173 -0
  968. package/dist/esm/react-query/invoicesListInvoices.js.map +1 -0
  969. package/dist/esm/react-query/organizationsGetFacility.core.d.ts +3 -1
  970. package/dist/esm/react-query/organizationsGetFacility.core.d.ts.map +1 -1
  971. package/dist/esm/react-query/organizationsGetFacility.core.js +11 -3
  972. package/dist/esm/react-query/organizationsGetFacility.core.js.map +1 -1
  973. package/dist/esm/react-query/organizationsGetFacility.d.ts +13 -2
  974. package/dist/esm/react-query/organizationsGetFacility.d.ts.map +1 -1
  975. package/dist/esm/react-query/organizationsGetFacility.js.map +1 -1
  976. package/dist/esm/react-query/organizationsListOrSearchFacilities.core.d.ts +2 -2
  977. package/dist/esm/react-query/organizationsListOrSearchFacilities.core.d.ts.map +1 -1
  978. package/dist/esm/react-query/organizationsListOrSearchFacilities.core.js +2 -2
  979. package/dist/esm/react-query/organizationsListOrSearchFacilities.core.js.map +1 -1
  980. package/dist/esm/react-query/organizationsListOrSearchFacilities.d.ts +2 -2
  981. package/dist/esm/react-query/organizationsListOrSearchFacilities.d.ts.map +1 -1
  982. package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.d.ts +12 -0
  983. package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.d.ts.map +1 -0
  984. package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.js +33 -0
  985. package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.js.map +1 -0
  986. package/dist/esm/react-query/paymentProfileGetPaymentProfile.d.ts +27 -0
  987. package/dist/esm/react-query/paymentProfileGetPaymentProfile.d.ts.map +1 -0
  988. package/dist/esm/react-query/paymentProfileGetPaymentProfile.js +54 -0
  989. package/dist/esm/react-query/paymentProfileGetPaymentProfile.js.map +1 -0
  990. package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts +14 -0
  991. package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts.map +1 -0
  992. package/dist/esm/react-query/usersGetLinkedUsers.core.js +34 -0
  993. package/dist/esm/react-query/usersGetLinkedUsers.core.js.map +1 -0
  994. package/dist/esm/react-query/usersGetLinkedUsers.d.ts +37 -0
  995. package/dist/esm/react-query/usersGetLinkedUsers.d.ts.map +1 -0
  996. package/dist/esm/react-query/usersGetLinkedUsers.js +65 -0
  997. package/dist/esm/react-query/usersGetLinkedUsers.js.map +1 -0
  998. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.d.ts +16 -0
  999. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.d.ts.map +1 -0
  1000. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.js +38 -0
  1001. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.js.map +1 -0
  1002. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.d.ts +46 -0
  1003. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
  1004. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.js +69 -0
  1005. package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.js.map +1 -0
  1006. package/dist/esm/react-query/vendorScansSubmitScreeningResponse.d.ts +27 -0
  1007. package/dist/esm/react-query/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
  1008. package/dist/esm/react-query/vendorScansSubmitScreeningResponse.js +50 -0
  1009. package/dist/esm/react-query/vendorScansSubmitScreeningResponse.js.map +1 -0
  1010. package/dist/esm/react-query/vendorsChangeSubscription.d.ts +4 -1
  1011. package/dist/esm/react-query/vendorsChangeSubscription.d.ts.map +1 -1
  1012. package/dist/esm/react-query/vendorsChangeSubscription.js +4 -1
  1013. package/dist/esm/react-query/vendorsChangeSubscription.js.map +1 -1
  1014. package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.d.ts +2 -0
  1015. package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
  1016. package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.js +2 -0
  1017. package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.js.map +1 -1
  1018. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +12 -4
  1019. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
  1020. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js +12 -4
  1021. package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
  1022. package/dist/esm/react-query/vendorsListVendorCredentials.core.d.ts +2 -0
  1023. package/dist/esm/react-query/vendorsListVendorCredentials.core.d.ts.map +1 -1
  1024. package/dist/esm/react-query/vendorsListVendorCredentials.core.js +2 -0
  1025. package/dist/esm/react-query/vendorsListVendorCredentials.core.js.map +1 -1
  1026. package/dist/esm/react-query/vendorsListVendorCredentials.d.ts +2 -0
  1027. package/dist/esm/react-query/vendorsListVendorCredentials.d.ts.map +1 -1
  1028. package/dist/esm/react-query/vendorsListVendorCredentials.js.map +1 -1
  1029. package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts +36 -0
  1030. package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -0
  1031. package/dist/esm/react-query/vendorsListVendorCustomFields.core.js +85 -0
  1032. package/dist/esm/react-query/vendorsListVendorCustomFields.core.js.map +1 -0
  1033. package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts +54 -0
  1034. package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts.map +1 -0
  1035. package/dist/esm/react-query/vendorsListVendorCustomFields.js +89 -0
  1036. package/dist/esm/react-query/vendorsListVendorCustomFields.js.map +1 -0
  1037. package/dist/esm/react-query/vendorsListVendorInvoices.core.d.ts +2 -2
  1038. package/dist/esm/react-query/vendorsListVendorInvoices.d.ts +26 -6
  1039. package/dist/esm/react-query/vendorsListVendorInvoices.d.ts.map +1 -1
  1040. package/dist/esm/react-query/vendorsListVendorInvoices.js +24 -4
  1041. package/dist/esm/react-query/vendorsListVendorInvoices.js.map +1 -1
  1042. package/dist/esm/sdk/companies.d.ts +22 -0
  1043. package/dist/esm/sdk/companies.d.ts.map +1 -1
  1044. package/dist/esm/sdk/companies.js +26 -0
  1045. package/dist/esm/sdk/companies.js.map +1 -1
  1046. package/dist/esm/sdk/invoices.d.ts +32 -0
  1047. package/dist/esm/sdk/invoices.d.ts.map +1 -1
  1048. package/dist/esm/sdk/invoices.js +33 -0
  1049. package/dist/esm/sdk/invoices.js.map +1 -1
  1050. package/dist/esm/sdk/paymentprofile.d.ts +15 -0
  1051. package/dist/esm/sdk/paymentprofile.d.ts.map +1 -0
  1052. package/dist/esm/sdk/paymentprofile.js +21 -0
  1053. package/dist/esm/sdk/paymentprofile.js.map +1 -0
  1054. package/dist/esm/sdk/sdk.d.ts +3 -0
  1055. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  1056. package/dist/esm/sdk/sdk.js +4 -0
  1057. package/dist/esm/sdk/sdk.js.map +1 -1
  1058. package/dist/esm/sdk/users.d.ts +12 -0
  1059. package/dist/esm/sdk/users.d.ts.map +1 -1
  1060. package/dist/esm/sdk/users.js +15 -0
  1061. package/dist/esm/sdk/users.js.map +1 -1
  1062. package/dist/esm/sdk/vendors.d.ts +23 -3
  1063. package/dist/esm/sdk/vendors.d.ts.map +1 -1
  1064. package/dist/esm/sdk/vendors.js +24 -3
  1065. package/dist/esm/sdk/vendors.js.map +1 -1
  1066. package/dist/esm/sdk/vendorscans.d.ts +23 -0
  1067. package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
  1068. package/dist/esm/sdk/vendorscans.js +29 -0
  1069. package/dist/esm/sdk/vendorscans.js.map +1 -1
  1070. package/examples/package-lock.json +1 -1
  1071. package/jsr.json +1 -1
  1072. package/package.json +1 -1
  1073. package/src/__tests__/companies.test.ts +57 -0
  1074. package/src/__tests__/invoices.test.ts +35 -0
  1075. package/src/__tests__/paymentprofile.test.ts +26 -0
  1076. package/src/__tests__/users.test.ts +24 -0
  1077. package/src/__tests__/vendors.test.ts +35 -0
  1078. package/src/__tests__/vendorscans.test.ts +42 -0
  1079. package/src/__tests__/zones.test.ts +4 -6
  1080. package/src/admin-funcs/handoffStayAlive.ts +8 -0
  1081. package/src/funcs/alertsListAlerts.ts +13 -9
  1082. package/src/funcs/alertsUpdateUserAlerts.ts +1 -2
  1083. package/src/funcs/companiesGetCompany.ts +185 -0
  1084. package/src/funcs/companiesListCompanyManagers.ts +254 -0
  1085. package/src/funcs/companiesListOrSearchCompanies.ts +1 -2
  1086. package/src/funcs/dataRequestsAddDataRequestFile.ts +1 -2
  1087. package/src/funcs/dataRequestsDeleteDataRequestFile.ts +1 -2
  1088. package/src/funcs/dataRequestsUpdateDataRequest.ts +1 -2
  1089. package/src/funcs/eventsAcceptInvitation.ts +1 -2
  1090. package/src/funcs/eventsCreateEvent.ts +1 -2
  1091. package/src/funcs/eventsDeclineInvitation.ts +1 -2
  1092. package/src/funcs/eventsDeleteEvent.ts +1 -2
  1093. package/src/funcs/eventsListFeed.ts +1 -2
  1094. package/src/funcs/eventsListLocations.ts +1 -2
  1095. package/src/funcs/eventsListOrSearchVendorInvitees.ts +1 -2
  1096. package/src/funcs/eventsListPendingInvitations.ts +1 -2
  1097. package/src/funcs/eventsListStandingAppointments.ts +1 -2
  1098. package/src/funcs/eventsUpdateEvent.ts +1 -2
  1099. package/src/funcs/fhirConfigsCreateAFhirConfig.ts +1 -2
  1100. package/src/funcs/fhirConfigsDeleteFhirConfigById.ts +1 -2
  1101. package/src/funcs/fhirConfigsGetFhirConfig.ts +1 -2
  1102. package/src/funcs/fhirConfigsListOfFhirConfigurations.ts +1 -2
  1103. package/src/funcs/fhirConfigsUpdateFhirConfigById.ts +1 -2
  1104. package/src/funcs/invoicesCreateInvoice.ts +1 -2
  1105. package/src/funcs/invoicesListInvoices.ts +280 -0
  1106. package/src/funcs/invoicesMakePayment.ts +1 -2
  1107. package/src/funcs/invoicesUpdateInvoice.ts +1 -2
  1108. package/src/funcs/mobileDevicesAddMobileDevice.ts +1 -2
  1109. package/src/funcs/organizationsGetFacility.ts +9 -5
  1110. package/src/funcs/organizationsListOrSearchDepartmentContacts.ts +1 -2
  1111. package/src/funcs/organizationsListOrSearchDepartments.ts +1 -2
  1112. package/src/funcs/organizationsListOrSearchFacilities.ts +4 -5
  1113. package/src/funcs/paymentProfileGetPaymentProfile.ts +153 -0
  1114. package/src/funcs/supportArticlesGetSupportArticle.ts +1 -2
  1115. package/src/funcs/supportArticlesListOrSearchSupportArticles.ts +1 -2
  1116. package/src/funcs/systemsListSystems.ts +1 -2
  1117. package/src/funcs/usersChangePassword.ts +1 -2
  1118. package/src/funcs/usersGetCurrentUser.ts +1 -2
  1119. package/src/funcs/usersGetLinkedUsers.ts +177 -0
  1120. package/src/funcs/usersGetUserById.ts +1 -2
  1121. package/src/funcs/usersMagiclink.ts +1 -2
  1122. package/src/funcs/usersPassword.ts +1 -2
  1123. package/src/funcs/usersPasswordResetRequest.ts +1 -2
  1124. package/src/funcs/usersPostAuthenticate.ts +1 -2
  1125. package/src/funcs/usersRotateApiKey.ts +1 -2
  1126. package/src/funcs/vendorScansGetNextScreeningQuestion.ts +192 -0
  1127. package/src/funcs/vendorScansSubmitScreeningResponse.ts +180 -0
  1128. package/src/funcs/vendorScansVendorScanOut.ts +1 -2
  1129. package/src/funcs/vendorsAcceptVendorCredential.ts +1 -2
  1130. package/src/funcs/vendorsAddVendorCredentialFile.ts +1 -2
  1131. package/src/funcs/vendorsAddVendorManagedByCompany.ts +1 -2
  1132. package/src/funcs/vendorsCalculateSubscriptionPrice.ts +1 -2
  1133. package/src/funcs/vendorsChangeSubscription.ts +5 -3
  1134. package/src/funcs/vendorsCheckDownloadCode.ts +1 -2
  1135. package/src/funcs/vendorsCreateNewVendorCredentialVersion.ts +1 -2
  1136. package/src/funcs/vendorsCreateOrUpdateBcr.ts +1 -2
  1137. package/src/funcs/vendorsCreateVendorCompany.ts +1 -2
  1138. package/src/funcs/vendorsCreateVendorRegistration.ts +1 -2
  1139. package/src/funcs/vendorsDeclineVendorCredential.ts +1 -2
  1140. package/src/funcs/vendorsDeleteVendorCredentialFile.ts +1 -2
  1141. package/src/funcs/vendorsDeleteVendorManagedByCompany.ts +1 -2
  1142. package/src/funcs/vendorsExpediteTimeRemaining.ts +1 -2
  1143. package/src/funcs/vendorsGetNextUnansweredScreeningQuestion.ts +1 -2
  1144. package/src/funcs/vendorsGetSubscription.ts +1 -2
  1145. package/src/funcs/vendorsGetVendorCredentialDetails.ts +1 -2
  1146. package/src/funcs/vendorsGetVendorCredentialFile.ts +1 -2
  1147. package/src/funcs/vendorsGetVendorInvoiceDetails.ts +2 -2
  1148. package/src/funcs/vendorsGetVendorInvoiceReceipt.ts +1 -2
  1149. package/src/funcs/vendorsGetVendorLegalName.ts +1 -2
  1150. package/src/funcs/vendorsGetVendorsDetails.ts +1 -2
  1151. package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +4 -3
  1152. package/src/funcs/vendorsListVendorCredentialDataRequests.ts +1 -2
  1153. package/src/funcs/vendorsListVendorCredentialFiles.ts +1 -2
  1154. package/src/funcs/vendorsListVendorCredentialHistory.ts +1 -2
  1155. package/src/funcs/vendorsListVendorCredentials.ts +2 -2
  1156. package/src/funcs/vendorsListVendorCredits.ts +1 -2
  1157. package/src/funcs/vendorsListVendorCustomFields.ts +256 -0
  1158. package/src/funcs/vendorsListVendorFacilityStatuses.ts +1 -2
  1159. package/src/funcs/vendorsListVendorInvoices.ts +7 -3
  1160. package/src/funcs/vendorsListVendorJobTitles.ts +1 -2
  1161. package/src/funcs/vendorsListVendorManagedByCompanies.ts +1 -2
  1162. package/src/funcs/vendorsListVendorScrubDetails.ts +1 -2
  1163. package/src/funcs/vendorsListVendorScrubPackages.ts +1 -2
  1164. package/src/funcs/vendorsListVendorScrubPurchases.ts +1 -2
  1165. package/src/funcs/vendorsListVendorTypes.ts +1 -2
  1166. package/src/funcs/vendorsPurchaseScrubCredits.ts +1 -2
  1167. package/src/funcs/vendorsSendDownloadCode.ts +1 -2
  1168. package/src/funcs/vendorsSubmitVendorCredential.ts +1 -2
  1169. package/src/funcs/vendorsUpdateVendorCredentialData.ts +1 -2
  1170. package/src/funcs/vendorsUpdateVendorCredentialFile.ts +1 -2
  1171. package/src/funcs/vendorsUpdateVendorDetails.ts +1 -2
  1172. package/src/funcs/vendorsUpdateVendorManagedByCompany.ts +1 -2
  1173. package/src/funcs/vendorsUpdateVendorScrubDetails.ts +1 -2
  1174. package/src/funcs/webhooksGetWebhookEndpoint.ts +1 -2
  1175. package/src/funcs/webhooksListAllWebhookEndpoints.ts +1 -2
  1176. package/src/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.ts +1 -2
  1177. package/src/funcs/zonesGetSecurityZone.ts +1 -2
  1178. package/src/funcs/zonesSecurityZoneCheckin.ts +1 -2
  1179. package/src/index.extras.ts +2 -0
  1180. package/src/lib/config.ts +3 -3
  1181. package/src/lib/sdks.ts +2 -2
  1182. package/src/models/components/companymanager.ts +307 -0
  1183. package/src/models/components/expand.ts +18 -12
  1184. package/src/models/components/feed.ts +6 -0
  1185. package/src/models/components/index.ts +7 -2
  1186. package/src/models/components/invoice.ts +153 -2
  1187. package/src/models/components/invoicefinancialstatus.ts +17 -0
  1188. package/src/models/components/invoiceitem.ts +2 -0
  1189. package/src/models/components/paymentprofileinfo.ts +182 -0
  1190. package/src/models/components/pendinginvitation.ts +6 -0
  1191. package/src/models/components/screeninganswer.ts +9 -7
  1192. package/src/models/components/screeningansweractionsummary.ts +60 -0
  1193. package/src/models/components/screeningquestion.ts +10 -7
  1194. package/src/models/components/standingappointment.ts +6 -0
  1195. package/src/models/components/subscription.ts +2 -2
  1196. package/src/models/components/supervisor.ts +4 -4
  1197. package/src/models/components/vendor.ts +31 -2
  1198. package/src/models/components/vendorcredentialsummary.ts +3 -0
  1199. package/src/models/components/{vendoradditionalfacilityfields.ts → vendorcustomfields.ts} +7 -7
  1200. package/src/models/components/vendorscan.ts +8 -0
  1201. package/src/models/components/vendorscanscreeninganswer.ts +80 -0
  1202. package/src/models/components/vendorscanscreeningquestion.ts +100 -0
  1203. package/src/models/errors/apierrorresponse.ts +4 -4
  1204. package/src/models/operations/getcompany.ts +41 -0
  1205. package/src/models/operations/getfacility.ts +7 -0
  1206. package/src/models/operations/getlinkedusers.ts +110 -0
  1207. package/src/models/operations/getnextscreeningquestion.ts +91 -0
  1208. package/src/models/operations/index.ts +7 -0
  1209. package/src/models/operations/listalerts.ts +7 -0
  1210. package/src/models/operations/listcompanymanagers.ts +132 -0
  1211. package/src/models/operations/listinvoices.ts +184 -0
  1212. package/src/models/operations/listorsearchfacilities.ts +3 -4
  1213. package/src/models/operations/listvendoradditionalfacilityfields.ts +2 -2
  1214. package/src/models/operations/listvendorcredentials.ts +7 -0
  1215. package/src/models/operations/listvendorcustomfields.ts +137 -0
  1216. package/src/models/operations/listvendorinvoices.ts +5 -22
  1217. package/src/models/operations/securityzonecheckin.ts +71 -5
  1218. package/src/models/operations/submitscreeningresponse.ts +169 -0
  1219. package/src/models/operations/updateuseralerts.ts +9 -0
  1220. package/src/react-query/alertsListAlerts.core.ts +4 -0
  1221. package/src/react-query/alertsListAlerts.ts +2 -0
  1222. package/src/react-query/companiesGetCompany.core.ts +82 -0
  1223. package/src/react-query/companiesGetCompany.ts +125 -0
  1224. package/src/react-query/companiesListCompanyManagers.core.ts +195 -0
  1225. package/src/react-query/companiesListCompanyManagers.ts +230 -0
  1226. package/src/react-query/index.ts +8 -0
  1227. package/src/react-query/invoicesListInvoices.core.ts +214 -0
  1228. package/src/react-query/invoicesListInvoices.ts +324 -0
  1229. package/src/react-query/organizationsGetFacility.core.ts +14 -3
  1230. package/src/react-query/organizationsGetFacility.ts +8 -2
  1231. package/src/react-query/organizationsListOrSearchFacilities.core.ts +4 -4
  1232. package/src/react-query/organizationsListOrSearchFacilities.ts +2 -2
  1233. package/src/react-query/paymentProfileGetPaymentProfile.core.ts +71 -0
  1234. package/src/react-query/paymentProfileGetPaymentProfile.ts +96 -0
  1235. package/src/react-query/usersGetLinkedUsers.core.ts +78 -0
  1236. package/src/react-query/usersGetLinkedUsers.ts +119 -0
  1237. package/src/react-query/vendorScansGetNextScreeningQuestion.core.ts +87 -0
  1238. package/src/react-query/vendorScansGetNextScreeningQuestion.ts +143 -0
  1239. package/src/react-query/vendorScansSubmitScreeningResponse.ts +97 -0
  1240. package/src/react-query/vendorsChangeSubscription.ts +4 -1
  1241. package/src/react-query/vendorsGetVendorInvoiceDetails.ts +2 -0
  1242. package/src/react-query/vendorsListVendorAdditionalFacilityFields.ts +12 -4
  1243. package/src/react-query/vendorsListVendorCredentials.core.ts +4 -0
  1244. package/src/react-query/vendorsListVendorCredentials.ts +2 -0
  1245. package/src/react-query/vendorsListVendorCustomFields.core.ts +198 -0
  1246. package/src/react-query/vendorsListVendorCustomFields.ts +230 -0
  1247. package/src/react-query/vendorsListVendorInvoices.core.ts +2 -2
  1248. package/src/react-query/vendorsListVendorInvoices.ts +26 -6
  1249. package/src/sdk/companies.ts +45 -0
  1250. package/src/sdk/invoices.ts +41 -0
  1251. package/src/sdk/paymentprofile.ts +28 -0
  1252. package/src/sdk/sdk.ts +6 -0
  1253. package/src/sdk/users.ts +23 -0
  1254. package/src/sdk/vendors.ts +34 -3
  1255. package/src/sdk/vendorscans.ts +45 -0
  1256. package/dist/commonjs/models/components/handoff.d.ts +0 -24
  1257. package/dist/commonjs/models/components/handoff.d.ts.map +0 -1
  1258. package/dist/commonjs/models/components/handoff.js.map +0 -1
  1259. package/dist/commonjs/models/components/vendoradditionalfacilityfields.d.ts +0 -14
  1260. package/dist/commonjs/models/components/vendoradditionalfacilityfields.d.ts.map +0 -1
  1261. package/dist/commonjs/models/components/vendoradditionalfacilityfields.js.map +0 -1
  1262. package/dist/esm/models/components/handoff.d.ts +0 -24
  1263. package/dist/esm/models/components/handoff.d.ts.map +0 -1
  1264. package/dist/esm/models/components/handoff.js +0 -31
  1265. package/dist/esm/models/components/handoff.js.map +0 -1
  1266. package/dist/esm/models/components/vendoradditionalfacilityfields.d.ts +0 -14
  1267. package/dist/esm/models/components/vendoradditionalfacilityfields.d.ts.map +0 -1
  1268. package/dist/esm/models/components/vendoradditionalfacilityfields.js.map +0 -1
  1269. package/src/models/components/handoff.ts +0 -59
@@ -0,0 +1,182 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import * as types from "../../types/primitives.js";
10
+ import { smartUnion } from "../../types/smartUnion.js";
11
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
+
13
+ export type PaymentProfileInfo22 = {};
14
+
15
+ export type PaymentProfileInfoPaymentProfile2 = number | PaymentProfileInfo22;
16
+
17
+ export type PaymentProfileInfoPaymentProfile1 = {
18
+ id?: number | undefined;
19
+ isValid?: boolean | null | undefined;
20
+ cardType?: string | null | undefined;
21
+ cardLast4?: string | null | undefined;
22
+ isDummy?: boolean | null | undefined;
23
+ profileType?: string | null | undefined;
24
+ };
25
+
26
+ /**
27
+ * Reduced list of attributes of the Payment Profile record
28
+ */
29
+ export type PaymentProfileInfoPaymentProfilePaymentProfile =
30
+ | PaymentProfileInfoPaymentProfile1
31
+ | number
32
+ | PaymentProfileInfo22;
33
+
34
+ /**
35
+ * Payment profile information for the logged-in user. This is account-level data, not invoice-specific.
36
+ */
37
+ export type PaymentProfileInfo = {
38
+ /**
39
+ * Credit balance for the logged in user (vendor or company manager)
40
+ */
41
+ creditBalance: number | null;
42
+ /**
43
+ * Payment profile for the logged in user (vendor or company manager)
44
+ */
45
+ paymentProfile:
46
+ | PaymentProfileInfoPaymentProfile1
47
+ | number
48
+ | PaymentProfileInfo22
49
+ | null;
50
+ };
51
+
52
+ /** @internal */
53
+ export const PaymentProfileInfo22$inboundSchema: z.ZodType<
54
+ PaymentProfileInfo22,
55
+ z.ZodTypeDef,
56
+ unknown
57
+ > = z.object({});
58
+
59
+ export function paymentProfileInfo22FromJSON(
60
+ jsonString: string,
61
+ ): SafeParseResult<PaymentProfileInfo22, SDKValidationError> {
62
+ return safeParse(
63
+ jsonString,
64
+ (x) => PaymentProfileInfo22$inboundSchema.parse(JSON.parse(x)),
65
+ `Failed to parse 'PaymentProfileInfo22' from JSON`,
66
+ );
67
+ }
68
+
69
+ /** @internal */
70
+ export const PaymentProfileInfoPaymentProfile2$inboundSchema: z.ZodType<
71
+ PaymentProfileInfoPaymentProfile2,
72
+ z.ZodTypeDef,
73
+ unknown
74
+ > = smartUnion([
75
+ types.number(),
76
+ z.lazy(() => PaymentProfileInfo22$inboundSchema),
77
+ ]);
78
+
79
+ export function paymentProfileInfoPaymentProfile2FromJSON(
80
+ jsonString: string,
81
+ ): SafeParseResult<PaymentProfileInfoPaymentProfile2, SDKValidationError> {
82
+ return safeParse(
83
+ jsonString,
84
+ (x) => PaymentProfileInfoPaymentProfile2$inboundSchema.parse(JSON.parse(x)),
85
+ `Failed to parse 'PaymentProfileInfoPaymentProfile2' from JSON`,
86
+ );
87
+ }
88
+
89
+ /** @internal */
90
+ export const PaymentProfileInfoPaymentProfile1$inboundSchema: z.ZodType<
91
+ PaymentProfileInfoPaymentProfile1,
92
+ z.ZodTypeDef,
93
+ unknown
94
+ > = z.object({
95
+ id: types.optional(types.number()),
96
+ is_valid: z.nullable(types.boolean()).optional(),
97
+ card_type: z.nullable(types.string()).optional(),
98
+ card_last4: z.nullable(types.string()).optional(),
99
+ is_dummy: z.nullable(types.boolean()).optional(),
100
+ profile_type: z.nullable(types.string()).optional(),
101
+ }).transform((v) => {
102
+ return remap$(v, {
103
+ "is_valid": "isValid",
104
+ "card_type": "cardType",
105
+ "card_last4": "cardLast4",
106
+ "is_dummy": "isDummy",
107
+ "profile_type": "profileType",
108
+ });
109
+ });
110
+
111
+ export function paymentProfileInfoPaymentProfile1FromJSON(
112
+ jsonString: string,
113
+ ): SafeParseResult<PaymentProfileInfoPaymentProfile1, SDKValidationError> {
114
+ return safeParse(
115
+ jsonString,
116
+ (x) => PaymentProfileInfoPaymentProfile1$inboundSchema.parse(JSON.parse(x)),
117
+ `Failed to parse 'PaymentProfileInfoPaymentProfile1' from JSON`,
118
+ );
119
+ }
120
+
121
+ /** @internal */
122
+ export const PaymentProfileInfoPaymentProfilePaymentProfile$inboundSchema:
123
+ z.ZodType<
124
+ PaymentProfileInfoPaymentProfilePaymentProfile,
125
+ z.ZodTypeDef,
126
+ unknown
127
+ > = smartUnion([
128
+ z.lazy(() => PaymentProfileInfoPaymentProfile1$inboundSchema),
129
+ smartUnion([
130
+ types.number(),
131
+ z.lazy(() => PaymentProfileInfo22$inboundSchema),
132
+ ]),
133
+ ]);
134
+
135
+ export function paymentProfileInfoPaymentProfilePaymentProfileFromJSON(
136
+ jsonString: string,
137
+ ): SafeParseResult<
138
+ PaymentProfileInfoPaymentProfilePaymentProfile,
139
+ SDKValidationError
140
+ > {
141
+ return safeParse(
142
+ jsonString,
143
+ (x) =>
144
+ PaymentProfileInfoPaymentProfilePaymentProfile$inboundSchema.parse(
145
+ JSON.parse(x),
146
+ ),
147
+ `Failed to parse 'PaymentProfileInfoPaymentProfilePaymentProfile' from JSON`,
148
+ );
149
+ }
150
+
151
+ /** @internal */
152
+ export const PaymentProfileInfo$inboundSchema: z.ZodType<
153
+ PaymentProfileInfo,
154
+ z.ZodTypeDef,
155
+ unknown
156
+ > = z.object({
157
+ credit_balance: types.nullable(types.number()),
158
+ payment_profile: types.nullable(
159
+ smartUnion([
160
+ z.lazy(() => PaymentProfileInfoPaymentProfile1$inboundSchema),
161
+ smartUnion([
162
+ types.number(),
163
+ z.lazy(() => PaymentProfileInfo22$inboundSchema),
164
+ ]),
165
+ ]),
166
+ ),
167
+ }).transform((v) => {
168
+ return remap$(v, {
169
+ "credit_balance": "creditBalance",
170
+ "payment_profile": "paymentProfile",
171
+ });
172
+ });
173
+
174
+ export function paymentProfileInfoFromJSON(
175
+ jsonString: string,
176
+ ): SafeParseResult<PaymentProfileInfo, SDKValidationError> {
177
+ return safeParse(
178
+ jsonString,
179
+ (x) => PaymentProfileInfo$inboundSchema.parse(JSON.parse(x)),
180
+ `Failed to parse 'PaymentProfileInfo' from JSON`,
181
+ );
182
+ }
@@ -17,7 +17,13 @@ export type Event = {
17
17
  userId?: number | undefined;
18
18
  title?: string | null | undefined;
19
19
  location?: string | null | undefined;
20
+ /**
21
+ * Start date and time in UTC (ISO 8601 format, e.g. 2026-02-23T14:00:00Z).
22
+ */
20
23
  start?: string | undefined;
24
+ /**
25
+ * End date and time in UTC (ISO 8601 format, e.g. 2026-02-23T15:00:00Z).
26
+ */
21
27
  end?: string | undefined;
22
28
  allDay?: boolean | undefined;
23
29
  standingAppt?: boolean | undefined;
@@ -18,7 +18,7 @@ import {
18
18
  /**
19
19
  * The type of answer option.
20
20
  */
21
- export const AnswerType = {
21
+ export const ScreeningAnswerAnswerType = {
22
22
  Preset: "preset",
23
23
  Date: "date",
24
24
  ShortAnswer: "short answer",
@@ -27,7 +27,9 @@ export const AnswerType = {
27
27
  /**
28
28
  * The type of answer option.
29
29
  */
30
- export type AnswerType = OpenEnum<typeof AnswerType>;
30
+ export type ScreeningAnswerAnswerType = OpenEnum<
31
+ typeof ScreeningAnswerAnswerType
32
+ >;
31
33
 
32
34
  /**
33
35
  * Reduced list of attributes of ScreeningAnswer records
@@ -42,7 +44,7 @@ export type ScreeningAnswer = {
42
44
  /**
43
45
  * The type of answer option.
44
46
  */
45
- answerType?: AnswerType | null | undefined;
47
+ answerType?: ScreeningAnswerAnswerType | null | undefined;
46
48
  /**
47
49
  * The title or label for the answer input field.
48
50
  */
@@ -68,11 +70,11 @@ export type ScreeningAnswer = {
68
70
  };
69
71
 
70
72
  /** @internal */
71
- export const AnswerType$inboundSchema: z.ZodType<
72
- AnswerType,
73
+ export const ScreeningAnswerAnswerType$inboundSchema: z.ZodType<
74
+ ScreeningAnswerAnswerType,
73
75
  z.ZodTypeDef,
74
76
  unknown
75
- > = openEnums.inboundSchema(AnswerType);
77
+ > = openEnums.inboundSchema(ScreeningAnswerAnswerType);
76
78
 
77
79
  /** @internal */
78
80
  export const ScreeningAnswer$inboundSchema: z.ZodType<
@@ -83,7 +85,7 @@ export const ScreeningAnswer$inboundSchema: z.ZodType<
83
85
  id: types.number(),
84
86
  screening_question_id: z.nullable(types.number()).optional(),
85
87
  answer: z.nullable(types.string()).optional(),
86
- answer_type: z.nullable(AnswerType$inboundSchema).optional(),
88
+ answer_type: z.nullable(ScreeningAnswerAnswerType$inboundSchema).optional(),
87
89
  answer_title: z.nullable(types.string()).optional(),
88
90
  allow_empty_answer: types.boolean(),
89
91
  empty_answer_error_message: z.nullable(types.string()).optional(),
@@ -0,0 +1,60 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import * as types from "../../types/primitives.js";
10
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
+
12
+ /**
13
+ * Reduced representation of a triggered action returned when the screening flow finishes for a vendor scan.
14
+ *
15
+ * @remarks
16
+ */
17
+ export type ScreeningAnswerActionSummary = {
18
+ /**
19
+ * Human-readable explanation of the triggered action.
20
+ */
21
+ explanation?: string | null | undefined;
22
+ /**
23
+ * Indicates whether further screening questions should be stopped as a result of this action.
24
+ *
25
+ * @remarks
26
+ */
27
+ stopQuestions?: boolean | undefined;
28
+ /**
29
+ * Indicates whether further check-ins should be stopped as a result of this action.
30
+ *
31
+ * @remarks
32
+ */
33
+ stopCheckin?: boolean | undefined;
34
+ };
35
+
36
+ /** @internal */
37
+ export const ScreeningAnswerActionSummary$inboundSchema: z.ZodType<
38
+ ScreeningAnswerActionSummary,
39
+ z.ZodTypeDef,
40
+ unknown
41
+ > = z.object({
42
+ explanation: z.nullable(types.string()).optional(),
43
+ stop_questions: types.optional(types.boolean()),
44
+ stop_checkin: types.optional(types.boolean()),
45
+ }).transform((v) => {
46
+ return remap$(v, {
47
+ "stop_questions": "stopQuestions",
48
+ "stop_checkin": "stopCheckin",
49
+ });
50
+ });
51
+
52
+ export function screeningAnswerActionSummaryFromJSON(
53
+ jsonString: string,
54
+ ): SafeParseResult<ScreeningAnswerActionSummary, SDKValidationError> {
55
+ return safeParse(
56
+ jsonString,
57
+ (x) => ScreeningAnswerActionSummary$inboundSchema.parse(JSON.parse(x)),
58
+ `Failed to parse 'ScreeningAnswerActionSummary' from JSON`,
59
+ );
60
+ }
@@ -18,7 +18,7 @@ import {
18
18
  /**
19
19
  * The display format for the question.
20
20
  */
21
- export const PresetDisplayAs = {
21
+ export const ScreeningQuestionPresetDisplayAs = {
22
22
  FloatingButtons: "floating buttons",
23
23
  LineButtons: "line buttons",
24
24
  Radio: "radio",
@@ -29,7 +29,9 @@ export const PresetDisplayAs = {
29
29
  /**
30
30
  * The display format for the question.
31
31
  */
32
- export type PresetDisplayAs = OpenEnum<typeof PresetDisplayAs>;
32
+ export type ScreeningQuestionPresetDisplayAs = OpenEnum<
33
+ typeof ScreeningQuestionPresetDisplayAs
34
+ >;
33
35
 
34
36
  /**
35
37
  * Reduced list of attributes of ScreeningQuestion record
@@ -49,16 +51,16 @@ export type ScreeningQuestion = {
49
51
  /**
50
52
  * The display format for the question.
51
53
  */
52
- presetDisplayAs?: PresetDisplayAs | null | undefined;
54
+ presetDisplayAs?: ScreeningQuestionPresetDisplayAs | null | undefined;
53
55
  screeningAnswers?: Array<ScreeningAnswer> | undefined;
54
56
  };
55
57
 
56
58
  /** @internal */
57
- export const PresetDisplayAs$inboundSchema: z.ZodType<
58
- PresetDisplayAs,
59
+ export const ScreeningQuestionPresetDisplayAs$inboundSchema: z.ZodType<
60
+ ScreeningQuestionPresetDisplayAs,
59
61
  z.ZodTypeDef,
60
62
  unknown
61
- > = openEnums.inboundSchema(PresetDisplayAs);
63
+ > = openEnums.inboundSchema(ScreeningQuestionPresetDisplayAs);
62
64
 
63
65
  /** @internal */
64
66
  export const ScreeningQuestion$inboundSchema: z.ZodType<
@@ -71,7 +73,8 @@ export const ScreeningQuestion$inboundSchema: z.ZodType<
71
73
  screening_answer_id: z.nullable(types.number()).optional(),
72
74
  priority: z.nullable(types.number()).optional(),
73
75
  question: z.nullable(types.string()).optional(),
74
- preset_display_as: z.nullable(PresetDisplayAs$inboundSchema).optional(),
76
+ preset_display_as: z.nullable(ScreeningQuestionPresetDisplayAs$inboundSchema)
77
+ .optional(),
75
78
  screening_answers: types.optional(
76
79
  z.array(z.lazy(() => ScreeningAnswer$inboundSchema)),
77
80
  ),
@@ -18,7 +18,13 @@ export type StandingAppointment = {
18
18
  title?: string | null | undefined;
19
19
  location?: string | null | undefined;
20
20
  attendees?: Array<string> | undefined;
21
+ /**
22
+ * Start date and time in UTC (ISO 8601 format, e.g. 2026-02-23T14:00:00Z). Null if not set.
23
+ */
21
24
  start?: string | null | undefined;
25
+ /**
26
+ * End date and time in UTC (ISO 8601 format, e.g. 2026-02-23T15:00:00Z). Null if not set.
27
+ */
22
28
  end?: string | null | undefined;
23
29
  status?: string | null | undefined;
24
30
  standingAppt?: boolean | undefined;
@@ -27,7 +27,7 @@ export type Subscription = {
27
27
  dateEnds?: string | null | undefined;
28
28
  status?: string | null | undefined;
29
29
  locked?: boolean | null | undefined;
30
- variantTitle?: string | null | undefined;
30
+ variantTitle?: string | undefined;
31
31
  /**
32
32
  * Reduced list of attributes of the Invoice line item record
33
33
  */
@@ -52,7 +52,7 @@ export const Subscription$inboundSchema: z.ZodType<
52
52
  date_ends: z.nullable(types.string()).optional(),
53
53
  status: z.nullable(types.string()).optional(),
54
54
  locked: z.nullable(types.boolean()).optional(),
55
- variant_title: z.nullable(types.string()).optional(),
55
+ variant_title: types.optional(types.string()),
56
56
  current_line_item: z.nullable(InvoiceItem$inboundSchema).optional(),
57
57
  next_line_item: z.nullable(InvoiceItem$inboundSchema).optional(),
58
58
  current_financial_status: z.nullable(FinancialStatus$inboundSchema)
@@ -13,7 +13,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
13
13
  */
14
14
  export type Supervisor = {
15
15
  name?: string | null | undefined;
16
- email?: any | undefined;
16
+ email?: string | null | undefined;
17
17
  phone?: string | null | undefined;
18
18
  };
19
19
 
@@ -24,13 +24,13 @@ export const Supervisor$inboundSchema: z.ZodType<
24
24
  unknown
25
25
  > = z.object({
26
26
  name: z.nullable(types.string()).optional(),
27
- email: types.optional(z.any()),
27
+ email: z.nullable(types.string()).optional(),
28
28
  phone: z.nullable(types.string()).optional(),
29
29
  });
30
30
  /** @internal */
31
31
  export type Supervisor$Outbound = {
32
32
  name?: string | null | undefined;
33
- email?: any | undefined;
33
+ email?: string | null | undefined;
34
34
  phone?: string | null | undefined;
35
35
  };
36
36
 
@@ -41,7 +41,7 @@ export const Supervisor$outboundSchema: z.ZodType<
41
41
  Supervisor
42
42
  > = z.object({
43
43
  name: z.nullable(z.string()).optional(),
44
- email: z.any().optional(),
44
+ email: z.nullable(z.string()).optional(),
45
45
  phone: z.nullable(z.string()).optional(),
46
46
  });
47
47
 
@@ -32,10 +32,15 @@ import {
32
32
  } from "./vendorjobtitle.js";
33
33
  import { VendorType, VendorType$inboundSchema } from "./vendortype.js";
34
34
 
35
+ export type Badge = {
36
+ badgeType?: string | undefined;
37
+ requiredBadgeType?: string | null | undefined;
38
+ };
39
+
35
40
  export type One = {
36
41
  id?: number | undefined;
37
42
  firstName?: string | null | undefined;
38
- lastName?: any | undefined;
43
+ lastName?: string | null | undefined;
39
44
  email?: string | null | undefined;
40
45
  phone?: string | null | undefined;
41
46
  mobilePhone?: string | null | undefined;
@@ -119,6 +124,7 @@ export type PendingInvoice = Invoice | number;
119
124
  */
120
125
  export type Vendor = {
121
126
  id?: number | undefined;
127
+ badge?: Badge | null | undefined;
122
128
  emailRecepient?: string | null | undefined;
123
129
  sendWeeklySummaryEmail?: boolean | null | undefined;
124
130
  title?: string | null | undefined;
@@ -183,12 +189,34 @@ export type Vendor = {
183
189
  targetFacilitiesUpdated?: string | null | undefined;
184
190
  };
185
191
 
192
+ /** @internal */
193
+ export const Badge$inboundSchema: z.ZodType<Badge, z.ZodTypeDef, unknown> = z
194
+ .object({
195
+ badge_type: types.optional(types.string()),
196
+ required_badge_type: z.nullable(types.string()).optional(),
197
+ }).transform((v) => {
198
+ return remap$(v, {
199
+ "badge_type": "badgeType",
200
+ "required_badge_type": "requiredBadgeType",
201
+ });
202
+ });
203
+
204
+ export function badgeFromJSON(
205
+ jsonString: string,
206
+ ): SafeParseResult<Badge, SDKValidationError> {
207
+ return safeParse(
208
+ jsonString,
209
+ (x) => Badge$inboundSchema.parse(JSON.parse(x)),
210
+ `Failed to parse 'Badge' from JSON`,
211
+ );
212
+ }
213
+
186
214
  /** @internal */
187
215
  export const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown> = z
188
216
  .object({
189
217
  id: types.optional(types.number()),
190
218
  first_name: z.nullable(types.string()).optional(),
191
- last_name: types.optional(z.any()),
219
+ last_name: z.nullable(types.string()).optional(),
192
220
  email: z.nullable(types.string()).optional(),
193
221
  phone: z.nullable(types.string()).optional(),
194
222
  mobile_phone: z.nullable(types.string()).optional(),
@@ -492,6 +520,7 @@ export function pendingInvoiceFromJSON(
492
520
  export const Vendor$inboundSchema: z.ZodType<Vendor, z.ZodTypeDef, unknown> = z
493
521
  .object({
494
522
  id: types.optional(types.number()),
523
+ badge: z.nullable(z.lazy(() => Badge$inboundSchema)).optional(),
495
524
  email_recepient: z.nullable(types.string()).optional(),
496
525
  send_weekly_summary_email: z.nullable(types.boolean()).optional(),
497
526
  title: z.nullable(types.string()).optional(),
@@ -75,6 +75,7 @@ export type VendorCredentialSummary = {
75
75
  jsonData?: string | null | undefined;
76
76
  filename?: string | null | undefined;
77
77
  alternateId?: number | null | undefined;
78
+ appliesToCompany?: boolean | null | undefined;
78
79
  credential?: Credential | number | null | undefined;
79
80
  vendor?: Vendor | number | null | undefined;
80
81
  invoice?: Invoice | number | null | undefined;
@@ -257,6 +258,7 @@ export const VendorCredentialSummary$inboundSchema: z.ZodType<
257
258
  json_data: z.nullable(types.string()).optional(),
258
259
  filename: z.nullable(types.string()).optional(),
259
260
  alternate_id: z.nullable(types.number()).optional(),
261
+ applies_to_company: z.nullable(types.boolean()).optional(),
260
262
  credential: z.nullable(smartUnion([Credential$inboundSchema, types.number()]))
261
263
  .optional(),
262
264
  vendor: z.nullable(smartUnion([Vendor$inboundSchema, types.number()]))
@@ -301,6 +303,7 @@ export const VendorCredentialSummary$inboundSchema: z.ZodType<
301
303
  "date_valid": "dateValid",
302
304
  "json_data": "jsonData",
303
305
  "alternate_id": "alternateId",
306
+ "applies_to_company": "appliesToCompany",
304
307
  "vendor_credential_files": "vendorCredentialFiles",
305
308
  "latest_vendor_credential_id": "latestVendorCredentialId",
306
309
  "previously_approved": "previouslyApproved",
@@ -8,7 +8,7 @@ import { Result as SafeParseResult } from "../../types/fp.js";
8
8
  import * as types from "../../types/primitives.js";
9
9
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
10
 
11
- export type VendorAdditionalFacilityFields = {
11
+ export type VendorCustomFields = {
12
12
  id?: number | undefined;
13
13
  system?: string | null | undefined;
14
14
  facility?: string | null | undefined;
@@ -17,8 +17,8 @@ export type VendorAdditionalFacilityFields = {
17
17
  };
18
18
 
19
19
  /** @internal */
20
- export const VendorAdditionalFacilityFields$inboundSchema: z.ZodType<
21
- VendorAdditionalFacilityFields,
20
+ export const VendorCustomFields$inboundSchema: z.ZodType<
21
+ VendorCustomFields,
22
22
  z.ZodTypeDef,
23
23
  unknown
24
24
  > = z.object({
@@ -29,12 +29,12 @@ export const VendorAdditionalFacilityFields$inboundSchema: z.ZodType<
29
29
  value: z.nullable(types.string()).optional(),
30
30
  });
31
31
 
32
- export function vendorAdditionalFacilityFieldsFromJSON(
32
+ export function vendorCustomFieldsFromJSON(
33
33
  jsonString: string,
34
- ): SafeParseResult<VendorAdditionalFacilityFields, SDKValidationError> {
34
+ ): SafeParseResult<VendorCustomFields, SDKValidationError> {
35
35
  return safeParse(
36
36
  jsonString,
37
- (x) => VendorAdditionalFacilityFields$inboundSchema.parse(JSON.parse(x)),
38
- `Failed to parse 'VendorAdditionalFacilityFields' from JSON`,
37
+ (x) => VendorCustomFields$inboundSchema.parse(JSON.parse(x)),
38
+ `Failed to parse 'VendorCustomFields' from JSON`,
39
39
  );
40
40
  }
@@ -31,6 +31,9 @@ export type VendorScan = {
31
31
  scanInVendorScanId?: number | null | undefined;
32
32
  scanOutVendorScanId?: number | null | undefined;
33
33
  autoScanOut?: boolean | undefined;
34
+ finishedScreeningQuestions?: boolean | undefined;
35
+ requiresScreeningQuestions?: boolean | undefined;
36
+ recheck?: boolean | undefined;
34
37
  };
35
38
 
36
39
  /** @internal */
@@ -71,6 +74,9 @@ export const VendorScan$inboundSchema: z.ZodType<
71
74
  scan_in_vendor_scan_id: z.nullable(types.number()).optional(),
72
75
  scan_out_vendor_scan_id: z.nullable(types.number()).optional(),
73
76
  auto_scan_out: types.optional(types.boolean()),
77
+ finished_screening_questions: types.optional(types.boolean()),
78
+ requires_screening_questions: types.optional(types.boolean()),
79
+ recheck: types.optional(types.boolean()),
74
80
  }).transform((v) => {
75
81
  return remap$(v, {
76
82
  "qr_code": "qrCode",
@@ -81,6 +87,8 @@ export const VendorScan$inboundSchema: z.ZodType<
81
87
  "scan_in_vendor_scan_id": "scanInVendorScanId",
82
88
  "scan_out_vendor_scan_id": "scanOutVendorScanId",
83
89
  "auto_scan_out": "autoScanOut",
90
+ "finished_screening_questions": "finishedScreeningQuestions",
91
+ "requires_screening_questions": "requiresScreeningQuestions",
84
92
  });
85
93
  });
86
94
 
@@ -0,0 +1,80 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import * as openEnums from "../../types/enums.js";
9
+ import { OpenEnum } from "../../types/enums.js";
10
+ import { Result as SafeParseResult } from "../../types/fp.js";
11
+ import * as types from "../../types/primitives.js";
12
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
13
+
14
+ export const AnswerType = {
15
+ Preset: "preset",
16
+ Date: "date",
17
+ ShortAnswer: "short answer",
18
+ LongAnswer: "long answer",
19
+ } as const;
20
+ export type AnswerType = OpenEnum<typeof AnswerType>;
21
+
22
+ /**
23
+ * Reduced set of attributes for a screening answer, used in vendor_scan context. Matches the fields returned by ScreeningAnswer#api_json when context: :vendor_scan is applied.
24
+ *
25
+ * @remarks
26
+ */
27
+ export type VendorScanScreeningAnswer = {
28
+ id: number;
29
+ answer?: string | null | undefined;
30
+ answerType?: AnswerType | null | undefined;
31
+ priority?: number | null | undefined;
32
+ showConfirmation?: boolean | undefined;
33
+ confirmationText?: string | null | undefined;
34
+ answerTitle?: string | null | undefined;
35
+ allowEmptyAnswer?: boolean | undefined;
36
+ emptyAnswerErrorMessage?: string | null | undefined;
37
+ };
38
+
39
+ /** @internal */
40
+ export const AnswerType$inboundSchema: z.ZodType<
41
+ AnswerType,
42
+ z.ZodTypeDef,
43
+ unknown
44
+ > = openEnums.inboundSchema(AnswerType);
45
+
46
+ /** @internal */
47
+ export const VendorScanScreeningAnswer$inboundSchema: z.ZodType<
48
+ VendorScanScreeningAnswer,
49
+ z.ZodTypeDef,
50
+ unknown
51
+ > = z.object({
52
+ id: types.number(),
53
+ answer: z.nullable(types.string()).optional(),
54
+ answer_type: z.nullable(AnswerType$inboundSchema).optional(),
55
+ priority: z.nullable(types.number()).optional(),
56
+ show_confirmation: types.optional(types.boolean()),
57
+ confirmation_text: z.nullable(types.string()).optional(),
58
+ answer_title: z.nullable(types.string()).optional(),
59
+ allow_empty_answer: types.optional(types.boolean()),
60
+ empty_answer_error_message: z.nullable(types.string()).optional(),
61
+ }).transform((v) => {
62
+ return remap$(v, {
63
+ "answer_type": "answerType",
64
+ "show_confirmation": "showConfirmation",
65
+ "confirmation_text": "confirmationText",
66
+ "answer_title": "answerTitle",
67
+ "allow_empty_answer": "allowEmptyAnswer",
68
+ "empty_answer_error_message": "emptyAnswerErrorMessage",
69
+ });
70
+ });
71
+
72
+ export function vendorScanScreeningAnswerFromJSON(
73
+ jsonString: string,
74
+ ): SafeParseResult<VendorScanScreeningAnswer, SDKValidationError> {
75
+ return safeParse(
76
+ jsonString,
77
+ (x) => VendorScanScreeningAnswer$inboundSchema.parse(JSON.parse(x)),
78
+ `Failed to parse 'VendorScanScreeningAnswer' from JSON`,
79
+ );
80
+ }