@greensecurity/javascript-sdk 0.39.12 → 0.39.39
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 +12 -0
- package/bin/mcp-server.js +1786 -625
- package/bin/mcp-server.js.map +46 -31
- package/dist/commonjs/__tests__/events.test.js +124 -0
- package/dist/commonjs/__tests__/events.test.js.map +1 -1
- package/dist/commonjs/__tests__/zones.test.js +4 -16
- package/dist/commonjs/__tests__/zones.test.js.map +1 -1
- package/dist/commonjs/admin-funcs/doAdmin.d.ts +4 -0
- package/dist/commonjs/admin-funcs/doAdmin.d.ts.map +1 -1
- package/dist/commonjs/admin-funcs/doAdmin.js +62 -0
- package/dist/commonjs/admin-funcs/doAdmin.js.map +1 -1
- package/dist/commonjs/admin-funcs/subscriptionFinishInvoice.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishInvoice.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishInvoice.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishInvoice.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishScreeningQuestions.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishScreeningQuestions.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishScreeningQuestions.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionFinishScreeningQuestions.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetFacilities.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetFacilities.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetFacilities.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetFacilities.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetInvoice.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionGetInvoice.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetInvoice.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetInvoice.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPaymentProfile.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPaymentProfile.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPaymentProfile.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPaymentProfile.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPlans.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPlans.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPlans.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetPlans.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSummary.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSummary.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSummary.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetSummary.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetVendorTypes.d.ts +6 -0
- package/dist/commonjs/admin-funcs/subscriptionGetVendorTypes.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionGetVendorTypes.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionGetVendorTypes.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateFacilities.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateFacilities.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateFacilities.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateFacilities.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePaymentProfile.d.ts +23 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePaymentProfile.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePaymentProfile.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePaymentProfile.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePlan.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePlan.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePlan.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdatePlan.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateScreeningResponse.d.ts +10 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateScreeningResponse.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateScreeningResponse.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateScreeningResponse.js.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateVendorType.d.ts +7 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateVendorType.d.ts.map +1 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateVendorType.js +9 -0
- package/dist/commonjs/admin-funcs/subscriptionUpdateVendorType.js.map +1 -0
- package/dist/commonjs/funcs/eventsListFeed.d.ts +21 -0
- package/dist/commonjs/funcs/eventsListFeed.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsListFeed.js +166 -0
- package/dist/commonjs/funcs/eventsListFeed.js.map +1 -0
- package/dist/commonjs/funcs/eventsListLocations.d.ts +21 -0
- package/dist/commonjs/funcs/eventsListLocations.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsListLocations.js +159 -0
- package/dist/commonjs/funcs/eventsListLocations.js.map +1 -0
- package/dist/commonjs/funcs/eventsListPendingInvitations.d.ts +21 -0
- package/dist/commonjs/funcs/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsListPendingInvitations.js +162 -0
- package/dist/commonjs/funcs/eventsListPendingInvitations.js.map +1 -0
- package/dist/commonjs/funcs/eventsListStandingAppointments.d.ts +21 -0
- package/dist/commonjs/funcs/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsListStandingAppointments.js +168 -0
- package/dist/commonjs/funcs/eventsListStandingAppointments.js.map +1 -0
- package/dist/commonjs/index.extras.d.ts +32 -0
- package/dist/commonjs/index.extras.d.ts.map +1 -1
- package/dist/commonjs/index.extras.js +34 -1
- 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/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +9 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/eventsListFeed.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/eventsListFeed.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListFeed.js +64 -0
- package/dist/commonjs/mcp-server/tools/eventsListFeed.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListLocations.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/eventsListLocations.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListLocations.js +64 -0
- package/dist/commonjs/mcp-server/tools/eventsListLocations.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListPendingInvitations.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListPendingInvitations.js +64 -0
- package/dist/commonjs/mcp-server/tools/eventsListPendingInvitations.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListStandingAppointments.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/eventsListStandingAppointments.js +64 -0
- package/dist/commonjs/mcp-server/tools/eventsListStandingAppointments.js.map +1 -0
- package/dist/commonjs/models/components/backgroundcheckresult.d.ts +27 -27
- package/dist/commonjs/models/components/backgroundcheckresult.d.ts.map +1 -1
- package/dist/commonjs/models/components/backgroundcheckresult.js.map +1 -1
- package/dist/commonjs/models/components/contact.d.ts +25 -25
- package/dist/commonjs/models/components/contact.d.ts.map +1 -1
- package/dist/commonjs/models/components/contact.js +17 -17
- package/dist/commonjs/models/components/contact.js.map +1 -1
- package/dist/commonjs/models/components/credential.d.ts +25 -25
- package/dist/commonjs/models/components/credential.d.ts.map +1 -1
- package/dist/commonjs/models/components/credential.js.map +1 -1
- package/dist/commonjs/models/components/credit.d.ts +10 -10
- package/dist/commonjs/models/components/credit.d.ts.map +1 -1
- package/dist/commonjs/models/components/credit.js.map +1 -1
- package/dist/commonjs/models/components/datarequest.d.ts +21 -21
- package/dist/commonjs/models/components/datarequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/datarequest.js.map +1 -1
- package/dist/commonjs/models/components/facility.d.ts +25 -25
- package/dist/commonjs/models/components/facility.d.ts.map +1 -1
- package/dist/commonjs/models/components/facility.js +16 -16
- package/dist/commonjs/models/components/facility.js.map +1 -1
- package/dist/commonjs/models/components/feed.d.ts +42 -0
- package/dist/commonjs/models/components/feed.d.ts.map +1 -0
- package/dist/commonjs/models/components/feed.js +89 -0
- package/dist/commonjs/models/components/feed.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +3 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +3 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/mfarequiredresponse.d.ts +20 -20
- package/dist/commonjs/models/components/mfarequiredresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/mfarequiredresponse.js.map +1 -1
- package/dist/commonjs/models/components/passwordrequiredresponse.d.ts +11 -11
- package/dist/commonjs/models/components/passwordrequiredresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/passwordrequiredresponse.js.map +1 -1
- package/dist/commonjs/models/components/pendinginvitation.d.ts +80 -0
- package/dist/commonjs/models/components/pendinginvitation.d.ts.map +1 -0
- package/dist/commonjs/models/components/pendinginvitation.js +130 -0
- package/dist/commonjs/models/components/pendinginvitation.js.map +1 -0
- package/dist/commonjs/models/components/samlloginrequiredresponse.d.ts +18 -18
- package/dist/commonjs/models/components/samlloginrequiredresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/samlloginrequiredresponse.js.map +1 -1
- package/dist/commonjs/models/components/standingappointment.d.ts +46 -0
- package/dist/commonjs/models/components/standingappointment.d.ts.map +1 -0
- package/dist/commonjs/models/components/standingappointment.js +92 -0
- package/dist/commonjs/models/components/standingappointment.js.map +1 -0
- package/dist/commonjs/models/components/user.d.ts +65 -65
- package/dist/commonjs/models/components/user.d.ts.map +1 -1
- package/dist/commonjs/models/components/user.js +17 -17
- package/dist/commonjs/models/components/user.js.map +1 -1
- package/dist/commonjs/models/components/userlocation.d.ts +19 -19
- package/dist/commonjs/models/components/userlocation.d.ts.map +1 -1
- package/dist/commonjs/models/components/userlocation.js.map +1 -1
- package/dist/commonjs/models/components/vendor.d.ts +50 -5
- package/dist/commonjs/models/components/vendor.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendor.js +67 -3
- package/dist/commonjs/models/components/vendor.js.map +1 -1
- package/dist/commonjs/models/components/vendorcredentialdatarequest.d.ts +22 -22
- package/dist/commonjs/models/components/vendorcredentialdatarequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/vendorcredentialdatarequest.js +16 -16
- package/dist/commonjs/models/components/vendorcredentialdatarequest.js.map +1 -1
- package/dist/commonjs/models/components/webhookendpoint.d.ts +18 -18
- package/dist/commonjs/models/components/webhookendpoint.d.ts.map +1 -1
- package/dist/commonjs/models/components/webhookendpoint.js.map +1 -1
- package/dist/commonjs/models/operations/createinvoice.d.ts +106 -106
- package/dist/commonjs/models/operations/createinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createinvoice.js +46 -46
- package/dist/commonjs/models/operations/createinvoice.js.map +1 -1
- package/dist/commonjs/models/operations/createorupdatebcr.d.ts +20 -20
- package/dist/commonjs/models/operations/createorupdatebcr.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createorupdatebcr.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +4 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +4 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listfeed.d.ts +166 -0
- package/dist/commonjs/models/operations/listfeed.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listfeed.js +197 -0
- package/dist/commonjs/models/operations/listfeed.js.map +1 -0
- package/dist/commonjs/models/operations/listlocations.d.ts +148 -0
- package/dist/commonjs/models/operations/listlocations.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listlocations.js +191 -0
- package/dist/commonjs/models/operations/listlocations.js.map +1 -0
- package/dist/commonjs/models/operations/listpendinginvitations.d.ts +136 -0
- package/dist/commonjs/models/operations/listpendinginvitations.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listpendinginvitations.js +173 -0
- package/dist/commonjs/models/operations/listpendinginvitations.js.map +1 -0
- package/dist/commonjs/models/operations/liststandingappointments.d.ts +166 -0
- package/dist/commonjs/models/operations/liststandingappointments.d.ts.map +1 -0
- package/dist/commonjs/models/operations/liststandingappointments.js +197 -0
- package/dist/commonjs/models/operations/liststandingappointments.js.map +1 -0
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts +20 -20
- package/dist/commonjs/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts +22 -22
- package/dist/commonjs/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/commonjs/models/operations/securityzonecheckin.js +17 -17
- package/dist/commonjs/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/commonjs/models/operations/senddownloadcode.d.ts +10 -10
- package/dist/commonjs/models/operations/senddownloadcode.d.ts.map +1 -1
- package/dist/commonjs/models/operations/senddownloadcode.js.map +1 -1
- package/dist/commonjs/models/operations/updateinvoice.d.ts +106 -106
- package/dist/commonjs/models/operations/updateinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateinvoice.js +47 -47
- package/dist/commonjs/models/operations/updateinvoice.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts +22 -22
- package/dist/commonjs/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendorcredentialdata.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendordetails.d.ts +24 -24
- package/dist/commonjs/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendordetails.js.map +1 -1
- package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts +21 -21
- package/dist/commonjs/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatevendorscrubdetails.js.map +1 -1
- package/dist/commonjs/react-query/eventsListFeed.d.ts +111 -0
- package/dist/commonjs/react-query/eventsListFeed.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsListFeed.js +174 -0
- package/dist/commonjs/react-query/eventsListFeed.js.map +1 -0
- package/dist/commonjs/react-query/eventsListLocations.d.ts +84 -0
- package/dist/commonjs/react-query/eventsListLocations.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsListLocations.js +161 -0
- package/dist/commonjs/react-query/eventsListLocations.js.map +1 -0
- package/dist/commonjs/react-query/eventsListPendingInvitations.d.ts +93 -0
- package/dist/commonjs/react-query/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsListPendingInvitations.js +171 -0
- package/dist/commonjs/react-query/eventsListPendingInvitations.js.map +1 -0
- package/dist/commonjs/react-query/eventsListStandingAppointments.d.ts +111 -0
- package/dist/commonjs/react-query/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/commonjs/react-query/eventsListStandingAppointments.js +183 -0
- package/dist/commonjs/react-query/eventsListStandingAppointments.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +4 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +4 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/events.d.ts +36 -0
- package/dist/commonjs/sdk/events.d.ts.map +1 -1
- package/dist/commonjs/sdk/events.js +40 -0
- package/dist/commonjs/sdk/events.js.map +1 -1
- package/dist/esm/__tests__/events.test.js +124 -0
- package/dist/esm/__tests__/events.test.js.map +1 -1
- package/dist/esm/__tests__/zones.test.js +4 -16
- package/dist/esm/__tests__/zones.test.js.map +1 -1
- package/dist/esm/admin-funcs/doAdmin.d.ts +4 -0
- package/dist/esm/admin-funcs/doAdmin.d.ts.map +1 -1
- package/dist/esm/admin-funcs/doAdmin.js +61 -0
- package/dist/esm/admin-funcs/doAdmin.js.map +1 -1
- package/dist/esm/admin-funcs/subscriptionFinishInvoice.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionFinishInvoice.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionFinishInvoice.js +6 -0
- package/dist/esm/admin-funcs/subscriptionFinishInvoice.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionFinishScreeningQuestions.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionFinishScreeningQuestions.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionFinishScreeningQuestions.js +6 -0
- package/dist/esm/admin-funcs/subscriptionFinishScreeningQuestions.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetFacilities.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetFacilities.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetFacilities.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetFacilities.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetInvoice.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionGetInvoice.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetInvoice.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetInvoice.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetPaymentProfile.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetPaymentProfile.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetPaymentProfile.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetPaymentProfile.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetPlans.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetPlans.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetPlans.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetPlans.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetSummary.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetSummary.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetSummary.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetSummary.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetVendorTypes.d.ts +6 -0
- package/dist/esm/admin-funcs/subscriptionGetVendorTypes.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionGetVendorTypes.js +6 -0
- package/dist/esm/admin-funcs/subscriptionGetVendorTypes.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateFacilities.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionUpdateFacilities.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateFacilities.js +6 -0
- package/dist/esm/admin-funcs/subscriptionUpdateFacilities.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePaymentProfile.d.ts +23 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePaymentProfile.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePaymentProfile.js +6 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePaymentProfile.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePlan.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePlan.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePlan.js +6 -0
- package/dist/esm/admin-funcs/subscriptionUpdatePlan.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateScreeningResponse.d.ts +10 -0
- package/dist/esm/admin-funcs/subscriptionUpdateScreeningResponse.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateScreeningResponse.js +6 -0
- package/dist/esm/admin-funcs/subscriptionUpdateScreeningResponse.js.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateVendorType.d.ts +7 -0
- package/dist/esm/admin-funcs/subscriptionUpdateVendorType.d.ts.map +1 -0
- package/dist/esm/admin-funcs/subscriptionUpdateVendorType.js +6 -0
- package/dist/esm/admin-funcs/subscriptionUpdateVendorType.js.map +1 -0
- package/dist/esm/funcs/eventsListFeed.d.ts +21 -0
- package/dist/esm/funcs/eventsListFeed.d.ts.map +1 -0
- package/dist/esm/funcs/eventsListFeed.js +130 -0
- package/dist/esm/funcs/eventsListFeed.js.map +1 -0
- package/dist/esm/funcs/eventsListLocations.d.ts +21 -0
- package/dist/esm/funcs/eventsListLocations.d.ts.map +1 -0
- package/dist/esm/funcs/eventsListLocations.js +123 -0
- package/dist/esm/funcs/eventsListLocations.js.map +1 -0
- package/dist/esm/funcs/eventsListPendingInvitations.d.ts +21 -0
- package/dist/esm/funcs/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/esm/funcs/eventsListPendingInvitations.js +126 -0
- package/dist/esm/funcs/eventsListPendingInvitations.js.map +1 -0
- package/dist/esm/funcs/eventsListStandingAppointments.d.ts +21 -0
- package/dist/esm/funcs/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/esm/funcs/eventsListStandingAppointments.js +132 -0
- package/dist/esm/funcs/eventsListStandingAppointments.js.map +1 -0
- package/dist/esm/index.extras.d.ts +32 -0
- package/dist/esm/index.extras.d.ts.map +1 -1
- package/dist/esm/index.extras.js +34 -1
- 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/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +9 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/eventsListFeed.d.ts +8 -0
- package/dist/esm/mcp-server/tools/eventsListFeed.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListFeed.js +28 -0
- package/dist/esm/mcp-server/tools/eventsListFeed.js.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListLocations.d.ts +8 -0
- package/dist/esm/mcp-server/tools/eventsListLocations.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListLocations.js +28 -0
- package/dist/esm/mcp-server/tools/eventsListLocations.js.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListPendingInvitations.d.ts +8 -0
- package/dist/esm/mcp-server/tools/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListPendingInvitations.js +28 -0
- package/dist/esm/mcp-server/tools/eventsListPendingInvitations.js.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListStandingAppointments.d.ts +8 -0
- package/dist/esm/mcp-server/tools/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/eventsListStandingAppointments.js +28 -0
- package/dist/esm/mcp-server/tools/eventsListStandingAppointments.js.map +1 -0
- package/dist/esm/models/components/backgroundcheckresult.d.ts +27 -27
- package/dist/esm/models/components/backgroundcheckresult.d.ts.map +1 -1
- package/dist/esm/models/components/backgroundcheckresult.js.map +1 -1
- package/dist/esm/models/components/contact.d.ts +25 -25
- package/dist/esm/models/components/contact.d.ts.map +1 -1
- package/dist/esm/models/components/contact.js +16 -16
- package/dist/esm/models/components/contact.js.map +1 -1
- package/dist/esm/models/components/credential.d.ts +25 -25
- package/dist/esm/models/components/credential.d.ts.map +1 -1
- package/dist/esm/models/components/credential.js.map +1 -1
- package/dist/esm/models/components/credit.d.ts +10 -10
- package/dist/esm/models/components/credit.d.ts.map +1 -1
- package/dist/esm/models/components/credit.js.map +1 -1
- package/dist/esm/models/components/datarequest.d.ts +21 -21
- package/dist/esm/models/components/datarequest.d.ts.map +1 -1
- package/dist/esm/models/components/datarequest.js.map +1 -1
- package/dist/esm/models/components/facility.d.ts +25 -25
- package/dist/esm/models/components/facility.d.ts.map +1 -1
- package/dist/esm/models/components/facility.js +15 -15
- package/dist/esm/models/components/facility.js.map +1 -1
- package/dist/esm/models/components/feed.d.ts +42 -0
- package/dist/esm/models/components/feed.d.ts.map +1 -0
- package/dist/esm/models/components/feed.js +51 -0
- package/dist/esm/models/components/feed.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +3 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +3 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/mfarequiredresponse.d.ts +20 -20
- package/dist/esm/models/components/mfarequiredresponse.d.ts.map +1 -1
- package/dist/esm/models/components/mfarequiredresponse.js.map +1 -1
- package/dist/esm/models/components/passwordrequiredresponse.d.ts +11 -11
- package/dist/esm/models/components/passwordrequiredresponse.d.ts.map +1 -1
- package/dist/esm/models/components/passwordrequiredresponse.js.map +1 -1
- package/dist/esm/models/components/pendinginvitation.d.ts +80 -0
- package/dist/esm/models/components/pendinginvitation.d.ts.map +1 -0
- package/dist/esm/models/components/pendinginvitation.js +90 -0
- package/dist/esm/models/components/pendinginvitation.js.map +1 -0
- package/dist/esm/models/components/samlloginrequiredresponse.d.ts +18 -18
- package/dist/esm/models/components/samlloginrequiredresponse.d.ts.map +1 -1
- package/dist/esm/models/components/samlloginrequiredresponse.js.map +1 -1
- package/dist/esm/models/components/standingappointment.d.ts +46 -0
- package/dist/esm/models/components/standingappointment.d.ts.map +1 -0
- package/dist/esm/models/components/standingappointment.js +54 -0
- package/dist/esm/models/components/standingappointment.js.map +1 -0
- package/dist/esm/models/components/user.d.ts +65 -65
- package/dist/esm/models/components/user.d.ts.map +1 -1
- package/dist/esm/models/components/user.js +16 -16
- package/dist/esm/models/components/user.js.map +1 -1
- package/dist/esm/models/components/userlocation.d.ts +19 -19
- package/dist/esm/models/components/userlocation.d.ts.map +1 -1
- package/dist/esm/models/components/userlocation.js.map +1 -1
- package/dist/esm/models/components/vendor.d.ts +50 -5
- package/dist/esm/models/components/vendor.d.ts.map +1 -1
- package/dist/esm/models/components/vendor.js +62 -2
- package/dist/esm/models/components/vendor.js.map +1 -1
- package/dist/esm/models/components/vendorcredentialdatarequest.d.ts +22 -22
- package/dist/esm/models/components/vendorcredentialdatarequest.d.ts.map +1 -1
- package/dist/esm/models/components/vendorcredentialdatarequest.js +15 -15
- package/dist/esm/models/components/vendorcredentialdatarequest.js.map +1 -1
- package/dist/esm/models/components/webhookendpoint.d.ts +18 -18
- package/dist/esm/models/components/webhookendpoint.d.ts.map +1 -1
- package/dist/esm/models/components/webhookendpoint.js.map +1 -1
- package/dist/esm/models/operations/createinvoice.d.ts +106 -106
- package/dist/esm/models/operations/createinvoice.d.ts.map +1 -1
- package/dist/esm/models/operations/createinvoice.js +45 -45
- package/dist/esm/models/operations/createinvoice.js.map +1 -1
- package/dist/esm/models/operations/createorupdatebcr.d.ts +20 -20
- package/dist/esm/models/operations/createorupdatebcr.d.ts.map +1 -1
- package/dist/esm/models/operations/createorupdatebcr.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +4 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +4 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listfeed.d.ts +166 -0
- package/dist/esm/models/operations/listfeed.d.ts.map +1 -0
- package/dist/esm/models/operations/listfeed.js +155 -0
- package/dist/esm/models/operations/listfeed.js.map +1 -0
- package/dist/esm/models/operations/listlocations.d.ts +148 -0
- package/dist/esm/models/operations/listlocations.d.ts.map +1 -0
- package/dist/esm/models/operations/listlocations.js +147 -0
- package/dist/esm/models/operations/listlocations.js.map +1 -0
- package/dist/esm/models/operations/listpendinginvitations.d.ts +136 -0
- package/dist/esm/models/operations/listpendinginvitations.d.ts.map +1 -0
- package/dist/esm/models/operations/listpendinginvitations.js +131 -0
- package/dist/esm/models/operations/listpendinginvitations.js.map +1 -0
- package/dist/esm/models/operations/liststandingappointments.d.ts +166 -0
- package/dist/esm/models/operations/liststandingappointments.d.ts.map +1 -0
- package/dist/esm/models/operations/liststandingappointments.js +155 -0
- package/dist/esm/models/operations/liststandingappointments.js.map +1 -0
- package/dist/esm/models/operations/listvendorinvoices.d.ts +20 -20
- package/dist/esm/models/operations/listvendorinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendorinvoices.js.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.d.ts +22 -22
- package/dist/esm/models/operations/securityzonecheckin.d.ts.map +1 -1
- package/dist/esm/models/operations/securityzonecheckin.js +16 -16
- package/dist/esm/models/operations/securityzonecheckin.js.map +1 -1
- package/dist/esm/models/operations/senddownloadcode.d.ts +10 -10
- package/dist/esm/models/operations/senddownloadcode.d.ts.map +1 -1
- package/dist/esm/models/operations/senddownloadcode.js.map +1 -1
- package/dist/esm/models/operations/updateinvoice.d.ts +106 -106
- package/dist/esm/models/operations/updateinvoice.d.ts.map +1 -1
- package/dist/esm/models/operations/updateinvoice.js +46 -46
- package/dist/esm/models/operations/updateinvoice.js.map +1 -1
- package/dist/esm/models/operations/updatevendorcredentialdata.d.ts +22 -22
- package/dist/esm/models/operations/updatevendorcredentialdata.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendorcredentialdata.js.map +1 -1
- package/dist/esm/models/operations/updatevendordetails.d.ts +24 -24
- package/dist/esm/models/operations/updatevendordetails.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendordetails.js.map +1 -1
- package/dist/esm/models/operations/updatevendorscrubdetails.d.ts +21 -21
- package/dist/esm/models/operations/updatevendorscrubdetails.d.ts.map +1 -1
- package/dist/esm/models/operations/updatevendorscrubdetails.js.map +1 -1
- package/dist/esm/react-query/eventsListFeed.d.ts +111 -0
- package/dist/esm/react-query/eventsListFeed.d.ts.map +1 -0
- package/dist/esm/react-query/eventsListFeed.js +161 -0
- package/dist/esm/react-query/eventsListFeed.js.map +1 -0
- package/dist/esm/react-query/eventsListLocations.d.ts +84 -0
- package/dist/esm/react-query/eventsListLocations.d.ts.map +1 -0
- package/dist/esm/react-query/eventsListLocations.js +148 -0
- package/dist/esm/react-query/eventsListLocations.js.map +1 -0
- package/dist/esm/react-query/eventsListPendingInvitations.d.ts +93 -0
- package/dist/esm/react-query/eventsListPendingInvitations.d.ts.map +1 -0
- package/dist/esm/react-query/eventsListPendingInvitations.js +158 -0
- package/dist/esm/react-query/eventsListPendingInvitations.js.map +1 -0
- package/dist/esm/react-query/eventsListStandingAppointments.d.ts +111 -0
- package/dist/esm/react-query/eventsListStandingAppointments.d.ts.map +1 -0
- package/dist/esm/react-query/eventsListStandingAppointments.js +170 -0
- package/dist/esm/react-query/eventsListStandingAppointments.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +4 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +4 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/events.d.ts +36 -0
- package/dist/esm/sdk/events.d.ts.map +1 -1
- package/dist/esm/sdk/events.js +40 -0
- package/dist/esm/sdk/events.js.map +1 -1
- package/examples/package-lock.json +6 -5
- package/jsr.json +1 -1
- package/package.json +6 -6
- package/src/__tests__/events.test.ts +136 -0
- package/src/__tests__/zones.test.ts +4 -16
- package/src/admin-funcs/doAdmin.ts +111 -0
- package/src/admin-funcs/subscriptionFinishInvoice.ts +14 -0
- package/src/admin-funcs/subscriptionFinishScreeningQuestions.ts +13 -0
- package/src/admin-funcs/subscriptionGetFacilities.ts +13 -0
- package/src/admin-funcs/subscriptionGetInvoice.ts +14 -0
- package/src/admin-funcs/subscriptionGetPaymentProfile.ts +13 -0
- package/src/admin-funcs/subscriptionGetPlans.ts +13 -0
- package/src/admin-funcs/subscriptionGetScreeningQuestionsNextQuestion.ts +14 -0
- package/src/admin-funcs/subscriptionGetScreeningQuestionsPreviousQuestion.ts +14 -0
- package/src/admin-funcs/subscriptionGetSummary.ts +13 -0
- package/src/admin-funcs/subscriptionGetVendorTypes.ts +13 -0
- package/src/admin-funcs/subscriptionUpdateFacilities.ts +14 -0
- package/src/admin-funcs/subscriptionUpdatePaymentProfile.ts +30 -0
- package/src/admin-funcs/subscriptionUpdatePlan.ts +14 -0
- package/src/admin-funcs/subscriptionUpdateScreeningResponse.ts +17 -0
- package/src/admin-funcs/subscriptionUpdateVendorType.ts +14 -0
- package/src/funcs/eventsListFeed.ts +257 -0
- package/src/funcs/eventsListLocations.ts +250 -0
- package/src/funcs/eventsListPendingInvitations.ts +254 -0
- package/src/funcs/eventsListStandingAppointments.ts +260 -0
- package/src/index.extras.ts +36 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/eventsListFeed.ts +37 -0
- package/src/mcp-server/tools/eventsListLocations.ts +37 -0
- package/src/mcp-server/tools/eventsListPendingInvitations.ts +37 -0
- package/src/mcp-server/tools/eventsListStandingAppointments.ts +38 -0
- package/src/models/components/backgroundcheckresult.ts +31 -31
- package/src/models/components/contact.ts +25 -25
- package/src/models/components/credential.ts +26 -26
- package/src/models/components/credit.ts +11 -11
- package/src/models/components/datarequest.ts +19 -19
- package/src/models/components/facility.ts +27 -27
- package/src/models/components/feed.ts +88 -0
- package/src/models/components/index.ts +3 -0
- package/src/models/components/mfarequiredresponse.ts +21 -21
- package/src/models/components/passwordrequiredresponse.ts +12 -12
- package/src/models/components/pendinginvitation.ts +176 -0
- package/src/models/components/samlloginrequiredresponse.ts +21 -21
- package/src/models/components/standingappointment.ts +106 -0
- package/src/models/components/user.ts +50 -50
- package/src/models/components/userlocation.ts +19 -19
- package/src/models/components/vendor.ts +124 -7
- package/src/models/components/vendorcredentialdatarequest.ts +28 -28
- package/src/models/components/webhookendpoint.ts +21 -21
- package/src/models/operations/createinvoice.ts +114 -114
- package/src/models/operations/createorupdatebcr.ts +21 -21
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/listfeed.ts +340 -0
- package/src/models/operations/listlocations.ts +316 -0
- package/src/models/operations/listpendinginvitations.ts +296 -0
- package/src/models/operations/liststandingappointments.ts +351 -0
- package/src/models/operations/listvendorinvoices.ts +21 -21
- package/src/models/operations/securityzonecheckin.ts +24 -24
- package/src/models/operations/senddownloadcode.ts +12 -12
- package/src/models/operations/updateinvoice.ts +124 -124
- package/src/models/operations/updatevendorcredentialdata.ts +24 -24
- package/src/models/operations/updatevendordetails.ts +21 -21
- package/src/models/operations/updatevendorscrubdetails.ts +23 -23
- package/src/react-query/eventsListFeed.ts +366 -0
- package/src/react-query/eventsListLocations.ts +342 -0
- package/src/react-query/eventsListPendingInvitations.ts +367 -0
- package/src/react-query/eventsListStandingAppointments.ts +400 -0
- package/src/react-query/index.ts +4 -0
- package/src/sdk/events.ts +76 -0
|
@@ -21,12 +21,6 @@ import {
|
|
|
21
21
|
VendorCredentialSummary$outboundSchema,
|
|
22
22
|
} from "./vendorcredentialsummary.js";
|
|
23
23
|
|
|
24
|
-
export type VendorCredentialDataRequestVendorCredential =
|
|
25
|
-
| VendorCredentialSummary
|
|
26
|
-
| number;
|
|
27
|
-
|
|
28
|
-
export type VendorCredentialDataRequestDataRequest = DataRequest | number;
|
|
29
|
-
|
|
30
24
|
export const VendorCredentialDataRequestStatus = {
|
|
31
25
|
Requested: "Requested",
|
|
32
26
|
Submitted: "Submitted",
|
|
@@ -35,6 +29,34 @@ export type VendorCredentialDataRequestStatus = ClosedEnum<
|
|
|
35
29
|
typeof VendorCredentialDataRequestStatus
|
|
36
30
|
>;
|
|
37
31
|
|
|
32
|
+
/** @internal */
|
|
33
|
+
export const VendorCredentialDataRequestStatus$inboundSchema: z.ZodNativeEnum<
|
|
34
|
+
typeof VendorCredentialDataRequestStatus
|
|
35
|
+
> = z.nativeEnum(VendorCredentialDataRequestStatus);
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const VendorCredentialDataRequestStatus$outboundSchema: z.ZodNativeEnum<
|
|
39
|
+
typeof VendorCredentialDataRequestStatus
|
|
40
|
+
> = VendorCredentialDataRequestStatus$inboundSchema;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
45
|
+
*/
|
|
46
|
+
export namespace VendorCredentialDataRequestStatus$ {
|
|
47
|
+
/** @deprecated use `VendorCredentialDataRequestStatus$inboundSchema` instead. */
|
|
48
|
+
export const inboundSchema = VendorCredentialDataRequestStatus$inboundSchema;
|
|
49
|
+
/** @deprecated use `VendorCredentialDataRequestStatus$outboundSchema` instead. */
|
|
50
|
+
export const outboundSchema =
|
|
51
|
+
VendorCredentialDataRequestStatus$outboundSchema;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export type VendorCredentialDataRequestVendorCredential =
|
|
55
|
+
| VendorCredentialSummary
|
|
56
|
+
| number;
|
|
57
|
+
|
|
58
|
+
export type VendorCredentialDataRequestDataRequest = DataRequest | number;
|
|
59
|
+
|
|
38
60
|
export type VendorCredentialDataRequestFile = {
|
|
39
61
|
fileName?: string | null | undefined;
|
|
40
62
|
contentType?: string | null | undefined;
|
|
@@ -180,28 +202,6 @@ export function vendorCredentialDataRequestDataRequestFromJSON(
|
|
|
180
202
|
);
|
|
181
203
|
}
|
|
182
204
|
|
|
183
|
-
/** @internal */
|
|
184
|
-
export const VendorCredentialDataRequestStatus$inboundSchema: z.ZodNativeEnum<
|
|
185
|
-
typeof VendorCredentialDataRequestStatus
|
|
186
|
-
> = z.nativeEnum(VendorCredentialDataRequestStatus);
|
|
187
|
-
|
|
188
|
-
/** @internal */
|
|
189
|
-
export const VendorCredentialDataRequestStatus$outboundSchema: z.ZodNativeEnum<
|
|
190
|
-
typeof VendorCredentialDataRequestStatus
|
|
191
|
-
> = VendorCredentialDataRequestStatus$inboundSchema;
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
196
|
-
*/
|
|
197
|
-
export namespace VendorCredentialDataRequestStatus$ {
|
|
198
|
-
/** @deprecated use `VendorCredentialDataRequestStatus$inboundSchema` instead. */
|
|
199
|
-
export const inboundSchema = VendorCredentialDataRequestStatus$inboundSchema;
|
|
200
|
-
/** @deprecated use `VendorCredentialDataRequestStatus$outboundSchema` instead. */
|
|
201
|
-
export const outboundSchema =
|
|
202
|
-
VendorCredentialDataRequestStatus$outboundSchema;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
205
|
/** @internal */
|
|
206
206
|
export const VendorCredentialDataRequestFile$inboundSchema: z.ZodType<
|
|
207
207
|
VendorCredentialDataRequestFile,
|
|
@@ -20,6 +20,27 @@ export const SignatureAlgo = {
|
|
|
20
20
|
*/
|
|
21
21
|
export type SignatureAlgo = ClosedEnum<typeof SignatureAlgo>;
|
|
22
22
|
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const SignatureAlgo$inboundSchema: z.ZodNativeEnum<
|
|
25
|
+
typeof SignatureAlgo
|
|
26
|
+
> = z.nativeEnum(SignatureAlgo);
|
|
27
|
+
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const SignatureAlgo$outboundSchema: z.ZodNativeEnum<
|
|
30
|
+
typeof SignatureAlgo
|
|
31
|
+
> = SignatureAlgo$inboundSchema;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
36
|
+
*/
|
|
37
|
+
export namespace SignatureAlgo$ {
|
|
38
|
+
/** @deprecated use `SignatureAlgo$inboundSchema` instead. */
|
|
39
|
+
export const inboundSchema = SignatureAlgo$inboundSchema;
|
|
40
|
+
/** @deprecated use `SignatureAlgo$outboundSchema` instead. */
|
|
41
|
+
export const outboundSchema = SignatureAlgo$outboundSchema;
|
|
42
|
+
}
|
|
43
|
+
|
|
23
44
|
/**
|
|
24
45
|
* Identifies which consumers will receive events for this webhook. This should be treated as a union (meaning multiple settings are considered an OR operation).
|
|
25
46
|
*/
|
|
@@ -72,27 +93,6 @@ export type WebhookEndpoint = {
|
|
|
72
93
|
secrets?: Array<string> | null | undefined;
|
|
73
94
|
};
|
|
74
95
|
|
|
75
|
-
/** @internal */
|
|
76
|
-
export const SignatureAlgo$inboundSchema: z.ZodNativeEnum<
|
|
77
|
-
typeof SignatureAlgo
|
|
78
|
-
> = z.nativeEnum(SignatureAlgo);
|
|
79
|
-
|
|
80
|
-
/** @internal */
|
|
81
|
-
export const SignatureAlgo$outboundSchema: z.ZodNativeEnum<
|
|
82
|
-
typeof SignatureAlgo
|
|
83
|
-
> = SignatureAlgo$inboundSchema;
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
88
|
-
*/
|
|
89
|
-
export namespace SignatureAlgo$ {
|
|
90
|
-
/** @deprecated use `SignatureAlgo$inboundSchema` instead. */
|
|
91
|
-
export const inboundSchema = SignatureAlgo$inboundSchema;
|
|
92
|
-
/** @deprecated use `SignatureAlgo$outboundSchema` instead. */
|
|
93
|
-
export const outboundSchema = SignatureAlgo$outboundSchema;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
96
|
/** @internal */
|
|
97
97
|
export const Consumers$inboundSchema: z.ZodType<
|
|
98
98
|
Consumers,
|
|
@@ -19,6 +19,120 @@ export type CreateInvoiceRequestBodyInvoicesPaymentHandler = ClosedEnum<
|
|
|
19
19
|
typeof CreateInvoiceRequestBodyInvoicesPaymentHandler
|
|
20
20
|
>;
|
|
21
21
|
|
|
22
|
+
export const CreateInvoiceRequestBodyPaymentHandler = {
|
|
23
|
+
VendorCredential: "vendor credential",
|
|
24
|
+
CredentialingSubscription: "credentialing subscription",
|
|
25
|
+
ExpeditedCredential: "expedited credential",
|
|
26
|
+
} as const;
|
|
27
|
+
export type CreateInvoiceRequestBodyPaymentHandler = ClosedEnum<
|
|
28
|
+
typeof CreateInvoiceRequestBodyPaymentHandler
|
|
29
|
+
>;
|
|
30
|
+
|
|
31
|
+
export const RequestBodyPaymentHandler = {
|
|
32
|
+
VendorCredential: "vendor credential",
|
|
33
|
+
CredentialingSubscription: "credentialing subscription",
|
|
34
|
+
ExpeditedCredential: "expedited credential",
|
|
35
|
+
} as const;
|
|
36
|
+
export type RequestBodyPaymentHandler = ClosedEnum<
|
|
37
|
+
typeof RequestBodyPaymentHandler
|
|
38
|
+
>;
|
|
39
|
+
|
|
40
|
+
export const PaymentHandler = {
|
|
41
|
+
VendorCredential: "vendor credential",
|
|
42
|
+
CredentialingSubscription: "credentialing subscription",
|
|
43
|
+
ExpeditedCredential: "expedited credential",
|
|
44
|
+
} as const;
|
|
45
|
+
export type PaymentHandler = ClosedEnum<typeof PaymentHandler>;
|
|
46
|
+
|
|
47
|
+
/** @internal */
|
|
48
|
+
export const CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema:
|
|
49
|
+
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyInvoicesPaymentHandler> = z
|
|
50
|
+
.nativeEnum(CreateInvoiceRequestBodyInvoicesPaymentHandler);
|
|
51
|
+
|
|
52
|
+
/** @internal */
|
|
53
|
+
export const CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema:
|
|
54
|
+
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyInvoicesPaymentHandler> =
|
|
55
|
+
CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
export namespace CreateInvoiceRequestBodyInvoicesPaymentHandler$ {
|
|
62
|
+
/** @deprecated use `CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema` instead. */
|
|
63
|
+
export const inboundSchema =
|
|
64
|
+
CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema;
|
|
65
|
+
/** @deprecated use `CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema` instead. */
|
|
66
|
+
export const outboundSchema =
|
|
67
|
+
CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/** @internal */
|
|
71
|
+
export const CreateInvoiceRequestBodyPaymentHandler$inboundSchema:
|
|
72
|
+
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyPaymentHandler> = z.nativeEnum(
|
|
73
|
+
CreateInvoiceRequestBodyPaymentHandler,
|
|
74
|
+
);
|
|
75
|
+
|
|
76
|
+
/** @internal */
|
|
77
|
+
export const CreateInvoiceRequestBodyPaymentHandler$outboundSchema:
|
|
78
|
+
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyPaymentHandler> =
|
|
79
|
+
CreateInvoiceRequestBodyPaymentHandler$inboundSchema;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
84
|
+
*/
|
|
85
|
+
export namespace CreateInvoiceRequestBodyPaymentHandler$ {
|
|
86
|
+
/** @deprecated use `CreateInvoiceRequestBodyPaymentHandler$inboundSchema` instead. */
|
|
87
|
+
export const inboundSchema =
|
|
88
|
+
CreateInvoiceRequestBodyPaymentHandler$inboundSchema;
|
|
89
|
+
/** @deprecated use `CreateInvoiceRequestBodyPaymentHandler$outboundSchema` instead. */
|
|
90
|
+
export const outboundSchema =
|
|
91
|
+
CreateInvoiceRequestBodyPaymentHandler$outboundSchema;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/** @internal */
|
|
95
|
+
export const RequestBodyPaymentHandler$inboundSchema: z.ZodNativeEnum<
|
|
96
|
+
typeof RequestBodyPaymentHandler
|
|
97
|
+
> = z.nativeEnum(RequestBodyPaymentHandler);
|
|
98
|
+
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const RequestBodyPaymentHandler$outboundSchema: z.ZodNativeEnum<
|
|
101
|
+
typeof RequestBodyPaymentHandler
|
|
102
|
+
> = RequestBodyPaymentHandler$inboundSchema;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
107
|
+
*/
|
|
108
|
+
export namespace RequestBodyPaymentHandler$ {
|
|
109
|
+
/** @deprecated use `RequestBodyPaymentHandler$inboundSchema` instead. */
|
|
110
|
+
export const inboundSchema = RequestBodyPaymentHandler$inboundSchema;
|
|
111
|
+
/** @deprecated use `RequestBodyPaymentHandler$outboundSchema` instead. */
|
|
112
|
+
export const outboundSchema = RequestBodyPaymentHandler$outboundSchema;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/** @internal */
|
|
116
|
+
export const PaymentHandler$inboundSchema: z.ZodNativeEnum<
|
|
117
|
+
typeof PaymentHandler
|
|
118
|
+
> = z.nativeEnum(PaymentHandler);
|
|
119
|
+
|
|
120
|
+
/** @internal */
|
|
121
|
+
export const PaymentHandler$outboundSchema: z.ZodNativeEnum<
|
|
122
|
+
typeof PaymentHandler
|
|
123
|
+
> = PaymentHandler$inboundSchema;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
128
|
+
*/
|
|
129
|
+
export namespace PaymentHandler$ {
|
|
130
|
+
/** @deprecated use `PaymentHandler$inboundSchema` instead. */
|
|
131
|
+
export const inboundSchema = PaymentHandler$inboundSchema;
|
|
132
|
+
/** @deprecated use `PaymentHandler$outboundSchema` instead. */
|
|
133
|
+
export const outboundSchema = PaymentHandler$outboundSchema;
|
|
134
|
+
}
|
|
135
|
+
|
|
22
136
|
export type CreateInvoiceRequestBodyInvoicesLines = {
|
|
23
137
|
variantId: number;
|
|
24
138
|
unitPrice?: number | undefined;
|
|
@@ -36,15 +150,6 @@ export type Four = {
|
|
|
36
150
|
vendorCredentialId?: number | undefined;
|
|
37
151
|
};
|
|
38
152
|
|
|
39
|
-
export const CreateInvoiceRequestBodyPaymentHandler = {
|
|
40
|
-
VendorCredential: "vendor credential",
|
|
41
|
-
CredentialingSubscription: "credentialing subscription",
|
|
42
|
-
ExpeditedCredential: "expedited credential",
|
|
43
|
-
} as const;
|
|
44
|
-
export type CreateInvoiceRequestBodyPaymentHandler = ClosedEnum<
|
|
45
|
-
typeof CreateInvoiceRequestBodyPaymentHandler
|
|
46
|
-
>;
|
|
47
|
-
|
|
48
153
|
export type CreateInvoiceRequestBodyLines = {
|
|
49
154
|
variantId: number;
|
|
50
155
|
unitPrice?: number | undefined;
|
|
@@ -62,15 +167,6 @@ export type Three = {
|
|
|
62
167
|
vendorCredentialId?: number | undefined;
|
|
63
168
|
};
|
|
64
169
|
|
|
65
|
-
export const RequestBodyPaymentHandler = {
|
|
66
|
-
VendorCredential: "vendor credential",
|
|
67
|
-
CredentialingSubscription: "credentialing subscription",
|
|
68
|
-
ExpeditedCredential: "expedited credential",
|
|
69
|
-
} as const;
|
|
70
|
-
export type RequestBodyPaymentHandler = ClosedEnum<
|
|
71
|
-
typeof RequestBodyPaymentHandler
|
|
72
|
-
>;
|
|
73
|
-
|
|
74
170
|
export type RequestBodyLines = {
|
|
75
171
|
variantId: number;
|
|
76
172
|
unitPrice?: number | undefined;
|
|
@@ -88,13 +184,6 @@ export type RequestBody2 = {
|
|
|
88
184
|
vendorCredentialId?: number | undefined;
|
|
89
185
|
};
|
|
90
186
|
|
|
91
|
-
export const PaymentHandler = {
|
|
92
|
-
VendorCredential: "vendor credential",
|
|
93
|
-
CredentialingSubscription: "credentialing subscription",
|
|
94
|
-
ExpeditedCredential: "expedited credential",
|
|
95
|
-
} as const;
|
|
96
|
-
export type PaymentHandler = ClosedEnum<typeof PaymentHandler>;
|
|
97
|
-
|
|
98
187
|
export type Lines = {
|
|
99
188
|
variantId: number;
|
|
100
189
|
unitPrice?: number | undefined;
|
|
@@ -126,29 +215,6 @@ export type CreateInvoiceResponseBody = {
|
|
|
126
215
|
success?: boolean | undefined;
|
|
127
216
|
};
|
|
128
217
|
|
|
129
|
-
/** @internal */
|
|
130
|
-
export const CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema:
|
|
131
|
-
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyInvoicesPaymentHandler> = z
|
|
132
|
-
.nativeEnum(CreateInvoiceRequestBodyInvoicesPaymentHandler);
|
|
133
|
-
|
|
134
|
-
/** @internal */
|
|
135
|
-
export const CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema:
|
|
136
|
-
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyInvoicesPaymentHandler> =
|
|
137
|
-
CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema;
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
142
|
-
*/
|
|
143
|
-
export namespace CreateInvoiceRequestBodyInvoicesPaymentHandler$ {
|
|
144
|
-
/** @deprecated use `CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema` instead. */
|
|
145
|
-
export const inboundSchema =
|
|
146
|
-
CreateInvoiceRequestBodyInvoicesPaymentHandler$inboundSchema;
|
|
147
|
-
/** @deprecated use `CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema` instead. */
|
|
148
|
-
export const outboundSchema =
|
|
149
|
-
CreateInvoiceRequestBodyInvoicesPaymentHandler$outboundSchema;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
218
|
/** @internal */
|
|
153
219
|
export const CreateInvoiceRequestBodyInvoicesLines$inboundSchema: z.ZodType<
|
|
154
220
|
CreateInvoiceRequestBodyInvoicesLines,
|
|
@@ -315,30 +381,6 @@ export function fourFromJSON(
|
|
|
315
381
|
);
|
|
316
382
|
}
|
|
317
383
|
|
|
318
|
-
/** @internal */
|
|
319
|
-
export const CreateInvoiceRequestBodyPaymentHandler$inboundSchema:
|
|
320
|
-
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyPaymentHandler> = z.nativeEnum(
|
|
321
|
-
CreateInvoiceRequestBodyPaymentHandler,
|
|
322
|
-
);
|
|
323
|
-
|
|
324
|
-
/** @internal */
|
|
325
|
-
export const CreateInvoiceRequestBodyPaymentHandler$outboundSchema:
|
|
326
|
-
z.ZodNativeEnum<typeof CreateInvoiceRequestBodyPaymentHandler> =
|
|
327
|
-
CreateInvoiceRequestBodyPaymentHandler$inboundSchema;
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
332
|
-
*/
|
|
333
|
-
export namespace CreateInvoiceRequestBodyPaymentHandler$ {
|
|
334
|
-
/** @deprecated use `CreateInvoiceRequestBodyPaymentHandler$inboundSchema` instead. */
|
|
335
|
-
export const inboundSchema =
|
|
336
|
-
CreateInvoiceRequestBodyPaymentHandler$inboundSchema;
|
|
337
|
-
/** @deprecated use `CreateInvoiceRequestBodyPaymentHandler$outboundSchema` instead. */
|
|
338
|
-
export const outboundSchema =
|
|
339
|
-
CreateInvoiceRequestBodyPaymentHandler$outboundSchema;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
384
|
/** @internal */
|
|
343
385
|
export const CreateInvoiceRequestBodyLines$inboundSchema: z.ZodType<
|
|
344
386
|
CreateInvoiceRequestBodyLines,
|
|
@@ -503,27 +545,6 @@ export function threeFromJSON(
|
|
|
503
545
|
);
|
|
504
546
|
}
|
|
505
547
|
|
|
506
|
-
/** @internal */
|
|
507
|
-
export const RequestBodyPaymentHandler$inboundSchema: z.ZodNativeEnum<
|
|
508
|
-
typeof RequestBodyPaymentHandler
|
|
509
|
-
> = z.nativeEnum(RequestBodyPaymentHandler);
|
|
510
|
-
|
|
511
|
-
/** @internal */
|
|
512
|
-
export const RequestBodyPaymentHandler$outboundSchema: z.ZodNativeEnum<
|
|
513
|
-
typeof RequestBodyPaymentHandler
|
|
514
|
-
> = RequestBodyPaymentHandler$inboundSchema;
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
519
|
-
*/
|
|
520
|
-
export namespace RequestBodyPaymentHandler$ {
|
|
521
|
-
/** @deprecated use `RequestBodyPaymentHandler$inboundSchema` instead. */
|
|
522
|
-
export const inboundSchema = RequestBodyPaymentHandler$inboundSchema;
|
|
523
|
-
/** @deprecated use `RequestBodyPaymentHandler$outboundSchema` instead. */
|
|
524
|
-
export const outboundSchema = RequestBodyPaymentHandler$outboundSchema;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
548
|
/** @internal */
|
|
528
549
|
export const RequestBodyLines$inboundSchema: z.ZodType<
|
|
529
550
|
RequestBodyLines,
|
|
@@ -685,27 +706,6 @@ export function requestBody2FromJSON(
|
|
|
685
706
|
);
|
|
686
707
|
}
|
|
687
708
|
|
|
688
|
-
/** @internal */
|
|
689
|
-
export const PaymentHandler$inboundSchema: z.ZodNativeEnum<
|
|
690
|
-
typeof PaymentHandler
|
|
691
|
-
> = z.nativeEnum(PaymentHandler);
|
|
692
|
-
|
|
693
|
-
/** @internal */
|
|
694
|
-
export const PaymentHandler$outboundSchema: z.ZodNativeEnum<
|
|
695
|
-
typeof PaymentHandler
|
|
696
|
-
> = PaymentHandler$inboundSchema;
|
|
697
|
-
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
701
|
-
*/
|
|
702
|
-
export namespace PaymentHandler$ {
|
|
703
|
-
/** @deprecated use `PaymentHandler$inboundSchema` instead. */
|
|
704
|
-
export const inboundSchema = PaymentHandler$inboundSchema;
|
|
705
|
-
/** @deprecated use `PaymentHandler$outboundSchema` instead. */
|
|
706
|
-
export const outboundSchema = PaymentHandler$outboundSchema;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
709
|
/** @internal */
|
|
710
710
|
export const Lines$inboundSchema: z.ZodType<Lines, z.ZodTypeDef, unknown> = z
|
|
711
711
|
.object({
|
|
@@ -16,6 +16,27 @@ export const DeliveryMethod = {
|
|
|
16
16
|
} as const;
|
|
17
17
|
export type DeliveryMethod = ClosedEnum<typeof DeliveryMethod>;
|
|
18
18
|
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const DeliveryMethod$inboundSchema: z.ZodNativeEnum<
|
|
21
|
+
typeof DeliveryMethod
|
|
22
|
+
> = z.nativeEnum(DeliveryMethod);
|
|
23
|
+
|
|
24
|
+
/** @internal */
|
|
25
|
+
export const DeliveryMethod$outboundSchema: z.ZodNativeEnum<
|
|
26
|
+
typeof DeliveryMethod
|
|
27
|
+
> = DeliveryMethod$inboundSchema;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
32
|
+
*/
|
|
33
|
+
export namespace DeliveryMethod$ {
|
|
34
|
+
/** @deprecated use `DeliveryMethod$inboundSchema` instead. */
|
|
35
|
+
export const inboundSchema = DeliveryMethod$inboundSchema;
|
|
36
|
+
/** @deprecated use `DeliveryMethod$outboundSchema` instead. */
|
|
37
|
+
export const outboundSchema = DeliveryMethod$outboundSchema;
|
|
38
|
+
}
|
|
39
|
+
|
|
19
40
|
export type CreateOrUpdateBcrRequestBody = {
|
|
20
41
|
electronicSignature?: string | undefined;
|
|
21
42
|
deliveryMethod?: DeliveryMethod | undefined;
|
|
@@ -38,27 +59,6 @@ export type CreateOrUpdateBcrRequest = {
|
|
|
38
59
|
requestBody: CreateOrUpdateBcrRequestBody;
|
|
39
60
|
};
|
|
40
61
|
|
|
41
|
-
/** @internal */
|
|
42
|
-
export const DeliveryMethod$inboundSchema: z.ZodNativeEnum<
|
|
43
|
-
typeof DeliveryMethod
|
|
44
|
-
> = z.nativeEnum(DeliveryMethod);
|
|
45
|
-
|
|
46
|
-
/** @internal */
|
|
47
|
-
export const DeliveryMethod$outboundSchema: z.ZodNativeEnum<
|
|
48
|
-
typeof DeliveryMethod
|
|
49
|
-
> = DeliveryMethod$inboundSchema;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
-
*/
|
|
55
|
-
export namespace DeliveryMethod$ {
|
|
56
|
-
/** @deprecated use `DeliveryMethod$inboundSchema` instead. */
|
|
57
|
-
export const inboundSchema = DeliveryMethod$inboundSchema;
|
|
58
|
-
/** @deprecated use `DeliveryMethod$outboundSchema` instead. */
|
|
59
|
-
export const outboundSchema = DeliveryMethod$outboundSchema;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
62
|
/** @internal */
|
|
63
63
|
export const CreateOrUpdateBcrRequestBody$inboundSchema: z.ZodType<
|
|
64
64
|
CreateOrUpdateBcrRequestBody,
|
|
@@ -37,6 +37,8 @@ export * from "./getvendorlegalname.js";
|
|
|
37
37
|
export * from "./getvendorsdetails.js";
|
|
38
38
|
export * from "./getwebhookendpoint.js";
|
|
39
39
|
export * from "./listallwebhookendpoints.js";
|
|
40
|
+
export * from "./listfeed.js";
|
|
41
|
+
export * from "./listlocations.js";
|
|
40
42
|
export * from "./listorsearchcompanies.js";
|
|
41
43
|
export * from "./listorsearchdepartmentcontacts.js";
|
|
42
44
|
export * from "./listorsearchdepartments.js";
|
|
@@ -44,6 +46,8 @@ export * from "./listorsearchfacilities.js";
|
|
|
44
46
|
export * from "./listorsearchsecurityzones.js";
|
|
45
47
|
export * from "./listorsearchsupportarticles.js";
|
|
46
48
|
export * from "./listorsearchvendorinvitees.js";
|
|
49
|
+
export * from "./listpendinginvitations.js";
|
|
50
|
+
export * from "./liststandingappointments.js";
|
|
47
51
|
export * from "./listsystems.js";
|
|
48
52
|
export * from "./listvendoradditionalfacilityfields.js";
|
|
49
53
|
export * from "./listvendorcredentialdatarequests.js";
|