@greensecurity/javascript-sdk 0.44.0-beta.5 → 0.44.0-beta.50
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/REACT_QUERY.md +15 -31
- package/README.md +39 -0
- package/dist/commonjs/__tests__/companies.test.js +1 -0
- package/dist/commonjs/__tests__/companies.test.js.map +1 -1
- package/dist/commonjs/__tests__/fhirconfigs.test.js +12 -3
- package/dist/commonjs/__tests__/fhirconfigs.test.js.map +1 -1
- package/dist/commonjs/__tests__/invoices.test.js +3 -1
- package/dist/commonjs/__tests__/invoices.test.js.map +1 -1
- package/dist/commonjs/__tests__/organizations.test.js +144 -0
- package/dist/commonjs/__tests__/organizations.test.js.map +1 -1
- package/dist/commonjs/__tests__/users.test.js +3 -1
- package/dist/commonjs/__tests__/users.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendors.test.js +66 -1
- package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendorscans.test.js +57 -0
- package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
- package/dist/commonjs/__tests__/zones.test.js +13 -11
- package/dist/commonjs/__tests__/zones.test.js.map +1 -1
- package/dist/commonjs/admin-funcs/companyManagerGetPaymentForm.d.ts +3 -0
- package/dist/commonjs/admin-funcs/companyManagerGetPaymentForm.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/companyManagerGetPaymentForm.js +9 -0
- package/dist/commonjs/admin-funcs/companyManagerGetPaymentForm.js.map +1 -0
- package/dist/commonjs/admin-funcs/registerEmail.d.ts +8 -0
- package/dist/commonjs/admin-funcs/registerEmail.d.ts.map +1 -1
- package/dist/commonjs/admin-funcs/registerEmail.js.map +1 -1
- package/dist/commonjs/admin-funcs/subscriptionGetSmartBadgePrompt.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSmartBadgePrompt.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSmartBadgePrompt.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSmartBadgePrompt.js.map +1 -0
- package/dist/commonjs/admin-funcs/vendorGetPaymentForm.d.ts +3 -0
- package/dist/commonjs/admin-funcs/vendorGetPaymentForm.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/vendorGetPaymentForm.js +9 -0
- package/dist/commonjs/admin-funcs/vendorGetPaymentForm.js.map +1 -0
- package/dist/commonjs/admin-funcs/vendorGetSystemsRequiringSmartBadge.d.ts +3 -0
- package/dist/commonjs/admin-funcs/vendorGetSystemsRequiringSmartBadge.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/vendorGetSystemsRequiringSmartBadge.js +9 -0
- package/dist/commonjs/admin-funcs/vendorGetSystemsRequiringSmartBadge.js.map +1 -0
- package/dist/commonjs/funcs/alertsListAlerts.d.ts.map +1 -1
- package/dist/commonjs/funcs/alertsListAlerts.js +1 -2
- package/dist/commonjs/funcs/alertsListAlerts.js.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyCredentials.d.ts.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyCredentials.js +1 -2
- package/dist/commonjs/funcs/companiesListCompanyCredentials.js.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyCredits.d.ts.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyCredits.js +1 -2
- package/dist/commonjs/funcs/companiesListCompanyCredits.js.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyManagers.d.ts.map +1 -1
- package/dist/commonjs/funcs/companiesListCompanyManagers.js +1 -2
- package/dist/commonjs/funcs/companiesListCompanyManagers.js.map +1 -1
- package/dist/commonjs/funcs/companiesListOrSearchCompanies.d.ts.map +1 -1
- package/dist/commonjs/funcs/companiesListOrSearchCompanies.js +1 -2
- package/dist/commonjs/funcs/companiesListOrSearchCompanies.js.map +1 -1
- package/dist/commonjs/funcs/companiesLookupCompanies.d.ts.map +1 -1
- package/dist/commonjs/funcs/companiesLookupCompanies.js +1 -2
- package/dist/commonjs/funcs/companiesLookupCompanies.js.map +1 -1
- package/dist/commonjs/funcs/eventsListFeed.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListFeed.js +1 -2
- package/dist/commonjs/funcs/eventsListFeed.js.map +1 -1
- package/dist/commonjs/funcs/eventsListLocations.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListLocations.js +1 -2
- package/dist/commonjs/funcs/eventsListLocations.js.map +1 -1
- package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js +1 -2
- package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
- package/dist/commonjs/funcs/eventsListPendingInvitations.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListPendingInvitations.js +1 -2
- package/dist/commonjs/funcs/eventsListPendingInvitations.js.map +1 -1
- package/dist/commonjs/funcs/eventsListStandingAppointments.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListStandingAppointments.js +1 -2
- package/dist/commonjs/funcs/eventsListStandingAppointments.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.d.ts.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js +1 -2
- package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
- package/dist/commonjs/funcs/invoicesInvoicesExport.d.ts +2 -1
- package/dist/commonjs/funcs/invoicesInvoicesExport.d.ts.map +1 -1
- package/dist/commonjs/funcs/invoicesInvoicesExport.js +2 -1
- package/dist/commonjs/funcs/invoicesInvoicesExport.js.map +1 -1
- package/dist/commonjs/funcs/invoicesListInvoices.d.ts.map +1 -1
- package/dist/commonjs/funcs/invoicesListInvoices.js +1 -2
- package/dist/commonjs/funcs/invoicesListInvoices.js.map +1 -1
- package/dist/commonjs/funcs/organizationsDownloadCompanyTargetFacilitiesExport.d.ts +21 -0
- package/dist/commonjs/funcs/organizationsDownloadCompanyTargetFacilitiesExport.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsDownloadCompanyTargetFacilitiesExport.js +132 -0
- package/dist/commonjs/funcs/organizationsDownloadCompanyTargetFacilitiesExport.js.map +1 -0
- package/dist/commonjs/funcs/organizationsDownloadFacilityVendorsExport.d.ts +22 -0
- package/dist/commonjs/funcs/organizationsDownloadFacilityVendorsExport.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsDownloadFacilityVendorsExport.js +132 -0
- package/dist/commonjs/funcs/organizationsDownloadFacilityVendorsExport.js.map +1 -0
- package/dist/commonjs/funcs/organizationsExportCompanyTargetFacilities.d.ts +27 -0
- package/dist/commonjs/funcs/organizationsExportCompanyTargetFacilities.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsExportCompanyTargetFacilities.js +142 -0
- package/dist/commonjs/funcs/organizationsExportCompanyTargetFacilities.js.map +1 -0
- package/dist/commonjs/funcs/organizationsExportFacilityVendors.d.ts +34 -0
- package/dist/commonjs/funcs/organizationsExportFacilityVendors.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsExportFacilityVendors.js +148 -0
- package/dist/commonjs/funcs/organizationsExportFacilityVendors.js.map +1 -0
- package/dist/commonjs/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts +21 -0
- package/dist/commonjs/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.js +132 -0
- package/dist/commonjs/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.js.map +1 -0
- package/dist/commonjs/funcs/organizationsGetFacilityVendorsExportStatus.d.ts +22 -0
- package/dist/commonjs/funcs/organizationsGetFacilityVendorsExportStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsGetFacilityVendorsExportStatus.js +131 -0
- package/dist/commonjs/funcs/organizationsGetFacilityVendorsExportStatus.js.map +1 -0
- package/dist/commonjs/funcs/organizationsListCompanyTargetFacilities.d.ts +4 -0
- package/dist/commonjs/funcs/organizationsListCompanyTargetFacilities.d.ts.map +1 -1
- package/dist/commonjs/funcs/organizationsListCompanyTargetFacilities.js +11 -2
- package/dist/commonjs/funcs/organizationsListCompanyTargetFacilities.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListFacilityVendors.d.ts +42 -0
- package/dist/commonjs/funcs/organizationsListFacilityVendors.d.ts.map +1 -0
- package/dist/commonjs/funcs/organizationsListFacilityVendors.js +186 -0
- package/dist/commonjs/funcs/organizationsListFacilityVendors.js.map +1 -0
- package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.d.ts.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js +1 -2
- package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartments.d.ts.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js +1 -2
- package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchFacilities.d.ts.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js +1 -2
- package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js.map +1 -1
- package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.d.ts.map +1 -1
- package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js +1 -2
- package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
- package/dist/commonjs/funcs/systemsListSystems.d.ts.map +1 -1
- package/dist/commonjs/funcs/systemsListSystems.js +1 -2
- package/dist/commonjs/funcs/systemsListSystems.js.map +1 -1
- package/dist/commonjs/funcs/usersGetCurrentUser.d.ts +1 -1
- package/dist/commonjs/funcs/usersGetCurrentUser.js +1 -1
- package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts +6 -4
- package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts.map +1 -1
- package/dist/commonjs/funcs/usersGetLinkedUsers.js +6 -4
- package/dist/commonjs/funcs/usersGetLinkedUsers.js.map +1 -1
- package/dist/commonjs/funcs/usersGetUserById.d.ts +1 -1
- package/dist/commonjs/funcs/usersGetUserById.js +1 -1
- package/dist/commonjs/funcs/vendorScansDownloadVendorScansExport.d.ts +27 -0
- package/dist/commonjs/funcs/vendorScansDownloadVendorScansExport.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansDownloadVendorScansExport.js +134 -0
- package/dist/commonjs/funcs/vendorScansDownloadVendorScansExport.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansExportVendorScans.d.ts +27 -0
- package/dist/commonjs/funcs/vendorScansExportVendorScans.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansExportVendorScans.js +141 -0
- package/dist/commonjs/funcs/vendorScansExportVendorScans.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScansExportStatus.d.ts +21 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScansExportStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScansExportStatus.js +126 -0
- package/dist/commonjs/funcs/vendorScansGetVendorScansExportStatus.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansListVendorScans.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorScansListVendorScans.js +1 -2
- package/dist/commonjs/funcs/vendorScansListVendorScans.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js +4 -2
- package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorPaymentResponsibility.d.ts +23 -0
- package/dist/commonjs/funcs/vendorsGetVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorPaymentResponsibility.js +129 -0
- package/dist/commonjs/funcs/vendorsGetVendorPaymentResponsibility.js.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorTargetFacilities.d.ts +21 -0
- package/dist/commonjs/funcs/vendorsGetVendorTargetFacilities.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorTargetFacilities.js +168 -0
- package/dist/commonjs/funcs/vendorsGetVendorTargetFacilities.js.map +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js +1 -2
- package/dist/commonjs/funcs/vendorsGetVendorUploadHistory.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentials.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentials.js +2 -2
- package/dist/commonjs/funcs/vendorsListVendorCredentials.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredits.d.ts +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredits.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredits.js +2 -3
- package/dist/commonjs/funcs/vendorsListVendorCredits.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorInvoices.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorInvoices.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorJobTitles.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorJobTitles.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorJobTitles.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPackages.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorTypes.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorTypes.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendorTypes.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendors.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendors.js +1 -2
- package/dist/commonjs/funcs/vendorsListVendors.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.d.ts +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorPaymentResponsibility.d.ts +24 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorPaymentResponsibility.js +131 -0
- package/dist/commonjs/funcs/vendorsUpdateVendorPaymentResponsibility.js.map +1 -0
- package/dist/commonjs/funcs/vendorsVendorsExport.d.ts +2 -1
- package/dist/commonjs/funcs/vendorsVendorsExport.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsVendorsExport.js +2 -1
- package/dist/commonjs/funcs/vendorsVendorsExport.js.map +1 -1
- package/dist/commonjs/funcs/zonesListOrSearchSecurityZones.d.ts.map +1 -1
- package/dist/commonjs/funcs/zonesListOrSearchSecurityZones.js +1 -2
- package/dist/commonjs/funcs/zonesListOrSearchSecurityZones.js.map +1 -1
- package/dist/commonjs/hooks/types.d.ts +1 -0
- package/dist/commonjs/hooks/types.d.ts.map +1 -1
- package/dist/commonjs/index.extras.d.ts +12 -0
- package/dist/commonjs/index.extras.d.ts.map +1 -1
- package/dist/commonjs/index.extras.js +12 -0
- package/dist/commonjs/index.extras.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +4 -4
- package/dist/commonjs/lib/config.js +4 -4
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/lib/encodings.js +12 -12
- package/dist/commonjs/lib/encodings.js.map +1 -1
- package/dist/commonjs/lib/env.d.ts.map +1 -1
- package/dist/commonjs/lib/env.js +3 -3
- package/dist/commonjs/lib/env.js.map +1 -1
- package/dist/commonjs/lib/http.d.ts +1 -1
- package/dist/commonjs/lib/http.d.ts.map +1 -1
- package/dist/commonjs/lib/http.js +1 -1
- package/dist/commonjs/lib/http.js.map +1 -1
- package/dist/commonjs/lib/matchers.js +3 -3
- package/dist/commonjs/lib/matchers.js.map +1 -1
- package/dist/commonjs/lib/primitives.d.ts +1 -0
- package/dist/commonjs/lib/primitives.d.ts.map +1 -1
- package/dist/commonjs/lib/primitives.js +18 -0
- package/dist/commonjs/lib/primitives.js.map +1 -1
- package/dist/commonjs/lib/retries.js +7 -0
- package/dist/commonjs/lib/retries.js.map +1 -1
- package/dist/commonjs/lib/sdks.d.ts.map +1 -1
- package/dist/commonjs/lib/sdks.js +50 -16
- package/dist/commonjs/lib/sdks.js.map +1 -1
- package/dist/commonjs/lib/security.d.ts +5 -4
- package/dist/commonjs/lib/security.d.ts.map +1 -1
- package/dist/commonjs/lib/security.js +6 -7
- package/dist/commonjs/lib/security.js.map +1 -1
- package/dist/commonjs/models/components/alert.d.ts +28 -0
- package/dist/commonjs/models/components/alert.d.ts.map +1 -1
- package/dist/commonjs/models/components/alert.js +36 -1
- package/dist/commonjs/models/components/alert.js.map +1 -1
- package/dist/commonjs/models/components/companytargetfacility.d.ts +2 -2
- package/dist/commonjs/models/components/companytargetfacility.d.ts.map +1 -1
- package/dist/commonjs/models/components/companytargetfacility.js +1 -1
- package/dist/commonjs/models/components/companytargetfacility.js.map +1 -1
- package/dist/commonjs/models/components/credit.d.ts +34 -4
- package/dist/commonjs/models/components/credit.d.ts.map +1 -1
- package/dist/commonjs/models/components/credit.js +35 -6
- package/dist/commonjs/models/components/credit.js.map +1 -1
- package/dist/commonjs/models/components/creditentitysummary.d.ts +17 -0
- package/dist/commonjs/models/components/creditentitysummary.d.ts.map +1 -0
- package/dist/commonjs/models/components/creditentitysummary.js +52 -0
- package/dist/commonjs/models/components/creditentitysummary.js.map +1 -0
- package/dist/commonjs/models/components/csvexportenqueuedresponse.d.ts +27 -0
- package/dist/commonjs/models/components/csvexportenqueuedresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/csvexportenqueuedresponse.js +60 -0
- package/dist/commonjs/models/components/csvexportenqueuedresponse.js.map +1 -0
- package/dist/commonjs/models/components/csvexportstatusresponse.d.ts +43 -0
- package/dist/commonjs/models/components/csvexportstatusresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/csvexportstatusresponse.js +65 -0
- package/dist/commonjs/models/components/csvexportstatusresponse.js.map +1 -0
- package/dist/commonjs/models/components/emailpreferences.d.ts +9 -18
- package/dist/commonjs/models/components/emailpreferences.d.ts.map +1 -1
- package/dist/commonjs/models/components/emailpreferences.js +4 -9
- package/dist/commonjs/models/components/emailpreferences.js.map +1 -1
- package/dist/commonjs/models/components/expand.d.ts +1 -0
- package/dist/commonjs/models/components/expand.d.ts.map +1 -1
- package/dist/commonjs/models/components/expand.js +1 -0
- package/dist/commonjs/models/components/expand.js.map +1 -1
- package/dist/commonjs/models/components/fhirconfig.d.ts +32 -0
- package/dist/commonjs/models/components/fhirconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/fhirconfig.js +16 -0
- package/dist/commonjs/models/components/fhirconfig.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/productvariant.d.ts +10 -0
- package/dist/commonjs/models/components/productvariant.d.ts.map +1 -1
- package/dist/commonjs/models/components/productvariant.js +4 -0
- package/dist/commonjs/models/components/productvariant.js.map +1 -1
- package/dist/commonjs/models/components/userdetails.d.ts +4 -0
- package/dist/commonjs/models/components/userdetails.d.ts.map +1 -1
- package/dist/commonjs/models/components/userdetails.js.map +1 -1
- package/dist/commonjs/models/components/vendor.d.ts +4 -0
- package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendor.js +2 -0
- package/dist/commonjs/models/components/vendor.js.map +1 -1
- package/dist/commonjs/models/components/vendorpaymentresponsibilityassignments.d.ts +56 -0
- package/dist/commonjs/models/components/vendorpaymentresponsibilityassignments.d.ts.map +1 -0
- package/dist/commonjs/models/components/vendorpaymentresponsibilityassignments.js +67 -0
- package/dist/commonjs/models/components/vendorpaymentresponsibilityassignments.js.map +1 -0
- package/dist/commonjs/models/components/vendortargetfacility.d.ts +37 -0
- package/dist/commonjs/models/components/vendortargetfacility.d.ts.map +1 -0
- package/dist/commonjs/models/components/vendortargetfacility.js +69 -0
- package/dist/commonjs/models/components/vendortargetfacility.js.map +1 -0
- package/dist/commonjs/models/operations/downloadcompanytargetfacilitiesexport.d.ts +47 -0
- package/dist/commonjs/models/operations/downloadcompanytargetfacilitiesexport.d.ts.map +1 -0
- package/dist/commonjs/models/operations/downloadcompanytargetfacilitiesexport.js +80 -0
- package/dist/commonjs/models/operations/downloadcompanytargetfacilitiesexport.js.map +1 -0
- package/dist/commonjs/models/operations/downloadfacilityvendorsexport.d.ts +47 -0
- package/dist/commonjs/models/operations/downloadfacilityvendorsexport.d.ts.map +1 -0
- package/dist/commonjs/models/operations/downloadfacilityvendorsexport.js +80 -0
- package/dist/commonjs/models/operations/downloadfacilityvendorsexport.js.map +1 -0
- package/dist/commonjs/models/operations/downloadvendorscansexport.d.ts +46 -0
- package/dist/commonjs/models/operations/downloadvendorscansexport.d.ts.map +1 -0
- package/dist/commonjs/models/operations/downloadvendorscansexport.js +88 -0
- package/dist/commonjs/models/operations/downloadvendorscansexport.js.map +1 -0
- package/dist/commonjs/models/operations/exportcompanytargetfacilities.d.ts +144 -0
- package/dist/commonjs/models/operations/exportcompanytargetfacilities.d.ts.map +1 -0
- package/dist/commonjs/models/operations/exportcompanytargetfacilities.js +136 -0
- package/dist/commonjs/models/operations/exportcompanytargetfacilities.js.map +1 -0
- package/dist/commonjs/models/operations/exportfacilityvendors.d.ts +118 -0
- package/dist/commonjs/models/operations/exportfacilityvendors.d.ts.map +1 -0
- package/dist/commonjs/models/operations/exportfacilityvendors.js +115 -0
- package/dist/commonjs/models/operations/exportfacilityvendors.js.map +1 -0
- package/dist/commonjs/models/operations/exportvendorscans.d.ts +110 -0
- package/dist/commonjs/models/operations/exportvendorscans.d.ts.map +1 -0
- package/dist/commonjs/models/operations/exportvendorscans.js +98 -0
- package/dist/commonjs/models/operations/exportvendorscans.js.map +1 -0
- package/dist/commonjs/models/operations/getcompanytargetfacilitiesexportstatus.d.ts +58 -0
- package/dist/commonjs/models/operations/getcompanytargetfacilitiesexportstatus.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getcompanytargetfacilitiesexportstatus.js +78 -0
- package/dist/commonjs/models/operations/getcompanytargetfacilitiesexportstatus.js.map +1 -0
- package/dist/commonjs/models/operations/getfacilityvendorsexportstatus.d.ts +20 -0
- package/dist/commonjs/models/operations/getfacilityvendorsexportstatus.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getfacilityvendorsexportstatus.js +55 -0
- package/dist/commonjs/models/operations/getfacilityvendorsexportstatus.js.map +1 -0
- package/dist/commonjs/models/operations/getlinkedusers.d.ts +8 -3
- package/dist/commonjs/models/operations/getlinkedusers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getlinkedusers.js +1 -1
- package/dist/commonjs/models/operations/getlinkedusers.js.map +1 -1
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts +9 -0
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.js +4 -0
- package/dist/commonjs/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
- package/dist/commonjs/models/operations/getvendorpaymentresponsibility.d.ts +34 -0
- package/dist/commonjs/models/operations/getvendorpaymentresponsibility.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getvendorpaymentresponsibility.js +70 -0
- package/dist/commonjs/models/operations/getvendorpaymentresponsibility.js.map +1 -0
- package/dist/commonjs/models/operations/getvendorscansexportstatus.d.ts +53 -0
- package/dist/commonjs/models/operations/getvendorscansexportstatus.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getvendorscansexportstatus.js +73 -0
- package/dist/commonjs/models/operations/getvendorscansexportstatus.js.map +1 -0
- package/dist/commonjs/models/operations/getvendortargetfacilities.d.ts +86 -0
- package/dist/commonjs/models/operations/getvendortargetfacilities.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getvendortargetfacilities.js +108 -0
- package/dist/commonjs/models/operations/getvendortargetfacilities.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +13 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +13 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/invoicesexport.d.ts +4 -41
- package/dist/commonjs/models/operations/invoicesexport.d.ts.map +1 -1
- package/dist/commonjs/models/operations/invoicesexport.js +3 -34
- package/dist/commonjs/models/operations/invoicesexport.js.map +1 -1
- package/dist/commonjs/models/operations/listcompanycredits.d.ts +6 -41
- package/dist/commonjs/models/operations/listcompanycredits.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcompanycredits.js +6 -33
- package/dist/commonjs/models/operations/listcompanycredits.js.map +1 -1
- package/dist/commonjs/models/operations/listcompanytargetfacilities.d.ts +54 -7
- package/dist/commonjs/models/operations/listcompanytargetfacilities.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcompanytargetfacilities.js +31 -5
- package/dist/commonjs/models/operations/listcompanytargetfacilities.js.map +1 -1
- package/dist/commonjs/models/operations/listfacilityvendors.d.ts +162 -0
- package/dist/commonjs/models/operations/listfacilityvendors.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listfacilityvendors.js +150 -0
- package/dist/commonjs/models/operations/listfacilityvendors.js.map +1 -0
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +4 -4
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +6 -7
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredits.d.ts +4 -0
- package/dist/commonjs/models/operations/listvendorcredits.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredits.js +6 -0
- package/dist/commonjs/models/operations/listvendorcredits.js.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts +4 -3
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.js +3 -2
- package/dist/commonjs/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/commonjs/models/operations/updateuser.d.ts +4 -0
- package/dist/commonjs/models/operations/updateuser.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateuser.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendordetails.d.ts +10 -0
- package/dist/commonjs/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendordetails.js +4 -0
- package/dist/commonjs/models/operations/updatevendordetails.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorpaymentresponsibility.d.ts +64 -0
- package/dist/commonjs/models/operations/updatevendorpaymentresponsibility.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updatevendorpaymentresponsibility.js +90 -0
- package/dist/commonjs/models/operations/updatevendorpaymentresponsibility.js.map +1 -0
- package/dist/commonjs/models/operations/vendorsexport.d.ts +4 -42
- package/dist/commonjs/models/operations/vendorsexport.d.ts.map +1 -1
- package/dist/commonjs/models/operations/vendorsexport.js +3 -33
- package/dist/commonjs/models/operations/vendorsexport.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +13 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +13 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/invoicesInvoicesExport.core.d.ts +3 -2
- package/dist/commonjs/react-query/invoicesInvoicesExport.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/invoicesInvoicesExport.core.js.map +1 -1
- package/dist/commonjs/react-query/invoicesInvoicesExport.d.ts +3 -2
- package/dist/commonjs/react-query/invoicesInvoicesExport.d.ts.map +1 -1
- package/dist/commonjs/react-query/invoicesInvoicesExport.js.map +1 -1
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.d.ts +12 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.js +40 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.d.ts +31 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.js +71 -0
- package/dist/commonjs/react-query/organizationsDownloadCompanyTargetFacilitiesExport.js.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.core.d.ts +12 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.core.js +40 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.d.ts +33 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.js +73 -0
- package/dist/commonjs/react-query/organizationsDownloadFacilityVendorsExport.js.map +1 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.core.d.ts +20 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.core.js +48 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.d.ts +65 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.js +83 -0
- package/dist/commonjs/react-query/organizationsExportCompanyTargetFacilities.js.map +1 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.core.d.ts +19 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.core.js +47 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.d.ts +77 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.js +97 -0
- package/dist/commonjs/react-query/organizationsExportFacilityVendors.js.map +1 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.d.ts +12 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.js +40 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts +31 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.js +71 -0
- package/dist/commonjs/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.js.map +1 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.core.d.ts +13 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.core.js +40 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.d.ts +31 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.js +71 -0
- package/dist/commonjs/react-query/organizationsGetFacilityVendorsExportStatus.js.map +1 -0
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.core.d.ts +14 -2
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.core.js +12 -0
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.core.js.map +1 -1
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.d.ts +30 -2
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.d.ts.map +1 -1
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.js +16 -0
- package/dist/commonjs/react-query/organizationsListCompanyTargetFacilities.js.map +1 -1
- package/dist/commonjs/react-query/organizationsListFacilityVendors.core.d.ts +42 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.core.js +99 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.core.js.map +1 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.d.ts +142 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.d.ts.map +1 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.js +180 -0
- package/dist/commonjs/react-query/organizationsListFacilityVendors.js.map +1 -0
- package/dist/commonjs/react-query/usersGetCurrentUser.d.ts +2 -2
- package/dist/commonjs/react-query/usersGetCurrentUser.js +2 -2
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts +1 -1
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.js.map +1 -1
- package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts +14 -10
- package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts.map +1 -1
- package/dist/commonjs/react-query/usersGetLinkedUsers.js +12 -8
- package/dist/commonjs/react-query/usersGetLinkedUsers.js.map +1 -1
- package/dist/commonjs/react-query/usersGetUserById.d.ts +2 -2
- package/dist/commonjs/react-query/usersGetUserById.js +2 -2
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.core.d.ts +17 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.core.js +39 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.d.ts +32 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.js +73 -0
- package/dist/commonjs/react-query/vendorScansDownloadVendorScansExport.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.core.d.ts +26 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.core.js +52 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.d.ts +72 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.js +81 -0
- package/dist/commonjs/react-query/vendorScansExportVendorScans.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.core.d.ts +12 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.core.js +39 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.d.ts +31 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.js +71 -0
- package/dist/commonjs/react-query/vendorScansGetVendorScansExportStatus.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.core.d.ts +1 -0
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.core.js +1 -1
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.d.ts +2 -0
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.core.d.ts +12 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.core.js +39 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.d.ts +35 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.js +75 -0
- package/dist/commonjs/react-query/vendorsGetVendorPaymentResponsibility.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.core.d.ts +46 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.core.js +103 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.d.ts +70 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.js +104 -0
- package/dist/commonjs/react-query/vendorsGetVendorTargetFacilities.js.map +1 -0
- package/dist/commonjs/react-query/vendorsListVendorCredits.d.ts +4 -4
- package/dist/commonjs/react-query/vendorsListVendorCredits.js +4 -4
- package/dist/commonjs/react-query/vendorsUpdateVendorDetails.d.ts +1 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorDetails.js +1 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorPaymentResponsibility.d.ts +33 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorPaymentResponsibility.js +55 -0
- package/dist/commonjs/react-query/vendorsUpdateVendorPaymentResponsibility.js.map +1 -0
- package/dist/commonjs/react-query/vendorsVendorsExport.core.d.ts +3 -2
- package/dist/commonjs/react-query/vendorsVendorsExport.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsVendorsExport.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsVendorsExport.d.ts +3 -2
- package/dist/commonjs/react-query/vendorsVendorsExport.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsVendorsExport.js.map +1 -1
- package/dist/commonjs/sdk/invoices.d.ts +1 -1
- package/dist/commonjs/sdk/invoices.d.ts.map +1 -1
- package/dist/commonjs/sdk/organizations.d.ts +100 -0
- package/dist/commonjs/sdk/organizations.d.ts.map +1 -1
- package/dist/commonjs/sdk/organizations.js +119 -0
- package/dist/commonjs/sdk/organizations.js.map +1 -1
- package/dist/commonjs/sdk/users.d.ts +8 -6
- package/dist/commonjs/sdk/users.d.ts.map +1 -1
- package/dist/commonjs/sdk/users.js +8 -6
- package/dist/commonjs/sdk/users.js.map +1 -1
- package/dist/commonjs/sdk/vendors.d.ts +33 -3
- package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendors.js +39 -2
- package/dist/commonjs/sdk/vendors.js.map +1 -1
- package/dist/commonjs/sdk/vendorscans.d.ts +33 -0
- package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendorscans.js +41 -1
- package/dist/commonjs/sdk/vendorscans.js.map +1 -1
- package/dist/commonjs/types/async.d.ts.map +1 -1
- package/dist/commonjs/types/async.js +8 -7
- package/dist/commonjs/types/async.js.map +1 -1
- package/dist/commonjs/types/primitives.d.ts +0 -2
- package/dist/commonjs/types/primitives.d.ts.map +1 -1
- package/dist/commonjs/types/primitives.js +0 -23
- package/dist/commonjs/types/primitives.js.map +1 -1
- package/dist/esm/__tests__/companies.test.js +1 -0
- package/dist/esm/__tests__/companies.test.js.map +1 -1
- package/dist/esm/__tests__/fhirconfigs.test.js +12 -3
- package/dist/esm/__tests__/fhirconfigs.test.js.map +1 -1
- package/dist/esm/__tests__/invoices.test.js +3 -1
- package/dist/esm/__tests__/invoices.test.js.map +1 -1
- package/dist/esm/__tests__/organizations.test.js +144 -0
- package/dist/esm/__tests__/organizations.test.js.map +1 -1
- package/dist/esm/__tests__/users.test.js +3 -1
- package/dist/esm/__tests__/users.test.js.map +1 -1
- package/dist/esm/__tests__/vendors.test.js +66 -1
- package/dist/esm/__tests__/vendors.test.js.map +1 -1
- package/dist/esm/__tests__/vendorscans.test.js +57 -0
- package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
- package/dist/esm/__tests__/zones.test.js +13 -11
- package/dist/esm/__tests__/zones.test.js.map +1 -1
- package/dist/esm/admin-funcs/companyManagerGetPaymentForm.d.ts +3 -0
- package/dist/esm/admin-funcs/companyManagerGetPaymentForm.d.ts.map +1 -0
- package/dist/esm/admin-funcs/companyManagerGetPaymentForm.js +6 -0
- package/dist/esm/admin-funcs/companyManagerGetPaymentForm.js.map +1 -0
- package/dist/esm/admin-funcs/registerEmail.d.ts +8 -0
- package/dist/esm/admin-funcs/registerEmail.d.ts.map +1 -1
- package/dist/esm/admin-funcs/registerEmail.js.map +1 -1
- package/dist/esm/admin-funcs/subscriptionGetSmartBadgePrompt.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetSmartBadgePrompt.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetSmartBadgePrompt.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetSmartBadgePrompt.js.map +1 -0
- package/dist/esm/admin-funcs/vendorGetPaymentForm.d.ts +3 -0
- package/dist/esm/admin-funcs/vendorGetPaymentForm.d.ts.map +1 -0
- package/dist/esm/admin-funcs/vendorGetPaymentForm.js +6 -0
- package/dist/esm/admin-funcs/vendorGetPaymentForm.js.map +1 -0
- package/dist/esm/admin-funcs/vendorGetSystemsRequiringSmartBadge.d.ts +3 -0
- package/dist/esm/admin-funcs/vendorGetSystemsRequiringSmartBadge.d.ts.map +1 -0
- package/dist/esm/admin-funcs/vendorGetSystemsRequiringSmartBadge.js +6 -0
- package/dist/esm/admin-funcs/vendorGetSystemsRequiringSmartBadge.js.map +1 -0
- package/dist/esm/funcs/alertsListAlerts.d.ts.map +1 -1
- package/dist/esm/funcs/alertsListAlerts.js +1 -2
- package/dist/esm/funcs/alertsListAlerts.js.map +1 -1
- package/dist/esm/funcs/companiesListCompanyCredentials.d.ts.map +1 -1
- package/dist/esm/funcs/companiesListCompanyCredentials.js +1 -2
- package/dist/esm/funcs/companiesListCompanyCredentials.js.map +1 -1
- package/dist/esm/funcs/companiesListCompanyCredits.d.ts.map +1 -1
- package/dist/esm/funcs/companiesListCompanyCredits.js +1 -2
- package/dist/esm/funcs/companiesListCompanyCredits.js.map +1 -1
- package/dist/esm/funcs/companiesListCompanyManagers.d.ts.map +1 -1
- package/dist/esm/funcs/companiesListCompanyManagers.js +1 -2
- package/dist/esm/funcs/companiesListCompanyManagers.js.map +1 -1
- package/dist/esm/funcs/companiesListOrSearchCompanies.d.ts.map +1 -1
- package/dist/esm/funcs/companiesListOrSearchCompanies.js +1 -2
- package/dist/esm/funcs/companiesListOrSearchCompanies.js.map +1 -1
- package/dist/esm/funcs/companiesLookupCompanies.d.ts.map +1 -1
- package/dist/esm/funcs/companiesLookupCompanies.js +1 -2
- package/dist/esm/funcs/companiesLookupCompanies.js.map +1 -1
- package/dist/esm/funcs/eventsListFeed.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListFeed.js +1 -2
- package/dist/esm/funcs/eventsListFeed.js.map +1 -1
- package/dist/esm/funcs/eventsListLocations.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListLocations.js +1 -2
- package/dist/esm/funcs/eventsListLocations.js.map +1 -1
- package/dist/esm/funcs/eventsListOrSearchVendorInvitees.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js +1 -2
- package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
- package/dist/esm/funcs/eventsListPendingInvitations.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListPendingInvitations.js +1 -2
- package/dist/esm/funcs/eventsListPendingInvitations.js.map +1 -1
- package/dist/esm/funcs/eventsListStandingAppointments.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListStandingAppointments.js +1 -2
- package/dist/esm/funcs/eventsListStandingAppointments.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.d.ts.map +1 -1
- package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js +1 -2
- package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
- package/dist/esm/funcs/invoicesInvoicesExport.d.ts +2 -1
- package/dist/esm/funcs/invoicesInvoicesExport.d.ts.map +1 -1
- package/dist/esm/funcs/invoicesInvoicesExport.js +2 -1
- package/dist/esm/funcs/invoicesInvoicesExport.js.map +1 -1
- package/dist/esm/funcs/invoicesListInvoices.d.ts.map +1 -1
- package/dist/esm/funcs/invoicesListInvoices.js +1 -2
- package/dist/esm/funcs/invoicesListInvoices.js.map +1 -1
- package/dist/esm/funcs/organizationsDownloadCompanyTargetFacilitiesExport.d.ts +21 -0
- package/dist/esm/funcs/organizationsDownloadCompanyTargetFacilitiesExport.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsDownloadCompanyTargetFacilitiesExport.js +96 -0
- package/dist/esm/funcs/organizationsDownloadCompanyTargetFacilitiesExport.js.map +1 -0
- package/dist/esm/funcs/organizationsDownloadFacilityVendorsExport.d.ts +22 -0
- package/dist/esm/funcs/organizationsDownloadFacilityVendorsExport.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsDownloadFacilityVendorsExport.js +96 -0
- package/dist/esm/funcs/organizationsDownloadFacilityVendorsExport.js.map +1 -0
- package/dist/esm/funcs/organizationsExportCompanyTargetFacilities.d.ts +27 -0
- package/dist/esm/funcs/organizationsExportCompanyTargetFacilities.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsExportCompanyTargetFacilities.js +106 -0
- package/dist/esm/funcs/organizationsExportCompanyTargetFacilities.js.map +1 -0
- package/dist/esm/funcs/organizationsExportFacilityVendors.d.ts +34 -0
- package/dist/esm/funcs/organizationsExportFacilityVendors.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsExportFacilityVendors.js +112 -0
- package/dist/esm/funcs/organizationsExportFacilityVendors.js.map +1 -0
- package/dist/esm/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts +21 -0
- package/dist/esm/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.js +96 -0
- package/dist/esm/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.js.map +1 -0
- package/dist/esm/funcs/organizationsGetFacilityVendorsExportStatus.d.ts +22 -0
- package/dist/esm/funcs/organizationsGetFacilityVendorsExportStatus.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsGetFacilityVendorsExportStatus.js +95 -0
- package/dist/esm/funcs/organizationsGetFacilityVendorsExportStatus.js.map +1 -0
- package/dist/esm/funcs/organizationsListCompanyTargetFacilities.d.ts +4 -0
- package/dist/esm/funcs/organizationsListCompanyTargetFacilities.d.ts.map +1 -1
- package/dist/esm/funcs/organizationsListCompanyTargetFacilities.js +11 -2
- package/dist/esm/funcs/organizationsListCompanyTargetFacilities.js.map +1 -1
- package/dist/esm/funcs/organizationsListFacilityVendors.d.ts +42 -0
- package/dist/esm/funcs/organizationsListFacilityVendors.d.ts.map +1 -0
- package/dist/esm/funcs/organizationsListFacilityVendors.js +150 -0
- package/dist/esm/funcs/organizationsListFacilityVendors.js.map +1 -0
- package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.d.ts.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js +1 -2
- package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartments.d.ts.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartments.js +1 -2
- package/dist/esm/funcs/organizationsListOrSearchDepartments.js.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchFacilities.d.ts.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchFacilities.js +1 -2
- package/dist/esm/funcs/organizationsListOrSearchFacilities.js.map +1 -1
- package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.d.ts.map +1 -1
- package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js +1 -2
- package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
- package/dist/esm/funcs/systemsListSystems.d.ts.map +1 -1
- package/dist/esm/funcs/systemsListSystems.js +1 -2
- package/dist/esm/funcs/systemsListSystems.js.map +1 -1
- package/dist/esm/funcs/usersGetCurrentUser.d.ts +1 -1
- package/dist/esm/funcs/usersGetCurrentUser.js +1 -1
- package/dist/esm/funcs/usersGetLinkedUsers.d.ts +6 -4
- package/dist/esm/funcs/usersGetLinkedUsers.d.ts.map +1 -1
- package/dist/esm/funcs/usersGetLinkedUsers.js +6 -4
- package/dist/esm/funcs/usersGetLinkedUsers.js.map +1 -1
- package/dist/esm/funcs/usersGetUserById.d.ts +1 -1
- package/dist/esm/funcs/usersGetUserById.js +1 -1
- package/dist/esm/funcs/vendorScansDownloadVendorScansExport.d.ts +27 -0
- package/dist/esm/funcs/vendorScansDownloadVendorScansExport.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansDownloadVendorScansExport.js +97 -0
- package/dist/esm/funcs/vendorScansDownloadVendorScansExport.js.map +1 -0
- package/dist/esm/funcs/vendorScansExportVendorScans.d.ts +27 -0
- package/dist/esm/funcs/vendorScansExportVendorScans.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansExportVendorScans.js +105 -0
- package/dist/esm/funcs/vendorScansExportVendorScans.js.map +1 -0
- package/dist/esm/funcs/vendorScansGetVendorScansExportStatus.d.ts +21 -0
- package/dist/esm/funcs/vendorScansGetVendorScansExportStatus.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansGetVendorScansExportStatus.js +90 -0
- package/dist/esm/funcs/vendorScansGetVendorScansExportStatus.js.map +1 -0
- package/dist/esm/funcs/vendorScansListVendorScans.d.ts.map +1 -1
- package/dist/esm/funcs/vendorScansListVendorScans.js +1 -2
- package/dist/esm/funcs/vendorScansListVendorScans.js.map +1 -1
- package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js +5 -3
- package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorPaymentResponsibility.d.ts +23 -0
- package/dist/esm/funcs/vendorsGetVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorPaymentResponsibility.js +93 -0
- package/dist/esm/funcs/vendorsGetVendorPaymentResponsibility.js.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorTargetFacilities.d.ts +21 -0
- package/dist/esm/funcs/vendorsGetVendorTargetFacilities.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorTargetFacilities.js +132 -0
- package/dist/esm/funcs/vendorsGetVendorTargetFacilities.js.map +1 -0
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.js +1 -2
- package/dist/esm/funcs/vendorsGetVendorUploadHistory.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +1 -2
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialHistory.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialHistory.js +1 -2
- package/dist/esm/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentials.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentials.js +2 -2
- package/dist/esm/funcs/vendorsListVendorCredentials.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredits.d.ts +1 -1
- package/dist/esm/funcs/vendorsListVendorCredits.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredits.js +2 -3
- package/dist/esm/funcs/vendorsListVendorCredits.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorFacilityStatuses.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js +1 -2
- package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorInvoices.js +1 -2
- package/dist/esm/funcs/vendorsListVendorInvoices.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorJobTitles.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorJobTitles.js +1 -2
- package/dist/esm/funcs/vendorsListVendorJobTitles.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorManagedByCompanies.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js +1 -2
- package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPackages.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPackages.js +1 -2
- package/dist/esm/funcs/vendorsListVendorScrubPackages.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPurchases.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPurchases.js +1 -2
- package/dist/esm/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorTypes.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorTypes.js +1 -2
- package/dist/esm/funcs/vendorsListVendorTypes.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendors.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendors.js +1 -2
- package/dist/esm/funcs/vendorsListVendors.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.d.ts +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorPaymentResponsibility.d.ts +24 -0
- package/dist/esm/funcs/vendorsUpdateVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsUpdateVendorPaymentResponsibility.js +95 -0
- package/dist/esm/funcs/vendorsUpdateVendorPaymentResponsibility.js.map +1 -0
- package/dist/esm/funcs/vendorsVendorsExport.d.ts +2 -1
- package/dist/esm/funcs/vendorsVendorsExport.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsVendorsExport.js +2 -1
- package/dist/esm/funcs/vendorsVendorsExport.js.map +1 -1
- package/dist/esm/funcs/zonesListOrSearchSecurityZones.d.ts.map +1 -1
- package/dist/esm/funcs/zonesListOrSearchSecurityZones.js +1 -2
- package/dist/esm/funcs/zonesListOrSearchSecurityZones.js.map +1 -1
- package/dist/esm/hooks/types.d.ts +1 -0
- package/dist/esm/hooks/types.d.ts.map +1 -1
- package/dist/esm/index.extras.d.ts +12 -0
- package/dist/esm/index.extras.d.ts.map +1 -1
- package/dist/esm/index.extras.js +12 -0
- package/dist/esm/index.extras.js.map +1 -1
- package/dist/esm/lib/config.d.ts +4 -4
- package/dist/esm/lib/config.js +4 -4
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/lib/encodings.js +1 -1
- package/dist/esm/lib/encodings.js.map +1 -1
- package/dist/esm/lib/env.d.ts.map +1 -1
- package/dist/esm/lib/env.js +3 -3
- package/dist/esm/lib/env.js.map +1 -1
- package/dist/esm/lib/http.d.ts +1 -1
- package/dist/esm/lib/http.d.ts.map +1 -1
- package/dist/esm/lib/http.js +1 -1
- package/dist/esm/lib/http.js.map +1 -1
- package/dist/esm/lib/matchers.js +1 -1
- package/dist/esm/lib/matchers.js.map +1 -1
- package/dist/esm/lib/primitives.d.ts +1 -0
- package/dist/esm/lib/primitives.d.ts.map +1 -1
- package/dist/esm/lib/primitives.js +17 -0
- package/dist/esm/lib/primitives.js.map +1 -1
- package/dist/esm/lib/retries.js +7 -0
- package/dist/esm/lib/retries.js.map +1 -1
- package/dist/esm/lib/sdks.d.ts.map +1 -1
- package/dist/esm/lib/sdks.js +50 -16
- package/dist/esm/lib/sdks.js.map +1 -1
- package/dist/esm/lib/security.d.ts +5 -4
- package/dist/esm/lib/security.d.ts.map +1 -1
- package/dist/esm/lib/security.js +4 -5
- package/dist/esm/lib/security.js.map +1 -1
- package/dist/esm/models/components/alert.d.ts +28 -0
- package/dist/esm/models/components/alert.d.ts.map +1 -1
- package/dist/esm/models/components/alert.js +34 -0
- package/dist/esm/models/components/alert.js.map +1 -1
- package/dist/esm/models/components/companytargetfacility.d.ts +2 -2
- package/dist/esm/models/components/companytargetfacility.d.ts.map +1 -1
- package/dist/esm/models/components/companytargetfacility.js +1 -1
- package/dist/esm/models/components/companytargetfacility.js.map +1 -1
- package/dist/esm/models/components/credit.d.ts +34 -4
- package/dist/esm/models/components/credit.d.ts.map +1 -1
- package/dist/esm/models/components/credit.js +32 -5
- package/dist/esm/models/components/credit.js.map +1 -1
- package/dist/esm/models/components/creditentitysummary.d.ts +17 -0
- package/dist/esm/models/components/creditentitysummary.d.ts.map +1 -0
- package/dist/esm/models/components/creditentitysummary.js +15 -0
- package/dist/esm/models/components/creditentitysummary.js.map +1 -0
- package/dist/esm/models/components/csvexportenqueuedresponse.d.ts +27 -0
- package/dist/esm/models/components/csvexportenqueuedresponse.d.ts.map +1 -0
- package/dist/esm/models/components/csvexportenqueuedresponse.js +23 -0
- package/dist/esm/models/components/csvexportenqueuedresponse.js.map +1 -0
- package/dist/esm/models/components/csvexportstatusresponse.d.ts +43 -0
- package/dist/esm/models/components/csvexportstatusresponse.d.ts.map +1 -0
- package/dist/esm/models/components/csvexportstatusresponse.js +28 -0
- package/dist/esm/models/components/csvexportstatusresponse.js.map +1 -0
- package/dist/esm/models/components/emailpreferences.d.ts +9 -18
- package/dist/esm/models/components/emailpreferences.d.ts.map +1 -1
- package/dist/esm/models/components/emailpreferences.js +4 -9
- package/dist/esm/models/components/emailpreferences.js.map +1 -1
- package/dist/esm/models/components/expand.d.ts +1 -0
- package/dist/esm/models/components/expand.d.ts.map +1 -1
- package/dist/esm/models/components/expand.js +1 -0
- package/dist/esm/models/components/expand.js.map +1 -1
- package/dist/esm/models/components/fhirconfig.d.ts +32 -0
- package/dist/esm/models/components/fhirconfig.d.ts.map +1 -1
- package/dist/esm/models/components/fhirconfig.js +16 -0
- package/dist/esm/models/components/fhirconfig.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/productvariant.d.ts +10 -0
- package/dist/esm/models/components/productvariant.d.ts.map +1 -1
- package/dist/esm/models/components/productvariant.js +4 -0
- package/dist/esm/models/components/productvariant.js.map +1 -1
- package/dist/esm/models/components/userdetails.d.ts +4 -0
- package/dist/esm/models/components/userdetails.d.ts.map +1 -1
- package/dist/esm/models/components/userdetails.js.map +1 -1
- package/dist/esm/models/components/vendor.d.ts +4 -0
- package/dist/esm/models/components/vendor.d.ts.map +1 -1
- package/dist/esm/models/components/vendor.js +2 -0
- package/dist/esm/models/components/vendor.js.map +1 -1
- package/dist/esm/models/components/vendorpaymentresponsibilityassignments.d.ts +56 -0
- package/dist/esm/models/components/vendorpaymentresponsibilityassignments.d.ts.map +1 -0
- package/dist/esm/models/components/vendorpaymentresponsibilityassignments.js +30 -0
- package/dist/esm/models/components/vendorpaymentresponsibilityassignments.js.map +1 -0
- package/dist/esm/models/components/vendortargetfacility.d.ts +37 -0
- package/dist/esm/models/components/vendortargetfacility.d.ts.map +1 -0
- package/dist/esm/models/components/vendortargetfacility.js +31 -0
- package/dist/esm/models/components/vendortargetfacility.js.map +1 -0
- package/dist/esm/models/operations/downloadcompanytargetfacilitiesexport.d.ts +47 -0
- package/dist/esm/models/operations/downloadcompanytargetfacilitiesexport.d.ts.map +1 -0
- package/dist/esm/models/operations/downloadcompanytargetfacilitiesexport.js +41 -0
- package/dist/esm/models/operations/downloadcompanytargetfacilitiesexport.js.map +1 -0
- package/dist/esm/models/operations/downloadfacilityvendorsexport.d.ts +47 -0
- package/dist/esm/models/operations/downloadfacilityvendorsexport.d.ts.map +1 -0
- package/dist/esm/models/operations/downloadfacilityvendorsexport.js +41 -0
- package/dist/esm/models/operations/downloadfacilityvendorsexport.js.map +1 -0
- package/dist/esm/models/operations/downloadvendorscansexport.d.ts +46 -0
- package/dist/esm/models/operations/downloadvendorscansexport.d.ts.map +1 -0
- package/dist/esm/models/operations/downloadvendorscansexport.js +48 -0
- package/dist/esm/models/operations/downloadvendorscansexport.js.map +1 -0
- package/dist/esm/models/operations/exportcompanytargetfacilities.d.ts +144 -0
- package/dist/esm/models/operations/exportcompanytargetfacilities.d.ts.map +1 -0
- package/dist/esm/models/operations/exportcompanytargetfacilities.js +97 -0
- package/dist/esm/models/operations/exportcompanytargetfacilities.js.map +1 -0
- package/dist/esm/models/operations/exportfacilityvendors.d.ts +118 -0
- package/dist/esm/models/operations/exportfacilityvendors.d.ts.map +1 -0
- package/dist/esm/models/operations/exportfacilityvendors.js +76 -0
- package/dist/esm/models/operations/exportfacilityvendors.js.map +1 -0
- package/dist/esm/models/operations/exportvendorscans.d.ts +110 -0
- package/dist/esm/models/operations/exportvendorscans.d.ts.map +1 -0
- package/dist/esm/models/operations/exportvendorscans.js +61 -0
- package/dist/esm/models/operations/exportvendorscans.js.map +1 -0
- package/dist/esm/models/operations/getcompanytargetfacilitiesexportstatus.d.ts +58 -0
- package/dist/esm/models/operations/getcompanytargetfacilitiesexportstatus.d.ts.map +1 -0
- package/dist/esm/models/operations/getcompanytargetfacilitiesexportstatus.js +40 -0
- package/dist/esm/models/operations/getcompanytargetfacilitiesexportstatus.js.map +1 -0
- package/dist/esm/models/operations/getfacilityvendorsexportstatus.d.ts +20 -0
- package/dist/esm/models/operations/getfacilityvendorsexportstatus.d.ts.map +1 -0
- package/dist/esm/models/operations/getfacilityvendorsexportstatus.js +18 -0
- package/dist/esm/models/operations/getfacilityvendorsexportstatus.js.map +1 -0
- package/dist/esm/models/operations/getlinkedusers.d.ts +8 -3
- package/dist/esm/models/operations/getlinkedusers.d.ts.map +1 -1
- package/dist/esm/models/operations/getlinkedusers.js +1 -1
- package/dist/esm/models/operations/getlinkedusers.js.map +1 -1
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts +9 -0
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.d.ts.map +1 -1
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.js +4 -0
- package/dist/esm/models/operations/getnextunansweredscreeningquestion.js.map +1 -1
- package/dist/esm/models/operations/getvendorpaymentresponsibility.d.ts +34 -0
- package/dist/esm/models/operations/getvendorpaymentresponsibility.d.ts.map +1 -0
- package/dist/esm/models/operations/getvendorpaymentresponsibility.js +32 -0
- package/dist/esm/models/operations/getvendorpaymentresponsibility.js.map +1 -0
- package/dist/esm/models/operations/getvendorscansexportstatus.d.ts +53 -0
- package/dist/esm/models/operations/getvendorscansexportstatus.d.ts.map +1 -0
- package/dist/esm/models/operations/getvendorscansexportstatus.js +35 -0
- package/dist/esm/models/operations/getvendorscansexportstatus.js.map +1 -0
- package/dist/esm/models/operations/getvendortargetfacilities.d.ts +86 -0
- package/dist/esm/models/operations/getvendortargetfacilities.d.ts.map +1 -0
- package/dist/esm/models/operations/getvendortargetfacilities.js +69 -0
- package/dist/esm/models/operations/getvendortargetfacilities.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +13 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +13 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/invoicesexport.d.ts +4 -41
- package/dist/esm/models/operations/invoicesexport.d.ts.map +1 -1
- package/dist/esm/models/operations/invoicesexport.js +2 -31
- package/dist/esm/models/operations/invoicesexport.js.map +1 -1
- package/dist/esm/models/operations/listcompanycredits.d.ts +6 -41
- package/dist/esm/models/operations/listcompanycredits.d.ts.map +1 -1
- package/dist/esm/models/operations/listcompanycredits.js +5 -31
- package/dist/esm/models/operations/listcompanycredits.js.map +1 -1
- package/dist/esm/models/operations/listcompanytargetfacilities.d.ts +54 -7
- package/dist/esm/models/operations/listcompanytargetfacilities.d.ts.map +1 -1
- package/dist/esm/models/operations/listcompanytargetfacilities.js +30 -4
- package/dist/esm/models/operations/listcompanytargetfacilities.js.map +1 -1
- package/dist/esm/models/operations/listfacilityvendors.d.ts +162 -0
- package/dist/esm/models/operations/listfacilityvendors.d.ts.map +1 -0
- package/dist/esm/models/operations/listfacilityvendors.js +109 -0
- package/dist/esm/models/operations/listfacilityvendors.js.map +1 -0
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +4 -4
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +4 -5
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/esm/models/operations/listvendorcredits.d.ts +4 -0
- package/dist/esm/models/operations/listvendorcredits.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorcredits.js +6 -0
- package/dist/esm/models/operations/listvendorcredits.js.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.d.ts +4 -3
- package/dist/esm/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.js +3 -2
- package/dist/esm/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/esm/models/operations/updateuser.d.ts +4 -0
- package/dist/esm/models/operations/updateuser.d.ts.map +1 -1
- package/dist/esm/models/operations/updateuser.js.map +1 -1
- package/dist/esm/models/operations/updatevendordetails.d.ts +10 -0
- package/dist/esm/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendordetails.js +4 -0
- package/dist/esm/models/operations/updatevendordetails.js.map +1 -1
- package/dist/esm/models/operations/updatevendorpaymentresponsibility.d.ts +64 -0
- package/dist/esm/models/operations/updatevendorpaymentresponsibility.d.ts.map +1 -0
- package/dist/esm/models/operations/updatevendorpaymentresponsibility.js +51 -0
- package/dist/esm/models/operations/updatevendorpaymentresponsibility.js.map +1 -0
- package/dist/esm/models/operations/vendorsexport.d.ts +4 -42
- package/dist/esm/models/operations/vendorsexport.d.ts.map +1 -1
- package/dist/esm/models/operations/vendorsexport.js +2 -30
- package/dist/esm/models/operations/vendorsexport.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +13 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +13 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/invoicesInvoicesExport.core.d.ts +3 -2
- package/dist/esm/react-query/invoicesInvoicesExport.core.d.ts.map +1 -1
- package/dist/esm/react-query/invoicesInvoicesExport.core.js.map +1 -1
- package/dist/esm/react-query/invoicesInvoicesExport.d.ts +3 -2
- package/dist/esm/react-query/invoicesInvoicesExport.d.ts.map +1 -1
- package/dist/esm/react-query/invoicesInvoicesExport.js.map +1 -1
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.d.ts +12 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.js +35 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.js.map +1 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.d.ts +31 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.js +61 -0
- package/dist/esm/react-query/organizationsDownloadCompanyTargetFacilitiesExport.js.map +1 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.core.d.ts +12 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.core.js +35 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.core.js.map +1 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.d.ts +33 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.js +63 -0
- package/dist/esm/react-query/organizationsDownloadFacilityVendorsExport.js.map +1 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.core.d.ts +20 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.core.js +43 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.core.js.map +1 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.d.ts +65 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.js +73 -0
- package/dist/esm/react-query/organizationsExportCompanyTargetFacilities.js.map +1 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.core.d.ts +19 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.core.js +42 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.core.js.map +1 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.d.ts +77 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.js +87 -0
- package/dist/esm/react-query/organizationsExportFacilityVendors.js.map +1 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.d.ts +12 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.js +35 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.js.map +1 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts +31 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.js +61 -0
- package/dist/esm/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.js.map +1 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.core.d.ts +13 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.core.js +35 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.core.js.map +1 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.d.ts +31 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.js +61 -0
- package/dist/esm/react-query/organizationsGetFacilityVendorsExportStatus.js.map +1 -0
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.core.d.ts +14 -2
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.core.d.ts.map +1 -1
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.core.js +12 -0
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.core.js.map +1 -1
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.d.ts +30 -2
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.d.ts.map +1 -1
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.js +16 -0
- package/dist/esm/react-query/organizationsListCompanyTargetFacilities.js.map +1 -1
- package/dist/esm/react-query/organizationsListFacilityVendors.core.d.ts +42 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.core.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.core.js +91 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.core.js.map +1 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.d.ts +142 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.d.ts.map +1 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.js +165 -0
- package/dist/esm/react-query/organizationsListFacilityVendors.js.map +1 -0
- package/dist/esm/react-query/usersGetCurrentUser.d.ts +2 -2
- package/dist/esm/react-query/usersGetCurrentUser.js +2 -2
- package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts +1 -1
- package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts.map +1 -1
- package/dist/esm/react-query/usersGetLinkedUsers.core.js.map +1 -1
- package/dist/esm/react-query/usersGetLinkedUsers.d.ts +14 -10
- package/dist/esm/react-query/usersGetLinkedUsers.d.ts.map +1 -1
- package/dist/esm/react-query/usersGetLinkedUsers.js +12 -8
- package/dist/esm/react-query/usersGetLinkedUsers.js.map +1 -1
- package/dist/esm/react-query/usersGetUserById.d.ts +2 -2
- package/dist/esm/react-query/usersGetUserById.js +2 -2
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.core.d.ts +17 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.core.js +34 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.d.ts +32 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.js +62 -0
- package/dist/esm/react-query/vendorScansDownloadVendorScansExport.js.map +1 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.core.d.ts +26 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.core.js +47 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.d.ts +72 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.js +71 -0
- package/dist/esm/react-query/vendorScansExportVendorScans.js.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.core.d.ts +12 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.core.js +34 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.d.ts +31 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.js +61 -0
- package/dist/esm/react-query/vendorScansGetVendorScansExportStatus.js.map +1 -0
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.core.d.ts +1 -0
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.core.js +1 -1
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.core.js.map +1 -1
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.d.ts +2 -0
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.core.d.ts +12 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.core.js +34 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.core.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.d.ts +35 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.js +65 -0
- package/dist/esm/react-query/vendorsGetVendorPaymentResponsibility.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.core.d.ts +46 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.core.js +95 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.core.js.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.d.ts +70 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.js +89 -0
- package/dist/esm/react-query/vendorsGetVendorTargetFacilities.js.map +1 -0
- package/dist/esm/react-query/vendorsListVendorCredits.d.ts +4 -4
- package/dist/esm/react-query/vendorsListVendorCredits.js +4 -4
- package/dist/esm/react-query/vendorsUpdateVendorDetails.d.ts +1 -1
- package/dist/esm/react-query/vendorsUpdateVendorDetails.js +1 -1
- package/dist/esm/react-query/vendorsUpdateVendorPaymentResponsibility.d.ts +33 -0
- package/dist/esm/react-query/vendorsUpdateVendorPaymentResponsibility.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsUpdateVendorPaymentResponsibility.js +50 -0
- package/dist/esm/react-query/vendorsUpdateVendorPaymentResponsibility.js.map +1 -0
- package/dist/esm/react-query/vendorsVendorsExport.core.d.ts +3 -2
- package/dist/esm/react-query/vendorsVendorsExport.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsVendorsExport.core.js.map +1 -1
- package/dist/esm/react-query/vendorsVendorsExport.d.ts +3 -2
- package/dist/esm/react-query/vendorsVendorsExport.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsVendorsExport.js.map +1 -1
- package/dist/esm/sdk/invoices.d.ts +1 -1
- package/dist/esm/sdk/invoices.d.ts.map +1 -1
- package/dist/esm/sdk/organizations.d.ts +100 -0
- package/dist/esm/sdk/organizations.d.ts.map +1 -1
- package/dist/esm/sdk/organizations.js +119 -0
- package/dist/esm/sdk/organizations.js.map +1 -1
- package/dist/esm/sdk/users.d.ts +8 -6
- package/dist/esm/sdk/users.d.ts.map +1 -1
- package/dist/esm/sdk/users.js +8 -6
- package/dist/esm/sdk/users.js.map +1 -1
- package/dist/esm/sdk/vendors.d.ts +33 -3
- package/dist/esm/sdk/vendors.d.ts.map +1 -1
- package/dist/esm/sdk/vendors.js +39 -2
- package/dist/esm/sdk/vendors.js.map +1 -1
- package/dist/esm/sdk/vendorscans.d.ts +33 -0
- package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
- package/dist/esm/sdk/vendorscans.js +39 -0
- package/dist/esm/sdk/vendorscans.js.map +1 -1
- package/dist/esm/types/async.d.ts.map +1 -1
- package/dist/esm/types/async.js +8 -7
- package/dist/esm/types/async.js.map +1 -1
- package/dist/esm/types/primitives.d.ts +0 -2
- package/dist/esm/types/primitives.d.ts.map +1 -1
- package/dist/esm/types/primitives.js +0 -21
- package/dist/esm/types/primitives.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +3 -6
- package/src/__tests__/companies.test.ts +1 -0
- package/src/__tests__/fhirconfigs.test.ts +12 -3
- package/src/__tests__/invoices.test.ts +3 -1
- package/src/__tests__/organizations.test.ts +169 -0
- package/src/__tests__/users.test.ts +3 -1
- package/src/__tests__/vendors.test.ts +77 -1
- package/src/__tests__/vendorscans.test.ts +70 -0
- package/src/__tests__/zones.test.ts +13 -11
- package/src/admin-funcs/companyManagerGetPaymentForm.ts +6 -0
- package/src/admin-funcs/registerEmail.ts +11 -0
- package/src/admin-funcs/subscriptionGetSmartBadgePrompt.ts +13 -0
- package/src/admin-funcs/vendorGetPaymentForm.ts +6 -0
- package/src/admin-funcs/vendorGetSystemsRequiringSmartBadge.ts +9 -0
- package/src/funcs/alertsListAlerts.ts +1 -2
- package/src/funcs/companiesListCompanyCredentials.ts +1 -2
- package/src/funcs/companiesListCompanyCredits.ts +1 -2
- package/src/funcs/companiesListCompanyManagers.ts +1 -2
- package/src/funcs/companiesListOrSearchCompanies.ts +1 -2
- package/src/funcs/companiesLookupCompanies.ts +1 -2
- package/src/funcs/eventsListFeed.ts +1 -2
- package/src/funcs/eventsListLocations.ts +1 -2
- package/src/funcs/eventsListOrSearchVendorInvitees.ts +1 -2
- package/src/funcs/eventsListPendingInvitations.ts +1 -2
- package/src/funcs/eventsListStandingAppointments.ts +1 -2
- package/src/funcs/fhirConfigsListOfFhirConfigurations.ts +1 -2
- package/src/funcs/invoicesInvoicesExport.ts +5 -4
- package/src/funcs/invoicesListInvoices.ts +1 -2
- package/src/funcs/organizationsDownloadCompanyTargetFacilitiesExport.ts +200 -0
- package/src/funcs/organizationsDownloadFacilityVendorsExport.ts +202 -0
- package/src/funcs/organizationsExportCompanyTargetFacilities.ts +203 -0
- package/src/funcs/organizationsExportFacilityVendors.ts +202 -0
- package/src/funcs/organizationsGetCompanyTargetFacilitiesExportStatus.ts +190 -0
- package/src/funcs/organizationsGetFacilityVendorsExportStatus.ts +188 -0
- package/src/funcs/organizationsListCompanyTargetFacilities.ts +11 -2
- package/src/funcs/organizationsListFacilityVendors.ts +278 -0
- package/src/funcs/organizationsListOrSearchDepartmentContacts.ts +1 -2
- package/src/funcs/organizationsListOrSearchDepartments.ts +1 -2
- package/src/funcs/organizationsListOrSearchFacilities.ts +1 -2
- package/src/funcs/supportArticlesListOrSearchSupportArticles.ts +1 -2
- package/src/funcs/systemsListSystems.ts +1 -2
- package/src/funcs/usersGetCurrentUser.ts +1 -1
- package/src/funcs/usersGetLinkedUsers.ts +6 -4
- package/src/funcs/usersGetUserById.ts +1 -1
- package/src/funcs/vendorScansDownloadVendorScansExport.ts +210 -0
- package/src/funcs/vendorScansExportVendorScans.ts +194 -0
- package/src/funcs/vendorScansGetVendorScansExportStatus.ts +182 -0
- package/src/funcs/vendorScansListVendorScans.ts +1 -2
- package/src/funcs/vendorsGetNextUnansweredScreeningQuestion.ts +9 -4
- package/src/funcs/vendorsGetVendorPaymentResponsibility.ts +189 -0
- package/src/funcs/vendorsGetVendorTargetFacilities.ts +265 -0
- package/src/funcs/vendorsGetVendorUploadHistory.ts +1 -2
- package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +1 -2
- package/src/funcs/vendorsListVendorCredentialHistory.ts +1 -2
- package/src/funcs/vendorsListVendorCredentials.ts +2 -2
- package/src/funcs/vendorsListVendorCredits.ts +2 -3
- package/src/funcs/vendorsListVendorFacilityStatuses.ts +1 -2
- package/src/funcs/vendorsListVendorInvoices.ts +1 -2
- package/src/funcs/vendorsListVendorJobTitles.ts +1 -2
- package/src/funcs/vendorsListVendorManagedByCompanies.ts +1 -2
- package/src/funcs/vendorsListVendorScrubPackages.ts +1 -2
- package/src/funcs/vendorsListVendorScrubPurchases.ts +1 -2
- package/src/funcs/vendorsListVendorTypes.ts +1 -2
- package/src/funcs/vendorsListVendors.ts +1 -2
- package/src/funcs/vendorsUpdateVendorDetails.ts +1 -1
- package/src/funcs/vendorsUpdateVendorPaymentResponsibility.ts +191 -0
- package/src/funcs/vendorsVendorsExport.ts +5 -4
- package/src/funcs/zonesListOrSearchSecurityZones.ts +1 -2
- package/src/hooks/types.ts +1 -0
- package/src/index.extras.ts +17 -3
- package/src/lib/config.ts +4 -4
- package/src/lib/encodings.ts +1 -1
- package/src/lib/env.ts +7 -3
- package/src/lib/http.ts +3 -1
- package/src/lib/matchers.ts +1 -1
- package/src/lib/primitives.ts +16 -0
- package/src/lib/retries.ts +8 -0
- package/src/lib/sdks.ts +54 -17
- package/src/lib/security.ts +10 -5
- package/src/models/components/alert.ts +70 -0
- package/src/models/components/companytargetfacility.ts +3 -3
- package/src/models/components/credit.ts +90 -9
- package/src/models/components/creditentitysummary.ts +45 -0
- package/src/models/components/csvexportenqueuedresponse.ts +58 -0
- package/src/models/components/csvexportstatusresponse.ts +79 -0
- package/src/models/components/emailpreferences.ts +13 -18
- package/src/models/components/expand.ts +1 -0
- package/src/models/components/fhirconfig.ts +48 -0
- package/src/models/components/index.ts +5 -0
- package/src/models/components/productvariant.ts +10 -0
- package/src/models/components/userdetails.ts +4 -0
- package/src/models/components/vendor.ts +6 -0
- package/src/models/components/vendorpaymentresponsibilityassignments.ts +95 -0
- package/src/models/components/vendortargetfacility.ts +87 -0
- package/src/models/operations/downloadcompanytargetfacilitiesexport.ts +135 -0
- package/src/models/operations/downloadfacilityvendorsexport.ts +124 -0
- package/src/models/operations/downloadvendorscansexport.ts +145 -0
- package/src/models/operations/exportcompanytargetfacilities.ts +248 -0
- package/src/models/operations/exportfacilityvendors.ts +206 -0
- package/src/models/operations/exportvendorscans.ts +163 -0
- package/src/models/operations/getcompanytargetfacilitiesexportstatus.ts +126 -0
- package/src/models/operations/getfacilityvendorsexportstatus.ts +47 -0
- package/src/models/operations/getlinkedusers.ts +9 -4
- package/src/models/operations/getnextunansweredscreeningquestion.ts +13 -0
- package/src/models/operations/getvendorpaymentresponsibility.ts +93 -0
- package/src/models/operations/getvendorscansexportstatus.ts +108 -0
- package/src/models/operations/getvendortargetfacilities.ts +186 -0
- package/src/models/operations/index.ts +13 -0
- package/src/models/operations/invoicesexport.ts +5 -83
- package/src/models/operations/listcompanycredits.ts +12 -73
- package/src/models/operations/listcompanytargetfacilities.ts +77 -10
- package/src/models/operations/listfacilityvendors.ts +310 -0
- package/src/models/operations/listvendoradditionalfacilityfields.ts +26 -15
- package/src/models/operations/listvendorcredits.ts +10 -0
- package/src/models/operations/securityzonecheckin.ts +9 -4
- package/src/models/operations/updateuser.ts +4 -0
- package/src/models/operations/updatevendordetails.ts +14 -0
- package/src/models/operations/updatevendorpaymentresponsibility.ts +159 -0
- package/src/models/operations/vendorsexport.ts +5 -82
- package/src/react-query/index.ts +13 -0
- package/src/react-query/invoicesInvoicesExport.core.ts +3 -2
- package/src/react-query/invoicesInvoicesExport.ts +3 -2
- package/src/react-query/organizationsDownloadCompanyTargetFacilitiesExport.core.ts +85 -0
- package/src/react-query/organizationsDownloadCompanyTargetFacilitiesExport.ts +153 -0
- package/src/react-query/organizationsDownloadFacilityVendorsExport.core.ts +84 -0
- package/src/react-query/organizationsDownloadFacilityVendorsExport.ts +155 -0
- package/src/react-query/organizationsExportCompanyTargetFacilities.core.ts +99 -0
- package/src/react-query/organizationsExportCompanyTargetFacilities.ts +195 -0
- package/src/react-query/organizationsExportFacilityVendors.core.ts +94 -0
- package/src/react-query/organizationsExportFacilityVendors.ts +200 -0
- package/src/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.core.ts +84 -0
- package/src/react-query/organizationsGetCompanyTargetFacilitiesExportStatus.ts +153 -0
- package/src/react-query/organizationsGetFacilityVendorsExportStatus.core.ts +84 -0
- package/src/react-query/organizationsGetFacilityVendorsExportStatus.ts +153 -0
- package/src/react-query/organizationsListCompanyTargetFacilities.core.ts +26 -2
- package/src/react-query/organizationsListCompanyTargetFacilities.ts +36 -2
- package/src/react-query/organizationsListFacilityVendors.core.ts +207 -0
- package/src/react-query/organizationsListFacilityVendors.ts +351 -0
- package/src/react-query/usersGetCurrentUser.ts +2 -2
- package/src/react-query/usersGetLinkedUsers.core.ts +1 -1
- package/src/react-query/usersGetLinkedUsers.ts +14 -10
- package/src/react-query/usersGetUserById.ts +2 -2
- package/src/react-query/vendorScansDownloadVendorScansExport.core.ts +86 -0
- package/src/react-query/vendorScansDownloadVendorScansExport.ts +154 -0
- package/src/react-query/vendorScansExportVendorScans.core.ts +105 -0
- package/src/react-query/vendorScansExportVendorScans.ts +190 -0
- package/src/react-query/vendorScansGetVendorScansExportStatus.core.ts +78 -0
- package/src/react-query/vendorScansGetVendorScansExportStatus.ts +152 -0
- package/src/react-query/vendorsGetNextUnansweredScreeningQuestion.core.ts +5 -2
- package/src/react-query/vendorsGetNextUnansweredScreeningQuestion.ts +8 -2
- package/src/react-query/vendorsGetVendorPaymentResponsibility.core.ts +78 -0
- package/src/react-query/vendorsGetVendorPaymentResponsibility.ts +156 -0
- package/src/react-query/vendorsGetVendorTargetFacilities.core.ts +218 -0
- package/src/react-query/vendorsGetVendorTargetFacilities.ts +281 -0
- package/src/react-query/vendorsListVendorCredits.ts +4 -4
- package/src/react-query/vendorsUpdateVendorDetails.ts +1 -1
- package/src/react-query/vendorsUpdateVendorPaymentResponsibility.ts +119 -0
- package/src/react-query/vendorsVendorsExport.core.ts +3 -2
- package/src/react-query/vendorsVendorsExport.ts +3 -2
- package/src/sdk/invoices.ts +1 -1
- package/src/sdk/organizations.ts +179 -0
- package/src/sdk/users.ts +8 -6
- package/src/sdk/vendors.ts +70 -3
- package/src/sdk/vendorscans.ts +69 -0
- package/src/types/async.ts +8 -7
- package/src/types/primitives.ts +0 -24
- package/dist/commonjs/lib/dlv.d.ts +0 -14
- package/dist/commonjs/lib/dlv.d.ts.map +0 -1
- package/dist/commonjs/lib/dlv.js +0 -49
- package/dist/commonjs/lib/dlv.js.map +0 -1
- package/dist/commonjs/lib/is-plain-object.d.ts +0 -2
- package/dist/commonjs/lib/is-plain-object.d.ts.map +0 -1
- package/dist/commonjs/lib/is-plain-object.js +0 -41
- package/dist/commonjs/lib/is-plain-object.js.map +0 -1
- package/dist/esm/lib/dlv.d.ts +0 -14
- package/dist/esm/lib/dlv.d.ts.map +0 -1
- package/dist/esm/lib/dlv.js +0 -46
- package/dist/esm/lib/dlv.js.map +0 -1
- package/dist/esm/lib/is-plain-object.d.ts +0 -2
- package/dist/esm/lib/is-plain-object.d.ts.map +0 -1
- package/dist/esm/lib/is-plain-object.js +0 -38
- package/dist/esm/lib/is-plain-object.js.map +0 -1
- package/src/lib/dlv.ts +0 -53
- package/src/lib/is-plain-object.ts +0 -43
|
@@ -0,0 +1,163 @@
|
|
|
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 { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import * as components from "../components/index.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Sort field used by the exporter when ordering rows in the generated CSV. One of:
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* `full_name`, `date_scanned`, `result`, `scan_type`. Defaults to `date_scanned`.
|
|
15
|
+
*/
|
|
16
|
+
export const ExportVendorScansQueryParamSort = {
|
|
17
|
+
FullName: "full_name",
|
|
18
|
+
DateScanned: "date_scanned",
|
|
19
|
+
Result: "result",
|
|
20
|
+
ScanType: "scan_type",
|
|
21
|
+
} as const;
|
|
22
|
+
/**
|
|
23
|
+
* Sort field used by the exporter when ordering rows in the generated CSV. One of:
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
* `full_name`, `date_scanned`, `result`, `scan_type`. Defaults to `date_scanned`.
|
|
27
|
+
*/
|
|
28
|
+
export type ExportVendorScansQueryParamSort = ClosedEnum<
|
|
29
|
+
typeof ExportVendorScansQueryParamSort
|
|
30
|
+
>;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Filter by scan type. One of: `in`, `out`, `spot_check`.
|
|
34
|
+
*/
|
|
35
|
+
export const QueryParamScanType = {
|
|
36
|
+
In: "in",
|
|
37
|
+
Out: "out",
|
|
38
|
+
SpotCheck: "spot_check",
|
|
39
|
+
} as const;
|
|
40
|
+
/**
|
|
41
|
+
* Filter by scan type. One of: `in`, `out`, `spot_check`.
|
|
42
|
+
*/
|
|
43
|
+
export type QueryParamScanType = ClosedEnum<typeof QueryParamScanType>;
|
|
44
|
+
|
|
45
|
+
export type ExportVendorScansRequest = {
|
|
46
|
+
/**
|
|
47
|
+
* Sort field used by the exporter when ordering rows in the generated CSV. One of:
|
|
48
|
+
*
|
|
49
|
+
* @remarks
|
|
50
|
+
* `full_name`, `date_scanned`, `result`, `scan_type`. Defaults to `date_scanned`.
|
|
51
|
+
*/
|
|
52
|
+
sort?: ExportVendorScansQueryParamSort | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Sort desc
|
|
55
|
+
*/
|
|
56
|
+
desc?: components.Desc | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Page size used by the exporter while paginating results server-side. Does not affect the size of the CSV (all matching rows are included).
|
|
59
|
+
*/
|
|
60
|
+
itemsPerPage?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* An ID representing a Hospital
|
|
63
|
+
*/
|
|
64
|
+
facilityId?: number | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* An ID representing a Hospital System
|
|
67
|
+
*/
|
|
68
|
+
systemId?: number | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Filter scans by company ID.
|
|
71
|
+
*/
|
|
72
|
+
companyId?: number | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* Filter scans by vendor ID, or pass `me` to use the currently authenticated vendor.
|
|
75
|
+
*/
|
|
76
|
+
vendorId?: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Filter by scan type. One of: `in`, `out`, `spot_check`.
|
|
79
|
+
*/
|
|
80
|
+
scanType?: QueryParamScanType | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* Filter by individual full name (case-insensitive, partial match).
|
|
83
|
+
*/
|
|
84
|
+
fullNameLike?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Filter scans on or after this date. Format: YYYY-MM-DD.
|
|
87
|
+
*/
|
|
88
|
+
dateScannedGte?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* Filter scans on or before this date. Format: YYYY-MM-DD.
|
|
91
|
+
*/
|
|
92
|
+
dateScannedLte?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* Filter by scan result. `true` for successful scans, `false` for failed.
|
|
95
|
+
*/
|
|
96
|
+
result?: boolean | undefined;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const ExportVendorScansQueryParamSort$outboundSchema: z.ZodNativeEnum<
|
|
101
|
+
typeof ExportVendorScansQueryParamSort
|
|
102
|
+
> = z.nativeEnum(ExportVendorScansQueryParamSort);
|
|
103
|
+
|
|
104
|
+
/** @internal */
|
|
105
|
+
export const QueryParamScanType$outboundSchema: z.ZodNativeEnum<
|
|
106
|
+
typeof QueryParamScanType
|
|
107
|
+
> = z.nativeEnum(QueryParamScanType);
|
|
108
|
+
|
|
109
|
+
/** @internal */
|
|
110
|
+
export type ExportVendorScansRequest$Outbound = {
|
|
111
|
+
sort?: string | undefined;
|
|
112
|
+
desc?: components.Desc$Outbound | undefined;
|
|
113
|
+
items_per_page?: number | undefined;
|
|
114
|
+
facility_id?: number | undefined;
|
|
115
|
+
system_id?: number | undefined;
|
|
116
|
+
company_id?: number | undefined;
|
|
117
|
+
vendor_id?: string | undefined;
|
|
118
|
+
scan_type?: string | undefined;
|
|
119
|
+
full_name_like?: string | undefined;
|
|
120
|
+
date_scanned_gte?: string | undefined;
|
|
121
|
+
date_scanned_lte?: string | undefined;
|
|
122
|
+
result?: boolean | undefined;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
/** @internal */
|
|
126
|
+
export const ExportVendorScansRequest$outboundSchema: z.ZodType<
|
|
127
|
+
ExportVendorScansRequest$Outbound,
|
|
128
|
+
z.ZodTypeDef,
|
|
129
|
+
ExportVendorScansRequest
|
|
130
|
+
> = z.object({
|
|
131
|
+
sort: ExportVendorScansQueryParamSort$outboundSchema.optional(),
|
|
132
|
+
desc: components.Desc$outboundSchema.optional(),
|
|
133
|
+
itemsPerPage: z.number().int().optional(),
|
|
134
|
+
facilityId: z.number().int().optional(),
|
|
135
|
+
systemId: z.number().int().optional(),
|
|
136
|
+
companyId: z.number().int().optional(),
|
|
137
|
+
vendorId: z.string().optional(),
|
|
138
|
+
scanType: QueryParamScanType$outboundSchema.optional(),
|
|
139
|
+
fullNameLike: z.string().optional(),
|
|
140
|
+
dateScannedGte: z.string().optional(),
|
|
141
|
+
dateScannedLte: z.string().optional(),
|
|
142
|
+
result: z.boolean().optional(),
|
|
143
|
+
}).transform((v) => {
|
|
144
|
+
return remap$(v, {
|
|
145
|
+
itemsPerPage: "items_per_page",
|
|
146
|
+
facilityId: "facility_id",
|
|
147
|
+
systemId: "system_id",
|
|
148
|
+
companyId: "company_id",
|
|
149
|
+
vendorId: "vendor_id",
|
|
150
|
+
scanType: "scan_type",
|
|
151
|
+
fullNameLike: "full_name_like",
|
|
152
|
+
dateScannedGte: "date_scanned_gte",
|
|
153
|
+
dateScannedLte: "date_scanned_lte",
|
|
154
|
+
});
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
export function exportVendorScansRequestToJSON(
|
|
158
|
+
exportVendorScansRequest: ExportVendorScansRequest,
|
|
159
|
+
): string {
|
|
160
|
+
return JSON.stringify(
|
|
161
|
+
ExportVendorScansRequest$outboundSchema.parse(exportVendorScansRequest),
|
|
162
|
+
);
|
|
163
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
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
|
+
export type GetCompanyTargetFacilitiesExportStatusRequest = {
|
|
13
|
+
/**
|
|
14
|
+
* The company whose export is being polled.
|
|
15
|
+
*/
|
|
16
|
+
companyId: number;
|
|
17
|
+
/**
|
|
18
|
+
* Export status id returned by the export endpoint (e.g. `ctf_export_42`).
|
|
19
|
+
*/
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Export status
|
|
25
|
+
*/
|
|
26
|
+
export type GetCompanyTargetFacilitiesExportStatusResponseBody = {
|
|
27
|
+
/**
|
|
28
|
+
* When true, the export is ready for download.
|
|
29
|
+
*/
|
|
30
|
+
ready: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The export job identifier.
|
|
33
|
+
*/
|
|
34
|
+
statusId: string;
|
|
35
|
+
/**
|
|
36
|
+
* URL to download the CSV (present only when `ready` is true).
|
|
37
|
+
*/
|
|
38
|
+
downloadUrl?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* When the export job completed.
|
|
41
|
+
*/
|
|
42
|
+
finishedAt?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* When the export job started.
|
|
45
|
+
*/
|
|
46
|
+
startedAt?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* Timestamp of the last progress heartbeat from the background job. Updated on each pagination loop while the job is running; on completion or failure it equals `finished_at`.
|
|
49
|
+
*/
|
|
50
|
+
heartbeat?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* Error message if the export failed.
|
|
53
|
+
*/
|
|
54
|
+
error?: string | undefined;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
/** @internal */
|
|
58
|
+
export type GetCompanyTargetFacilitiesExportStatusRequest$Outbound = {
|
|
59
|
+
company_id: number;
|
|
60
|
+
id: string;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/** @internal */
|
|
64
|
+
export const GetCompanyTargetFacilitiesExportStatusRequest$outboundSchema:
|
|
65
|
+
z.ZodType<
|
|
66
|
+
GetCompanyTargetFacilitiesExportStatusRequest$Outbound,
|
|
67
|
+
z.ZodTypeDef,
|
|
68
|
+
GetCompanyTargetFacilitiesExportStatusRequest
|
|
69
|
+
> = z.object({
|
|
70
|
+
companyId: z.number().int(),
|
|
71
|
+
id: z.string(),
|
|
72
|
+
}).transform((v) => {
|
|
73
|
+
return remap$(v, {
|
|
74
|
+
companyId: "company_id",
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
export function getCompanyTargetFacilitiesExportStatusRequestToJSON(
|
|
79
|
+
getCompanyTargetFacilitiesExportStatusRequest:
|
|
80
|
+
GetCompanyTargetFacilitiesExportStatusRequest,
|
|
81
|
+
): string {
|
|
82
|
+
return JSON.stringify(
|
|
83
|
+
GetCompanyTargetFacilitiesExportStatusRequest$outboundSchema.parse(
|
|
84
|
+
getCompanyTargetFacilitiesExportStatusRequest,
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/** @internal */
|
|
90
|
+
export const GetCompanyTargetFacilitiesExportStatusResponseBody$inboundSchema:
|
|
91
|
+
z.ZodType<
|
|
92
|
+
GetCompanyTargetFacilitiesExportStatusResponseBody,
|
|
93
|
+
z.ZodTypeDef,
|
|
94
|
+
unknown
|
|
95
|
+
> = z.object({
|
|
96
|
+
ready: types.boolean(),
|
|
97
|
+
status_id: types.string(),
|
|
98
|
+
download_url: types.optional(types.string()),
|
|
99
|
+
finished_at: types.optional(types.string()),
|
|
100
|
+
started_at: types.optional(types.string()),
|
|
101
|
+
heartbeat: types.optional(types.string()),
|
|
102
|
+
error: types.optional(types.string()),
|
|
103
|
+
}).transform((v) => {
|
|
104
|
+
return remap$(v, {
|
|
105
|
+
"status_id": "statusId",
|
|
106
|
+
"download_url": "downloadUrl",
|
|
107
|
+
"finished_at": "finishedAt",
|
|
108
|
+
"started_at": "startedAt",
|
|
109
|
+
});
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
export function getCompanyTargetFacilitiesExportStatusResponseBodyFromJSON(
|
|
113
|
+
jsonString: string,
|
|
114
|
+
): SafeParseResult<
|
|
115
|
+
GetCompanyTargetFacilitiesExportStatusResponseBody,
|
|
116
|
+
SDKValidationError
|
|
117
|
+
> {
|
|
118
|
+
return safeParse(
|
|
119
|
+
jsonString,
|
|
120
|
+
(x) =>
|
|
121
|
+
GetCompanyTargetFacilitiesExportStatusResponseBody$inboundSchema.parse(
|
|
122
|
+
JSON.parse(x),
|
|
123
|
+
),
|
|
124
|
+
`Failed to parse 'GetCompanyTargetFacilitiesExportStatusResponseBody' from JSON`,
|
|
125
|
+
);
|
|
126
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
|
|
8
|
+
export type GetFacilityVendorsExportStatusRequest = {
|
|
9
|
+
/**
|
|
10
|
+
* The facility whose export is being polled.
|
|
11
|
+
*/
|
|
12
|
+
id: number;
|
|
13
|
+
/**
|
|
14
|
+
* Export status id returned by the export endpoint (e.g. `fv_export_42`).
|
|
15
|
+
*/
|
|
16
|
+
exportId: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type GetFacilityVendorsExportStatusRequest$Outbound = {
|
|
21
|
+
id: number;
|
|
22
|
+
export_id: string;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const GetFacilityVendorsExportStatusRequest$outboundSchema: z.ZodType<
|
|
27
|
+
GetFacilityVendorsExportStatusRequest$Outbound,
|
|
28
|
+
z.ZodTypeDef,
|
|
29
|
+
GetFacilityVendorsExportStatusRequest
|
|
30
|
+
> = z.object({
|
|
31
|
+
id: z.number().int(),
|
|
32
|
+
exportId: z.string(),
|
|
33
|
+
}).transform((v) => {
|
|
34
|
+
return remap$(v, {
|
|
35
|
+
exportId: "export_id",
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
export function getFacilityVendorsExportStatusRequestToJSON(
|
|
40
|
+
getFacilityVendorsExportStatusRequest: GetFacilityVendorsExportStatusRequest,
|
|
41
|
+
): string {
|
|
42
|
+
return JSON.stringify(
|
|
43
|
+
GetFacilityVendorsExportStatusRequest$outboundSchema.parse(
|
|
44
|
+
getFacilityVendorsExportStatusRequest,
|
|
45
|
+
),
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -11,9 +11,14 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
11
11
|
|
|
12
12
|
export type GetLinkedUsersRequest = {
|
|
13
13
|
/**
|
|
14
|
-
* The
|
|
14
|
+
* The user to fetch linked users for. Pass `me` for the authenticated user
|
|
15
|
+
*
|
|
16
|
+
* @remarks
|
|
17
|
+
* (allowed for any user type), or a positive numeric user ID. A numeric ID is
|
|
18
|
+
* only honored for API users with an active app activation for that user;
|
|
19
|
+
* non-API users must pass `me`.
|
|
15
20
|
*/
|
|
16
|
-
userId
|
|
21
|
+
userId: string;
|
|
17
22
|
};
|
|
18
23
|
|
|
19
24
|
export type LinkedUsers = {
|
|
@@ -33,7 +38,7 @@ export type GetLinkedUsersGetLinkedUsersOk = {
|
|
|
33
38
|
|
|
34
39
|
/** @internal */
|
|
35
40
|
export type GetLinkedUsersRequest$Outbound = {
|
|
36
|
-
user_id
|
|
41
|
+
user_id: string;
|
|
37
42
|
};
|
|
38
43
|
|
|
39
44
|
/** @internal */
|
|
@@ -42,7 +47,7 @@ export const GetLinkedUsersRequest$outboundSchema: z.ZodType<
|
|
|
42
47
|
z.ZodTypeDef,
|
|
43
48
|
GetLinkedUsersRequest
|
|
44
49
|
> = z.object({
|
|
45
|
-
userId: z.
|
|
50
|
+
userId: z.string(),
|
|
46
51
|
}).transform((v) => {
|
|
47
52
|
return remap$(v, {
|
|
48
53
|
userId: "user_id",
|
|
@@ -21,6 +21,10 @@ export type GetNextUnansweredScreeningQuestionRequest = {
|
|
|
21
21
|
* supported only on endpoints that explicitly document QR-code lookup
|
|
22
22
|
*/
|
|
23
23
|
vendorIdOrMe: string;
|
|
24
|
+
/**
|
|
25
|
+
* When provided, filters questions to those belonging to the specified facility. The facility must be targeted by the vendor.
|
|
26
|
+
*/
|
|
27
|
+
facilityId?: number | undefined;
|
|
24
28
|
/**
|
|
25
29
|
* 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.
|
|
26
30
|
*/
|
|
@@ -34,12 +38,17 @@ export type GetNextUnansweredScreeningQuestionGetNextUnansweredScreeningQuestion
|
|
|
34
38
|
{
|
|
35
39
|
screeningQuestion: components.ScreeningQuestion | null;
|
|
36
40
|
screeningResponse: components.ScreeningResponse | null;
|
|
41
|
+
/**
|
|
42
|
+
* Name of the facility the questions are scoped to. Null when facility_id query param is omitted.
|
|
43
|
+
*/
|
|
44
|
+
facilityName: string | null;
|
|
37
45
|
success: boolean;
|
|
38
46
|
};
|
|
39
47
|
|
|
40
48
|
/** @internal */
|
|
41
49
|
export type GetNextUnansweredScreeningQuestionRequest$Outbound = {
|
|
42
50
|
vendor_id_or_me: string;
|
|
51
|
+
facility_id?: number | undefined;
|
|
43
52
|
expand?: Array<string> | undefined;
|
|
44
53
|
};
|
|
45
54
|
|
|
@@ -51,10 +60,12 @@ export const GetNextUnansweredScreeningQuestionRequest$outboundSchema:
|
|
|
51
60
|
GetNextUnansweredScreeningQuestionRequest
|
|
52
61
|
> = z.object({
|
|
53
62
|
vendorIdOrMe: z.string(),
|
|
63
|
+
facilityId: z.number().int().optional(),
|
|
54
64
|
expand: z.array(components.Expand$outboundSchema).optional(),
|
|
55
65
|
}).transform((v) => {
|
|
56
66
|
return remap$(v, {
|
|
57
67
|
vendorIdOrMe: "vendor_id_or_me",
|
|
68
|
+
facilityId: "facility_id",
|
|
58
69
|
});
|
|
59
70
|
});
|
|
60
71
|
|
|
@@ -82,11 +93,13 @@ export const GetNextUnansweredScreeningQuestionGetNextUnansweredScreeningQuestio
|
|
|
82
93
|
screening_response: types.nullable(
|
|
83
94
|
components.ScreeningResponse$inboundSchema,
|
|
84
95
|
),
|
|
96
|
+
facility_name: types.nullable(types.string()),
|
|
85
97
|
success: types.boolean(),
|
|
86
98
|
}).transform((v) => {
|
|
87
99
|
return remap$(v, {
|
|
88
100
|
"screening_question": "screeningQuestion",
|
|
89
101
|
"screening_response": "screeningResponse",
|
|
102
|
+
"facility_name": "facilityName",
|
|
90
103
|
});
|
|
91
104
|
});
|
|
92
105
|
|
|
@@ -0,0 +1,93 @@
|
|
|
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 * as components from "../components/index.js";
|
|
11
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
|
+
|
|
13
|
+
export type GetVendorPaymentResponsibilityRequest = {
|
|
14
|
+
/**
|
|
15
|
+
* ID of the vendor rep.
|
|
16
|
+
*/
|
|
17
|
+
vendorId: number;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* The request was successful, and the server has returned the requested resource in the response body.
|
|
22
|
+
*/
|
|
23
|
+
export type GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk = {
|
|
24
|
+
/**
|
|
25
|
+
* Records which party (vendor or company manager) is responsible for each
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* payment category for a given vendor–company relationship. A `null`
|
|
29
|
+
* `_user_id` field means responsibility defaults to the vendor.
|
|
30
|
+
*/
|
|
31
|
+
paymentResponsibility?:
|
|
32
|
+
| components.VendorPaymentResponsibilityAssignments
|
|
33
|
+
| undefined;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/** @internal */
|
|
37
|
+
export type GetVendorPaymentResponsibilityRequest$Outbound = {
|
|
38
|
+
vendor_id: number;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/** @internal */
|
|
42
|
+
export const GetVendorPaymentResponsibilityRequest$outboundSchema: z.ZodType<
|
|
43
|
+
GetVendorPaymentResponsibilityRequest$Outbound,
|
|
44
|
+
z.ZodTypeDef,
|
|
45
|
+
GetVendorPaymentResponsibilityRequest
|
|
46
|
+
> = z.object({
|
|
47
|
+
vendorId: z.number().int(),
|
|
48
|
+
}).transform((v) => {
|
|
49
|
+
return remap$(v, {
|
|
50
|
+
vendorId: "vendor_id",
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
export function getVendorPaymentResponsibilityRequestToJSON(
|
|
55
|
+
getVendorPaymentResponsibilityRequest: GetVendorPaymentResponsibilityRequest,
|
|
56
|
+
): string {
|
|
57
|
+
return JSON.stringify(
|
|
58
|
+
GetVendorPaymentResponsibilityRequest$outboundSchema.parse(
|
|
59
|
+
getVendorPaymentResponsibilityRequest,
|
|
60
|
+
),
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/** @internal */
|
|
65
|
+
export const GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk$inboundSchema:
|
|
66
|
+
z.ZodType<
|
|
67
|
+
GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk,
|
|
68
|
+
z.ZodTypeDef,
|
|
69
|
+
unknown
|
|
70
|
+
> = z.object({
|
|
71
|
+
payment_responsibility: types.optional(
|
|
72
|
+
components.VendorPaymentResponsibilityAssignments$inboundSchema,
|
|
73
|
+
),
|
|
74
|
+
}).transform((v) => {
|
|
75
|
+
return remap$(v, {
|
|
76
|
+
"payment_responsibility": "paymentResponsibility",
|
|
77
|
+
});
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
export function getVendorPaymentResponsibilityGetVendorPaymentResponsibilityOkFromJSON(
|
|
81
|
+
jsonString: string,
|
|
82
|
+
): SafeParseResult<
|
|
83
|
+
GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk,
|
|
84
|
+
SDKValidationError
|
|
85
|
+
> {
|
|
86
|
+
return safeParse(
|
|
87
|
+
jsonString,
|
|
88
|
+
(x) =>
|
|
89
|
+
GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk$inboundSchema
|
|
90
|
+
.parse(JSON.parse(x)),
|
|
91
|
+
`Failed to parse 'GetVendorPaymentResponsibilityGetVendorPaymentResponsibilityOk' from JSON`,
|
|
92
|
+
);
|
|
93
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
export type GetVendorScansExportStatusRequest = {
|
|
13
|
+
/**
|
|
14
|
+
* Export status id returned by the export vendor scans endpoint.
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Export status
|
|
21
|
+
*/
|
|
22
|
+
export type GetVendorScansExportStatusResponseBody = {
|
|
23
|
+
/**
|
|
24
|
+
* When true, the export is ready for download.
|
|
25
|
+
*/
|
|
26
|
+
ready: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The export job identifier.
|
|
29
|
+
*/
|
|
30
|
+
statusId: string;
|
|
31
|
+
/**
|
|
32
|
+
* URL to download the CSV (present only when `ready` is true).
|
|
33
|
+
*/
|
|
34
|
+
downloadUrl?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* When the export job completed.
|
|
37
|
+
*/
|
|
38
|
+
finishedAt?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* When the export job started.
|
|
41
|
+
*/
|
|
42
|
+
startedAt?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Timestamp of the last progress heartbeat from the background job. Updated on each pagination loop while the job is running; on completion or failure it equals `finished_at`.
|
|
45
|
+
*/
|
|
46
|
+
heartbeat?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* Error message if the export failed.
|
|
49
|
+
*/
|
|
50
|
+
error?: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/** @internal */
|
|
54
|
+
export type GetVendorScansExportStatusRequest$Outbound = {
|
|
55
|
+
id: string;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/** @internal */
|
|
59
|
+
export const GetVendorScansExportStatusRequest$outboundSchema: z.ZodType<
|
|
60
|
+
GetVendorScansExportStatusRequest$Outbound,
|
|
61
|
+
z.ZodTypeDef,
|
|
62
|
+
GetVendorScansExportStatusRequest
|
|
63
|
+
> = z.object({
|
|
64
|
+
id: z.string(),
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
export function getVendorScansExportStatusRequestToJSON(
|
|
68
|
+
getVendorScansExportStatusRequest: GetVendorScansExportStatusRequest,
|
|
69
|
+
): string {
|
|
70
|
+
return JSON.stringify(
|
|
71
|
+
GetVendorScansExportStatusRequest$outboundSchema.parse(
|
|
72
|
+
getVendorScansExportStatusRequest,
|
|
73
|
+
),
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/** @internal */
|
|
78
|
+
export const GetVendorScansExportStatusResponseBody$inboundSchema: z.ZodType<
|
|
79
|
+
GetVendorScansExportStatusResponseBody,
|
|
80
|
+
z.ZodTypeDef,
|
|
81
|
+
unknown
|
|
82
|
+
> = z.object({
|
|
83
|
+
ready: types.boolean(),
|
|
84
|
+
status_id: types.string(),
|
|
85
|
+
download_url: types.optional(types.string()),
|
|
86
|
+
finished_at: types.optional(types.string()),
|
|
87
|
+
started_at: types.optional(types.string()),
|
|
88
|
+
heartbeat: types.optional(types.string()),
|
|
89
|
+
error: types.optional(types.string()),
|
|
90
|
+
}).transform((v) => {
|
|
91
|
+
return remap$(v, {
|
|
92
|
+
"status_id": "statusId",
|
|
93
|
+
"download_url": "downloadUrl",
|
|
94
|
+
"finished_at": "finishedAt",
|
|
95
|
+
"started_at": "startedAt",
|
|
96
|
+
});
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
export function getVendorScansExportStatusResponseBodyFromJSON(
|
|
100
|
+
jsonString: string,
|
|
101
|
+
): SafeParseResult<GetVendorScansExportStatusResponseBody, SDKValidationError> {
|
|
102
|
+
return safeParse(
|
|
103
|
+
jsonString,
|
|
104
|
+
(x) =>
|
|
105
|
+
GetVendorScansExportStatusResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
106
|
+
`Failed to parse 'GetVendorScansExportStatusResponseBody' from JSON`,
|
|
107
|
+
);
|
|
108
|
+
}
|