@greensecurity/javascript-sdk 0.44.0-beta.6 → 0.44.0-beta.61
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 +64 -1
- 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__/reports.test.d.ts +2 -0
- package/dist/commonjs/__tests__/reports.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/reports.test.js +53 -0
- package/dist/commonjs/__tests__/reports.test.js.map +1 -0
- package/dist/commonjs/__tests__/smartBadgeGetPsks.test.d.ts +2 -0
- package/dist/commonjs/__tests__/smartBadgeGetPsks.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/smartBadgeGetPsks.test.js +60 -0
- package/dist/commonjs/__tests__/smartBadgeGetPsks.test.js.map +1 -0
- package/dist/commonjs/__tests__/smartBadgeReportVerifiedPsk.test.d.ts +2 -0
- package/dist/commonjs/__tests__/smartBadgeReportVerifiedPsk.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/smartBadgeReportVerifiedPsk.test.js +46 -0
- package/dist/commonjs/__tests__/smartBadgeReportVerifiedPsk.test.js.map +1 -0
- 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 +101 -0
- package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js +81 -8
- package/dist/commonjs/__tests__/webhooks.test.js.map +1 -1
- package/dist/commonjs/__tests__/zones.test.js +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/smartBadgeGetPsks.d.ts +3 -0
- package/dist/commonjs/admin-funcs/smartBadgeGetPsks.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/smartBadgeGetPsks.js +23 -0
- package/dist/commonjs/admin-funcs/smartBadgeGetPsks.js.map +1 -0
- package/dist/commonjs/admin-funcs/smartBadgeMacAddress.d.ts +2 -0
- package/dist/commonjs/admin-funcs/smartBadgeMacAddress.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/smartBadgeMacAddress.js +25 -0
- package/dist/commonjs/admin-funcs/smartBadgeMacAddress.js.map +1 -0
- package/dist/commonjs/admin-funcs/smartBadgeReportVerifiedPsk.d.ts +6 -0
- package/dist/commonjs/admin-funcs/smartBadgeReportVerifiedPsk.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/smartBadgeReportVerifiedPsk.js +18 -0
- package/dist/commonjs/admin-funcs/smartBadgeReportVerifiedPsk.js.map +1 -0
- 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 +1 -0
- package/dist/commonjs/funcs/invoicesListInvoices.d.ts.map +1 -1
- package/dist/commonjs/funcs/invoicesListInvoices.js +2 -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/reportsGetFullReport.d.ts +43 -0
- package/dist/commonjs/funcs/reportsGetFullReport.d.ts.map +1 -0
- package/dist/commonjs/funcs/reportsGetFullReport.js +148 -0
- package/dist/commonjs/funcs/reportsGetFullReport.js.map +1 -0
- package/dist/commonjs/funcs/reportsInitiateScheduledReport.d.ts +37 -0
- package/dist/commonjs/funcs/reportsInitiateScheduledReport.d.ts.map +1 -0
- package/dist/commonjs/funcs/reportsInitiateScheduledReport.js +139 -0
- package/dist/commonjs/funcs/reportsInitiateScheduledReport.js.map +1 -0
- 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/validateWebhook.d.ts +15 -0
- package/dist/commonjs/funcs/validateWebhook.d.ts.map +1 -0
- package/dist/commonjs/funcs/validateWebhook.js +78 -0
- package/dist/commonjs/funcs/validateWebhook.js.map +1 -0
- 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/vendorScansVendorScanGpsCheckoutConfig.d.ts +18 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsCheckoutConfig.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsCheckoutConfig.js +124 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsCheckoutConfig.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsScanOut.d.ts +20 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsScanOut.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsScanOut.js +126 -0
- package/dist/commonjs/funcs/vendorScansVendorScanGpsScanOut.js.map +1 -0
- 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 +14 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js +14 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js.map +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/webhooksCreateWebhookEndpoint.d.ts +33 -0
- package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.js +133 -0
- package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.js.map +1 -0
- package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.d.ts +25 -0
- package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.js +130 -0
- package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.js.map +1 -0
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.d.ts +7 -1
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.d.ts.map +1 -1
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js +8 -2
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.d.ts +11 -2
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.d.ts.map +1 -1
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js +45 -7
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts +25 -1
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts.map +1 -1
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +29 -3
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.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/hooks.d.ts +9 -1
- package/dist/commonjs/hooks/hooks.d.ts.map +1 -1
- package/dist/commonjs/hooks/hooks.js +23 -1
- package/dist/commonjs/hooks/hooks.js.map +1 -1
- package/dist/commonjs/hooks/types.d.ts +14 -1
- package/dist/commonjs/hooks/types.d.ts.map +1 -1
- package/dist/commonjs/hooks/webhook-security-custom.d.ts +30 -0
- package/dist/commonjs/hooks/webhook-security-custom.d.ts.map +1 -0
- package/dist/commonjs/hooks/webhook-security-custom.js +98 -0
- package/dist/commonjs/hooks/webhook-security-custom.js.map +1 -0
- package/dist/commonjs/index.extras.d.ts +16 -0
- package/dist/commonjs/index.extras.d.ts.map +1 -1
- package/dist/commonjs/index.extras.js +17 -1
- 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 +5 -0
- package/dist/commonjs/lib/sdks.d.ts.map +1 -1
- package/dist/commonjs/lib/sdks.js +53 -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/appointmentsummary.d.ts +13 -0
- package/dist/commonjs/models/components/appointmentsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/appointmentsummary.js +20 -1
- package/dist/commonjs/models/components/appointmentsummary.js.map +1 -1
- package/dist/commonjs/models/components/company.d.ts +61 -2
- package/dist/commonjs/models/components/company.d.ts.map +1 -1
- package/dist/commonjs/models/components/company.js +90 -1
- package/dist/commonjs/models/components/company.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/companyvendorfield.d.ts +10 -0
- package/dist/commonjs/models/components/companyvendorfield.d.ts.map +1 -1
- package/dist/commonjs/models/components/companyvendorfield.js +17 -1
- package/dist/commonjs/models/components/companyvendorfield.js.map +1 -1
- package/dist/commonjs/models/components/companyvendortyperestriction.d.ts +21 -2
- package/dist/commonjs/models/components/companyvendortyperestriction.d.ts.map +1 -1
- package/dist/commonjs/models/components/companyvendortyperestriction.js +27 -1
- package/dist/commonjs/models/components/companyvendortyperestriction.js.map +1 -1
- package/dist/commonjs/models/components/contact.d.ts +39 -4
- package/dist/commonjs/models/components/contact.d.ts.map +1 -1
- package/dist/commonjs/models/components/contact.js +42 -1
- package/dist/commonjs/models/components/contact.js.map +1 -1
- package/dist/commonjs/models/components/credit.d.ts +38 -8
- package/dist/commonjs/models/components/credit.d.ts.map +1 -1
- package/dist/commonjs/models/components/credit.js +38 -9
- 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/department.d.ts +8 -0
- package/dist/commonjs/models/components/department.d.ts.map +1 -1
- package/dist/commonjs/models/components/department.js +10 -1
- package/dist/commonjs/models/components/department.js.map +1 -1
- package/dist/commonjs/models/components/departmentsummary.d.ts +8 -0
- package/dist/commonjs/models/components/departmentsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/departmentsummary.js +10 -1
- package/dist/commonjs/models/components/departmentsummary.js.map +1 -1
- package/dist/commonjs/models/components/emailpreferences.d.ts +9 -0
- package/dist/commonjs/models/components/emailpreferences.d.ts.map +1 -1
- package/dist/commonjs/models/components/emailpreferences.js +4 -0
- package/dist/commonjs/models/components/emailpreferences.js.map +1 -1
- package/dist/commonjs/models/components/expand.d.ts +9 -0
- package/dist/commonjs/models/components/expand.d.ts.map +1 -1
- package/dist/commonjs/models/components/expand.js +9 -0
- package/dist/commonjs/models/components/expand.js.map +1 -1
- package/dist/commonjs/models/components/facility.d.ts +182 -5
- package/dist/commonjs/models/components/facility.d.ts.map +1 -1
- package/dist/commonjs/models/components/facility.js +296 -1
- package/dist/commonjs/models/components/facility.js.map +1 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.d.ts +21 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.js +34 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.js.map +1 -1
- package/dist/commonjs/models/components/facilitysummary.d.ts +19 -1
- package/dist/commonjs/models/components/facilitysummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/facilitysummary.js +31 -1
- package/dist/commonjs/models/components/facilitysummary.js.map +1 -1
- package/dist/commonjs/models/components/facilityvendortype.d.ts +21 -0
- package/dist/commonjs/models/components/facilityvendortype.d.ts.map +1 -1
- package/dist/commonjs/models/components/facilityvendortype.js +37 -1
- package/dist/commonjs/models/components/facilityvendortype.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/financialstatus.d.ts +2 -0
- package/dist/commonjs/models/components/financialstatus.d.ts.map +1 -1
- package/dist/commonjs/models/components/financialstatus.js +3 -1
- package/dist/commonjs/models/components/financialstatus.js.map +1 -1
- package/dist/commonjs/models/components/imageset.d.ts +10 -0
- package/dist/commonjs/models/components/imageset.d.ts.map +1 -1
- package/dist/commonjs/models/components/imageset.js +12 -1
- package/dist/commonjs/models/components/imageset.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +12 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +12 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/invoice.d.ts +54 -2
- package/dist/commonjs/models/components/invoice.d.ts.map +1 -1
- package/dist/commonjs/models/components/invoice.js +73 -1
- package/dist/commonjs/models/components/invoice.js.map +1 -1
- package/dist/commonjs/models/components/invoiceitem.d.ts +41 -2
- package/dist/commonjs/models/components/invoiceitem.d.ts.map +1 -1
- package/dist/commonjs/models/components/invoiceitem.js +59 -1
- package/dist/commonjs/models/components/invoiceitem.js.map +1 -1
- package/dist/commonjs/models/components/invoicetransaction.d.ts +18 -1
- package/dist/commonjs/models/components/invoicetransaction.d.ts.map +1 -1
- package/dist/commonjs/models/components/invoicetransaction.js +27 -1
- package/dist/commonjs/models/components/invoicetransaction.js.map +1 -1
- package/dist/commonjs/models/components/paymentprofile.d.ts +27 -0
- package/dist/commonjs/models/components/paymentprofile.d.ts.map +1 -1
- package/dist/commonjs/models/components/paymentprofile.js +46 -1
- package/dist/commonjs/models/components/paymentprofile.js.map +1 -1
- package/dist/commonjs/models/components/product.d.ts +9 -0
- package/dist/commonjs/models/components/product.d.ts.map +1 -1
- package/dist/commonjs/models/components/product.js +11 -1
- package/dist/commonjs/models/components/product.js.map +1 -1
- package/dist/commonjs/models/components/productvariant.d.ts +22 -0
- package/dist/commonjs/models/components/productvariant.d.ts.map +1 -1
- package/dist/commonjs/models/components/productvariant.js +18 -1
- package/dist/commonjs/models/components/productvariant.js.map +1 -1
- package/dist/commonjs/models/components/subscription.d.ts +19 -2
- package/dist/commonjs/models/components/subscription.d.ts.map +1 -1
- package/dist/commonjs/models/components/subscription.js +30 -1
- package/dist/commonjs/models/components/subscription.js.map +1 -1
- package/dist/commonjs/models/components/systemsummary.d.ts +20 -1
- package/dist/commonjs/models/components/systemsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/systemsummary.js +26 -1
- package/dist/commonjs/models/components/systemsummary.js.map +1 -1
- package/dist/commonjs/models/components/targetfacilitystatuschange.d.ts +123 -0
- package/dist/commonjs/models/components/targetfacilitystatuschange.d.ts.map +1 -0
- package/dist/commonjs/models/components/targetfacilitystatuschange.js +157 -0
- package/dist/commonjs/models/components/targetfacilitystatuschange.js.map +1 -0
- 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/usersummary.d.ts +8 -0
- package/dist/commonjs/models/components/usersummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/usersummary.js +10 -1
- package/dist/commonjs/models/components/usersummary.js.map +1 -1
- package/dist/commonjs/models/components/vendor.d.ts +149 -15
- package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendor.js +218 -1
- package/dist/commonjs/models/components/vendor.js.map +1 -1
- package/dist/commonjs/models/components/vendorcustomfields.d.ts +26 -0
- package/dist/commonjs/models/components/vendorcustomfields.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorcustomfields.js +40 -1
- package/dist/commonjs/models/components/vendorcustomfields.js.map +1 -1
- package/dist/commonjs/models/components/vendorgroup.d.ts +10 -0
- package/dist/commonjs/models/components/vendorgroup.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorgroup.js +16 -1
- package/dist/commonjs/models/components/vendorgroup.js.map +1 -1
- package/dist/commonjs/models/components/vendorjobtitle.d.ts +8 -0
- package/dist/commonjs/models/components/vendorjobtitle.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorjobtitle.js +10 -1
- package/dist/commonjs/models/components/vendorjobtitle.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/vendorscan.d.ts +66 -6
- package/dist/commonjs/models/components/vendorscan.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorscan.js +89 -1
- package/dist/commonjs/models/components/vendorscan.js.map +1 -1
- package/dist/commonjs/models/components/vendorscanscreeningresponse.d.ts +12 -0
- package/dist/commonjs/models/components/vendorscanscreeningresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorscanscreeningresponse.js +20 -1
- package/dist/commonjs/models/components/vendorscanscreeningresponse.js.map +1 -1
- 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/components/vendortype.d.ts +9 -0
- package/dist/commonjs/models/components/vendortype.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendortype.js +15 -1
- package/dist/commonjs/models/components/vendortype.js.map +1 -1
- package/dist/commonjs/models/components/visitorcheckin.d.ts +208 -0
- package/dist/commonjs/models/components/visitorcheckin.d.ts.map +1 -0
- package/dist/commonjs/models/components/visitorcheckin.js +221 -0
- package/dist/commonjs/models/components/visitorcheckin.js.map +1 -0
- package/dist/commonjs/models/components/webhookconsumers.d.ts +43 -0
- package/dist/commonjs/models/components/webhookconsumers.d.ts.map +1 -0
- package/dist/commonjs/models/components/webhookconsumers.js +60 -0
- package/dist/commonjs/models/components/webhookconsumers.js.map +1 -0
- package/dist/commonjs/models/components/webhookendpoint.d.ts +28 -28
- package/dist/commonjs/models/components/webhookendpoint.d.ts.map +1 -1
- package/dist/commonjs/models/components/webhookendpoint.js +3 -40
- package/dist/commonjs/models/components/webhookendpoint.js.map +1 -1
- package/dist/commonjs/models/components/webhookendpointcreate.d.ts +83 -0
- package/dist/commonjs/models/components/webhookendpointcreate.d.ts.map +1 -0
- package/dist/commonjs/models/components/webhookendpointcreate.js +88 -0
- package/dist/commonjs/models/components/webhookendpointcreate.js.map +1 -0
- package/dist/commonjs/models/components/webhookendpointupdate.d.ts +73 -0
- package/dist/commonjs/models/components/webhookendpointupdate.d.ts.map +1 -0
- package/dist/commonjs/models/components/webhookendpointupdate.js +88 -0
- package/dist/commonjs/models/components/webhookendpointupdate.js.map +1 -0
- package/dist/commonjs/models/components/webhooksubscription.d.ts +32 -0
- package/dist/commonjs/models/components/webhooksubscription.d.ts.map +1 -0
- package/dist/commonjs/models/components/webhooksubscription.js +63 -0
- package/dist/commonjs/models/components/webhooksubscription.js.map +1 -0
- package/dist/commonjs/models/components/webhooksubscriptiondetail.d.ts +83 -0
- package/dist/commonjs/models/components/webhooksubscriptiondetail.d.ts.map +1 -0
- package/dist/commonjs/models/components/webhooksubscriptiondetail.js +89 -0
- package/dist/commonjs/models/components/webhooksubscriptiondetail.js.map +1 -0
- package/dist/commonjs/models/components/zone.d.ts +135 -3
- package/dist/commonjs/models/components/zone.d.ts.map +1 -1
- package/dist/commonjs/models/components/zone.js +214 -1
- package/dist/commonjs/models/components/zone.js.map +1 -1
- package/dist/commonjs/models/components/zoneconfig.d.ts +99 -0
- package/dist/commonjs/models/components/zoneconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/zoneconfig.js +169 -1
- package/dist/commonjs/models/components/zoneconfig.js.map +1 -1
- package/dist/commonjs/models/errors/apivalidationerrorresponse.d.ts +38 -0
- package/dist/commonjs/models/errors/apivalidationerrorresponse.d.ts.map +1 -0
- package/dist/commonjs/models/errors/apivalidationerrorresponse.js +78 -0
- package/dist/commonjs/models/errors/apivalidationerrorresponse.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +2 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +2 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/unprocessableentityorvalidationerror.d.ts +13 -0
- package/dist/commonjs/models/errors/unprocessableentityorvalidationerror.d.ts.map +1 -0
- package/dist/commonjs/models/errors/unprocessableentityorvalidationerror.js +20 -0
- package/dist/commonjs/models/errors/unprocessableentityorvalidationerror.js.map +1 -0
- package/dist/commonjs/models/operations/deletewebhookendpoint.d.ts +15 -0
- package/dist/commonjs/models/operations/deletewebhookendpoint.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletewebhookendpoint.js +49 -0
- package/dist/commonjs/models/operations/deletewebhookendpoint.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/getfullreport.d.ts +73 -0
- package/dist/commonjs/models/operations/getfullreport.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getfullreport.js +107 -0
- package/dist/commonjs/models/operations/getfullreport.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 +18 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +18 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/initiatescheduledreport.d.ts +30 -0
- package/dist/commonjs/models/operations/initiatescheduledreport.d.ts.map +1 -0
- package/dist/commonjs/models/operations/initiatescheduledreport.js +69 -0
- package/dist/commonjs/models/operations/initiatescheduledreport.js.map +1 -0
- 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/listallwebhookendpoints.d.ts +6 -0
- package/dist/commonjs/models/operations/listallwebhookendpoints.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallwebhookendpoints.js +13 -1
- package/dist/commonjs/models/operations/listallwebhookendpoints.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/updatesthewebhookendpointwiththegivenid.d.ts +2 -2
- package/dist/commonjs/models/operations/updatesthewebhookendpointwiththegivenid.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatesthewebhookendpointwiththegivenid.js +2 -2
- package/dist/commonjs/models/operations/updatesthewebhookendpointwiththegivenid.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/vendorscangpscheckoutconfig.d.ts +57 -0
- package/dist/commonjs/models/operations/vendorscangpscheckoutconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/vendorscangpscheckoutconfig.js +81 -0
- package/dist/commonjs/models/operations/vendorscangpscheckoutconfig.js.map +1 -0
- package/dist/commonjs/models/operations/vendorscangpsscanout.d.ts +81 -0
- package/dist/commonjs/models/operations/vendorscangpsscanout.d.ts.map +1 -0
- package/dist/commonjs/models/operations/vendorscangpsscanout.js +96 -0
- package/dist/commonjs/models/operations/vendorscangpsscanout.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/models/webhooks/index.d.ts +13 -0
- package/dist/commonjs/models/webhooks/index.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/index.js +32 -0
- package/dist/commonjs/models/webhooks/index.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangecreated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangecreated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangecreated.js +85 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangecreated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangedestroyed.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangedestroyed.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangedestroyed.js +85 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangedestroyed.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangeupdated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangeupdated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangeupdated.js +85 -0
- package/dist/commonjs/models/webhooks/sendtargetfacilitystatuschangeupdated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorcreated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendorcreated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorcreated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendorcreated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendordestroyed.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendordestroyed.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendordestroyed.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendordestroyed.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscancreated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendorscancreated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscancreated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendorscancreated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscandestroyed.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendorscandestroyed.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscandestroyed.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendorscandestroyed.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscanupdated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendorscanupdated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorscanupdated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendorscanupdated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorupdated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvendorupdated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvendorupdated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvendorupdated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckincreated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckincreated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckincreated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckincreated.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckindestroyed.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckindestroyed.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckindestroyed.js +85 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckindestroyed.js.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckinupdated.d.ts +42 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckinupdated.d.ts.map +1 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckinupdated.js +85 -0
- package/dist/commonjs/models/webhooks/sendvisitorcheckinupdated.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +19 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +19 -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/invoicesListInvoices.d.ts +4 -0
- package/dist/commonjs/react-query/invoicesListInvoices.d.ts.map +1 -1
- package/dist/commonjs/react-query/invoicesListInvoices.js +4 -0
- package/dist/commonjs/react-query/invoicesListInvoices.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/reportsGetFullReport.core.d.ts +12 -0
- package/dist/commonjs/react-query/reportsGetFullReport.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/reportsGetFullReport.core.js +39 -0
- package/dist/commonjs/react-query/reportsGetFullReport.core.js.map +1 -0
- package/dist/commonjs/react-query/reportsGetFullReport.d.ts +75 -0
- package/dist/commonjs/react-query/reportsGetFullReport.d.ts.map +1 -0
- package/dist/commonjs/react-query/reportsGetFullReport.js +111 -0
- package/dist/commonjs/react-query/reportsGetFullReport.js.map +1 -0
- package/dist/commonjs/react-query/reportsInitiateScheduledReport.d.ts +46 -0
- package/dist/commonjs/react-query/reportsInitiateScheduledReport.d.ts.map +1 -0
- package/dist/commonjs/react-query/reportsInitiateScheduledReport.js +68 -0
- package/dist/commonjs/react-query/reportsInitiateScheduledReport.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/vendorScansVendorScanGpsCheckoutConfig.core.d.ts +12 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.core.js +39 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.d.ts +29 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.js +69 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsCheckoutConfig.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsScanOut.d.ts +31 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsScanOut.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsScanOut.js +53 -0
- package/dist/commonjs/react-query/vendorScansVendorScanGpsScanOut.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 +14 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorDetails.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorDetails.js +14 -1
- package/dist/commonjs/react-query/vendorsUpdateVendorDetails.js.map +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/react-query/webhooksCreateWebhookEndpoint.d.ts +44 -0
- package/dist/commonjs/react-query/webhooksCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/commonjs/react-query/webhooksCreateWebhookEndpoint.js +62 -0
- package/dist/commonjs/react-query/webhooksCreateWebhookEndpoint.js.map +1 -0
- package/dist/commonjs/react-query/webhooksDeleteWebhookEndpoint.d.ts +36 -0
- package/dist/commonjs/react-query/webhooksDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/commonjs/react-query/webhooksDeleteWebhookEndpoint.js +53 -0
- package/dist/commonjs/react-query/webhooksDeleteWebhookEndpoint.js.map +1 -0
- package/dist/commonjs/react-query/webhooksGetWebhookEndpoint.d.ts +14 -2
- package/dist/commonjs/react-query/webhooksGetWebhookEndpoint.d.ts.map +1 -1
- package/dist/commonjs/react-query/webhooksGetWebhookEndpoint.js +14 -2
- package/dist/commonjs/react-query/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.core.d.ts +19 -1
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.core.js +47 -0
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.core.js.map +1 -1
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.d.ts +44 -6
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.d.ts.map +1 -1
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.js +62 -3
- package/dist/commonjs/react-query/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/commonjs/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts +25 -1
- package/dist/commonjs/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts.map +1 -1
- package/dist/commonjs/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +25 -1
- package/dist/commonjs/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
- package/dist/commonjs/sdk/invoices.d.ts +2 -1
- package/dist/commonjs/sdk/invoices.d.ts.map +1 -1
- package/dist/commonjs/sdk/invoices.js +1 -0
- package/dist/commonjs/sdk/invoices.js.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/reports.d.ts +59 -0
- package/dist/commonjs/sdk/reports.d.ts.map +1 -0
- package/dist/commonjs/sdk/reports.js +72 -0
- package/dist/commonjs/sdk/reports.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +13 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +9 -0
- package/dist/commonjs/sdk/sdk.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 +46 -3
- package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendors.js +52 -2
- package/dist/commonjs/sdk/vendors.js.map +1 -1
- package/dist/commonjs/sdk/vendorscans.d.ts +49 -0
- package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendorscans.js +63 -1
- package/dist/commonjs/sdk/vendorscans.js.map +1 -1
- package/dist/commonjs/sdk/webhooks.d.ts +78 -4
- package/dist/commonjs/sdk/webhooks.d.ts.map +1 -1
- package/dist/commonjs/sdk/webhooks.js +82 -4
- package/dist/commonjs/sdk/webhooks.js.map +1 -1
- package/dist/commonjs/types/index.d.ts +2 -0
- package/dist/commonjs/types/index.d.ts.map +1 -1
- package/dist/commonjs/types/webhooks.d.ts +8 -0
- package/dist/commonjs/types/webhooks.d.ts.map +1 -0
- package/dist/commonjs/types/webhooks.js +14 -0
- package/dist/commonjs/types/webhooks.js.map +1 -0
- 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__/reports.test.d.ts +2 -0
- package/dist/esm/__tests__/reports.test.d.ts.map +1 -0
- package/dist/esm/__tests__/reports.test.js +51 -0
- package/dist/esm/__tests__/reports.test.js.map +1 -0
- package/dist/esm/__tests__/smartBadgeGetPsks.test.d.ts +2 -0
- package/dist/esm/__tests__/smartBadgeGetPsks.test.d.ts.map +1 -0
- package/dist/esm/__tests__/smartBadgeGetPsks.test.js +58 -0
- package/dist/esm/__tests__/smartBadgeGetPsks.test.js.map +1 -0
- package/dist/esm/__tests__/smartBadgeReportVerifiedPsk.test.d.ts +2 -0
- package/dist/esm/__tests__/smartBadgeReportVerifiedPsk.test.d.ts.map +1 -0
- package/dist/esm/__tests__/smartBadgeReportVerifiedPsk.test.js +44 -0
- package/dist/esm/__tests__/smartBadgeReportVerifiedPsk.test.js.map +1 -0
- 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 +101 -0
- package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
- package/dist/esm/__tests__/webhooks.test.js +81 -8
- package/dist/esm/__tests__/webhooks.test.js.map +1 -1
- package/dist/esm/__tests__/zones.test.js +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/smartBadgeGetPsks.d.ts +3 -0
- package/dist/esm/admin-funcs/smartBadgeGetPsks.d.ts.map +1 -0
- package/dist/esm/admin-funcs/smartBadgeGetPsks.js +20 -0
- package/dist/esm/admin-funcs/smartBadgeGetPsks.js.map +1 -0
- package/dist/esm/admin-funcs/smartBadgeMacAddress.d.ts +2 -0
- package/dist/esm/admin-funcs/smartBadgeMacAddress.d.ts.map +1 -0
- package/dist/esm/admin-funcs/smartBadgeMacAddress.js +22 -0
- package/dist/esm/admin-funcs/smartBadgeMacAddress.js.map +1 -0
- package/dist/esm/admin-funcs/smartBadgeReportVerifiedPsk.d.ts +6 -0
- package/dist/esm/admin-funcs/smartBadgeReportVerifiedPsk.d.ts.map +1 -0
- package/dist/esm/admin-funcs/smartBadgeReportVerifiedPsk.js +15 -0
- package/dist/esm/admin-funcs/smartBadgeReportVerifiedPsk.js.map +1 -0
- 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 +1 -0
- package/dist/esm/funcs/invoicesListInvoices.d.ts.map +1 -1
- package/dist/esm/funcs/invoicesListInvoices.js +2 -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/reportsGetFullReport.d.ts +43 -0
- package/dist/esm/funcs/reportsGetFullReport.d.ts.map +1 -0
- package/dist/esm/funcs/reportsGetFullReport.js +112 -0
- package/dist/esm/funcs/reportsGetFullReport.js.map +1 -0
- package/dist/esm/funcs/reportsInitiateScheduledReport.d.ts +37 -0
- package/dist/esm/funcs/reportsInitiateScheduledReport.d.ts.map +1 -0
- package/dist/esm/funcs/reportsInitiateScheduledReport.js +103 -0
- package/dist/esm/funcs/reportsInitiateScheduledReport.js.map +1 -0
- 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/validateWebhook.d.ts +15 -0
- package/dist/esm/funcs/validateWebhook.d.ts.map +1 -0
- package/dist/esm/funcs/validateWebhook.js +42 -0
- package/dist/esm/funcs/validateWebhook.js.map +1 -0
- 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/vendorScansVendorScanGpsCheckoutConfig.d.ts +18 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsCheckoutConfig.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsCheckoutConfig.js +88 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsCheckoutConfig.js.map +1 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsScanOut.d.ts +20 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsScanOut.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsScanOut.js +90 -0
- package/dist/esm/funcs/vendorScansVendorScanGpsScanOut.js.map +1 -0
- 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 +14 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.js +14 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.js.map +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/webhooksCreateWebhookEndpoint.d.ts +33 -0
- package/dist/esm/funcs/webhooksCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksCreateWebhookEndpoint.js +97 -0
- package/dist/esm/funcs/webhooksCreateWebhookEndpoint.js.map +1 -0
- package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.d.ts +25 -0
- package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.js +94 -0
- package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.js.map +1 -0
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.d.ts +7 -1
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.d.ts.map +1 -1
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.js +8 -2
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.d.ts +11 -2
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.d.ts.map +1 -1
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js +45 -7
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts +25 -1
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts.map +1 -1
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +29 -3
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.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/hooks.d.ts +9 -1
- package/dist/esm/hooks/hooks.d.ts.map +1 -1
- package/dist/esm/hooks/hooks.js +23 -1
- package/dist/esm/hooks/hooks.js.map +1 -1
- package/dist/esm/hooks/types.d.ts +14 -1
- package/dist/esm/hooks/types.d.ts.map +1 -1
- package/dist/esm/hooks/webhook-security-custom.d.ts +30 -0
- package/dist/esm/hooks/webhook-security-custom.d.ts.map +1 -0
- package/dist/esm/hooks/webhook-security-custom.js +93 -0
- package/dist/esm/hooks/webhook-security-custom.js.map +1 -0
- package/dist/esm/index.extras.d.ts +16 -0
- package/dist/esm/index.extras.d.ts.map +1 -1
- package/dist/esm/index.extras.js +17 -1
- 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 +5 -0
- package/dist/esm/lib/sdks.d.ts.map +1 -1
- package/dist/esm/lib/sdks.js +53 -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/appointmentsummary.d.ts +13 -0
- package/dist/esm/models/components/appointmentsummary.d.ts.map +1 -1
- package/dist/esm/models/components/appointmentsummary.js +18 -0
- package/dist/esm/models/components/appointmentsummary.js.map +1 -1
- package/dist/esm/models/components/company.d.ts +61 -2
- package/dist/esm/models/components/company.d.ts.map +1 -1
- package/dist/esm/models/components/company.js +86 -2
- package/dist/esm/models/components/company.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/companyvendorfield.d.ts +10 -0
- package/dist/esm/models/components/companyvendorfield.d.ts.map +1 -1
- package/dist/esm/models/components/companyvendorfield.js +15 -0
- package/dist/esm/models/components/companyvendorfield.js.map +1 -1
- package/dist/esm/models/components/companyvendortyperestriction.d.ts +21 -2
- package/dist/esm/models/components/companyvendortyperestriction.d.ts.map +1 -1
- package/dist/esm/models/components/companyvendortyperestriction.js +25 -2
- package/dist/esm/models/components/companyvendortyperestriction.js.map +1 -1
- package/dist/esm/models/components/contact.d.ts +39 -4
- package/dist/esm/models/components/contact.d.ts.map +1 -1
- package/dist/esm/models/components/contact.js +40 -4
- package/dist/esm/models/components/contact.js.map +1 -1
- package/dist/esm/models/components/credit.d.ts +38 -8
- package/dist/esm/models/components/credit.d.ts.map +1 -1
- package/dist/esm/models/components/credit.js +35 -8
- 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/department.d.ts +8 -0
- package/dist/esm/models/components/department.d.ts.map +1 -1
- package/dist/esm/models/components/department.js +8 -0
- package/dist/esm/models/components/department.js.map +1 -1
- package/dist/esm/models/components/departmentsummary.d.ts +8 -0
- package/dist/esm/models/components/departmentsummary.d.ts.map +1 -1
- package/dist/esm/models/components/departmentsummary.js +8 -0
- package/dist/esm/models/components/departmentsummary.js.map +1 -1
- package/dist/esm/models/components/emailpreferences.d.ts +9 -0
- package/dist/esm/models/components/emailpreferences.d.ts.map +1 -1
- package/dist/esm/models/components/emailpreferences.js +4 -0
- package/dist/esm/models/components/emailpreferences.js.map +1 -1
- package/dist/esm/models/components/expand.d.ts +9 -0
- package/dist/esm/models/components/expand.d.ts.map +1 -1
- package/dist/esm/models/components/expand.js +9 -0
- package/dist/esm/models/components/expand.js.map +1 -1
- package/dist/esm/models/components/facility.d.ts +182 -5
- package/dist/esm/models/components/facility.d.ts.map +1 -1
- package/dist/esm/models/components/facility.js +285 -4
- package/dist/esm/models/components/facility.js.map +1 -1
- package/dist/esm/models/components/facilitycalendarsummary.d.ts +21 -1
- package/dist/esm/models/components/facilitycalendarsummary.d.ts.map +1 -1
- package/dist/esm/models/components/facilitycalendarsummary.js +32 -1
- package/dist/esm/models/components/facilitycalendarsummary.js.map +1 -1
- package/dist/esm/models/components/facilitysummary.d.ts +19 -1
- package/dist/esm/models/components/facilitysummary.d.ts.map +1 -1
- package/dist/esm/models/components/facilitysummary.js +29 -1
- package/dist/esm/models/components/facilitysummary.js.map +1 -1
- package/dist/esm/models/components/facilityvendortype.d.ts +21 -0
- package/dist/esm/models/components/facilityvendortype.d.ts.map +1 -1
- package/dist/esm/models/components/facilityvendortype.js +34 -0
- package/dist/esm/models/components/facilityvendortype.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/financialstatus.d.ts +2 -0
- package/dist/esm/models/components/financialstatus.d.ts.map +1 -1
- package/dist/esm/models/components/financialstatus.js +2 -0
- package/dist/esm/models/components/financialstatus.js.map +1 -1
- package/dist/esm/models/components/imageset.d.ts +10 -0
- package/dist/esm/models/components/imageset.d.ts.map +1 -1
- package/dist/esm/models/components/imageset.js +10 -0
- package/dist/esm/models/components/imageset.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +12 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +12 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/invoice.d.ts +54 -2
- package/dist/esm/models/components/invoice.d.ts.map +1 -1
- package/dist/esm/models/components/invoice.js +71 -2
- package/dist/esm/models/components/invoice.js.map +1 -1
- package/dist/esm/models/components/invoiceitem.d.ts +41 -2
- package/dist/esm/models/components/invoiceitem.d.ts.map +1 -1
- package/dist/esm/models/components/invoiceitem.js +56 -2
- package/dist/esm/models/components/invoiceitem.js.map +1 -1
- package/dist/esm/models/components/invoicetransaction.d.ts +18 -1
- package/dist/esm/models/components/invoicetransaction.d.ts.map +1 -1
- package/dist/esm/models/components/invoicetransaction.js +25 -1
- package/dist/esm/models/components/invoicetransaction.js.map +1 -1
- package/dist/esm/models/components/paymentprofile.d.ts +27 -0
- package/dist/esm/models/components/paymentprofile.d.ts.map +1 -1
- package/dist/esm/models/components/paymentprofile.js +41 -0
- package/dist/esm/models/components/paymentprofile.js.map +1 -1
- package/dist/esm/models/components/product.d.ts +9 -0
- package/dist/esm/models/components/product.d.ts.map +1 -1
- package/dist/esm/models/components/product.js +9 -0
- package/dist/esm/models/components/product.js.map +1 -1
- package/dist/esm/models/components/productvariant.d.ts +22 -0
- package/dist/esm/models/components/productvariant.d.ts.map +1 -1
- package/dist/esm/models/components/productvariant.js +16 -0
- package/dist/esm/models/components/productvariant.js.map +1 -1
- package/dist/esm/models/components/subscription.d.ts +19 -2
- package/dist/esm/models/components/subscription.d.ts.map +1 -1
- package/dist/esm/models/components/subscription.js +31 -3
- package/dist/esm/models/components/subscription.js.map +1 -1
- package/dist/esm/models/components/systemsummary.d.ts +20 -1
- package/dist/esm/models/components/systemsummary.d.ts.map +1 -1
- package/dist/esm/models/components/systemsummary.js +24 -1
- package/dist/esm/models/components/systemsummary.js.map +1 -1
- package/dist/esm/models/components/targetfacilitystatuschange.d.ts +123 -0
- package/dist/esm/models/components/targetfacilitystatuschange.d.ts.map +1 -0
- package/dist/esm/models/components/targetfacilitystatuschange.js +111 -0
- package/dist/esm/models/components/targetfacilitystatuschange.js.map +1 -0
- 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/usersummary.d.ts +8 -0
- package/dist/esm/models/components/usersummary.d.ts.map +1 -1
- package/dist/esm/models/components/usersummary.js +8 -0
- package/dist/esm/models/components/usersummary.js.map +1 -1
- package/dist/esm/models/components/vendor.d.ts +149 -15
- package/dist/esm/models/components/vendor.d.ts.map +1 -1
- package/dist/esm/models/components/vendor.js +221 -15
- package/dist/esm/models/components/vendor.js.map +1 -1
- package/dist/esm/models/components/vendorcustomfields.d.ts +26 -0
- package/dist/esm/models/components/vendorcustomfields.d.ts.map +1 -1
- package/dist/esm/models/components/vendorcustomfields.js +37 -0
- package/dist/esm/models/components/vendorcustomfields.js.map +1 -1
- package/dist/esm/models/components/vendorgroup.d.ts +10 -0
- package/dist/esm/models/components/vendorgroup.d.ts.map +1 -1
- package/dist/esm/models/components/vendorgroup.js +14 -0
- package/dist/esm/models/components/vendorgroup.js.map +1 -1
- package/dist/esm/models/components/vendorjobtitle.d.ts +8 -0
- package/dist/esm/models/components/vendorjobtitle.d.ts.map +1 -1
- package/dist/esm/models/components/vendorjobtitle.js +8 -0
- package/dist/esm/models/components/vendorjobtitle.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/vendorscan.d.ts +66 -6
- package/dist/esm/models/components/vendorscan.d.ts.map +1 -1
- package/dist/esm/models/components/vendorscan.js +88 -6
- package/dist/esm/models/components/vendorscan.js.map +1 -1
- package/dist/esm/models/components/vendorscanscreeningresponse.d.ts +12 -0
- package/dist/esm/models/components/vendorscanscreeningresponse.d.ts.map +1 -1
- package/dist/esm/models/components/vendorscanscreeningresponse.js +18 -0
- package/dist/esm/models/components/vendorscanscreeningresponse.js.map +1 -1
- 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/components/vendortype.d.ts +9 -0
- package/dist/esm/models/components/vendortype.d.ts.map +1 -1
- package/dist/esm/models/components/vendortype.js +13 -0
- package/dist/esm/models/components/vendortype.js.map +1 -1
- package/dist/esm/models/components/visitorcheckin.d.ts +208 -0
- package/dist/esm/models/components/visitorcheckin.d.ts.map +1 -0
- package/dist/esm/models/components/visitorcheckin.js +175 -0
- package/dist/esm/models/components/visitorcheckin.js.map +1 -0
- package/dist/esm/models/components/webhookconsumers.d.ts +43 -0
- package/dist/esm/models/components/webhookconsumers.d.ts.map +1 -0
- package/dist/esm/models/components/webhookconsumers.js +23 -0
- package/dist/esm/models/components/webhookconsumers.js.map +1 -0
- package/dist/esm/models/components/webhookendpoint.d.ts +28 -28
- package/dist/esm/models/components/webhookendpoint.d.ts.map +1 -1
- package/dist/esm/models/components/webhookendpoint.js +2 -37
- package/dist/esm/models/components/webhookendpoint.js.map +1 -1
- package/dist/esm/models/components/webhookendpointcreate.d.ts +83 -0
- package/dist/esm/models/components/webhookendpointcreate.d.ts.map +1 -0
- package/dist/esm/models/components/webhookendpointcreate.js +49 -0
- package/dist/esm/models/components/webhookendpointcreate.js.map +1 -0
- package/dist/esm/models/components/webhookendpointupdate.d.ts +73 -0
- package/dist/esm/models/components/webhookendpointupdate.d.ts.map +1 -0
- package/dist/esm/models/components/webhookendpointupdate.js +49 -0
- package/dist/esm/models/components/webhookendpointupdate.js.map +1 -0
- package/dist/esm/models/components/webhooksubscription.d.ts +32 -0
- package/dist/esm/models/components/webhooksubscription.d.ts.map +1 -0
- package/dist/esm/models/components/webhooksubscription.js +27 -0
- package/dist/esm/models/components/webhooksubscription.js.map +1 -0
- package/dist/esm/models/components/webhooksubscriptiondetail.d.ts +83 -0
- package/dist/esm/models/components/webhooksubscriptiondetail.d.ts.map +1 -0
- package/dist/esm/models/components/webhooksubscriptiondetail.js +51 -0
- package/dist/esm/models/components/webhooksubscriptiondetail.js.map +1 -0
- package/dist/esm/models/components/zone.d.ts +135 -3
- package/dist/esm/models/components/zone.d.ts.map +1 -1
- package/dist/esm/models/components/zone.js +205 -3
- package/dist/esm/models/components/zone.js.map +1 -1
- package/dist/esm/models/components/zoneconfig.d.ts +99 -0
- package/dist/esm/models/components/zoneconfig.d.ts.map +1 -1
- package/dist/esm/models/components/zoneconfig.js +159 -0
- package/dist/esm/models/components/zoneconfig.js.map +1 -1
- package/dist/esm/models/errors/apivalidationerrorresponse.d.ts +38 -0
- package/dist/esm/models/errors/apivalidationerrorresponse.d.ts.map +1 -0
- package/dist/esm/models/errors/apivalidationerrorresponse.js +41 -0
- package/dist/esm/models/errors/apivalidationerrorresponse.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +2 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +2 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/unprocessableentityorvalidationerror.d.ts +13 -0
- package/dist/esm/models/errors/unprocessableentityorvalidationerror.d.ts.map +1 -0
- package/dist/esm/models/errors/unprocessableentityorvalidationerror.js +16 -0
- package/dist/esm/models/errors/unprocessableentityorvalidationerror.js.map +1 -0
- package/dist/esm/models/operations/deletewebhookendpoint.d.ts +15 -0
- package/dist/esm/models/operations/deletewebhookendpoint.d.ts.map +1 -0
- package/dist/esm/models/operations/deletewebhookendpoint.js +12 -0
- package/dist/esm/models/operations/deletewebhookendpoint.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/getfullreport.d.ts +73 -0
- package/dist/esm/models/operations/getfullreport.d.ts.map +1 -0
- package/dist/esm/models/operations/getfullreport.js +68 -0
- package/dist/esm/models/operations/getfullreport.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 +18 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +18 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/initiatescheduledreport.d.ts +30 -0
- package/dist/esm/models/operations/initiatescheduledreport.d.ts.map +1 -0
- package/dist/esm/models/operations/initiatescheduledreport.js +31 -0
- package/dist/esm/models/operations/initiatescheduledreport.js.map +1 -0
- 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/listallwebhookendpoints.d.ts +6 -0
- package/dist/esm/models/operations/listallwebhookendpoints.d.ts.map +1 -1
- package/dist/esm/models/operations/listallwebhookendpoints.js +11 -0
- package/dist/esm/models/operations/listallwebhookendpoints.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/updatesthewebhookendpointwiththegivenid.d.ts +2 -2
- package/dist/esm/models/operations/updatesthewebhookendpointwiththegivenid.d.ts.map +1 -1
- package/dist/esm/models/operations/updatesthewebhookendpointwiththegivenid.js +2 -2
- package/dist/esm/models/operations/updatesthewebhookendpointwiththegivenid.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/vendorscangpscheckoutconfig.d.ts +57 -0
- package/dist/esm/models/operations/vendorscangpscheckoutconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/vendorscangpscheckoutconfig.js +43 -0
- package/dist/esm/models/operations/vendorscangpscheckoutconfig.js.map +1 -0
- package/dist/esm/models/operations/vendorscangpsscanout.d.ts +81 -0
- package/dist/esm/models/operations/vendorscangpsscanout.d.ts.map +1 -0
- package/dist/esm/models/operations/vendorscangpsscanout.js +57 -0
- package/dist/esm/models/operations/vendorscangpsscanout.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/models/webhooks/index.d.ts +13 -0
- package/dist/esm/models/webhooks/index.d.ts.map +1 -0
- package/dist/esm/models/webhooks/index.js +16 -0
- package/dist/esm/models/webhooks/index.js.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangecreated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangecreated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangecreated.js +47 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangecreated.js.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangedestroyed.d.ts +42 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangedestroyed.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangedestroyed.js +47 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangedestroyed.js.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangeupdated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangeupdated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangeupdated.js +47 -0
- package/dist/esm/models/webhooks/sendtargetfacilitystatuschangeupdated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendorcreated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendorcreated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendorcreated.js +47 -0
- package/dist/esm/models/webhooks/sendvendorcreated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendordestroyed.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendordestroyed.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendordestroyed.js +47 -0
- package/dist/esm/models/webhooks/sendvendordestroyed.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscancreated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendorscancreated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscancreated.js +47 -0
- package/dist/esm/models/webhooks/sendvendorscancreated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscandestroyed.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendorscandestroyed.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscandestroyed.js +47 -0
- package/dist/esm/models/webhooks/sendvendorscandestroyed.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscanupdated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendorscanupdated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendorscanupdated.js +47 -0
- package/dist/esm/models/webhooks/sendvendorscanupdated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvendorupdated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvendorupdated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvendorupdated.js +47 -0
- package/dist/esm/models/webhooks/sendvendorupdated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckincreated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvisitorcheckincreated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckincreated.js +47 -0
- package/dist/esm/models/webhooks/sendvisitorcheckincreated.js.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckindestroyed.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvisitorcheckindestroyed.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckindestroyed.js +47 -0
- package/dist/esm/models/webhooks/sendvisitorcheckindestroyed.js.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckinupdated.d.ts +42 -0
- package/dist/esm/models/webhooks/sendvisitorcheckinupdated.d.ts.map +1 -0
- package/dist/esm/models/webhooks/sendvisitorcheckinupdated.js +47 -0
- package/dist/esm/models/webhooks/sendvisitorcheckinupdated.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +19 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +19 -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/invoicesListInvoices.d.ts +4 -0
- package/dist/esm/react-query/invoicesListInvoices.d.ts.map +1 -1
- package/dist/esm/react-query/invoicesListInvoices.js +4 -0
- package/dist/esm/react-query/invoicesListInvoices.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/reportsGetFullReport.core.d.ts +12 -0
- package/dist/esm/react-query/reportsGetFullReport.core.d.ts.map +1 -0
- package/dist/esm/react-query/reportsGetFullReport.core.js +34 -0
- package/dist/esm/react-query/reportsGetFullReport.core.js.map +1 -0
- package/dist/esm/react-query/reportsGetFullReport.d.ts +75 -0
- package/dist/esm/react-query/reportsGetFullReport.d.ts.map +1 -0
- package/dist/esm/react-query/reportsGetFullReport.js +101 -0
- package/dist/esm/react-query/reportsGetFullReport.js.map +1 -0
- package/dist/esm/react-query/reportsInitiateScheduledReport.d.ts +46 -0
- package/dist/esm/react-query/reportsInitiateScheduledReport.d.ts.map +1 -0
- package/dist/esm/react-query/reportsInitiateScheduledReport.js +63 -0
- package/dist/esm/react-query/reportsInitiateScheduledReport.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/vendorScansVendorScanGpsCheckoutConfig.core.d.ts +12 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.core.js +34 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.d.ts +29 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.js +59 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsCheckoutConfig.js.map +1 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsScanOut.d.ts +31 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsScanOut.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsScanOut.js +48 -0
- package/dist/esm/react-query/vendorScansVendorScanGpsScanOut.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 +14 -1
- package/dist/esm/react-query/vendorsUpdateVendorDetails.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsUpdateVendorDetails.js +14 -1
- package/dist/esm/react-query/vendorsUpdateVendorDetails.js.map +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/react-query/webhooksCreateWebhookEndpoint.d.ts +44 -0
- package/dist/esm/react-query/webhooksCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/esm/react-query/webhooksCreateWebhookEndpoint.js +57 -0
- package/dist/esm/react-query/webhooksCreateWebhookEndpoint.js.map +1 -0
- package/dist/esm/react-query/webhooksDeleteWebhookEndpoint.d.ts +36 -0
- package/dist/esm/react-query/webhooksDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/esm/react-query/webhooksDeleteWebhookEndpoint.js +48 -0
- package/dist/esm/react-query/webhooksDeleteWebhookEndpoint.js.map +1 -0
- package/dist/esm/react-query/webhooksGetWebhookEndpoint.d.ts +14 -2
- package/dist/esm/react-query/webhooksGetWebhookEndpoint.d.ts.map +1 -1
- package/dist/esm/react-query/webhooksGetWebhookEndpoint.js +14 -2
- package/dist/esm/react-query/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.core.d.ts +19 -1
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.core.d.ts.map +1 -1
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.core.js +44 -0
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.core.js.map +1 -1
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.d.ts +44 -6
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.d.ts.map +1 -1
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.js +59 -5
- package/dist/esm/react-query/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/esm/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts +25 -1
- package/dist/esm/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.d.ts.map +1 -1
- package/dist/esm/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +25 -1
- package/dist/esm/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
- package/dist/esm/sdk/invoices.d.ts +2 -1
- package/dist/esm/sdk/invoices.d.ts.map +1 -1
- package/dist/esm/sdk/invoices.js +1 -0
- package/dist/esm/sdk/invoices.js.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/reports.d.ts +59 -0
- package/dist/esm/sdk/reports.d.ts.map +1 -0
- package/dist/esm/sdk/reports.js +68 -0
- package/dist/esm/sdk/reports.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +13 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +9 -0
- package/dist/esm/sdk/sdk.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 +46 -3
- package/dist/esm/sdk/vendors.d.ts.map +1 -1
- package/dist/esm/sdk/vendors.js +52 -2
- package/dist/esm/sdk/vendors.js.map +1 -1
- package/dist/esm/sdk/vendorscans.d.ts +49 -0
- package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
- package/dist/esm/sdk/vendorscans.js +61 -0
- package/dist/esm/sdk/vendorscans.js.map +1 -1
- package/dist/esm/sdk/webhooks.d.ts +78 -4
- package/dist/esm/sdk/webhooks.d.ts.map +1 -1
- package/dist/esm/sdk/webhooks.js +82 -4
- package/dist/esm/sdk/webhooks.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/webhooks.d.ts +8 -0
- package/dist/esm/types/webhooks.d.ts.map +1 -0
- package/dist/esm/types/webhooks.js +10 -0
- package/dist/esm/types/webhooks.js.map +1 -0
- package/jsr.json +1 -1
- package/package.json +15 -3
- 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__/reports.test.ts +57 -0
- package/src/__tests__/smartBadgeGetPsks.test.ts +76 -0
- package/src/__tests__/smartBadgeReportVerifiedPsk.test.ts +61 -0
- package/src/__tests__/users.test.ts +3 -1
- package/src/__tests__/vendors.test.ts +77 -1
- package/src/__tests__/vendorscans.test.ts +120 -0
- package/src/__tests__/webhooks.test.ts +87 -8
- package/src/__tests__/zones.test.ts +1 -1
- package/src/admin-funcs/companyManagerGetPaymentForm.ts +6 -0
- package/src/admin-funcs/registerEmail.ts +11 -0
- package/src/admin-funcs/smartBadgeGetPsks.ts +23 -0
- package/src/admin-funcs/smartBadgeMacAddress.ts +25 -0
- package/src/admin-funcs/smartBadgeReportVerifiedPsk.ts +25 -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 +2 -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/reportsGetFullReport.ts +204 -0
- package/src/funcs/reportsInitiateScheduledReport.ts +205 -0
- 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/validateWebhook.ts +88 -0
- 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/vendorScansVendorScanGpsCheckoutConfig.ts +180 -0
- package/src/funcs/vendorScansVendorScanGpsScanOut.ts +182 -0
- 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 +14 -1
- package/src/funcs/vendorsUpdateVendorPaymentResponsibility.ts +191 -0
- package/src/funcs/vendorsVendorsExport.ts +5 -4
- package/src/funcs/webhooksCreateWebhookEndpoint.ts +185 -0
- package/src/funcs/webhooksDeleteWebhookEndpoint.ts +183 -0
- package/src/funcs/webhooksGetWebhookEndpoint.ts +8 -2
- package/src/funcs/webhooksListAllWebhookEndpoints.ts +108 -35
- package/src/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.ts +29 -3
- package/src/funcs/zonesListOrSearchSecurityZones.ts +1 -2
- package/src/hooks/hooks.ts +32 -1
- package/src/hooks/types.ts +18 -1
- package/src/hooks/webhook-security-custom.ts +165 -0
- package/src/index.extras.ts +22 -4
- 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 +61 -17
- package/src/lib/security.ts +10 -5
- package/src/models/components/alert.ts +70 -0
- package/src/models/components/appointmentsummary.ts +37 -0
- package/src/models/components/company.ts +162 -0
- package/src/models/components/companytargetfacility.ts +3 -3
- package/src/models/components/companyvendorfield.ts +31 -0
- package/src/models/components/companyvendortyperestriction.ts +83 -1
- package/src/models/components/contact.ts +108 -2
- package/src/models/components/credit.ts +99 -15
- 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/department.ts +18 -0
- package/src/models/components/departmentsummary.ts +22 -0
- package/src/models/components/emailpreferences.ts +13 -0
- package/src/models/components/expand.ts +9 -0
- package/src/models/components/facility.ts +530 -4
- package/src/models/components/facilitycalendarsummary.ts +72 -0
- package/src/models/components/facilitysummary.ts +54 -0
- package/src/models/components/facilityvendortype.ts +63 -0
- package/src/models/components/fhirconfig.ts +48 -0
- package/src/models/components/financialstatus.ts +6 -0
- package/src/models/components/imageset.ts +22 -0
- package/src/models/components/index.ts +12 -0
- package/src/models/components/invoice.ts +137 -1
- package/src/models/components/invoiceitem.ts +115 -1
- package/src/models/components/invoicetransaction.ts +61 -0
- package/src/models/components/paymentprofile.ts +87 -0
- package/src/models/components/product.ts +20 -0
- package/src/models/components/productvariant.ts +38 -0
- package/src/models/components/subscription.ts +56 -1
- package/src/models/components/systemsummary.ts +48 -0
- package/src/models/components/targetfacilitystatuschange.ts +346 -0
- package/src/models/components/userdetails.ts +4 -0
- package/src/models/components/usersummary.ts +18 -0
- package/src/models/components/vendor.ts +455 -10
- package/src/models/components/vendorcustomfields.ts +72 -0
- package/src/models/components/vendorgroup.ts +26 -0
- package/src/models/components/vendorjobtitle.ts +18 -0
- package/src/models/components/vendorpaymentresponsibilityassignments.ts +95 -0
- package/src/models/components/vendorscan.ts +203 -4
- package/src/models/components/vendorscanscreeningresponse.ts +38 -0
- package/src/models/components/vendortargetfacility.ts +87 -0
- package/src/models/components/vendortype.ts +24 -0
- package/src/models/components/visitorcheckin.ts +437 -0
- package/src/models/components/webhookconsumers.ts +73 -0
- package/src/models/components/webhookendpoint.ts +34 -71
- package/src/models/components/webhookendpointcreate.ts +171 -0
- package/src/models/components/webhookendpointupdate.ts +177 -0
- package/src/models/components/webhooksubscription.ts +39 -0
- package/src/models/components/webhooksubscriptiondetail.ts +131 -0
- package/src/models/components/zone.ts +397 -3
- package/src/models/components/zoneconfig.ts +300 -0
- package/src/models/errors/apivalidationerrorresponse.ts +71 -0
- package/src/models/errors/index.ts +2 -0
- package/src/models/errors/unprocessableentityorvalidationerror.ts +45 -0
- package/src/models/operations/deletewebhookendpoint.ts +36 -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/getfullreport.ts +159 -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 +18 -0
- package/src/models/operations/initiatescheduledreport.ts +87 -0
- package/src/models/operations/invoicesexport.ts +5 -83
- package/src/models/operations/listallwebhookendpoints.ts +29 -0
- 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/updatesthewebhookendpointwiththegivenid.ts +4 -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/vendorscangpscheckoutconfig.ts +118 -0
- package/src/models/operations/vendorscangpsscanout.ts +167 -0
- package/src/models/operations/vendorsexport.ts +5 -82
- package/src/models/webhooks/index.ts +16 -0
- package/src/models/webhooks/sendtargetfacilitystatuschangecreated.ts +119 -0
- package/src/models/webhooks/sendtargetfacilitystatuschangedestroyed.ts +119 -0
- package/src/models/webhooks/sendtargetfacilitystatuschangeupdated.ts +119 -0
- package/src/models/webhooks/sendvendorcreated.ts +102 -0
- package/src/models/webhooks/sendvendordestroyed.ts +102 -0
- package/src/models/webhooks/sendvendorscancreated.ts +104 -0
- package/src/models/webhooks/sendvendorscandestroyed.ts +104 -0
- package/src/models/webhooks/sendvendorscanupdated.ts +104 -0
- package/src/models/webhooks/sendvendorupdated.ts +102 -0
- package/src/models/webhooks/sendvisitorcheckincreated.ts +104 -0
- package/src/models/webhooks/sendvisitorcheckindestroyed.ts +105 -0
- package/src/models/webhooks/sendvisitorcheckinupdated.ts +104 -0
- package/src/react-query/index.ts +19 -0
- package/src/react-query/invoicesInvoicesExport.core.ts +3 -2
- package/src/react-query/invoicesInvoicesExport.ts +3 -2
- package/src/react-query/invoicesListInvoices.ts +4 -0
- 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/reportsGetFullReport.core.ts +76 -0
- package/src/react-query/reportsGetFullReport.ts +190 -0
- package/src/react-query/reportsInitiateScheduledReport.ts +133 -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/vendorScansVendorScanGpsCheckoutConfig.core.ts +78 -0
- package/src/react-query/vendorScansVendorScanGpsCheckoutConfig.ts +150 -0
- package/src/react-query/vendorScansVendorScanGpsScanOut.ts +117 -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 +14 -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/react-query/webhooksCreateWebhookEndpoint.ts +126 -0
- package/src/react-query/webhooksDeleteWebhookEndpoint.ts +118 -0
- package/src/react-query/webhooksGetWebhookEndpoint.ts +14 -2
- package/src/react-query/webhooksListAllWebhookEndpoints.core.ts +103 -1
- package/src/react-query/webhooksListAllWebhookEndpoints.ts +126 -2
- package/src/react-query/webhooksUpdatesTheWebhookEndpointWithTheGivenId.ts +25 -1
- package/src/sdk/invoices.ts +2 -1
- package/src/sdk/organizations.ts +179 -0
- package/src/sdk/reports.ts +85 -0
- package/src/sdk/sdk.ts +40 -0
- package/src/sdk/users.ts +8 -6
- package/src/sdk/vendors.ts +83 -3
- package/src/sdk/vendorscans.ts +109 -0
- package/src/sdk/webhooks.ts +101 -5
- package/src/types/index.ts +2 -0
- package/src/types/webhooks.ts +11 -0
- 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
|
@@ -9,10 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import * as types from "../../types/primitives.js";
|
|
10
10
|
import { smartUnion } from "../../types/smartUnion.js";
|
|
11
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
|
-
import {
|
|
12
|
+
import {
|
|
13
|
+
Product,
|
|
14
|
+
Product$inboundSchema,
|
|
15
|
+
Product$Outbound,
|
|
16
|
+
Product$outboundSchema,
|
|
17
|
+
} from "./product.js";
|
|
13
18
|
import {
|
|
14
19
|
ProductVariant,
|
|
15
20
|
ProductVariant$inboundSchema,
|
|
21
|
+
ProductVariant$Outbound,
|
|
22
|
+
ProductVariant$outboundSchema,
|
|
16
23
|
} from "./productvariant.js";
|
|
17
24
|
|
|
18
25
|
export type Variant = ProductVariant | number;
|
|
@@ -48,7 +55,19 @@ export type InvoiceItem = {
|
|
|
48
55
|
/** @internal */
|
|
49
56
|
export const Variant$inboundSchema: z.ZodType<Variant, z.ZodTypeDef, unknown> =
|
|
50
57
|
smartUnion([ProductVariant$inboundSchema, types.number()]);
|
|
58
|
+
/** @internal */
|
|
59
|
+
export type Variant$Outbound = ProductVariant$Outbound | number;
|
|
60
|
+
|
|
61
|
+
/** @internal */
|
|
62
|
+
export const Variant$outboundSchema: z.ZodType<
|
|
63
|
+
Variant$Outbound,
|
|
64
|
+
z.ZodTypeDef,
|
|
65
|
+
Variant
|
|
66
|
+
> = smartUnion([ProductVariant$outboundSchema, z.number().int()]);
|
|
51
67
|
|
|
68
|
+
export function variantToJSON(variant: Variant): string {
|
|
69
|
+
return JSON.stringify(Variant$outboundSchema.parse(variant));
|
|
70
|
+
}
|
|
52
71
|
export function variantFromJSON(
|
|
53
72
|
jsonString: string,
|
|
54
73
|
): SafeParseResult<Variant, SDKValidationError> {
|
|
@@ -65,7 +84,23 @@ export const InvoiceItemProduct$inboundSchema: z.ZodType<
|
|
|
65
84
|
z.ZodTypeDef,
|
|
66
85
|
unknown
|
|
67
86
|
> = smartUnion([Product$inboundSchema, types.number()]);
|
|
87
|
+
/** @internal */
|
|
88
|
+
export type InvoiceItemProduct$Outbound = Product$Outbound | number;
|
|
68
89
|
|
|
90
|
+
/** @internal */
|
|
91
|
+
export const InvoiceItemProduct$outboundSchema: z.ZodType<
|
|
92
|
+
InvoiceItemProduct$Outbound,
|
|
93
|
+
z.ZodTypeDef,
|
|
94
|
+
InvoiceItemProduct
|
|
95
|
+
> = smartUnion([Product$outboundSchema, z.number().int()]);
|
|
96
|
+
|
|
97
|
+
export function invoiceItemProductToJSON(
|
|
98
|
+
invoiceItemProduct: InvoiceItemProduct,
|
|
99
|
+
): string {
|
|
100
|
+
return JSON.stringify(
|
|
101
|
+
InvoiceItemProduct$outboundSchema.parse(invoiceItemProduct),
|
|
102
|
+
);
|
|
103
|
+
}
|
|
69
104
|
export function invoiceItemProductFromJSON(
|
|
70
105
|
jsonString: string,
|
|
71
106
|
): SafeParseResult<InvoiceItemProduct, SDKValidationError> {
|
|
@@ -90,7 +125,35 @@ export const Details$inboundSchema: z.ZodType<Details, z.ZodTypeDef, unknown> =
|
|
|
90
125
|
"used_days": "usedDays",
|
|
91
126
|
});
|
|
92
127
|
});
|
|
128
|
+
/** @internal */
|
|
129
|
+
export type Details$Outbound = {
|
|
130
|
+
total_days?: number | null | undefined;
|
|
131
|
+
unused_days?: number | null | undefined;
|
|
132
|
+
used_days?: number | null | undefined;
|
|
133
|
+
prorate?: number | null | undefined;
|
|
134
|
+
};
|
|
93
135
|
|
|
136
|
+
/** @internal */
|
|
137
|
+
export const Details$outboundSchema: z.ZodType<
|
|
138
|
+
Details$Outbound,
|
|
139
|
+
z.ZodTypeDef,
|
|
140
|
+
Details
|
|
141
|
+
> = z.object({
|
|
142
|
+
totalDays: z.nullable(z.number().int()).optional(),
|
|
143
|
+
unusedDays: z.nullable(z.number().int()).optional(),
|
|
144
|
+
usedDays: z.nullable(z.number().int()).optional(),
|
|
145
|
+
prorate: z.nullable(z.number()).optional(),
|
|
146
|
+
}).transform((v) => {
|
|
147
|
+
return remap$(v, {
|
|
148
|
+
totalDays: "total_days",
|
|
149
|
+
unusedDays: "unused_days",
|
|
150
|
+
usedDays: "used_days",
|
|
151
|
+
});
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
export function detailsToJSON(details: Details): string {
|
|
155
|
+
return JSON.stringify(Details$outboundSchema.parse(details));
|
|
156
|
+
}
|
|
94
157
|
export function detailsFromJSON(
|
|
95
158
|
jsonString: string,
|
|
96
159
|
): SafeParseResult<Details, SDKValidationError> {
|
|
@@ -132,7 +195,58 @@ export const InvoiceItem$inboundSchema: z.ZodType<
|
|
|
132
195
|
"unit_price": "unitPrice",
|
|
133
196
|
});
|
|
134
197
|
});
|
|
198
|
+
/** @internal */
|
|
199
|
+
export type InvoiceItem$Outbound = {
|
|
200
|
+
id?: number | undefined;
|
|
201
|
+
date_starts?: string | null | undefined;
|
|
202
|
+
date_ends?: string | null | undefined;
|
|
203
|
+
is_subscription?: boolean | null | undefined;
|
|
204
|
+
product_title?: string | null | undefined;
|
|
205
|
+
title?: string | null | undefined;
|
|
206
|
+
quantity?: number | null | undefined;
|
|
207
|
+
unit_price?: number | null | undefined;
|
|
208
|
+
discount?: number | undefined;
|
|
209
|
+
subtotal?: number | null | undefined;
|
|
210
|
+
variant?: ProductVariant$Outbound | number | null | undefined;
|
|
211
|
+
product?: Product$Outbound | number | null | undefined;
|
|
212
|
+
details?: Details$Outbound | null | undefined;
|
|
213
|
+
};
|
|
135
214
|
|
|
215
|
+
/** @internal */
|
|
216
|
+
export const InvoiceItem$outboundSchema: z.ZodType<
|
|
217
|
+
InvoiceItem$Outbound,
|
|
218
|
+
z.ZodTypeDef,
|
|
219
|
+
InvoiceItem
|
|
220
|
+
> = z.object({
|
|
221
|
+
id: z.number().int().optional(),
|
|
222
|
+
dateStarts: z.nullable(z.string()).optional(),
|
|
223
|
+
dateEnds: z.nullable(z.string()).optional(),
|
|
224
|
+
isSubscription: z.nullable(z.boolean()).optional(),
|
|
225
|
+
productTitle: z.nullable(z.string()).optional(),
|
|
226
|
+
title: z.nullable(z.string()).optional(),
|
|
227
|
+
quantity: z.nullable(z.number()).optional(),
|
|
228
|
+
unitPrice: z.nullable(z.number().int()).optional(),
|
|
229
|
+
discount: z.number().int().optional(),
|
|
230
|
+
subtotal: z.nullable(z.number().int()).optional(),
|
|
231
|
+
variant: z.nullable(
|
|
232
|
+
smartUnion([ProductVariant$outboundSchema, z.number().int()]),
|
|
233
|
+
).optional(),
|
|
234
|
+
product: z.nullable(smartUnion([Product$outboundSchema, z.number().int()]))
|
|
235
|
+
.optional(),
|
|
236
|
+
details: z.nullable(z.lazy(() => Details$outboundSchema)).optional(),
|
|
237
|
+
}).transform((v) => {
|
|
238
|
+
return remap$(v, {
|
|
239
|
+
dateStarts: "date_starts",
|
|
240
|
+
dateEnds: "date_ends",
|
|
241
|
+
isSubscription: "is_subscription",
|
|
242
|
+
productTitle: "product_title",
|
|
243
|
+
unitPrice: "unit_price",
|
|
244
|
+
});
|
|
245
|
+
});
|
|
246
|
+
|
|
247
|
+
export function invoiceItemToJSON(invoiceItem: InvoiceItem): string {
|
|
248
|
+
return JSON.stringify(InvoiceItem$outboundSchema.parse(invoiceItem));
|
|
249
|
+
}
|
|
136
250
|
export function invoiceItemFromJSON(
|
|
137
251
|
jsonString: string,
|
|
138
252
|
): SafeParseResult<InvoiceItem, SDKValidationError> {
|
|
@@ -12,6 +12,8 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
import {
|
|
13
13
|
PaymentProfile,
|
|
14
14
|
PaymentProfile$inboundSchema,
|
|
15
|
+
PaymentProfile$Outbound,
|
|
16
|
+
PaymentProfile$outboundSchema,
|
|
15
17
|
} from "./paymentprofile.js";
|
|
16
18
|
|
|
17
19
|
export type InvoiceTransactionPaymentProfile = PaymentProfile | number;
|
|
@@ -34,7 +36,27 @@ export const InvoiceTransactionPaymentProfile$inboundSchema: z.ZodType<
|
|
|
34
36
|
z.ZodTypeDef,
|
|
35
37
|
unknown
|
|
36
38
|
> = smartUnion([PaymentProfile$inboundSchema, types.number()]);
|
|
39
|
+
/** @internal */
|
|
40
|
+
export type InvoiceTransactionPaymentProfile$Outbound =
|
|
41
|
+
| PaymentProfile$Outbound
|
|
42
|
+
| number;
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const InvoiceTransactionPaymentProfile$outboundSchema: z.ZodType<
|
|
46
|
+
InvoiceTransactionPaymentProfile$Outbound,
|
|
47
|
+
z.ZodTypeDef,
|
|
48
|
+
InvoiceTransactionPaymentProfile
|
|
49
|
+
> = smartUnion([PaymentProfile$outboundSchema, z.number().int()]);
|
|
37
50
|
|
|
51
|
+
export function invoiceTransactionPaymentProfileToJSON(
|
|
52
|
+
invoiceTransactionPaymentProfile: InvoiceTransactionPaymentProfile,
|
|
53
|
+
): string {
|
|
54
|
+
return JSON.stringify(
|
|
55
|
+
InvoiceTransactionPaymentProfile$outboundSchema.parse(
|
|
56
|
+
invoiceTransactionPaymentProfile,
|
|
57
|
+
),
|
|
58
|
+
);
|
|
59
|
+
}
|
|
38
60
|
export function invoiceTransactionPaymentProfileFromJSON(
|
|
39
61
|
jsonString: string,
|
|
40
62
|
): SafeParseResult<InvoiceTransactionPaymentProfile, SDKValidationError> {
|
|
@@ -67,7 +89,46 @@ export const InvoiceTransaction$inboundSchema: z.ZodType<
|
|
|
67
89
|
"transaction_id": "transactionId",
|
|
68
90
|
});
|
|
69
91
|
});
|
|
92
|
+
/** @internal */
|
|
93
|
+
export type InvoiceTransaction$Outbound = {
|
|
94
|
+
date_processed?: string | null | undefined;
|
|
95
|
+
payment_profile?: PaymentProfile$Outbound | number | null | undefined;
|
|
96
|
+
amount?: number | null | undefined;
|
|
97
|
+
credit_id?: number | null | undefined;
|
|
98
|
+
transaction_id?: string | null | undefined;
|
|
99
|
+
success?: boolean | null | undefined;
|
|
100
|
+
};
|
|
70
101
|
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const InvoiceTransaction$outboundSchema: z.ZodType<
|
|
104
|
+
InvoiceTransaction$Outbound,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
InvoiceTransaction
|
|
107
|
+
> = z.object({
|
|
108
|
+
dateProcessed: z.nullable(z.string()).optional(),
|
|
109
|
+
paymentProfile: z.nullable(
|
|
110
|
+
smartUnion([PaymentProfile$outboundSchema, z.number().int()]),
|
|
111
|
+
).optional(),
|
|
112
|
+
amount: z.nullable(z.number().int()).optional(),
|
|
113
|
+
creditId: z.nullable(z.number().int()).optional(),
|
|
114
|
+
transactionId: z.nullable(z.string()).optional(),
|
|
115
|
+
success: z.nullable(z.boolean()).optional(),
|
|
116
|
+
}).transform((v) => {
|
|
117
|
+
return remap$(v, {
|
|
118
|
+
dateProcessed: "date_processed",
|
|
119
|
+
paymentProfile: "payment_profile",
|
|
120
|
+
creditId: "credit_id",
|
|
121
|
+
transactionId: "transaction_id",
|
|
122
|
+
});
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
export function invoiceTransactionToJSON(
|
|
126
|
+
invoiceTransaction: InvoiceTransaction,
|
|
127
|
+
): string {
|
|
128
|
+
return JSON.stringify(
|
|
129
|
+
InvoiceTransaction$outboundSchema.parse(invoiceTransaction),
|
|
130
|
+
);
|
|
131
|
+
}
|
|
71
132
|
export function invoiceTransactionFromJSON(
|
|
72
133
|
jsonString: string,
|
|
73
134
|
): SafeParseResult<InvoiceTransaction, SDKValidationError> {
|
|
@@ -34,7 +34,23 @@ export const PaymentProfile22$inboundSchema: z.ZodType<
|
|
|
34
34
|
z.ZodTypeDef,
|
|
35
35
|
unknown
|
|
36
36
|
> = z.object({});
|
|
37
|
+
/** @internal */
|
|
38
|
+
export type PaymentProfile22$Outbound = {};
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export const PaymentProfile22$outboundSchema: z.ZodType<
|
|
42
|
+
PaymentProfile22$Outbound,
|
|
43
|
+
z.ZodTypeDef,
|
|
44
|
+
PaymentProfile22
|
|
45
|
+
> = z.object({});
|
|
37
46
|
|
|
47
|
+
export function paymentProfile22ToJSON(
|
|
48
|
+
paymentProfile22: PaymentProfile22,
|
|
49
|
+
): string {
|
|
50
|
+
return JSON.stringify(
|
|
51
|
+
PaymentProfile22$outboundSchema.parse(paymentProfile22),
|
|
52
|
+
);
|
|
53
|
+
}
|
|
38
54
|
export function paymentProfile22FromJSON(
|
|
39
55
|
jsonString: string,
|
|
40
56
|
): SafeParseResult<PaymentProfile22, SDKValidationError> {
|
|
@@ -51,7 +67,24 @@ export const PaymentProfile2$inboundSchema: z.ZodType<
|
|
|
51
67
|
z.ZodTypeDef,
|
|
52
68
|
unknown
|
|
53
69
|
> = smartUnion([types.number(), z.lazy(() => PaymentProfile22$inboundSchema)]);
|
|
70
|
+
/** @internal */
|
|
71
|
+
export type PaymentProfile2$Outbound = number | PaymentProfile22$Outbound;
|
|
54
72
|
|
|
73
|
+
/** @internal */
|
|
74
|
+
export const PaymentProfile2$outboundSchema: z.ZodType<
|
|
75
|
+
PaymentProfile2$Outbound,
|
|
76
|
+
z.ZodTypeDef,
|
|
77
|
+
PaymentProfile2
|
|
78
|
+
> = smartUnion([
|
|
79
|
+
z.number().int(),
|
|
80
|
+
z.lazy(() => PaymentProfile22$outboundSchema),
|
|
81
|
+
]);
|
|
82
|
+
|
|
83
|
+
export function paymentProfile2ToJSON(
|
|
84
|
+
paymentProfile2: PaymentProfile2,
|
|
85
|
+
): string {
|
|
86
|
+
return JSON.stringify(PaymentProfile2$outboundSchema.parse(paymentProfile2));
|
|
87
|
+
}
|
|
55
88
|
export function paymentProfile2FromJSON(
|
|
56
89
|
jsonString: string,
|
|
57
90
|
): SafeParseResult<PaymentProfile2, SDKValidationError> {
|
|
@@ -83,7 +116,43 @@ export const PaymentProfile3$inboundSchema: z.ZodType<
|
|
|
83
116
|
"profile_type": "profileType",
|
|
84
117
|
});
|
|
85
118
|
});
|
|
119
|
+
/** @internal */
|
|
120
|
+
export type PaymentProfile3$Outbound = {
|
|
121
|
+
id?: number | undefined;
|
|
122
|
+
is_valid?: boolean | null | undefined;
|
|
123
|
+
card_type?: string | null | undefined;
|
|
124
|
+
card_last4?: string | null | undefined;
|
|
125
|
+
is_dummy?: boolean | null | undefined;
|
|
126
|
+
profile_type?: string | null | undefined;
|
|
127
|
+
};
|
|
86
128
|
|
|
129
|
+
/** @internal */
|
|
130
|
+
export const PaymentProfile3$outboundSchema: z.ZodType<
|
|
131
|
+
PaymentProfile3$Outbound,
|
|
132
|
+
z.ZodTypeDef,
|
|
133
|
+
PaymentProfile3
|
|
134
|
+
> = z.object({
|
|
135
|
+
id: z.number().int().optional(),
|
|
136
|
+
isValid: z.nullable(z.boolean()).optional(),
|
|
137
|
+
cardType: z.nullable(z.string()).optional(),
|
|
138
|
+
cardLast4: z.nullable(z.string()).optional(),
|
|
139
|
+
isDummy: z.nullable(z.boolean()).optional(),
|
|
140
|
+
profileType: z.nullable(z.string()).optional(),
|
|
141
|
+
}).transform((v) => {
|
|
142
|
+
return remap$(v, {
|
|
143
|
+
isValid: "is_valid",
|
|
144
|
+
cardType: "card_type",
|
|
145
|
+
cardLast4: "card_last4",
|
|
146
|
+
isDummy: "is_dummy",
|
|
147
|
+
profileType: "profile_type",
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
export function paymentProfile3ToJSON(
|
|
152
|
+
paymentProfile3: PaymentProfile3,
|
|
153
|
+
): string {
|
|
154
|
+
return JSON.stringify(PaymentProfile3$outboundSchema.parse(paymentProfile3));
|
|
155
|
+
}
|
|
87
156
|
export function paymentProfile3FromJSON(
|
|
88
157
|
jsonString: string,
|
|
89
158
|
): SafeParseResult<PaymentProfile3, SDKValidationError> {
|
|
@@ -103,7 +172,25 @@ export const PaymentProfile$inboundSchema: z.ZodType<
|
|
|
103
172
|
z.lazy(() => PaymentProfile3$inboundSchema),
|
|
104
173
|
smartUnion([types.number(), z.lazy(() => PaymentProfile22$inboundSchema)]),
|
|
105
174
|
]);
|
|
175
|
+
/** @internal */
|
|
176
|
+
export type PaymentProfile$Outbound =
|
|
177
|
+
| PaymentProfile3$Outbound
|
|
178
|
+
| number
|
|
179
|
+
| PaymentProfile22$Outbound;
|
|
180
|
+
|
|
181
|
+
/** @internal */
|
|
182
|
+
export const PaymentProfile$outboundSchema: z.ZodType<
|
|
183
|
+
PaymentProfile$Outbound,
|
|
184
|
+
z.ZodTypeDef,
|
|
185
|
+
PaymentProfile
|
|
186
|
+
> = smartUnion([
|
|
187
|
+
z.lazy(() => PaymentProfile3$outboundSchema),
|
|
188
|
+
smartUnion([z.number().int(), z.lazy(() => PaymentProfile22$outboundSchema)]),
|
|
189
|
+
]);
|
|
106
190
|
|
|
191
|
+
export function paymentProfileToJSON(paymentProfile: PaymentProfile): string {
|
|
192
|
+
return JSON.stringify(PaymentProfile$outboundSchema.parse(paymentProfile));
|
|
193
|
+
}
|
|
107
194
|
export function paymentProfileFromJSON(
|
|
108
195
|
jsonString: string,
|
|
109
196
|
): SafeParseResult<PaymentProfile, SDKValidationError> {
|
|
@@ -24,7 +24,27 @@ export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
|
|
|
24
24
|
title: z.nullable(types.string()).optional(),
|
|
25
25
|
description: z.nullable(types.string()).optional(),
|
|
26
26
|
});
|
|
27
|
+
/** @internal */
|
|
28
|
+
export type Product$Outbound = {
|
|
29
|
+
id?: number | undefined;
|
|
30
|
+
title?: string | null | undefined;
|
|
31
|
+
description?: string | null | undefined;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const Product$outboundSchema: z.ZodType<
|
|
36
|
+
Product$Outbound,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
Product
|
|
39
|
+
> = z.object({
|
|
40
|
+
id: z.number().int().optional(),
|
|
41
|
+
title: z.nullable(z.string()).optional(),
|
|
42
|
+
description: z.nullable(z.string()).optional(),
|
|
43
|
+
});
|
|
27
44
|
|
|
45
|
+
export function productToJSON(product: Product): string {
|
|
46
|
+
return JSON.stringify(Product$outboundSchema.parse(product));
|
|
47
|
+
}
|
|
28
48
|
export function productFromJSON(
|
|
29
49
|
jsonString: string,
|
|
30
50
|
): SafeParseResult<Product, SDKValidationError> {
|
|
@@ -10,11 +10,18 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
10
10
|
import * as types from "../../types/primitives.js";
|
|
11
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
12
|
|
|
13
|
+
/**
|
|
14
|
+
* Subscription interval of variant, if any.
|
|
15
|
+
*/
|
|
13
16
|
export const Recurrence = {
|
|
14
17
|
Monthly: "monthly",
|
|
15
18
|
Yearly: "yearly",
|
|
19
|
+
NinetyDays: "90_days",
|
|
16
20
|
Once: "once",
|
|
17
21
|
} as const;
|
|
22
|
+
/**
|
|
23
|
+
* Subscription interval of variant, if any.
|
|
24
|
+
*/
|
|
18
25
|
export type Recurrence = OpenEnum<typeof Recurrence>;
|
|
19
26
|
|
|
20
27
|
/**
|
|
@@ -24,6 +31,9 @@ export type ProductVariant = {
|
|
|
24
31
|
id?: number | undefined;
|
|
25
32
|
price?: number | undefined;
|
|
26
33
|
title?: string | null | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* Subscription interval of variant, if any.
|
|
36
|
+
*/
|
|
27
37
|
recurrence?: Recurrence | null | undefined;
|
|
28
38
|
};
|
|
29
39
|
|
|
@@ -33,6 +43,12 @@ export const Recurrence$inboundSchema: z.ZodType<
|
|
|
33
43
|
z.ZodTypeDef,
|
|
34
44
|
unknown
|
|
35
45
|
> = openEnums.inboundSchema(Recurrence);
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const Recurrence$outboundSchema: z.ZodType<
|
|
48
|
+
string,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
Recurrence
|
|
51
|
+
> = openEnums.outboundSchema(Recurrence);
|
|
36
52
|
|
|
37
53
|
/** @internal */
|
|
38
54
|
export const ProductVariant$inboundSchema: z.ZodType<
|
|
@@ -45,7 +61,29 @@ export const ProductVariant$inboundSchema: z.ZodType<
|
|
|
45
61
|
title: z.nullable(types.string()).optional(),
|
|
46
62
|
recurrence: z.nullable(Recurrence$inboundSchema).optional(),
|
|
47
63
|
});
|
|
64
|
+
/** @internal */
|
|
65
|
+
export type ProductVariant$Outbound = {
|
|
66
|
+
id?: number | undefined;
|
|
67
|
+
price?: number | undefined;
|
|
68
|
+
title?: string | null | undefined;
|
|
69
|
+
recurrence?: string | null | undefined;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/** @internal */
|
|
73
|
+
export const ProductVariant$outboundSchema: z.ZodType<
|
|
74
|
+
ProductVariant$Outbound,
|
|
75
|
+
z.ZodTypeDef,
|
|
76
|
+
ProductVariant
|
|
77
|
+
> = z.object({
|
|
78
|
+
id: z.number().int().optional(),
|
|
79
|
+
price: z.number().int().optional(),
|
|
80
|
+
title: z.nullable(z.string()).optional(),
|
|
81
|
+
recurrence: z.nullable(Recurrence$outboundSchema).optional(),
|
|
82
|
+
});
|
|
48
83
|
|
|
84
|
+
export function productVariantToJSON(productVariant: ProductVariant): string {
|
|
85
|
+
return JSON.stringify(ProductVariant$outboundSchema.parse(productVariant));
|
|
86
|
+
}
|
|
49
87
|
export function productVariantFromJSON(
|
|
50
88
|
jsonString: string,
|
|
51
89
|
): SafeParseResult<ProductVariant, SDKValidationError> {
|
|
@@ -11,11 +11,19 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
11
11
|
import {
|
|
12
12
|
FinancialStatus,
|
|
13
13
|
FinancialStatus$inboundSchema,
|
|
14
|
+
FinancialStatus$outboundSchema,
|
|
14
15
|
} from "./financialstatus.js";
|
|
15
|
-
import {
|
|
16
|
+
import {
|
|
17
|
+
InvoiceItem,
|
|
18
|
+
InvoiceItem$inboundSchema,
|
|
19
|
+
InvoiceItem$Outbound,
|
|
20
|
+
InvoiceItem$outboundSchema,
|
|
21
|
+
} from "./invoiceitem.js";
|
|
16
22
|
import {
|
|
17
23
|
ProductVariant,
|
|
18
24
|
ProductVariant$inboundSchema,
|
|
25
|
+
ProductVariant$Outbound,
|
|
26
|
+
ProductVariant$outboundSchema,
|
|
19
27
|
} from "./productvariant.js";
|
|
20
28
|
|
|
21
29
|
/**
|
|
@@ -71,7 +79,54 @@ export const Subscription$inboundSchema: z.ZodType<
|
|
|
71
79
|
"expedited_offer": "expeditedOffer",
|
|
72
80
|
});
|
|
73
81
|
});
|
|
82
|
+
/** @internal */
|
|
83
|
+
export type Subscription$Outbound = {
|
|
84
|
+
id?: number | null | undefined;
|
|
85
|
+
date_started?: string | null | undefined;
|
|
86
|
+
date_ends?: string | null | undefined;
|
|
87
|
+
status?: string | null | undefined;
|
|
88
|
+
locked?: boolean | null | undefined;
|
|
89
|
+
variant_title?: string | undefined;
|
|
90
|
+
current_line_item?: InvoiceItem$Outbound | null | undefined;
|
|
91
|
+
next_line_item?: InvoiceItem$Outbound | null | undefined;
|
|
92
|
+
current_financial_status?: string | null | undefined;
|
|
93
|
+
next_financial_status?: string | null | undefined;
|
|
94
|
+
expedited_offer?: ProductVariant$Outbound | null | undefined;
|
|
95
|
+
};
|
|
74
96
|
|
|
97
|
+
/** @internal */
|
|
98
|
+
export const Subscription$outboundSchema: z.ZodType<
|
|
99
|
+
Subscription$Outbound,
|
|
100
|
+
z.ZodTypeDef,
|
|
101
|
+
Subscription
|
|
102
|
+
> = z.object({
|
|
103
|
+
id: z.nullable(z.number().int()).optional(),
|
|
104
|
+
dateStarted: z.nullable(z.string()).optional(),
|
|
105
|
+
dateEnds: z.nullable(z.string()).optional(),
|
|
106
|
+
status: z.nullable(z.string()).optional(),
|
|
107
|
+
locked: z.nullable(z.boolean()).optional(),
|
|
108
|
+
variantTitle: z.string().optional(),
|
|
109
|
+
currentLineItem: z.nullable(InvoiceItem$outboundSchema).optional(),
|
|
110
|
+
nextLineItem: z.nullable(InvoiceItem$outboundSchema).optional(),
|
|
111
|
+
currentFinancialStatus: z.nullable(FinancialStatus$outboundSchema).optional(),
|
|
112
|
+
nextFinancialStatus: z.nullable(FinancialStatus$outboundSchema).optional(),
|
|
113
|
+
expeditedOffer: z.nullable(ProductVariant$outboundSchema).optional(),
|
|
114
|
+
}).transform((v) => {
|
|
115
|
+
return remap$(v, {
|
|
116
|
+
dateStarted: "date_started",
|
|
117
|
+
dateEnds: "date_ends",
|
|
118
|
+
variantTitle: "variant_title",
|
|
119
|
+
currentLineItem: "current_line_item",
|
|
120
|
+
nextLineItem: "next_line_item",
|
|
121
|
+
currentFinancialStatus: "current_financial_status",
|
|
122
|
+
nextFinancialStatus: "next_financial_status",
|
|
123
|
+
expeditedOffer: "expedited_offer",
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
export function subscriptionToJSON(subscription: Subscription): string {
|
|
128
|
+
return JSON.stringify(Subscription$outboundSchema.parse(subscription));
|
|
129
|
+
}
|
|
75
130
|
export function subscriptionFromJSON(
|
|
76
131
|
jsonString: string,
|
|
77
132
|
): SafeParseResult<Subscription, SDKValidationError> {
|
|
@@ -11,6 +11,8 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
11
11
|
import {
|
|
12
12
|
FacilitySummary,
|
|
13
13
|
FacilitySummary$inboundSchema,
|
|
14
|
+
FacilitySummary$Outbound,
|
|
15
|
+
FacilitySummary$outboundSchema,
|
|
14
16
|
} from "./facilitysummary.js";
|
|
15
17
|
|
|
16
18
|
export type Location = {
|
|
@@ -38,7 +40,25 @@ export const Location$inboundSchema: z.ZodType<
|
|
|
38
40
|
city: z.nullable(types.string()).optional(),
|
|
39
41
|
state: z.nullable(types.string()).optional(),
|
|
40
42
|
});
|
|
43
|
+
/** @internal */
|
|
44
|
+
export type Location$Outbound = {
|
|
45
|
+
city?: string | null | undefined;
|
|
46
|
+
state?: string | null | undefined;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const Location$outboundSchema: z.ZodType<
|
|
51
|
+
Location$Outbound,
|
|
52
|
+
z.ZodTypeDef,
|
|
53
|
+
Location
|
|
54
|
+
> = z.object({
|
|
55
|
+
city: z.nullable(z.string()).optional(),
|
|
56
|
+
state: z.nullable(z.string()).optional(),
|
|
57
|
+
});
|
|
41
58
|
|
|
59
|
+
export function locationToJSON(location: Location): string {
|
|
60
|
+
return JSON.stringify(Location$outboundSchema.parse(location));
|
|
61
|
+
}
|
|
42
62
|
export function locationFromJSON(
|
|
43
63
|
jsonString: string,
|
|
44
64
|
): SafeParseResult<Location, SDKValidationError> {
|
|
@@ -65,7 +85,35 @@ export const SystemSummary$inboundSchema: z.ZodType<
|
|
|
65
85
|
"start_date": "startDate",
|
|
66
86
|
});
|
|
67
87
|
});
|
|
88
|
+
/** @internal */
|
|
89
|
+
export type SystemSummary$Outbound = {
|
|
90
|
+
id: number;
|
|
91
|
+
name: string;
|
|
92
|
+
start_date?: string | null | undefined;
|
|
93
|
+
location?: Location$Outbound | null | undefined;
|
|
94
|
+
facilities?: Array<FacilitySummary$Outbound> | null | undefined;
|
|
95
|
+
};
|
|
68
96
|
|
|
97
|
+
/** @internal */
|
|
98
|
+
export const SystemSummary$outboundSchema: z.ZodType<
|
|
99
|
+
SystemSummary$Outbound,
|
|
100
|
+
z.ZodTypeDef,
|
|
101
|
+
SystemSummary
|
|
102
|
+
> = z.object({
|
|
103
|
+
id: z.number().int(),
|
|
104
|
+
name: z.string(),
|
|
105
|
+
startDate: z.nullable(z.string()).optional(),
|
|
106
|
+
location: z.nullable(z.lazy(() => Location$outboundSchema)).optional(),
|
|
107
|
+
facilities: z.nullable(z.array(FacilitySummary$outboundSchema)).optional(),
|
|
108
|
+
}).transform((v) => {
|
|
109
|
+
return remap$(v, {
|
|
110
|
+
startDate: "start_date",
|
|
111
|
+
});
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export function systemSummaryToJSON(systemSummary: SystemSummary): string {
|
|
115
|
+
return JSON.stringify(SystemSummary$outboundSchema.parse(systemSummary));
|
|
116
|
+
}
|
|
69
117
|
export function systemSummaryFromJSON(
|
|
70
118
|
jsonString: string,
|
|
71
119
|
): SafeParseResult<SystemSummary, SDKValidationError> {
|