@vercel/sdk 1.12.2 → 1.13.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/README.md +40 -4
- package/bin/mcp-server.js +4898 -1561
- package/bin/mcp-server.js.map +63 -14
- package/docs/sdks/domains/README.md +1 -0
- package/docs/sdks/domainsregistrar/README.md +1335 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -9
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.d.ts +2 -0
- package/esm/__tests__/domainsregistrar.test.d.ts.map +1 -0
- package/esm/__tests__/domainsregistrar.test.js +274 -0
- package/esm/__tests__/domainsregistrar.test.js.map +1 -0
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +7 -5
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +3 -2
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +21 -0
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarBuyDomains.js +85 -0
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -0
- package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +21 -0
- package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +91 -0
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +20 -0
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +84 -0
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +20 -0
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +89 -0
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +22 -0
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +91 -0
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +21 -0
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +90 -0
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +20 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +93 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +22 -0
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +91 -0
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetOrder.d.ts +22 -0
- package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetOrder.js +91 -0
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +20 -0
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +75 -0
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +21 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js +94 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -0
- package/esm/funcs/domainsRegistrarRenewDomain.d.ts +22 -0
- package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarRenewDomain.js +92 -0
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -0
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +21 -0
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarTransferInDomain.js +91 -0
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -0
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +22 -0
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +93 -0
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +22 -0
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +93 -0
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +31 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +3 -0
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +23 -0
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +28 -0
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +27 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts +7 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +27 -0
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
- package/esm/models/buydomainsop.d.ts +282 -0
- package/esm/models/buydomainsop.d.ts.map +1 -0
- package/esm/models/buydomainsop.js +247 -0
- package/esm/models/buydomainsop.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +282 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -0
- package/esm/models/buysingledomainop.js +257 -0
- package/esm/models/buysingledomainop.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +34 -34
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +14 -14
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +32 -32
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +12 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createprojectop.d.ts +30 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/forbidden.d.ts +89 -0
- package/esm/models/forbidden.d.ts.map +1 -0
- package/esm/models/forbidden.js +98 -0
- package/esm/models/forbidden.js.map +1 -0
- package/esm/models/getbulkavailabilityop.d.ts +114 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -0
- package/esm/models/getbulkavailabilityop.js +115 -0
- package/esm/models/getbulkavailabilityop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +80 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -0
- package/esm/models/getcontactinfoschemaop.js +84 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -0
- package/esm/models/getdomainauthcodeop.d.ts +84 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -0
- package/esm/models/getdomainauthcodeop.js +88 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -0
- package/esm/models/getdomainavailabilityop.d.ts +84 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -0
- package/esm/models/getdomainavailabilityop.js +88 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -0
- package/esm/models/getdomainpriceop.d.ts +101 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -0
- package/esm/models/getdomainpriceop.js +96 -0
- package/esm/models/getdomainpriceop.js.map +1 -0
- package/esm/models/getdomainsop.d.ts +15 -15
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +15 -15
- package/esm/models/getdomainsop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +140 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -0
- package/esm/models/getdomaintransferinop.js +117 -0
- package/esm/models/getdomaintransferinop.js.map +1 -0
- package/esm/models/getorderop.d.ts +715 -0
- package/esm/models/getorderop.d.ts.map +1 -0
- package/esm/models/getorderop.js +679 -0
- package/esm/models/getorderop.js.map +1 -0
- package/esm/models/getsupportedtldsop.d.ts +31 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +38 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +101 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -0
- package/esm/models/gettldpriceop.js +96 -0
- package/esm/models/gettldpriceop.js.map +1 -0
- package/esm/models/internalservererror.d.ts +89 -0
- package/esm/models/internalservererror.d.ts.map +1 -0
- package/esm/models/internalservererror.js +98 -0
- package/esm/models/internalservererror.js.map +1 -0
- package/esm/models/notauthorizedforscope.d.ts +89 -0
- package/esm/models/notauthorizedforscope.d.ts.map +1 -0
- package/esm/models/notauthorizedforscope.js +98 -0
- package/esm/models/notauthorizedforscope.js.map +1 -0
- package/esm/models/renewdomainop.d.ts +257 -0
- package/esm/models/renewdomainop.d.ts.map +1 -0
- package/esm/models/renewdomainop.js +232 -0
- package/esm/models/renewdomainop.js.map +1 -0
- package/esm/models/transferindomainop.d.ts +261 -0
- package/esm/models/transferindomainop.d.ts.map +1 -0
- package/esm/models/transferindomainop.js +234 -0
- package/esm/models/transferindomainop.js.map +1 -0
- package/esm/models/unauthorized.d.ts +89 -0
- package/esm/models/unauthorized.d.ts.map +1 -0
- package/esm/models/unauthorized.js +98 -0
- package/esm/models/unauthorized.js.map +1 -0
- package/esm/models/updatedomainautorenewop.d.ts +83 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -0
- package/esm/models/updatedomainautorenewop.js +99 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -0
- package/esm/models/updatedomainnameserversop.d.ts +83 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -0
- package/esm/models/updatedomainnameserversop.js +99 -0
- package/esm/models/updatedomainnameserversop.js.map +1 -0
- package/esm/models/updateprojectop.d.ts +30 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +18 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/sdk/domainsregistrar.d.ts +123 -0
- package/esm/sdk/domainsregistrar.d.ts.map +1 -0
- package/esm/sdk/domainsregistrar.js +158 -0
- package/esm/sdk/domainsregistrar.js.map +1 -0
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/domains.test.ts +6 -9
- package/src/__tests__/domainsregistrar.test.ts +313 -0
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -5
- package/src/__tests__/rollingrelease.test.ts +1 -2
- package/src/__tests__/security.test.ts +1 -11
- package/src/funcs/domainsCheckDomainPrice.ts +9 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +204 -0
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +211 -0
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +202 -0
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +210 -0
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +220 -0
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +218 -0
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +210 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +223 -0
- package/src/funcs/domainsRegistrarGetOrder.ts +218 -0
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +178 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +218 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +219 -0
- package/src/funcs/domainsRegistrarTransferInDomain.ts +213 -0
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +220 -0
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +220 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +31 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +37 -0
- package/src/mcp-server/tools/domainsRegistrarBuySingleDomain.ts +38 -0
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +39 -0
- package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +40 -0
- package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +39 -0
- package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +39 -0
- package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +38 -0
- package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +39 -0
- package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +37 -0
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +30 -0
- package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +37 -0
- package/src/mcp-server/tools/domainsRegistrarRenewDomain.ts +37 -0
- package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +39 -0
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +37 -0
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +37 -0
- package/src/models/buydomainsop.ts +582 -0
- package/src/models/buysingledomainop.ts +593 -0
- package/src/models/canceldeploymentop.ts +18 -18
- package/src/models/createdeploymentop.ts +14 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectop.ts +30 -30
- package/src/models/forbidden.ts +155 -0
- package/src/models/getbulkavailabilityop.ts +288 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +222 -0
- package/src/models/getdomainauthcodeop.ts +227 -0
- package/src/models/getdomainavailabilityop.ts +231 -0
- package/src/models/getdomainpriceop.ts +247 -0
- package/src/models/getdomainsop.ts +50 -43
- package/src/models/getdomaintransferinop.ts +268 -0
- package/src/models/getorderop.ts +1298 -0
- package/src/models/getsupportedtldsop.ts +95 -0
- package/src/models/gettldpriceop.ts +248 -0
- package/src/models/internalservererror.ts +159 -0
- package/src/models/notauthorizedforscope.ts +161 -0
- package/src/models/renewdomainop.ts +548 -0
- package/src/models/transferindomainop.ts +566 -0
- package/src/models/unauthorized.ts +153 -0
- package/src/models/updatedomainautorenewop.ts +229 -0
- package/src/models/updatedomainnameserversop.ts +233 -0
- package/src/models/updateprojectop.ts +30 -30
- package/src/sdk/domainsregistrar.ts +323 -0
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +3343 -255
- package/docs/sdks/vercel/README.md +0 -7
|
@@ -109,11 +109,11 @@ export type CancelDeploymentProjectSettings = {
|
|
|
109
109
|
webAnalytics?: CancelDeploymentWebAnalytics | undefined;
|
|
110
110
|
};
|
|
111
111
|
export declare const CancelDeploymentDeploymentsStatus: {
|
|
112
|
+
readonly Error: "error";
|
|
113
|
+
readonly Timeout: "timeout";
|
|
112
114
|
readonly Skipped: "skipped";
|
|
113
115
|
readonly Pending: "pending";
|
|
114
116
|
readonly Ready: "ready";
|
|
115
|
-
readonly Error: "error";
|
|
116
|
-
readonly Timeout: "timeout";
|
|
117
117
|
};
|
|
118
118
|
export type CancelDeploymentDeploymentsStatus = ClosedEnum<typeof CancelDeploymentDeploymentsStatus>;
|
|
119
119
|
export type CancelDeploymentIntegrations = {
|
|
@@ -194,8 +194,8 @@ export type CancelDeploymentCreator = {
|
|
|
194
194
|
avatar?: string | undefined;
|
|
195
195
|
};
|
|
196
196
|
export declare const CancelDeploymentDeploymentsReadyState: {
|
|
197
|
-
readonly Building: "BUILDING";
|
|
198
197
|
readonly Error: "ERROR";
|
|
198
|
+
readonly Building: "BUILDING";
|
|
199
199
|
readonly Initializing: "INITIALIZING";
|
|
200
200
|
readonly Ready: "READY";
|
|
201
201
|
};
|
|
@@ -211,8 +211,8 @@ export type CancelDeploymentLambdas = {
|
|
|
211
211
|
id: string;
|
|
212
212
|
createdAt?: number | undefined;
|
|
213
213
|
readyState?: CancelDeploymentDeploymentsReadyState | undefined;
|
|
214
|
-
entrypoint?: string | null | undefined;
|
|
215
214
|
readyStateAt?: number | undefined;
|
|
215
|
+
entrypoint?: string | null | undefined;
|
|
216
216
|
output: Array<CancelDeploymentOutput>;
|
|
217
217
|
};
|
|
218
218
|
export declare const CancelDeploymentStatus: {
|
|
@@ -227,8 +227,8 @@ export type CancelDeploymentStatus = ClosedEnum<typeof CancelDeploymentStatus>;
|
|
|
227
227
|
export type CancelDeploymentTeam = {
|
|
228
228
|
id: string;
|
|
229
229
|
name: string;
|
|
230
|
-
avatar?: string | undefined;
|
|
231
230
|
slug: string;
|
|
231
|
+
avatar?: string | undefined;
|
|
232
232
|
};
|
|
233
233
|
export type CancelDeploymentCustomEnvironment2 = {
|
|
234
234
|
id: string;
|
|
@@ -698,12 +698,12 @@ export type CancelDeploymentRoutes3 = {
|
|
|
698
698
|
middleware: number;
|
|
699
699
|
};
|
|
700
700
|
export declare const RoutesHandle: {
|
|
701
|
-
readonly Error: "error";
|
|
702
701
|
readonly Filesystem: "filesystem";
|
|
702
|
+
readonly Error: "error";
|
|
703
703
|
readonly Hit: "hit";
|
|
704
704
|
readonly Miss: "miss";
|
|
705
|
-
readonly Rewrite: "rewrite";
|
|
706
705
|
readonly Resource: "resource";
|
|
706
|
+
readonly Rewrite: "rewrite";
|
|
707
707
|
};
|
|
708
708
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
709
709
|
export type CancelDeploymentRoutes2 = {
|
|
@@ -899,8 +899,8 @@ export declare const CancelDeploymentGitRepoDeploymentsResponseType: {
|
|
|
899
899
|
};
|
|
900
900
|
export type CancelDeploymentGitRepoDeploymentsResponseType = ClosedEnum<typeof CancelDeploymentGitRepoDeploymentsResponseType>;
|
|
901
901
|
export declare const CancelDeploymentGitRepoDeploymentsResponseOwnerType: {
|
|
902
|
-
readonly Team: "team";
|
|
903
902
|
readonly User: "user";
|
|
903
|
+
readonly Team: "team";
|
|
904
904
|
};
|
|
905
905
|
export type CancelDeploymentGitRepoDeploymentsResponseOwnerType = ClosedEnum<typeof CancelDeploymentGitRepoDeploymentsResponseOwnerType>;
|
|
906
906
|
export type CancelDeploymentGitRepo3 = {
|
|
@@ -920,8 +920,8 @@ export declare const CancelDeploymentGitRepoDeploymentsType: {
|
|
|
920
920
|
};
|
|
921
921
|
export type CancelDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CancelDeploymentGitRepoDeploymentsType>;
|
|
922
922
|
export declare const CancelDeploymentGitRepoDeploymentsOwnerType: {
|
|
923
|
-
readonly Team: "team";
|
|
924
923
|
readonly User: "user";
|
|
924
|
+
readonly Team: "team";
|
|
925
925
|
};
|
|
926
926
|
export type CancelDeploymentGitRepoDeploymentsOwnerType = ClosedEnum<typeof CancelDeploymentGitRepoDeploymentsOwnerType>;
|
|
927
927
|
export type CancelDeploymentGitRepo2 = {
|
|
@@ -941,8 +941,8 @@ export declare const CancelDeploymentGitRepoType: {
|
|
|
941
941
|
};
|
|
942
942
|
export type CancelDeploymentGitRepoType = ClosedEnum<typeof CancelDeploymentGitRepoType>;
|
|
943
943
|
export declare const CancelDeploymentGitRepoOwnerType: {
|
|
944
|
-
readonly Team: "team";
|
|
945
944
|
readonly User: "user";
|
|
945
|
+
readonly Team: "team";
|
|
946
946
|
};
|
|
947
947
|
export type CancelDeploymentGitRepoOwnerType = ClosedEnum<typeof CancelDeploymentGitRepoOwnerType>;
|
|
948
948
|
export type CancelDeploymentGitRepo1 = {
|
|
@@ -1064,13 +1064,13 @@ export type CancelDeploymentMicrofrontends1 = {
|
|
|
1064
1064
|
};
|
|
1065
1065
|
export type CancelDeploymentMicrofrontends = CancelDeploymentMicrofrontends2 | CancelDeploymentMicrofrontends1;
|
|
1066
1066
|
export declare const CancelDeploymentFunctionType: {
|
|
1067
|
-
readonly Fluid: "fluid";
|
|
1068
1067
|
readonly Standard: "standard";
|
|
1068
|
+
readonly Fluid: "fluid";
|
|
1069
1069
|
};
|
|
1070
1070
|
export type CancelDeploymentFunctionType = ClosedEnum<typeof CancelDeploymentFunctionType>;
|
|
1071
1071
|
export declare const CancelDeploymentFunctionMemoryType: {
|
|
1072
|
-
readonly Standard: "standard";
|
|
1073
1072
|
readonly StandardLegacy: "standard_legacy";
|
|
1073
|
+
readonly Standard: "standard";
|
|
1074
1074
|
readonly Performance: "performance";
|
|
1075
1075
|
};
|
|
1076
1076
|
export type CancelDeploymentFunctionMemoryType = ClosedEnum<typeof CancelDeploymentFunctionMemoryType>;
|
|
@@ -1527,19 +1527,19 @@ export declare const CancelDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
|
|
|
1527
1527
|
export declare namespace CancelDeploymentDeploymentsStatus$ {
|
|
1528
1528
|
/** @deprecated use `CancelDeploymentDeploymentsStatus$inboundSchema` instead. */
|
|
1529
1529
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1530
|
+
readonly Error: "error";
|
|
1531
|
+
readonly Timeout: "timeout";
|
|
1530
1532
|
readonly Skipped: "skipped";
|
|
1531
1533
|
readonly Pending: "pending";
|
|
1532
1534
|
readonly Ready: "ready";
|
|
1533
|
-
readonly Error: "error";
|
|
1534
|
-
readonly Timeout: "timeout";
|
|
1535
1535
|
}>;
|
|
1536
1536
|
/** @deprecated use `CancelDeploymentDeploymentsStatus$outboundSchema` instead. */
|
|
1537
1537
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1538
|
+
readonly Error: "error";
|
|
1539
|
+
readonly Timeout: "timeout";
|
|
1538
1540
|
readonly Skipped: "skipped";
|
|
1539
1541
|
readonly Pending: "pending";
|
|
1540
1542
|
readonly Ready: "ready";
|
|
1541
|
-
readonly Error: "error";
|
|
1542
|
-
readonly Timeout: "timeout";
|
|
1543
1543
|
}>;
|
|
1544
1544
|
}
|
|
1545
1545
|
/** @internal */
|
|
@@ -1743,15 +1743,15 @@ export declare const CancelDeploymentDeploymentsReadyState$outboundSchema: z.Zod
|
|
|
1743
1743
|
export declare namespace CancelDeploymentDeploymentsReadyState$ {
|
|
1744
1744
|
/** @deprecated use `CancelDeploymentDeploymentsReadyState$inboundSchema` instead. */
|
|
1745
1745
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1746
|
-
readonly Building: "BUILDING";
|
|
1747
1746
|
readonly Error: "ERROR";
|
|
1747
|
+
readonly Building: "BUILDING";
|
|
1748
1748
|
readonly Initializing: "INITIALIZING";
|
|
1749
1749
|
readonly Ready: "READY";
|
|
1750
1750
|
}>;
|
|
1751
1751
|
/** @deprecated use `CancelDeploymentDeploymentsReadyState$outboundSchema` instead. */
|
|
1752
1752
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1753
|
-
readonly Building: "BUILDING";
|
|
1754
1753
|
readonly Error: "ERROR";
|
|
1754
|
+
readonly Building: "BUILDING";
|
|
1755
1755
|
readonly Initializing: "INITIALIZING";
|
|
1756
1756
|
readonly Ready: "READY";
|
|
1757
1757
|
}>;
|
|
@@ -1786,8 +1786,8 @@ export type CancelDeploymentLambdas$Outbound = {
|
|
|
1786
1786
|
id: string;
|
|
1787
1787
|
createdAt?: number | undefined;
|
|
1788
1788
|
readyState?: string | undefined;
|
|
1789
|
-
entrypoint?: string | null | undefined;
|
|
1790
1789
|
readyStateAt?: number | undefined;
|
|
1790
|
+
entrypoint?: string | null | undefined;
|
|
1791
1791
|
output: Array<CancelDeploymentOutput$Outbound>;
|
|
1792
1792
|
};
|
|
1793
1793
|
/** @internal */
|
|
@@ -1840,8 +1840,8 @@ export declare const CancelDeploymentTeam$inboundSchema: z.ZodType<CancelDeploym
|
|
|
1840
1840
|
export type CancelDeploymentTeam$Outbound = {
|
|
1841
1841
|
id: string;
|
|
1842
1842
|
name: string;
|
|
1843
|
-
avatar?: string | undefined;
|
|
1844
1843
|
slug: string;
|
|
1844
|
+
avatar?: string | undefined;
|
|
1845
1845
|
};
|
|
1846
1846
|
/** @internal */
|
|
1847
1847
|
export declare const CancelDeploymentTeam$outboundSchema: z.ZodType<CancelDeploymentTeam$Outbound, z.ZodTypeDef, CancelDeploymentTeam>;
|
|
@@ -3318,21 +3318,21 @@ export declare const RoutesHandle$outboundSchema: z.ZodNativeEnum<typeof RoutesH
|
|
|
3318
3318
|
export declare namespace RoutesHandle$ {
|
|
3319
3319
|
/** @deprecated use `RoutesHandle$inboundSchema` instead. */
|
|
3320
3320
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3321
|
-
readonly Error: "error";
|
|
3322
3321
|
readonly Filesystem: "filesystem";
|
|
3322
|
+
readonly Error: "error";
|
|
3323
3323
|
readonly Hit: "hit";
|
|
3324
3324
|
readonly Miss: "miss";
|
|
3325
|
-
readonly Rewrite: "rewrite";
|
|
3326
3325
|
readonly Resource: "resource";
|
|
3326
|
+
readonly Rewrite: "rewrite";
|
|
3327
3327
|
}>;
|
|
3328
3328
|
/** @deprecated use `RoutesHandle$outboundSchema` instead. */
|
|
3329
3329
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3330
|
-
readonly Error: "error";
|
|
3331
3330
|
readonly Filesystem: "filesystem";
|
|
3331
|
+
readonly Error: "error";
|
|
3332
3332
|
readonly Hit: "hit";
|
|
3333
3333
|
readonly Miss: "miss";
|
|
3334
|
-
readonly Rewrite: "rewrite";
|
|
3335
3334
|
readonly Resource: "resource";
|
|
3335
|
+
readonly Rewrite: "rewrite";
|
|
3336
3336
|
}>;
|
|
3337
3337
|
}
|
|
3338
3338
|
/** @internal */
|
|
@@ -4201,13 +4201,13 @@ export declare const CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboun
|
|
|
4201
4201
|
export declare namespace CancelDeploymentGitRepoDeploymentsResponseOwnerType$ {
|
|
4202
4202
|
/** @deprecated use `CancelDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema` instead. */
|
|
4203
4203
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4204
|
-
readonly Team: "team";
|
|
4205
4204
|
readonly User: "user";
|
|
4205
|
+
readonly Team: "team";
|
|
4206
4206
|
}>;
|
|
4207
4207
|
/** @deprecated use `CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema` instead. */
|
|
4208
4208
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4209
|
-
readonly Team: "team";
|
|
4210
4209
|
readonly User: "user";
|
|
4210
|
+
readonly Team: "team";
|
|
4211
4211
|
}>;
|
|
4212
4212
|
}
|
|
4213
4213
|
/** @internal */
|
|
@@ -4270,13 +4270,13 @@ export declare const CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema:
|
|
|
4270
4270
|
export declare namespace CancelDeploymentGitRepoDeploymentsOwnerType$ {
|
|
4271
4271
|
/** @deprecated use `CancelDeploymentGitRepoDeploymentsOwnerType$inboundSchema` instead. */
|
|
4272
4272
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4273
|
-
readonly Team: "team";
|
|
4274
4273
|
readonly User: "user";
|
|
4274
|
+
readonly Team: "team";
|
|
4275
4275
|
}>;
|
|
4276
4276
|
/** @deprecated use `CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema` instead. */
|
|
4277
4277
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4278
|
-
readonly Team: "team";
|
|
4279
4278
|
readonly User: "user";
|
|
4279
|
+
readonly Team: "team";
|
|
4280
4280
|
}>;
|
|
4281
4281
|
}
|
|
4282
4282
|
/** @internal */
|
|
@@ -4339,13 +4339,13 @@ export declare const CancelDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
|
|
|
4339
4339
|
export declare namespace CancelDeploymentGitRepoOwnerType$ {
|
|
4340
4340
|
/** @deprecated use `CancelDeploymentGitRepoOwnerType$inboundSchema` instead. */
|
|
4341
4341
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4342
|
-
readonly Team: "team";
|
|
4343
4342
|
readonly User: "user";
|
|
4343
|
+
readonly Team: "team";
|
|
4344
4344
|
}>;
|
|
4345
4345
|
/** @deprecated use `CancelDeploymentGitRepoOwnerType$outboundSchema` instead. */
|
|
4346
4346
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4347
|
-
readonly Team: "team";
|
|
4348
4347
|
readonly User: "user";
|
|
4348
|
+
readonly Team: "team";
|
|
4349
4349
|
}>;
|
|
4350
4350
|
}
|
|
4351
4351
|
/** @internal */
|
|
@@ -4645,13 +4645,13 @@ export declare const CancelDeploymentFunctionType$outboundSchema: z.ZodNativeEnu
|
|
|
4645
4645
|
export declare namespace CancelDeploymentFunctionType$ {
|
|
4646
4646
|
/** @deprecated use `CancelDeploymentFunctionType$inboundSchema` instead. */
|
|
4647
4647
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4648
|
-
readonly Fluid: "fluid";
|
|
4649
4648
|
readonly Standard: "standard";
|
|
4649
|
+
readonly Fluid: "fluid";
|
|
4650
4650
|
}>;
|
|
4651
4651
|
/** @deprecated use `CancelDeploymentFunctionType$outboundSchema` instead. */
|
|
4652
4652
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4653
|
-
readonly Fluid: "fluid";
|
|
4654
4653
|
readonly Standard: "standard";
|
|
4654
|
+
readonly Fluid: "fluid";
|
|
4655
4655
|
}>;
|
|
4656
4656
|
}
|
|
4657
4657
|
/** @internal */
|
|
@@ -4665,14 +4665,14 @@ export declare const CancelDeploymentFunctionMemoryType$outboundSchema: z.ZodNat
|
|
|
4665
4665
|
export declare namespace CancelDeploymentFunctionMemoryType$ {
|
|
4666
4666
|
/** @deprecated use `CancelDeploymentFunctionMemoryType$inboundSchema` instead. */
|
|
4667
4667
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4668
|
-
readonly Standard: "standard";
|
|
4669
4668
|
readonly StandardLegacy: "standard_legacy";
|
|
4669
|
+
readonly Standard: "standard";
|
|
4670
4670
|
readonly Performance: "performance";
|
|
4671
4671
|
}>;
|
|
4672
4672
|
/** @deprecated use `CancelDeploymentFunctionMemoryType$outboundSchema` instead. */
|
|
4673
4673
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4674
|
-
readonly Standard: "standard";
|
|
4675
4674
|
readonly StandardLegacy: "standard_legacy";
|
|
4675
|
+
readonly Standard: "standard";
|
|
4676
4676
|
readonly Performance: "performance";
|
|
4677
4677
|
}>;
|
|
4678
4678
|
}
|