@greensecurity/javascript-sdk 0.18.2 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REACT_QUERY.md +15 -15
- package/README.md +96 -9
- package/bin/mcp-server.js +1945 -233
- package/bin/mcp-server.js.map +67 -39
- package/funcs/organizationsListOrSearchFacilities.d.ts +2 -1
- package/funcs/organizationsListOrSearchFacilities.d.ts.map +1 -1
- package/funcs/organizationsListOrSearchFacilities.js +3 -2
- package/funcs/organizationsListOrSearchFacilities.js.map +1 -1
- package/funcs/vendorScansVendorScanOut.d.ts +17 -0
- package/funcs/vendorScansVendorScanOut.d.ts.map +1 -0
- package/funcs/vendorScansVendorScanOut.js +120 -0
- package/funcs/vendorScansVendorScanOut.js.map +1 -0
- package/funcs/vendorsGetVendorsDetails.d.ts +32 -0
- package/funcs/vendorsGetVendorsDetails.d.ts.map +1 -0
- package/funcs/vendorsGetVendorsDetails.js +139 -0
- package/funcs/vendorsGetVendorsDetails.js.map +1 -0
- package/funcs/vendorsListVendorCredentials.d.ts +4 -1
- package/funcs/vendorsListVendorCredentials.d.ts.map +1 -1
- package/funcs/vendorsListVendorCredentials.js +46 -6
- package/funcs/vendorsListVendorCredentials.js.map +1 -1
- package/funcs/vendorsListVendorFacilityStatuses.d.ts +20 -0
- package/funcs/vendorsListVendorFacilityStatuses.d.ts.map +1 -0
- package/funcs/vendorsListVendorFacilityStatuses.js +155 -0
- package/funcs/vendorsListVendorFacilityStatuses.js.map +1 -0
- package/funcs/vendorsListVendorJobTitles.d.ts +1 -1
- package/funcs/vendorsListVendorJobTitles.d.ts.map +1 -1
- package/funcs/vendorsListVendorJobTitles.js +21 -6
- package/funcs/vendorsListVendorJobTitles.js.map +1 -1
- package/funcs/vendorsListVendorScrubDetails.d.ts +18 -0
- package/funcs/vendorsListVendorScrubDetails.d.ts.map +1 -0
- package/funcs/vendorsListVendorScrubDetails.js +121 -0
- package/funcs/vendorsListVendorScrubDetails.js.map +1 -0
- package/funcs/vendorsListVendorScrubPurchases.d.ts +20 -0
- package/funcs/vendorsListVendorScrubPurchases.d.ts.map +1 -0
- package/funcs/vendorsListVendorScrubPurchases.js +160 -0
- package/funcs/vendorsListVendorScrubPurchases.js.map +1 -0
- package/funcs/webhooksGetWebhookEndpoint.d.ts +18 -0
- package/funcs/webhooksGetWebhookEndpoint.d.ts.map +1 -0
- package/funcs/webhooksGetWebhookEndpoint.js +121 -0
- package/funcs/webhooksGetWebhookEndpoint.js.map +1 -0
- package/funcs/webhooksListAllWebhookEndpoints.d.ts +17 -0
- package/funcs/webhooksListAllWebhookEndpoints.d.ts.map +1 -0
- package/funcs/webhooksListAllWebhookEndpoints.js +121 -0
- package/funcs/webhooksListAllWebhookEndpoints.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +2 -8
- package/lib/sdks.js.map +1 -1
- package/lib/security.d.ts +4 -3
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +6 -1
- package/lib/security.js.map +1 -1
- package/mcp-server/extensions.d.ts +2 -0
- package/mcp-server/extensions.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/prompts.d.ts +26 -0
- package/mcp-server/prompts.d.ts.map +1 -0
- package/mcp-server/prompts.js +47 -0
- package/mcp-server/prompts.js.map +1 -0
- package/mcp-server/resources.d.ts.map +1 -1
- package/mcp-server/resources.js +1 -0
- package/mcp-server/resources.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +18 -4
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/organizationsGetFacility.js +1 -1
- package/mcp-server/tools/organizationsListOrSearchFacilities.js +1 -1
- package/mcp-server/tools/supportArticlesGetSupportArticle.js +1 -1
- package/mcp-server/tools/supportArticlesListOrSearchSupportArticles.js +1 -1
- package/mcp-server/tools/usersGetCurrentUser.js +1 -1
- package/mcp-server/tools/usersGetUserById.js +1 -1
- package/mcp-server/tools/usersLogsUserIntoTheSystem.js +1 -1
- package/mcp-server/tools/usersMagiclink.js +1 -1
- package/mcp-server/tools/usersPassword.js +1 -1
- package/mcp-server/tools/usersPasswordResetRequest.js +1 -1
- package/mcp-server/tools/vendorScansVendorScanOut.d.ts +8 -0
- package/mcp-server/tools/vendorScansVendorScanOut.d.ts.map +1 -0
- package/mcp-server/tools/{userPasswordResetRequest.js → vendorScansVendorScanOut.js} +9 -9
- package/mcp-server/tools/{userPasswordResetRequest.js.map → vendorScansVendorScanOut.js.map} +1 -1
- package/mcp-server/tools/vendorsCreateVendorRegistration.js +1 -1
- package/mcp-server/tools/vendorsExpediteTimeRemaining.js +1 -1
- package/mcp-server/tools/vendorsGetVendorInvoiceDetails.js +1 -1
- package/mcp-server/tools/vendorsGetVendorsDetails.d.ts +8 -0
- package/mcp-server/tools/vendorsGetVendorsDetails.d.ts.map +1 -0
- package/mcp-server/tools/vendorsGetVendorsDetails.js +78 -0
- package/mcp-server/tools/vendorsGetVendorsDetails.js.map +1 -0
- package/mcp-server/tools/vendorsListVendorCredentials.js +2 -2
- package/mcp-server/tools/vendorsListVendorCredentials.js.map +1 -1
- package/mcp-server/tools/vendorsListVendorFacilityStatuses.d.ts +8 -0
- package/mcp-server/tools/vendorsListVendorFacilityStatuses.d.ts.map +1 -0
- package/mcp-server/tools/vendorsListVendorFacilityStatuses.js +64 -0
- package/mcp-server/tools/vendorsListVendorFacilityStatuses.js.map +1 -0
- package/mcp-server/tools/vendorsListVendorInvoices.js +1 -1
- package/mcp-server/tools/vendorsListVendorScrubDetails.d.ts +8 -0
- package/mcp-server/tools/vendorsListVendorScrubDetails.d.ts.map +1 -0
- package/mcp-server/tools/{userGetUserById.js → vendorsListVendorScrubDetails.js} +9 -9
- package/mcp-server/tools/vendorsListVendorScrubDetails.js.map +1 -0
- package/mcp-server/tools/vendorsListVendorScrubPurchases.d.ts +8 -0
- package/mcp-server/tools/vendorsListVendorScrubPurchases.d.ts.map +1 -0
- package/mcp-server/tools/{userPassword.js → vendorsListVendorScrubPurchases.js} +10 -11
- package/mcp-server/tools/vendorsListVendorScrubPurchases.js.map +1 -0
- package/mcp-server/tools/webhooksGetWebhookEndpoint.d.ts +8 -0
- package/mcp-server/tools/webhooksGetWebhookEndpoint.d.ts.map +1 -0
- package/mcp-server/tools/{vendorsListVendorJobTitles.js → webhooksGetWebhookEndpoint.js} +10 -10
- package/mcp-server/tools/webhooksGetWebhookEndpoint.js.map +1 -0
- package/mcp-server/tools/webhooksListAllWebhookEndpoints.d.ts +8 -0
- package/mcp-server/tools/webhooksListAllWebhookEndpoints.d.ts.map +1 -0
- package/mcp-server/tools/{userMagiclink.js → webhooksListAllWebhookEndpoints.js} +9 -9
- package/mcp-server/tools/webhooksListAllWebhookEndpoints.js.map +1 -0
- package/mcp-server/tools.d.ts.map +1 -1
- package/mcp-server/tools.js +4 -0
- package/mcp-server/tools.js.map +1 -1
- package/models/components/company.d.ts +15 -15
- package/models/components/company.d.ts.map +1 -1
- package/models/components/company.js +19 -18
- package/models/components/company.js.map +1 -1
- package/models/components/contact.d.ts +13 -13
- package/models/components/contact.d.ts.map +1 -1
- package/models/components/contact.js +16 -16
- package/models/components/contact.js.map +1 -1
- package/models/components/department.d.ts +34 -0
- package/models/components/department.d.ts.map +1 -0
- package/models/components/department.js +71 -0
- package/models/components/department.js.map +1 -0
- package/models/components/expand.d.ts +24 -0
- package/models/components/expand.d.ts.map +1 -1
- package/models/components/expand.js +8 -0
- package/models/components/expand.js.map +1 -1
- package/models/components/facility.d.ts +17 -17
- package/models/components/facility.d.ts.map +1 -1
- package/models/components/facility.js +20 -20
- package/models/components/facility.js.map +1 -1
- package/models/components/index.d.ts +8 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +8 -0
- package/models/components/index.js.map +1 -1
- package/models/components/scantype.d.ts +31 -0
- package/models/components/scantype.d.ts.map +1 -0
- package/models/components/scantype.js +62 -0
- package/models/components/scantype.js.map +1 -0
- package/models/components/subscription.d.ts +42 -0
- package/models/components/subscription.d.ts.map +1 -0
- package/models/components/subscription.js +92 -0
- package/models/components/subscription.js.map +1 -0
- package/models/components/user.d.ts +8 -25
- package/models/components/user.d.ts.map +1 -1
- package/models/components/user.js +8 -31
- package/models/components/user.js.map +1 -1
- package/models/components/vendor.d.ts +374 -0
- package/models/components/vendor.d.ts.map +1 -0
- package/models/components/vendor.js +523 -0
- package/models/components/vendor.js.map +1 -0
- package/models/components/vendorfacilitystatusview.d.ts +42 -0
- package/models/components/vendorfacilitystatusview.d.ts.map +1 -0
- package/models/components/vendorfacilitystatusview.js +98 -0
- package/models/components/vendorfacilitystatusview.js.map +1 -0
- package/models/components/vendorscrubdetails.d.ts +42 -0
- package/models/components/vendorscrubdetails.d.ts.map +1 -0
- package/models/components/vendorscrubdetails.js +98 -0
- package/models/components/vendorscrubdetails.js.map +1 -0
- package/models/components/vendorscrubpurchase.d.ts +38 -0
- package/models/components/vendorscrubpurchase.d.ts.map +1 -0
- package/models/components/vendorscrubpurchase.js +84 -0
- package/models/components/vendorscrubpurchase.js.map +1 -0
- package/models/components/webhookendpoint.d.ts +135 -0
- package/models/components/webhookendpoint.d.ts.map +1 -0
- package/models/components/webhookendpoint.js +158 -0
- package/models/components/webhookendpoint.js.map +1 -0
- package/models/operations/getvendorsdetails.d.ts +38 -0
- package/models/operations/getvendorsdetails.d.ts.map +1 -0
- package/models/operations/getvendorsdetails.js +81 -0
- package/models/operations/getvendorsdetails.js.map +1 -0
- package/models/operations/getwebhookendpoint.d.ts +32 -0
- package/models/operations/getwebhookendpoint.d.ts.map +1 -0
- package/models/operations/getwebhookendpoint.js +69 -0
- package/models/operations/getwebhookendpoint.js.map +1 -0
- package/models/operations/index.d.ts +7 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +7 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listallwebhookendpoints.d.ts +81 -0
- package/models/operations/listallwebhookendpoints.d.ts.map +1 -0
- package/models/operations/listallwebhookendpoints.js +114 -0
- package/models/operations/listallwebhookendpoints.js.map +1 -0
- package/models/operations/listorsearchfacilities.d.ts +2 -2
- package/models/operations/listorsearchfacilities.d.ts.map +1 -1
- package/models/operations/listorsearchfacilities.js +2 -2
- package/models/operations/listorsearchfacilities.js.map +1 -1
- package/models/operations/listvendorcredentials.d.ts +77 -5
- package/models/operations/listvendorcredentials.d.ts.map +1 -1
- package/models/operations/listvendorcredentials.js +78 -3
- package/models/operations/listvendorcredentials.js.map +1 -1
- package/models/operations/listvendorfacilitystatuses.d.ts +111 -0
- package/models/operations/listvendorfacilitystatuses.d.ts.map +1 -0
- package/models/operations/listvendorfacilitystatuses.js +153 -0
- package/models/operations/listvendorfacilitystatuses.js.map +1 -0
- package/models/operations/listvendorjobtitles.d.ts +27 -0
- package/models/operations/listvendorjobtitles.d.ts.map +1 -1
- package/models/operations/listvendorjobtitles.js +38 -1
- package/models/operations/listvendorjobtitles.js.map +1 -1
- package/models/operations/listvendorscrubdetails.d.ts +32 -0
- package/models/operations/listvendorscrubdetails.d.ts.map +1 -0
- package/models/operations/listvendorscrubdetails.js +78 -0
- package/models/operations/listvendorscrubdetails.js.map +1 -0
- package/models/operations/listvendorscrubpurchases.d.ts +111 -0
- package/models/operations/listvendorscrubpurchases.d.ts.map +1 -0
- package/models/operations/listvendorscrubpurchases.js +153 -0
- package/models/operations/listvendorscrubpurchases.js.map +1 -0
- package/models/operations/vendorscanout.d.ts +64 -0
- package/models/operations/vendorscanout.d.ts.map +1 -0
- package/models/operations/vendorscanout.js +100 -0
- package/models/operations/vendorscanout.js.map +1 -0
- package/package.json +1 -1
- package/react-query/index.d.ts +7 -0
- package/react-query/index.d.ts.map +1 -1
- package/react-query/index.js +7 -0
- package/react-query/index.js.map +1 -1
- package/react-query/vendorScansVendorScanOut.d.ts +23 -0
- package/react-query/vendorScansVendorScanOut.d.ts.map +1 -0
- package/react-query/vendorScansVendorScanOut.js +47 -0
- package/react-query/vendorScansVendorScanOut.js.map +1 -0
- package/react-query/vendorsGetVendorsDetails.d.ts +71 -0
- package/react-query/vendorsGetVendorsDetails.d.ts.map +1 -0
- package/react-query/vendorsGetVendorsDetails.js +123 -0
- package/react-query/vendorsGetVendorsDetails.js.map +1 -0
- package/react-query/vendorsListVendorCredentials.d.ts +40 -3
- package/react-query/vendorsListVendorCredentials.d.ts.map +1 -1
- package/react-query/vendorsListVendorCredentials.js +67 -0
- package/react-query/vendorsListVendorCredentials.js.map +1 -1
- package/react-query/vendorsListVendorFacilityStatuses.d.ts +78 -0
- package/react-query/vendorsListVendorFacilityStatuses.d.ts.map +1 -0
- package/react-query/vendorsListVendorFacilityStatuses.js +161 -0
- package/react-query/vendorsListVendorFacilityStatuses.js.map +1 -0
- package/react-query/vendorsListVendorJobTitles.d.ts +7 -7
- package/react-query/vendorsListVendorJobTitles.d.ts.map +1 -1
- package/react-query/vendorsListVendorJobTitles.js +15 -15
- package/react-query/vendorsListVendorJobTitles.js.map +1 -1
- package/react-query/vendorsListVendorScrubDetails.d.ts +31 -0
- package/react-query/vendorsListVendorScrubDetails.d.ts.map +1 -0
- package/react-query/vendorsListVendorScrubDetails.js +96 -0
- package/react-query/vendorsListVendorScrubDetails.js.map +1 -0
- package/react-query/vendorsListVendorScrubPurchases.d.ts +77 -0
- package/react-query/vendorsListVendorScrubPurchases.d.ts.map +1 -0
- package/react-query/vendorsListVendorScrubPurchases.js +160 -0
- package/react-query/vendorsListVendorScrubPurchases.js.map +1 -0
- package/react-query/webhooksGetWebhookEndpoint.d.ts +31 -0
- package/react-query/webhooksGetWebhookEndpoint.d.ts.map +1 -0
- package/react-query/webhooksGetWebhookEndpoint.js +96 -0
- package/react-query/webhooksGetWebhookEndpoint.js.map +1 -0
- package/react-query/webhooksListAllWebhookEndpoints.d.ts +50 -0
- package/react-query/webhooksListAllWebhookEndpoints.d.ts.map +1 -0
- package/react-query/webhooksListAllWebhookEndpoints.js +101 -0
- package/react-query/webhooksListAllWebhookEndpoints.js.map +1 -0
- package/sdk/sdk.d.ts +6 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +8 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/vendors.d.ts +50 -2
- package/sdk/vendors.d.ts.map +1 -1
- package/sdk/vendors.js +57 -3
- package/sdk/vendors.js.map +1 -1
- package/sdk/vendorscans.d.ts +12 -0
- package/sdk/vendorscans.d.ts.map +1 -0
- package/sdk/vendorscans.js +22 -0
- package/sdk/vendorscans.js.map +1 -0
- package/sdk/webhooks.d.ts +20 -0
- package/sdk/webhooks.d.ts.map +1 -0
- package/sdk/webhooks.js +32 -0
- package/sdk/webhooks.js.map +1 -0
- package/src/__tests__/vendors.test.ts +51 -118
- package/src/__tests__/vendorscans.test.ts +27 -0
- package/src/__tests__/webhooks.test.ts +45 -0
- package/src/funcs/organizationsListOrSearchFacilities.ts +12 -1
- package/src/funcs/vendorScansVendorScanOut.ts +172 -0
- package/src/funcs/vendorsGetVendorsDetails.ts +192 -0
- package/src/funcs/vendorsListVendorCredentials.ts +104 -27
- package/src/funcs/vendorsListVendorFacilityStatuses.ts +246 -0
- package/src/funcs/vendorsListVendorJobTitles.ts +25 -2
- package/src/funcs/vendorsListVendorScrubDetails.ts +172 -0
- package/src/funcs/vendorsListVendorScrubPurchases.ts +249 -0
- package/src/funcs/webhooksGetWebhookEndpoint.ts +173 -0
- package/src/funcs/webhooksListAllWebhookEndpoints.ts +174 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/sdks.ts +2 -7
- package/src/lib/security.ts +11 -3
- package/src/mcp-server/extensions.ts +4 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/prompts.ts +110 -0
- package/src/mcp-server/resources.ts +1 -0
- package/src/mcp-server/server.ts +18 -4
- package/src/mcp-server/tools/organizationsGetFacility.ts +1 -1
- package/src/mcp-server/tools/organizationsListOrSearchFacilities.ts +1 -1
- package/src/mcp-server/tools/supportArticlesGetSupportArticle.ts +1 -1
- package/src/mcp-server/tools/supportArticlesListOrSearchSupportArticles.ts +1 -1
- package/src/mcp-server/tools/usersGetCurrentUser.ts +1 -1
- package/src/mcp-server/tools/usersGetUserById.ts +1 -1
- package/src/mcp-server/tools/usersLogsUserIntoTheSystem.ts +1 -1
- package/src/mcp-server/tools/usersMagiclink.ts +1 -1
- package/src/mcp-server/tools/usersPassword.ts +1 -1
- package/src/mcp-server/tools/usersPasswordResetRequest.ts +1 -1
- package/src/mcp-server/tools/vendorScansVendorScanOut.ts +37 -0
- package/src/mcp-server/tools/vendorsCreateVendorRegistration.ts +1 -1
- package/src/mcp-server/tools/vendorsExpediteTimeRemaining.ts +1 -1
- package/src/mcp-server/tools/vendorsGetVendorInvoiceDetails.ts +1 -1
- package/src/mcp-server/tools/vendorsGetVendorsDetails.ts +51 -0
- package/src/mcp-server/tools/vendorsListVendorCredentials.ts +2 -2
- package/src/mcp-server/tools/{vendorsListVendorJobTitles.ts → vendorsListVendorFacilityStatuses.ts} +9 -7
- package/src/mcp-server/tools/vendorsListVendorInvoices.ts +1 -1
- package/src/mcp-server/tools/vendorsListVendorScrubDetails.ts +37 -0
- package/src/mcp-server/tools/vendorsListVendorScrubPurchases.ts +38 -0
- package/src/mcp-server/tools/webhooksGetWebhookEndpoint.ts +37 -0
- package/src/mcp-server/tools/webhooksListAllWebhookEndpoints.ts +38 -0
- package/src/mcp-server/tools.ts +5 -0
- package/src/models/components/company.ts +27 -24
- package/src/models/components/contact.ts +24 -20
- package/src/models/components/department.ts +69 -0
- package/src/models/components/expand.ts +8 -0
- package/src/models/components/facility.ts +28 -32
- package/src/models/components/index.ts +8 -0
- package/src/models/components/scantype.ts +32 -0
- package/src/models/components/subscription.ts +98 -0
- package/src/models/components/user.ts +19 -53
- package/src/models/components/vendor.ts +925 -0
- package/src/models/components/vendorfacilitystatusview.ts +108 -0
- package/src/models/components/vendorscrubdetails.ts +108 -0
- package/src/models/components/vendorscrubpurchase.ts +90 -0
- package/src/models/components/webhookendpoint.ts +244 -0
- package/src/models/operations/getvendorsdetails.ts +86 -0
- package/src/models/operations/getwebhookendpoint.ts +69 -0
- package/src/models/operations/index.ts +7 -0
- package/src/models/operations/listallwebhookendpoints.ts +175 -0
- package/src/models/operations/listorsearchfacilities.ts +4 -4
- package/src/models/operations/listvendorcredentials.ts +160 -7
- package/src/models/operations/listvendorfacilitystatuses.ts +256 -0
- package/src/models/operations/listvendorjobtitles.ts +72 -0
- package/src/models/operations/listvendorscrubdetails.ts +80 -0
- package/src/models/operations/listvendorscrubpurchases.ts +252 -0
- package/src/models/operations/vendorscanout.ts +138 -0
- package/src/react-query/index.ts +7 -0
- package/src/react-query/vendorScansVendorScanOut.ts +89 -0
- package/src/react-query/vendorsGetVendorsDetails.ts +201 -0
- package/src/react-query/vendorsListVendorCredentials.ts +169 -1
- package/src/react-query/vendorsListVendorFacilityStatuses.ts +347 -0
- package/src/react-query/vendorsListVendorJobTitles.ts +15 -0
- package/src/react-query/vendorsListVendorScrubDetails.ts +166 -0
- package/src/react-query/vendorsListVendorScrubPurchases.ts +346 -0
- package/src/react-query/webhooksGetWebhookEndpoint.ts +163 -0
- package/src/react-query/webhooksListAllWebhookEndpoints.ts +193 -0
- package/src/sdk/sdk.ts +12 -0
- package/src/sdk/vendors.ts +99 -2
- package/src/sdk/vendorscans.ts +27 -0
- package/src/sdk/webhooks.ts +46 -0
- package/mcp-server/tools/userGetCurrentUser.d.ts +0 -3
- package/mcp-server/tools/userGetCurrentUser.d.ts.map +0 -1
- package/mcp-server/tools/userGetCurrentUser.js +0 -26
- package/mcp-server/tools/userGetCurrentUser.js.map +0 -1
- package/mcp-server/tools/userGetUserById.d.ts +0 -8
- package/mcp-server/tools/userGetUserById.d.ts.map +0 -1
- package/mcp-server/tools/userGetUserById.js.map +0 -1
- package/mcp-server/tools/userLogsUserIntoTheSystem.d.ts +0 -8
- package/mcp-server/tools/userLogsUserIntoTheSystem.d.ts.map +0 -1
- package/mcp-server/tools/userLogsUserIntoTheSystem.js +0 -94
- package/mcp-server/tools/userLogsUserIntoTheSystem.js.map +0 -1
- package/mcp-server/tools/userMagiclink.d.ts +0 -8
- package/mcp-server/tools/userMagiclink.d.ts.map +0 -1
- package/mcp-server/tools/userMagiclink.js.map +0 -1
- package/mcp-server/tools/userPassword.d.ts +0 -8
- package/mcp-server/tools/userPassword.d.ts.map +0 -1
- package/mcp-server/tools/userPassword.js.map +0 -1
- package/mcp-server/tools/userPasswordResetRequest.d.ts +0 -8
- package/mcp-server/tools/userPasswordResetRequest.d.ts.map +0 -1
- package/mcp-server/tools/vendorsListVendorJobTitles.d.ts +0 -8
- package/mcp-server/tools/vendorsListVendorJobTitles.d.ts.map +0 -1
- package/mcp-server/tools/vendorsListVendorJobTitles.js.map +0 -1
- package/src/__tests__/organizations.test.ts +0 -78
- package/src/__tests__/supportarticles.test.ts +0 -64
- package/src/__tests__/user.test.ts +0 -218
- package/vitest.config.ts +0 -8
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { Company, Company$Outbound } from "./company.js";
|
|
5
|
+
import { Department, Department$Outbound } from "./department.js";
|
|
6
|
+
import { Facility, Facility$Outbound } from "./facility.js";
|
|
7
|
+
import { ImageSet, ImageSet$Outbound } from "./imageset.js";
|
|
8
|
+
import { Subscription, Subscription$Outbound } from "./subscription.js";
|
|
9
|
+
export type One = {
|
|
10
|
+
id?: number | undefined;
|
|
11
|
+
firstName?: string | null | undefined;
|
|
12
|
+
lastName?: any | undefined;
|
|
13
|
+
email?: string | null | undefined;
|
|
14
|
+
phone?: string | null | undefined;
|
|
15
|
+
userType?: string | null | undefined;
|
|
16
|
+
timezone?: string | null | undefined;
|
|
17
|
+
qrCode?: string | null | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* A set of images in different sizes
|
|
20
|
+
*/
|
|
21
|
+
imageUrls?: ImageSet | null | undefined;
|
|
22
|
+
};
|
|
23
|
+
export type VendorUser = One | number;
|
|
24
|
+
export type VendorType1 = {
|
|
25
|
+
id?: number | undefined;
|
|
26
|
+
name?: string | undefined;
|
|
27
|
+
};
|
|
28
|
+
export type VendorVendorType = VendorType1 | number;
|
|
29
|
+
export type Supervisor = {
|
|
30
|
+
name?: string | null | undefined;
|
|
31
|
+
email?: string | null | undefined;
|
|
32
|
+
phone?: string | null | undefined;
|
|
33
|
+
};
|
|
34
|
+
export type PaymentProfile1 = {
|
|
35
|
+
id?: number | undefined;
|
|
36
|
+
isValid?: boolean | null | undefined;
|
|
37
|
+
cardType?: string | null | undefined;
|
|
38
|
+
cardLast4?: string | null | undefined;
|
|
39
|
+
isDummy?: boolean | null | undefined;
|
|
40
|
+
profileType?: string | null | undefined;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Reduced list of attributes of the Payment Profile record
|
|
44
|
+
*/
|
|
45
|
+
export type PaymentProfilePaymentProfile = PaymentProfile1 | number;
|
|
46
|
+
export type PaymentProfile = PaymentProfile1 | number | number;
|
|
47
|
+
export type PaymentResponsibility = {
|
|
48
|
+
id?: number | null | undefined;
|
|
49
|
+
companyManagerId?: number | null | undefined;
|
|
50
|
+
credentialingSubscription?: boolean | null | undefined;
|
|
51
|
+
scrubsSubscription?: boolean | null | undefined;
|
|
52
|
+
scrubCredits?: boolean | null | undefined;
|
|
53
|
+
hardBadgeInitial?: boolean | null | undefined;
|
|
54
|
+
hardBadgeExtra?: boolean | null | undefined;
|
|
55
|
+
otherInvoices?: boolean | null | undefined;
|
|
56
|
+
facilityId?: number | null | undefined;
|
|
57
|
+
companyId?: number | null | undefined;
|
|
58
|
+
credentialingSubscriptionUserId?: number | null | undefined;
|
|
59
|
+
scrubsSubscriptionUserId?: number | null | undefined;
|
|
60
|
+
scrubCreditsUserId?: number | null | undefined;
|
|
61
|
+
hardBadgeInitialUserId?: number | null | undefined;
|
|
62
|
+
hardBadgeExtraUserId?: number | null | undefined;
|
|
63
|
+
otherInvoicesUserId?: number | null | undefined;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Vendor details
|
|
67
|
+
*/
|
|
68
|
+
export type Vendor = {
|
|
69
|
+
id?: number | undefined;
|
|
70
|
+
emailRecepient?: string | null | undefined;
|
|
71
|
+
sendWeeklySummaryEmail?: boolean | null | undefined;
|
|
72
|
+
title?: string | null | undefined;
|
|
73
|
+
user?: One | number | undefined;
|
|
74
|
+
vendorType?: VendorType1 | number | null | undefined;
|
|
75
|
+
supervisor?: Supervisor | undefined;
|
|
76
|
+
qrCode?: string | null | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* A set of images in different sizes
|
|
79
|
+
*/
|
|
80
|
+
headShot?: ImageSet | null | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* A set of images in different sizes
|
|
83
|
+
*/
|
|
84
|
+
driversLicense?: ImageSet | null | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* A set of images in different sizes
|
|
87
|
+
*/
|
|
88
|
+
imageUrls?: ImageSet | null | undefined;
|
|
89
|
+
paymentProfile?: PaymentProfile1 | number | number | null | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Describes a facility which typically represents a physical building or logical grouping of offices which act as a single entity.
|
|
92
|
+
*/
|
|
93
|
+
primaryFacility?: Facility | null | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* A simplified representation of a Department, typically used in list views.
|
|
96
|
+
*/
|
|
97
|
+
primaryDepartment?: Department | null | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* A simplified representation of a Company, typically used in list views.
|
|
100
|
+
*/
|
|
101
|
+
company?: Company | null | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* Reduced list of attributes of the Subscription record
|
|
104
|
+
*/
|
|
105
|
+
credentialingSubscription?: Subscription | null | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Reduced list of attributes of the Subscription record
|
|
108
|
+
*/
|
|
109
|
+
scrubsSubscription?: Subscription | null | undefined;
|
|
110
|
+
paymentResponsibility?: PaymentResponsibility | null | undefined;
|
|
111
|
+
backgroundCheckDateExpires?: string | null | undefined;
|
|
112
|
+
};
|
|
113
|
+
/** @internal */
|
|
114
|
+
export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
115
|
+
/** @internal */
|
|
116
|
+
export type One$Outbound = {
|
|
117
|
+
id?: number | undefined;
|
|
118
|
+
first_name?: string | null | undefined;
|
|
119
|
+
last_name?: any | undefined;
|
|
120
|
+
email?: string | null | undefined;
|
|
121
|
+
phone?: string | null | undefined;
|
|
122
|
+
user_type?: string | null | undefined;
|
|
123
|
+
timezone?: string | null | undefined;
|
|
124
|
+
qr_code?: string | null | undefined;
|
|
125
|
+
image_urls?: ImageSet$Outbound | null | undefined;
|
|
126
|
+
};
|
|
127
|
+
/** @internal */
|
|
128
|
+
export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
132
|
+
*/
|
|
133
|
+
export declare namespace One$ {
|
|
134
|
+
/** @deprecated use `One$inboundSchema` instead. */
|
|
135
|
+
const inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
136
|
+
/** @deprecated use `One$outboundSchema` instead. */
|
|
137
|
+
const outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
138
|
+
/** @deprecated use `One$Outbound` instead. */
|
|
139
|
+
type Outbound = One$Outbound;
|
|
140
|
+
}
|
|
141
|
+
export declare function oneToJSON(one: One): string;
|
|
142
|
+
export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SDKValidationError>;
|
|
143
|
+
/** @internal */
|
|
144
|
+
export declare const VendorUser$inboundSchema: z.ZodType<VendorUser, z.ZodTypeDef, unknown>;
|
|
145
|
+
/** @internal */
|
|
146
|
+
export type VendorUser$Outbound = One$Outbound | number;
|
|
147
|
+
/** @internal */
|
|
148
|
+
export declare const VendorUser$outboundSchema: z.ZodType<VendorUser$Outbound, z.ZodTypeDef, VendorUser>;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
152
|
+
*/
|
|
153
|
+
export declare namespace VendorUser$ {
|
|
154
|
+
/** @deprecated use `VendorUser$inboundSchema` instead. */
|
|
155
|
+
const inboundSchema: z.ZodType<VendorUser, z.ZodTypeDef, unknown>;
|
|
156
|
+
/** @deprecated use `VendorUser$outboundSchema` instead. */
|
|
157
|
+
const outboundSchema: z.ZodType<VendorUser$Outbound, z.ZodTypeDef, VendorUser>;
|
|
158
|
+
/** @deprecated use `VendorUser$Outbound` instead. */
|
|
159
|
+
type Outbound = VendorUser$Outbound;
|
|
160
|
+
}
|
|
161
|
+
export declare function vendorUserToJSON(vendorUser: VendorUser): string;
|
|
162
|
+
export declare function vendorUserFromJSON(jsonString: string): SafeParseResult<VendorUser, SDKValidationError>;
|
|
163
|
+
/** @internal */
|
|
164
|
+
export declare const VendorType1$inboundSchema: z.ZodType<VendorType1, z.ZodTypeDef, unknown>;
|
|
165
|
+
/** @internal */
|
|
166
|
+
export type VendorType1$Outbound = {
|
|
167
|
+
id?: number | undefined;
|
|
168
|
+
name?: string | undefined;
|
|
169
|
+
};
|
|
170
|
+
/** @internal */
|
|
171
|
+
export declare const VendorType1$outboundSchema: z.ZodType<VendorType1$Outbound, z.ZodTypeDef, VendorType1>;
|
|
172
|
+
/**
|
|
173
|
+
* @internal
|
|
174
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
175
|
+
*/
|
|
176
|
+
export declare namespace VendorType1$ {
|
|
177
|
+
/** @deprecated use `VendorType1$inboundSchema` instead. */
|
|
178
|
+
const inboundSchema: z.ZodType<VendorType1, z.ZodTypeDef, unknown>;
|
|
179
|
+
/** @deprecated use `VendorType1$outboundSchema` instead. */
|
|
180
|
+
const outboundSchema: z.ZodType<VendorType1$Outbound, z.ZodTypeDef, VendorType1>;
|
|
181
|
+
/** @deprecated use `VendorType1$Outbound` instead. */
|
|
182
|
+
type Outbound = VendorType1$Outbound;
|
|
183
|
+
}
|
|
184
|
+
export declare function vendorType1ToJSON(vendorType1: VendorType1): string;
|
|
185
|
+
export declare function vendorType1FromJSON(jsonString: string): SafeParseResult<VendorType1, SDKValidationError>;
|
|
186
|
+
/** @internal */
|
|
187
|
+
export declare const VendorVendorType$inboundSchema: z.ZodType<VendorVendorType, z.ZodTypeDef, unknown>;
|
|
188
|
+
/** @internal */
|
|
189
|
+
export type VendorVendorType$Outbound = VendorType1$Outbound | number;
|
|
190
|
+
/** @internal */
|
|
191
|
+
export declare const VendorVendorType$outboundSchema: z.ZodType<VendorVendorType$Outbound, z.ZodTypeDef, VendorVendorType>;
|
|
192
|
+
/**
|
|
193
|
+
* @internal
|
|
194
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
195
|
+
*/
|
|
196
|
+
export declare namespace VendorVendorType$ {
|
|
197
|
+
/** @deprecated use `VendorVendorType$inboundSchema` instead. */
|
|
198
|
+
const inboundSchema: z.ZodType<VendorVendorType, z.ZodTypeDef, unknown>;
|
|
199
|
+
/** @deprecated use `VendorVendorType$outboundSchema` instead. */
|
|
200
|
+
const outboundSchema: z.ZodType<VendorVendorType$Outbound, z.ZodTypeDef, VendorVendorType>;
|
|
201
|
+
/** @deprecated use `VendorVendorType$Outbound` instead. */
|
|
202
|
+
type Outbound = VendorVendorType$Outbound;
|
|
203
|
+
}
|
|
204
|
+
export declare function vendorVendorTypeToJSON(vendorVendorType: VendorVendorType): string;
|
|
205
|
+
export declare function vendorVendorTypeFromJSON(jsonString: string): SafeParseResult<VendorVendorType, SDKValidationError>;
|
|
206
|
+
/** @internal */
|
|
207
|
+
export declare const Supervisor$inboundSchema: z.ZodType<Supervisor, z.ZodTypeDef, unknown>;
|
|
208
|
+
/** @internal */
|
|
209
|
+
export type Supervisor$Outbound = {
|
|
210
|
+
name?: string | null | undefined;
|
|
211
|
+
email?: string | null | undefined;
|
|
212
|
+
phone?: string | null | undefined;
|
|
213
|
+
};
|
|
214
|
+
/** @internal */
|
|
215
|
+
export declare const Supervisor$outboundSchema: z.ZodType<Supervisor$Outbound, z.ZodTypeDef, Supervisor>;
|
|
216
|
+
/**
|
|
217
|
+
* @internal
|
|
218
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
219
|
+
*/
|
|
220
|
+
export declare namespace Supervisor$ {
|
|
221
|
+
/** @deprecated use `Supervisor$inboundSchema` instead. */
|
|
222
|
+
const inboundSchema: z.ZodType<Supervisor, z.ZodTypeDef, unknown>;
|
|
223
|
+
/** @deprecated use `Supervisor$outboundSchema` instead. */
|
|
224
|
+
const outboundSchema: z.ZodType<Supervisor$Outbound, z.ZodTypeDef, Supervisor>;
|
|
225
|
+
/** @deprecated use `Supervisor$Outbound` instead. */
|
|
226
|
+
type Outbound = Supervisor$Outbound;
|
|
227
|
+
}
|
|
228
|
+
export declare function supervisorToJSON(supervisor: Supervisor): string;
|
|
229
|
+
export declare function supervisorFromJSON(jsonString: string): SafeParseResult<Supervisor, SDKValidationError>;
|
|
230
|
+
/** @internal */
|
|
231
|
+
export declare const PaymentProfile1$inboundSchema: z.ZodType<PaymentProfile1, z.ZodTypeDef, unknown>;
|
|
232
|
+
/** @internal */
|
|
233
|
+
export type PaymentProfile1$Outbound = {
|
|
234
|
+
id?: number | undefined;
|
|
235
|
+
is_valid?: boolean | null | undefined;
|
|
236
|
+
card_type?: string | null | undefined;
|
|
237
|
+
card_last4?: string | null | undefined;
|
|
238
|
+
is_dummy?: boolean | null | undefined;
|
|
239
|
+
profile_type?: string | null | undefined;
|
|
240
|
+
};
|
|
241
|
+
/** @internal */
|
|
242
|
+
export declare const PaymentProfile1$outboundSchema: z.ZodType<PaymentProfile1$Outbound, z.ZodTypeDef, PaymentProfile1>;
|
|
243
|
+
/**
|
|
244
|
+
* @internal
|
|
245
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
|
+
*/
|
|
247
|
+
export declare namespace PaymentProfile1$ {
|
|
248
|
+
/** @deprecated use `PaymentProfile1$inboundSchema` instead. */
|
|
249
|
+
const inboundSchema: z.ZodType<PaymentProfile1, z.ZodTypeDef, unknown>;
|
|
250
|
+
/** @deprecated use `PaymentProfile1$outboundSchema` instead. */
|
|
251
|
+
const outboundSchema: z.ZodType<PaymentProfile1$Outbound, z.ZodTypeDef, PaymentProfile1>;
|
|
252
|
+
/** @deprecated use `PaymentProfile1$Outbound` instead. */
|
|
253
|
+
type Outbound = PaymentProfile1$Outbound;
|
|
254
|
+
}
|
|
255
|
+
export declare function paymentProfile1ToJSON(paymentProfile1: PaymentProfile1): string;
|
|
256
|
+
export declare function paymentProfile1FromJSON(jsonString: string): SafeParseResult<PaymentProfile1, SDKValidationError>;
|
|
257
|
+
/** @internal */
|
|
258
|
+
export declare const PaymentProfilePaymentProfile$inboundSchema: z.ZodType<PaymentProfilePaymentProfile, z.ZodTypeDef, unknown>;
|
|
259
|
+
/** @internal */
|
|
260
|
+
export type PaymentProfilePaymentProfile$Outbound = PaymentProfile1$Outbound | number;
|
|
261
|
+
/** @internal */
|
|
262
|
+
export declare const PaymentProfilePaymentProfile$outboundSchema: z.ZodType<PaymentProfilePaymentProfile$Outbound, z.ZodTypeDef, PaymentProfilePaymentProfile>;
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
266
|
+
*/
|
|
267
|
+
export declare namespace PaymentProfilePaymentProfile$ {
|
|
268
|
+
/** @deprecated use `PaymentProfilePaymentProfile$inboundSchema` instead. */
|
|
269
|
+
const inboundSchema: z.ZodType<PaymentProfilePaymentProfile, z.ZodTypeDef, unknown>;
|
|
270
|
+
/** @deprecated use `PaymentProfilePaymentProfile$outboundSchema` instead. */
|
|
271
|
+
const outboundSchema: z.ZodType<PaymentProfilePaymentProfile$Outbound, z.ZodTypeDef, PaymentProfilePaymentProfile>;
|
|
272
|
+
/** @deprecated use `PaymentProfilePaymentProfile$Outbound` instead. */
|
|
273
|
+
type Outbound = PaymentProfilePaymentProfile$Outbound;
|
|
274
|
+
}
|
|
275
|
+
export declare function paymentProfilePaymentProfileToJSON(paymentProfilePaymentProfile: PaymentProfilePaymentProfile): string;
|
|
276
|
+
export declare function paymentProfilePaymentProfileFromJSON(jsonString: string): SafeParseResult<PaymentProfilePaymentProfile, SDKValidationError>;
|
|
277
|
+
/** @internal */
|
|
278
|
+
export declare const PaymentProfile$inboundSchema: z.ZodType<PaymentProfile, z.ZodTypeDef, unknown>;
|
|
279
|
+
/** @internal */
|
|
280
|
+
export type PaymentProfile$Outbound = PaymentProfile1$Outbound | number | number;
|
|
281
|
+
/** @internal */
|
|
282
|
+
export declare const PaymentProfile$outboundSchema: z.ZodType<PaymentProfile$Outbound, z.ZodTypeDef, PaymentProfile>;
|
|
283
|
+
/**
|
|
284
|
+
* @internal
|
|
285
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
286
|
+
*/
|
|
287
|
+
export declare namespace PaymentProfile$ {
|
|
288
|
+
/** @deprecated use `PaymentProfile$inboundSchema` instead. */
|
|
289
|
+
const inboundSchema: z.ZodType<PaymentProfile, z.ZodTypeDef, unknown>;
|
|
290
|
+
/** @deprecated use `PaymentProfile$outboundSchema` instead. */
|
|
291
|
+
const outboundSchema: z.ZodType<PaymentProfile$Outbound, z.ZodTypeDef, PaymentProfile>;
|
|
292
|
+
/** @deprecated use `PaymentProfile$Outbound` instead. */
|
|
293
|
+
type Outbound = PaymentProfile$Outbound;
|
|
294
|
+
}
|
|
295
|
+
export declare function paymentProfileToJSON(paymentProfile: PaymentProfile): string;
|
|
296
|
+
export declare function paymentProfileFromJSON(jsonString: string): SafeParseResult<PaymentProfile, SDKValidationError>;
|
|
297
|
+
/** @internal */
|
|
298
|
+
export declare const PaymentResponsibility$inboundSchema: z.ZodType<PaymentResponsibility, z.ZodTypeDef, unknown>;
|
|
299
|
+
/** @internal */
|
|
300
|
+
export type PaymentResponsibility$Outbound = {
|
|
301
|
+
id?: number | null | undefined;
|
|
302
|
+
company_manager_id?: number | null | undefined;
|
|
303
|
+
credentialing_subscription?: boolean | null | undefined;
|
|
304
|
+
scrubs_subscription?: boolean | null | undefined;
|
|
305
|
+
scrub_credits?: boolean | null | undefined;
|
|
306
|
+
hard_badge_initial?: boolean | null | undefined;
|
|
307
|
+
hard_badge_extra?: boolean | null | undefined;
|
|
308
|
+
other_invoices?: boolean | null | undefined;
|
|
309
|
+
facility_id?: number | null | undefined;
|
|
310
|
+
company_id?: number | null | undefined;
|
|
311
|
+
credentialing_subscription_user_id?: number | null | undefined;
|
|
312
|
+
scrubs_subscription_user_id?: number | null | undefined;
|
|
313
|
+
scrub_credits_user_id?: number | null | undefined;
|
|
314
|
+
hard_badge_initial_user_id?: number | null | undefined;
|
|
315
|
+
hard_badge_extra_user_id?: number | null | undefined;
|
|
316
|
+
other_invoices_user_id?: number | null | undefined;
|
|
317
|
+
};
|
|
318
|
+
/** @internal */
|
|
319
|
+
export declare const PaymentResponsibility$outboundSchema: z.ZodType<PaymentResponsibility$Outbound, z.ZodTypeDef, PaymentResponsibility>;
|
|
320
|
+
/**
|
|
321
|
+
* @internal
|
|
322
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
323
|
+
*/
|
|
324
|
+
export declare namespace PaymentResponsibility$ {
|
|
325
|
+
/** @deprecated use `PaymentResponsibility$inboundSchema` instead. */
|
|
326
|
+
const inboundSchema: z.ZodType<PaymentResponsibility, z.ZodTypeDef, unknown>;
|
|
327
|
+
/** @deprecated use `PaymentResponsibility$outboundSchema` instead. */
|
|
328
|
+
const outboundSchema: z.ZodType<PaymentResponsibility$Outbound, z.ZodTypeDef, PaymentResponsibility>;
|
|
329
|
+
/** @deprecated use `PaymentResponsibility$Outbound` instead. */
|
|
330
|
+
type Outbound = PaymentResponsibility$Outbound;
|
|
331
|
+
}
|
|
332
|
+
export declare function paymentResponsibilityToJSON(paymentResponsibility: PaymentResponsibility): string;
|
|
333
|
+
export declare function paymentResponsibilityFromJSON(jsonString: string): SafeParseResult<PaymentResponsibility, SDKValidationError>;
|
|
334
|
+
/** @internal */
|
|
335
|
+
export declare const Vendor$inboundSchema: z.ZodType<Vendor, z.ZodTypeDef, unknown>;
|
|
336
|
+
/** @internal */
|
|
337
|
+
export type Vendor$Outbound = {
|
|
338
|
+
id?: number | undefined;
|
|
339
|
+
email_recepient?: string | null | undefined;
|
|
340
|
+
send_weekly_summary_email?: boolean | null | undefined;
|
|
341
|
+
title?: string | null | undefined;
|
|
342
|
+
user?: One$Outbound | number | undefined;
|
|
343
|
+
vendor_type?: VendorType1$Outbound | number | null | undefined;
|
|
344
|
+
supervisor?: Supervisor$Outbound | undefined;
|
|
345
|
+
qr_code?: string | null | undefined;
|
|
346
|
+
head_shot?: ImageSet$Outbound | null | undefined;
|
|
347
|
+
drivers_license?: ImageSet$Outbound | null | undefined;
|
|
348
|
+
image_urls?: ImageSet$Outbound | null | undefined;
|
|
349
|
+
payment_profile?: PaymentProfile1$Outbound | number | number | null | undefined;
|
|
350
|
+
primary_facility?: Facility$Outbound | null | undefined;
|
|
351
|
+
primary_department?: Department$Outbound | null | undefined;
|
|
352
|
+
company?: Company$Outbound | null | undefined;
|
|
353
|
+
credentialing_subscription?: Subscription$Outbound | null | undefined;
|
|
354
|
+
scrubs_subscription?: Subscription$Outbound | null | undefined;
|
|
355
|
+
payment_responsibility?: PaymentResponsibility$Outbound | null | undefined;
|
|
356
|
+
background_check_date_expires?: string | null | undefined;
|
|
357
|
+
};
|
|
358
|
+
/** @internal */
|
|
359
|
+
export declare const Vendor$outboundSchema: z.ZodType<Vendor$Outbound, z.ZodTypeDef, Vendor>;
|
|
360
|
+
/**
|
|
361
|
+
* @internal
|
|
362
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
363
|
+
*/
|
|
364
|
+
export declare namespace Vendor$ {
|
|
365
|
+
/** @deprecated use `Vendor$inboundSchema` instead. */
|
|
366
|
+
const inboundSchema: z.ZodType<Vendor, z.ZodTypeDef, unknown>;
|
|
367
|
+
/** @deprecated use `Vendor$outboundSchema` instead. */
|
|
368
|
+
const outboundSchema: z.ZodType<Vendor$Outbound, z.ZodTypeDef, Vendor>;
|
|
369
|
+
/** @deprecated use `Vendor$Outbound` instead. */
|
|
370
|
+
type Outbound = Vendor$Outbound;
|
|
371
|
+
}
|
|
372
|
+
export declare function vendorToJSON(vendor: Vendor): string;
|
|
373
|
+
export declare function vendorFromJSON(jsonString: string): SafeParseResult<Vendor, SDKValidationError>;
|
|
374
|
+
//# sourceMappingURL=vendor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vendor.d.ts","sourceRoot":"","sources":["../../src/models/components/vendor.ts"],"names":[],"mappings":"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"}
|