@greensecurity/javascript-sdk 0.43.1-beta.9 → 0.43.1-beta.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -6
- package/dist/commonjs/__tests__/companies.test.js +51 -0
- package/dist/commonjs/__tests__/companies.test.js.map +1 -1
- package/dist/commonjs/__tests__/invoices.test.js +32 -0
- package/dist/commonjs/__tests__/invoices.test.js.map +1 -1
- package/dist/commonjs/__tests__/paymentprofile.test.d.ts +2 -0
- package/dist/commonjs/__tests__/paymentprofile.test.d.ts.map +1 -0
- package/dist/commonjs/__tests__/paymentprofile.test.js +25 -0
- package/dist/commonjs/__tests__/paymentprofile.test.js.map +1 -0
- package/dist/commonjs/__tests__/users.test.js +21 -0
- package/dist/commonjs/__tests__/users.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendors.test.js +32 -0
- package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendorscans.test.js +36 -0
- package/dist/commonjs/__tests__/vendorscans.test.js.map +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js.map +1 -1
- package/dist/commonjs/admin-funcs/handoffStayAlive.d.ts +3 -0
- package/dist/commonjs/admin-funcs/handoffStayAlive.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/handoffStayAlive.js +9 -0
- package/dist/commonjs/admin-funcs/handoffStayAlive.js.map +1 -0
- package/dist/commonjs/funcs/alertsListAlerts.js +5 -3
- package/dist/commonjs/funcs/alertsListAlerts.js.map +1 -1
- package/dist/commonjs/funcs/alertsUpdateUserAlerts.js +1 -1
- package/dist/commonjs/funcs/alertsUpdateUserAlerts.js.map +1 -1
- package/dist/commonjs/funcs/companiesGetCompany.d.ts +24 -0
- package/dist/commonjs/funcs/companiesGetCompany.d.ts.map +1 -0
- package/dist/commonjs/funcs/companiesGetCompany.js +132 -0
- package/dist/commonjs/funcs/companiesGetCompany.js.map +1 -0
- package/dist/commonjs/funcs/companiesListCompanyManagers.d.ts +21 -0
- package/dist/commonjs/funcs/companiesListCompanyManagers.d.ts.map +1 -0
- package/dist/commonjs/funcs/companiesListCompanyManagers.js +162 -0
- package/dist/commonjs/funcs/companiesListCompanyManagers.js.map +1 -0
- package/dist/commonjs/funcs/companiesListOrSearchCompanies.js +1 -1
- package/dist/commonjs/funcs/companiesListOrSearchCompanies.js.map +1 -1
- package/dist/commonjs/funcs/dataRequestsAddDataRequestFile.js +1 -1
- package/dist/commonjs/funcs/dataRequestsAddDataRequestFile.js.map +1 -1
- package/dist/commonjs/funcs/dataRequestsDeleteDataRequestFile.js +1 -1
- package/dist/commonjs/funcs/dataRequestsDeleteDataRequestFile.js.map +1 -1
- package/dist/commonjs/funcs/dataRequestsUpdateDataRequest.js +1 -1
- package/dist/commonjs/funcs/dataRequestsUpdateDataRequest.js.map +1 -1
- package/dist/commonjs/funcs/eventsAcceptInvitation.js +1 -1
- package/dist/commonjs/funcs/eventsAcceptInvitation.js.map +1 -1
- package/dist/commonjs/funcs/eventsCreateEvent.js +1 -1
- package/dist/commonjs/funcs/eventsCreateEvent.js.map +1 -1
- package/dist/commonjs/funcs/eventsDeclineInvitation.js +1 -1
- package/dist/commonjs/funcs/eventsDeclineInvitation.js.map +1 -1
- package/dist/commonjs/funcs/eventsDeleteEvent.js +1 -1
- package/dist/commonjs/funcs/eventsDeleteEvent.js.map +1 -1
- package/dist/commonjs/funcs/eventsListFeed.js +1 -1
- package/dist/commonjs/funcs/eventsListFeed.js.map +1 -1
- package/dist/commonjs/funcs/eventsListLocations.js +1 -1
- package/dist/commonjs/funcs/eventsListLocations.js.map +1 -1
- package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js +1 -1
- package/dist/commonjs/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
- package/dist/commonjs/funcs/eventsListPendingInvitations.js +1 -1
- package/dist/commonjs/funcs/eventsListPendingInvitations.js.map +1 -1
- package/dist/commonjs/funcs/eventsListStandingAppointments.js +1 -1
- package/dist/commonjs/funcs/eventsListStandingAppointments.js.map +1 -1
- package/dist/commonjs/funcs/eventsUpdateEvent.js +1 -1
- package/dist/commonjs/funcs/eventsUpdateEvent.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsCreateAFhirConfig.js +1 -1
- package/dist/commonjs/funcs/fhirConfigsCreateAFhirConfig.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsDeleteFhirConfigById.js +1 -1
- package/dist/commonjs/funcs/fhirConfigsDeleteFhirConfigById.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsGetFhirConfig.js +1 -1
- package/dist/commonjs/funcs/fhirConfigsGetFhirConfig.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js +1 -1
- package/dist/commonjs/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
- package/dist/commonjs/funcs/fhirConfigsUpdateFhirConfigById.js +1 -1
- package/dist/commonjs/funcs/fhirConfigsUpdateFhirConfigById.js.map +1 -1
- package/dist/commonjs/funcs/invoicesCreateInvoice.js +1 -1
- package/dist/commonjs/funcs/invoicesCreateInvoice.js.map +1 -1
- package/dist/commonjs/funcs/invoicesListInvoices.d.ts +43 -0
- package/dist/commonjs/funcs/invoicesListInvoices.d.ts.map +1 -0
- package/dist/commonjs/funcs/invoicesListInvoices.js +187 -0
- package/dist/commonjs/funcs/invoicesListInvoices.js.map +1 -0
- package/dist/commonjs/funcs/invoicesMakePayment.js +1 -1
- package/dist/commonjs/funcs/invoicesMakePayment.js.map +1 -1
- package/dist/commonjs/funcs/invoicesUpdateInvoice.js +1 -1
- package/dist/commonjs/funcs/invoicesUpdateInvoice.js.map +1 -1
- package/dist/commonjs/funcs/mobileDevicesAddMobileDevice.js +1 -1
- package/dist/commonjs/funcs/mobileDevicesAddMobileDevice.js.map +1 -1
- package/dist/commonjs/funcs/organizationsGetFacility.js +6 -2
- package/dist/commonjs/funcs/organizationsGetFacility.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchDepartments.js.map +1 -1
- package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js +3 -3
- package/dist/commonjs/funcs/organizationsListOrSearchFacilities.js.map +1 -1
- package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.d.ts +21 -0
- package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.d.ts.map +1 -0
- package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.js +110 -0
- package/dist/commonjs/funcs/paymentProfileGetPaymentProfile.js.map +1 -0
- package/dist/commonjs/funcs/supportArticlesGetSupportArticle.js +1 -1
- package/dist/commonjs/funcs/supportArticlesGetSupportArticle.js.map +1 -1
- package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js +1 -1
- package/dist/commonjs/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
- package/dist/commonjs/funcs/systemsListSystems.js +1 -1
- package/dist/commonjs/funcs/systemsListSystems.js.map +1 -1
- package/dist/commonjs/funcs/usersChangePassword.js +1 -1
- package/dist/commonjs/funcs/usersChangePassword.js.map +1 -1
- package/dist/commonjs/funcs/usersGetCurrentUser.js +1 -1
- package/dist/commonjs/funcs/usersGetCurrentUser.js.map +1 -1
- package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts +23 -0
- package/dist/commonjs/funcs/usersGetLinkedUsers.d.ts.map +1 -0
- package/dist/commonjs/funcs/usersGetLinkedUsers.js +125 -0
- package/dist/commonjs/funcs/usersGetLinkedUsers.js.map +1 -0
- package/dist/commonjs/funcs/usersGetUserById.js +1 -1
- package/dist/commonjs/funcs/usersGetUserById.js.map +1 -1
- package/dist/commonjs/funcs/usersMagiclink.js +1 -1
- package/dist/commonjs/funcs/usersMagiclink.js.map +1 -1
- package/dist/commonjs/funcs/usersPassword.js +1 -1
- package/dist/commonjs/funcs/usersPassword.js.map +1 -1
- package/dist/commonjs/funcs/usersPasswordResetRequest.js +1 -1
- package/dist/commonjs/funcs/usersPasswordResetRequest.js.map +1 -1
- package/dist/commonjs/funcs/usersPostAuthenticate.js +1 -1
- package/dist/commonjs/funcs/usersPostAuthenticate.js.map +1 -1
- package/dist/commonjs/funcs/usersRotateApiKey.js +1 -1
- package/dist/commonjs/funcs/usersRotateApiKey.js.map +1 -1
- package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.d.ts +23 -0
- package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.js +133 -0
- package/dist/commonjs/funcs/vendorScansGetNextScreeningQuestion.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.d.ts +22 -0
- package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.js +127 -0
- package/dist/commonjs/funcs/vendorScansSubmitScreeningResponse.js.map +1 -0
- package/dist/commonjs/funcs/vendorScansVendorScanOut.js +1 -1
- package/dist/commonjs/funcs/vendorScansVendorScanOut.js.map +1 -1
- package/dist/commonjs/funcs/vendorsAcceptVendorCredential.js +1 -1
- package/dist/commonjs/funcs/vendorsAcceptVendorCredential.js.map +1 -1
- package/dist/commonjs/funcs/vendorsAddVendorCredentialFile.js +1 -1
- package/dist/commonjs/funcs/vendorsAddVendorCredentialFile.js.map +1 -1
- package/dist/commonjs/funcs/vendorsAddVendorManagedByCompany.js +1 -1
- package/dist/commonjs/funcs/vendorsAddVendorManagedByCompany.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCalculateSubscriptionPrice.js +1 -1
- package/dist/commonjs/funcs/vendorsCalculateSubscriptionPrice.js.map +1 -1
- package/dist/commonjs/funcs/vendorsChangeSubscription.d.ts +4 -1
- package/dist/commonjs/funcs/vendorsChangeSubscription.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsChangeSubscription.js +5 -2
- package/dist/commonjs/funcs/vendorsChangeSubscription.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCheckDownloadCode.js +1 -1
- package/dist/commonjs/funcs/vendorsCheckDownloadCode.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js +1 -1
- package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js +1 -1
- package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCreateVendorCompany.js +1 -1
- package/dist/commonjs/funcs/vendorsCreateVendorCompany.js.map +1 -1
- package/dist/commonjs/funcs/vendorsCreateVendorRegistration.js +1 -1
- package/dist/commonjs/funcs/vendorsCreateVendorRegistration.js.map +1 -1
- package/dist/commonjs/funcs/vendorsDeclineVendorCredential.js +1 -1
- package/dist/commonjs/funcs/vendorsDeclineVendorCredential.js.map +1 -1
- package/dist/commonjs/funcs/vendorsDeleteVendorCredentialFile.js +1 -1
- package/dist/commonjs/funcs/vendorsDeleteVendorCredentialFile.js.map +1 -1
- package/dist/commonjs/funcs/vendorsDeleteVendorManagedByCompany.js +1 -1
- package/dist/commonjs/funcs/vendorsDeleteVendorManagedByCompany.js.map +1 -1
- package/dist/commonjs/funcs/vendorsExpediteTimeRemaining.js +1 -1
- package/dist/commonjs/funcs/vendorsExpediteTimeRemaining.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js +1 -1
- package/dist/commonjs/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetSubscription.js +1 -1
- package/dist/commonjs/funcs/vendorsGetSubscription.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorCredentialDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorCredentialDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorCredentialFile.js +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorCredentialFile.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.d.ts +1 -0
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.js +2 -1
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceReceipt.js +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorInvoiceReceipt.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorLegalName.js +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorLegalName.js.map +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +3 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +4 -2
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialFiles.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialFiles.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentials.js +2 -1
- package/dist/commonjs/funcs/vendorsListVendorCredentials.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredits.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCredits.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts +21 -0
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.d.ts.map +1 -0
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.js +162 -0
- package/dist/commonjs/funcs/vendorsListVendorCustomFields.js.map +1 -0
- package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorInvoices.d.ts +6 -1
- package/dist/commonjs/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorInvoices.js +7 -2
- package/dist/commonjs/funcs/vendorsListVendorInvoices.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorJobTitles.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorJobTitles.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPackages.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorTypes.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorTypes.js.map +1 -1
- package/dist/commonjs/funcs/vendorsPurchaseScrubCredits.js +1 -1
- package/dist/commonjs/funcs/vendorsPurchaseScrubCredits.js.map +1 -1
- package/dist/commonjs/funcs/vendorsSendDownloadCode.js +1 -1
- package/dist/commonjs/funcs/vendorsSendDownloadCode.js.map +1 -1
- package/dist/commonjs/funcs/vendorsSubmitVendorCredential.js +1 -1
- package/dist/commonjs/funcs/vendorsSubmitVendorCredential.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorCredentialData.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorCredentialData.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorCredentialFile.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorCredentialFile.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorDetails.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorManagedByCompany.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorManagedByCompany.js.map +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorScrubDetails.js +1 -1
- package/dist/commonjs/funcs/vendorsUpdateVendorScrubDetails.js.map +1 -1
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js +1 -1
- package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js +1 -1
- package/dist/commonjs/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +1 -1
- package/dist/commonjs/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
- package/dist/commonjs/funcs/zonesGetSecurityZone.js +1 -1
- package/dist/commonjs/funcs/zonesGetSecurityZone.js.map +1 -1
- package/dist/commonjs/funcs/zonesSecurityZoneCheckin.js +1 -1
- package/dist/commonjs/funcs/zonesSecurityZoneCheckin.js.map +1 -1
- package/dist/commonjs/index.extras.d.ts +2 -0
- package/dist/commonjs/index.extras.d.ts.map +1 -1
- package/dist/commonjs/index.extras.js +2 -0
- package/dist/commonjs/index.extras.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/lib/sdks.js +2 -2
- package/dist/commonjs/lib/sdks.js.map +1 -1
- package/dist/commonjs/models/components/companymanager.d.ts +78 -0
- package/dist/commonjs/models/components/companymanager.d.ts.map +1 -0
- package/dist/commonjs/models/components/companymanager.js +172 -0
- package/dist/commonjs/models/components/companymanager.js.map +1 -0
- package/dist/commonjs/models/components/credentialstatus.d.ts +1 -0
- package/dist/commonjs/models/components/credentialstatus.d.ts.map +1 -1
- package/dist/commonjs/models/components/credentialstatus.js +1 -0
- package/dist/commonjs/models/components/credentialstatus.js.map +1 -1
- package/dist/commonjs/models/components/expand.d.ts +18 -12
- package/dist/commonjs/models/components/expand.d.ts.map +1 -1
- package/dist/commonjs/models/components/expand.js +18 -12
- package/dist/commonjs/models/components/expand.js.map +1 -1
- package/dist/commonjs/models/components/feed.d.ts +6 -0
- package/dist/commonjs/models/components/feed.d.ts.map +1 -1
- package/dist/commonjs/models/components/feed.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +7 -2
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +7 -2
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/invoice.d.ts +94 -1
- package/dist/commonjs/models/components/invoice.d.ts.map +1 -1
- package/dist/commonjs/models/components/invoice.js +53 -2
- package/dist/commonjs/models/components/invoice.js.map +1 -1
- package/dist/commonjs/models/components/invoicefinancialstatus.d.ts +10 -0
- package/dist/commonjs/models/components/invoicefinancialstatus.d.ts.map +1 -0
- package/dist/commonjs/models/components/invoicefinancialstatus.js +47 -0
- package/dist/commonjs/models/components/invoicefinancialstatus.js.map +1 -0
- package/dist/commonjs/models/components/invoiceitem.d.ts +1 -0
- package/dist/commonjs/models/components/invoiceitem.d.ts.map +1 -1
- package/dist/commonjs/models/components/invoiceitem.js +1 -0
- package/dist/commonjs/models/components/invoiceitem.js.map +1 -1
- package/dist/commonjs/models/components/paymentprofileinfo.d.ts +46 -0
- package/dist/commonjs/models/components/paymentprofileinfo.d.ts.map +1 -0
- package/dist/commonjs/models/components/paymentprofileinfo.js +113 -0
- package/dist/commonjs/models/components/paymentprofileinfo.js.map +1 -0
- package/dist/commonjs/models/components/pendinginvitation.d.ts +6 -0
- package/dist/commonjs/models/components/pendinginvitation.d.ts.map +1 -1
- package/dist/commonjs/models/components/pendinginvitation.js.map +1 -1
- package/dist/commonjs/models/components/screeninganswer.d.ts +4 -4
- package/dist/commonjs/models/components/screeninganswer.d.ts.map +1 -1
- package/dist/commonjs/models/components/screeninganswer.js +4 -4
- package/dist/commonjs/models/components/screeninganswer.js.map +1 -1
- package/dist/commonjs/models/components/screeningansweractionsummary.d.ts +30 -0
- package/dist/commonjs/models/components/screeningansweractionsummary.d.ts.map +1 -0
- package/dist/commonjs/models/components/{handoff.js → screeningansweractionsummary.js} +11 -20
- package/dist/commonjs/models/components/screeningansweractionsummary.js.map +1 -0
- package/dist/commonjs/models/components/screeningquestion.d.ts +4 -4
- package/dist/commonjs/models/components/screeningquestion.d.ts.map +1 -1
- package/dist/commonjs/models/components/screeningquestion.js +5 -4
- package/dist/commonjs/models/components/screeningquestion.js.map +1 -1
- package/dist/commonjs/models/components/standingappointment.d.ts +6 -0
- package/dist/commonjs/models/components/standingappointment.d.ts.map +1 -1
- package/dist/commonjs/models/components/standingappointment.js.map +1 -1
- package/dist/commonjs/models/components/subscription.d.ts +1 -1
- package/dist/commonjs/models/components/subscription.d.ts.map +1 -1
- package/dist/commonjs/models/components/subscription.js +1 -1
- package/dist/commonjs/models/components/subscription.js.map +1 -1
- package/dist/commonjs/models/components/supervisor.d.ts +2 -2
- package/dist/commonjs/models/components/supervisor.d.ts.map +1 -1
- package/dist/commonjs/models/components/supervisor.js +2 -2
- package/dist/commonjs/models/components/supervisor.js.map +1 -1
- package/dist/commonjs/models/components/vendor.d.ts +9 -1
- package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendor.js +18 -2
- package/dist/commonjs/models/components/vendor.js.map +1 -1
- package/dist/commonjs/models/components/vendorcredentialsummary.d.ts +1 -0
- package/dist/commonjs/models/components/vendorcredentialsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorcredentialsummary.js +2 -0
- package/dist/commonjs/models/components/vendorcredentialsummary.js.map +1 -1
- package/dist/commonjs/models/components/vendorcustomfields.d.ts +14 -0
- package/dist/commonjs/models/components/vendorcustomfields.d.ts.map +1 -0
- package/dist/commonjs/models/components/{vendoradditionalfacilityfields.js → vendorcustomfields.js} +6 -6
- package/dist/commonjs/models/components/vendorcustomfields.js.map +1 -0
- package/dist/commonjs/models/components/vendorscan.d.ts +3 -0
- package/dist/commonjs/models/components/vendorscan.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorscan.js +5 -0
- package/dist/commonjs/models/components/vendorscan.js.map +1 -1
- package/dist/commonjs/models/components/vendorscanscreeninganswer.d.ts +33 -0
- package/dist/commonjs/models/components/vendorscanscreeninganswer.d.ts.map +1 -0
- package/dist/commonjs/models/components/vendorscanscreeninganswer.js +78 -0
- package/dist/commonjs/models/components/vendorscanscreeninganswer.js.map +1 -0
- package/dist/commonjs/models/components/vendorscanscreeningquestion.d.ts +55 -0
- package/dist/commonjs/models/components/vendorscanscreeningquestion.d.ts.map +1 -0
- package/dist/commonjs/models/components/vendorscanscreeningquestion.js +77 -0
- package/dist/commonjs/models/components/vendorscanscreeningquestion.js.map +1 -0
- package/dist/commonjs/models/errors/apierrorresponse.d.ts +2 -2
- package/dist/commonjs/models/errors/apierrorresponse.d.ts.map +1 -1
- package/dist/commonjs/models/errors/apierrorresponse.js +3 -2
- package/dist/commonjs/models/errors/apierrorresponse.js.map +1 -1
- package/dist/commonjs/models/operations/getcompany.d.ts +21 -0
- package/dist/commonjs/models/operations/getcompany.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getcompany.js +51 -0
- package/dist/commonjs/models/operations/getcompany.js.map +1 -0
- package/dist/commonjs/models/operations/getfacility.d.ts +6 -0
- package/dist/commonjs/models/operations/getfacility.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getfacility.js +2 -0
- package/dist/commonjs/models/operations/getfacility.js.map +1 -1
- package/dist/commonjs/models/operations/getlinkedusers.d.ts +36 -0
- package/dist/commonjs/models/operations/getlinkedusers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getlinkedusers.js +86 -0
- package/dist/commonjs/models/operations/getlinkedusers.js.map +1 -0
- package/dist/commonjs/models/operations/getnextscreeningquestion.d.ts +41 -0
- package/dist/commonjs/models/operations/getnextscreeningquestion.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getnextscreeningquestion.js +69 -0
- package/dist/commonjs/models/operations/getnextscreeningquestion.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +7 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +7 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listalerts.d.ts +5 -0
- package/dist/commonjs/models/operations/listalerts.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listalerts.js +2 -0
- package/dist/commonjs/models/operations/listalerts.js.map +1 -1
- package/dist/commonjs/models/operations/listcompanymanagers.d.ts +57 -0
- package/dist/commonjs/models/operations/listcompanymanagers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listcompanymanagers.js +82 -0
- package/dist/commonjs/models/operations/listcompanymanagers.js.map +1 -0
- package/dist/commonjs/models/operations/listinvoices.d.ts +95 -0
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listinvoices.js +96 -0
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -0
- package/dist/commonjs/models/operations/listorsearchfacilities.d.ts +2 -2
- package/dist/commonjs/models/operations/listorsearchfacilities.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listorsearchfacilities.js +1 -2
- package/dist/commonjs/models/operations/listorsearchfacilities.js.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredentials.d.ts +5 -0
- package/dist/commonjs/models/operations/listvendorcredentials.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorcredentials.js +2 -0
- package/dist/commonjs/models/operations/listvendorcredentials.js.map +1 -1
- package/dist/commonjs/models/operations/listvendorcustomfields.d.ts +57 -0
- package/dist/commonjs/models/operations/listvendorcustomfields.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listvendorcustomfields.js +82 -0
- package/dist/commonjs/models/operations/listvendorcustomfields.js.map +1 -0
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts +3 -17
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorinvoices.js +3 -11
- package/dist/commonjs/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts +24 -4
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.js +31 -2
- package/dist/commonjs/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/commonjs/models/operations/submitscreeningresponse.d.ts +80 -0
- package/dist/commonjs/models/operations/submitscreeningresponse.d.ts.map +1 -0
- package/dist/commonjs/models/operations/submitscreeningresponse.js +93 -0
- package/dist/commonjs/models/operations/submitscreeningresponse.js.map +1 -0
- package/dist/commonjs/models/operations/updateuseralerts.d.ts +7 -0
- package/dist/commonjs/models/operations/updateuseralerts.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateuseralerts.js +2 -0
- package/dist/commonjs/models/operations/updateuseralerts.js.map +1 -1
- package/dist/commonjs/react-query/alertsListAlerts.core.d.ts +2 -0
- package/dist/commonjs/react-query/alertsListAlerts.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/alertsListAlerts.core.js +2 -0
- package/dist/commonjs/react-query/alertsListAlerts.core.js.map +1 -1
- package/dist/commonjs/react-query/alertsListAlerts.d.ts +2 -0
- package/dist/commonjs/react-query/alertsListAlerts.d.ts.map +1 -1
- package/dist/commonjs/react-query/alertsListAlerts.js.map +1 -1
- package/dist/commonjs/react-query/companiesGetCompany.core.d.ts +15 -0
- package/dist/commonjs/react-query/companiesGetCompany.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/companiesGetCompany.core.js +42 -0
- package/dist/commonjs/react-query/companiesGetCompany.core.js.map +1 -0
- package/dist/commonjs/react-query/companiesGetCompany.d.ts +44 -0
- package/dist/commonjs/react-query/companiesGetCompany.d.ts.map +1 -0
- package/dist/commonjs/react-query/companiesGetCompany.js +75 -0
- package/dist/commonjs/react-query/companiesGetCompany.js.map +1 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.core.d.ts +36 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.core.js +93 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.core.js.map +1 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.d.ts +54 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.d.ts.map +1 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.js +104 -0
- package/dist/commonjs/react-query/companiesListCompanyManagers.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +8 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +8 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/invoicesListInvoices.core.d.ts +52 -0
- package/dist/commonjs/react-query/invoicesListInvoices.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/invoicesListInvoices.core.js +107 -0
- package/dist/commonjs/react-query/invoicesListInvoices.core.js.map +1 -0
- package/dist/commonjs/react-query/invoicesListInvoices.d.ts +156 -0
- package/dist/commonjs/react-query/invoicesListInvoices.d.ts.map +1 -0
- package/dist/commonjs/react-query/invoicesListInvoices.js +188 -0
- package/dist/commonjs/react-query/invoicesListInvoices.js.map +1 -0
- package/dist/commonjs/react-query/organizationsGetFacility.core.d.ts +3 -1
- package/dist/commonjs/react-query/organizationsGetFacility.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/organizationsGetFacility.core.js +11 -3
- package/dist/commonjs/react-query/organizationsGetFacility.core.js.map +1 -1
- package/dist/commonjs/react-query/organizationsGetFacility.d.ts +13 -2
- package/dist/commonjs/react-query/organizationsGetFacility.d.ts.map +1 -1
- package/dist/commonjs/react-query/organizationsGetFacility.js.map +1 -1
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.d.ts +2 -2
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.js +2 -2
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.core.js.map +1 -1
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.d.ts +2 -2
- package/dist/commonjs/react-query/organizationsListOrSearchFacilities.d.ts.map +1 -1
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.d.ts +12 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.js +38 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.core.js.map +1 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.d.ts +27 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.d.ts.map +1 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.js +63 -0
- package/dist/commonjs/react-query/paymentProfileGetPaymentProfile.js.map +1 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts +14 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.js +39 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.core.js.map +1 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts +37 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.d.ts.map +1 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.js +75 -0
- package/dist/commonjs/react-query/usersGetLinkedUsers.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.d.ts +16 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.js +43 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.d.ts +46 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.js +79 -0
- package/dist/commonjs/react-query/vendorScansGetNextScreeningQuestion.js.map +1 -0
- package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.d.ts +27 -0
- package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.js +55 -0
- package/dist/commonjs/react-query/vendorScansSubmitScreeningResponse.js.map +1 -0
- package/dist/commonjs/react-query/vendorsChangeSubscription.d.ts +4 -1
- package/dist/commonjs/react-query/vendorsChangeSubscription.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsChangeSubscription.js +4 -1
- package/dist/commonjs/react-query/vendorsChangeSubscription.js.map +1 -1
- package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.d.ts +2 -0
- package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.js +2 -0
- package/dist/commonjs/react-query/vendorsGetVendorInvoiceDetails.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +12 -4
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js +12 -4
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCredentials.core.d.ts +2 -0
- package/dist/commonjs/react-query/vendorsListVendorCredentials.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCredentials.core.js +2 -0
- package/dist/commonjs/react-query/vendorsListVendorCredentials.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCredentials.d.ts +2 -0
- package/dist/commonjs/react-query/vendorsListVendorCredentials.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCredentials.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts +36 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js +93 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.core.js.map +1 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts +54 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.d.ts.map +1 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.js +104 -0
- package/dist/commonjs/react-query/vendorsListVendorCustomFields.js.map +1 -0
- package/dist/commonjs/react-query/vendorsListVendorInvoices.core.d.ts +2 -2
- package/dist/commonjs/react-query/vendorsListVendorInvoices.d.ts +26 -6
- package/dist/commonjs/react-query/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorInvoices.js +24 -4
- package/dist/commonjs/react-query/vendorsListVendorInvoices.js.map +1 -1
- package/dist/commonjs/sdk/companies.d.ts +22 -0
- package/dist/commonjs/sdk/companies.d.ts.map +1 -1
- package/dist/commonjs/sdk/companies.js +26 -0
- package/dist/commonjs/sdk/companies.js.map +1 -1
- package/dist/commonjs/sdk/invoices.d.ts +32 -0
- package/dist/commonjs/sdk/invoices.d.ts.map +1 -1
- package/dist/commonjs/sdk/invoices.js +33 -0
- package/dist/commonjs/sdk/invoices.js.map +1 -1
- package/dist/commonjs/sdk/paymentprofile.d.ts +15 -0
- package/dist/commonjs/sdk/paymentprofile.d.ts.map +1 -0
- package/dist/commonjs/sdk/paymentprofile.js +25 -0
- package/dist/commonjs/sdk/paymentprofile.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +3 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +4 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/commonjs/sdk/users.d.ts +12 -0
- package/dist/commonjs/sdk/users.d.ts.map +1 -1
- package/dist/commonjs/sdk/users.js +15 -0
- package/dist/commonjs/sdk/users.js.map +1 -1
- package/dist/commonjs/sdk/vendors.d.ts +23 -3
- package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendors.js +24 -3
- package/dist/commonjs/sdk/vendors.js.map +1 -1
- package/dist/commonjs/sdk/vendorscans.d.ts +23 -0
- package/dist/commonjs/sdk/vendorscans.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendorscans.js +29 -0
- package/dist/commonjs/sdk/vendorscans.js.map +1 -1
- package/dist/esm/__tests__/companies.test.js +51 -0
- package/dist/esm/__tests__/companies.test.js.map +1 -1
- package/dist/esm/__tests__/invoices.test.js +32 -0
- package/dist/esm/__tests__/invoices.test.js.map +1 -1
- package/dist/esm/__tests__/paymentprofile.test.d.ts +2 -0
- package/dist/esm/__tests__/paymentprofile.test.d.ts.map +1 -0
- package/dist/esm/__tests__/paymentprofile.test.js +23 -0
- package/dist/esm/__tests__/paymentprofile.test.js.map +1 -0
- package/dist/esm/__tests__/users.test.js +21 -0
- package/dist/esm/__tests__/users.test.js.map +1 -1
- package/dist/esm/__tests__/vendors.test.js +32 -0
- package/dist/esm/__tests__/vendors.test.js.map +1 -1
- package/dist/esm/__tests__/vendorscans.test.js +36 -0
- package/dist/esm/__tests__/vendorscans.test.js.map +1 -1
- package/dist/esm/__tests__/webhooks.test.js +1 -1
- package/dist/esm/__tests__/webhooks.test.js.map +1 -1
- package/dist/esm/admin-funcs/handoffStayAlive.d.ts +3 -0
- package/dist/esm/admin-funcs/handoffStayAlive.d.ts.map +1 -0
- package/dist/esm/admin-funcs/handoffStayAlive.js +6 -0
- package/dist/esm/admin-funcs/handoffStayAlive.js.map +1 -0
- package/dist/esm/funcs/alertsListAlerts.js +6 -4
- package/dist/esm/funcs/alertsListAlerts.js.map +1 -1
- package/dist/esm/funcs/alertsUpdateUserAlerts.js +1 -1
- package/dist/esm/funcs/alertsUpdateUserAlerts.js.map +1 -1
- package/dist/esm/funcs/companiesGetCompany.d.ts +24 -0
- package/dist/esm/funcs/companiesGetCompany.d.ts.map +1 -0
- package/dist/esm/funcs/companiesGetCompany.js +96 -0
- package/dist/esm/funcs/companiesGetCompany.js.map +1 -0
- package/dist/esm/funcs/companiesListCompanyManagers.d.ts +21 -0
- package/dist/esm/funcs/companiesListCompanyManagers.d.ts.map +1 -0
- package/dist/esm/funcs/companiesListCompanyManagers.js +126 -0
- package/dist/esm/funcs/companiesListCompanyManagers.js.map +1 -0
- package/dist/esm/funcs/companiesListOrSearchCompanies.js +1 -1
- package/dist/esm/funcs/companiesListOrSearchCompanies.js.map +1 -1
- package/dist/esm/funcs/dataRequestsAddDataRequestFile.js +1 -1
- package/dist/esm/funcs/dataRequestsAddDataRequestFile.js.map +1 -1
- package/dist/esm/funcs/dataRequestsDeleteDataRequestFile.js +1 -1
- package/dist/esm/funcs/dataRequestsDeleteDataRequestFile.js.map +1 -1
- package/dist/esm/funcs/dataRequestsUpdateDataRequest.js +1 -1
- package/dist/esm/funcs/dataRequestsUpdateDataRequest.js.map +1 -1
- package/dist/esm/funcs/eventsAcceptInvitation.js +1 -1
- package/dist/esm/funcs/eventsAcceptInvitation.js.map +1 -1
- package/dist/esm/funcs/eventsCreateEvent.js +1 -1
- package/dist/esm/funcs/eventsCreateEvent.js.map +1 -1
- package/dist/esm/funcs/eventsDeclineInvitation.js +1 -1
- package/dist/esm/funcs/eventsDeclineInvitation.js.map +1 -1
- package/dist/esm/funcs/eventsDeleteEvent.js +1 -1
- package/dist/esm/funcs/eventsDeleteEvent.js.map +1 -1
- package/dist/esm/funcs/eventsListFeed.js +1 -1
- package/dist/esm/funcs/eventsListFeed.js.map +1 -1
- package/dist/esm/funcs/eventsListLocations.js +1 -1
- package/dist/esm/funcs/eventsListLocations.js.map +1 -1
- package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js +1 -1
- package/dist/esm/funcs/eventsListOrSearchVendorInvitees.js.map +1 -1
- package/dist/esm/funcs/eventsListPendingInvitations.js +1 -1
- package/dist/esm/funcs/eventsListPendingInvitations.js.map +1 -1
- package/dist/esm/funcs/eventsListStandingAppointments.js +1 -1
- package/dist/esm/funcs/eventsListStandingAppointments.js.map +1 -1
- package/dist/esm/funcs/eventsUpdateEvent.js +1 -1
- package/dist/esm/funcs/eventsUpdateEvent.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsCreateAFhirConfig.js +1 -1
- package/dist/esm/funcs/fhirConfigsCreateAFhirConfig.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsDeleteFhirConfigById.js +1 -1
- package/dist/esm/funcs/fhirConfigsDeleteFhirConfigById.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsGetFhirConfig.js +1 -1
- package/dist/esm/funcs/fhirConfigsGetFhirConfig.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js +1 -1
- package/dist/esm/funcs/fhirConfigsListOfFhirConfigurations.js.map +1 -1
- package/dist/esm/funcs/fhirConfigsUpdateFhirConfigById.js +1 -1
- package/dist/esm/funcs/fhirConfigsUpdateFhirConfigById.js.map +1 -1
- package/dist/esm/funcs/invoicesCreateInvoice.js +1 -1
- package/dist/esm/funcs/invoicesCreateInvoice.js.map +1 -1
- package/dist/esm/funcs/invoicesListInvoices.d.ts +43 -0
- package/dist/esm/funcs/invoicesListInvoices.d.ts.map +1 -0
- package/dist/esm/funcs/invoicesListInvoices.js +151 -0
- package/dist/esm/funcs/invoicesListInvoices.js.map +1 -0
- package/dist/esm/funcs/invoicesMakePayment.js +1 -1
- package/dist/esm/funcs/invoicesMakePayment.js.map +1 -1
- package/dist/esm/funcs/invoicesUpdateInvoice.js +1 -1
- package/dist/esm/funcs/invoicesUpdateInvoice.js.map +1 -1
- package/dist/esm/funcs/mobileDevicesAddMobileDevice.js +1 -1
- package/dist/esm/funcs/mobileDevicesAddMobileDevice.js.map +1 -1
- package/dist/esm/funcs/organizationsGetFacility.js +7 -3
- package/dist/esm/funcs/organizationsGetFacility.js.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartmentContacts.js.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartments.js +1 -1
- package/dist/esm/funcs/organizationsListOrSearchDepartments.js.map +1 -1
- package/dist/esm/funcs/organizationsListOrSearchFacilities.js +3 -3
- package/dist/esm/funcs/organizationsListOrSearchFacilities.js.map +1 -1
- package/dist/esm/funcs/paymentProfileGetPaymentProfile.d.ts +21 -0
- package/dist/esm/funcs/paymentProfileGetPaymentProfile.d.ts.map +1 -0
- package/dist/esm/funcs/paymentProfileGetPaymentProfile.js +74 -0
- package/dist/esm/funcs/paymentProfileGetPaymentProfile.js.map +1 -0
- package/dist/esm/funcs/supportArticlesGetSupportArticle.js +1 -1
- package/dist/esm/funcs/supportArticlesGetSupportArticle.js.map +1 -1
- package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js +1 -1
- package/dist/esm/funcs/supportArticlesListOrSearchSupportArticles.js.map +1 -1
- package/dist/esm/funcs/systemsListSystems.js +1 -1
- package/dist/esm/funcs/systemsListSystems.js.map +1 -1
- package/dist/esm/funcs/usersChangePassword.js +1 -1
- package/dist/esm/funcs/usersChangePassword.js.map +1 -1
- package/dist/esm/funcs/usersGetCurrentUser.js +1 -1
- package/dist/esm/funcs/usersGetCurrentUser.js.map +1 -1
- package/dist/esm/funcs/usersGetLinkedUsers.d.ts +23 -0
- package/dist/esm/funcs/usersGetLinkedUsers.d.ts.map +1 -0
- package/dist/esm/funcs/usersGetLinkedUsers.js +89 -0
- package/dist/esm/funcs/usersGetLinkedUsers.js.map +1 -0
- package/dist/esm/funcs/usersGetUserById.js +1 -1
- package/dist/esm/funcs/usersGetUserById.js.map +1 -1
- package/dist/esm/funcs/usersMagiclink.js +1 -1
- package/dist/esm/funcs/usersMagiclink.js.map +1 -1
- package/dist/esm/funcs/usersPassword.js +1 -1
- package/dist/esm/funcs/usersPassword.js.map +1 -1
- package/dist/esm/funcs/usersPasswordResetRequest.js +1 -1
- package/dist/esm/funcs/usersPasswordResetRequest.js.map +1 -1
- package/dist/esm/funcs/usersPostAuthenticate.js +1 -1
- package/dist/esm/funcs/usersPostAuthenticate.js.map +1 -1
- package/dist/esm/funcs/usersRotateApiKey.js +1 -1
- package/dist/esm/funcs/usersRotateApiKey.js.map +1 -1
- package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.d.ts +23 -0
- package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.js +97 -0
- package/dist/esm/funcs/vendorScansGetNextScreeningQuestion.js.map +1 -0
- package/dist/esm/funcs/vendorScansSubmitScreeningResponse.d.ts +22 -0
- package/dist/esm/funcs/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
- package/dist/esm/funcs/vendorScansSubmitScreeningResponse.js +91 -0
- package/dist/esm/funcs/vendorScansSubmitScreeningResponse.js.map +1 -0
- package/dist/esm/funcs/vendorScansVendorScanOut.js +1 -1
- package/dist/esm/funcs/vendorScansVendorScanOut.js.map +1 -1
- package/dist/esm/funcs/vendorsAcceptVendorCredential.js +1 -1
- package/dist/esm/funcs/vendorsAcceptVendorCredential.js.map +1 -1
- package/dist/esm/funcs/vendorsAddVendorCredentialFile.js +1 -1
- package/dist/esm/funcs/vendorsAddVendorCredentialFile.js.map +1 -1
- package/dist/esm/funcs/vendorsAddVendorManagedByCompany.js +1 -1
- package/dist/esm/funcs/vendorsAddVendorManagedByCompany.js.map +1 -1
- package/dist/esm/funcs/vendorsCalculateSubscriptionPrice.js +1 -1
- package/dist/esm/funcs/vendorsCalculateSubscriptionPrice.js.map +1 -1
- package/dist/esm/funcs/vendorsChangeSubscription.d.ts +4 -1
- package/dist/esm/funcs/vendorsChangeSubscription.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsChangeSubscription.js +5 -2
- package/dist/esm/funcs/vendorsChangeSubscription.js.map +1 -1
- package/dist/esm/funcs/vendorsCheckDownloadCode.js +1 -1
- package/dist/esm/funcs/vendorsCheckDownloadCode.js.map +1 -1
- package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js +1 -1
- package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -1
- package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js +1 -1
- package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js.map +1 -1
- package/dist/esm/funcs/vendorsCreateVendorCompany.js +1 -1
- package/dist/esm/funcs/vendorsCreateVendorCompany.js.map +1 -1
- package/dist/esm/funcs/vendorsCreateVendorRegistration.js +1 -1
- package/dist/esm/funcs/vendorsCreateVendorRegistration.js.map +1 -1
- package/dist/esm/funcs/vendorsDeclineVendorCredential.js +1 -1
- package/dist/esm/funcs/vendorsDeclineVendorCredential.js.map +1 -1
- package/dist/esm/funcs/vendorsDeleteVendorCredentialFile.js +1 -1
- package/dist/esm/funcs/vendorsDeleteVendorCredentialFile.js.map +1 -1
- package/dist/esm/funcs/vendorsDeleteVendorManagedByCompany.js +1 -1
- package/dist/esm/funcs/vendorsDeleteVendorManagedByCompany.js.map +1 -1
- package/dist/esm/funcs/vendorsExpediteTimeRemaining.js +1 -1
- package/dist/esm/funcs/vendorsExpediteTimeRemaining.js.map +1 -1
- package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js +1 -1
- package/dist/esm/funcs/vendorsGetNextUnansweredScreeningQuestion.js.map +1 -1
- package/dist/esm/funcs/vendorsGetSubscription.js +1 -1
- package/dist/esm/funcs/vendorsGetSubscription.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorCredentialDetails.js +1 -1
- package/dist/esm/funcs/vendorsGetVendorCredentialDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorCredentialFile.js +1 -1
- package/dist/esm/funcs/vendorsGetVendorCredentialFile.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.d.ts +1 -0
- package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.js +2 -1
- package/dist/esm/funcs/vendorsGetVendorInvoiceDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorInvoiceReceipt.js +1 -1
- package/dist/esm/funcs/vendorsGetVendorInvoiceReceipt.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorLegalName.js +1 -1
- package/dist/esm/funcs/vendorsGetVendorLegalName.js.map +1 -1
- package/dist/esm/funcs/vendorsGetVendorsDetails.js +1 -1
- package/dist/esm/funcs/vendorsGetVendorsDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +3 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +4 -2
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialFiles.js +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialFiles.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialHistory.js +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentialHistory.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredentials.js +2 -1
- package/dist/esm/funcs/vendorsListVendorCredentials.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCredits.js +1 -1
- package/dist/esm/funcs/vendorsListVendorCredits.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts +21 -0
- package/dist/esm/funcs/vendorsListVendorCustomFields.d.ts.map +1 -0
- package/dist/esm/funcs/vendorsListVendorCustomFields.js +126 -0
- package/dist/esm/funcs/vendorsListVendorCustomFields.js.map +1 -0
- package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js +1 -1
- package/dist/esm/funcs/vendorsListVendorFacilityStatuses.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorInvoices.d.ts +6 -1
- package/dist/esm/funcs/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorInvoices.js +7 -2
- package/dist/esm/funcs/vendorsListVendorInvoices.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorJobTitles.js +1 -1
- package/dist/esm/funcs/vendorsListVendorJobTitles.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js +1 -1
- package/dist/esm/funcs/vendorsListVendorManagedByCompanies.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubDetails.js +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPackages.js +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPackages.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPurchases.js +1 -1
- package/dist/esm/funcs/vendorsListVendorScrubPurchases.js.map +1 -1
- package/dist/esm/funcs/vendorsListVendorTypes.js +1 -1
- package/dist/esm/funcs/vendorsListVendorTypes.js.map +1 -1
- package/dist/esm/funcs/vendorsPurchaseScrubCredits.js +1 -1
- package/dist/esm/funcs/vendorsPurchaseScrubCredits.js.map +1 -1
- package/dist/esm/funcs/vendorsSendDownloadCode.js +1 -1
- package/dist/esm/funcs/vendorsSendDownloadCode.js.map +1 -1
- package/dist/esm/funcs/vendorsSubmitVendorCredential.js +1 -1
- package/dist/esm/funcs/vendorsSubmitVendorCredential.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorCredentialData.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorCredentialData.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorCredentialFile.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorCredentialFile.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorDetails.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorManagedByCompany.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorManagedByCompany.js.map +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorScrubDetails.js +1 -1
- package/dist/esm/funcs/vendorsUpdateVendorScrubDetails.js.map +1 -1
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.js +1 -1
- package/dist/esm/funcs/webhooksGetWebhookEndpoint.js.map +1 -1
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js +1 -1
- package/dist/esm/funcs/webhooksListAllWebhookEndpoints.js.map +1 -1
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js +1 -1
- package/dist/esm/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.js.map +1 -1
- package/dist/esm/funcs/zonesGetSecurityZone.js +1 -1
- package/dist/esm/funcs/zonesGetSecurityZone.js.map +1 -1
- package/dist/esm/funcs/zonesSecurityZoneCheckin.js +1 -1
- package/dist/esm/funcs/zonesSecurityZoneCheckin.js.map +1 -1
- package/dist/esm/index.extras.d.ts +2 -0
- package/dist/esm/index.extras.d.ts.map +1 -1
- package/dist/esm/index.extras.js +2 -0
- package/dist/esm/index.extras.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/lib/sdks.js +2 -2
- package/dist/esm/lib/sdks.js.map +1 -1
- package/dist/esm/models/components/companymanager.d.ts +78 -0
- package/dist/esm/models/components/companymanager.d.ts.map +1 -0
- package/dist/esm/models/components/companymanager.js +127 -0
- package/dist/esm/models/components/companymanager.js.map +1 -0
- package/dist/esm/models/components/credentialstatus.d.ts +1 -0
- package/dist/esm/models/components/credentialstatus.d.ts.map +1 -1
- package/dist/esm/models/components/credentialstatus.js +1 -0
- package/dist/esm/models/components/credentialstatus.js.map +1 -1
- package/dist/esm/models/components/expand.d.ts +18 -12
- package/dist/esm/models/components/expand.d.ts.map +1 -1
- package/dist/esm/models/components/expand.js +18 -12
- package/dist/esm/models/components/expand.js.map +1 -1
- package/dist/esm/models/components/feed.d.ts +6 -0
- package/dist/esm/models/components/feed.d.ts.map +1 -1
- package/dist/esm/models/components/feed.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +7 -2
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +7 -2
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/invoice.d.ts +94 -1
- package/dist/esm/models/components/invoice.d.ts.map +1 -1
- package/dist/esm/models/components/invoice.js +50 -1
- package/dist/esm/models/components/invoice.js.map +1 -1
- package/dist/esm/models/components/invoicefinancialstatus.d.ts +10 -0
- package/dist/esm/models/components/invoicefinancialstatus.d.ts.map +1 -0
- package/dist/esm/models/components/invoicefinancialstatus.js +11 -0
- package/dist/esm/models/components/invoicefinancialstatus.js.map +1 -0
- package/dist/esm/models/components/invoiceitem.d.ts +1 -0
- package/dist/esm/models/components/invoiceitem.d.ts.map +1 -1
- package/dist/esm/models/components/invoiceitem.js +1 -0
- package/dist/esm/models/components/invoiceitem.js.map +1 -1
- package/dist/esm/models/components/paymentprofileinfo.d.ts +46 -0
- package/dist/esm/models/components/paymentprofileinfo.d.ts.map +1 -0
- package/dist/esm/models/components/paymentprofileinfo.js +72 -0
- package/dist/esm/models/components/paymentprofileinfo.js.map +1 -0
- package/dist/esm/models/components/pendinginvitation.d.ts +6 -0
- package/dist/esm/models/components/pendinginvitation.d.ts.map +1 -1
- package/dist/esm/models/components/pendinginvitation.js.map +1 -1
- package/dist/esm/models/components/screeninganswer.d.ts +4 -4
- package/dist/esm/models/components/screeninganswer.d.ts.map +1 -1
- package/dist/esm/models/components/screeninganswer.js +3 -3
- package/dist/esm/models/components/screeninganswer.js.map +1 -1
- package/dist/esm/models/components/screeningansweractionsummary.d.ts +30 -0
- package/dist/esm/models/components/screeningansweractionsummary.d.ts.map +1 -0
- package/dist/esm/models/components/screeningansweractionsummary.js +22 -0
- package/dist/esm/models/components/screeningansweractionsummary.js.map +1 -0
- package/dist/esm/models/components/screeningquestion.d.ts +4 -4
- package/dist/esm/models/components/screeningquestion.d.ts.map +1 -1
- package/dist/esm/models/components/screeningquestion.js +4 -3
- package/dist/esm/models/components/screeningquestion.js.map +1 -1
- package/dist/esm/models/components/standingappointment.d.ts +6 -0
- package/dist/esm/models/components/standingappointment.d.ts.map +1 -1
- package/dist/esm/models/components/standingappointment.js.map +1 -1
- package/dist/esm/models/components/subscription.d.ts +1 -1
- package/dist/esm/models/components/subscription.d.ts.map +1 -1
- package/dist/esm/models/components/subscription.js +1 -1
- package/dist/esm/models/components/subscription.js.map +1 -1
- package/dist/esm/models/components/supervisor.d.ts +2 -2
- package/dist/esm/models/components/supervisor.d.ts.map +1 -1
- package/dist/esm/models/components/supervisor.js +2 -2
- package/dist/esm/models/components/supervisor.js.map +1 -1
- package/dist/esm/models/components/vendor.d.ts +9 -1
- package/dist/esm/models/components/vendor.d.ts.map +1 -1
- package/dist/esm/models/components/vendor.js +16 -1
- package/dist/esm/models/components/vendor.js.map +1 -1
- package/dist/esm/models/components/vendorcredentialsummary.d.ts +1 -0
- package/dist/esm/models/components/vendorcredentialsummary.d.ts.map +1 -1
- package/dist/esm/models/components/vendorcredentialsummary.js +2 -0
- package/dist/esm/models/components/vendorcredentialsummary.js.map +1 -1
- package/dist/esm/models/components/vendorcustomfields.d.ts +14 -0
- package/dist/esm/models/components/vendorcustomfields.d.ts.map +1 -0
- package/dist/esm/models/components/{vendoradditionalfacilityfields.js → vendorcustomfields.js} +4 -4
- package/dist/esm/models/components/vendorcustomfields.js.map +1 -0
- package/dist/esm/models/components/vendorscan.d.ts +3 -0
- package/dist/esm/models/components/vendorscan.d.ts.map +1 -1
- package/dist/esm/models/components/vendorscan.js +5 -0
- package/dist/esm/models/components/vendorscan.js.map +1 -1
- package/dist/esm/models/components/vendorscanscreeninganswer.d.ts +33 -0
- package/dist/esm/models/components/vendorscanscreeninganswer.d.ts.map +1 -0
- package/dist/esm/models/components/vendorscanscreeninganswer.js +41 -0
- package/dist/esm/models/components/vendorscanscreeninganswer.js.map +1 -0
- package/dist/esm/models/components/vendorscanscreeningquestion.d.ts +55 -0
- package/dist/esm/models/components/vendorscanscreeningquestion.d.ts.map +1 -0
- package/dist/esm/models/components/vendorscanscreeningquestion.js +40 -0
- package/dist/esm/models/components/vendorscanscreeningquestion.js.map +1 -0
- package/dist/esm/models/errors/apierrorresponse.d.ts +2 -2
- package/dist/esm/models/errors/apierrorresponse.d.ts.map +1 -1
- package/dist/esm/models/errors/apierrorresponse.js +3 -2
- package/dist/esm/models/errors/apierrorresponse.js.map +1 -1
- package/dist/esm/models/operations/getcompany.d.ts +21 -0
- package/dist/esm/models/operations/getcompany.d.ts.map +1 -0
- package/dist/esm/models/operations/getcompany.js +14 -0
- package/dist/esm/models/operations/getcompany.js.map +1 -0
- package/dist/esm/models/operations/getfacility.d.ts +6 -0
- package/dist/esm/models/operations/getfacility.d.ts.map +1 -1
- package/dist/esm/models/operations/getfacility.js +2 -0
- package/dist/esm/models/operations/getfacility.js.map +1 -1
- package/dist/esm/models/operations/getlinkedusers.d.ts +36 -0
- package/dist/esm/models/operations/getlinkedusers.d.ts.map +1 -0
- package/dist/esm/models/operations/getlinkedusers.js +47 -0
- package/dist/esm/models/operations/getlinkedusers.js.map +1 -0
- package/dist/esm/models/operations/getnextscreeningquestion.d.ts +41 -0
- package/dist/esm/models/operations/getnextscreeningquestion.d.ts.map +1 -0
- package/dist/esm/models/operations/getnextscreeningquestion.js +31 -0
- package/dist/esm/models/operations/getnextscreeningquestion.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +7 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +7 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listalerts.d.ts +5 -0
- package/dist/esm/models/operations/listalerts.d.ts.map +1 -1
- package/dist/esm/models/operations/listalerts.js +2 -0
- package/dist/esm/models/operations/listalerts.js.map +1 -1
- package/dist/esm/models/operations/listcompanymanagers.d.ts +57 -0
- package/dist/esm/models/operations/listcompanymanagers.d.ts.map +1 -0
- package/dist/esm/models/operations/listcompanymanagers.js +43 -0
- package/dist/esm/models/operations/listcompanymanagers.js.map +1 -0
- package/dist/esm/models/operations/listinvoices.d.ts +95 -0
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -0
- package/dist/esm/models/operations/listinvoices.js +57 -0
- package/dist/esm/models/operations/listinvoices.js.map +1 -0
- package/dist/esm/models/operations/listorsearchfacilities.d.ts +2 -2
- package/dist/esm/models/operations/listorsearchfacilities.d.ts.map +1 -1
- package/dist/esm/models/operations/listorsearchfacilities.js +1 -2
- package/dist/esm/models/operations/listorsearchfacilities.js.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/esm/models/operations/listvendorcredentials.d.ts +5 -0
- package/dist/esm/models/operations/listvendorcredentials.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorcredentials.js +2 -0
- package/dist/esm/models/operations/listvendorcredentials.js.map +1 -1
- package/dist/esm/models/operations/listvendorcustomfields.d.ts +57 -0
- package/dist/esm/models/operations/listvendorcustomfields.d.ts.map +1 -0
- package/dist/esm/models/operations/listvendorcustomfields.js +43 -0
- package/dist/esm/models/operations/listvendorcustomfields.js.map +1 -0
- package/dist/esm/models/operations/listvendorinvoices.d.ts +3 -17
- package/dist/esm/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorinvoices.js +2 -10
- package/dist/esm/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.d.ts +24 -4
- package/dist/esm/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.js +28 -1
- package/dist/esm/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/esm/models/operations/submitscreeningresponse.d.ts +80 -0
- package/dist/esm/models/operations/submitscreeningresponse.d.ts.map +1 -0
- package/dist/esm/models/operations/submitscreeningresponse.js +54 -0
- package/dist/esm/models/operations/submitscreeningresponse.js.map +1 -0
- package/dist/esm/models/operations/updateuseralerts.d.ts +7 -0
- package/dist/esm/models/operations/updateuseralerts.d.ts.map +1 -1
- package/dist/esm/models/operations/updateuseralerts.js +2 -0
- package/dist/esm/models/operations/updateuseralerts.js.map +1 -1
- package/dist/esm/react-query/alertsListAlerts.core.d.ts +2 -0
- package/dist/esm/react-query/alertsListAlerts.core.d.ts.map +1 -1
- package/dist/esm/react-query/alertsListAlerts.core.js +2 -0
- package/dist/esm/react-query/alertsListAlerts.core.js.map +1 -1
- package/dist/esm/react-query/alertsListAlerts.d.ts +2 -0
- package/dist/esm/react-query/alertsListAlerts.d.ts.map +1 -1
- package/dist/esm/react-query/alertsListAlerts.js.map +1 -1
- package/dist/esm/react-query/companiesGetCompany.core.d.ts +15 -0
- package/dist/esm/react-query/companiesGetCompany.core.d.ts.map +1 -0
- package/dist/esm/react-query/companiesGetCompany.core.js +37 -0
- package/dist/esm/react-query/companiesGetCompany.core.js.map +1 -0
- package/dist/esm/react-query/companiesGetCompany.d.ts +44 -0
- package/dist/esm/react-query/companiesGetCompany.d.ts.map +1 -0
- package/dist/esm/react-query/companiesGetCompany.js +65 -0
- package/dist/esm/react-query/companiesGetCompany.js.map +1 -0
- package/dist/esm/react-query/companiesListCompanyManagers.core.d.ts +36 -0
- package/dist/esm/react-query/companiesListCompanyManagers.core.d.ts.map +1 -0
- package/dist/esm/react-query/companiesListCompanyManagers.core.js +85 -0
- package/dist/esm/react-query/companiesListCompanyManagers.core.js.map +1 -0
- package/dist/esm/react-query/companiesListCompanyManagers.d.ts +54 -0
- package/dist/esm/react-query/companiesListCompanyManagers.d.ts.map +1 -0
- package/dist/esm/react-query/companiesListCompanyManagers.js +89 -0
- package/dist/esm/react-query/companiesListCompanyManagers.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +8 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +8 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/invoicesListInvoices.core.d.ts +52 -0
- package/dist/esm/react-query/invoicesListInvoices.core.d.ts.map +1 -0
- package/dist/esm/react-query/invoicesListInvoices.core.js +99 -0
- package/dist/esm/react-query/invoicesListInvoices.core.js.map +1 -0
- package/dist/esm/react-query/invoicesListInvoices.d.ts +156 -0
- package/dist/esm/react-query/invoicesListInvoices.d.ts.map +1 -0
- package/dist/esm/react-query/invoicesListInvoices.js +173 -0
- package/dist/esm/react-query/invoicesListInvoices.js.map +1 -0
- package/dist/esm/react-query/organizationsGetFacility.core.d.ts +3 -1
- package/dist/esm/react-query/organizationsGetFacility.core.d.ts.map +1 -1
- package/dist/esm/react-query/organizationsGetFacility.core.js +11 -3
- package/dist/esm/react-query/organizationsGetFacility.core.js.map +1 -1
- package/dist/esm/react-query/organizationsGetFacility.d.ts +13 -2
- package/dist/esm/react-query/organizationsGetFacility.d.ts.map +1 -1
- package/dist/esm/react-query/organizationsGetFacility.js.map +1 -1
- package/dist/esm/react-query/organizationsListOrSearchFacilities.core.d.ts +2 -2
- package/dist/esm/react-query/organizationsListOrSearchFacilities.core.d.ts.map +1 -1
- package/dist/esm/react-query/organizationsListOrSearchFacilities.core.js +2 -2
- package/dist/esm/react-query/organizationsListOrSearchFacilities.core.js.map +1 -1
- package/dist/esm/react-query/organizationsListOrSearchFacilities.d.ts +2 -2
- package/dist/esm/react-query/organizationsListOrSearchFacilities.d.ts.map +1 -1
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.d.ts +12 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.d.ts.map +1 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.js +33 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.core.js.map +1 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.d.ts +27 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.d.ts.map +1 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.js +54 -0
- package/dist/esm/react-query/paymentProfileGetPaymentProfile.js.map +1 -0
- package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts +14 -0
- package/dist/esm/react-query/usersGetLinkedUsers.core.d.ts.map +1 -0
- package/dist/esm/react-query/usersGetLinkedUsers.core.js +34 -0
- package/dist/esm/react-query/usersGetLinkedUsers.core.js.map +1 -0
- package/dist/esm/react-query/usersGetLinkedUsers.d.ts +37 -0
- package/dist/esm/react-query/usersGetLinkedUsers.d.ts.map +1 -0
- package/dist/esm/react-query/usersGetLinkedUsers.js +65 -0
- package/dist/esm/react-query/usersGetLinkedUsers.js.map +1 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.d.ts +16 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.js +38 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.core.js.map +1 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.d.ts +46 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.js +69 -0
- package/dist/esm/react-query/vendorScansGetNextScreeningQuestion.js.map +1 -0
- package/dist/esm/react-query/vendorScansSubmitScreeningResponse.d.ts +27 -0
- package/dist/esm/react-query/vendorScansSubmitScreeningResponse.d.ts.map +1 -0
- package/dist/esm/react-query/vendorScansSubmitScreeningResponse.js +50 -0
- package/dist/esm/react-query/vendorScansSubmitScreeningResponse.js.map +1 -0
- package/dist/esm/react-query/vendorsChangeSubscription.d.ts +4 -1
- package/dist/esm/react-query/vendorsChangeSubscription.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsChangeSubscription.js +4 -1
- package/dist/esm/react-query/vendorsChangeSubscription.js.map +1 -1
- package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.d.ts +2 -0
- package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.js +2 -0
- package/dist/esm/react-query/vendorsGetVendorInvoiceDetails.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +12 -4
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js +12 -4
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCredentials.core.d.ts +2 -0
- package/dist/esm/react-query/vendorsListVendorCredentials.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCredentials.core.js +2 -0
- package/dist/esm/react-query/vendorsListVendorCredentials.core.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCredentials.d.ts +2 -0
- package/dist/esm/react-query/vendorsListVendorCredentials.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCredentials.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts +36 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.js +85 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.core.js.map +1 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts +54 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.d.ts.map +1 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.js +89 -0
- package/dist/esm/react-query/vendorsListVendorCustomFields.js.map +1 -0
- package/dist/esm/react-query/vendorsListVendorInvoices.core.d.ts +2 -2
- package/dist/esm/react-query/vendorsListVendorInvoices.d.ts +26 -6
- package/dist/esm/react-query/vendorsListVendorInvoices.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorInvoices.js +24 -4
- package/dist/esm/react-query/vendorsListVendorInvoices.js.map +1 -1
- package/dist/esm/sdk/companies.d.ts +22 -0
- package/dist/esm/sdk/companies.d.ts.map +1 -1
- package/dist/esm/sdk/companies.js +26 -0
- package/dist/esm/sdk/companies.js.map +1 -1
- package/dist/esm/sdk/invoices.d.ts +32 -0
- package/dist/esm/sdk/invoices.d.ts.map +1 -1
- package/dist/esm/sdk/invoices.js +33 -0
- package/dist/esm/sdk/invoices.js.map +1 -1
- package/dist/esm/sdk/paymentprofile.d.ts +15 -0
- package/dist/esm/sdk/paymentprofile.d.ts.map +1 -0
- package/dist/esm/sdk/paymentprofile.js +21 -0
- package/dist/esm/sdk/paymentprofile.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +3 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +4 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/dist/esm/sdk/users.d.ts +12 -0
- package/dist/esm/sdk/users.d.ts.map +1 -1
- package/dist/esm/sdk/users.js +15 -0
- package/dist/esm/sdk/users.js.map +1 -1
- package/dist/esm/sdk/vendors.d.ts +23 -3
- package/dist/esm/sdk/vendors.d.ts.map +1 -1
- package/dist/esm/sdk/vendors.js +24 -3
- package/dist/esm/sdk/vendors.js.map +1 -1
- package/dist/esm/sdk/vendorscans.d.ts +23 -0
- package/dist/esm/sdk/vendorscans.d.ts.map +1 -1
- package/dist/esm/sdk/vendorscans.js +29 -0
- package/dist/esm/sdk/vendorscans.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/companies.test.ts +57 -0
- package/src/__tests__/invoices.test.ts +35 -0
- package/src/__tests__/paymentprofile.test.ts +26 -0
- package/src/__tests__/users.test.ts +24 -0
- package/src/__tests__/vendors.test.ts +35 -0
- package/src/__tests__/vendorscans.test.ts +42 -0
- package/src/__tests__/webhooks.test.ts +1 -1
- package/src/admin-funcs/handoffStayAlive.ts +8 -0
- package/src/funcs/alertsListAlerts.ts +13 -9
- package/src/funcs/alertsUpdateUserAlerts.ts +1 -2
- package/src/funcs/companiesGetCompany.ts +185 -0
- package/src/funcs/companiesListCompanyManagers.ts +254 -0
- package/src/funcs/companiesListOrSearchCompanies.ts +1 -2
- package/src/funcs/dataRequestsAddDataRequestFile.ts +1 -2
- package/src/funcs/dataRequestsDeleteDataRequestFile.ts +1 -2
- package/src/funcs/dataRequestsUpdateDataRequest.ts +1 -2
- package/src/funcs/eventsAcceptInvitation.ts +1 -2
- package/src/funcs/eventsCreateEvent.ts +1 -2
- package/src/funcs/eventsDeclineInvitation.ts +1 -2
- package/src/funcs/eventsDeleteEvent.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/eventsUpdateEvent.ts +1 -2
- package/src/funcs/fhirConfigsCreateAFhirConfig.ts +1 -2
- package/src/funcs/fhirConfigsDeleteFhirConfigById.ts +1 -2
- package/src/funcs/fhirConfigsGetFhirConfig.ts +1 -2
- package/src/funcs/fhirConfigsListOfFhirConfigurations.ts +1 -2
- package/src/funcs/fhirConfigsUpdateFhirConfigById.ts +1 -2
- package/src/funcs/invoicesCreateInvoice.ts +1 -2
- package/src/funcs/invoicesListInvoices.ts +280 -0
- package/src/funcs/invoicesMakePayment.ts +1 -2
- package/src/funcs/invoicesUpdateInvoice.ts +1 -2
- package/src/funcs/mobileDevicesAddMobileDevice.ts +1 -2
- package/src/funcs/organizationsGetFacility.ts +9 -5
- package/src/funcs/organizationsListOrSearchDepartmentContacts.ts +1 -2
- package/src/funcs/organizationsListOrSearchDepartments.ts +1 -2
- package/src/funcs/organizationsListOrSearchFacilities.ts +4 -5
- package/src/funcs/paymentProfileGetPaymentProfile.ts +153 -0
- package/src/funcs/supportArticlesGetSupportArticle.ts +1 -2
- package/src/funcs/supportArticlesListOrSearchSupportArticles.ts +1 -2
- package/src/funcs/systemsListSystems.ts +1 -2
- package/src/funcs/usersChangePassword.ts +1 -2
- package/src/funcs/usersGetCurrentUser.ts +1 -2
- package/src/funcs/usersGetLinkedUsers.ts +177 -0
- package/src/funcs/usersGetUserById.ts +1 -2
- package/src/funcs/usersMagiclink.ts +1 -2
- package/src/funcs/usersPassword.ts +1 -2
- package/src/funcs/usersPasswordResetRequest.ts +1 -2
- package/src/funcs/usersPostAuthenticate.ts +1 -2
- package/src/funcs/usersRotateApiKey.ts +1 -2
- package/src/funcs/vendorScansGetNextScreeningQuestion.ts +192 -0
- package/src/funcs/vendorScansSubmitScreeningResponse.ts +180 -0
- package/src/funcs/vendorScansVendorScanOut.ts +1 -2
- package/src/funcs/vendorsAcceptVendorCredential.ts +1 -2
- package/src/funcs/vendorsAddVendorCredentialFile.ts +1 -2
- package/src/funcs/vendorsAddVendorManagedByCompany.ts +1 -2
- package/src/funcs/vendorsCalculateSubscriptionPrice.ts +1 -2
- package/src/funcs/vendorsChangeSubscription.ts +5 -3
- package/src/funcs/vendorsCheckDownloadCode.ts +1 -2
- package/src/funcs/vendorsCreateNewVendorCredentialVersion.ts +1 -2
- package/src/funcs/vendorsCreateOrUpdateBcr.ts +1 -2
- package/src/funcs/vendorsCreateVendorCompany.ts +1 -2
- package/src/funcs/vendorsCreateVendorRegistration.ts +1 -2
- package/src/funcs/vendorsDeclineVendorCredential.ts +1 -2
- package/src/funcs/vendorsDeleteVendorCredentialFile.ts +1 -2
- package/src/funcs/vendorsDeleteVendorManagedByCompany.ts +1 -2
- package/src/funcs/vendorsExpediteTimeRemaining.ts +1 -2
- package/src/funcs/vendorsGetNextUnansweredScreeningQuestion.ts +1 -2
- package/src/funcs/vendorsGetSubscription.ts +1 -2
- package/src/funcs/vendorsGetVendorCredentialDetails.ts +1 -2
- package/src/funcs/vendorsGetVendorCredentialFile.ts +1 -2
- package/src/funcs/vendorsGetVendorInvoiceDetails.ts +2 -2
- package/src/funcs/vendorsGetVendorInvoiceReceipt.ts +1 -2
- package/src/funcs/vendorsGetVendorLegalName.ts +1 -2
- package/src/funcs/vendorsGetVendorsDetails.ts +1 -2
- package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +4 -3
- package/src/funcs/vendorsListVendorCredentialDataRequests.ts +1 -2
- package/src/funcs/vendorsListVendorCredentialFiles.ts +1 -2
- package/src/funcs/vendorsListVendorCredentialHistory.ts +1 -2
- package/src/funcs/vendorsListVendorCredentials.ts +2 -2
- package/src/funcs/vendorsListVendorCredits.ts +1 -2
- package/src/funcs/vendorsListVendorCustomFields.ts +256 -0
- package/src/funcs/vendorsListVendorFacilityStatuses.ts +1 -2
- package/src/funcs/vendorsListVendorInvoices.ts +7 -3
- package/src/funcs/vendorsListVendorJobTitles.ts +1 -2
- package/src/funcs/vendorsListVendorManagedByCompanies.ts +1 -2
- package/src/funcs/vendorsListVendorScrubDetails.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/vendorsPurchaseScrubCredits.ts +1 -2
- package/src/funcs/vendorsSendDownloadCode.ts +1 -2
- package/src/funcs/vendorsSubmitVendorCredential.ts +1 -2
- package/src/funcs/vendorsUpdateVendorCredentialData.ts +1 -2
- package/src/funcs/vendorsUpdateVendorCredentialFile.ts +1 -2
- package/src/funcs/vendorsUpdateVendorDetails.ts +1 -2
- package/src/funcs/vendorsUpdateVendorManagedByCompany.ts +1 -2
- package/src/funcs/vendorsUpdateVendorScrubDetails.ts +1 -2
- package/src/funcs/webhooksGetWebhookEndpoint.ts +1 -2
- package/src/funcs/webhooksListAllWebhookEndpoints.ts +1 -2
- package/src/funcs/webhooksUpdatesTheWebhookEndpointWithTheGivenId.ts +1 -2
- package/src/funcs/zonesGetSecurityZone.ts +1 -2
- package/src/funcs/zonesSecurityZoneCheckin.ts +1 -2
- package/src/index.extras.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/sdks.ts +2 -2
- package/src/models/components/companymanager.ts +307 -0
- package/src/models/components/credentialstatus.ts +1 -0
- package/src/models/components/expand.ts +18 -12
- package/src/models/components/feed.ts +6 -0
- package/src/models/components/index.ts +7 -2
- package/src/models/components/invoice.ts +153 -2
- package/src/models/components/invoicefinancialstatus.ts +17 -0
- package/src/models/components/invoiceitem.ts +2 -0
- package/src/models/components/paymentprofileinfo.ts +182 -0
- package/src/models/components/pendinginvitation.ts +6 -0
- package/src/models/components/screeninganswer.ts +9 -7
- package/src/models/components/screeningansweractionsummary.ts +60 -0
- package/src/models/components/screeningquestion.ts +10 -7
- package/src/models/components/standingappointment.ts +6 -0
- package/src/models/components/subscription.ts +2 -2
- package/src/models/components/supervisor.ts +4 -4
- package/src/models/components/vendor.ts +31 -2
- package/src/models/components/vendorcredentialsummary.ts +3 -0
- package/src/models/components/{vendoradditionalfacilityfields.ts → vendorcustomfields.ts} +7 -7
- package/src/models/components/vendorscan.ts +8 -0
- package/src/models/components/vendorscanscreeninganswer.ts +80 -0
- package/src/models/components/vendorscanscreeningquestion.ts +100 -0
- package/src/models/errors/apierrorresponse.ts +4 -4
- package/src/models/operations/getcompany.ts +41 -0
- package/src/models/operations/getfacility.ts +7 -0
- package/src/models/operations/getlinkedusers.ts +110 -0
- package/src/models/operations/getnextscreeningquestion.ts +91 -0
- package/src/models/operations/index.ts +7 -0
- package/src/models/operations/listalerts.ts +7 -0
- package/src/models/operations/listcompanymanagers.ts +132 -0
- package/src/models/operations/listinvoices.ts +184 -0
- package/src/models/operations/listorsearchfacilities.ts +3 -4
- package/src/models/operations/listvendoradditionalfacilityfields.ts +2 -2
- package/src/models/operations/listvendorcredentials.ts +7 -0
- package/src/models/operations/listvendorcustomfields.ts +137 -0
- package/src/models/operations/listvendorinvoices.ts +5 -22
- package/src/models/operations/securityzonecheckin.ts +71 -5
- package/src/models/operations/submitscreeningresponse.ts +169 -0
- package/src/models/operations/updateuseralerts.ts +9 -0
- package/src/react-query/alertsListAlerts.core.ts +4 -0
- package/src/react-query/alertsListAlerts.ts +2 -0
- package/src/react-query/companiesGetCompany.core.ts +82 -0
- package/src/react-query/companiesGetCompany.ts +125 -0
- package/src/react-query/companiesListCompanyManagers.core.ts +195 -0
- package/src/react-query/companiesListCompanyManagers.ts +230 -0
- package/src/react-query/index.ts +8 -0
- package/src/react-query/invoicesListInvoices.core.ts +214 -0
- package/src/react-query/invoicesListInvoices.ts +324 -0
- package/src/react-query/organizationsGetFacility.core.ts +14 -3
- package/src/react-query/organizationsGetFacility.ts +8 -2
- package/src/react-query/organizationsListOrSearchFacilities.core.ts +4 -4
- package/src/react-query/organizationsListOrSearchFacilities.ts +2 -2
- package/src/react-query/paymentProfileGetPaymentProfile.core.ts +71 -0
- package/src/react-query/paymentProfileGetPaymentProfile.ts +96 -0
- package/src/react-query/usersGetLinkedUsers.core.ts +78 -0
- package/src/react-query/usersGetLinkedUsers.ts +119 -0
- package/src/react-query/vendorScansGetNextScreeningQuestion.core.ts +87 -0
- package/src/react-query/vendorScansGetNextScreeningQuestion.ts +143 -0
- package/src/react-query/vendorScansSubmitScreeningResponse.ts +97 -0
- package/src/react-query/vendorsChangeSubscription.ts +4 -1
- package/src/react-query/vendorsGetVendorInvoiceDetails.ts +2 -0
- package/src/react-query/vendorsListVendorAdditionalFacilityFields.ts +12 -4
- package/src/react-query/vendorsListVendorCredentials.core.ts +4 -0
- package/src/react-query/vendorsListVendorCredentials.ts +2 -0
- package/src/react-query/vendorsListVendorCustomFields.core.ts +198 -0
- package/src/react-query/vendorsListVendorCustomFields.ts +230 -0
- package/src/react-query/vendorsListVendorInvoices.core.ts +2 -2
- package/src/react-query/vendorsListVendorInvoices.ts +26 -6
- package/src/sdk/companies.ts +45 -0
- package/src/sdk/invoices.ts +41 -0
- package/src/sdk/paymentprofile.ts +28 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/users.ts +23 -0
- package/src/sdk/vendors.ts +34 -3
- package/src/sdk/vendorscans.ts +45 -0
- package/dist/commonjs/models/components/handoff.d.ts +0 -24
- package/dist/commonjs/models/components/handoff.d.ts.map +0 -1
- package/dist/commonjs/models/components/handoff.js.map +0 -1
- package/dist/commonjs/models/components/vendoradditionalfacilityfields.d.ts +0 -14
- package/dist/commonjs/models/components/vendoradditionalfacilityfields.d.ts.map +0 -1
- package/dist/commonjs/models/components/vendoradditionalfacilityfields.js.map +0 -1
- package/dist/esm/models/components/handoff.d.ts +0 -24
- package/dist/esm/models/components/handoff.d.ts.map +0 -1
- package/dist/esm/models/components/handoff.js +0 -31
- package/dist/esm/models/components/handoff.js.map +0 -1
- package/dist/esm/models/components/vendoradditionalfacilityfields.d.ts +0 -14
- package/dist/esm/models/components/vendoradditionalfacilityfields.d.ts.map +0 -1
- package/dist/esm/models/components/vendoradditionalfacilityfields.js.map +0 -1
- package/src/models/components/handoff.ts +0 -59
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import * as types from "../../types/primitives.js";
|
|
10
|
+
import { smartUnion } from "../../types/smartUnion.js";
|
|
11
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
|
+
|
|
13
|
+
export type PaymentProfileInfo22 = {};
|
|
14
|
+
|
|
15
|
+
export type PaymentProfileInfoPaymentProfile2 = number | PaymentProfileInfo22;
|
|
16
|
+
|
|
17
|
+
export type PaymentProfileInfoPaymentProfile1 = {
|
|
18
|
+
id?: number | undefined;
|
|
19
|
+
isValid?: boolean | null | undefined;
|
|
20
|
+
cardType?: string | null | undefined;
|
|
21
|
+
cardLast4?: string | null | undefined;
|
|
22
|
+
isDummy?: boolean | null | undefined;
|
|
23
|
+
profileType?: string | null | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Reduced list of attributes of the Payment Profile record
|
|
28
|
+
*/
|
|
29
|
+
export type PaymentProfileInfoPaymentProfilePaymentProfile =
|
|
30
|
+
| PaymentProfileInfoPaymentProfile1
|
|
31
|
+
| number
|
|
32
|
+
| PaymentProfileInfo22;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Payment profile information for the logged-in user. This is account-level data, not invoice-specific.
|
|
36
|
+
*/
|
|
37
|
+
export type PaymentProfileInfo = {
|
|
38
|
+
/**
|
|
39
|
+
* Credit balance for the logged in user (vendor or company manager)
|
|
40
|
+
*/
|
|
41
|
+
creditBalance: number | null;
|
|
42
|
+
/**
|
|
43
|
+
* Payment profile for the logged in user (vendor or company manager)
|
|
44
|
+
*/
|
|
45
|
+
paymentProfile:
|
|
46
|
+
| PaymentProfileInfoPaymentProfile1
|
|
47
|
+
| number
|
|
48
|
+
| PaymentProfileInfo22
|
|
49
|
+
| null;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/** @internal */
|
|
53
|
+
export const PaymentProfileInfo22$inboundSchema: z.ZodType<
|
|
54
|
+
PaymentProfileInfo22,
|
|
55
|
+
z.ZodTypeDef,
|
|
56
|
+
unknown
|
|
57
|
+
> = z.object({});
|
|
58
|
+
|
|
59
|
+
export function paymentProfileInfo22FromJSON(
|
|
60
|
+
jsonString: string,
|
|
61
|
+
): SafeParseResult<PaymentProfileInfo22, SDKValidationError> {
|
|
62
|
+
return safeParse(
|
|
63
|
+
jsonString,
|
|
64
|
+
(x) => PaymentProfileInfo22$inboundSchema.parse(JSON.parse(x)),
|
|
65
|
+
`Failed to parse 'PaymentProfileInfo22' from JSON`,
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/** @internal */
|
|
70
|
+
export const PaymentProfileInfoPaymentProfile2$inboundSchema: z.ZodType<
|
|
71
|
+
PaymentProfileInfoPaymentProfile2,
|
|
72
|
+
z.ZodTypeDef,
|
|
73
|
+
unknown
|
|
74
|
+
> = smartUnion([
|
|
75
|
+
types.number(),
|
|
76
|
+
z.lazy(() => PaymentProfileInfo22$inboundSchema),
|
|
77
|
+
]);
|
|
78
|
+
|
|
79
|
+
export function paymentProfileInfoPaymentProfile2FromJSON(
|
|
80
|
+
jsonString: string,
|
|
81
|
+
): SafeParseResult<PaymentProfileInfoPaymentProfile2, SDKValidationError> {
|
|
82
|
+
return safeParse(
|
|
83
|
+
jsonString,
|
|
84
|
+
(x) => PaymentProfileInfoPaymentProfile2$inboundSchema.parse(JSON.parse(x)),
|
|
85
|
+
`Failed to parse 'PaymentProfileInfoPaymentProfile2' from JSON`,
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/** @internal */
|
|
90
|
+
export const PaymentProfileInfoPaymentProfile1$inboundSchema: z.ZodType<
|
|
91
|
+
PaymentProfileInfoPaymentProfile1,
|
|
92
|
+
z.ZodTypeDef,
|
|
93
|
+
unknown
|
|
94
|
+
> = z.object({
|
|
95
|
+
id: types.optional(types.number()),
|
|
96
|
+
is_valid: z.nullable(types.boolean()).optional(),
|
|
97
|
+
card_type: z.nullable(types.string()).optional(),
|
|
98
|
+
card_last4: z.nullable(types.string()).optional(),
|
|
99
|
+
is_dummy: z.nullable(types.boolean()).optional(),
|
|
100
|
+
profile_type: z.nullable(types.string()).optional(),
|
|
101
|
+
}).transform((v) => {
|
|
102
|
+
return remap$(v, {
|
|
103
|
+
"is_valid": "isValid",
|
|
104
|
+
"card_type": "cardType",
|
|
105
|
+
"card_last4": "cardLast4",
|
|
106
|
+
"is_dummy": "isDummy",
|
|
107
|
+
"profile_type": "profileType",
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
export function paymentProfileInfoPaymentProfile1FromJSON(
|
|
112
|
+
jsonString: string,
|
|
113
|
+
): SafeParseResult<PaymentProfileInfoPaymentProfile1, SDKValidationError> {
|
|
114
|
+
return safeParse(
|
|
115
|
+
jsonString,
|
|
116
|
+
(x) => PaymentProfileInfoPaymentProfile1$inboundSchema.parse(JSON.parse(x)),
|
|
117
|
+
`Failed to parse 'PaymentProfileInfoPaymentProfile1' from JSON`,
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/** @internal */
|
|
122
|
+
export const PaymentProfileInfoPaymentProfilePaymentProfile$inboundSchema:
|
|
123
|
+
z.ZodType<
|
|
124
|
+
PaymentProfileInfoPaymentProfilePaymentProfile,
|
|
125
|
+
z.ZodTypeDef,
|
|
126
|
+
unknown
|
|
127
|
+
> = smartUnion([
|
|
128
|
+
z.lazy(() => PaymentProfileInfoPaymentProfile1$inboundSchema),
|
|
129
|
+
smartUnion([
|
|
130
|
+
types.number(),
|
|
131
|
+
z.lazy(() => PaymentProfileInfo22$inboundSchema),
|
|
132
|
+
]),
|
|
133
|
+
]);
|
|
134
|
+
|
|
135
|
+
export function paymentProfileInfoPaymentProfilePaymentProfileFromJSON(
|
|
136
|
+
jsonString: string,
|
|
137
|
+
): SafeParseResult<
|
|
138
|
+
PaymentProfileInfoPaymentProfilePaymentProfile,
|
|
139
|
+
SDKValidationError
|
|
140
|
+
> {
|
|
141
|
+
return safeParse(
|
|
142
|
+
jsonString,
|
|
143
|
+
(x) =>
|
|
144
|
+
PaymentProfileInfoPaymentProfilePaymentProfile$inboundSchema.parse(
|
|
145
|
+
JSON.parse(x),
|
|
146
|
+
),
|
|
147
|
+
`Failed to parse 'PaymentProfileInfoPaymentProfilePaymentProfile' from JSON`,
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/** @internal */
|
|
152
|
+
export const PaymentProfileInfo$inboundSchema: z.ZodType<
|
|
153
|
+
PaymentProfileInfo,
|
|
154
|
+
z.ZodTypeDef,
|
|
155
|
+
unknown
|
|
156
|
+
> = z.object({
|
|
157
|
+
credit_balance: types.nullable(types.number()),
|
|
158
|
+
payment_profile: types.nullable(
|
|
159
|
+
smartUnion([
|
|
160
|
+
z.lazy(() => PaymentProfileInfoPaymentProfile1$inboundSchema),
|
|
161
|
+
smartUnion([
|
|
162
|
+
types.number(),
|
|
163
|
+
z.lazy(() => PaymentProfileInfo22$inboundSchema),
|
|
164
|
+
]),
|
|
165
|
+
]),
|
|
166
|
+
),
|
|
167
|
+
}).transform((v) => {
|
|
168
|
+
return remap$(v, {
|
|
169
|
+
"credit_balance": "creditBalance",
|
|
170
|
+
"payment_profile": "paymentProfile",
|
|
171
|
+
});
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
export function paymentProfileInfoFromJSON(
|
|
175
|
+
jsonString: string,
|
|
176
|
+
): SafeParseResult<PaymentProfileInfo, SDKValidationError> {
|
|
177
|
+
return safeParse(
|
|
178
|
+
jsonString,
|
|
179
|
+
(x) => PaymentProfileInfo$inboundSchema.parse(JSON.parse(x)),
|
|
180
|
+
`Failed to parse 'PaymentProfileInfo' from JSON`,
|
|
181
|
+
);
|
|
182
|
+
}
|
|
@@ -17,7 +17,13 @@ export type Event = {
|
|
|
17
17
|
userId?: number | undefined;
|
|
18
18
|
title?: string | null | undefined;
|
|
19
19
|
location?: string | null | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Start date and time in UTC (ISO 8601 format, e.g. 2026-02-23T14:00:00Z).
|
|
22
|
+
*/
|
|
20
23
|
start?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* End date and time in UTC (ISO 8601 format, e.g. 2026-02-23T15:00:00Z).
|
|
26
|
+
*/
|
|
21
27
|
end?: string | undefined;
|
|
22
28
|
allDay?: boolean | undefined;
|
|
23
29
|
standingAppt?: boolean | undefined;
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
/**
|
|
19
19
|
* The type of answer option.
|
|
20
20
|
*/
|
|
21
|
-
export const
|
|
21
|
+
export const ScreeningAnswerAnswerType = {
|
|
22
22
|
Preset: "preset",
|
|
23
23
|
Date: "date",
|
|
24
24
|
ShortAnswer: "short answer",
|
|
@@ -27,7 +27,9 @@ export const AnswerType = {
|
|
|
27
27
|
/**
|
|
28
28
|
* The type of answer option.
|
|
29
29
|
*/
|
|
30
|
-
export type
|
|
30
|
+
export type ScreeningAnswerAnswerType = OpenEnum<
|
|
31
|
+
typeof ScreeningAnswerAnswerType
|
|
32
|
+
>;
|
|
31
33
|
|
|
32
34
|
/**
|
|
33
35
|
* Reduced list of attributes of ScreeningAnswer records
|
|
@@ -42,7 +44,7 @@ export type ScreeningAnswer = {
|
|
|
42
44
|
/**
|
|
43
45
|
* The type of answer option.
|
|
44
46
|
*/
|
|
45
|
-
answerType?:
|
|
47
|
+
answerType?: ScreeningAnswerAnswerType | null | undefined;
|
|
46
48
|
/**
|
|
47
49
|
* The title or label for the answer input field.
|
|
48
50
|
*/
|
|
@@ -68,11 +70,11 @@ export type ScreeningAnswer = {
|
|
|
68
70
|
};
|
|
69
71
|
|
|
70
72
|
/** @internal */
|
|
71
|
-
export const
|
|
72
|
-
|
|
73
|
+
export const ScreeningAnswerAnswerType$inboundSchema: z.ZodType<
|
|
74
|
+
ScreeningAnswerAnswerType,
|
|
73
75
|
z.ZodTypeDef,
|
|
74
76
|
unknown
|
|
75
|
-
> = openEnums.inboundSchema(
|
|
77
|
+
> = openEnums.inboundSchema(ScreeningAnswerAnswerType);
|
|
76
78
|
|
|
77
79
|
/** @internal */
|
|
78
80
|
export const ScreeningAnswer$inboundSchema: z.ZodType<
|
|
@@ -83,7 +85,7 @@ export const ScreeningAnswer$inboundSchema: z.ZodType<
|
|
|
83
85
|
id: types.number(),
|
|
84
86
|
screening_question_id: z.nullable(types.number()).optional(),
|
|
85
87
|
answer: z.nullable(types.string()).optional(),
|
|
86
|
-
answer_type: z.nullable(
|
|
88
|
+
answer_type: z.nullable(ScreeningAnswerAnswerType$inboundSchema).optional(),
|
|
87
89
|
answer_title: z.nullable(types.string()).optional(),
|
|
88
90
|
allow_empty_answer: types.boolean(),
|
|
89
91
|
empty_answer_error_message: z.nullable(types.string()).optional(),
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import * as types from "../../types/primitives.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Reduced representation of a triggered action returned when the screening flow finishes for a vendor scan.
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
*/
|
|
17
|
+
export type ScreeningAnswerActionSummary = {
|
|
18
|
+
/**
|
|
19
|
+
* Human-readable explanation of the triggered action.
|
|
20
|
+
*/
|
|
21
|
+
explanation?: string | null | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Indicates whether further screening questions should be stopped as a result of this action.
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
*/
|
|
27
|
+
stopQuestions?: boolean | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* Indicates whether further check-ins should be stopped as a result of this action.
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
*/
|
|
33
|
+
stopCheckin?: boolean | undefined;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/** @internal */
|
|
37
|
+
export const ScreeningAnswerActionSummary$inboundSchema: z.ZodType<
|
|
38
|
+
ScreeningAnswerActionSummary,
|
|
39
|
+
z.ZodTypeDef,
|
|
40
|
+
unknown
|
|
41
|
+
> = z.object({
|
|
42
|
+
explanation: z.nullable(types.string()).optional(),
|
|
43
|
+
stop_questions: types.optional(types.boolean()),
|
|
44
|
+
stop_checkin: types.optional(types.boolean()),
|
|
45
|
+
}).transform((v) => {
|
|
46
|
+
return remap$(v, {
|
|
47
|
+
"stop_questions": "stopQuestions",
|
|
48
|
+
"stop_checkin": "stopCheckin",
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
export function screeningAnswerActionSummaryFromJSON(
|
|
53
|
+
jsonString: string,
|
|
54
|
+
): SafeParseResult<ScreeningAnswerActionSummary, SDKValidationError> {
|
|
55
|
+
return safeParse(
|
|
56
|
+
jsonString,
|
|
57
|
+
(x) => ScreeningAnswerActionSummary$inboundSchema.parse(JSON.parse(x)),
|
|
58
|
+
`Failed to parse 'ScreeningAnswerActionSummary' from JSON`,
|
|
59
|
+
);
|
|
60
|
+
}
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
/**
|
|
19
19
|
* The display format for the question.
|
|
20
20
|
*/
|
|
21
|
-
export const
|
|
21
|
+
export const ScreeningQuestionPresetDisplayAs = {
|
|
22
22
|
FloatingButtons: "floating buttons",
|
|
23
23
|
LineButtons: "line buttons",
|
|
24
24
|
Radio: "radio",
|
|
@@ -29,7 +29,9 @@ export const PresetDisplayAs = {
|
|
|
29
29
|
/**
|
|
30
30
|
* The display format for the question.
|
|
31
31
|
*/
|
|
32
|
-
export type
|
|
32
|
+
export type ScreeningQuestionPresetDisplayAs = OpenEnum<
|
|
33
|
+
typeof ScreeningQuestionPresetDisplayAs
|
|
34
|
+
>;
|
|
33
35
|
|
|
34
36
|
/**
|
|
35
37
|
* Reduced list of attributes of ScreeningQuestion record
|
|
@@ -49,16 +51,16 @@ export type ScreeningQuestion = {
|
|
|
49
51
|
/**
|
|
50
52
|
* The display format for the question.
|
|
51
53
|
*/
|
|
52
|
-
presetDisplayAs?:
|
|
54
|
+
presetDisplayAs?: ScreeningQuestionPresetDisplayAs | null | undefined;
|
|
53
55
|
screeningAnswers?: Array<ScreeningAnswer> | undefined;
|
|
54
56
|
};
|
|
55
57
|
|
|
56
58
|
/** @internal */
|
|
57
|
-
export const
|
|
58
|
-
|
|
59
|
+
export const ScreeningQuestionPresetDisplayAs$inboundSchema: z.ZodType<
|
|
60
|
+
ScreeningQuestionPresetDisplayAs,
|
|
59
61
|
z.ZodTypeDef,
|
|
60
62
|
unknown
|
|
61
|
-
> = openEnums.inboundSchema(
|
|
63
|
+
> = openEnums.inboundSchema(ScreeningQuestionPresetDisplayAs);
|
|
62
64
|
|
|
63
65
|
/** @internal */
|
|
64
66
|
export const ScreeningQuestion$inboundSchema: z.ZodType<
|
|
@@ -71,7 +73,8 @@ export const ScreeningQuestion$inboundSchema: z.ZodType<
|
|
|
71
73
|
screening_answer_id: z.nullable(types.number()).optional(),
|
|
72
74
|
priority: z.nullable(types.number()).optional(),
|
|
73
75
|
question: z.nullable(types.string()).optional(),
|
|
74
|
-
preset_display_as: z.nullable(
|
|
76
|
+
preset_display_as: z.nullable(ScreeningQuestionPresetDisplayAs$inboundSchema)
|
|
77
|
+
.optional(),
|
|
75
78
|
screening_answers: types.optional(
|
|
76
79
|
z.array(z.lazy(() => ScreeningAnswer$inboundSchema)),
|
|
77
80
|
),
|
|
@@ -18,7 +18,13 @@ export type StandingAppointment = {
|
|
|
18
18
|
title?: string | null | undefined;
|
|
19
19
|
location?: string | null | undefined;
|
|
20
20
|
attendees?: Array<string> | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Start date and time in UTC (ISO 8601 format, e.g. 2026-02-23T14:00:00Z). Null if not set.
|
|
23
|
+
*/
|
|
21
24
|
start?: string | null | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* End date and time in UTC (ISO 8601 format, e.g. 2026-02-23T15:00:00Z). Null if not set.
|
|
27
|
+
*/
|
|
22
28
|
end?: string | null | undefined;
|
|
23
29
|
status?: string | null | undefined;
|
|
24
30
|
standingAppt?: boolean | undefined;
|
|
@@ -27,7 +27,7 @@ export type Subscription = {
|
|
|
27
27
|
dateEnds?: string | null | undefined;
|
|
28
28
|
status?: string | null | undefined;
|
|
29
29
|
locked?: boolean | null | undefined;
|
|
30
|
-
variantTitle?: string |
|
|
30
|
+
variantTitle?: string | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* Reduced list of attributes of the Invoice line item record
|
|
33
33
|
*/
|
|
@@ -52,7 +52,7 @@ export const Subscription$inboundSchema: z.ZodType<
|
|
|
52
52
|
date_ends: z.nullable(types.string()).optional(),
|
|
53
53
|
status: z.nullable(types.string()).optional(),
|
|
54
54
|
locked: z.nullable(types.boolean()).optional(),
|
|
55
|
-
variant_title:
|
|
55
|
+
variant_title: types.optional(types.string()),
|
|
56
56
|
current_line_item: z.nullable(InvoiceItem$inboundSchema).optional(),
|
|
57
57
|
next_line_item: z.nullable(InvoiceItem$inboundSchema).optional(),
|
|
58
58
|
current_financial_status: z.nullable(FinancialStatus$inboundSchema)
|
|
@@ -13,7 +13,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
13
13
|
*/
|
|
14
14
|
export type Supervisor = {
|
|
15
15
|
name?: string | null | undefined;
|
|
16
|
-
email?:
|
|
16
|
+
email?: string | null | undefined;
|
|
17
17
|
phone?: string | null | undefined;
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -24,13 +24,13 @@ export const Supervisor$inboundSchema: z.ZodType<
|
|
|
24
24
|
unknown
|
|
25
25
|
> = z.object({
|
|
26
26
|
name: z.nullable(types.string()).optional(),
|
|
27
|
-
email: types.
|
|
27
|
+
email: z.nullable(types.string()).optional(),
|
|
28
28
|
phone: z.nullable(types.string()).optional(),
|
|
29
29
|
});
|
|
30
30
|
/** @internal */
|
|
31
31
|
export type Supervisor$Outbound = {
|
|
32
32
|
name?: string | null | undefined;
|
|
33
|
-
email?:
|
|
33
|
+
email?: string | null | undefined;
|
|
34
34
|
phone?: string | null | undefined;
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -41,7 +41,7 @@ export const Supervisor$outboundSchema: z.ZodType<
|
|
|
41
41
|
Supervisor
|
|
42
42
|
> = z.object({
|
|
43
43
|
name: z.nullable(z.string()).optional(),
|
|
44
|
-
email: z.
|
|
44
|
+
email: z.nullable(z.string()).optional(),
|
|
45
45
|
phone: z.nullable(z.string()).optional(),
|
|
46
46
|
});
|
|
47
47
|
|
|
@@ -32,10 +32,15 @@ import {
|
|
|
32
32
|
} from "./vendorjobtitle.js";
|
|
33
33
|
import { VendorType, VendorType$inboundSchema } from "./vendortype.js";
|
|
34
34
|
|
|
35
|
+
export type Badge = {
|
|
36
|
+
badgeType?: string | undefined;
|
|
37
|
+
requiredBadgeType?: string | null | undefined;
|
|
38
|
+
};
|
|
39
|
+
|
|
35
40
|
export type One = {
|
|
36
41
|
id?: number | undefined;
|
|
37
42
|
firstName?: string | null | undefined;
|
|
38
|
-
lastName?:
|
|
43
|
+
lastName?: string | null | undefined;
|
|
39
44
|
email?: string | null | undefined;
|
|
40
45
|
phone?: string | null | undefined;
|
|
41
46
|
mobilePhone?: string | null | undefined;
|
|
@@ -119,6 +124,7 @@ export type PendingInvoice = Invoice | number;
|
|
|
119
124
|
*/
|
|
120
125
|
export type Vendor = {
|
|
121
126
|
id?: number | undefined;
|
|
127
|
+
badge?: Badge | null | undefined;
|
|
122
128
|
emailRecepient?: string | null | undefined;
|
|
123
129
|
sendWeeklySummaryEmail?: boolean | null | undefined;
|
|
124
130
|
title?: string | null | undefined;
|
|
@@ -183,12 +189,34 @@ export type Vendor = {
|
|
|
183
189
|
targetFacilitiesUpdated?: string | null | undefined;
|
|
184
190
|
};
|
|
185
191
|
|
|
192
|
+
/** @internal */
|
|
193
|
+
export const Badge$inboundSchema: z.ZodType<Badge, z.ZodTypeDef, unknown> = z
|
|
194
|
+
.object({
|
|
195
|
+
badge_type: types.optional(types.string()),
|
|
196
|
+
required_badge_type: z.nullable(types.string()).optional(),
|
|
197
|
+
}).transform((v) => {
|
|
198
|
+
return remap$(v, {
|
|
199
|
+
"badge_type": "badgeType",
|
|
200
|
+
"required_badge_type": "requiredBadgeType",
|
|
201
|
+
});
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
export function badgeFromJSON(
|
|
205
|
+
jsonString: string,
|
|
206
|
+
): SafeParseResult<Badge, SDKValidationError> {
|
|
207
|
+
return safeParse(
|
|
208
|
+
jsonString,
|
|
209
|
+
(x) => Badge$inboundSchema.parse(JSON.parse(x)),
|
|
210
|
+
`Failed to parse 'Badge' from JSON`,
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
|
|
186
214
|
/** @internal */
|
|
187
215
|
export const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown> = z
|
|
188
216
|
.object({
|
|
189
217
|
id: types.optional(types.number()),
|
|
190
218
|
first_name: z.nullable(types.string()).optional(),
|
|
191
|
-
last_name: types.
|
|
219
|
+
last_name: z.nullable(types.string()).optional(),
|
|
192
220
|
email: z.nullable(types.string()).optional(),
|
|
193
221
|
phone: z.nullable(types.string()).optional(),
|
|
194
222
|
mobile_phone: z.nullable(types.string()).optional(),
|
|
@@ -492,6 +520,7 @@ export function pendingInvoiceFromJSON(
|
|
|
492
520
|
export const Vendor$inboundSchema: z.ZodType<Vendor, z.ZodTypeDef, unknown> = z
|
|
493
521
|
.object({
|
|
494
522
|
id: types.optional(types.number()),
|
|
523
|
+
badge: z.nullable(z.lazy(() => Badge$inboundSchema)).optional(),
|
|
495
524
|
email_recepient: z.nullable(types.string()).optional(),
|
|
496
525
|
send_weekly_summary_email: z.nullable(types.boolean()).optional(),
|
|
497
526
|
title: z.nullable(types.string()).optional(),
|
|
@@ -75,6 +75,7 @@ export type VendorCredentialSummary = {
|
|
|
75
75
|
jsonData?: string | null | undefined;
|
|
76
76
|
filename?: string | null | undefined;
|
|
77
77
|
alternateId?: number | null | undefined;
|
|
78
|
+
appliesToCompany?: boolean | null | undefined;
|
|
78
79
|
credential?: Credential | number | null | undefined;
|
|
79
80
|
vendor?: Vendor | number | null | undefined;
|
|
80
81
|
invoice?: Invoice | number | null | undefined;
|
|
@@ -257,6 +258,7 @@ export const VendorCredentialSummary$inboundSchema: z.ZodType<
|
|
|
257
258
|
json_data: z.nullable(types.string()).optional(),
|
|
258
259
|
filename: z.nullable(types.string()).optional(),
|
|
259
260
|
alternate_id: z.nullable(types.number()).optional(),
|
|
261
|
+
applies_to_company: z.nullable(types.boolean()).optional(),
|
|
260
262
|
credential: z.nullable(smartUnion([Credential$inboundSchema, types.number()]))
|
|
261
263
|
.optional(),
|
|
262
264
|
vendor: z.nullable(smartUnion([Vendor$inboundSchema, types.number()]))
|
|
@@ -301,6 +303,7 @@ export const VendorCredentialSummary$inboundSchema: z.ZodType<
|
|
|
301
303
|
"date_valid": "dateValid",
|
|
302
304
|
"json_data": "jsonData",
|
|
303
305
|
"alternate_id": "alternateId",
|
|
306
|
+
"applies_to_company": "appliesToCompany",
|
|
304
307
|
"vendor_credential_files": "vendorCredentialFiles",
|
|
305
308
|
"latest_vendor_credential_id": "latestVendorCredentialId",
|
|
306
309
|
"previously_approved": "previouslyApproved",
|
|
@@ -8,7 +8,7 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
8
8
|
import * as types from "../../types/primitives.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
|
-
export type
|
|
11
|
+
export type VendorCustomFields = {
|
|
12
12
|
id?: number | undefined;
|
|
13
13
|
system?: string | null | undefined;
|
|
14
14
|
facility?: string | null | undefined;
|
|
@@ -17,8 +17,8 @@ export type VendorAdditionalFacilityFields = {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
/** @internal */
|
|
20
|
-
export const
|
|
21
|
-
|
|
20
|
+
export const VendorCustomFields$inboundSchema: z.ZodType<
|
|
21
|
+
VendorCustomFields,
|
|
22
22
|
z.ZodTypeDef,
|
|
23
23
|
unknown
|
|
24
24
|
> = z.object({
|
|
@@ -29,12 +29,12 @@ export const VendorAdditionalFacilityFields$inboundSchema: z.ZodType<
|
|
|
29
29
|
value: z.nullable(types.string()).optional(),
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
export function
|
|
32
|
+
export function vendorCustomFieldsFromJSON(
|
|
33
33
|
jsonString: string,
|
|
34
|
-
): SafeParseResult<
|
|
34
|
+
): SafeParseResult<VendorCustomFields, SDKValidationError> {
|
|
35
35
|
return safeParse(
|
|
36
36
|
jsonString,
|
|
37
|
-
(x) =>
|
|
38
|
-
`Failed to parse '
|
|
37
|
+
(x) => VendorCustomFields$inboundSchema.parse(JSON.parse(x)),
|
|
38
|
+
`Failed to parse 'VendorCustomFields' from JSON`,
|
|
39
39
|
);
|
|
40
40
|
}
|
|
@@ -31,6 +31,9 @@ export type VendorScan = {
|
|
|
31
31
|
scanInVendorScanId?: number | null | undefined;
|
|
32
32
|
scanOutVendorScanId?: number | null | undefined;
|
|
33
33
|
autoScanOut?: boolean | undefined;
|
|
34
|
+
finishedScreeningQuestions?: boolean | undefined;
|
|
35
|
+
requiresScreeningQuestions?: boolean | undefined;
|
|
36
|
+
recheck?: boolean | undefined;
|
|
34
37
|
};
|
|
35
38
|
|
|
36
39
|
/** @internal */
|
|
@@ -71,6 +74,9 @@ export const VendorScan$inboundSchema: z.ZodType<
|
|
|
71
74
|
scan_in_vendor_scan_id: z.nullable(types.number()).optional(),
|
|
72
75
|
scan_out_vendor_scan_id: z.nullable(types.number()).optional(),
|
|
73
76
|
auto_scan_out: types.optional(types.boolean()),
|
|
77
|
+
finished_screening_questions: types.optional(types.boolean()),
|
|
78
|
+
requires_screening_questions: types.optional(types.boolean()),
|
|
79
|
+
recheck: types.optional(types.boolean()),
|
|
74
80
|
}).transform((v) => {
|
|
75
81
|
return remap$(v, {
|
|
76
82
|
"qr_code": "qrCode",
|
|
@@ -81,6 +87,8 @@ export const VendorScan$inboundSchema: z.ZodType<
|
|
|
81
87
|
"scan_in_vendor_scan_id": "scanInVendorScanId",
|
|
82
88
|
"scan_out_vendor_scan_id": "scanOutVendorScanId",
|
|
83
89
|
"auto_scan_out": "autoScanOut",
|
|
90
|
+
"finished_screening_questions": "finishedScreeningQuestions",
|
|
91
|
+
"requires_screening_questions": "requiresScreeningQuestions",
|
|
84
92
|
});
|
|
85
93
|
});
|
|
86
94
|
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
10
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
11
|
+
import * as types from "../../types/primitives.js";
|
|
12
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
|
+
|
|
14
|
+
export const AnswerType = {
|
|
15
|
+
Preset: "preset",
|
|
16
|
+
Date: "date",
|
|
17
|
+
ShortAnswer: "short answer",
|
|
18
|
+
LongAnswer: "long answer",
|
|
19
|
+
} as const;
|
|
20
|
+
export type AnswerType = OpenEnum<typeof AnswerType>;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Reduced set of attributes for a screening answer, used in vendor_scan context. Matches the fields returned by ScreeningAnswer#api_json when context: :vendor_scan is applied.
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
*/
|
|
27
|
+
export type VendorScanScreeningAnswer = {
|
|
28
|
+
id: number;
|
|
29
|
+
answer?: string | null | undefined;
|
|
30
|
+
answerType?: AnswerType | null | undefined;
|
|
31
|
+
priority?: number | null | undefined;
|
|
32
|
+
showConfirmation?: boolean | undefined;
|
|
33
|
+
confirmationText?: string | null | undefined;
|
|
34
|
+
answerTitle?: string | null | undefined;
|
|
35
|
+
allowEmptyAnswer?: boolean | undefined;
|
|
36
|
+
emptyAnswerErrorMessage?: string | null | undefined;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/** @internal */
|
|
40
|
+
export const AnswerType$inboundSchema: z.ZodType<
|
|
41
|
+
AnswerType,
|
|
42
|
+
z.ZodTypeDef,
|
|
43
|
+
unknown
|
|
44
|
+
> = openEnums.inboundSchema(AnswerType);
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const VendorScanScreeningAnswer$inboundSchema: z.ZodType<
|
|
48
|
+
VendorScanScreeningAnswer,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
unknown
|
|
51
|
+
> = z.object({
|
|
52
|
+
id: types.number(),
|
|
53
|
+
answer: z.nullable(types.string()).optional(),
|
|
54
|
+
answer_type: z.nullable(AnswerType$inboundSchema).optional(),
|
|
55
|
+
priority: z.nullable(types.number()).optional(),
|
|
56
|
+
show_confirmation: types.optional(types.boolean()),
|
|
57
|
+
confirmation_text: z.nullable(types.string()).optional(),
|
|
58
|
+
answer_title: z.nullable(types.string()).optional(),
|
|
59
|
+
allow_empty_answer: types.optional(types.boolean()),
|
|
60
|
+
empty_answer_error_message: z.nullable(types.string()).optional(),
|
|
61
|
+
}).transform((v) => {
|
|
62
|
+
return remap$(v, {
|
|
63
|
+
"answer_type": "answerType",
|
|
64
|
+
"show_confirmation": "showConfirmation",
|
|
65
|
+
"confirmation_text": "confirmationText",
|
|
66
|
+
"answer_title": "answerTitle",
|
|
67
|
+
"allow_empty_answer": "allowEmptyAnswer",
|
|
68
|
+
"empty_answer_error_message": "emptyAnswerErrorMessage",
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
export function vendorScanScreeningAnswerFromJSON(
|
|
73
|
+
jsonString: string,
|
|
74
|
+
): SafeParseResult<VendorScanScreeningAnswer, SDKValidationError> {
|
|
75
|
+
return safeParse(
|
|
76
|
+
jsonString,
|
|
77
|
+
(x) => VendorScanScreeningAnswer$inboundSchema.parse(JSON.parse(x)),
|
|
78
|
+
`Failed to parse 'VendorScanScreeningAnswer' from JSON`,
|
|
79
|
+
);
|
|
80
|
+
}
|