@greensecurity/javascript-sdk 0.43.1-beta.120 → 0.43.1-beta.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -3
- package/dist/commonjs/__tests__/events.test.js +21 -0
- package/dist/commonjs/__tests__/events.test.js.map +1 -1
- package/dist/commonjs/__tests__/fhirconfigs.test.js +4 -0
- package/dist/commonjs/__tests__/fhirconfigs.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendors.test.js +85 -43
- package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendorscans.test.js +49 -0
- package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js.map +1 -1
- package/dist/commonjs/__tests__/zones.test.js +10 -8
- package/dist/commonjs/__tests__/zones.test.js.map +1 -1
- package/dist/commonjs/funcs/eventsGetEvent.d.ts +26 -0
- package/dist/commonjs/funcs/eventsGetEvent.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsGetEvent.js +136 -0
- package/dist/commonjs/funcs/eventsGetEvent.js.map +1 -0
- package/dist/commonjs/funcs/systemsListSystems.js +2 -0
- package/dist/commonjs/funcs/systemsListSystems.js.map +1 -1
- package/dist/commonjs/funcs/vendorScansGetVendorScan.d.ts +28 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScan.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScan.js +138 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScan.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansListVendorScans.d.ts +23 -0
- package/dist/commonjs/funcs/vendorScansListVendorScans.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansListVendorScans.js +165 -0
- package/dist/commonjs/funcs/vendorScansListVendorScans.js.map +1 -0
- package/dist/commonjs/funcs/vendorsAiClassifyCreate.d.ts +24 -0
- package/dist/commonjs/funcs/vendorsAiClassifyCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsAiClassifyCreate.js +125 -0
- package/dist/commonjs/funcs/vendorsAiClassifyCreate.js.map +1 -0
- package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.d.ts +22 -0
- package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.js +123 -0
- package/dist/commonjs/funcs/vendorsAiClassifyNotifyUploaded.js.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.d.ts +22 -0
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js +133 -0
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.d.ts +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.js +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -5
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +17 -46
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts +14 -6
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.js +20 -49
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.d.ts +28 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.js +135 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorCustomField.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/models/components/aiclassifycreaterequest.d.ts +25 -0
- package/dist/commonjs/models/components/aiclassifycreaterequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/aiclassifycreaterequest.js +58 -0
- package/dist/commonjs/models/components/aiclassifycreaterequest.js.map +1 -0
- package/dist/commonjs/models/components/aiclassifycreateresponse.d.ts +26 -0
- package/dist/commonjs/models/components/aiclassifycreateresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/aiclassifycreateresponse.js +64 -0
- package/dist/commonjs/models/components/aiclassifycreateresponse.js.map +1 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.d.ts +15 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.js +55 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedrequest.js.map +1 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.d.ts +16 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.js +61 -0
- package/dist/commonjs/models/components/aiclassifynotifyuploadedresponse.js.map +1 -0
- package/dist/commonjs/models/components/fhirconfig.d.ts +8 -0
- package/dist/commonjs/models/components/fhirconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/fhirconfig.js +4 -0
- package/dist/commonjs/models/components/fhirconfig.js.map +1 -1
- package/dist/commonjs/models/components/fhirconfigpartialupdate.d.ts +10 -0
- package/dist/commonjs/models/components/fhirconfigpartialupdate.d.ts.map +1 -1
- package/dist/commonjs/models/components/fhirconfigpartialupdate.js +4 -0
- package/dist/commonjs/models/components/fhirconfigpartialupdate.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +5 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +5 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/uploadhistoryitem.d.ts +26 -0
- package/dist/commonjs/models/components/uploadhistoryitem.d.ts.map +1 -0
- package/dist/commonjs/models/components/uploadhistoryitem.js +63 -0
- package/dist/commonjs/models/components/uploadhistoryitem.js.map +1 -0
- package/dist/commonjs/models/components/vendor.d.ts +5 -0
- package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendor.js +4 -0
- package/dist/commonjs/models/components/vendor.js.map +1 -1
- package/dist/commonjs/models/components/vendorcustomfields.d.ts +65 -3
- package/dist/commonjs/models/components/vendorcustomfields.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorcustomfields.js +45 -4
- package/dist/commonjs/models/components/vendorcustomfields.js.map +1 -1
- package/dist/commonjs/models/components/vendorscan.d.ts +5 -0
- package/dist/commonjs/models/components/vendorscan.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorscan.js +4 -0
- package/dist/commonjs/models/components/vendorscan.js.map +1 -1
- package/dist/commonjs/models/operations/addvendormanagedbycompany.d.ts +7 -1
- package/dist/commonjs/models/operations/addvendormanagedbycompany.d.ts.map +1 -1
- package/dist/commonjs/models/operations/addvendormanagedbycompany.js.map +1 -1
- package/dist/commonjs/models/operations/calculatesubscriptionprice.d.ts +7 -1
- package/dist/commonjs/models/operations/calculatesubscriptionprice.d.ts.map +1 -1
- package/dist/commonjs/models/operations/calculatesubscriptionprice.js.map +1 -1
- package/dist/commonjs/models/operations/changesubscription.d.ts +7 -1
- package/dist/commonjs/models/operations/changesubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/changesubscription.js.map +1 -1
- package/dist/commonjs/models/operations/createvendorcompany.d.ts +7 -1
- package/dist/commonjs/models/operations/createvendorcompany.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createvendorcompany.js.map +1 -1
- package/dist/commonjs/models/operations/deletevendormanagedbycompany.d.ts +7 -1
- package/dist/commonjs/models/operations/deletevendormanagedbycompany.d.ts.map +1 -1
- package/dist/commonjs/models/operations/deletevendormanagedbycompany.js.map +1 -1
- package/dist/commonjs/models/operations/expeditetimeremaining.d.ts +7 -1
- package/dist/commonjs/models/operations/expeditetimeremaining.d.ts.map +1 -1
- package/dist/commonjs/models/operations/expeditetimeremaining.js.map +1 -1
- package/dist/commonjs/models/operations/getevent.d.ts +110 -0
- package/dist/commonjs/models/operations/getevent.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getevent.js +128 -0
- package/dist/commonjs/models/operations/getevent.js.map +1 -0
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts +7 -1
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.d.ts +7 -1
- package/dist/commonjs/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/getvendorcredentialdetails.d.ts +7 -1
- package/dist/commonjs/models/operations/getvendorcredentialdetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getvendorcredentialdetails.js.map +1 -1
- package/dist/commonjs/models/operations/getvendorlegalname.d.ts +7 -1
- package/dist/commonjs/models/operations/getvendorlegalname.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getvendorlegalname.js.map +1 -1
- package/dist/commonjs/models/operations/getvendorscan.d.ts +21 -0
- package/dist/commonjs/models/operations/getvendorscan.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getvendorscan.js +52 -0
- package/dist/commonjs/models/operations/getvendorscan.js.map +1 -0
- package/dist/commonjs/models/operations/getvendorsdetails.d.ts +7 -1
- package/dist/commonjs/models/operations/getvendorsdetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getvendorsdetails.js.map +1 -1
- package/dist/commonjs/models/operations/getvendoruploadhistory.d.ts +26 -0
- package/dist/commonjs/models/operations/getvendoruploadhistory.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getvendoruploadhistory.js +56 -0
- package/dist/commonjs/models/operations/getvendoruploadhistory.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +5 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +5 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listsystems.d.ts +10 -0
- package/dist/commonjs/models/operations/listsystems.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsystems.js +4 -0
- package/dist/commonjs/models/operations/listsystems.js.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +8 -32
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +1 -19
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredentialhistory.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorcredentialhistory.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredentialhistory.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredits.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorcredits.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredits.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcustomfields.d.ts +8 -32
- package/dist/commonjs/models/operations/listvendorcustomfields.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorcustomfields.js +1 -19
- package/dist/commonjs/models/operations/listvendorcustomfields.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorfacilitystatuses.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorfacilitystatuses.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorfacilitystatuses.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listvendormanagedbycompanies.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendormanagedbycompanies.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendormanagedbycompanies.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorscans.d.ts +92 -0
- package/dist/commonjs/models/operations/listvendorscans.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listvendorscans.js +103 -0
- package/dist/commonjs/models/operations/listvendorscans.js.map +1 -0
- package/dist/commonjs/models/operations/listvendorscrubdetails.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorscrubdetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorscrubdetails.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorscrubpackages.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorscrubpackages.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorscrubpackages.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorscrubpurchases.d.ts +7 -1
- package/dist/commonjs/models/operations/listvendorscrubpurchases.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorscrubpurchases.js.map +1 -1
- package/dist/commonjs/models/operations/purchasescrubcredits.d.ts +7 -1
- package/dist/commonjs/models/operations/purchasescrubcredits.d.ts.map +1 -1
- package/dist/commonjs/models/operations/purchasescrubcredits.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts +7 -1
- package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendorcredentialdata.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorcustomfield.d.ts +41 -0
- package/dist/commonjs/models/operations/updatevendorcustomfield.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updatevendorcustomfield.js +70 -0
- package/dist/commonjs/models/operations/updatevendorcustomfield.js.map +1 -0
- package/dist/commonjs/models/operations/updatevendordetails.d.ts +7 -1
- package/dist/commonjs/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendordetails.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendormanagedbycompany.d.ts +7 -1
- package/dist/commonjs/models/operations/updatevendormanagedbycompany.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendormanagedbycompany.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts +7 -1
- package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendorscrubdetails.js.map +1 -1
- package/dist/commonjs/react-query/eventsGetEvent.core.d.ts +15 -0
- package/dist/commonjs/react-query/eventsGetEvent.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsGetEvent.core.js +41 -0
- package/dist/commonjs/react-query/eventsGetEvent.core.js.map +1 -0
- package/dist/commonjs/react-query/eventsGetEvent.d.ts +52 -0
- package/dist/commonjs/react-query/eventsGetEvent.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsGetEvent.js +78 -0
- package/dist/commonjs/react-query/eventsGetEvent.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +7 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +7 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/systemsListSystems.core.d.ts +4 -0
- package/dist/commonjs/react-query/systemsListSystems.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/systemsListSystems.core.js +4 -0
- package/dist/commonjs/react-query/systemsListSystems.core.js.map +1 -1
- package/dist/commonjs/react-query/systemsListSystems.d.ts +4 -0
- package/dist/commonjs/react-query/systemsListSystems.d.ts.map +1 -1
- package/dist/commonjs/react-query/systemsListSystems.js.map +1 -1
- package/dist/commonjs/react-query/vendorScansGetVendorScan.core.d.ts +15 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.core.js +43 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.d.ts +54 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.js +84 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScan.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.core.d.ts +46 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.core.js +102 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.d.ts +68 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.js +105 -0
- package/dist/commonjs/react-query/vendorScansListVendorScans.js.map +1 -0
- package/dist/commonjs/react-query/vendorsAiClassifyCreate.d.ts +33 -0
- package/dist/commonjs/react-query/vendorsAiClassifyCreate.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsAiClassifyCreate.js +52 -0
- package/dist/commonjs/react-query/vendorsAiClassifyCreate.js.map +1 -0
- package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.d.ts +31 -0
- package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.js +54 -0
- package/dist/commonjs/react-query/vendorsAiClassifyNotifyUploaded.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.d.ts +15 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.js +43 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.d.ts +41 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.js +72 -0
- package/dist/commonjs/react-query/vendorsGetVendorUploadHistory.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorsDetails.d.ts +2 -0
- package/dist/commonjs/react-query/vendorsGetVendorsDetails.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsGetVendorsDetails.js +2 -0
- package/dist/commonjs/react-query/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +2 -26
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js +2 -56
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +20 -43
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js +15 -42
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts +2 -26
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js +2 -56
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts +27 -40
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.js +23 -40
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.js.map +1 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.d.ts +37 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.js +59 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorCustomField.js.map +1 -0
- package/dist/commonjs/sdk/events.d.ts +13 -0
- package/dist/commonjs/sdk/events.d.ts.map +1 -1
- package/dist/commonjs/sdk/events.js +16 -0
- package/dist/commonjs/sdk/events.js.map +1 -1
- package/dist/commonjs/sdk/vendors.d.ts +63 -9
- package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendors.js +75 -5
- package/dist/commonjs/sdk/vendors.js.map +1 -1
- package/dist/commonjs/sdk/vendorscans.d.ts +25 -0
- package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendorscans.js +28 -0
- package/dist/commonjs/sdk/vendorscans.js.map +1 -1
- package/dist/esm/__tests__/events.test.js +21 -0
- package/dist/esm/__tests__/events.test.js.map +1 -1
- package/dist/esm/__tests__/fhirconfigs.test.js +4 -0
- package/dist/esm/__tests__/fhirconfigs.test.js.map +1 -1
- package/dist/esm/__tests__/vendors.test.js +85 -43
- package/dist/esm/__tests__/vendors.test.js.map +1 -1
- package/dist/esm/__tests__/vendorscans.test.js +49 -0
- package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
- package/dist/esm/__tests__/webhooks.test.js +1 -1
- package/dist/esm/__tests__/webhooks.test.js.map +1 -1
- package/dist/esm/__tests__/zones.test.js +10 -8
- package/dist/esm/__tests__/zones.test.js.map +1 -1
- package/dist/esm/funcs/eventsGetEvent.d.ts +26 -0
- package/dist/esm/funcs/eventsGetEvent.d.ts.map +1 -0
- package/dist/esm/funcs/eventsGetEvent.js +100 -0
- package/dist/esm/funcs/eventsGetEvent.js.map +1 -0
- package/dist/esm/funcs/systemsListSystems.js +2 -0
- package/dist/esm/funcs/systemsListSystems.js.map +1 -1
- package/dist/esm/funcs/vendorScansGetVendorScan.d.ts +28 -0
- package/dist/esm/funcs/vendorScansGetVendorScan.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansGetVendorScan.js +102 -0
- package/dist/esm/funcs/vendorScansGetVendorScan.js.map +1 -0
- package/dist/esm/funcs/vendorScansListVendorScans.d.ts +23 -0
- package/dist/esm/funcs/vendorScansListVendorScans.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansListVendorScans.js +129 -0
- package/dist/esm/funcs/vendorScansListVendorScans.js.map +1 -0
- package/dist/esm/funcs/vendorsAiClassifyCreate.d.ts +24 -0
- package/dist/esm/funcs/vendorsAiClassifyCreate.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsAiClassifyCreate.js +89 -0
- package/dist/esm/funcs/vendorsAiClassifyCreate.js.map +1 -0
- package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.d.ts +22 -0
- package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.js +87 -0
- package/dist/esm/funcs/vendorsAiClassifyNotifyUploaded.js.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.d.ts +22 -0
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.js +97 -0
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.js.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorsDetails.d.ts +1 -0
- package/dist/esm/funcs/vendorsGetVendorsDetails.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorsDetails.js +1 -0
- package/dist/esm/funcs/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -5
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +18 -47
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts +14 -6
- package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCustomFields.js +21 -50
- package/dist/esm/funcs/vendorsListVendorCustomFields.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorCustomField.d.ts +28 -0
- package/dist/esm/funcs/vendorsUpdateVendorCustomField.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsUpdateVendorCustomField.js +99 -0
- package/dist/esm/funcs/vendorsUpdateVendorCustomField.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/models/components/aiclassifycreaterequest.d.ts +25 -0
- package/dist/esm/models/components/aiclassifycreaterequest.d.ts.map +1 -0
- package/dist/esm/models/components/aiclassifycreaterequest.js +21 -0
- package/dist/esm/models/components/aiclassifycreaterequest.js.map +1 -0
- package/dist/esm/models/components/aiclassifycreateresponse.d.ts +26 -0
- package/dist/esm/models/components/aiclassifycreateresponse.d.ts.map +1 -0
- package/dist/esm/models/components/aiclassifycreateresponse.js +27 -0
- package/dist/esm/models/components/aiclassifycreateresponse.js.map +1 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedrequest.d.ts +15 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedrequest.d.ts.map +1 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedrequest.js +18 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedrequest.js.map +1 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedresponse.d.ts +16 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedresponse.d.ts.map +1 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedresponse.js +24 -0
- package/dist/esm/models/components/aiclassifynotifyuploadedresponse.js.map +1 -0
- package/dist/esm/models/components/fhirconfig.d.ts +8 -0
- package/dist/esm/models/components/fhirconfig.d.ts.map +1 -1
- package/dist/esm/models/components/fhirconfig.js +4 -0
- package/dist/esm/models/components/fhirconfig.js.map +1 -1
- package/dist/esm/models/components/fhirconfigpartialupdate.d.ts +10 -0
- package/dist/esm/models/components/fhirconfigpartialupdate.d.ts.map +1 -1
- package/dist/esm/models/components/fhirconfigpartialupdate.js +4 -0
- package/dist/esm/models/components/fhirconfigpartialupdate.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +5 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +5 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/uploadhistoryitem.d.ts +26 -0
- package/dist/esm/models/components/uploadhistoryitem.d.ts.map +1 -0
- package/dist/esm/models/components/uploadhistoryitem.js +26 -0
- package/dist/esm/models/components/uploadhistoryitem.js.map +1 -0
- package/dist/esm/models/components/vendor.d.ts +5 -0
- package/dist/esm/models/components/vendor.d.ts.map +1 -1
- package/dist/esm/models/components/vendor.js +4 -0
- package/dist/esm/models/components/vendor.js.map +1 -1
- package/dist/esm/models/components/vendorcustomfields.d.ts +65 -3
- package/dist/esm/models/components/vendorcustomfields.d.ts.map +1 -1
- package/dist/esm/models/components/vendorcustomfields.js +43 -3
- package/dist/esm/models/components/vendorcustomfields.js.map +1 -1
- package/dist/esm/models/components/vendorscan.d.ts +5 -0
- package/dist/esm/models/components/vendorscan.d.ts.map +1 -1
- package/dist/esm/models/components/vendorscan.js +4 -0
- package/dist/esm/models/components/vendorscan.js.map +1 -1
- package/dist/esm/models/operations/addvendormanagedbycompany.d.ts +7 -1
- package/dist/esm/models/operations/addvendormanagedbycompany.d.ts.map +1 -1
- package/dist/esm/models/operations/addvendormanagedbycompany.js.map +1 -1
- package/dist/esm/models/operations/calculatesubscriptionprice.d.ts +7 -1
- package/dist/esm/models/operations/calculatesubscriptionprice.d.ts.map +1 -1
- package/dist/esm/models/operations/calculatesubscriptionprice.js.map +1 -1
- package/dist/esm/models/operations/changesubscription.d.ts +7 -1
- package/dist/esm/models/operations/changesubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/changesubscription.js.map +1 -1
- package/dist/esm/models/operations/createvendorcompany.d.ts +7 -1
- package/dist/esm/models/operations/createvendorcompany.d.ts.map +1 -1
- package/dist/esm/models/operations/createvendorcompany.js.map +1 -1
- package/dist/esm/models/operations/deletevendormanagedbycompany.d.ts +7 -1
- package/dist/esm/models/operations/deletevendormanagedbycompany.d.ts.map +1 -1
- package/dist/esm/models/operations/deletevendormanagedbycompany.js.map +1 -1
- package/dist/esm/models/operations/expeditetimeremaining.d.ts +7 -1
- package/dist/esm/models/operations/expeditetimeremaining.d.ts.map +1 -1
- package/dist/esm/models/operations/expeditetimeremaining.js.map +1 -1
- package/dist/esm/models/operations/getevent.d.ts +110 -0
- package/dist/esm/models/operations/getevent.d.ts.map +1 -0
- package/dist/esm/models/operations/getevent.js +85 -0
- package/dist/esm/models/operations/getevent.js.map +1 -0
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts +7 -1
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
- package/dist/esm/models/operations/getsubscription.d.ts +7 -1
- package/dist/esm/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/getsubscription.js.map +1 -1
- package/dist/esm/models/operations/getvendorcredentialdetails.d.ts +7 -1
- package/dist/esm/models/operations/getvendorcredentialdetails.d.ts.map +1 -1
- package/dist/esm/models/operations/getvendorcredentialdetails.js.map +1 -1
- package/dist/esm/models/operations/getvendorlegalname.d.ts +7 -1
- package/dist/esm/models/operations/getvendorlegalname.d.ts.map +1 -1
- package/dist/esm/models/operations/getvendorlegalname.js.map +1 -1
- package/dist/esm/models/operations/getvendorscan.d.ts +21 -0
- package/dist/esm/models/operations/getvendorscan.d.ts.map +1 -0
- package/dist/esm/models/operations/getvendorscan.js +15 -0
- package/dist/esm/models/operations/getvendorscan.js.map +1 -0
- package/dist/esm/models/operations/getvendorsdetails.d.ts +7 -1
- package/dist/esm/models/operations/getvendorsdetails.d.ts.map +1 -1
- package/dist/esm/models/operations/getvendorsdetails.js.map +1 -1
- package/dist/esm/models/operations/getvendoruploadhistory.d.ts +26 -0
- package/dist/esm/models/operations/getvendoruploadhistory.d.ts.map +1 -0
- package/dist/esm/models/operations/getvendoruploadhistory.js +19 -0
- package/dist/esm/models/operations/getvendoruploadhistory.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +5 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +5 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listsystems.d.ts +10 -0
- package/dist/esm/models/operations/listsystems.d.ts.map +1 -1
- package/dist/esm/models/operations/listsystems.js +4 -0
- package/dist/esm/models/operations/listsystems.js.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +8 -32
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +0 -17
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/esm/models/operations/listvendorcredentialhistory.d.ts +7 -1
- package/dist/esm/models/operations/listvendorcredentialhistory.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorcredentialhistory.js.map +1 -1
- package/dist/esm/models/operations/listvendorcredits.d.ts +7 -1
- package/dist/esm/models/operations/listvendorcredits.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorcredits.js.map +1 -1
- package/dist/esm/models/operations/listvendorcustomfields.d.ts +8 -32
- package/dist/esm/models/operations/listvendorcustomfields.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorcustomfields.js +0 -17
- package/dist/esm/models/operations/listvendorcustomfields.js.map +1 -1
- package/dist/esm/models/operations/listvendorfacilitystatuses.d.ts +7 -1
- package/dist/esm/models/operations/listvendorfacilitystatuses.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorfacilitystatuses.js.map +1 -1
- package/dist/esm/models/operations/listvendorinvoices.d.ts +7 -1
- package/dist/esm/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/esm/models/operations/listvendormanagedbycompanies.d.ts +7 -1
- package/dist/esm/models/operations/listvendormanagedbycompanies.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendormanagedbycompanies.js.map +1 -1
- package/dist/esm/models/operations/listvendorscans.d.ts +92 -0
- package/dist/esm/models/operations/listvendorscans.d.ts.map +1 -0
- package/dist/esm/models/operations/listvendorscans.js +64 -0
- package/dist/esm/models/operations/listvendorscans.js.map +1 -0
- package/dist/esm/models/operations/listvendorscrubdetails.d.ts +7 -1
- package/dist/esm/models/operations/listvendorscrubdetails.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorscrubdetails.js.map +1 -1
- package/dist/esm/models/operations/listvendorscrubpackages.d.ts +7 -1
- package/dist/esm/models/operations/listvendorscrubpackages.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorscrubpackages.js.map +1 -1
- package/dist/esm/models/operations/listvendorscrubpurchases.d.ts +7 -1
- package/dist/esm/models/operations/listvendorscrubpurchases.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorscrubpurchases.js.map +1 -1
- package/dist/esm/models/operations/purchasescrubcredits.d.ts +7 -1
- package/dist/esm/models/operations/purchasescrubcredits.d.ts.map +1 -1
- package/dist/esm/models/operations/purchasescrubcredits.js.map +1 -1
- package/dist/esm/models/operations/updatevendorcredentialdata.d.ts +7 -1
- package/dist/esm/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendorcredentialdata.js.map +1 -1
- package/dist/esm/models/operations/updatevendorcustomfield.d.ts +41 -0
- package/dist/esm/models/operations/updatevendorcustomfield.d.ts.map +1 -0
- package/dist/esm/models/operations/updatevendorcustomfield.js +32 -0
- package/dist/esm/models/operations/updatevendorcustomfield.js.map +1 -0
- package/dist/esm/models/operations/updatevendordetails.d.ts +7 -1
- package/dist/esm/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendordetails.js.map +1 -1
- package/dist/esm/models/operations/updatevendormanagedbycompany.d.ts +7 -1
- package/dist/esm/models/operations/updatevendormanagedbycompany.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendormanagedbycompany.js.map +1 -1
- package/dist/esm/models/operations/updatevendorscrubdetails.d.ts +7 -1
- package/dist/esm/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendorscrubdetails.js.map +1 -1
- package/dist/esm/react-query/eventsGetEvent.core.d.ts +15 -0
- package/dist/esm/react-query/eventsGetEvent.core.d.ts.map +1 -0
- package/dist/esm/react-query/eventsGetEvent.core.js +36 -0
- package/dist/esm/react-query/eventsGetEvent.core.js.map +1 -0
- package/dist/esm/react-query/eventsGetEvent.d.ts +52 -0
- package/dist/esm/react-query/eventsGetEvent.d.ts.map +1 -0
- package/dist/esm/react-query/eventsGetEvent.js +68 -0
- package/dist/esm/react-query/eventsGetEvent.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +7 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +7 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/systemsListSystems.core.d.ts +4 -0
- package/dist/esm/react-query/systemsListSystems.core.d.ts.map +1 -1
- package/dist/esm/react-query/systemsListSystems.core.js +4 -0
- package/dist/esm/react-query/systemsListSystems.core.js.map +1 -1
- package/dist/esm/react-query/systemsListSystems.d.ts +4 -0
- package/dist/esm/react-query/systemsListSystems.d.ts.map +1 -1
- package/dist/esm/react-query/systemsListSystems.js.map +1 -1
- package/dist/esm/react-query/vendorScansGetVendorScan.core.d.ts +15 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.core.js +38 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.d.ts +54 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.js +74 -0
- package/dist/esm/react-query/vendorScansGetVendorScan.js.map +1 -0
- package/dist/esm/react-query/vendorScansListVendorScans.core.d.ts +46 -0
- package/dist/esm/react-query/vendorScansListVendorScans.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansListVendorScans.core.js +94 -0
- package/dist/esm/react-query/vendorScansListVendorScans.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansListVendorScans.d.ts +68 -0
- package/dist/esm/react-query/vendorScansListVendorScans.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansListVendorScans.js +90 -0
- package/dist/esm/react-query/vendorScansListVendorScans.js.map +1 -0
- package/dist/esm/react-query/vendorsAiClassifyCreate.d.ts +33 -0
- package/dist/esm/react-query/vendorsAiClassifyCreate.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsAiClassifyCreate.js +47 -0
- package/dist/esm/react-query/vendorsAiClassifyCreate.js.map +1 -0
- package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.d.ts +31 -0
- package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.js +49 -0
- package/dist/esm/react-query/vendorsAiClassifyNotifyUploaded.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.d.ts +15 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.js +38 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.core.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.d.ts +41 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.js +62 -0
- package/dist/esm/react-query/vendorsGetVendorUploadHistory.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorsDetails.d.ts +2 -0
- package/dist/esm/react-query/vendorsGetVendorsDetails.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsGetVendorsDetails.js +2 -0
- package/dist/esm/react-query/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +2 -26
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js +2 -53
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +20 -43
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js +17 -39
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts +2 -26
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.js +2 -53
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts +27 -40
- package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCustomFields.js +25 -37
- package/dist/esm/react-query/vendorsListVendorCustomFields.js.map +1 -1
- package/dist/esm/react-query/vendorsUpdateVendorCustomField.d.ts +37 -0
- package/dist/esm/react-query/vendorsUpdateVendorCustomField.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsUpdateVendorCustomField.js +54 -0
- package/dist/esm/react-query/vendorsUpdateVendorCustomField.js.map +1 -0
- package/dist/esm/sdk/events.d.ts +13 -0
- package/dist/esm/sdk/events.d.ts.map +1 -1
- package/dist/esm/sdk/events.js +16 -0
- package/dist/esm/sdk/events.js.map +1 -1
- package/dist/esm/sdk/vendors.d.ts +63 -9
- package/dist/esm/sdk/vendors.d.ts.map +1 -1
- package/dist/esm/sdk/vendors.js +75 -5
- package/dist/esm/sdk/vendors.js.map +1 -1
- package/dist/esm/sdk/vendorscans.d.ts +25 -0
- package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
- package/dist/esm/sdk/vendorscans.js +28 -0
- package/dist/esm/sdk/vendorscans.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/events.test.ts +24 -0
- package/src/__tests__/fhirconfigs.test.ts +4 -0
- package/src/__tests__/vendors.test.ts +98 -48
- package/src/__tests__/vendorscans.test.ts +55 -0
- package/src/__tests__/webhooks.test.ts +1 -1
- package/src/__tests__/zones.test.ts +10 -8
- package/src/funcs/eventsGetEvent.ts +189 -0
- package/src/funcs/systemsListSystems.ts +2 -0
- package/src/funcs/vendorScansGetVendorScan.ts +191 -0
- package/src/funcs/vendorScansListVendorScans.ts +256 -0
- package/src/funcs/vendorsAiClassifyCreate.ts +177 -0
- package/src/funcs/vendorsAiClassifyNotifyUploaded.ts +177 -0
- package/src/funcs/vendorsGetVendorUploadHistory.ts +189 -0
- package/src/funcs/vendorsGetVendorsDetails.ts +1 -0
- package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +42 -111
- package/src/funcs/vendorsListVendorCustomFields.ts +48 -113
- package/src/funcs/vendorsUpdateVendorCustomField.ts +190 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/aiclassifycreaterequest.ts +53 -0
- package/src/models/components/aiclassifycreateresponse.ts +61 -0
- package/src/models/components/aiclassifynotifyuploadedrequest.ts +42 -0
- package/src/models/components/aiclassifynotifyuploadedresponse.ts +48 -0
- package/src/models/components/fhirconfig.ts +12 -0
- package/src/models/components/fhirconfigpartialupdate.ts +14 -0
- package/src/models/components/index.ts +5 -0
- package/src/models/components/uploadhistoryitem.ts +60 -0
- package/src/models/components/vendor.ts +11 -0
- package/src/models/components/vendorcustomfields.ts +111 -6
- package/src/models/components/vendorscan.ts +9 -0
- package/src/models/operations/addvendormanagedbycompany.ts +7 -1
- package/src/models/operations/calculatesubscriptionprice.ts +7 -1
- package/src/models/operations/changesubscription.ts +7 -1
- package/src/models/operations/createvendorcompany.ts +7 -1
- package/src/models/operations/deletevendormanagedbycompany.ts +7 -1
- package/src/models/operations/expeditetimeremaining.ts +7 -1
- package/src/models/operations/getevent.ts +263 -0
- package/src/models/operations/getnextunansweredscreeningquestion.ts +7 -1
- package/src/models/operations/getsubscription.ts +7 -1
- package/src/models/operations/getvendorcredentialdetails.ts +7 -1
- package/src/models/operations/getvendorlegalname.ts +7 -1
- package/src/models/operations/getvendorscan.ts +42 -0
- package/src/models/operations/getvendorsdetails.ts +7 -1
- package/src/models/operations/getvendoruploadhistory.ts +54 -0
- package/src/models/operations/index.ts +5 -0
- package/src/models/operations/listsystems.ts +14 -0
- package/src/models/operations/listvendoradditionalfacilityfields.ts +8 -66
- package/src/models/operations/listvendorcredentialhistory.ts +7 -1
- package/src/models/operations/listvendorcredits.ts +7 -1
- package/src/models/operations/listvendorcustomfields.ts +8 -61
- package/src/models/operations/listvendorfacilitystatuses.ts +7 -1
- package/src/models/operations/listvendorinvoices.ts +7 -1
- package/src/models/operations/listvendormanagedbycompanies.ts +7 -1
- package/src/models/operations/listvendorscans.ts +174 -0
- package/src/models/operations/listvendorscrubdetails.ts +7 -1
- package/src/models/operations/listvendorscrubpackages.ts +7 -1
- package/src/models/operations/listvendorscrubpurchases.ts +7 -1
- package/src/models/operations/purchasescrubcredits.ts +7 -1
- package/src/models/operations/updatevendorcredentialdata.ts +7 -1
- package/src/models/operations/updatevendorcustomfield.ts +93 -0
- package/src/models/operations/updatevendordetails.ts +7 -1
- package/src/models/operations/updatevendormanagedbycompany.ts +7 -1
- package/src/models/operations/updatevendorscrubdetails.ts +7 -1
- package/src/react-query/eventsGetEvent.core.ts +79 -0
- package/src/react-query/eventsGetEvent.ts +153 -0
- package/src/react-query/index.ts +7 -0
- package/src/react-query/systemsListSystems.core.ts +8 -0
- package/src/react-query/systemsListSystems.ts +4 -0
- package/src/react-query/vendorScansGetVendorScan.core.ts +83 -0
- package/src/react-query/vendorScansGetVendorScan.ts +168 -0
- package/src/react-query/vendorScansListVendorScans.core.ts +210 -0
- package/src/react-query/vendorScansListVendorScans.ts +273 -0
- package/src/react-query/vendorsAiClassifyCreate.ts +116 -0
- package/src/react-query/vendorsAiClassifyNotifyUploaded.ts +118 -0
- package/src/react-query/vendorsGetVendorUploadHistory.core.ts +85 -0
- package/src/react-query/vendorsGetVendorUploadHistory.ts +155 -0
- package/src/react-query/vendorsGetVendorsDetails.ts +2 -0
- package/src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts +1 -124
- package/src/react-query/vendorsListVendorAdditionalFacilityFields.ts +16 -127
- package/src/react-query/vendorsListVendorCustomFields.core.ts +2 -122
- package/src/react-query/vendorsListVendorCustomFields.ts +24 -125
- package/src/react-query/vendorsUpdateVendorCustomField.ts +124 -0
- package/src/sdk/events.ts +24 -0
- package/src/sdk/vendors.ts +109 -12
- package/src/sdk/vendorscans.ts +47 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 11693e309f47
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v3";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import * as types from "../../types/primitives.js";
|
|
11
|
+
import { smartUnion } from "../../types/smartUnion.js";
|
|
12
|
+
import * as components from "../components/index.js";
|
|
13
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
14
|
+
|
|
15
|
+
export type GetEventRequest = {
|
|
16
|
+
/**
|
|
17
|
+
* The identifier of the object
|
|
18
|
+
*/
|
|
19
|
+
id: number;
|
|
20
|
+
/**
|
|
21
|
+
* An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
|
|
22
|
+
*/
|
|
23
|
+
expand?: Array<components.Expand> | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export type Facility2 = {};
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* The facility ID, or the expanded facility object when `event.facility` is passed to `expand`.
|
|
30
|
+
*/
|
|
31
|
+
export type Facility = number | Facility2;
|
|
32
|
+
|
|
33
|
+
export type Department2 = {};
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* The department ID, or the expanded department object when `event.department` is passed to `expand`.
|
|
37
|
+
*/
|
|
38
|
+
export type Department = number | Department2;
|
|
39
|
+
|
|
40
|
+
export type Invitees = {
|
|
41
|
+
id?: number | undefined;
|
|
42
|
+
userId?: number | null | undefined;
|
|
43
|
+
companyId?: number | null | undefined;
|
|
44
|
+
departmentId?: number | null | undefined;
|
|
45
|
+
status?: string | undefined;
|
|
46
|
+
dateReviewed?: string | null | undefined;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* The request was successful, and the server has returned the requested resource in the response body.
|
|
51
|
+
*/
|
|
52
|
+
export type GetEventGetEventOk = {
|
|
53
|
+
id?: number | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* The event name.
|
|
56
|
+
*/
|
|
57
|
+
title?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* Date and time in 12-hour format with 15-minute precision.
|
|
60
|
+
*
|
|
61
|
+
* @remarks
|
|
62
|
+
* Format: MM/DD/YYYY h:mm am/pm (e.g., "07/18/2025 12:15 pm" or "7:15 pm").
|
|
63
|
+
* - Hours: 1 to 12 (zero-padded or not)
|
|
64
|
+
* - Minutes: 00, 15, 30, or 45
|
|
65
|
+
* - AM/PM in lowercase
|
|
66
|
+
*/
|
|
67
|
+
start?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* Date and time in 12-hour format with 15-minute precision.
|
|
70
|
+
*
|
|
71
|
+
* @remarks
|
|
72
|
+
* Format: MM/DD/YYYY h:mm am/pm (e.g., "07/18/2025 12:15 pm" or "7:15 pm").
|
|
73
|
+
* - Hours: 1 to 12 (zero-padded or not)
|
|
74
|
+
* - Minutes: 00, 15, 30, or 45
|
|
75
|
+
* - AM/PM in lowercase
|
|
76
|
+
*/
|
|
77
|
+
end?: string | undefined;
|
|
78
|
+
allDay?: boolean | undefined;
|
|
79
|
+
standingAppt?: boolean | undefined;
|
|
80
|
+
bringingFood?: boolean | undefined;
|
|
81
|
+
notes?: string | null | undefined;
|
|
82
|
+
status?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* ISO 8601 date-time when the event was approved.
|
|
85
|
+
*/
|
|
86
|
+
dateApproved?: string | null | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* The facility ID, or the expanded facility object when `event.facility` is passed to `expand`.
|
|
89
|
+
*/
|
|
90
|
+
facility?: number | Facility2 | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* The department ID, or the expanded department object when `event.department` is passed to `expand`.
|
|
93
|
+
*/
|
|
94
|
+
department?: number | Department2 | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* Populated when `event.invitees` is passed to `expand`.
|
|
97
|
+
*/
|
|
98
|
+
invitees?: Array<Invitees> | null | undefined;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/** @internal */
|
|
102
|
+
export type GetEventRequest$Outbound = {
|
|
103
|
+
id: number;
|
|
104
|
+
expand?: Array<string> | undefined;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/** @internal */
|
|
108
|
+
export const GetEventRequest$outboundSchema: z.ZodType<
|
|
109
|
+
GetEventRequest$Outbound,
|
|
110
|
+
z.ZodTypeDef,
|
|
111
|
+
GetEventRequest
|
|
112
|
+
> = z.object({
|
|
113
|
+
id: z.number().int(),
|
|
114
|
+
expand: z.array(components.Expand$outboundSchema).optional(),
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
export function getEventRequestToJSON(
|
|
118
|
+
getEventRequest: GetEventRequest,
|
|
119
|
+
): string {
|
|
120
|
+
return JSON.stringify(GetEventRequest$outboundSchema.parse(getEventRequest));
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/** @internal */
|
|
124
|
+
export const Facility2$inboundSchema: z.ZodType<
|
|
125
|
+
Facility2,
|
|
126
|
+
z.ZodTypeDef,
|
|
127
|
+
unknown
|
|
128
|
+
> = z.object({});
|
|
129
|
+
|
|
130
|
+
export function facility2FromJSON(
|
|
131
|
+
jsonString: string,
|
|
132
|
+
): SafeParseResult<Facility2, SDKValidationError> {
|
|
133
|
+
return safeParse(
|
|
134
|
+
jsonString,
|
|
135
|
+
(x) => Facility2$inboundSchema.parse(JSON.parse(x)),
|
|
136
|
+
`Failed to parse 'Facility2' from JSON`,
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/** @internal */
|
|
141
|
+
export const Facility$inboundSchema: z.ZodType<
|
|
142
|
+
Facility,
|
|
143
|
+
z.ZodTypeDef,
|
|
144
|
+
unknown
|
|
145
|
+
> = smartUnion([types.number(), z.lazy(() => Facility2$inboundSchema)]);
|
|
146
|
+
|
|
147
|
+
export function facilityFromJSON(
|
|
148
|
+
jsonString: string,
|
|
149
|
+
): SafeParseResult<Facility, SDKValidationError> {
|
|
150
|
+
return safeParse(
|
|
151
|
+
jsonString,
|
|
152
|
+
(x) => Facility$inboundSchema.parse(JSON.parse(x)),
|
|
153
|
+
`Failed to parse 'Facility' from JSON`,
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/** @internal */
|
|
158
|
+
export const Department2$inboundSchema: z.ZodType<
|
|
159
|
+
Department2,
|
|
160
|
+
z.ZodTypeDef,
|
|
161
|
+
unknown
|
|
162
|
+
> = z.object({});
|
|
163
|
+
|
|
164
|
+
export function department2FromJSON(
|
|
165
|
+
jsonString: string,
|
|
166
|
+
): SafeParseResult<Department2, SDKValidationError> {
|
|
167
|
+
return safeParse(
|
|
168
|
+
jsonString,
|
|
169
|
+
(x) => Department2$inboundSchema.parse(JSON.parse(x)),
|
|
170
|
+
`Failed to parse 'Department2' from JSON`,
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/** @internal */
|
|
175
|
+
export const Department$inboundSchema: z.ZodType<
|
|
176
|
+
Department,
|
|
177
|
+
z.ZodTypeDef,
|
|
178
|
+
unknown
|
|
179
|
+
> = smartUnion([types.number(), z.lazy(() => Department2$inboundSchema)]);
|
|
180
|
+
|
|
181
|
+
export function departmentFromJSON(
|
|
182
|
+
jsonString: string,
|
|
183
|
+
): SafeParseResult<Department, SDKValidationError> {
|
|
184
|
+
return safeParse(
|
|
185
|
+
jsonString,
|
|
186
|
+
(x) => Department$inboundSchema.parse(JSON.parse(x)),
|
|
187
|
+
`Failed to parse 'Department' from JSON`,
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/** @internal */
|
|
192
|
+
export const Invitees$inboundSchema: z.ZodType<
|
|
193
|
+
Invitees,
|
|
194
|
+
z.ZodTypeDef,
|
|
195
|
+
unknown
|
|
196
|
+
> = z.object({
|
|
197
|
+
id: types.optional(types.number()),
|
|
198
|
+
user_id: z.nullable(types.number()).optional(),
|
|
199
|
+
company_id: z.nullable(types.number()).optional(),
|
|
200
|
+
department_id: z.nullable(types.number()).optional(),
|
|
201
|
+
status: types.optional(types.string()),
|
|
202
|
+
date_reviewed: z.nullable(types.string()).optional(),
|
|
203
|
+
}).transform((v) => {
|
|
204
|
+
return remap$(v, {
|
|
205
|
+
"user_id": "userId",
|
|
206
|
+
"company_id": "companyId",
|
|
207
|
+
"department_id": "departmentId",
|
|
208
|
+
"date_reviewed": "dateReviewed",
|
|
209
|
+
});
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
export function inviteesFromJSON(
|
|
213
|
+
jsonString: string,
|
|
214
|
+
): SafeParseResult<Invitees, SDKValidationError> {
|
|
215
|
+
return safeParse(
|
|
216
|
+
jsonString,
|
|
217
|
+
(x) => Invitees$inboundSchema.parse(JSON.parse(x)),
|
|
218
|
+
`Failed to parse 'Invitees' from JSON`,
|
|
219
|
+
);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/** @internal */
|
|
223
|
+
export const GetEventGetEventOk$inboundSchema: z.ZodType<
|
|
224
|
+
GetEventGetEventOk,
|
|
225
|
+
z.ZodTypeDef,
|
|
226
|
+
unknown
|
|
227
|
+
> = z.object({
|
|
228
|
+
id: types.optional(types.number()),
|
|
229
|
+
title: types.optional(types.string()),
|
|
230
|
+
start: types.optional(types.string()),
|
|
231
|
+
end: types.optional(types.string()),
|
|
232
|
+
all_day: types.optional(types.boolean()),
|
|
233
|
+
standing_appt: types.optional(types.boolean()),
|
|
234
|
+
bringing_food: types.optional(types.boolean()),
|
|
235
|
+
notes: z.nullable(types.string()).optional(),
|
|
236
|
+
status: types.optional(types.string()),
|
|
237
|
+
date_approved: z.nullable(types.string()).optional(),
|
|
238
|
+
facility: types.optional(
|
|
239
|
+
smartUnion([types.number(), z.lazy(() => Facility2$inboundSchema)]),
|
|
240
|
+
),
|
|
241
|
+
department: types.optional(
|
|
242
|
+
smartUnion([types.number(), z.lazy(() => Department2$inboundSchema)]),
|
|
243
|
+
),
|
|
244
|
+
invitees: z.nullable(z.array(z.lazy(() => Invitees$inboundSchema)))
|
|
245
|
+
.optional(),
|
|
246
|
+
}).transform((v) => {
|
|
247
|
+
return remap$(v, {
|
|
248
|
+
"all_day": "allDay",
|
|
249
|
+
"standing_appt": "standingAppt",
|
|
250
|
+
"bringing_food": "bringingFood",
|
|
251
|
+
"date_approved": "dateApproved",
|
|
252
|
+
});
|
|
253
|
+
});
|
|
254
|
+
|
|
255
|
+
export function getEventGetEventOkFromJSON(
|
|
256
|
+
jsonString: string,
|
|
257
|
+
): SafeParseResult<GetEventGetEventOk, SDKValidationError> {
|
|
258
|
+
return safeParse(
|
|
259
|
+
jsonString,
|
|
260
|
+
(x) => GetEventGetEventOk$inboundSchema.parse(JSON.parse(x)),
|
|
261
|
+
`Failed to parse 'GetEventGetEventOk' from JSON`,
|
|
262
|
+
);
|
|
263
|
+
}
|
|
@@ -13,7 +13,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
13
13
|
|
|
14
14
|
export type GetNextUnansweredScreeningQuestionRequest = {
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
20
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
21
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
22
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
17
23
|
*/
|
|
18
24
|
vendorIdOrMe: string;
|
|
19
25
|
/**
|
|
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
|
|
13
13
|
export type GetSubscriptionRequest = {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
19
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
20
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
21
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
16
22
|
*/
|
|
17
23
|
vendorIdOrMe: string;
|
|
18
24
|
/**
|
|
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
|
|
13
13
|
export type GetVendorCredentialDetailsRequest = {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
19
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
20
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
21
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
16
22
|
*/
|
|
17
23
|
vendorIdOrMe: string;
|
|
18
24
|
/**
|
|
@@ -12,7 +12,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
|
|
13
13
|
export type GetVendorLegalNameRequest = {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
19
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
20
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
21
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
16
22
|
*/
|
|
17
23
|
vendorIdOrMe: string;
|
|
18
24
|
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 02be1874a518
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v3";
|
|
7
|
+
import * as components from "../components/index.js";
|
|
8
|
+
|
|
9
|
+
export type GetVendorScanRequest = {
|
|
10
|
+
/**
|
|
11
|
+
* The ID of the vendor scan to retrieve.
|
|
12
|
+
*/
|
|
13
|
+
id: number;
|
|
14
|
+
/**
|
|
15
|
+
* An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
|
|
16
|
+
*/
|
|
17
|
+
expand?: Array<components.Expand> | undefined;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export type GetVendorScanRequest$Outbound = {
|
|
22
|
+
id: number;
|
|
23
|
+
expand?: Array<string> | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/** @internal */
|
|
27
|
+
export const GetVendorScanRequest$outboundSchema: z.ZodType<
|
|
28
|
+
GetVendorScanRequest$Outbound,
|
|
29
|
+
z.ZodTypeDef,
|
|
30
|
+
GetVendorScanRequest
|
|
31
|
+
> = z.object({
|
|
32
|
+
id: z.number().int(),
|
|
33
|
+
expand: z.array(components.Expand$outboundSchema).optional(),
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export function getVendorScanRequestToJSON(
|
|
37
|
+
getVendorScanRequest: GetVendorScanRequest,
|
|
38
|
+
): string {
|
|
39
|
+
return JSON.stringify(
|
|
40
|
+
GetVendorScanRequest$outboundSchema.parse(getVendorScanRequest),
|
|
41
|
+
);
|
|
42
|
+
}
|
|
@@ -9,7 +9,13 @@ import * as components from "../components/index.js";
|
|
|
9
9
|
|
|
10
10
|
export type GetVendorsDetailsRequest = {
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
16
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
17
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
18
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
13
19
|
*/
|
|
14
20
|
vendorIdOrMe: string;
|
|
15
21
|
/**
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: a5888855de07
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v3";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
|
|
9
|
+
export type GetVendorUploadHistoryRequest = {
|
|
10
|
+
/**
|
|
11
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
15
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
16
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
17
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
18
|
+
*/
|
|
19
|
+
vendorIdOrMe: string;
|
|
20
|
+
/**
|
|
21
|
+
* Max items to return. Server caps at 10.
|
|
22
|
+
*/
|
|
23
|
+
limit?: number | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/** @internal */
|
|
27
|
+
export type GetVendorUploadHistoryRequest$Outbound = {
|
|
28
|
+
vendor_id_or_me: string;
|
|
29
|
+
limit: number;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export const GetVendorUploadHistoryRequest$outboundSchema: z.ZodType<
|
|
34
|
+
GetVendorUploadHistoryRequest$Outbound,
|
|
35
|
+
z.ZodTypeDef,
|
|
36
|
+
GetVendorUploadHistoryRequest
|
|
37
|
+
> = z.object({
|
|
38
|
+
vendorIdOrMe: z.string(),
|
|
39
|
+
limit: z.number().int().default(10),
|
|
40
|
+
}).transform((v) => {
|
|
41
|
+
return remap$(v, {
|
|
42
|
+
vendorIdOrMe: "vendor_id_or_me",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
export function getVendorUploadHistoryRequestToJSON(
|
|
47
|
+
getVendorUploadHistoryRequest: GetVendorUploadHistoryRequest,
|
|
48
|
+
): string {
|
|
49
|
+
return JSON.stringify(
|
|
50
|
+
GetVendorUploadHistoryRequest$outboundSchema.parse(
|
|
51
|
+
getVendorUploadHistoryRequest,
|
|
52
|
+
),
|
|
53
|
+
);
|
|
54
|
+
}
|
|
@@ -33,6 +33,7 @@ export * from "./downloadinvoicesexport.js";
|
|
|
33
33
|
export * from "./expeditetimeremaining.js";
|
|
34
34
|
export * from "./getcompany.js";
|
|
35
35
|
export * from "./getcurrentuser.js";
|
|
36
|
+
export * from "./getevent.js";
|
|
36
37
|
export * from "./getfacility.js";
|
|
37
38
|
export * from "./getfhirconfig.js";
|
|
38
39
|
export * from "./getinvoice.js";
|
|
@@ -49,7 +50,9 @@ export * from "./getvendorcredentialfile.js";
|
|
|
49
50
|
export * from "./getvendorinvoicedetails.js";
|
|
50
51
|
export * from "./getvendorinvoicereceipt.js";
|
|
51
52
|
export * from "./getvendorlegalname.js";
|
|
53
|
+
export * from "./getvendorscan.js";
|
|
52
54
|
export * from "./getvendorsdetails.js";
|
|
55
|
+
export * from "./getvendoruploadhistory.js";
|
|
53
56
|
export * from "./getwebhookendpoint.js";
|
|
54
57
|
export * from "./invoicesexport.js";
|
|
55
58
|
export * from "./listalerts.js";
|
|
@@ -80,6 +83,7 @@ export * from "./listvendorfacilitystatuses.js";
|
|
|
80
83
|
export * from "./listvendorinvoices.js";
|
|
81
84
|
export * from "./listvendorjobtitles.js";
|
|
82
85
|
export * from "./listvendormanagedbycompanies.js";
|
|
86
|
+
export * from "./listvendorscans.js";
|
|
83
87
|
export * from "./listvendorscrubdetails.js";
|
|
84
88
|
export * from "./listvendorscrubpackages.js";
|
|
85
89
|
export * from "./listvendorscrubpurchases.js";
|
|
@@ -107,6 +111,7 @@ export * from "./updateuseralerts.js";
|
|
|
107
111
|
export * from "./updateuserprofilepicture.js";
|
|
108
112
|
export * from "./updatevendorcredentialdata.js";
|
|
109
113
|
export * from "./updatevendorcredentialfile.js";
|
|
114
|
+
export * from "./updatevendorcustomfield.js";
|
|
110
115
|
export * from "./updatevendordetails.js";
|
|
111
116
|
export * from "./updatevendorfield.js";
|
|
112
117
|
export * from "./updatevendormanagedbycompany.js";
|
|
@@ -35,6 +35,14 @@ export type ListSystemsRequest = {
|
|
|
35
35
|
* An array-style parameter to identify which sections of an object to expand. See documentation for the endpoint for a list of valid expansion values.
|
|
36
36
|
*/
|
|
37
37
|
expand?: Array<components.Expand> | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* Filter systems with a start_date on or after this date (YYYY-MM-DD). Also excludes systems with no start_date set.
|
|
40
|
+
*/
|
|
41
|
+
startDateGte?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* Filter systems with a start_date on or before this date (YYYY-MM-DD).
|
|
44
|
+
*/
|
|
45
|
+
startDateLte?: string | undefined;
|
|
38
46
|
};
|
|
39
47
|
|
|
40
48
|
/**
|
|
@@ -60,6 +68,8 @@ export type ListSystemsRequest$Outbound = {
|
|
|
60
68
|
items_per_page?: number | undefined;
|
|
61
69
|
name_like?: string | undefined;
|
|
62
70
|
expand?: Array<string> | undefined;
|
|
71
|
+
start_date_gte?: string | undefined;
|
|
72
|
+
start_date_lte?: string | undefined;
|
|
63
73
|
};
|
|
64
74
|
|
|
65
75
|
/** @internal */
|
|
@@ -74,10 +84,14 @@ export const ListSystemsRequest$outboundSchema: z.ZodType<
|
|
|
74
84
|
itemsPerPage: z.number().int().optional(),
|
|
75
85
|
nameLike: z.string().optional(),
|
|
76
86
|
expand: z.array(components.Expand$outboundSchema).optional(),
|
|
87
|
+
startDateGte: z.string().optional(),
|
|
88
|
+
startDateLte: z.string().optional(),
|
|
77
89
|
}).transform((v) => {
|
|
78
90
|
return remap$(v, {
|
|
79
91
|
itemsPerPage: "items_per_page",
|
|
80
92
|
nameLike: "name_like",
|
|
93
|
+
startDateGte: "start_date_gte",
|
|
94
|
+
startDateLte: "start_date_lte",
|
|
81
95
|
});
|
|
82
96
|
});
|
|
83
97
|
|
|
@@ -12,50 +12,27 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
|
|
13
13
|
export type ListVendorAdditionalFacilityFieldsRequest = {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* A 1-based offset for which page to request (defaults to 1)
|
|
24
|
-
*/
|
|
25
|
-
page?: number | undefined;
|
|
26
|
-
/**
|
|
27
|
-
* Number of items to show in a given page
|
|
28
|
-
*/
|
|
29
|
-
itemsPerPage?: number | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
|
|
15
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
19
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
20
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
21
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
32
22
|
*/
|
|
33
23
|
vendorIdOrMe: string;
|
|
34
24
|
};
|
|
35
25
|
|
|
36
26
|
/**
|
|
37
|
-
* The request was successful
|
|
27
|
+
* The request was successful.
|
|
38
28
|
*/
|
|
39
29
|
export type ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk =
|
|
40
30
|
{
|
|
41
31
|
items: Array<components.VendorCustomFields>;
|
|
42
|
-
/**
|
|
43
|
-
* Pagination information for a pageable list
|
|
44
|
-
*/
|
|
45
|
-
pager: components.Pager;
|
|
46
32
|
};
|
|
47
33
|
|
|
48
|
-
export type ListVendorAdditionalFacilityFieldsResponse = {
|
|
49
|
-
result:
|
|
50
|
-
ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
34
|
/** @internal */
|
|
54
35
|
export type ListVendorAdditionalFacilityFieldsRequest$Outbound = {
|
|
55
|
-
sort?: string | null | undefined;
|
|
56
|
-
desc?: components.Desc$Outbound | undefined;
|
|
57
|
-
page?: number | undefined;
|
|
58
|
-
items_per_page?: number | undefined;
|
|
59
36
|
vendor_id_or_me: string;
|
|
60
37
|
};
|
|
61
38
|
|
|
@@ -66,14 +43,9 @@ export const ListVendorAdditionalFacilityFieldsRequest$outboundSchema:
|
|
|
66
43
|
z.ZodTypeDef,
|
|
67
44
|
ListVendorAdditionalFacilityFieldsRequest
|
|
68
45
|
> = z.object({
|
|
69
|
-
sort: z.nullable(z.string()).optional(),
|
|
70
|
-
desc: components.Desc$outboundSchema.optional(),
|
|
71
|
-
page: z.number().int().optional(),
|
|
72
|
-
itemsPerPage: z.number().int().optional(),
|
|
73
46
|
vendorIdOrMe: z.string(),
|
|
74
47
|
}).transform((v) => {
|
|
75
48
|
return remap$(v, {
|
|
76
|
-
itemsPerPage: "items_per_page",
|
|
77
49
|
vendorIdOrMe: "vendor_id_or_me",
|
|
78
50
|
});
|
|
79
51
|
});
|
|
@@ -97,7 +69,6 @@ export const ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityField
|
|
|
97
69
|
unknown
|
|
98
70
|
> = z.object({
|
|
99
71
|
items: z.array(components.VendorCustomFields$inboundSchema),
|
|
100
|
-
pager: components.Pager$inboundSchema,
|
|
101
72
|
});
|
|
102
73
|
|
|
103
74
|
export function listVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOkFromJSON(
|
|
@@ -114,32 +85,3 @@ export function listVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFi
|
|
|
114
85
|
`Failed to parse 'ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk' from JSON`,
|
|
115
86
|
);
|
|
116
87
|
}
|
|
117
|
-
|
|
118
|
-
/** @internal */
|
|
119
|
-
export const ListVendorAdditionalFacilityFieldsResponse$inboundSchema:
|
|
120
|
-
z.ZodType<ListVendorAdditionalFacilityFieldsResponse, z.ZodTypeDef, unknown> =
|
|
121
|
-
z.object({
|
|
122
|
-
Result: z.lazy(() =>
|
|
123
|
-
ListVendorAdditionalFacilityFieldsListVendorAdditionalFacilityFieldsOk$inboundSchema
|
|
124
|
-
),
|
|
125
|
-
}).transform((v) => {
|
|
126
|
-
return remap$(v, {
|
|
127
|
-
"Result": "result",
|
|
128
|
-
});
|
|
129
|
-
});
|
|
130
|
-
|
|
131
|
-
export function listVendorAdditionalFacilityFieldsResponseFromJSON(
|
|
132
|
-
jsonString: string,
|
|
133
|
-
): SafeParseResult<
|
|
134
|
-
ListVendorAdditionalFacilityFieldsResponse,
|
|
135
|
-
SDKValidationError
|
|
136
|
-
> {
|
|
137
|
-
return safeParse(
|
|
138
|
-
jsonString,
|
|
139
|
-
(x) =>
|
|
140
|
-
ListVendorAdditionalFacilityFieldsResponse$inboundSchema.parse(
|
|
141
|
-
JSON.parse(x),
|
|
142
|
-
),
|
|
143
|
-
`Failed to parse 'ListVendorAdditionalFacilityFieldsResponse' from JSON`,
|
|
144
|
-
);
|
|
145
|
-
}
|
|
@@ -29,7 +29,13 @@ export type ListVendorCredentialHistoryRequest = {
|
|
|
29
29
|
*/
|
|
30
30
|
itemsPerPage?: number | undefined;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
36
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
37
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
38
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
33
39
|
*/
|
|
34
40
|
vendorIdOrMe: string;
|
|
35
41
|
/**
|
|
@@ -28,7 +28,13 @@ export type ListVendorCreditsRequest = {
|
|
|
28
28
|
*/
|
|
29
29
|
itemsPerPage?: number | undefined;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Vendor identifier. Depending on the endpoint, accepts one or more of:
|
|
32
|
+
*
|
|
33
|
+
* @remarks
|
|
34
|
+
* - A numeric vendor ID (positive integer, e.g. `42`)
|
|
35
|
+
* - The keyword `me` to represent the authenticated vendor
|
|
36
|
+
* - An active QR code (alphanumeric, hyphen-separated, e.g. `ABC-123-DEF`) —
|
|
37
|
+
* supported only on endpoints that explicitly document QR-code lookup
|
|
32
38
|
*/
|
|
33
39
|
vendorIdOrMe: string;
|
|
34
40
|
};
|