@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,307 @@
|
|
|
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
|
+
import { Company, Company$inboundSchema } from "./company.js";
|
|
13
|
+
import { ImageSet, ImageSet$inboundSchema } from "./imageset.js";
|
|
14
|
+
import { UserLocation, UserLocation$inboundSchema } from "./userlocation.js";
|
|
15
|
+
|
|
16
|
+
export type User1 = {
|
|
17
|
+
id?: number | undefined;
|
|
18
|
+
firstName?: string | null | undefined;
|
|
19
|
+
lastName?: string | null | undefined;
|
|
20
|
+
email?: string | null | undefined;
|
|
21
|
+
phone?: string | null | undefined;
|
|
22
|
+
mobilePhone?: string | null | undefined;
|
|
23
|
+
fax?: string | null | undefined;
|
|
24
|
+
userType?: "Company Manager" | undefined;
|
|
25
|
+
timezone?: string | null | undefined;
|
|
26
|
+
qrCode?: string | null | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* A set of images in different sizes
|
|
29
|
+
*/
|
|
30
|
+
imageUrls?: ImageSet | null | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Reduced list of attributes of the User Location
|
|
33
|
+
*/
|
|
34
|
+
location?: UserLocation | null | undefined;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export type CompanyManagerUser = User1 | number;
|
|
38
|
+
|
|
39
|
+
export type CompanyManagerCompany = Company | number;
|
|
40
|
+
|
|
41
|
+
export type CompanyManager22 = {};
|
|
42
|
+
|
|
43
|
+
export type CompanyManagerPaymentProfile2 = number | CompanyManager22;
|
|
44
|
+
|
|
45
|
+
export type CompanyManagerPaymentProfile1 = {
|
|
46
|
+
id?: number | undefined;
|
|
47
|
+
isValid?: boolean | null | undefined;
|
|
48
|
+
cardType?: string | null | undefined;
|
|
49
|
+
cardLast4?: string | null | undefined;
|
|
50
|
+
isDummy?: boolean | null | undefined;
|
|
51
|
+
profileType?: string | null | undefined;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Reduced list of attributes of the Payment Profile record
|
|
56
|
+
*/
|
|
57
|
+
export type CompanyManagerPaymentProfilePaymentProfile =
|
|
58
|
+
| CompanyManagerPaymentProfile1
|
|
59
|
+
| number
|
|
60
|
+
| CompanyManager22;
|
|
61
|
+
|
|
62
|
+
export type CompanyManagerPaymentProfile =
|
|
63
|
+
| CompanyManagerPaymentProfile1
|
|
64
|
+
| number
|
|
65
|
+
| CompanyManager22
|
|
66
|
+
| number;
|
|
67
|
+
|
|
68
|
+
export type CompanyManager = {
|
|
69
|
+
id?: number | undefined;
|
|
70
|
+
status?: string | null | undefined;
|
|
71
|
+
user?: User1 | number | undefined;
|
|
72
|
+
company?: Company | number | null | undefined;
|
|
73
|
+
paymentProfile?:
|
|
74
|
+
| CompanyManagerPaymentProfile1
|
|
75
|
+
| number
|
|
76
|
+
| CompanyManager22
|
|
77
|
+
| number
|
|
78
|
+
| null
|
|
79
|
+
| undefined;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
/** @internal */
|
|
83
|
+
export const User1$inboundSchema: z.ZodType<User1, z.ZodTypeDef, unknown> = z
|
|
84
|
+
.object({
|
|
85
|
+
id: types.optional(types.number()),
|
|
86
|
+
first_name: z.nullable(types.string()).optional(),
|
|
87
|
+
last_name: z.nullable(types.string()).optional(),
|
|
88
|
+
email: z.nullable(types.string()).optional(),
|
|
89
|
+
phone: z.nullable(types.string()).optional(),
|
|
90
|
+
mobile_phone: z.nullable(types.string()).optional(),
|
|
91
|
+
fax: z.nullable(types.string()).optional(),
|
|
92
|
+
user_type: types.optional(types.literal("Company Manager")),
|
|
93
|
+
timezone: z.nullable(types.string()).optional(),
|
|
94
|
+
qr_code: z.nullable(types.string()).optional(),
|
|
95
|
+
image_urls: z.nullable(ImageSet$inboundSchema).optional(),
|
|
96
|
+
location: z.nullable(UserLocation$inboundSchema).optional(),
|
|
97
|
+
}).transform((v) => {
|
|
98
|
+
return remap$(v, {
|
|
99
|
+
"first_name": "firstName",
|
|
100
|
+
"last_name": "lastName",
|
|
101
|
+
"mobile_phone": "mobilePhone",
|
|
102
|
+
"user_type": "userType",
|
|
103
|
+
"qr_code": "qrCode",
|
|
104
|
+
"image_urls": "imageUrls",
|
|
105
|
+
});
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
export function user1FromJSON(
|
|
109
|
+
jsonString: string,
|
|
110
|
+
): SafeParseResult<User1, SDKValidationError> {
|
|
111
|
+
return safeParse(
|
|
112
|
+
jsonString,
|
|
113
|
+
(x) => User1$inboundSchema.parse(JSON.parse(x)),
|
|
114
|
+
`Failed to parse 'User1' from JSON`,
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/** @internal */
|
|
119
|
+
export const CompanyManagerUser$inboundSchema: z.ZodType<
|
|
120
|
+
CompanyManagerUser,
|
|
121
|
+
z.ZodTypeDef,
|
|
122
|
+
unknown
|
|
123
|
+
> = smartUnion([z.lazy(() => User1$inboundSchema), types.number()]);
|
|
124
|
+
|
|
125
|
+
export function companyManagerUserFromJSON(
|
|
126
|
+
jsonString: string,
|
|
127
|
+
): SafeParseResult<CompanyManagerUser, SDKValidationError> {
|
|
128
|
+
return safeParse(
|
|
129
|
+
jsonString,
|
|
130
|
+
(x) => CompanyManagerUser$inboundSchema.parse(JSON.parse(x)),
|
|
131
|
+
`Failed to parse 'CompanyManagerUser' from JSON`,
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/** @internal */
|
|
136
|
+
export const CompanyManagerCompany$inboundSchema: z.ZodType<
|
|
137
|
+
CompanyManagerCompany,
|
|
138
|
+
z.ZodTypeDef,
|
|
139
|
+
unknown
|
|
140
|
+
> = smartUnion([Company$inboundSchema, types.number()]);
|
|
141
|
+
|
|
142
|
+
export function companyManagerCompanyFromJSON(
|
|
143
|
+
jsonString: string,
|
|
144
|
+
): SafeParseResult<CompanyManagerCompany, SDKValidationError> {
|
|
145
|
+
return safeParse(
|
|
146
|
+
jsonString,
|
|
147
|
+
(x) => CompanyManagerCompany$inboundSchema.parse(JSON.parse(x)),
|
|
148
|
+
`Failed to parse 'CompanyManagerCompany' from JSON`,
|
|
149
|
+
);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/** @internal */
|
|
153
|
+
export const CompanyManager22$inboundSchema: z.ZodType<
|
|
154
|
+
CompanyManager22,
|
|
155
|
+
z.ZodTypeDef,
|
|
156
|
+
unknown
|
|
157
|
+
> = z.object({});
|
|
158
|
+
|
|
159
|
+
export function companyManager22FromJSON(
|
|
160
|
+
jsonString: string,
|
|
161
|
+
): SafeParseResult<CompanyManager22, SDKValidationError> {
|
|
162
|
+
return safeParse(
|
|
163
|
+
jsonString,
|
|
164
|
+
(x) => CompanyManager22$inboundSchema.parse(JSON.parse(x)),
|
|
165
|
+
`Failed to parse 'CompanyManager22' from JSON`,
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/** @internal */
|
|
170
|
+
export const CompanyManagerPaymentProfile2$inboundSchema: z.ZodType<
|
|
171
|
+
CompanyManagerPaymentProfile2,
|
|
172
|
+
z.ZodTypeDef,
|
|
173
|
+
unknown
|
|
174
|
+
> = smartUnion([types.number(), z.lazy(() => CompanyManager22$inboundSchema)]);
|
|
175
|
+
|
|
176
|
+
export function companyManagerPaymentProfile2FromJSON(
|
|
177
|
+
jsonString: string,
|
|
178
|
+
): SafeParseResult<CompanyManagerPaymentProfile2, SDKValidationError> {
|
|
179
|
+
return safeParse(
|
|
180
|
+
jsonString,
|
|
181
|
+
(x) => CompanyManagerPaymentProfile2$inboundSchema.parse(JSON.parse(x)),
|
|
182
|
+
`Failed to parse 'CompanyManagerPaymentProfile2' from JSON`,
|
|
183
|
+
);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/** @internal */
|
|
187
|
+
export const CompanyManagerPaymentProfile1$inboundSchema: z.ZodType<
|
|
188
|
+
CompanyManagerPaymentProfile1,
|
|
189
|
+
z.ZodTypeDef,
|
|
190
|
+
unknown
|
|
191
|
+
> = z.object({
|
|
192
|
+
id: types.optional(types.number()),
|
|
193
|
+
is_valid: z.nullable(types.boolean()).optional(),
|
|
194
|
+
card_type: z.nullable(types.string()).optional(),
|
|
195
|
+
card_last4: z.nullable(types.string()).optional(),
|
|
196
|
+
is_dummy: z.nullable(types.boolean()).optional(),
|
|
197
|
+
profile_type: z.nullable(types.string()).optional(),
|
|
198
|
+
}).transform((v) => {
|
|
199
|
+
return remap$(v, {
|
|
200
|
+
"is_valid": "isValid",
|
|
201
|
+
"card_type": "cardType",
|
|
202
|
+
"card_last4": "cardLast4",
|
|
203
|
+
"is_dummy": "isDummy",
|
|
204
|
+
"profile_type": "profileType",
|
|
205
|
+
});
|
|
206
|
+
});
|
|
207
|
+
|
|
208
|
+
export function companyManagerPaymentProfile1FromJSON(
|
|
209
|
+
jsonString: string,
|
|
210
|
+
): SafeParseResult<CompanyManagerPaymentProfile1, SDKValidationError> {
|
|
211
|
+
return safeParse(
|
|
212
|
+
jsonString,
|
|
213
|
+
(x) => CompanyManagerPaymentProfile1$inboundSchema.parse(JSON.parse(x)),
|
|
214
|
+
`Failed to parse 'CompanyManagerPaymentProfile1' from JSON`,
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/** @internal */
|
|
219
|
+
export const CompanyManagerPaymentProfilePaymentProfile$inboundSchema:
|
|
220
|
+
z.ZodType<CompanyManagerPaymentProfilePaymentProfile, z.ZodTypeDef, unknown> =
|
|
221
|
+
smartUnion([
|
|
222
|
+
z.lazy(() => CompanyManagerPaymentProfile1$inboundSchema),
|
|
223
|
+
smartUnion([
|
|
224
|
+
types.number(),
|
|
225
|
+
z.lazy(() => CompanyManager22$inboundSchema),
|
|
226
|
+
]),
|
|
227
|
+
]);
|
|
228
|
+
|
|
229
|
+
export function companyManagerPaymentProfilePaymentProfileFromJSON(
|
|
230
|
+
jsonString: string,
|
|
231
|
+
): SafeParseResult<
|
|
232
|
+
CompanyManagerPaymentProfilePaymentProfile,
|
|
233
|
+
SDKValidationError
|
|
234
|
+
> {
|
|
235
|
+
return safeParse(
|
|
236
|
+
jsonString,
|
|
237
|
+
(x) =>
|
|
238
|
+
CompanyManagerPaymentProfilePaymentProfile$inboundSchema.parse(
|
|
239
|
+
JSON.parse(x),
|
|
240
|
+
),
|
|
241
|
+
`Failed to parse 'CompanyManagerPaymentProfilePaymentProfile' from JSON`,
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/** @internal */
|
|
246
|
+
export const CompanyManagerPaymentProfile$inboundSchema: z.ZodType<
|
|
247
|
+
CompanyManagerPaymentProfile,
|
|
248
|
+
z.ZodTypeDef,
|
|
249
|
+
unknown
|
|
250
|
+
> = smartUnion([
|
|
251
|
+
smartUnion([
|
|
252
|
+
z.lazy(() => CompanyManagerPaymentProfile1$inboundSchema),
|
|
253
|
+
smartUnion([types.number(), z.lazy(() => CompanyManager22$inboundSchema)]),
|
|
254
|
+
]),
|
|
255
|
+
types.number(),
|
|
256
|
+
]);
|
|
257
|
+
|
|
258
|
+
export function companyManagerPaymentProfileFromJSON(
|
|
259
|
+
jsonString: string,
|
|
260
|
+
): SafeParseResult<CompanyManagerPaymentProfile, SDKValidationError> {
|
|
261
|
+
return safeParse(
|
|
262
|
+
jsonString,
|
|
263
|
+
(x) => CompanyManagerPaymentProfile$inboundSchema.parse(JSON.parse(x)),
|
|
264
|
+
`Failed to parse 'CompanyManagerPaymentProfile' from JSON`,
|
|
265
|
+
);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/** @internal */
|
|
269
|
+
export const CompanyManager$inboundSchema: z.ZodType<
|
|
270
|
+
CompanyManager,
|
|
271
|
+
z.ZodTypeDef,
|
|
272
|
+
unknown
|
|
273
|
+
> = z.object({
|
|
274
|
+
id: types.optional(types.number()),
|
|
275
|
+
status: z.nullable(types.string()).optional(),
|
|
276
|
+
user: types.optional(
|
|
277
|
+
smartUnion([z.lazy(() => User1$inboundSchema), types.number()]),
|
|
278
|
+
),
|
|
279
|
+
company: z.nullable(smartUnion([Company$inboundSchema, types.number()]))
|
|
280
|
+
.optional(),
|
|
281
|
+
payment_profile: z.nullable(
|
|
282
|
+
smartUnion([
|
|
283
|
+
smartUnion([
|
|
284
|
+
z.lazy(() => CompanyManagerPaymentProfile1$inboundSchema),
|
|
285
|
+
smartUnion([
|
|
286
|
+
types.number(),
|
|
287
|
+
z.lazy(() => CompanyManager22$inboundSchema),
|
|
288
|
+
]),
|
|
289
|
+
]),
|
|
290
|
+
types.number(),
|
|
291
|
+
]),
|
|
292
|
+
).optional(),
|
|
293
|
+
}).transform((v) => {
|
|
294
|
+
return remap$(v, {
|
|
295
|
+
"payment_profile": "paymentProfile",
|
|
296
|
+
});
|
|
297
|
+
});
|
|
298
|
+
|
|
299
|
+
export function companyManagerFromJSON(
|
|
300
|
+
jsonString: string,
|
|
301
|
+
): SafeParseResult<CompanyManager, SDKValidationError> {
|
|
302
|
+
return safeParse(
|
|
303
|
+
jsonString,
|
|
304
|
+
(x) => CompanyManager$inboundSchema.parse(JSON.parse(x)),
|
|
305
|
+
`Failed to parse 'CompanyManager' from JSON`,
|
|
306
|
+
);
|
|
307
|
+
}
|
|
@@ -25,33 +25,39 @@ export const Expand = {
|
|
|
25
25
|
FacilityVendorPolicy: "facility.vendor_policy",
|
|
26
26
|
FacilityVisitorPolicy: "facility.visitor_policy",
|
|
27
27
|
FacilityWorkflow: "facility.workflow",
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
VendorApprovedCalendaringFacilities: "vendor.approved_calendaring_facilities",
|
|
29
|
+
VendorBackgroundCheckDateExpires: "vendor.background_check_date_expires",
|
|
30
|
+
VendorBadgeDetails: "vendor.badge_details",
|
|
31
|
+
VendorCompany: "vendor.company",
|
|
32
|
+
VendorCredentialingSubscription: "vendor.credentialing_subscription",
|
|
33
|
+
VendorCreditBalance: "vendor.credit_balance",
|
|
34
|
+
VendorHasCredentialedFacilities: "vendor.has_credentialed_facilities",
|
|
35
|
+
VendorHasEmeraldStatus: "vendor.has_emerald_status",
|
|
32
36
|
VendorImageUrls: "vendor.image_urls",
|
|
33
37
|
VendorPrimaryFacility: "vendor.primary_facility",
|
|
34
38
|
VendorPrimaryDepartment: "vendor.primary_department",
|
|
35
|
-
VendorCompany: "vendor.company",
|
|
36
|
-
VendorCredentialingSubscription: "vendor.credentialing_subscription",
|
|
37
39
|
VendorScrubsSubscription: "vendor.scrubs_subscription",
|
|
40
|
+
VendorPaymentProfile: "vendor.payment_profile",
|
|
38
41
|
VendorPaymentResponsibility: "vendor.payment_responsibility",
|
|
39
|
-
|
|
40
|
-
VendorCreditBalance: "vendor.credit_balance",
|
|
42
|
+
VendorPendingInvoice: "vendor.pending_invoice",
|
|
41
43
|
VendorRegistrationData: "vendor.registration_data",
|
|
42
44
|
VendorRegistrationFinished: "vendor.registration_finished",
|
|
45
|
+
VendorRequiredBadgeType: "vendor.required_badge_type",
|
|
43
46
|
VendorTargetFacilities: "vendor.target_facilities",
|
|
44
|
-
|
|
45
|
-
VendorPendingInvoice: "vendor.pending_invoice",
|
|
47
|
+
VendorUser: "vendor.user",
|
|
46
48
|
VendorVendorGroups: "vendor.vendor_groups",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
VendorVendorJob: "vendor.vendor_job",
|
|
50
|
+
VendorVendorType: "vendor.vendor_type",
|
|
49
51
|
SupportArticleDescription: "support_article.description",
|
|
50
52
|
SupportArticlePublished: "support_article.published",
|
|
51
53
|
SupportArticleNotes: "support_article.notes",
|
|
52
54
|
SupportArticleSupportCategory: "support_article.support_category",
|
|
53
55
|
InvoiceLineItems: "invoice.line_items",
|
|
54
56
|
InvoiceInvoiceTransactions: "invoice.invoice_transactions",
|
|
57
|
+
InvoiceRepresentative: "invoice.representative",
|
|
58
|
+
InvoiceCustomFields: "invoice.custom_fields",
|
|
59
|
+
InvoiceInvoiceType: "invoice.invoice_type",
|
|
60
|
+
InvoiceMayPayInvoice: "invoice.may_pay_invoice",
|
|
55
61
|
VendorCredentialCredential: "vendor_credential.credential",
|
|
56
62
|
VendorCredentialVendor: "vendor_credential.vendor",
|
|
57
63
|
VendorCredentialInvoice: "vendor_credential.invoice",
|
|
@@ -16,7 +16,13 @@ import { Invitee, Invitee$inboundSchema } from "./invitee.js";
|
|
|
16
16
|
export type Feed = {
|
|
17
17
|
id?: number | undefined;
|
|
18
18
|
title?: string | null | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Start date and time in UTC (ISO 8601 format, e.g. 2026-02-23T14:00:00Z). Null if not set.
|
|
21
|
+
*/
|
|
19
22
|
start?: string | null | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* End date and time in UTC (ISO 8601 format, e.g. 2026-02-23T15:00:00Z). Null if not set.
|
|
25
|
+
*/
|
|
20
26
|
end?: string | null | undefined;
|
|
21
27
|
status?: string | null | undefined;
|
|
22
28
|
allDay?: boolean | undefined;
|
|
@@ -6,6 +6,7 @@ export * from "./activestatus.js";
|
|
|
6
6
|
export * from "./alert.js";
|
|
7
7
|
export * from "./backgroundcheckresult.js";
|
|
8
8
|
export * from "./company.js";
|
|
9
|
+
export * from "./companymanager.js";
|
|
9
10
|
export * from "./companyvendortyperestriction.js";
|
|
10
11
|
export * from "./contact.js";
|
|
11
12
|
export * from "./contenttype.js";
|
|
@@ -31,10 +32,10 @@ export * from "./fhirconfigcreate.js";
|
|
|
31
32
|
export * from "./fhirconfigpartialupdate.js";
|
|
32
33
|
export * from "./fhirextraentities.js";
|
|
33
34
|
export * from "./financialstatus.js";
|
|
34
|
-
export * from "./handoff.js";
|
|
35
35
|
export * from "./imageset.js";
|
|
36
36
|
export * from "./invitee.js";
|
|
37
37
|
export * from "./invoice.js";
|
|
38
|
+
export * from "./invoicefinancialstatus.js";
|
|
38
39
|
export * from "./invoiceitem.js";
|
|
39
40
|
export * from "./invoicetransaction.js";
|
|
40
41
|
export * from "./loginemailandpassword.js";
|
|
@@ -43,12 +44,14 @@ export * from "./mfarequiredresponse.js";
|
|
|
43
44
|
export * from "./pager.js";
|
|
44
45
|
export * from "./passwordrequiredresponse.js";
|
|
45
46
|
export * from "./paymentprofile.js";
|
|
47
|
+
export * from "./paymentprofileinfo.js";
|
|
46
48
|
export * from "./pendinginvitation.js";
|
|
47
49
|
export * from "./product.js";
|
|
48
50
|
export * from "./productvariant.js";
|
|
49
51
|
export * from "./samlloginrequiredresponse.js";
|
|
50
52
|
export * from "./scantype.js";
|
|
51
53
|
export * from "./screeninganswer.js";
|
|
54
|
+
export * from "./screeningansweractionsummary.js";
|
|
52
55
|
export * from "./screeningquestion.js";
|
|
53
56
|
export * from "./screeningresponse.js";
|
|
54
57
|
export * from "./security.js";
|
|
@@ -62,17 +65,19 @@ export * from "./user.js";
|
|
|
62
65
|
export * from "./userlocation.js";
|
|
63
66
|
export * from "./usersummary.js";
|
|
64
67
|
export * from "./vendor.js";
|
|
65
|
-
export * from "./vendoradditionalfacilityfields.js";
|
|
66
68
|
export * from "./vendorcredentialdatarequest.js";
|
|
67
69
|
export * from "./vendorcredentialfile.js";
|
|
68
70
|
export * from "./vendorcredentialscontainer.js";
|
|
69
71
|
export * from "./vendorcredentialsummary.js";
|
|
72
|
+
export * from "./vendorcustomfields.js";
|
|
70
73
|
export * from "./vendorfacilitystatusview.js";
|
|
71
74
|
export * from "./vendorgroup.js";
|
|
72
75
|
export * from "./vendorjobtitle.js";
|
|
73
76
|
export * from "./vendormanagedbycompany.js";
|
|
74
77
|
export * from "./vendorrequiredcredential.js";
|
|
75
78
|
export * from "./vendorscan.js";
|
|
79
|
+
export * from "./vendorscanscreeninganswer.js";
|
|
80
|
+
export * from "./vendorscanscreeningquestion.js";
|
|
76
81
|
export * from "./vendorscrubdetails.js";
|
|
77
82
|
export * from "./vendorscrubpurchase.js";
|
|
78
83
|
export * from "./vendortype.js";
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
8
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
11
|
import * as types from "../../types/primitives.js";
|
|
10
12
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
@@ -14,6 +16,67 @@ import {
|
|
|
14
16
|
InvoiceTransaction$inboundSchema,
|
|
15
17
|
} from "./invoicetransaction.js";
|
|
16
18
|
|
|
19
|
+
/**
|
|
20
|
+
* Custom fields assigned by the company to this vendor.
|
|
21
|
+
*/
|
|
22
|
+
export type CustomFields = {
|
|
23
|
+
name?: string | null | undefined;
|
|
24
|
+
fieldType?: string | null | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Value of the custom field
|
|
27
|
+
*/
|
|
28
|
+
value?: string | null | undefined;
|
|
29
|
+
vendorFieldId?: number | null | undefined;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The type of invoice based on its line items. Used to categorize invoices for display and filtering purposes.
|
|
34
|
+
*
|
|
35
|
+
* @remarks
|
|
36
|
+
* - "Credential": Invoice contains a credential payment (vendor credential or expedited credential)
|
|
37
|
+
* - "Annual Fee": Invoice contains an annual subscription fee
|
|
38
|
+
* - "Multiple": Invoice has multiple line items with different types
|
|
39
|
+
* - "Other": Invoice does not match any of the above categories
|
|
40
|
+
*/
|
|
41
|
+
export const InvoiceType = {
|
|
42
|
+
Credential: "Credential",
|
|
43
|
+
AnnualFee: "Annual Fee",
|
|
44
|
+
Multiple: "Multiple",
|
|
45
|
+
Other: "Other",
|
|
46
|
+
} as const;
|
|
47
|
+
/**
|
|
48
|
+
* The type of invoice based on its line items. Used to categorize invoices for display and filtering purposes.
|
|
49
|
+
*
|
|
50
|
+
* @remarks
|
|
51
|
+
* - "Credential": Invoice contains a credential payment (vendor credential or expedited credential)
|
|
52
|
+
* - "Annual Fee": Invoice contains an annual subscription fee
|
|
53
|
+
* - "Multiple": Invoice has multiple line items with different types
|
|
54
|
+
* - "Other": Invoice does not match any of the above categories
|
|
55
|
+
*/
|
|
56
|
+
export type InvoiceType = OpenEnum<typeof InvoiceType>;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* User IDs and company IDs that can pay this invoice. Only included when `invoice.may_pay_invoice` is requested in the expand parameter.
|
|
60
|
+
*
|
|
61
|
+
* @remarks
|
|
62
|
+
*
|
|
63
|
+
* This is used exclusively to control the visibility of the "Make Payment" button in the UI.
|
|
64
|
+
* It is not used for any other invoice logic or backend decision-making.
|
|
65
|
+
*
|
|
66
|
+
* Frontend should compare the logged-in user's ID (for vendors) or company_id (for company managers)
|
|
67
|
+
* with these arrays to determine if the payment button should be shown.
|
|
68
|
+
*/
|
|
69
|
+
export type MayPayInvoice = {
|
|
70
|
+
/**
|
|
71
|
+
* Array of user IDs (vendor user IDs) that can pay this invoice
|
|
72
|
+
*/
|
|
73
|
+
users?: Array<number> | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* Array of company IDs (company manager company IDs) that can pay this invoice
|
|
76
|
+
*/
|
|
77
|
+
companies?: Array<number> | undefined;
|
|
78
|
+
};
|
|
79
|
+
|
|
17
80
|
/**
|
|
18
81
|
* A simplified representation of an Invoice
|
|
19
82
|
*/
|
|
@@ -30,11 +93,91 @@ export type Invoice = {
|
|
|
30
93
|
tax?: number | null | undefined;
|
|
31
94
|
convenienceFee?: number | null | undefined;
|
|
32
95
|
shipping?: number | null | undefined;
|
|
33
|
-
|
|
96
|
+
/**
|
|
97
|
+
* Custom fields assigned by the company to this vendor.
|
|
98
|
+
*/
|
|
99
|
+
customFields?: CustomFields | null | undefined;
|
|
34
100
|
lines?: Array<InvoiceItem | null> | null | undefined;
|
|
35
101
|
transactions?: Array<InvoiceTransaction> | null | undefined;
|
|
102
|
+
representative?: string | null | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* The type of invoice based on its line items. Used to categorize invoices for display and filtering purposes.
|
|
105
|
+
*
|
|
106
|
+
* @remarks
|
|
107
|
+
* - "Credential": Invoice contains a credential payment (vendor credential or expedited credential)
|
|
108
|
+
* - "Annual Fee": Invoice contains an annual subscription fee
|
|
109
|
+
* - "Multiple": Invoice has multiple line items with different types
|
|
110
|
+
* - "Other": Invoice does not match any of the above categories
|
|
111
|
+
*/
|
|
112
|
+
invoiceType?: InvoiceType | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* User IDs and company IDs that can pay this invoice. Only included when `invoice.may_pay_invoice` is requested in the expand parameter.
|
|
115
|
+
*
|
|
116
|
+
* @remarks
|
|
117
|
+
*
|
|
118
|
+
* This is used exclusively to control the visibility of the "Make Payment" button in the UI.
|
|
119
|
+
* It is not used for any other invoice logic or backend decision-making.
|
|
120
|
+
*
|
|
121
|
+
* Frontend should compare the logged-in user's ID (for vendors) or company_id (for company managers)
|
|
122
|
+
* with these arrays to determine if the payment button should be shown.
|
|
123
|
+
*/
|
|
124
|
+
mayPayInvoice?: MayPayInvoice | null | undefined;
|
|
36
125
|
};
|
|
37
126
|
|
|
127
|
+
/** @internal */
|
|
128
|
+
export const CustomFields$inboundSchema: z.ZodType<
|
|
129
|
+
CustomFields,
|
|
130
|
+
z.ZodTypeDef,
|
|
131
|
+
unknown
|
|
132
|
+
> = z.object({
|
|
133
|
+
name: z.nullable(types.string()).optional(),
|
|
134
|
+
field_type: z.nullable(types.string()).optional(),
|
|
135
|
+
value: z.nullable(types.string()).optional(),
|
|
136
|
+
vendor_field_id: z.nullable(types.number()).optional(),
|
|
137
|
+
}).transform((v) => {
|
|
138
|
+
return remap$(v, {
|
|
139
|
+
"field_type": "fieldType",
|
|
140
|
+
"vendor_field_id": "vendorFieldId",
|
|
141
|
+
});
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
export function customFieldsFromJSON(
|
|
145
|
+
jsonString: string,
|
|
146
|
+
): SafeParseResult<CustomFields, SDKValidationError> {
|
|
147
|
+
return safeParse(
|
|
148
|
+
jsonString,
|
|
149
|
+
(x) => CustomFields$inboundSchema.parse(JSON.parse(x)),
|
|
150
|
+
`Failed to parse 'CustomFields' from JSON`,
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/** @internal */
|
|
155
|
+
export const InvoiceType$inboundSchema: z.ZodType<
|
|
156
|
+
InvoiceType,
|
|
157
|
+
z.ZodTypeDef,
|
|
158
|
+
unknown
|
|
159
|
+
> = openEnums.inboundSchema(InvoiceType);
|
|
160
|
+
|
|
161
|
+
/** @internal */
|
|
162
|
+
export const MayPayInvoice$inboundSchema: z.ZodType<
|
|
163
|
+
MayPayInvoice,
|
|
164
|
+
z.ZodTypeDef,
|
|
165
|
+
unknown
|
|
166
|
+
> = z.object({
|
|
167
|
+
users: types.optional(z.array(types.number())),
|
|
168
|
+
companies: types.optional(z.array(types.number())),
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
export function mayPayInvoiceFromJSON(
|
|
172
|
+
jsonString: string,
|
|
173
|
+
): SafeParseResult<MayPayInvoice, SDKValidationError> {
|
|
174
|
+
return safeParse(
|
|
175
|
+
jsonString,
|
|
176
|
+
(x) => MayPayInvoice$inboundSchema.parse(JSON.parse(x)),
|
|
177
|
+
`Failed to parse 'MayPayInvoice' from JSON`,
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
|
|
38
181
|
/** @internal */
|
|
39
182
|
export const Invoice$inboundSchema: z.ZodType<Invoice, z.ZodTypeDef, unknown> =
|
|
40
183
|
z.object({
|
|
@@ -50,11 +193,16 @@ export const Invoice$inboundSchema: z.ZodType<Invoice, z.ZodTypeDef, unknown> =
|
|
|
50
193
|
tax: z.nullable(types.number()).optional(),
|
|
51
194
|
convenience_fee: z.nullable(types.number()).optional(),
|
|
52
195
|
shipping: z.nullable(types.number()).optional(),
|
|
53
|
-
|
|
196
|
+
custom_fields: z.nullable(z.lazy(() => CustomFields$inboundSchema))
|
|
197
|
+
.optional(),
|
|
54
198
|
lines: z.nullable(z.array(types.nullable(InvoiceItem$inboundSchema)))
|
|
55
199
|
.optional(),
|
|
56
200
|
transactions: z.nullable(z.array(InvoiceTransaction$inboundSchema))
|
|
57
201
|
.optional(),
|
|
202
|
+
representative: z.nullable(types.string()).optional(),
|
|
203
|
+
invoice_type: types.optional(InvoiceType$inboundSchema),
|
|
204
|
+
may_pay_invoice: z.nullable(z.lazy(() => MayPayInvoice$inboundSchema))
|
|
205
|
+
.optional(),
|
|
58
206
|
}).transform((v) => {
|
|
59
207
|
return remap$(v, {
|
|
60
208
|
"invoice_number": "invoiceNumber",
|
|
@@ -64,6 +212,9 @@ export const Invoice$inboundSchema: z.ZodType<Invoice, z.ZodTypeDef, unknown> =
|
|
|
64
212
|
"financial_status": "financialStatus",
|
|
65
213
|
"amount_not_paid": "amountNotPaid",
|
|
66
214
|
"convenience_fee": "convenienceFee",
|
|
215
|
+
"custom_fields": "customFields",
|
|
216
|
+
"invoice_type": "invoiceType",
|
|
217
|
+
"may_pay_invoice": "mayPayInvoice",
|
|
67
218
|
});
|
|
68
219
|
});
|
|
69
220
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const InvoiceFinancialStatus = {
|
|
9
|
+
Paid: "paid",
|
|
10
|
+
Unpaid: "unpaid",
|
|
11
|
+
} as const;
|
|
12
|
+
export type InvoiceFinancialStatus = ClosedEnum<typeof InvoiceFinancialStatus>;
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export const InvoiceFinancialStatus$outboundSchema: z.ZodNativeEnum<
|
|
16
|
+
typeof InvoiceFinancialStatus
|
|
17
|
+
> = z.nativeEnum(InvoiceFinancialStatus);
|
|
@@ -38,6 +38,7 @@ export type InvoiceItem = {
|
|
|
38
38
|
title?: string | null | undefined;
|
|
39
39
|
quantity?: number | null | undefined;
|
|
40
40
|
unitPrice?: number | null | undefined;
|
|
41
|
+
discount?: number | undefined;
|
|
41
42
|
subtotal?: number | null | undefined;
|
|
42
43
|
variant?: ProductVariant | number | null | undefined;
|
|
43
44
|
product?: Product | number | null | undefined;
|
|
@@ -114,6 +115,7 @@ export const InvoiceItem$inboundSchema: z.ZodType<
|
|
|
114
115
|
title: z.nullable(types.string()).optional(),
|
|
115
116
|
quantity: z.nullable(types.number()).optional(),
|
|
116
117
|
unit_price: z.nullable(types.number()).optional(),
|
|
118
|
+
discount: types.optional(types.number()),
|
|
117
119
|
subtotal: z.nullable(types.number()).optional(),
|
|
118
120
|
variant: z.nullable(
|
|
119
121
|
smartUnion([ProductVariant$inboundSchema, types.number()]),
|