@vercel/sdk 1.13.4 → 1.13.5
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 +44 -45
- package/bin/mcp-server.js +223 -670
- package/bin/mcp-server.js.map +81 -81
- package/docs/sdks/domains/README.md +11 -11
- package/docs/sdks/domainsregistrar/README.md +55 -55
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +1 -3
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.d.ts +2 -2
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -2
- package/esm/funcs/domainsCheckDomainStatus.js +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsPatchDomain.d.ts +1 -1
- package/esm/funcs/domainsPatchDomain.js +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.js +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +2 -2
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +2 -2
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +2 -2
- package/esm/funcs/domainsRegistrarGetOrder.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetOrder.js +2 -2
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +2 -2
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetTldPrice.js +2 -2
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +2 -2
- package/esm/funcs/domainsRegistrarTransferInDomain.js +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +2 -2
- package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/models/additionalcontactinforequired.d.ts +6 -25
- package/esm/models/additionalcontactinforequired.d.ts.map +1 -1
- package/esm/models/additionalcontactinforequired.js +4 -30
- package/esm/models/additionalcontactinforequired.js.map +1 -1
- package/esm/models/badrequest.d.ts +0 -25
- package/esm/models/badrequest.d.ts.map +1 -1
- package/esm/models/badrequest.js +1 -30
- package/esm/models/badrequest.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +15 -3
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +16 -16
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +15 -3
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -12
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +5 -3
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js.map +1 -1
- 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/domainalreadyrenewing.d.ts +6 -25
- package/esm/models/domainalreadyrenewing.d.ts.map +1 -1
- package/esm/models/domainalreadyrenewing.js +4 -30
- package/esm/models/domainalreadyrenewing.js.map +1 -1
- package/esm/models/domainnotavailable.d.ts +6 -25
- package/esm/models/domainnotavailable.d.ts.map +1 -1
- package/esm/models/domainnotavailable.js +4 -30
- package/esm/models/domainnotavailable.js.map +1 -1
- package/esm/models/domainnotfound.d.ts +6 -25
- package/esm/models/domainnotfound.d.ts.map +1 -1
- package/esm/models/domainnotfound.js +4 -30
- package/esm/models/domainnotfound.js.map +1 -1
- package/esm/models/domainnotregistered.d.ts +6 -25
- package/esm/models/domainnotregistered.d.ts.map +1 -1
- package/esm/models/domainnotregistered.js +4 -30
- package/esm/models/domainnotregistered.js.map +1 -1
- package/esm/models/domainnotrenewable.d.ts +6 -25
- package/esm/models/domainnotrenewable.d.ts.map +1 -1
- package/esm/models/domainnotrenewable.js +4 -30
- package/esm/models/domainnotrenewable.js.map +1 -1
- package/esm/models/duplicatedomains.d.ts +6 -25
- package/esm/models/duplicatedomains.d.ts.map +1 -1
- package/esm/models/duplicatedomains.js +4 -30
- package/esm/models/duplicatedomains.js.map +1 -1
- package/esm/models/expectedpricemismatch.d.ts +6 -25
- package/esm/models/expectedpricemismatch.d.ts.map +1 -1
- package/esm/models/expectedpricemismatch.js +4 -30
- package/esm/models/expectedpricemismatch.js.map +1 -1
- package/esm/models/forbidden.d.ts +0 -25
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +1 -30
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getcontactinfoschemaop.d.ts +2 -2
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -2
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +5 -5
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +4 -4
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +3 -3
- package/esm/models/gettldpriceop.d.ts +8 -5
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -2
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/httpapidecodeerror.d.ts +0 -26
- package/esm/models/httpapidecodeerror.d.ts.map +1 -1
- package/esm/models/httpapidecodeerror.js +1 -30
- package/esm/models/httpapidecodeerror.js.map +1 -1
- package/esm/models/internalservererror.d.ts +0 -25
- package/esm/models/internalservererror.d.ts.map +1 -1
- package/esm/models/internalservererror.js +1 -30
- package/esm/models/internalservererror.js.map +1 -1
- package/esm/models/invalidadditionalcontactinfo.d.ts +6 -25
- package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -1
- package/esm/models/invalidadditionalcontactinfo.js +4 -30
- package/esm/models/invalidadditionalcontactinfo.js.map +1 -1
- package/esm/models/issue.d.ts +0 -55
- package/esm/models/issue.d.ts.map +1 -1
- package/esm/models/issue.js +0 -39
- package/esm/models/issue.js.map +1 -1
- package/esm/models/notauthorizedforscope.d.ts +0 -25
- package/esm/models/notauthorizedforscope.d.ts.map +1 -1
- package/esm/models/notauthorizedforscope.js +1 -30
- package/esm/models/notauthorizedforscope.js.map +1 -1
- package/esm/models/notfound.d.ts +0 -25
- package/esm/models/notfound.d.ts.map +1 -1
- package/esm/models/notfound.js +1 -31
- package/esm/models/notfound.js.map +1 -1
- package/esm/models/ordertooexpensive.d.ts +6 -25
- package/esm/models/ordertooexpensive.d.ts.map +1 -1
- package/esm/models/ordertooexpensive.js +4 -30
- package/esm/models/ordertooexpensive.js.map +1 -1
- package/esm/models/patchdomainop.d.ts +6 -2
- package/esm/models/patchdomainop.d.ts.map +1 -1
- package/esm/models/patchdomainop.js.map +1 -1
- package/esm/models/propertykey.d.ts +8 -8
- package/esm/models/propertykey.d.ts.map +1 -1
- package/esm/models/propertykey.js +12 -12
- package/esm/models/propertykey.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -3
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +10 -10
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/tldnotsupported.d.ts +6 -25
- package/esm/models/tldnotsupported.d.ts.map +1 -1
- package/esm/models/tldnotsupported.js +4 -30
- package/esm/models/tldnotsupported.js.map +1 -1
- package/esm/models/toomanydomains.d.ts +6 -25
- package/esm/models/toomanydomains.d.ts.map +1 -1
- package/esm/models/toomanydomains.js +4 -30
- package/esm/models/toomanydomains.js.map +1 -1
- package/esm/models/toomanyrequests.d.ts +0 -25
- package/esm/models/toomanyrequests.d.ts.map +1 -1
- package/esm/models/toomanyrequests.js +1 -30
- package/esm/models/toomanyrequests.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +9 -3
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -8
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/unauthorized.d.ts +0 -25
- package/esm/models/unauthorized.d.ts.map +1 -1
- package/esm/models/unauthorized.js +1 -30
- package/esm/models/unauthorized.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +6 -6
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- 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/domains.d.ts +11 -11
- package/esm/sdk/domains.js +11 -11
- package/esm/sdk/domainsregistrar.d.ts +23 -23
- package/esm/sdk/domainsregistrar.js +23 -23
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -2
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/logdrains.test.ts +1 -3
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/domainsCheckDomainStatus.ts +2 -2
- package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +1 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +2 -2
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +2 -2
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +2 -2
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +2 -2
- package/src/funcs/domainsRegistrarGetOrder.ts +2 -2
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +2 -2
- package/src/funcs/domainsRegistrarGetTldPrice.ts +2 -2
- package/src/funcs/domainsRegistrarTransferInDomain.ts +2 -2
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +2 -2
- package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
- package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
- package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
- package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
- package/src/models/additionalcontactinforequired.ts +12 -51
- package/src/models/badrequest.ts +6 -49
- package/src/models/buydomainsop.ts +45 -33
- package/src/models/buysingledomainop.ts +37 -25
- package/src/models/createortransferdomainop.ts +5 -3
- package/src/models/createprojectop.ts +30 -30
- package/src/models/domainalreadyrenewing.ts +12 -51
- package/src/models/domainnotavailable.ts +12 -49
- package/src/models/domainnotfound.ts +12 -49
- package/src/models/domainnotregistered.ts +12 -49
- package/src/models/domainnotrenewable.ts +12 -49
- package/src/models/duplicatedomains.ts +12 -49
- package/src/models/expectedpricemismatch.ts +12 -51
- package/src/models/forbidden.ts +6 -47
- package/src/models/getcontactinfoschemaop.ts +6 -6
- package/src/models/getdomainauthcodeop.ts +6 -6
- package/src/models/getdomainpriceop.ts +11 -11
- package/src/models/getorderop.ts +3 -3
- package/src/models/gettldpriceop.ts +12 -9
- package/src/models/httpapidecodeerror.ts +5 -49
- package/src/models/internalservererror.ts +6 -49
- package/src/models/invalidadditionalcontactinfo.ts +12 -51
- package/src/models/issue.ts +0 -53
- package/src/models/notauthorizedforscope.ts +6 -51
- package/src/models/notfound.ts +6 -47
- package/src/models/ordertooexpensive.ts +12 -49
- package/src/models/patchdomainop.ts +6 -2
- package/src/models/propertykey.ts +13 -16
- package/src/models/renewdomainop.ts +24 -21
- package/src/models/tldnotsupported.ts +12 -49
- package/src/models/toomanydomains.ts +12 -49
- package/src/models/toomanyrequests.ts +8 -51
- package/src/models/transferindomainop.ts +23 -17
- package/src/models/unauthorized.ts +6 -49
- package/src/models/updatedomainautorenewop.ts +12 -12
- package/src/models/updatedomainnameserversop.ts +6 -6
- package/src/models/updateprojectop.ts +30 -30
- package/src/sdk/domains.ts +11 -11
- package/src/sdk/domainsregistrar.ts +23 -23
- package/vercel-spec.json +204 -330
package/bin/mcp-server.js
CHANGED
|
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
|
|
|
34234
34234
|
SDK_METADATA = {
|
|
34235
34235
|
language: "typescript",
|
|
34236
34236
|
openapiDocVersion: "0.0.1",
|
|
34237
|
-
sdkVersion: "1.13.
|
|
34237
|
+
sdkVersion: "1.13.5",
|
|
34238
34238
|
genVersion: "2.723.2",
|
|
34239
|
-
userAgent: "speakeasy-sdk/typescript 1.13.
|
|
34239
|
+
userAgent: "speakeasy-sdk/typescript 1.13.5 2.723.2 0.0.1 @vercel/sdk"
|
|
34240
34240
|
};
|
|
34241
34241
|
});
|
|
34242
34242
|
|
|
@@ -56623,9 +56623,9 @@ var init_domainsBuyDomain2 = __esm(() => {
|
|
|
56623
56623
|
};
|
|
56624
56624
|
tool$domainsBuyDomain = {
|
|
56625
56625
|
name: "domains-buy-domain",
|
|
56626
|
-
description: `Purchase a domain
|
|
56626
|
+
description: `Purchase a domain (deprecated)
|
|
56627
56627
|
|
|
56628
|
-
|
|
56628
|
+
This endpoint is deprecated and replaced with the endpoint [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain). Purchases the specified domain.`,
|
|
56629
56629
|
args: args50,
|
|
56630
56630
|
tool: async (client, args51, ctx) => {
|
|
56631
56631
|
const [result, apiCall] = await domainsBuyDomain(client, args51.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -56774,9 +56774,9 @@ var init_domainsCheckDomainPrice2 = __esm(() => {
|
|
|
56774
56774
|
};
|
|
56775
56775
|
tool$domainsCheckDomainPrice = {
|
|
56776
56776
|
name: "domains-check-domain-price",
|
|
56777
|
-
description: `Check the price for a domain
|
|
56777
|
+
description: `Check the price for a domain (deprecated)
|
|
56778
56778
|
|
|
56779
|
-
Check the price to purchase a domain and how long a single purchase period is.`,
|
|
56779
|
+
This endpoint is deprecated and replaced with the endpoint [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain). Check the price to purchase a domain and how long a single purchase period is.`,
|
|
56780
56780
|
args: args51,
|
|
56781
56781
|
tool: async (client, args52, ctx) => {
|
|
56782
56782
|
const [result, apiCall] = await domainsCheckDomainPrice(client, args52.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -56908,9 +56908,9 @@ var init_domainsCheckDomainStatus2 = __esm(() => {
|
|
|
56908
56908
|
};
|
|
56909
56909
|
tool$domainsCheckDomainStatus = {
|
|
56910
56910
|
name: "domains-check-domain-status",
|
|
56911
|
-
description: `Check a Domain Availability
|
|
56911
|
+
description: `Check a Domain Availability (deprecated)
|
|
56912
56912
|
|
|
56913
|
-
Check if a domain name is available for purchase.`,
|
|
56913
|
+
This endpoint is deprecated and replaced with the endpoint [Get availability for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-availability-for-a-domain). Check if a domain name is available for purchase.`,
|
|
56914
56914
|
args: args52,
|
|
56915
56915
|
tool: async (client, args53, ctx) => {
|
|
56916
56916
|
const [result, apiCall] = await domainsCheckDomainStatus(client, args53.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -57201,9 +57201,9 @@ var init_domainsCreateOrTransferDomain2 = __esm(() => {
|
|
|
57201
57201
|
};
|
|
57202
57202
|
tool$domainsCreateOrTransferDomain = {
|
|
57203
57203
|
name: "domains-create-or-transfer-domain",
|
|
57204
|
-
description: `
|
|
57204
|
+
description: `Add an existing domain to the Vercel platform
|
|
57205
57205
|
|
|
57206
|
-
This endpoint is used for adding a new apex domain name with Vercel for the authenticating user.
|
|
57206
|
+
This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Note: This endpoint is no longer used for initiating domain transfers from external registrars to Vercel. For this, please use the endpoint [Transfer-in a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/transfer-in-a-domain).`,
|
|
57207
57207
|
args: args53,
|
|
57208
57208
|
tool: async (client, args54, ctx) => {
|
|
57209
57209
|
const [result, apiCall] = await domainsCreateOrTransferDomain(client, args54.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58207,9 +58207,9 @@ var init_domainsGetDomainTransfer2 = __esm(() => {
|
|
|
58207
58207
|
};
|
|
58208
58208
|
tool$domainsGetDomainTransfer = {
|
|
58209
58209
|
name: "domains-get-domain-transfer",
|
|
58210
|
-
description: `Get domain transfer info
|
|
58210
|
+
description: `Get domain transfer info (deprecated)
|
|
58211
58211
|
|
|
58212
|
-
Fetch domain transfer availability or transfer status if a transfer is in progress.`,
|
|
58212
|
+
This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domain-s-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.`,
|
|
58213
58213
|
args: args58,
|
|
58214
58214
|
tool: async (client, args59, ctx) => {
|
|
58215
58215
|
const [result, apiCall] = await domainsGetDomainTransfer(client, args59.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58446,7 +58446,7 @@ var init_domainsPatchDomain2 = __esm(() => {
|
|
|
58446
58446
|
name: "domains-patch-domain",
|
|
58447
58447
|
description: `Update or move apex domain
|
|
58448
58448
|
|
|
58449
|
-
Update or move apex domain.`,
|
|
58449
|
+
Update or move apex domain. Note: This endpoint is no longer used for updating auto-renew or nameservers. For this, please use the endpoints [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) and [Update nameservers for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-nameservers-for-a-domain).`,
|
|
58450
58450
|
args: args59,
|
|
58451
58451
|
tool: async (client, args60, ctx) => {
|
|
58452
58452
|
const [result, apiCall] = await domainsPatchDomain(client, args60.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58463,21 +58463,16 @@ Update or move apex domain.`,
|
|
|
58463
58463
|
});
|
|
58464
58464
|
|
|
58465
58465
|
// src/models/additionalcontactinforequired.ts
|
|
58466
|
-
var AdditionalContactInfoRequiredCode,
|
|
58466
|
+
var AdditionalContactInfoRequiredCode, AdditionalContactInfoRequired, AdditionalContactInfoRequiredCode$inboundSchema, AdditionalContactInfoRequiredCode$outboundSchema, AdditionalContactInfoRequiredCode$, AdditionalContactInfoRequired$inboundSchema, AdditionalContactInfoRequired$outboundSchema, AdditionalContactInfoRequired$;
|
|
58467
58467
|
var init_additionalcontactinforequired = __esm(() => {
|
|
58468
58468
|
init_esm();
|
|
58469
|
-
init_primitives();
|
|
58470
58469
|
init_vercelerror();
|
|
58471
58470
|
AdditionalContactInfoRequiredCode = {
|
|
58472
58471
|
AdditionalContactInfoRequired: "additional_contact_info_required"
|
|
58473
58472
|
};
|
|
58474
|
-
AdditionalContactInfoRequiredTag = {
|
|
58475
|
-
AdditionalContactInfoRequired: "AdditionalContactInfoRequired"
|
|
58476
|
-
};
|
|
58477
58473
|
AdditionalContactInfoRequired = class AdditionalContactInfoRequired extends VercelError {
|
|
58478
58474
|
status;
|
|
58479
58475
|
code;
|
|
58480
|
-
tag;
|
|
58481
58476
|
data$;
|
|
58482
58477
|
constructor(err, httpMeta) {
|
|
58483
58478
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -58485,7 +58480,6 @@ var init_additionalcontactinforequired = __esm(() => {
|
|
|
58485
58480
|
this.data$ = err;
|
|
58486
58481
|
this.status = err.status;
|
|
58487
58482
|
this.code = err.code;
|
|
58488
|
-
this.tag = err.tag;
|
|
58489
58483
|
this.name = "AdditionalContactInfoRequired";
|
|
58490
58484
|
}
|
|
58491
58485
|
};
|
|
@@ -58495,25 +58489,15 @@ var init_additionalcontactinforequired = __esm(() => {
|
|
|
58495
58489
|
AdditionalContactInfoRequiredCode$.inboundSchema = AdditionalContactInfoRequiredCode$inboundSchema;
|
|
58496
58490
|
AdditionalContactInfoRequiredCode$.outboundSchema = AdditionalContactInfoRequiredCode$outboundSchema;
|
|
58497
58491
|
})(AdditionalContactInfoRequiredCode$ ||= {});
|
|
58498
|
-
AdditionalContactInfoRequiredTag$inboundSchema = nativeEnumType(AdditionalContactInfoRequiredTag);
|
|
58499
|
-
AdditionalContactInfoRequiredTag$outboundSchema = AdditionalContactInfoRequiredTag$inboundSchema;
|
|
58500
|
-
((AdditionalContactInfoRequiredTag$) => {
|
|
58501
|
-
AdditionalContactInfoRequiredTag$.inboundSchema = AdditionalContactInfoRequiredTag$inboundSchema;
|
|
58502
|
-
AdditionalContactInfoRequiredTag$.outboundSchema = AdditionalContactInfoRequiredTag$outboundSchema;
|
|
58503
|
-
})(AdditionalContactInfoRequiredTag$ ||= {});
|
|
58504
58492
|
AdditionalContactInfoRequired$inboundSchema = objectType({
|
|
58505
58493
|
status: numberType(),
|
|
58506
58494
|
code: AdditionalContactInfoRequiredCode$inboundSchema,
|
|
58507
58495
|
message: stringType(),
|
|
58508
|
-
_tag: AdditionalContactInfoRequiredTag$inboundSchema,
|
|
58509
58496
|
request$: instanceOfType(Request),
|
|
58510
58497
|
response$: instanceOfType(Response),
|
|
58511
58498
|
body$: stringType()
|
|
58512
58499
|
}).transform((v2) => {
|
|
58513
|
-
|
|
58514
|
-
_tag: "tag"
|
|
58515
|
-
});
|
|
58516
|
-
return new AdditionalContactInfoRequired(remapped, {
|
|
58500
|
+
return new AdditionalContactInfoRequired(v2, {
|
|
58517
58501
|
request: v2.request$,
|
|
58518
58502
|
response: v2.response$,
|
|
58519
58503
|
body: v2.body$
|
|
@@ -58522,12 +58506,7 @@ var init_additionalcontactinforequired = __esm(() => {
|
|
|
58522
58506
|
AdditionalContactInfoRequired$outboundSchema = instanceOfType(AdditionalContactInfoRequired).transform((v2) => v2.data$).pipe(objectType({
|
|
58523
58507
|
status: numberType(),
|
|
58524
58508
|
code: AdditionalContactInfoRequiredCode$outboundSchema,
|
|
58525
|
-
message: stringType()
|
|
58526
|
-
tag: AdditionalContactInfoRequiredTag$outboundSchema
|
|
58527
|
-
}).transform((v2) => {
|
|
58528
|
-
return remap(v2, {
|
|
58529
|
-
tag: "_tag"
|
|
58530
|
-
});
|
|
58509
|
+
message: stringType()
|
|
58531
58510
|
}));
|
|
58532
58511
|
((AdditionalContactInfoRequired$) => {
|
|
58533
58512
|
AdditionalContactInfoRequired$.inboundSchema = AdditionalContactInfoRequired$inboundSchema;
|
|
@@ -58536,21 +58515,16 @@ var init_additionalcontactinforequired = __esm(() => {
|
|
|
58536
58515
|
});
|
|
58537
58516
|
|
|
58538
58517
|
// src/models/domainnotavailable.ts
|
|
58539
|
-
var DomainNotAvailableCode,
|
|
58518
|
+
var DomainNotAvailableCode, DomainNotAvailable, DomainNotAvailableCode$inboundSchema, DomainNotAvailableCode$outboundSchema, DomainNotAvailableCode$, DomainNotAvailable$inboundSchema, DomainNotAvailable$outboundSchema, DomainNotAvailable$;
|
|
58540
58519
|
var init_domainnotavailable = __esm(() => {
|
|
58541
58520
|
init_esm();
|
|
58542
|
-
init_primitives();
|
|
58543
58521
|
init_vercelerror();
|
|
58544
58522
|
DomainNotAvailableCode = {
|
|
58545
58523
|
DomainNotAvailable: "domain_not_available"
|
|
58546
58524
|
};
|
|
58547
|
-
DomainNotAvailableTag = {
|
|
58548
|
-
DomainNotAvailable: "DomainNotAvailable"
|
|
58549
|
-
};
|
|
58550
58525
|
DomainNotAvailable = class DomainNotAvailable extends VercelError {
|
|
58551
58526
|
status;
|
|
58552
58527
|
code;
|
|
58553
|
-
tag;
|
|
58554
58528
|
data$;
|
|
58555
58529
|
constructor(err, httpMeta) {
|
|
58556
58530
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -58558,7 +58532,6 @@ var init_domainnotavailable = __esm(() => {
|
|
|
58558
58532
|
this.data$ = err;
|
|
58559
58533
|
this.status = err.status;
|
|
58560
58534
|
this.code = err.code;
|
|
58561
|
-
this.tag = err.tag;
|
|
58562
58535
|
this.name = "DomainNotAvailable";
|
|
58563
58536
|
}
|
|
58564
58537
|
};
|
|
@@ -58568,25 +58541,15 @@ var init_domainnotavailable = __esm(() => {
|
|
|
58568
58541
|
DomainNotAvailableCode$.inboundSchema = DomainNotAvailableCode$inboundSchema;
|
|
58569
58542
|
DomainNotAvailableCode$.outboundSchema = DomainNotAvailableCode$outboundSchema;
|
|
58570
58543
|
})(DomainNotAvailableCode$ ||= {});
|
|
58571
|
-
DomainNotAvailableTag$inboundSchema = nativeEnumType(DomainNotAvailableTag);
|
|
58572
|
-
DomainNotAvailableTag$outboundSchema = DomainNotAvailableTag$inboundSchema;
|
|
58573
|
-
((DomainNotAvailableTag$) => {
|
|
58574
|
-
DomainNotAvailableTag$.inboundSchema = DomainNotAvailableTag$inboundSchema;
|
|
58575
|
-
DomainNotAvailableTag$.outboundSchema = DomainNotAvailableTag$outboundSchema;
|
|
58576
|
-
})(DomainNotAvailableTag$ ||= {});
|
|
58577
58544
|
DomainNotAvailable$inboundSchema = objectType({
|
|
58578
58545
|
status: numberType(),
|
|
58579
58546
|
code: DomainNotAvailableCode$inboundSchema,
|
|
58580
58547
|
message: stringType(),
|
|
58581
|
-
_tag: DomainNotAvailableTag$inboundSchema,
|
|
58582
58548
|
request$: instanceOfType(Request),
|
|
58583
58549
|
response$: instanceOfType(Response),
|
|
58584
58550
|
body$: stringType()
|
|
58585
58551
|
}).transform((v2) => {
|
|
58586
|
-
|
|
58587
|
-
_tag: "tag"
|
|
58588
|
-
});
|
|
58589
|
-
return new DomainNotAvailable(remapped, {
|
|
58552
|
+
return new DomainNotAvailable(v2, {
|
|
58590
58553
|
request: v2.request$,
|
|
58591
58554
|
response: v2.response$,
|
|
58592
58555
|
body: v2.body$
|
|
@@ -58595,12 +58558,7 @@ var init_domainnotavailable = __esm(() => {
|
|
|
58595
58558
|
DomainNotAvailable$outboundSchema = instanceOfType(DomainNotAvailable).transform((v2) => v2.data$).pipe(objectType({
|
|
58596
58559
|
status: numberType(),
|
|
58597
58560
|
code: DomainNotAvailableCode$outboundSchema,
|
|
58598
|
-
message: stringType()
|
|
58599
|
-
tag: DomainNotAvailableTag$outboundSchema
|
|
58600
|
-
}).transform((v2) => {
|
|
58601
|
-
return remap(v2, {
|
|
58602
|
-
tag: "_tag"
|
|
58603
|
-
});
|
|
58561
|
+
message: stringType()
|
|
58604
58562
|
}));
|
|
58605
58563
|
((DomainNotAvailable$) => {
|
|
58606
58564
|
DomainNotAvailable$.inboundSchema = DomainNotAvailable$inboundSchema;
|
|
@@ -58609,21 +58567,16 @@ var init_domainnotavailable = __esm(() => {
|
|
|
58609
58567
|
});
|
|
58610
58568
|
|
|
58611
58569
|
// src/models/duplicatedomains.ts
|
|
58612
|
-
var DuplicateDomainsCode,
|
|
58570
|
+
var DuplicateDomainsCode, DuplicateDomains, DuplicateDomainsCode$inboundSchema, DuplicateDomainsCode$outboundSchema, DuplicateDomainsCode$, DuplicateDomains$inboundSchema, DuplicateDomains$outboundSchema, DuplicateDomains$;
|
|
58613
58571
|
var init_duplicatedomains = __esm(() => {
|
|
58614
58572
|
init_esm();
|
|
58615
|
-
init_primitives();
|
|
58616
58573
|
init_vercelerror();
|
|
58617
58574
|
DuplicateDomainsCode = {
|
|
58618
58575
|
DuplicateDomains: "duplicate_domains"
|
|
58619
58576
|
};
|
|
58620
|
-
DuplicateDomainsTag = {
|
|
58621
|
-
DuplicateDomains: "DuplicateDomains"
|
|
58622
|
-
};
|
|
58623
58577
|
DuplicateDomains = class DuplicateDomains extends VercelError {
|
|
58624
58578
|
status;
|
|
58625
58579
|
code;
|
|
58626
|
-
tag;
|
|
58627
58580
|
data$;
|
|
58628
58581
|
constructor(err, httpMeta) {
|
|
58629
58582
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -58631,7 +58584,6 @@ var init_duplicatedomains = __esm(() => {
|
|
|
58631
58584
|
this.data$ = err;
|
|
58632
58585
|
this.status = err.status;
|
|
58633
58586
|
this.code = err.code;
|
|
58634
|
-
this.tag = err.tag;
|
|
58635
58587
|
this.name = "DuplicateDomains";
|
|
58636
58588
|
}
|
|
58637
58589
|
};
|
|
@@ -58641,25 +58593,15 @@ var init_duplicatedomains = __esm(() => {
|
|
|
58641
58593
|
DuplicateDomainsCode$.inboundSchema = DuplicateDomainsCode$inboundSchema;
|
|
58642
58594
|
DuplicateDomainsCode$.outboundSchema = DuplicateDomainsCode$outboundSchema;
|
|
58643
58595
|
})(DuplicateDomainsCode$ ||= {});
|
|
58644
|
-
DuplicateDomainsTag$inboundSchema = nativeEnumType(DuplicateDomainsTag);
|
|
58645
|
-
DuplicateDomainsTag$outboundSchema = DuplicateDomainsTag$inboundSchema;
|
|
58646
|
-
((DuplicateDomainsTag$) => {
|
|
58647
|
-
DuplicateDomainsTag$.inboundSchema = DuplicateDomainsTag$inboundSchema;
|
|
58648
|
-
DuplicateDomainsTag$.outboundSchema = DuplicateDomainsTag$outboundSchema;
|
|
58649
|
-
})(DuplicateDomainsTag$ ||= {});
|
|
58650
58596
|
DuplicateDomains$inboundSchema = objectType({
|
|
58651
58597
|
status: numberType(),
|
|
58652
58598
|
code: DuplicateDomainsCode$inboundSchema,
|
|
58653
58599
|
message: stringType(),
|
|
58654
|
-
_tag: DuplicateDomainsTag$inboundSchema,
|
|
58655
58600
|
request$: instanceOfType(Request),
|
|
58656
58601
|
response$: instanceOfType(Response),
|
|
58657
58602
|
body$: stringType()
|
|
58658
58603
|
}).transform((v2) => {
|
|
58659
|
-
|
|
58660
|
-
_tag: "tag"
|
|
58661
|
-
});
|
|
58662
|
-
return new DuplicateDomains(remapped, {
|
|
58604
|
+
return new DuplicateDomains(v2, {
|
|
58663
58605
|
request: v2.request$,
|
|
58664
58606
|
response: v2.response$,
|
|
58665
58607
|
body: v2.body$
|
|
@@ -58668,12 +58610,7 @@ var init_duplicatedomains = __esm(() => {
|
|
|
58668
58610
|
DuplicateDomains$outboundSchema = instanceOfType(DuplicateDomains).transform((v2) => v2.data$).pipe(objectType({
|
|
58669
58611
|
status: numberType(),
|
|
58670
58612
|
code: DuplicateDomainsCode$outboundSchema,
|
|
58671
|
-
message: stringType()
|
|
58672
|
-
tag: DuplicateDomainsTag$outboundSchema
|
|
58673
|
-
}).transform((v2) => {
|
|
58674
|
-
return remap(v2, {
|
|
58675
|
-
tag: "_tag"
|
|
58676
|
-
});
|
|
58613
|
+
message: stringType()
|
|
58677
58614
|
}));
|
|
58678
58615
|
((DuplicateDomains$) => {
|
|
58679
58616
|
DuplicateDomains$.inboundSchema = DuplicateDomains$inboundSchema;
|
|
@@ -58682,21 +58619,16 @@ var init_duplicatedomains = __esm(() => {
|
|
|
58682
58619
|
});
|
|
58683
58620
|
|
|
58684
58621
|
// src/models/expectedpricemismatch.ts
|
|
58685
|
-
var ExpectedPriceMismatchCode,
|
|
58622
|
+
var ExpectedPriceMismatchCode, ExpectedPriceMismatch, ExpectedPriceMismatchCode$inboundSchema, ExpectedPriceMismatchCode$outboundSchema, ExpectedPriceMismatchCode$, ExpectedPriceMismatch$inboundSchema, ExpectedPriceMismatch$outboundSchema, ExpectedPriceMismatch$;
|
|
58686
58623
|
var init_expectedpricemismatch = __esm(() => {
|
|
58687
58624
|
init_esm();
|
|
58688
|
-
init_primitives();
|
|
58689
58625
|
init_vercelerror();
|
|
58690
58626
|
ExpectedPriceMismatchCode = {
|
|
58691
58627
|
ExpectedPriceMismatch: "expected_price_mismatch"
|
|
58692
58628
|
};
|
|
58693
|
-
ExpectedPriceMismatchTag = {
|
|
58694
|
-
ExpectedPriceMismatch: "ExpectedPriceMismatch"
|
|
58695
|
-
};
|
|
58696
58629
|
ExpectedPriceMismatch = class ExpectedPriceMismatch extends VercelError {
|
|
58697
58630
|
status;
|
|
58698
58631
|
code;
|
|
58699
|
-
tag;
|
|
58700
58632
|
data$;
|
|
58701
58633
|
constructor(err, httpMeta) {
|
|
58702
58634
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -58704,7 +58636,6 @@ var init_expectedpricemismatch = __esm(() => {
|
|
|
58704
58636
|
this.data$ = err;
|
|
58705
58637
|
this.status = err.status;
|
|
58706
58638
|
this.code = err.code;
|
|
58707
|
-
this.tag = err.tag;
|
|
58708
58639
|
this.name = "ExpectedPriceMismatch";
|
|
58709
58640
|
}
|
|
58710
58641
|
};
|
|
@@ -58714,25 +58645,15 @@ var init_expectedpricemismatch = __esm(() => {
|
|
|
58714
58645
|
ExpectedPriceMismatchCode$.inboundSchema = ExpectedPriceMismatchCode$inboundSchema;
|
|
58715
58646
|
ExpectedPriceMismatchCode$.outboundSchema = ExpectedPriceMismatchCode$outboundSchema;
|
|
58716
58647
|
})(ExpectedPriceMismatchCode$ ||= {});
|
|
58717
|
-
ExpectedPriceMismatchTag$inboundSchema = nativeEnumType(ExpectedPriceMismatchTag);
|
|
58718
|
-
ExpectedPriceMismatchTag$outboundSchema = ExpectedPriceMismatchTag$inboundSchema;
|
|
58719
|
-
((ExpectedPriceMismatchTag$) => {
|
|
58720
|
-
ExpectedPriceMismatchTag$.inboundSchema = ExpectedPriceMismatchTag$inboundSchema;
|
|
58721
|
-
ExpectedPriceMismatchTag$.outboundSchema = ExpectedPriceMismatchTag$outboundSchema;
|
|
58722
|
-
})(ExpectedPriceMismatchTag$ ||= {});
|
|
58723
58648
|
ExpectedPriceMismatch$inboundSchema = objectType({
|
|
58724
58649
|
status: numberType(),
|
|
58725
58650
|
code: ExpectedPriceMismatchCode$inboundSchema,
|
|
58726
58651
|
message: stringType(),
|
|
58727
|
-
_tag: ExpectedPriceMismatchTag$inboundSchema,
|
|
58728
58652
|
request$: instanceOfType(Request),
|
|
58729
58653
|
response$: instanceOfType(Response),
|
|
58730
58654
|
body$: stringType()
|
|
58731
58655
|
}).transform((v2) => {
|
|
58732
|
-
|
|
58733
|
-
_tag: "tag"
|
|
58734
|
-
});
|
|
58735
|
-
return new ExpectedPriceMismatch(remapped, {
|
|
58656
|
+
return new ExpectedPriceMismatch(v2, {
|
|
58736
58657
|
request: v2.request$,
|
|
58737
58658
|
response: v2.response$,
|
|
58738
58659
|
body: v2.body$
|
|
@@ -58741,12 +58662,7 @@ var init_expectedpricemismatch = __esm(() => {
|
|
|
58741
58662
|
ExpectedPriceMismatch$outboundSchema = instanceOfType(ExpectedPriceMismatch).transform((v2) => v2.data$).pipe(objectType({
|
|
58742
58663
|
status: numberType(),
|
|
58743
58664
|
code: ExpectedPriceMismatchCode$outboundSchema,
|
|
58744
|
-
message: stringType()
|
|
58745
|
-
tag: ExpectedPriceMismatchTag$outboundSchema
|
|
58746
|
-
}).transform((v2) => {
|
|
58747
|
-
return remap(v2, {
|
|
58748
|
-
tag: "_tag"
|
|
58749
|
-
});
|
|
58665
|
+
message: stringType()
|
|
58750
58666
|
}));
|
|
58751
58667
|
((ExpectedPriceMismatch$) => {
|
|
58752
58668
|
ExpectedPriceMismatch$.inboundSchema = ExpectedPriceMismatch$inboundSchema;
|
|
@@ -58755,21 +58671,16 @@ var init_expectedpricemismatch = __esm(() => {
|
|
|
58755
58671
|
});
|
|
58756
58672
|
|
|
58757
58673
|
// src/models/forbidden.ts
|
|
58758
|
-
var ForbiddenCode,
|
|
58674
|
+
var ForbiddenCode, Forbidden, ForbiddenCode$inboundSchema, ForbiddenCode$outboundSchema, ForbiddenCode$, Forbidden$inboundSchema, Forbidden$outboundSchema, Forbidden$;
|
|
58759
58675
|
var init_forbidden = __esm(() => {
|
|
58760
58676
|
init_esm();
|
|
58761
|
-
init_primitives();
|
|
58762
58677
|
init_vercelerror();
|
|
58763
58678
|
ForbiddenCode = {
|
|
58764
58679
|
Forbidden: "forbidden"
|
|
58765
58680
|
};
|
|
58766
|
-
ForbiddenTag = {
|
|
58767
|
-
Forbidden: "Forbidden"
|
|
58768
|
-
};
|
|
58769
58681
|
Forbidden = class Forbidden extends VercelError {
|
|
58770
58682
|
status;
|
|
58771
58683
|
code;
|
|
58772
|
-
tag;
|
|
58773
58684
|
data$;
|
|
58774
58685
|
constructor(err, httpMeta) {
|
|
58775
58686
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -58777,7 +58688,6 @@ var init_forbidden = __esm(() => {
|
|
|
58777
58688
|
this.data$ = err;
|
|
58778
58689
|
this.status = err.status;
|
|
58779
58690
|
this.code = err.code;
|
|
58780
|
-
this.tag = err.tag;
|
|
58781
58691
|
this.name = "Forbidden";
|
|
58782
58692
|
}
|
|
58783
58693
|
};
|
|
@@ -58787,25 +58697,15 @@ var init_forbidden = __esm(() => {
|
|
|
58787
58697
|
ForbiddenCode$.inboundSchema = ForbiddenCode$inboundSchema;
|
|
58788
58698
|
ForbiddenCode$.outboundSchema = ForbiddenCode$outboundSchema;
|
|
58789
58699
|
})(ForbiddenCode$ ||= {});
|
|
58790
|
-
ForbiddenTag$inboundSchema = nativeEnumType(ForbiddenTag);
|
|
58791
|
-
ForbiddenTag$outboundSchema = ForbiddenTag$inboundSchema;
|
|
58792
|
-
((ForbiddenTag$) => {
|
|
58793
|
-
ForbiddenTag$.inboundSchema = ForbiddenTag$inboundSchema;
|
|
58794
|
-
ForbiddenTag$.outboundSchema = ForbiddenTag$outboundSchema;
|
|
58795
|
-
})(ForbiddenTag$ ||= {});
|
|
58796
58700
|
Forbidden$inboundSchema = objectType({
|
|
58797
58701
|
status: numberType(),
|
|
58798
58702
|
code: ForbiddenCode$inboundSchema,
|
|
58799
58703
|
message: stringType(),
|
|
58800
|
-
_tag: ForbiddenTag$inboundSchema,
|
|
58801
58704
|
request$: instanceOfType(Request),
|
|
58802
58705
|
response$: instanceOfType(Response),
|
|
58803
58706
|
body$: stringType()
|
|
58804
58707
|
}).transform((v2) => {
|
|
58805
|
-
|
|
58806
|
-
_tag: "tag"
|
|
58807
|
-
});
|
|
58808
|
-
return new Forbidden(remapped, {
|
|
58708
|
+
return new Forbidden(v2, {
|
|
58809
58709
|
request: v2.request$,
|
|
58810
58710
|
response: v2.response$,
|
|
58811
58711
|
body: v2.body$
|
|
@@ -58814,12 +58714,7 @@ var init_forbidden = __esm(() => {
|
|
|
58814
58714
|
Forbidden$outboundSchema = instanceOfType(Forbidden).transform((v2) => v2.data$).pipe(objectType({
|
|
58815
58715
|
status: numberType(),
|
|
58816
58716
|
code: ForbiddenCode$outboundSchema,
|
|
58817
|
-
message: stringType()
|
|
58818
|
-
tag: ForbiddenTag$outboundSchema
|
|
58819
|
-
}).transform((v2) => {
|
|
58820
|
-
return remap(v2, {
|
|
58821
|
-
tag: "_tag"
|
|
58822
|
-
});
|
|
58717
|
+
message: stringType()
|
|
58823
58718
|
}));
|
|
58824
58719
|
((Forbidden$) => {
|
|
58825
58720
|
Forbidden$.inboundSchema = Forbidden$inboundSchema;
|
|
@@ -58828,21 +58723,21 @@ var init_forbidden = __esm(() => {
|
|
|
58828
58723
|
});
|
|
58829
58724
|
|
|
58830
58725
|
// src/models/propertykey.ts
|
|
58831
|
-
var
|
|
58726
|
+
var Tag, Tag$inboundSchema, Tag$outboundSchema, Tag$, PropertyKey3$inboundSchema, PropertyKey3$outboundSchema, PropertyKey3$, PropertyKey$inboundSchema, PropertyKey$outboundSchema, PropertyKey$;
|
|
58832
58727
|
var init_propertykey = __esm(() => {
|
|
58833
58728
|
init_esm();
|
|
58834
58729
|
init_primitives();
|
|
58835
|
-
|
|
58730
|
+
Tag = {
|
|
58836
58731
|
Symbol: "symbol"
|
|
58837
58732
|
};
|
|
58838
|
-
|
|
58839
|
-
|
|
58840
|
-
((
|
|
58841
|
-
|
|
58842
|
-
|
|
58843
|
-
})(
|
|
58733
|
+
Tag$inboundSchema = nativeEnumType(Tag);
|
|
58734
|
+
Tag$outboundSchema = Tag$inboundSchema;
|
|
58735
|
+
((Tag$) => {
|
|
58736
|
+
Tag$.inboundSchema = Tag$inboundSchema;
|
|
58737
|
+
Tag$.outboundSchema = Tag$outboundSchema;
|
|
58738
|
+
})(Tag$ ||= {});
|
|
58844
58739
|
PropertyKey3$inboundSchema = objectType({
|
|
58845
|
-
_tag:
|
|
58740
|
+
_tag: Tag$inboundSchema,
|
|
58846
58741
|
key: stringType()
|
|
58847
58742
|
}).transform((v2) => {
|
|
58848
58743
|
return remap(v2, {
|
|
@@ -58850,7 +58745,7 @@ var init_propertykey = __esm(() => {
|
|
|
58850
58745
|
});
|
|
58851
58746
|
});
|
|
58852
58747
|
PropertyKey3$outboundSchema = objectType({
|
|
58853
|
-
tag:
|
|
58748
|
+
tag: Tag$outboundSchema,
|
|
58854
58749
|
key: stringType()
|
|
58855
58750
|
}).transform((v2) => {
|
|
58856
58751
|
return remap(v2, {
|
|
@@ -58874,44 +58769,17 @@ var init_propertykey = __esm(() => {
|
|
|
58874
58769
|
});
|
|
58875
58770
|
|
|
58876
58771
|
// src/models/issue.ts
|
|
58877
|
-
var
|
|
58772
|
+
var Issue$inboundSchema, Issue$outboundSchema, Issue$;
|
|
58878
58773
|
var init_issue = __esm(() => {
|
|
58879
58774
|
init_esm();
|
|
58880
|
-
init_primitives();
|
|
58881
58775
|
init_propertykey();
|
|
58882
|
-
Tag = {
|
|
58883
|
-
Pointer: "Pointer",
|
|
58884
|
-
Unexpected: "Unexpected",
|
|
58885
|
-
Missing: "Missing",
|
|
58886
|
-
Composite: "Composite",
|
|
58887
|
-
Refinement: "Refinement",
|
|
58888
|
-
Transformation: "Transformation",
|
|
58889
|
-
Type: "Type",
|
|
58890
|
-
Forbidden: "Forbidden"
|
|
58891
|
-
};
|
|
58892
|
-
Tag$inboundSchema = nativeEnumType(Tag);
|
|
58893
|
-
Tag$outboundSchema = Tag$inboundSchema;
|
|
58894
|
-
((Tag$) => {
|
|
58895
|
-
Tag$.inboundSchema = Tag$inboundSchema;
|
|
58896
|
-
Tag$.outboundSchema = Tag$outboundSchema;
|
|
58897
|
-
})(Tag$ ||= {});
|
|
58898
58776
|
Issue$inboundSchema = objectType({
|
|
58899
|
-
_tag: Tag$inboundSchema,
|
|
58900
58777
|
path: arrayType(PropertyKey$inboundSchema),
|
|
58901
58778
|
message: stringType()
|
|
58902
|
-
}).transform((v2) => {
|
|
58903
|
-
return remap(v2, {
|
|
58904
|
-
_tag: "tag"
|
|
58905
|
-
});
|
|
58906
58779
|
});
|
|
58907
58780
|
Issue$outboundSchema = objectType({
|
|
58908
|
-
tag: Tag$outboundSchema,
|
|
58909
58781
|
path: arrayType(PropertyKey$outboundSchema),
|
|
58910
58782
|
message: stringType()
|
|
58911
|
-
}).transform((v2) => {
|
|
58912
|
-
return remap(v2, {
|
|
58913
|
-
tag: "_tag"
|
|
58914
|
-
});
|
|
58915
58783
|
});
|
|
58916
58784
|
((Issue$) => {
|
|
58917
58785
|
Issue$.inboundSchema = Issue$inboundSchema;
|
|
@@ -58920,46 +58788,30 @@ var init_issue = __esm(() => {
|
|
|
58920
58788
|
});
|
|
58921
58789
|
|
|
58922
58790
|
// src/models/httpapidecodeerror.ts
|
|
58923
|
-
var
|
|
58791
|
+
var HttpApiDecodeError, HttpApiDecodeError$inboundSchema, HttpApiDecodeError$outboundSchema, HttpApiDecodeError$;
|
|
58924
58792
|
var init_httpapidecodeerror = __esm(() => {
|
|
58925
58793
|
init_esm();
|
|
58926
|
-
init_primitives();
|
|
58927
58794
|
init_issue();
|
|
58928
58795
|
init_vercelerror();
|
|
58929
|
-
HttpApiDecodeErrorTag = {
|
|
58930
|
-
HttpApiDecodeError: "HttpApiDecodeError"
|
|
58931
|
-
};
|
|
58932
58796
|
HttpApiDecodeError = class HttpApiDecodeError extends VercelError {
|
|
58933
58797
|
issues;
|
|
58934
|
-
tag;
|
|
58935
58798
|
data$;
|
|
58936
58799
|
constructor(err, httpMeta) {
|
|
58937
58800
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
58938
58801
|
super(message, httpMeta);
|
|
58939
58802
|
this.data$ = err;
|
|
58940
58803
|
this.issues = err.issues;
|
|
58941
|
-
this.tag = err.tag;
|
|
58942
58804
|
this.name = "HttpApiDecodeError";
|
|
58943
58805
|
}
|
|
58944
58806
|
};
|
|
58945
|
-
HttpApiDecodeErrorTag$inboundSchema = nativeEnumType(HttpApiDecodeErrorTag);
|
|
58946
|
-
HttpApiDecodeErrorTag$outboundSchema = HttpApiDecodeErrorTag$inboundSchema;
|
|
58947
|
-
((HttpApiDecodeErrorTag$) => {
|
|
58948
|
-
HttpApiDecodeErrorTag$.inboundSchema = HttpApiDecodeErrorTag$inboundSchema;
|
|
58949
|
-
HttpApiDecodeErrorTag$.outboundSchema = HttpApiDecodeErrorTag$outboundSchema;
|
|
58950
|
-
})(HttpApiDecodeErrorTag$ ||= {});
|
|
58951
58807
|
HttpApiDecodeError$inboundSchema = objectType({
|
|
58952
58808
|
issues: arrayType(Issue$inboundSchema),
|
|
58953
58809
|
message: stringType(),
|
|
58954
|
-
_tag: HttpApiDecodeErrorTag$inboundSchema,
|
|
58955
58810
|
request$: instanceOfType(Request),
|
|
58956
58811
|
response$: instanceOfType(Response),
|
|
58957
58812
|
body$: stringType()
|
|
58958
58813
|
}).transform((v2) => {
|
|
58959
|
-
|
|
58960
|
-
_tag: "tag"
|
|
58961
|
-
});
|
|
58962
|
-
return new HttpApiDecodeError(remapped, {
|
|
58814
|
+
return new HttpApiDecodeError(v2, {
|
|
58963
58815
|
request: v2.request$,
|
|
58964
58816
|
response: v2.response$,
|
|
58965
58817
|
body: v2.body$
|
|
@@ -58967,12 +58819,7 @@ var init_httpapidecodeerror = __esm(() => {
|
|
|
58967
58819
|
});
|
|
58968
58820
|
HttpApiDecodeError$outboundSchema = instanceOfType(HttpApiDecodeError).transform((v2) => v2.data$).pipe(objectType({
|
|
58969
58821
|
issues: arrayType(Issue$outboundSchema),
|
|
58970
|
-
message: stringType()
|
|
58971
|
-
tag: HttpApiDecodeErrorTag$outboundSchema
|
|
58972
|
-
}).transform((v2) => {
|
|
58973
|
-
return remap(v2, {
|
|
58974
|
-
tag: "_tag"
|
|
58975
|
-
});
|
|
58822
|
+
message: stringType()
|
|
58976
58823
|
}));
|
|
58977
58824
|
((HttpApiDecodeError$) => {
|
|
58978
58825
|
HttpApiDecodeError$.inboundSchema = HttpApiDecodeError$inboundSchema;
|
|
@@ -58981,21 +58828,16 @@ var init_httpapidecodeerror = __esm(() => {
|
|
|
58981
58828
|
});
|
|
58982
58829
|
|
|
58983
58830
|
// src/models/invalidadditionalcontactinfo.ts
|
|
58984
|
-
var InvalidAdditionalContactInfoCode,
|
|
58831
|
+
var InvalidAdditionalContactInfoCode, InvalidAdditionalContactInfo, InvalidAdditionalContactInfoCode$inboundSchema, InvalidAdditionalContactInfoCode$outboundSchema, InvalidAdditionalContactInfoCode$, InvalidAdditionalContactInfo$inboundSchema, InvalidAdditionalContactInfo$outboundSchema, InvalidAdditionalContactInfo$;
|
|
58985
58832
|
var init_invalidadditionalcontactinfo = __esm(() => {
|
|
58986
58833
|
init_esm();
|
|
58987
|
-
init_primitives();
|
|
58988
58834
|
init_vercelerror();
|
|
58989
58835
|
InvalidAdditionalContactInfoCode = {
|
|
58990
58836
|
InvalidAdditionalContactInfo: "invalid_additional_contact_info"
|
|
58991
58837
|
};
|
|
58992
|
-
InvalidAdditionalContactInfoTag = {
|
|
58993
|
-
InvalidAdditionalContactInfo: "InvalidAdditionalContactInfo"
|
|
58994
|
-
};
|
|
58995
58838
|
InvalidAdditionalContactInfo = class InvalidAdditionalContactInfo extends VercelError {
|
|
58996
58839
|
status;
|
|
58997
58840
|
code;
|
|
58998
|
-
tag;
|
|
58999
58841
|
data$;
|
|
59000
58842
|
constructor(err, httpMeta) {
|
|
59001
58843
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59003,7 +58845,6 @@ var init_invalidadditionalcontactinfo = __esm(() => {
|
|
|
59003
58845
|
this.data$ = err;
|
|
59004
58846
|
this.status = err.status;
|
|
59005
58847
|
this.code = err.code;
|
|
59006
|
-
this.tag = err.tag;
|
|
59007
58848
|
this.name = "InvalidAdditionalContactInfo";
|
|
59008
58849
|
}
|
|
59009
58850
|
};
|
|
@@ -59013,25 +58854,15 @@ var init_invalidadditionalcontactinfo = __esm(() => {
|
|
|
59013
58854
|
InvalidAdditionalContactInfoCode$.inboundSchema = InvalidAdditionalContactInfoCode$inboundSchema;
|
|
59014
58855
|
InvalidAdditionalContactInfoCode$.outboundSchema = InvalidAdditionalContactInfoCode$outboundSchema;
|
|
59015
58856
|
})(InvalidAdditionalContactInfoCode$ ||= {});
|
|
59016
|
-
InvalidAdditionalContactInfoTag$inboundSchema = nativeEnumType(InvalidAdditionalContactInfoTag);
|
|
59017
|
-
InvalidAdditionalContactInfoTag$outboundSchema = InvalidAdditionalContactInfoTag$inboundSchema;
|
|
59018
|
-
((InvalidAdditionalContactInfoTag$) => {
|
|
59019
|
-
InvalidAdditionalContactInfoTag$.inboundSchema = InvalidAdditionalContactInfoTag$inboundSchema;
|
|
59020
|
-
InvalidAdditionalContactInfoTag$.outboundSchema = InvalidAdditionalContactInfoTag$outboundSchema;
|
|
59021
|
-
})(InvalidAdditionalContactInfoTag$ ||= {});
|
|
59022
58857
|
InvalidAdditionalContactInfo$inboundSchema = objectType({
|
|
59023
58858
|
status: numberType(),
|
|
59024
58859
|
code: InvalidAdditionalContactInfoCode$inboundSchema,
|
|
59025
58860
|
message: stringType(),
|
|
59026
|
-
_tag: InvalidAdditionalContactInfoTag$inboundSchema,
|
|
59027
58861
|
request$: instanceOfType(Request),
|
|
59028
58862
|
response$: instanceOfType(Response),
|
|
59029
58863
|
body$: stringType()
|
|
59030
58864
|
}).transform((v2) => {
|
|
59031
|
-
|
|
59032
|
-
_tag: "tag"
|
|
59033
|
-
});
|
|
59034
|
-
return new InvalidAdditionalContactInfo(remapped, {
|
|
58865
|
+
return new InvalidAdditionalContactInfo(v2, {
|
|
59035
58866
|
request: v2.request$,
|
|
59036
58867
|
response: v2.response$,
|
|
59037
58868
|
body: v2.body$
|
|
@@ -59040,12 +58871,7 @@ var init_invalidadditionalcontactinfo = __esm(() => {
|
|
|
59040
58871
|
InvalidAdditionalContactInfo$outboundSchema = instanceOfType(InvalidAdditionalContactInfo).transform((v2) => v2.data$).pipe(objectType({
|
|
59041
58872
|
status: numberType(),
|
|
59042
58873
|
code: InvalidAdditionalContactInfoCode$outboundSchema,
|
|
59043
|
-
message: stringType()
|
|
59044
|
-
tag: InvalidAdditionalContactInfoTag$outboundSchema
|
|
59045
|
-
}).transform((v2) => {
|
|
59046
|
-
return remap(v2, {
|
|
59047
|
-
tag: "_tag"
|
|
59048
|
-
});
|
|
58874
|
+
message: stringType()
|
|
59049
58875
|
}));
|
|
59050
58876
|
((InvalidAdditionalContactInfo$) => {
|
|
59051
58877
|
InvalidAdditionalContactInfo$.inboundSchema = InvalidAdditionalContactInfo$inboundSchema;
|
|
@@ -59054,21 +58880,16 @@ var init_invalidadditionalcontactinfo = __esm(() => {
|
|
|
59054
58880
|
});
|
|
59055
58881
|
|
|
59056
58882
|
// src/models/notauthorizedforscope.ts
|
|
59057
|
-
var NotAuthorizedForScopeCode,
|
|
58883
|
+
var NotAuthorizedForScopeCode, NotAuthorizedForScope, NotAuthorizedForScopeCode$inboundSchema, NotAuthorizedForScopeCode$outboundSchema, NotAuthorizedForScopeCode$, NotAuthorizedForScope$inboundSchema, NotAuthorizedForScope$outboundSchema, NotAuthorizedForScope$;
|
|
59058
58884
|
var init_notauthorizedforscope = __esm(() => {
|
|
59059
58885
|
init_esm();
|
|
59060
|
-
init_primitives();
|
|
59061
58886
|
init_vercelerror();
|
|
59062
58887
|
NotAuthorizedForScopeCode = {
|
|
59063
58888
|
NotAuthorizedForScope: "not_authorized_for_scope"
|
|
59064
58889
|
};
|
|
59065
|
-
NotAuthorizedForScopeTag = {
|
|
59066
|
-
NotAuthorizedForScope: "NotAuthorizedForScope"
|
|
59067
|
-
};
|
|
59068
58890
|
NotAuthorizedForScope = class NotAuthorizedForScope extends VercelError {
|
|
59069
58891
|
status;
|
|
59070
58892
|
code;
|
|
59071
|
-
tag;
|
|
59072
58893
|
data$;
|
|
59073
58894
|
constructor(err, httpMeta) {
|
|
59074
58895
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59076,7 +58897,6 @@ var init_notauthorizedforscope = __esm(() => {
|
|
|
59076
58897
|
this.data$ = err;
|
|
59077
58898
|
this.status = err.status;
|
|
59078
58899
|
this.code = err.code;
|
|
59079
|
-
this.tag = err.tag;
|
|
59080
58900
|
this.name = "NotAuthorizedForScope";
|
|
59081
58901
|
}
|
|
59082
58902
|
};
|
|
@@ -59086,25 +58906,15 @@ var init_notauthorizedforscope = __esm(() => {
|
|
|
59086
58906
|
NotAuthorizedForScopeCode$.inboundSchema = NotAuthorizedForScopeCode$inboundSchema;
|
|
59087
58907
|
NotAuthorizedForScopeCode$.outboundSchema = NotAuthorizedForScopeCode$outboundSchema;
|
|
59088
58908
|
})(NotAuthorizedForScopeCode$ ||= {});
|
|
59089
|
-
NotAuthorizedForScopeTag$inboundSchema = nativeEnumType(NotAuthorizedForScopeTag);
|
|
59090
|
-
NotAuthorizedForScopeTag$outboundSchema = NotAuthorizedForScopeTag$inboundSchema;
|
|
59091
|
-
((NotAuthorizedForScopeTag$) => {
|
|
59092
|
-
NotAuthorizedForScopeTag$.inboundSchema = NotAuthorizedForScopeTag$inboundSchema;
|
|
59093
|
-
NotAuthorizedForScopeTag$.outboundSchema = NotAuthorizedForScopeTag$outboundSchema;
|
|
59094
|
-
})(NotAuthorizedForScopeTag$ ||= {});
|
|
59095
58909
|
NotAuthorizedForScope$inboundSchema = objectType({
|
|
59096
58910
|
status: numberType(),
|
|
59097
58911
|
code: NotAuthorizedForScopeCode$inboundSchema,
|
|
59098
58912
|
message: stringType(),
|
|
59099
|
-
_tag: NotAuthorizedForScopeTag$inboundSchema,
|
|
59100
58913
|
request$: instanceOfType(Request),
|
|
59101
58914
|
response$: instanceOfType(Response),
|
|
59102
58915
|
body$: stringType()
|
|
59103
58916
|
}).transform((v2) => {
|
|
59104
|
-
|
|
59105
|
-
_tag: "tag"
|
|
59106
|
-
});
|
|
59107
|
-
return new NotAuthorizedForScope(remapped, {
|
|
58917
|
+
return new NotAuthorizedForScope(v2, {
|
|
59108
58918
|
request: v2.request$,
|
|
59109
58919
|
response: v2.response$,
|
|
59110
58920
|
body: v2.body$
|
|
@@ -59113,12 +58923,7 @@ var init_notauthorizedforscope = __esm(() => {
|
|
|
59113
58923
|
NotAuthorizedForScope$outboundSchema = instanceOfType(NotAuthorizedForScope).transform((v2) => v2.data$).pipe(objectType({
|
|
59114
58924
|
status: numberType(),
|
|
59115
58925
|
code: NotAuthorizedForScopeCode$outboundSchema,
|
|
59116
|
-
message: stringType()
|
|
59117
|
-
tag: NotAuthorizedForScopeTag$outboundSchema
|
|
59118
|
-
}).transform((v2) => {
|
|
59119
|
-
return remap(v2, {
|
|
59120
|
-
tag: "_tag"
|
|
59121
|
-
});
|
|
58926
|
+
message: stringType()
|
|
59122
58927
|
}));
|
|
59123
58928
|
((NotAuthorizedForScope$) => {
|
|
59124
58929
|
NotAuthorizedForScope$.inboundSchema = NotAuthorizedForScope$inboundSchema;
|
|
@@ -59127,21 +58932,16 @@ var init_notauthorizedforscope = __esm(() => {
|
|
|
59127
58932
|
});
|
|
59128
58933
|
|
|
59129
58934
|
// src/models/ordertooexpensive.ts
|
|
59130
|
-
var OrderTooExpensiveCode,
|
|
58935
|
+
var OrderTooExpensiveCode, OrderTooExpensive, OrderTooExpensiveCode$inboundSchema, OrderTooExpensiveCode$outboundSchema, OrderTooExpensiveCode$, OrderTooExpensive$inboundSchema, OrderTooExpensive$outboundSchema, OrderTooExpensive$;
|
|
59131
58936
|
var init_ordertooexpensive = __esm(() => {
|
|
59132
58937
|
init_esm();
|
|
59133
|
-
init_primitives();
|
|
59134
58938
|
init_vercelerror();
|
|
59135
58939
|
OrderTooExpensiveCode = {
|
|
59136
58940
|
OrderTooExpensive: "order_too_expensive"
|
|
59137
58941
|
};
|
|
59138
|
-
OrderTooExpensiveTag = {
|
|
59139
|
-
OrderTooExpensive: "OrderTooExpensive"
|
|
59140
|
-
};
|
|
59141
58942
|
OrderTooExpensive = class OrderTooExpensive extends VercelError {
|
|
59142
58943
|
status;
|
|
59143
58944
|
code;
|
|
59144
|
-
tag;
|
|
59145
58945
|
data$;
|
|
59146
58946
|
constructor(err, httpMeta) {
|
|
59147
58947
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59149,7 +58949,6 @@ var init_ordertooexpensive = __esm(() => {
|
|
|
59149
58949
|
this.data$ = err;
|
|
59150
58950
|
this.status = err.status;
|
|
59151
58951
|
this.code = err.code;
|
|
59152
|
-
this.tag = err.tag;
|
|
59153
58952
|
this.name = "OrderTooExpensive";
|
|
59154
58953
|
}
|
|
59155
58954
|
};
|
|
@@ -59159,25 +58958,15 @@ var init_ordertooexpensive = __esm(() => {
|
|
|
59159
58958
|
OrderTooExpensiveCode$.inboundSchema = OrderTooExpensiveCode$inboundSchema;
|
|
59160
58959
|
OrderTooExpensiveCode$.outboundSchema = OrderTooExpensiveCode$outboundSchema;
|
|
59161
58960
|
})(OrderTooExpensiveCode$ ||= {});
|
|
59162
|
-
OrderTooExpensiveTag$inboundSchema = nativeEnumType(OrderTooExpensiveTag);
|
|
59163
|
-
OrderTooExpensiveTag$outboundSchema = OrderTooExpensiveTag$inboundSchema;
|
|
59164
|
-
((OrderTooExpensiveTag$) => {
|
|
59165
|
-
OrderTooExpensiveTag$.inboundSchema = OrderTooExpensiveTag$inboundSchema;
|
|
59166
|
-
OrderTooExpensiveTag$.outboundSchema = OrderTooExpensiveTag$outboundSchema;
|
|
59167
|
-
})(OrderTooExpensiveTag$ ||= {});
|
|
59168
58961
|
OrderTooExpensive$inboundSchema = objectType({
|
|
59169
58962
|
status: numberType(),
|
|
59170
58963
|
code: OrderTooExpensiveCode$inboundSchema,
|
|
59171
58964
|
message: stringType(),
|
|
59172
|
-
_tag: OrderTooExpensiveTag$inboundSchema,
|
|
59173
58965
|
request$: instanceOfType(Request),
|
|
59174
58966
|
response$: instanceOfType(Response),
|
|
59175
58967
|
body$: stringType()
|
|
59176
58968
|
}).transform((v2) => {
|
|
59177
|
-
|
|
59178
|
-
_tag: "tag"
|
|
59179
|
-
});
|
|
59180
|
-
return new OrderTooExpensive(remapped, {
|
|
58969
|
+
return new OrderTooExpensive(v2, {
|
|
59181
58970
|
request: v2.request$,
|
|
59182
58971
|
response: v2.response$,
|
|
59183
58972
|
body: v2.body$
|
|
@@ -59186,12 +58975,7 @@ var init_ordertooexpensive = __esm(() => {
|
|
|
59186
58975
|
OrderTooExpensive$outboundSchema = instanceOfType(OrderTooExpensive).transform((v2) => v2.data$).pipe(objectType({
|
|
59187
58976
|
status: numberType(),
|
|
59188
58977
|
code: OrderTooExpensiveCode$outboundSchema,
|
|
59189
|
-
message: stringType()
|
|
59190
|
-
tag: OrderTooExpensiveTag$outboundSchema
|
|
59191
|
-
}).transform((v2) => {
|
|
59192
|
-
return remap(v2, {
|
|
59193
|
-
tag: "_tag"
|
|
59194
|
-
});
|
|
58978
|
+
message: stringType()
|
|
59195
58979
|
}));
|
|
59196
58980
|
((OrderTooExpensive$) => {
|
|
59197
58981
|
OrderTooExpensive$.inboundSchema = OrderTooExpensive$inboundSchema;
|
|
@@ -59200,21 +58984,16 @@ var init_ordertooexpensive = __esm(() => {
|
|
|
59200
58984
|
});
|
|
59201
58985
|
|
|
59202
58986
|
// src/models/tldnotsupported.ts
|
|
59203
|
-
var TldNotSupportedCode,
|
|
58987
|
+
var TldNotSupportedCode, TldNotSupported, TldNotSupportedCode$inboundSchema, TldNotSupportedCode$outboundSchema, TldNotSupportedCode$, TldNotSupported$inboundSchema, TldNotSupported$outboundSchema, TldNotSupported$;
|
|
59204
58988
|
var init_tldnotsupported = __esm(() => {
|
|
59205
58989
|
init_esm();
|
|
59206
|
-
init_primitives();
|
|
59207
58990
|
init_vercelerror();
|
|
59208
58991
|
TldNotSupportedCode = {
|
|
59209
58992
|
TldNotSupported: "tld_not_supported"
|
|
59210
58993
|
};
|
|
59211
|
-
TldNotSupportedTag = {
|
|
59212
|
-
TldNotSupported: "TldNotSupported"
|
|
59213
|
-
};
|
|
59214
58994
|
TldNotSupported = class TldNotSupported extends VercelError {
|
|
59215
58995
|
status;
|
|
59216
58996
|
code;
|
|
59217
|
-
tag;
|
|
59218
58997
|
data$;
|
|
59219
58998
|
constructor(err, httpMeta) {
|
|
59220
58999
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59222,7 +59001,6 @@ var init_tldnotsupported = __esm(() => {
|
|
|
59222
59001
|
this.data$ = err;
|
|
59223
59002
|
this.status = err.status;
|
|
59224
59003
|
this.code = err.code;
|
|
59225
|
-
this.tag = err.tag;
|
|
59226
59004
|
this.name = "TldNotSupported";
|
|
59227
59005
|
}
|
|
59228
59006
|
};
|
|
@@ -59232,25 +59010,15 @@ var init_tldnotsupported = __esm(() => {
|
|
|
59232
59010
|
TldNotSupportedCode$.inboundSchema = TldNotSupportedCode$inboundSchema;
|
|
59233
59011
|
TldNotSupportedCode$.outboundSchema = TldNotSupportedCode$outboundSchema;
|
|
59234
59012
|
})(TldNotSupportedCode$ ||= {});
|
|
59235
|
-
TldNotSupportedTag$inboundSchema = nativeEnumType(TldNotSupportedTag);
|
|
59236
|
-
TldNotSupportedTag$outboundSchema = TldNotSupportedTag$inboundSchema;
|
|
59237
|
-
((TldNotSupportedTag$) => {
|
|
59238
|
-
TldNotSupportedTag$.inboundSchema = TldNotSupportedTag$inboundSchema;
|
|
59239
|
-
TldNotSupportedTag$.outboundSchema = TldNotSupportedTag$outboundSchema;
|
|
59240
|
-
})(TldNotSupportedTag$ ||= {});
|
|
59241
59013
|
TldNotSupported$inboundSchema = objectType({
|
|
59242
59014
|
status: numberType(),
|
|
59243
59015
|
code: TldNotSupportedCode$inboundSchema,
|
|
59244
59016
|
message: stringType(),
|
|
59245
|
-
_tag: TldNotSupportedTag$inboundSchema,
|
|
59246
59017
|
request$: instanceOfType(Request),
|
|
59247
59018
|
response$: instanceOfType(Response),
|
|
59248
59019
|
body$: stringType()
|
|
59249
59020
|
}).transform((v2) => {
|
|
59250
|
-
|
|
59251
|
-
_tag: "tag"
|
|
59252
|
-
});
|
|
59253
|
-
return new TldNotSupported(remapped, {
|
|
59021
|
+
return new TldNotSupported(v2, {
|
|
59254
59022
|
request: v2.request$,
|
|
59255
59023
|
response: v2.response$,
|
|
59256
59024
|
body: v2.body$
|
|
@@ -59259,12 +59027,7 @@ var init_tldnotsupported = __esm(() => {
|
|
|
59259
59027
|
TldNotSupported$outboundSchema = instanceOfType(TldNotSupported).transform((v2) => v2.data$).pipe(objectType({
|
|
59260
59028
|
status: numberType(),
|
|
59261
59029
|
code: TldNotSupportedCode$outboundSchema,
|
|
59262
|
-
message: stringType()
|
|
59263
|
-
tag: TldNotSupportedTag$outboundSchema
|
|
59264
|
-
}).transform((v2) => {
|
|
59265
|
-
return remap(v2, {
|
|
59266
|
-
tag: "_tag"
|
|
59267
|
-
});
|
|
59030
|
+
message: stringType()
|
|
59268
59031
|
}));
|
|
59269
59032
|
((TldNotSupported$) => {
|
|
59270
59033
|
TldNotSupported$.inboundSchema = TldNotSupported$inboundSchema;
|
|
@@ -59273,21 +59036,16 @@ var init_tldnotsupported = __esm(() => {
|
|
|
59273
59036
|
});
|
|
59274
59037
|
|
|
59275
59038
|
// src/models/toomanydomains.ts
|
|
59276
|
-
var TooManyDomainsCode,
|
|
59039
|
+
var TooManyDomainsCode, TooManyDomains, TooManyDomainsCode$inboundSchema, TooManyDomainsCode$outboundSchema, TooManyDomainsCode$, TooManyDomains$inboundSchema, TooManyDomains$outboundSchema, TooManyDomains$;
|
|
59277
59040
|
var init_toomanydomains = __esm(() => {
|
|
59278
59041
|
init_esm();
|
|
59279
|
-
init_primitives();
|
|
59280
59042
|
init_vercelerror();
|
|
59281
59043
|
TooManyDomainsCode = {
|
|
59282
59044
|
TooManyDomains: "too_many_domains"
|
|
59283
59045
|
};
|
|
59284
|
-
TooManyDomainsTag = {
|
|
59285
|
-
TooManyDomains: "TooManyDomains"
|
|
59286
|
-
};
|
|
59287
59046
|
TooManyDomains = class TooManyDomains extends VercelError {
|
|
59288
59047
|
status;
|
|
59289
59048
|
code;
|
|
59290
|
-
tag;
|
|
59291
59049
|
data$;
|
|
59292
59050
|
constructor(err, httpMeta) {
|
|
59293
59051
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59295,7 +59053,6 @@ var init_toomanydomains = __esm(() => {
|
|
|
59295
59053
|
this.data$ = err;
|
|
59296
59054
|
this.status = err.status;
|
|
59297
59055
|
this.code = err.code;
|
|
59298
|
-
this.tag = err.tag;
|
|
59299
59056
|
this.name = "TooManyDomains";
|
|
59300
59057
|
}
|
|
59301
59058
|
};
|
|
@@ -59305,25 +59062,15 @@ var init_toomanydomains = __esm(() => {
|
|
|
59305
59062
|
TooManyDomainsCode$.inboundSchema = TooManyDomainsCode$inboundSchema;
|
|
59306
59063
|
TooManyDomainsCode$.outboundSchema = TooManyDomainsCode$outboundSchema;
|
|
59307
59064
|
})(TooManyDomainsCode$ ||= {});
|
|
59308
|
-
TooManyDomainsTag$inboundSchema = nativeEnumType(TooManyDomainsTag);
|
|
59309
|
-
TooManyDomainsTag$outboundSchema = TooManyDomainsTag$inboundSchema;
|
|
59310
|
-
((TooManyDomainsTag$) => {
|
|
59311
|
-
TooManyDomainsTag$.inboundSchema = TooManyDomainsTag$inboundSchema;
|
|
59312
|
-
TooManyDomainsTag$.outboundSchema = TooManyDomainsTag$outboundSchema;
|
|
59313
|
-
})(TooManyDomainsTag$ ||= {});
|
|
59314
59065
|
TooManyDomains$inboundSchema = objectType({
|
|
59315
59066
|
status: numberType(),
|
|
59316
59067
|
code: TooManyDomainsCode$inboundSchema,
|
|
59317
59068
|
message: stringType(),
|
|
59318
|
-
_tag: TooManyDomainsTag$inboundSchema,
|
|
59319
59069
|
request$: instanceOfType(Request),
|
|
59320
59070
|
response$: instanceOfType(Response),
|
|
59321
59071
|
body$: stringType()
|
|
59322
59072
|
}).transform((v2) => {
|
|
59323
|
-
|
|
59324
|
-
_tag: "tag"
|
|
59325
|
-
});
|
|
59326
|
-
return new TooManyDomains(remapped, {
|
|
59073
|
+
return new TooManyDomains(v2, {
|
|
59327
59074
|
request: v2.request$,
|
|
59328
59075
|
response: v2.response$,
|
|
59329
59076
|
body: v2.body$
|
|
@@ -59332,12 +59079,7 @@ var init_toomanydomains = __esm(() => {
|
|
|
59332
59079
|
TooManyDomains$outboundSchema = instanceOfType(TooManyDomains).transform((v2) => v2.data$).pipe(objectType({
|
|
59333
59080
|
status: numberType(),
|
|
59334
59081
|
code: TooManyDomainsCode$outboundSchema,
|
|
59335
|
-
message: stringType()
|
|
59336
|
-
tag: TooManyDomainsTag$outboundSchema
|
|
59337
|
-
}).transform((v2) => {
|
|
59338
|
-
return remap(v2, {
|
|
59339
|
-
tag: "_tag"
|
|
59340
|
-
});
|
|
59082
|
+
message: stringType()
|
|
59341
59083
|
}));
|
|
59342
59084
|
((TooManyDomains$) => {
|
|
59343
59085
|
TooManyDomains$.inboundSchema = TooManyDomains$inboundSchema;
|
|
@@ -59443,26 +59185,26 @@ var init_buydomainsop = __esm(() => {
|
|
|
59443
59185
|
BuyDomainsDomainsRegistrarResponseResponseBody$.outboundSchema = BuyDomainsDomainsRegistrarResponseResponseBody$outboundSchema;
|
|
59444
59186
|
})(BuyDomainsDomainsRegistrarResponseResponseBody$ ||= {});
|
|
59445
59187
|
BuyDomainsDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
59446
|
-
|
|
59447
|
-
TldNotSupported$inboundSchema,
|
|
59448
|
-
DomainNotAvailable$inboundSchema,
|
|
59449
|
-
ExpectedPriceMismatch$inboundSchema,
|
|
59450
|
-
DuplicateDomains$inboundSchema,
|
|
59451
|
-
AdditionalContactInfoRequired$inboundSchema,
|
|
59452
|
-
InvalidAdditionalContactInfo$inboundSchema,
|
|
59188
|
+
OrderTooExpensive$inboundSchema,
|
|
59453
59189
|
TooManyDomains$inboundSchema,
|
|
59454
|
-
|
|
59190
|
+
InvalidAdditionalContactInfo$inboundSchema,
|
|
59191
|
+
AdditionalContactInfoRequired$inboundSchema,
|
|
59192
|
+
DuplicateDomains$inboundSchema,
|
|
59193
|
+
ExpectedPriceMismatch$inboundSchema,
|
|
59194
|
+
DomainNotAvailable$inboundSchema,
|
|
59195
|
+
TldNotSupported$inboundSchema,
|
|
59196
|
+
HttpApiDecodeError$inboundSchema
|
|
59455
59197
|
]);
|
|
59456
59198
|
BuyDomainsDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
59457
|
-
|
|
59458
|
-
TldNotSupported$outboundSchema,
|
|
59459
|
-
DomainNotAvailable$outboundSchema,
|
|
59460
|
-
ExpectedPriceMismatch$outboundSchema,
|
|
59461
|
-
DuplicateDomains$outboundSchema,
|
|
59462
|
-
AdditionalContactInfoRequired$outboundSchema,
|
|
59463
|
-
InvalidAdditionalContactInfo$outboundSchema,
|
|
59199
|
+
OrderTooExpensive$outboundSchema,
|
|
59464
59200
|
TooManyDomains$outboundSchema,
|
|
59465
|
-
|
|
59201
|
+
InvalidAdditionalContactInfo$outboundSchema,
|
|
59202
|
+
AdditionalContactInfoRequired$outboundSchema,
|
|
59203
|
+
DuplicateDomains$outboundSchema,
|
|
59204
|
+
ExpectedPriceMismatch$outboundSchema,
|
|
59205
|
+
DomainNotAvailable$outboundSchema,
|
|
59206
|
+
TldNotSupported$outboundSchema,
|
|
59207
|
+
HttpApiDecodeError$outboundSchema
|
|
59466
59208
|
]);
|
|
59467
59209
|
((BuyDomainsDomainsRegistrarResponseBody$) => {
|
|
59468
59210
|
BuyDomainsDomainsRegistrarResponseBody$.inboundSchema = BuyDomainsDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -59509,21 +59251,16 @@ var init_buydomainsop = __esm(() => {
|
|
|
59509
59251
|
});
|
|
59510
59252
|
|
|
59511
59253
|
// src/models/internalservererror.ts
|
|
59512
|
-
var InternalServerErrorCode,
|
|
59254
|
+
var InternalServerErrorCode, InternalServerError, InternalServerErrorCode$inboundSchema, InternalServerErrorCode$outboundSchema, InternalServerErrorCode$, InternalServerError$inboundSchema, InternalServerError$outboundSchema, InternalServerError$;
|
|
59513
59255
|
var init_internalservererror = __esm(() => {
|
|
59514
59256
|
init_esm();
|
|
59515
|
-
init_primitives();
|
|
59516
59257
|
init_vercelerror();
|
|
59517
59258
|
InternalServerErrorCode = {
|
|
59518
59259
|
InternalServerError: "internal_server_error"
|
|
59519
59260
|
};
|
|
59520
|
-
InternalServerErrorTag = {
|
|
59521
|
-
InternalServerError: "InternalServerError"
|
|
59522
|
-
};
|
|
59523
59261
|
InternalServerError = class InternalServerError extends VercelError {
|
|
59524
59262
|
status;
|
|
59525
59263
|
code;
|
|
59526
|
-
tag;
|
|
59527
59264
|
data$;
|
|
59528
59265
|
constructor(err, httpMeta) {
|
|
59529
59266
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59531,7 +59268,6 @@ var init_internalservererror = __esm(() => {
|
|
|
59531
59268
|
this.data$ = err;
|
|
59532
59269
|
this.status = err.status;
|
|
59533
59270
|
this.code = err.code;
|
|
59534
|
-
this.tag = err.tag;
|
|
59535
59271
|
this.name = "InternalServerError";
|
|
59536
59272
|
}
|
|
59537
59273
|
};
|
|
@@ -59541,25 +59277,15 @@ var init_internalservererror = __esm(() => {
|
|
|
59541
59277
|
InternalServerErrorCode$.inboundSchema = InternalServerErrorCode$inboundSchema;
|
|
59542
59278
|
InternalServerErrorCode$.outboundSchema = InternalServerErrorCode$outboundSchema;
|
|
59543
59279
|
})(InternalServerErrorCode$ ||= {});
|
|
59544
|
-
InternalServerErrorTag$inboundSchema = nativeEnumType(InternalServerErrorTag);
|
|
59545
|
-
InternalServerErrorTag$outboundSchema = InternalServerErrorTag$inboundSchema;
|
|
59546
|
-
((InternalServerErrorTag$) => {
|
|
59547
|
-
InternalServerErrorTag$.inboundSchema = InternalServerErrorTag$inboundSchema;
|
|
59548
|
-
InternalServerErrorTag$.outboundSchema = InternalServerErrorTag$outboundSchema;
|
|
59549
|
-
})(InternalServerErrorTag$ ||= {});
|
|
59550
59280
|
InternalServerError$inboundSchema = objectType({
|
|
59551
59281
|
status: numberType(),
|
|
59552
59282
|
code: InternalServerErrorCode$inboundSchema,
|
|
59553
59283
|
message: stringType(),
|
|
59554
|
-
_tag: InternalServerErrorTag$inboundSchema,
|
|
59555
59284
|
request$: instanceOfType(Request),
|
|
59556
59285
|
response$: instanceOfType(Response),
|
|
59557
59286
|
body$: stringType()
|
|
59558
59287
|
}).transform((v2) => {
|
|
59559
|
-
|
|
59560
|
-
_tag: "tag"
|
|
59561
|
-
});
|
|
59562
|
-
return new InternalServerError(remapped, {
|
|
59288
|
+
return new InternalServerError(v2, {
|
|
59563
59289
|
request: v2.request$,
|
|
59564
59290
|
response: v2.response$,
|
|
59565
59291
|
body: v2.body$
|
|
@@ -59568,12 +59294,7 @@ var init_internalservererror = __esm(() => {
|
|
|
59568
59294
|
InternalServerError$outboundSchema = instanceOfType(InternalServerError).transform((v2) => v2.data$).pipe(objectType({
|
|
59569
59295
|
status: numberType(),
|
|
59570
59296
|
code: InternalServerErrorCode$outboundSchema,
|
|
59571
|
-
message: stringType()
|
|
59572
|
-
tag: InternalServerErrorTag$outboundSchema
|
|
59573
|
-
}).transform((v2) => {
|
|
59574
|
-
return remap(v2, {
|
|
59575
|
-
tag: "_tag"
|
|
59576
|
-
});
|
|
59297
|
+
message: stringType()
|
|
59577
59298
|
}));
|
|
59578
59299
|
((InternalServerError$) => {
|
|
59579
59300
|
InternalServerError$.inboundSchema = InternalServerError$inboundSchema;
|
|
@@ -59582,23 +59303,18 @@ var init_internalservererror = __esm(() => {
|
|
|
59582
59303
|
});
|
|
59583
59304
|
|
|
59584
59305
|
// src/models/toomanyrequests.ts
|
|
59585
|
-
var TooManyRequestsCode,
|
|
59306
|
+
var TooManyRequestsCode, TooManyRequests, TooManyRequestsCode$inboundSchema, TooManyRequestsCode$outboundSchema, TooManyRequestsCode$, RetryAfter$inboundSchema, RetryAfter$outboundSchema, RetryAfter$, Limit$inboundSchema, Limit$outboundSchema, Limit$, TooManyRequests$inboundSchema, TooManyRequests$outboundSchema, TooManyRequests$;
|
|
59586
59307
|
var init_toomanyrequests = __esm(() => {
|
|
59587
59308
|
init_esm();
|
|
59588
|
-
init_primitives();
|
|
59589
59309
|
init_vercelerror();
|
|
59590
59310
|
TooManyRequestsCode = {
|
|
59591
59311
|
TooManyRequests: "too_many_requests"
|
|
59592
59312
|
};
|
|
59593
|
-
TooManyRequestsTag = {
|
|
59594
|
-
TooManyRequests: "TooManyRequests"
|
|
59595
|
-
};
|
|
59596
59313
|
TooManyRequests = class TooManyRequests extends VercelError {
|
|
59597
59314
|
status;
|
|
59598
59315
|
code;
|
|
59599
59316
|
retryAfter;
|
|
59600
59317
|
limit;
|
|
59601
|
-
tag;
|
|
59602
59318
|
data$;
|
|
59603
59319
|
constructor(err, httpMeta) {
|
|
59604
59320
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59608,7 +59324,6 @@ var init_toomanyrequests = __esm(() => {
|
|
|
59608
59324
|
this.code = err.code;
|
|
59609
59325
|
this.retryAfter = err.retryAfter;
|
|
59610
59326
|
this.limit = err.limit;
|
|
59611
|
-
this.tag = err.tag;
|
|
59612
59327
|
this.name = "TooManyRequests";
|
|
59613
59328
|
}
|
|
59614
59329
|
};
|
|
@@ -59644,27 +59359,17 @@ var init_toomanyrequests = __esm(() => {
|
|
|
59644
59359
|
Limit$.inboundSchema = Limit$inboundSchema;
|
|
59645
59360
|
Limit$.outboundSchema = Limit$outboundSchema;
|
|
59646
59361
|
})(Limit$ ||= {});
|
|
59647
|
-
TooManyRequestsTag$inboundSchema = nativeEnumType(TooManyRequestsTag);
|
|
59648
|
-
TooManyRequestsTag$outboundSchema = TooManyRequestsTag$inboundSchema;
|
|
59649
|
-
((TooManyRequestsTag$) => {
|
|
59650
|
-
TooManyRequestsTag$.inboundSchema = TooManyRequestsTag$inboundSchema;
|
|
59651
|
-
TooManyRequestsTag$.outboundSchema = TooManyRequestsTag$outboundSchema;
|
|
59652
|
-
})(TooManyRequestsTag$ ||= {});
|
|
59653
59362
|
TooManyRequests$inboundSchema = objectType({
|
|
59654
59363
|
status: numberType(),
|
|
59655
59364
|
code: TooManyRequestsCode$inboundSchema,
|
|
59656
59365
|
message: stringType(),
|
|
59657
59366
|
retryAfter: lazyType(() => RetryAfter$inboundSchema),
|
|
59658
59367
|
limit: lazyType(() => Limit$inboundSchema),
|
|
59659
|
-
_tag: TooManyRequestsTag$inboundSchema,
|
|
59660
59368
|
request$: instanceOfType(Request),
|
|
59661
59369
|
response$: instanceOfType(Response),
|
|
59662
59370
|
body$: stringType()
|
|
59663
59371
|
}).transform((v2) => {
|
|
59664
|
-
|
|
59665
|
-
_tag: "tag"
|
|
59666
|
-
});
|
|
59667
|
-
return new TooManyRequests(remapped, {
|
|
59372
|
+
return new TooManyRequests(v2, {
|
|
59668
59373
|
request: v2.request$,
|
|
59669
59374
|
response: v2.response$,
|
|
59670
59375
|
body: v2.body$
|
|
@@ -59675,12 +59380,7 @@ var init_toomanyrequests = __esm(() => {
|
|
|
59675
59380
|
code: TooManyRequestsCode$outboundSchema,
|
|
59676
59381
|
message: stringType(),
|
|
59677
59382
|
retryAfter: lazyType(() => RetryAfter$outboundSchema),
|
|
59678
|
-
limit: lazyType(() => Limit$outboundSchema)
|
|
59679
|
-
tag: TooManyRequestsTag$outboundSchema
|
|
59680
|
-
}).transform((v2) => {
|
|
59681
|
-
return remap(v2, {
|
|
59682
|
-
tag: "_tag"
|
|
59683
|
-
});
|
|
59383
|
+
limit: lazyType(() => Limit$outboundSchema)
|
|
59684
59384
|
}));
|
|
59685
59385
|
((TooManyRequests$) => {
|
|
59686
59386
|
TooManyRequests$.inboundSchema = TooManyRequests$inboundSchema;
|
|
@@ -59689,21 +59389,16 @@ var init_toomanyrequests = __esm(() => {
|
|
|
59689
59389
|
});
|
|
59690
59390
|
|
|
59691
59391
|
// src/models/unauthorized.ts
|
|
59692
|
-
var Code,
|
|
59392
|
+
var Code, Unauthorized, Code$inboundSchema, Code$outboundSchema, Code$, Unauthorized$inboundSchema, Unauthorized$outboundSchema, Unauthorized$;
|
|
59693
59393
|
var init_unauthorized = __esm(() => {
|
|
59694
59394
|
init_esm();
|
|
59695
|
-
init_primitives();
|
|
59696
59395
|
init_vercelerror();
|
|
59697
59396
|
Code = {
|
|
59698
59397
|
Unauthorized: "unauthorized"
|
|
59699
59398
|
};
|
|
59700
|
-
UnauthorizedTag = {
|
|
59701
|
-
Unauthorized: "Unauthorized"
|
|
59702
|
-
};
|
|
59703
59399
|
Unauthorized = class Unauthorized extends VercelError {
|
|
59704
59400
|
status;
|
|
59705
59401
|
code;
|
|
59706
|
-
tag;
|
|
59707
59402
|
data$;
|
|
59708
59403
|
constructor(err, httpMeta) {
|
|
59709
59404
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -59711,7 +59406,6 @@ var init_unauthorized = __esm(() => {
|
|
|
59711
59406
|
this.data$ = err;
|
|
59712
59407
|
this.status = err.status;
|
|
59713
59408
|
this.code = err.code;
|
|
59714
|
-
this.tag = err.tag;
|
|
59715
59409
|
this.name = "Unauthorized";
|
|
59716
59410
|
}
|
|
59717
59411
|
};
|
|
@@ -59721,25 +59415,15 @@ var init_unauthorized = __esm(() => {
|
|
|
59721
59415
|
Code$.inboundSchema = Code$inboundSchema;
|
|
59722
59416
|
Code$.outboundSchema = Code$outboundSchema;
|
|
59723
59417
|
})(Code$ ||= {});
|
|
59724
|
-
UnauthorizedTag$inboundSchema = nativeEnumType(UnauthorizedTag);
|
|
59725
|
-
UnauthorizedTag$outboundSchema = UnauthorizedTag$inboundSchema;
|
|
59726
|
-
((UnauthorizedTag$) => {
|
|
59727
|
-
UnauthorizedTag$.inboundSchema = UnauthorizedTag$inboundSchema;
|
|
59728
|
-
UnauthorizedTag$.outboundSchema = UnauthorizedTag$outboundSchema;
|
|
59729
|
-
})(UnauthorizedTag$ ||= {});
|
|
59730
59418
|
Unauthorized$inboundSchema = objectType({
|
|
59731
59419
|
status: numberType(),
|
|
59732
59420
|
code: Code$inboundSchema,
|
|
59733
59421
|
message: stringType(),
|
|
59734
|
-
_tag: UnauthorizedTag$inboundSchema,
|
|
59735
59422
|
request$: instanceOfType(Request),
|
|
59736
59423
|
response$: instanceOfType(Response),
|
|
59737
59424
|
body$: stringType()
|
|
59738
59425
|
}).transform((v2) => {
|
|
59739
|
-
|
|
59740
|
-
_tag: "tag"
|
|
59741
|
-
});
|
|
59742
|
-
return new Unauthorized(remapped, {
|
|
59426
|
+
return new Unauthorized(v2, {
|
|
59743
59427
|
request: v2.request$,
|
|
59744
59428
|
response: v2.response$,
|
|
59745
59429
|
body: v2.body$
|
|
@@ -59748,12 +59432,7 @@ var init_unauthorized = __esm(() => {
|
|
|
59748
59432
|
Unauthorized$outboundSchema = instanceOfType(Unauthorized).transform((v2) => v2.data$).pipe(objectType({
|
|
59749
59433
|
status: numberType(),
|
|
59750
59434
|
code: Code$outboundSchema,
|
|
59751
|
-
message: stringType()
|
|
59752
|
-
tag: UnauthorizedTag$outboundSchema
|
|
59753
|
-
}).transform((v2) => {
|
|
59754
|
-
return remap(v2, {
|
|
59755
|
-
tag: "_tag"
|
|
59756
|
-
});
|
|
59435
|
+
message: stringType()
|
|
59757
59436
|
}));
|
|
59758
59437
|
((Unauthorized$) => {
|
|
59759
59438
|
Unauthorized$.inboundSchema = Unauthorized$inboundSchema;
|
|
@@ -59848,9 +59527,9 @@ var init_domainsRegistrarBuyDomains2 = __esm(() => {
|
|
|
59848
59527
|
};
|
|
59849
59528
|
tool$domainsRegistrarBuyDomains = {
|
|
59850
59529
|
name: "domains-registrar-buy-domains",
|
|
59851
|
-
description: `Buy multiple domains
|
|
59530
|
+
description: `Buy multiple domains
|
|
59852
59531
|
|
|
59853
|
-
Buy multiple domains`,
|
|
59532
|
+
Buy multiple domains at once`,
|
|
59854
59533
|
args: args60,
|
|
59855
59534
|
tool: async (client, args61, ctx) => {
|
|
59856
59535
|
const [result, apiCall] = await domainsRegistrarBuyDomains(client, args61.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -59970,22 +59649,22 @@ var init_buysingledomainop = __esm(() => {
|
|
|
59970
59649
|
BuySingleDomainDomainsRegistrarResponseResponseBody$.outboundSchema = BuySingleDomainDomainsRegistrarResponseResponseBody$outboundSchema;
|
|
59971
59650
|
})(BuySingleDomainDomainsRegistrarResponseResponseBody$ ||= {});
|
|
59972
59651
|
BuySingleDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
59973
|
-
|
|
59974
|
-
TldNotSupported$inboundSchema,
|
|
59975
|
-
DomainNotAvailable$inboundSchema,
|
|
59976
|
-
ExpectedPriceMismatch$inboundSchema,
|
|
59977
|
-
AdditionalContactInfoRequired$inboundSchema,
|
|
59652
|
+
OrderTooExpensive$inboundSchema,
|
|
59978
59653
|
InvalidAdditionalContactInfo$inboundSchema,
|
|
59979
|
-
|
|
59654
|
+
AdditionalContactInfoRequired$inboundSchema,
|
|
59655
|
+
ExpectedPriceMismatch$inboundSchema,
|
|
59656
|
+
DomainNotAvailable$inboundSchema,
|
|
59657
|
+
TldNotSupported$inboundSchema,
|
|
59658
|
+
HttpApiDecodeError$inboundSchema
|
|
59980
59659
|
]);
|
|
59981
59660
|
BuySingleDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
59982
|
-
|
|
59983
|
-
TldNotSupported$outboundSchema,
|
|
59984
|
-
DomainNotAvailable$outboundSchema,
|
|
59985
|
-
ExpectedPriceMismatch$outboundSchema,
|
|
59986
|
-
AdditionalContactInfoRequired$outboundSchema,
|
|
59661
|
+
OrderTooExpensive$outboundSchema,
|
|
59987
59662
|
InvalidAdditionalContactInfo$outboundSchema,
|
|
59988
|
-
|
|
59663
|
+
AdditionalContactInfoRequired$outboundSchema,
|
|
59664
|
+
ExpectedPriceMismatch$outboundSchema,
|
|
59665
|
+
DomainNotAvailable$outboundSchema,
|
|
59666
|
+
TldNotSupported$outboundSchema,
|
|
59667
|
+
HttpApiDecodeError$outboundSchema
|
|
59989
59668
|
]);
|
|
59990
59669
|
((BuySingleDomainDomainsRegistrarResponseBody$) => {
|
|
59991
59670
|
BuySingleDomainDomainsRegistrarResponseBody$.inboundSchema = BuySingleDomainDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -60271,7 +59950,7 @@ var init_domainsRegistrarGetBulkAvailability2 = __esm(() => {
|
|
|
60271
59950
|
name: "domains-registrar-get-bulk-availability",
|
|
60272
59951
|
description: `Get availability for multiple domains
|
|
60273
59952
|
|
|
60274
|
-
Get availability for multiple domains
|
|
59953
|
+
Get availability for multiple domains. If the domains are available, they can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.`,
|
|
60275
59954
|
args: args62,
|
|
60276
59955
|
tool: async (client, args63, ctx) => {
|
|
60277
59956
|
const [result, apiCall] = await domainsRegistrarGetBulkAvailability(client, args63.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -60288,21 +59967,16 @@ Get availability for multiple domains`,
|
|
|
60288
59967
|
});
|
|
60289
59968
|
|
|
60290
59969
|
// src/models/badrequest.ts
|
|
60291
|
-
var BadRequestCode,
|
|
59970
|
+
var BadRequestCode, BadRequest, BadRequestCode$inboundSchema, BadRequestCode$outboundSchema, BadRequestCode$, BadRequest$inboundSchema, BadRequest$outboundSchema, BadRequest$;
|
|
60292
59971
|
var init_badrequest = __esm(() => {
|
|
60293
59972
|
init_esm();
|
|
60294
|
-
init_primitives();
|
|
60295
59973
|
init_vercelerror();
|
|
60296
59974
|
BadRequestCode = {
|
|
60297
59975
|
BadRequest: "bad_request"
|
|
60298
59976
|
};
|
|
60299
|
-
BadRequestTag = {
|
|
60300
|
-
BadRequest: "BadRequest"
|
|
60301
|
-
};
|
|
60302
59977
|
BadRequest = class BadRequest extends VercelError {
|
|
60303
59978
|
status;
|
|
60304
59979
|
code;
|
|
60305
|
-
tag;
|
|
60306
59980
|
data$;
|
|
60307
59981
|
constructor(err, httpMeta) {
|
|
60308
59982
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -60310,7 +59984,6 @@ var init_badrequest = __esm(() => {
|
|
|
60310
59984
|
this.data$ = err;
|
|
60311
59985
|
this.status = err.status;
|
|
60312
59986
|
this.code = err.code;
|
|
60313
|
-
this.tag = err.tag;
|
|
60314
59987
|
this.name = "BadRequest";
|
|
60315
59988
|
}
|
|
60316
59989
|
};
|
|
@@ -60320,25 +59993,15 @@ var init_badrequest = __esm(() => {
|
|
|
60320
59993
|
BadRequestCode$.inboundSchema = BadRequestCode$inboundSchema;
|
|
60321
59994
|
BadRequestCode$.outboundSchema = BadRequestCode$outboundSchema;
|
|
60322
59995
|
})(BadRequestCode$ ||= {});
|
|
60323
|
-
BadRequestTag$inboundSchema = nativeEnumType(BadRequestTag);
|
|
60324
|
-
BadRequestTag$outboundSchema = BadRequestTag$inboundSchema;
|
|
60325
|
-
((BadRequestTag$) => {
|
|
60326
|
-
BadRequestTag$.inboundSchema = BadRequestTag$inboundSchema;
|
|
60327
|
-
BadRequestTag$.outboundSchema = BadRequestTag$outboundSchema;
|
|
60328
|
-
})(BadRequestTag$ ||= {});
|
|
60329
59996
|
BadRequest$inboundSchema = objectType({
|
|
60330
59997
|
status: numberType(),
|
|
60331
59998
|
code: BadRequestCode$inboundSchema,
|
|
60332
59999
|
message: stringType(),
|
|
60333
|
-
_tag: BadRequestTag$inboundSchema,
|
|
60334
60000
|
request$: instanceOfType(Request),
|
|
60335
60001
|
response$: instanceOfType(Response),
|
|
60336
60002
|
body$: stringType()
|
|
60337
60003
|
}).transform((v2) => {
|
|
60338
|
-
|
|
60339
|
-
_tag: "tag"
|
|
60340
|
-
});
|
|
60341
|
-
return new BadRequest(remapped, {
|
|
60004
|
+
return new BadRequest(v2, {
|
|
60342
60005
|
request: v2.request$,
|
|
60343
60006
|
response: v2.response$,
|
|
60344
60007
|
body: v2.body$
|
|
@@ -60347,12 +60010,7 @@ var init_badrequest = __esm(() => {
|
|
|
60347
60010
|
BadRequest$outboundSchema = instanceOfType(BadRequest).transform((v2) => v2.data$).pipe(objectType({
|
|
60348
60011
|
status: numberType(),
|
|
60349
60012
|
code: BadRequestCode$outboundSchema,
|
|
60350
|
-
message: stringType()
|
|
60351
|
-
tag: BadRequestTag$outboundSchema
|
|
60352
|
-
}).transform((v2) => {
|
|
60353
|
-
return remap(v2, {
|
|
60354
|
-
tag: "_tag"
|
|
60355
|
-
});
|
|
60013
|
+
message: stringType()
|
|
60356
60014
|
}));
|
|
60357
60015
|
((BadRequest$) => {
|
|
60358
60016
|
BadRequest$.inboundSchema = BadRequest$inboundSchema;
|
|
@@ -60376,8 +60034,8 @@ var init_getcontactinfoschemaop = __esm(() => {
|
|
|
60376
60034
|
GetContactInfoSchemaRequest$.inboundSchema = GetContactInfoSchemaRequest$inboundSchema;
|
|
60377
60035
|
GetContactInfoSchemaRequest$.outboundSchema = GetContactInfoSchemaRequest$outboundSchema;
|
|
60378
60036
|
})(GetContactInfoSchemaRequest$ ||= {});
|
|
60379
|
-
GetContactInfoSchemaDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
60380
|
-
GetContactInfoSchemaDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
60037
|
+
GetContactInfoSchemaDomainsRegistrarResponseBody$inboundSchema = unionType([BadRequest$inboundSchema, HttpApiDecodeError$inboundSchema]);
|
|
60038
|
+
GetContactInfoSchemaDomainsRegistrarResponseBody$outboundSchema = unionType([BadRequest$outboundSchema, HttpApiDecodeError$outboundSchema]);
|
|
60381
60039
|
((GetContactInfoSchemaDomainsRegistrarResponseBody$) => {
|
|
60382
60040
|
GetContactInfoSchemaDomainsRegistrarResponseBody$.inboundSchema = GetContactInfoSchemaDomainsRegistrarResponseBody$inboundSchema;
|
|
60383
60041
|
GetContactInfoSchemaDomainsRegistrarResponseBody$.outboundSchema = GetContactInfoSchemaDomainsRegistrarResponseBody$outboundSchema;
|
|
@@ -60483,9 +60141,9 @@ var init_domainsRegistrarGetContactInfoSchema2 = __esm(() => {
|
|
|
60483
60141
|
};
|
|
60484
60142
|
tool$domainsRegistrarGetContactInfoSchema = {
|
|
60485
60143
|
name: "domains-registrar-get-contact-info-schema",
|
|
60486
|
-
description: `Get
|
|
60144
|
+
description: `Get contact info schema
|
|
60487
60145
|
|
|
60488
|
-
|
|
60146
|
+
Some TLDs require additional contact information. Use this endpoint to get the schema for the tld-specific contact information for a domain.`,
|
|
60489
60147
|
args: args63,
|
|
60490
60148
|
tool: async (client, args64, ctx) => {
|
|
60491
60149
|
const [result, apiCall] = await domainsRegistrarGetContactInfoSchema(client, args64.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -60502,21 +60160,16 @@ Get contact info schema`,
|
|
|
60502
60160
|
});
|
|
60503
60161
|
|
|
60504
60162
|
// src/models/domainnotfound.ts
|
|
60505
|
-
var DomainNotFoundCode,
|
|
60163
|
+
var DomainNotFoundCode, DomainNotFound, DomainNotFoundCode$inboundSchema, DomainNotFoundCode$outboundSchema, DomainNotFoundCode$, DomainNotFound$inboundSchema, DomainNotFound$outboundSchema, DomainNotFound$;
|
|
60506
60164
|
var init_domainnotfound = __esm(() => {
|
|
60507
60165
|
init_esm();
|
|
60508
|
-
init_primitives();
|
|
60509
60166
|
init_vercelerror();
|
|
60510
60167
|
DomainNotFoundCode = {
|
|
60511
60168
|
DomainNotFound: "domain_not_found"
|
|
60512
60169
|
};
|
|
60513
|
-
DomainNotFoundTag = {
|
|
60514
|
-
DomainNotFound: "DomainNotFound"
|
|
60515
|
-
};
|
|
60516
60170
|
DomainNotFound = class DomainNotFound extends VercelError {
|
|
60517
60171
|
status;
|
|
60518
60172
|
code;
|
|
60519
|
-
tag;
|
|
60520
60173
|
data$;
|
|
60521
60174
|
constructor(err, httpMeta) {
|
|
60522
60175
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -60524,7 +60177,6 @@ var init_domainnotfound = __esm(() => {
|
|
|
60524
60177
|
this.data$ = err;
|
|
60525
60178
|
this.status = err.status;
|
|
60526
60179
|
this.code = err.code;
|
|
60527
|
-
this.tag = err.tag;
|
|
60528
60180
|
this.name = "DomainNotFound";
|
|
60529
60181
|
}
|
|
60530
60182
|
};
|
|
@@ -60534,25 +60186,15 @@ var init_domainnotfound = __esm(() => {
|
|
|
60534
60186
|
DomainNotFoundCode$.inboundSchema = DomainNotFoundCode$inboundSchema;
|
|
60535
60187
|
DomainNotFoundCode$.outboundSchema = DomainNotFoundCode$outboundSchema;
|
|
60536
60188
|
})(DomainNotFoundCode$ ||= {});
|
|
60537
|
-
DomainNotFoundTag$inboundSchema = nativeEnumType(DomainNotFoundTag);
|
|
60538
|
-
DomainNotFoundTag$outboundSchema = DomainNotFoundTag$inboundSchema;
|
|
60539
|
-
((DomainNotFoundTag$) => {
|
|
60540
|
-
DomainNotFoundTag$.inboundSchema = DomainNotFoundTag$inboundSchema;
|
|
60541
|
-
DomainNotFoundTag$.outboundSchema = DomainNotFoundTag$outboundSchema;
|
|
60542
|
-
})(DomainNotFoundTag$ ||= {});
|
|
60543
60189
|
DomainNotFound$inboundSchema = objectType({
|
|
60544
60190
|
status: numberType(),
|
|
60545
60191
|
code: DomainNotFoundCode$inboundSchema,
|
|
60546
60192
|
message: stringType(),
|
|
60547
|
-
_tag: DomainNotFoundTag$inboundSchema,
|
|
60548
60193
|
request$: instanceOfType(Request),
|
|
60549
60194
|
response$: instanceOfType(Response),
|
|
60550
60195
|
body$: stringType()
|
|
60551
60196
|
}).transform((v2) => {
|
|
60552
|
-
|
|
60553
|
-
_tag: "tag"
|
|
60554
|
-
});
|
|
60555
|
-
return new DomainNotFound(remapped, {
|
|
60197
|
+
return new DomainNotFound(v2, {
|
|
60556
60198
|
request: v2.request$,
|
|
60557
60199
|
response: v2.response$,
|
|
60558
60200
|
body: v2.body$
|
|
@@ -60561,12 +60203,7 @@ var init_domainnotfound = __esm(() => {
|
|
|
60561
60203
|
DomainNotFound$outboundSchema = instanceOfType(DomainNotFound).transform((v2) => v2.data$).pipe(objectType({
|
|
60562
60204
|
status: numberType(),
|
|
60563
60205
|
code: DomainNotFoundCode$outboundSchema,
|
|
60564
|
-
message: stringType()
|
|
60565
|
-
tag: DomainNotFoundTag$outboundSchema
|
|
60566
|
-
}).transform((v2) => {
|
|
60567
|
-
return remap(v2, {
|
|
60568
|
-
tag: "_tag"
|
|
60569
|
-
});
|
|
60206
|
+
message: stringType()
|
|
60570
60207
|
}));
|
|
60571
60208
|
((DomainNotFound$) => {
|
|
60572
60209
|
DomainNotFound$.inboundSchema = DomainNotFound$inboundSchema;
|
|
@@ -60575,21 +60212,16 @@ var init_domainnotfound = __esm(() => {
|
|
|
60575
60212
|
});
|
|
60576
60213
|
|
|
60577
60214
|
// src/models/domainnotregistered.ts
|
|
60578
|
-
var DomainNotRegisteredCode,
|
|
60215
|
+
var DomainNotRegisteredCode, DomainNotRegistered, DomainNotRegisteredCode$inboundSchema, DomainNotRegisteredCode$outboundSchema, DomainNotRegisteredCode$, DomainNotRegistered$inboundSchema, DomainNotRegistered$outboundSchema, DomainNotRegistered$;
|
|
60579
60216
|
var init_domainnotregistered = __esm(() => {
|
|
60580
60217
|
init_esm();
|
|
60581
|
-
init_primitives();
|
|
60582
60218
|
init_vercelerror();
|
|
60583
60219
|
DomainNotRegisteredCode = {
|
|
60584
60220
|
DomainNotRegistered: "domain_not_registered"
|
|
60585
60221
|
};
|
|
60586
|
-
DomainNotRegisteredTag = {
|
|
60587
|
-
DomainNotRegistered: "DomainNotRegistered"
|
|
60588
|
-
};
|
|
60589
60222
|
DomainNotRegistered = class DomainNotRegistered extends VercelError {
|
|
60590
60223
|
status;
|
|
60591
60224
|
code;
|
|
60592
|
-
tag;
|
|
60593
60225
|
data$;
|
|
60594
60226
|
constructor(err, httpMeta) {
|
|
60595
60227
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -60597,7 +60229,6 @@ var init_domainnotregistered = __esm(() => {
|
|
|
60597
60229
|
this.data$ = err;
|
|
60598
60230
|
this.status = err.status;
|
|
60599
60231
|
this.code = err.code;
|
|
60600
|
-
this.tag = err.tag;
|
|
60601
60232
|
this.name = "DomainNotRegistered";
|
|
60602
60233
|
}
|
|
60603
60234
|
};
|
|
@@ -60607,25 +60238,15 @@ var init_domainnotregistered = __esm(() => {
|
|
|
60607
60238
|
DomainNotRegisteredCode$.inboundSchema = DomainNotRegisteredCode$inboundSchema;
|
|
60608
60239
|
DomainNotRegisteredCode$.outboundSchema = DomainNotRegisteredCode$outboundSchema;
|
|
60609
60240
|
})(DomainNotRegisteredCode$ ||= {});
|
|
60610
|
-
DomainNotRegisteredTag$inboundSchema = nativeEnumType(DomainNotRegisteredTag);
|
|
60611
|
-
DomainNotRegisteredTag$outboundSchema = DomainNotRegisteredTag$inboundSchema;
|
|
60612
|
-
((DomainNotRegisteredTag$) => {
|
|
60613
|
-
DomainNotRegisteredTag$.inboundSchema = DomainNotRegisteredTag$inboundSchema;
|
|
60614
|
-
DomainNotRegisteredTag$.outboundSchema = DomainNotRegisteredTag$outboundSchema;
|
|
60615
|
-
})(DomainNotRegisteredTag$ ||= {});
|
|
60616
60241
|
DomainNotRegistered$inboundSchema = objectType({
|
|
60617
60242
|
status: numberType(),
|
|
60618
60243
|
code: DomainNotRegisteredCode$inboundSchema,
|
|
60619
60244
|
message: stringType(),
|
|
60620
|
-
_tag: DomainNotRegisteredTag$inboundSchema,
|
|
60621
60245
|
request$: instanceOfType(Request),
|
|
60622
60246
|
response$: instanceOfType(Response),
|
|
60623
60247
|
body$: stringType()
|
|
60624
60248
|
}).transform((v2) => {
|
|
60625
|
-
|
|
60626
|
-
_tag: "tag"
|
|
60627
|
-
});
|
|
60628
|
-
return new DomainNotRegistered(remapped, {
|
|
60249
|
+
return new DomainNotRegistered(v2, {
|
|
60629
60250
|
request: v2.request$,
|
|
60630
60251
|
response: v2.response$,
|
|
60631
60252
|
body: v2.body$
|
|
@@ -60634,12 +60255,7 @@ var init_domainnotregistered = __esm(() => {
|
|
|
60634
60255
|
DomainNotRegistered$outboundSchema = instanceOfType(DomainNotRegistered).transform((v2) => v2.data$).pipe(objectType({
|
|
60635
60256
|
status: numberType(),
|
|
60636
60257
|
code: DomainNotRegisteredCode$outboundSchema,
|
|
60637
|
-
message: stringType()
|
|
60638
|
-
tag: DomainNotRegisteredTag$outboundSchema
|
|
60639
|
-
}).transform((v2) => {
|
|
60640
|
-
return remap(v2, {
|
|
60641
|
-
tag: "_tag"
|
|
60642
|
-
});
|
|
60258
|
+
message: stringType()
|
|
60643
60259
|
}));
|
|
60644
60260
|
((DomainNotRegistered$) => {
|
|
60645
60261
|
DomainNotRegistered$.inboundSchema = DomainNotRegistered$inboundSchema;
|
|
@@ -60672,12 +60288,12 @@ var init_getdomainauthcodeop = __esm(() => {
|
|
|
60672
60288
|
GetDomainAuthCodeDomainsRegistrarResponseResponseBody$.outboundSchema = GetDomainAuthCodeDomainsRegistrarResponseResponseBody$outboundSchema;
|
|
60673
60289
|
})(GetDomainAuthCodeDomainsRegistrarResponseResponseBody$ ||= {});
|
|
60674
60290
|
GetDomainAuthCodeDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
60675
|
-
|
|
60676
|
-
|
|
60291
|
+
DomainNotRegistered$inboundSchema,
|
|
60292
|
+
HttpApiDecodeError$inboundSchema
|
|
60677
60293
|
]);
|
|
60678
60294
|
GetDomainAuthCodeDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
60679
|
-
|
|
60680
|
-
|
|
60295
|
+
DomainNotRegistered$outboundSchema,
|
|
60296
|
+
HttpApiDecodeError$outboundSchema
|
|
60681
60297
|
]);
|
|
60682
60298
|
((GetDomainAuthCodeDomainsRegistrarResponseBody$) => {
|
|
60683
60299
|
GetDomainAuthCodeDomainsRegistrarResponseBody$.inboundSchema = GetDomainAuthCodeDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -60790,7 +60406,7 @@ var init_domainsRegistrarGetDomainAuthCode2 = __esm(() => {
|
|
|
60790
60406
|
name: "domains-registrar-get-domain-auth-code",
|
|
60791
60407
|
description: `Get the auth code for a domain
|
|
60792
60408
|
|
|
60793
|
-
Get the auth code for a domain
|
|
60409
|
+
Get the auth code for a domain. This is required to transfer a domain from Vercel to another registrar.`,
|
|
60794
60410
|
args: args64,
|
|
60795
60411
|
tool: async (client, args65, ctx) => {
|
|
60796
60412
|
const [result, apiCall] = await domainsRegistrarGetDomainAuthCode(client, args65.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -60833,21 +60449,16 @@ var init_getdomainavailabilityop = __esm(() => {
|
|
|
60833
60449
|
});
|
|
60834
60450
|
|
|
60835
60451
|
// src/models/notfound.ts
|
|
60836
|
-
var NotFoundCode,
|
|
60452
|
+
var NotFoundCode, NotFound, NotFoundCode$inboundSchema, NotFoundCode$outboundSchema, NotFoundCode$, NotFound$inboundSchema, NotFound$outboundSchema, NotFound$;
|
|
60837
60453
|
var init_notfound = __esm(() => {
|
|
60838
60454
|
init_esm();
|
|
60839
|
-
init_primitives();
|
|
60840
60455
|
init_vercelerror();
|
|
60841
60456
|
NotFoundCode = {
|
|
60842
60457
|
NotFound: "not_found"
|
|
60843
60458
|
};
|
|
60844
|
-
NotFoundTag = {
|
|
60845
|
-
NotFound: "NotFound"
|
|
60846
|
-
};
|
|
60847
60459
|
NotFound = class NotFound extends VercelError {
|
|
60848
60460
|
status;
|
|
60849
60461
|
code;
|
|
60850
|
-
tag;
|
|
60851
60462
|
data$;
|
|
60852
60463
|
constructor(err, httpMeta) {
|
|
60853
60464
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -60855,7 +60466,6 @@ var init_notfound = __esm(() => {
|
|
|
60855
60466
|
this.data$ = err;
|
|
60856
60467
|
this.status = err.status;
|
|
60857
60468
|
this.code = err.code;
|
|
60858
|
-
this.tag = err.tag;
|
|
60859
60469
|
this.name = "NotFound";
|
|
60860
60470
|
}
|
|
60861
60471
|
};
|
|
@@ -60865,25 +60475,15 @@ var init_notfound = __esm(() => {
|
|
|
60865
60475
|
NotFoundCode$.inboundSchema = NotFoundCode$inboundSchema;
|
|
60866
60476
|
NotFoundCode$.outboundSchema = NotFoundCode$outboundSchema;
|
|
60867
60477
|
})(NotFoundCode$ ||= {});
|
|
60868
|
-
NotFoundTag$inboundSchema = nativeEnumType(NotFoundTag);
|
|
60869
|
-
NotFoundTag$outboundSchema = NotFoundTag$inboundSchema;
|
|
60870
|
-
((NotFoundTag$) => {
|
|
60871
|
-
NotFoundTag$.inboundSchema = NotFoundTag$inboundSchema;
|
|
60872
|
-
NotFoundTag$.outboundSchema = NotFoundTag$outboundSchema;
|
|
60873
|
-
})(NotFoundTag$ ||= {});
|
|
60874
60478
|
NotFound$inboundSchema = objectType({
|
|
60875
60479
|
status: numberType(),
|
|
60876
60480
|
code: NotFoundCode$inboundSchema,
|
|
60877
60481
|
message: stringType(),
|
|
60878
|
-
_tag: NotFoundTag$inboundSchema,
|
|
60879
60482
|
request$: instanceOfType(Request),
|
|
60880
60483
|
response$: instanceOfType(Response),
|
|
60881
60484
|
body$: stringType()
|
|
60882
60485
|
}).transform((v2) => {
|
|
60883
|
-
|
|
60884
|
-
_tag: "tag"
|
|
60885
|
-
});
|
|
60886
|
-
return new NotFound(remapped, {
|
|
60486
|
+
return new NotFound(v2, {
|
|
60887
60487
|
request: v2.request$,
|
|
60888
60488
|
response: v2.response$,
|
|
60889
60489
|
body: v2.body$
|
|
@@ -60892,12 +60492,7 @@ var init_notfound = __esm(() => {
|
|
|
60892
60492
|
NotFound$outboundSchema = instanceOfType(NotFound).transform((v2) => v2.data$).pipe(objectType({
|
|
60893
60493
|
status: numberType(),
|
|
60894
60494
|
code: NotFoundCode$outboundSchema,
|
|
60895
|
-
message: stringType()
|
|
60896
|
-
tag: NotFoundTag$outboundSchema
|
|
60897
|
-
}).transform((v2) => {
|
|
60898
|
-
return remap(v2, {
|
|
60899
|
-
tag: "_tag"
|
|
60900
|
-
});
|
|
60495
|
+
message: stringType()
|
|
60901
60496
|
}));
|
|
60902
60497
|
((NotFound$) => {
|
|
60903
60498
|
NotFound$.inboundSchema = NotFound$inboundSchema;
|
|
@@ -61000,9 +60595,9 @@ var init_domainsRegistrarGetDomainAvailability2 = __esm(() => {
|
|
|
61000
60595
|
};
|
|
61001
60596
|
tool$domainsRegistrarGetDomainAvailability = {
|
|
61002
60597
|
name: "domains-registrar-get-domain-availability",
|
|
61003
|
-
description: `Get availability for a
|
|
60598
|
+
description: `Get availability for a domain
|
|
61004
60599
|
|
|
61005
|
-
Get availability for a specific domain
|
|
60600
|
+
Get availability for a specific domain. If the domain is available, it can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.`,
|
|
61006
60601
|
args: args65,
|
|
61007
60602
|
tool: async (client, args66, ctx) => {
|
|
61008
60603
|
const [result, apiCall] = await domainsRegistrarGetDomainAvailability(client, args66.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -61038,14 +60633,14 @@ var init_getdomainpriceop = __esm(() => {
|
|
|
61038
60633
|
GetDomainPriceRequest$.outboundSchema = GetDomainPriceRequest$outboundSchema;
|
|
61039
60634
|
})(GetDomainPriceRequest$ ||= {});
|
|
61040
60635
|
GetDomainPriceDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
61041
|
-
|
|
60636
|
+
BadRequest$inboundSchema,
|
|
61042
60637
|
TldNotSupported$inboundSchema,
|
|
61043
|
-
|
|
60638
|
+
HttpApiDecodeError$inboundSchema
|
|
61044
60639
|
]);
|
|
61045
60640
|
GetDomainPriceDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
61046
|
-
|
|
60641
|
+
BadRequest$outboundSchema,
|
|
61047
60642
|
TldNotSupported$outboundSchema,
|
|
61048
|
-
|
|
60643
|
+
HttpApiDecodeError$outboundSchema
|
|
61049
60644
|
]);
|
|
61050
60645
|
((GetDomainPriceDomainsRegistrarResponseBody$) => {
|
|
61051
60646
|
GetDomainPriceDomainsRegistrarResponseBody$.inboundSchema = GetDomainPriceDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -61166,7 +60761,7 @@ var init_domainsRegistrarGetDomainPrice2 = __esm(() => {
|
|
|
61166
60761
|
};
|
|
61167
60762
|
tool$domainsRegistrarGetDomainPrice = {
|
|
61168
60763
|
name: "domains-registrar-get-domain-price",
|
|
61169
|
-
description: `Get price data for a
|
|
60764
|
+
description: `Get price data for a domain
|
|
61170
60765
|
|
|
61171
60766
|
Get price data for a specific domain`,
|
|
61172
60767
|
args: args66,
|
|
@@ -61332,9 +60927,9 @@ var init_domainsRegistrarGetDomainTransferIn2 = __esm(() => {
|
|
|
61332
60927
|
};
|
|
61333
60928
|
tool$domainsRegistrarGetDomainTransferIn = {
|
|
61334
60929
|
name: "domains-registrar-get-domain-transfer-in",
|
|
61335
|
-
description: `Get
|
|
60930
|
+
description: `Get a domain's transfer status
|
|
61336
60931
|
|
|
61337
|
-
Get
|
|
60932
|
+
Get the transfer status for a domain`,
|
|
61338
60933
|
args: args67,
|
|
61339
60934
|
tool: async (client, args68, ctx) => {
|
|
61340
60935
|
const [result, apiCall] = await domainsRegistrarGetDomainTransferIn(client, args68.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -61782,9 +61377,9 @@ var init_domainsRegistrarGetOrder2 = __esm(() => {
|
|
|
61782
61377
|
};
|
|
61783
61378
|
tool$domainsRegistrarGetOrder = {
|
|
61784
61379
|
name: "domains-registrar-get-order",
|
|
61785
|
-
description: `Get
|
|
61380
|
+
description: `Get a domain order
|
|
61786
61381
|
|
|
61787
|
-
Get a domain order`,
|
|
61382
|
+
Get information about a domain order by its ID`,
|
|
61788
61383
|
args: args68,
|
|
61789
61384
|
tool: async (client, args69, ctx) => {
|
|
61790
61385
|
const [result, apiCall] = await domainsRegistrarGetOrder(client, args69.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -61875,9 +61470,9 @@ var init_domainsRegistrarGetSupportedTlds2 = __esm(() => {
|
|
|
61875
61470
|
init_tools();
|
|
61876
61471
|
tool$domainsRegistrarGetSupportedTlds = {
|
|
61877
61472
|
name: "domains-registrar-get-supported-tlds",
|
|
61878
|
-
description: `Get
|
|
61473
|
+
description: `Get supported TLDs
|
|
61879
61474
|
|
|
61880
|
-
Get supported
|
|
61475
|
+
Get a list of TLDs supported by Vercel`,
|
|
61881
61476
|
tool: async (client, ctx) => {
|
|
61882
61477
|
const [result, apiCall] = await domainsRegistrarGetSupportedTlds(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
61883
61478
|
if (!result.ok) {
|
|
@@ -61910,10 +61505,10 @@ var init_gettldpriceop = __esm(() => {
|
|
|
61910
61505
|
GetTldPriceRequest$.inboundSchema = GetTldPriceRequest$inboundSchema;
|
|
61911
61506
|
GetTldPriceRequest$.outboundSchema = GetTldPriceRequest$outboundSchema;
|
|
61912
61507
|
})(GetTldPriceRequest$ ||= {});
|
|
61913
|
-
GetTldPriceDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
61508
|
+
GetTldPriceDomainsRegistrarResponseBody$inboundSchema = unionType([TldNotSupported$inboundSchema, HttpApiDecodeError$inboundSchema]);
|
|
61914
61509
|
GetTldPriceDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
61915
|
-
|
|
61916
|
-
|
|
61510
|
+
TldNotSupported$outboundSchema,
|
|
61511
|
+
HttpApiDecodeError$outboundSchema
|
|
61917
61512
|
]);
|
|
61918
61513
|
((GetTldPriceDomainsRegistrarResponseBody$) => {
|
|
61919
61514
|
GetTldPriceDomainsRegistrarResponseBody$.inboundSchema = GetTldPriceDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -62034,9 +61629,9 @@ var init_domainsRegistrarGetTldPrice2 = __esm(() => {
|
|
|
62034
61629
|
};
|
|
62035
61630
|
tool$domainsRegistrarGetTldPrice = {
|
|
62036
61631
|
name: "domains-registrar-get-tld-price",
|
|
62037
|
-
description: `Get price data
|
|
61632
|
+
description: `Get TLD price data
|
|
62038
61633
|
|
|
62039
|
-
Get TLD price data
|
|
61634
|
+
Get price data for a specific TLD. This only reflects base prices for the given TLD. Premium domains may have different prices. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to get the price data for a specific domain.`,
|
|
62040
61635
|
args: args69,
|
|
62041
61636
|
tool: async (client, args70, ctx) => {
|
|
62042
61637
|
const [result, apiCall] = await domainsRegistrarGetTldPrice(client, args70.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -62145,20 +61740,20 @@ var init_renewdomainop = __esm(() => {
|
|
|
62145
61740
|
RenewDomainDomainsRegistrarResponseResponseBody$.outboundSchema = RenewDomainDomainsRegistrarResponseResponseBody$outboundSchema;
|
|
62146
61741
|
})(RenewDomainDomainsRegistrarResponseResponseBody$ ||= {});
|
|
62147
61742
|
RenewDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
62148
|
-
|
|
62149
|
-
TldNotSupported$inboundSchema,
|
|
62150
|
-
DomainNotAvailable$inboundSchema,
|
|
62151
|
-
ExpectedPriceMismatch$inboundSchema,
|
|
61743
|
+
BadRequest$inboundSchema,
|
|
62152
61744
|
DomainNotRegistered$inboundSchema,
|
|
62153
|
-
|
|
61745
|
+
ExpectedPriceMismatch$inboundSchema,
|
|
61746
|
+
DomainNotAvailable$inboundSchema,
|
|
61747
|
+
TldNotSupported$inboundSchema,
|
|
61748
|
+
HttpApiDecodeError$inboundSchema
|
|
62154
61749
|
]);
|
|
62155
61750
|
RenewDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
62156
|
-
|
|
62157
|
-
TldNotSupported$outboundSchema,
|
|
62158
|
-
DomainNotAvailable$outboundSchema,
|
|
62159
|
-
ExpectedPriceMismatch$outboundSchema,
|
|
61751
|
+
BadRequest$outboundSchema,
|
|
62160
61752
|
DomainNotRegistered$outboundSchema,
|
|
62161
|
-
|
|
61753
|
+
ExpectedPriceMismatch$outboundSchema,
|
|
61754
|
+
DomainNotAvailable$outboundSchema,
|
|
61755
|
+
TldNotSupported$outboundSchema,
|
|
61756
|
+
HttpApiDecodeError$outboundSchema
|
|
62162
61757
|
]);
|
|
62163
61758
|
((RenewDomainDomainsRegistrarResponseBody$) => {
|
|
62164
61759
|
RenewDomainDomainsRegistrarResponseBody$.inboundSchema = RenewDomainDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -62412,18 +62007,18 @@ var init_transferindomainop = __esm(() => {
|
|
|
62412
62007
|
TransferInDomainDomainsRegistrarResponseResponseBody$.outboundSchema = TransferInDomainDomainsRegistrarResponseResponseBody$outboundSchema;
|
|
62413
62008
|
})(TransferInDomainDomainsRegistrarResponseResponseBody$ ||= {});
|
|
62414
62009
|
TransferInDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
|
|
62415
|
-
|
|
62416
|
-
TldNotSupported$inboundSchema,
|
|
62417
|
-
DomainNotAvailable$inboundSchema,
|
|
62010
|
+
BadRequest$inboundSchema,
|
|
62418
62011
|
ExpectedPriceMismatch$inboundSchema,
|
|
62419
|
-
|
|
62012
|
+
DomainNotAvailable$inboundSchema,
|
|
62013
|
+
TldNotSupported$inboundSchema,
|
|
62014
|
+
HttpApiDecodeError$inboundSchema
|
|
62420
62015
|
]);
|
|
62421
62016
|
TransferInDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
|
|
62422
|
-
|
|
62423
|
-
TldNotSupported$outboundSchema,
|
|
62424
|
-
DomainNotAvailable$outboundSchema,
|
|
62017
|
+
BadRequest$outboundSchema,
|
|
62425
62018
|
ExpectedPriceMismatch$outboundSchema,
|
|
62426
|
-
|
|
62019
|
+
DomainNotAvailable$outboundSchema,
|
|
62020
|
+
TldNotSupported$outboundSchema,
|
|
62021
|
+
HttpApiDecodeError$outboundSchema
|
|
62427
62022
|
]);
|
|
62428
62023
|
((TransferInDomainDomainsRegistrarResponseBody$) => {
|
|
62429
62024
|
TransferInDomainDomainsRegistrarResponseBody$.inboundSchema = TransferInDomainDomainsRegistrarResponseBody$inboundSchema;
|
|
@@ -62562,9 +62157,9 @@ var init_domainsRegistrarTransferInDomain2 = __esm(() => {
|
|
|
62562
62157
|
};
|
|
62563
62158
|
tool$domainsRegistrarTransferInDomain = {
|
|
62564
62159
|
name: "domains-registrar-transfer-in-domain",
|
|
62565
|
-
description: `Transfer a domain
|
|
62160
|
+
description: `Transfer-in a domain
|
|
62566
62161
|
|
|
62567
|
-
Transfer
|
|
62162
|
+
Transfer a domain in from another registrar`,
|
|
62568
62163
|
args: args71,
|
|
62569
62164
|
tool: async (client, args72, ctx) => {
|
|
62570
62165
|
const [result, apiCall] = await domainsRegistrarTransferInDomain(client, args72.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -62581,21 +62176,16 @@ Transfer-in a domain`,
|
|
|
62581
62176
|
});
|
|
62582
62177
|
|
|
62583
62178
|
// src/models/domainalreadyrenewing.ts
|
|
62584
|
-
var DomainAlreadyRenewingCode,
|
|
62179
|
+
var DomainAlreadyRenewingCode, DomainAlreadyRenewing, DomainAlreadyRenewingCode$inboundSchema, DomainAlreadyRenewingCode$outboundSchema, DomainAlreadyRenewingCode$, DomainAlreadyRenewing$inboundSchema, DomainAlreadyRenewing$outboundSchema, DomainAlreadyRenewing$;
|
|
62585
62180
|
var init_domainalreadyrenewing = __esm(() => {
|
|
62586
62181
|
init_esm();
|
|
62587
|
-
init_primitives();
|
|
62588
62182
|
init_vercelerror();
|
|
62589
62183
|
DomainAlreadyRenewingCode = {
|
|
62590
62184
|
DomainAlreadyRenewing: "domain_already_renewing"
|
|
62591
62185
|
};
|
|
62592
|
-
DomainAlreadyRenewingTag = {
|
|
62593
|
-
DomainAlreadyRenewing: "DomainAlreadyRenewing"
|
|
62594
|
-
};
|
|
62595
62186
|
DomainAlreadyRenewing = class DomainAlreadyRenewing extends VercelError {
|
|
62596
62187
|
status;
|
|
62597
62188
|
code;
|
|
62598
|
-
tag;
|
|
62599
62189
|
data$;
|
|
62600
62190
|
constructor(err, httpMeta) {
|
|
62601
62191
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -62603,7 +62193,6 @@ var init_domainalreadyrenewing = __esm(() => {
|
|
|
62603
62193
|
this.data$ = err;
|
|
62604
62194
|
this.status = err.status;
|
|
62605
62195
|
this.code = err.code;
|
|
62606
|
-
this.tag = err.tag;
|
|
62607
62196
|
this.name = "DomainAlreadyRenewing";
|
|
62608
62197
|
}
|
|
62609
62198
|
};
|
|
@@ -62613,25 +62202,15 @@ var init_domainalreadyrenewing = __esm(() => {
|
|
|
62613
62202
|
DomainAlreadyRenewingCode$.inboundSchema = DomainAlreadyRenewingCode$inboundSchema;
|
|
62614
62203
|
DomainAlreadyRenewingCode$.outboundSchema = DomainAlreadyRenewingCode$outboundSchema;
|
|
62615
62204
|
})(DomainAlreadyRenewingCode$ ||= {});
|
|
62616
|
-
DomainAlreadyRenewingTag$inboundSchema = nativeEnumType(DomainAlreadyRenewingTag);
|
|
62617
|
-
DomainAlreadyRenewingTag$outboundSchema = DomainAlreadyRenewingTag$inboundSchema;
|
|
62618
|
-
((DomainAlreadyRenewingTag$) => {
|
|
62619
|
-
DomainAlreadyRenewingTag$.inboundSchema = DomainAlreadyRenewingTag$inboundSchema;
|
|
62620
|
-
DomainAlreadyRenewingTag$.outboundSchema = DomainAlreadyRenewingTag$outboundSchema;
|
|
62621
|
-
})(DomainAlreadyRenewingTag$ ||= {});
|
|
62622
62205
|
DomainAlreadyRenewing$inboundSchema = objectType({
|
|
62623
62206
|
status: numberType(),
|
|
62624
62207
|
code: DomainAlreadyRenewingCode$inboundSchema,
|
|
62625
62208
|
message: stringType(),
|
|
62626
|
-
_tag: DomainAlreadyRenewingTag$inboundSchema,
|
|
62627
62209
|
request$: instanceOfType(Request),
|
|
62628
62210
|
response$: instanceOfType(Response),
|
|
62629
62211
|
body$: stringType()
|
|
62630
62212
|
}).transform((v2) => {
|
|
62631
|
-
|
|
62632
|
-
_tag: "tag"
|
|
62633
|
-
});
|
|
62634
|
-
return new DomainAlreadyRenewing(remapped, {
|
|
62213
|
+
return new DomainAlreadyRenewing(v2, {
|
|
62635
62214
|
request: v2.request$,
|
|
62636
62215
|
response: v2.response$,
|
|
62637
62216
|
body: v2.body$
|
|
@@ -62640,12 +62219,7 @@ var init_domainalreadyrenewing = __esm(() => {
|
|
|
62640
62219
|
DomainAlreadyRenewing$outboundSchema = instanceOfType(DomainAlreadyRenewing).transform((v2) => v2.data$).pipe(objectType({
|
|
62641
62220
|
status: numberType(),
|
|
62642
62221
|
code: DomainAlreadyRenewingCode$outboundSchema,
|
|
62643
|
-
message: stringType()
|
|
62644
|
-
tag: DomainAlreadyRenewingTag$outboundSchema
|
|
62645
|
-
}).transform((v2) => {
|
|
62646
|
-
return remap(v2, {
|
|
62647
|
-
tag: "_tag"
|
|
62648
|
-
});
|
|
62222
|
+
message: stringType()
|
|
62649
62223
|
}));
|
|
62650
62224
|
((DomainAlreadyRenewing$) => {
|
|
62651
62225
|
DomainAlreadyRenewing$.inboundSchema = DomainAlreadyRenewing$inboundSchema;
|
|
@@ -62654,21 +62228,16 @@ var init_domainalreadyrenewing = __esm(() => {
|
|
|
62654
62228
|
});
|
|
62655
62229
|
|
|
62656
62230
|
// src/models/domainnotrenewable.ts
|
|
62657
|
-
var DomainNotRenewableCode,
|
|
62231
|
+
var DomainNotRenewableCode, DomainNotRenewable, DomainNotRenewableCode$inboundSchema, DomainNotRenewableCode$outboundSchema, DomainNotRenewableCode$, DomainNotRenewable$inboundSchema, DomainNotRenewable$outboundSchema, DomainNotRenewable$;
|
|
62658
62232
|
var init_domainnotrenewable = __esm(() => {
|
|
62659
62233
|
init_esm();
|
|
62660
|
-
init_primitives();
|
|
62661
62234
|
init_vercelerror();
|
|
62662
62235
|
DomainNotRenewableCode = {
|
|
62663
62236
|
DomainNotRenewable: "domain_not_renewable"
|
|
62664
62237
|
};
|
|
62665
|
-
DomainNotRenewableTag = {
|
|
62666
|
-
DomainNotRenewable: "DomainNotRenewable"
|
|
62667
|
-
};
|
|
62668
62238
|
DomainNotRenewable = class DomainNotRenewable extends VercelError {
|
|
62669
62239
|
status;
|
|
62670
62240
|
code;
|
|
62671
|
-
tag;
|
|
62672
62241
|
data$;
|
|
62673
62242
|
constructor(err, httpMeta) {
|
|
62674
62243
|
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -62676,7 +62245,6 @@ var init_domainnotrenewable = __esm(() => {
|
|
|
62676
62245
|
this.data$ = err;
|
|
62677
62246
|
this.status = err.status;
|
|
62678
62247
|
this.code = err.code;
|
|
62679
|
-
this.tag = err.tag;
|
|
62680
62248
|
this.name = "DomainNotRenewable";
|
|
62681
62249
|
}
|
|
62682
62250
|
};
|
|
@@ -62686,25 +62254,15 @@ var init_domainnotrenewable = __esm(() => {
|
|
|
62686
62254
|
DomainNotRenewableCode$.inboundSchema = DomainNotRenewableCode$inboundSchema;
|
|
62687
62255
|
DomainNotRenewableCode$.outboundSchema = DomainNotRenewableCode$outboundSchema;
|
|
62688
62256
|
})(DomainNotRenewableCode$ ||= {});
|
|
62689
|
-
DomainNotRenewableTag$inboundSchema = nativeEnumType(DomainNotRenewableTag);
|
|
62690
|
-
DomainNotRenewableTag$outboundSchema = DomainNotRenewableTag$inboundSchema;
|
|
62691
|
-
((DomainNotRenewableTag$) => {
|
|
62692
|
-
DomainNotRenewableTag$.inboundSchema = DomainNotRenewableTag$inboundSchema;
|
|
62693
|
-
DomainNotRenewableTag$.outboundSchema = DomainNotRenewableTag$outboundSchema;
|
|
62694
|
-
})(DomainNotRenewableTag$ ||= {});
|
|
62695
62257
|
DomainNotRenewable$inboundSchema = objectType({
|
|
62696
62258
|
status: numberType(),
|
|
62697
62259
|
code: DomainNotRenewableCode$inboundSchema,
|
|
62698
62260
|
message: stringType(),
|
|
62699
|
-
_tag: DomainNotRenewableTag$inboundSchema,
|
|
62700
62261
|
request$: instanceOfType(Request),
|
|
62701
62262
|
response$: instanceOfType(Response),
|
|
62702
62263
|
body$: stringType()
|
|
62703
62264
|
}).transform((v2) => {
|
|
62704
|
-
|
|
62705
|
-
_tag: "tag"
|
|
62706
|
-
});
|
|
62707
|
-
return new DomainNotRenewable(remapped, {
|
|
62265
|
+
return new DomainNotRenewable(v2, {
|
|
62708
62266
|
request: v2.request$,
|
|
62709
62267
|
response: v2.response$,
|
|
62710
62268
|
body: v2.body$
|
|
@@ -62713,12 +62271,7 @@ var init_domainnotrenewable = __esm(() => {
|
|
|
62713
62271
|
DomainNotRenewable$outboundSchema = instanceOfType(DomainNotRenewable).transform((v2) => v2.data$).pipe(objectType({
|
|
62714
62272
|
status: numberType(),
|
|
62715
62273
|
code: DomainNotRenewableCode$outboundSchema,
|
|
62716
|
-
message: stringType()
|
|
62717
|
-
tag: DomainNotRenewableTag$outboundSchema
|
|
62718
|
-
}).transform((v2) => {
|
|
62719
|
-
return remap(v2, {
|
|
62720
|
-
tag: "_tag"
|
|
62721
|
-
});
|
|
62274
|
+
message: stringType()
|
|
62722
62275
|
}));
|
|
62723
62276
|
((DomainNotRenewable$) => {
|
|
62724
62277
|
DomainNotRenewable$.inboundSchema = DomainNotRenewable$inboundSchema;
|
|
@@ -62774,16 +62327,16 @@ var init_updatedomainautorenewop = __esm(() => {
|
|
|
62774
62327
|
UpdateDomainAutoRenewDomainsRegistrarResponseBody$.outboundSchema = UpdateDomainAutoRenewDomainsRegistrarResponseBody$outboundSchema;
|
|
62775
62328
|
})(UpdateDomainAutoRenewDomainsRegistrarResponseBody$ ||= {});
|
|
62776
62329
|
UpdateDomainAutoRenewResponseBody$inboundSchema = unionType([
|
|
62777
|
-
|
|
62778
|
-
DomainNotRegistered$inboundSchema,
|
|
62330
|
+
DomainAlreadyRenewing$inboundSchema,
|
|
62779
62331
|
DomainNotRenewable$inboundSchema,
|
|
62780
|
-
|
|
62332
|
+
DomainNotRegistered$inboundSchema,
|
|
62333
|
+
HttpApiDecodeError$inboundSchema
|
|
62781
62334
|
]);
|
|
62782
62335
|
UpdateDomainAutoRenewResponseBody$outboundSchema = unionType([
|
|
62783
|
-
|
|
62784
|
-
DomainNotRegistered$outboundSchema,
|
|
62336
|
+
DomainAlreadyRenewing$outboundSchema,
|
|
62785
62337
|
DomainNotRenewable$outboundSchema,
|
|
62786
|
-
|
|
62338
|
+
DomainNotRegistered$outboundSchema,
|
|
62339
|
+
HttpApiDecodeError$outboundSchema
|
|
62787
62340
|
]);
|
|
62788
62341
|
((UpdateDomainAutoRenewResponseBody$) => {
|
|
62789
62342
|
UpdateDomainAutoRenewResponseBody$.inboundSchema = UpdateDomainAutoRenewResponseBody$inboundSchema;
|
|
@@ -62886,9 +62439,9 @@ var init_domainsRegistrarUpdateDomainAutoRenew2 = __esm(() => {
|
|
|
62886
62439
|
};
|
|
62887
62440
|
tool$domainsRegistrarUpdateDomainAutoRenew = {
|
|
62888
62441
|
name: "domains-registrar-update-domain-auto-renew",
|
|
62889
|
-
description: `Update
|
|
62442
|
+
description: `Update auto-renew for a domain
|
|
62890
62443
|
|
|
62891
|
-
Update auto-renew for a domain`,
|
|
62444
|
+
Update the auto-renew setting for a domain`,
|
|
62892
62445
|
args: args72,
|
|
62893
62446
|
tool: async (client, args73, ctx) => {
|
|
62894
62447
|
const [result, apiCall] = await domainsRegistrarUpdateDomainAutoRenew(client, args73.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -62949,12 +62502,12 @@ var init_updatedomainnameserversop = __esm(() => {
|
|
|
62949
62502
|
UpdateDomainNameserversDomainsRegistrarResponseBody$.outboundSchema = UpdateDomainNameserversDomainsRegistrarResponseBody$outboundSchema;
|
|
62950
62503
|
})(UpdateDomainNameserversDomainsRegistrarResponseBody$ ||= {});
|
|
62951
62504
|
UpdateDomainNameserversResponseBody$inboundSchema = unionType([
|
|
62952
|
-
|
|
62953
|
-
|
|
62505
|
+
DomainNotRegistered$inboundSchema,
|
|
62506
|
+
HttpApiDecodeError$inboundSchema
|
|
62954
62507
|
]);
|
|
62955
62508
|
UpdateDomainNameserversResponseBody$outboundSchema = unionType([
|
|
62956
|
-
|
|
62957
|
-
|
|
62509
|
+
DomainNotRegistered$outboundSchema,
|
|
62510
|
+
HttpApiDecodeError$outboundSchema
|
|
62958
62511
|
]);
|
|
62959
62512
|
((UpdateDomainNameserversResponseBody$) => {
|
|
62960
62513
|
UpdateDomainNameserversResponseBody$.inboundSchema = UpdateDomainNameserversResponseBody$inboundSchema;
|
|
@@ -63057,9 +62610,9 @@ var init_domainsRegistrarUpdateDomainNameservers2 = __esm(() => {
|
|
|
63057
62610
|
};
|
|
63058
62611
|
tool$domainsRegistrarUpdateDomainNameservers = {
|
|
63059
62612
|
name: "domains-registrar-update-domain-nameservers",
|
|
63060
|
-
description: `Update
|
|
62613
|
+
description: `Update nameservers for a domain
|
|
63061
62614
|
|
|
63062
|
-
Update nameservers for a domain
|
|
62615
|
+
Update the nameservers for a domain. Pass an empty array to use Vercel's default nameservers.`,
|
|
63063
62616
|
args: args73,
|
|
63064
62617
|
tool: async (client, args74, ctx) => {
|
|
63065
62618
|
const [result, apiCall] = await domainsRegistrarUpdateDomainNameservers(client, args74.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -83797,10 +83350,10 @@ var init_createprojectop = __esm(() => {
|
|
|
83797
83350
|
};
|
|
83798
83351
|
CreateProjectProjectsResponseType = {
|
|
83799
83352
|
System: "system",
|
|
83353
|
+
Secret: "secret",
|
|
83800
83354
|
Encrypted: "encrypted",
|
|
83801
83355
|
Plain: "plain",
|
|
83802
|
-
Sensitive: "sensitive"
|
|
83803
|
-
Secret: "secret"
|
|
83356
|
+
Sensitive: "sensitive"
|
|
83804
83357
|
};
|
|
83805
83358
|
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
83806
83359
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -83996,8 +83549,8 @@ var init_createprojectop = __esm(() => {
|
|
|
83996
83549
|
Turbo: "turbo"
|
|
83997
83550
|
};
|
|
83998
83551
|
CreateProjectProjectsDeploymentType = {
|
|
83999
|
-
Preview: "preview",
|
|
84000
83552
|
All: "all",
|
|
83553
|
+
Preview: "preview",
|
|
84001
83554
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
84002
83555
|
AllExceptCustomDomains: "all_except_custom_domains"
|
|
84003
83556
|
};
|
|
@@ -84056,18 +83609,18 @@ var init_createprojectop = __esm(() => {
|
|
|
84056
83609
|
IntegrationAutomationBypass: "integration-automation-bypass"
|
|
84057
83610
|
};
|
|
84058
83611
|
CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
84059
|
-
Preview: "preview",
|
|
84060
|
-
Production: "production",
|
|
84061
83612
|
All: "all",
|
|
83613
|
+
Preview: "preview",
|
|
84062
83614
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
84063
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
83615
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
83616
|
+
Production: "production"
|
|
84064
83617
|
};
|
|
84065
83618
|
CreateProjectTrustedIpsDeploymentType = {
|
|
84066
|
-
Preview: "preview",
|
|
84067
|
-
Production: "production",
|
|
84068
83619
|
All: "all",
|
|
83620
|
+
Preview: "preview",
|
|
84069
83621
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
84070
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
83622
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
83623
|
+
Production: "production"
|
|
84071
83624
|
};
|
|
84072
83625
|
TrustedIpsProtectionMode = {
|
|
84073
83626
|
Additional: "additional",
|
|
@@ -85492,28 +85045,28 @@ var init_createprojectop = __esm(() => {
|
|
|
85492
85045
|
})(CreateProjectLinkProjectsDeployHooks$ ||= {});
|
|
85493
85046
|
CreateProjectLink2$inboundSchema = objectType({
|
|
85494
85047
|
type: CreateProjectLinkProjectsType$inboundSchema,
|
|
85495
|
-
repo: stringType().optional(),
|
|
85496
|
-
repoId: numberType().optional(),
|
|
85497
|
-
createdAt: numberType().optional(),
|
|
85498
85048
|
updatedAt: numberType().optional(),
|
|
85049
|
+
createdAt: numberType().optional(),
|
|
85050
|
+
repo: stringType().optional(),
|
|
85051
|
+
sourceless: booleanType().optional(),
|
|
85499
85052
|
org: stringType(),
|
|
85500
85053
|
repoOwnerId: numberType().optional(),
|
|
85054
|
+
repoId: numberType().optional(),
|
|
85501
85055
|
deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
|
|
85502
85056
|
gitCredentialId: stringType(),
|
|
85503
|
-
sourceless: booleanType().optional(),
|
|
85504
85057
|
productionBranch: stringType()
|
|
85505
85058
|
});
|
|
85506
85059
|
CreateProjectLink2$outboundSchema = objectType({
|
|
85507
85060
|
type: CreateProjectLinkProjectsType$outboundSchema,
|
|
85508
|
-
repo: stringType().optional(),
|
|
85509
|
-
repoId: numberType().optional(),
|
|
85510
|
-
createdAt: numberType().optional(),
|
|
85511
85061
|
updatedAt: numberType().optional(),
|
|
85062
|
+
createdAt: numberType().optional(),
|
|
85063
|
+
repo: stringType().optional(),
|
|
85064
|
+
sourceless: booleanType().optional(),
|
|
85512
85065
|
org: stringType(),
|
|
85513
85066
|
repoOwnerId: numberType().optional(),
|
|
85067
|
+
repoId: numberType().optional(),
|
|
85514
85068
|
deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
|
|
85515
85069
|
gitCredentialId: stringType(),
|
|
85516
|
-
sourceless: booleanType().optional(),
|
|
85517
85070
|
productionBranch: stringType()
|
|
85518
85071
|
});
|
|
85519
85072
|
((CreateProjectLink2$) => {
|
|
@@ -85683,22 +85236,22 @@ var init_createprojectop = __esm(() => {
|
|
|
85683
85236
|
CreateProjectBuildMachineType$.outboundSchema = CreateProjectBuildMachineType$outboundSchema;
|
|
85684
85237
|
})(CreateProjectBuildMachineType$ ||= {});
|
|
85685
85238
|
CreateProjectProjectsResourceConfig$inboundSchema = objectType({
|
|
85686
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85687
85239
|
fluid: booleanType().optional(),
|
|
85688
85240
|
functionDefaultRegions: arrayType(stringType()),
|
|
85689
85241
|
functionDefaultTimeout: numberType().optional(),
|
|
85690
85242
|
functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
85691
85243
|
functionZeroConfigFailover: booleanType().optional(),
|
|
85244
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85692
85245
|
buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
|
|
85693
85246
|
isNSNBDisabled: booleanType().optional()
|
|
85694
85247
|
});
|
|
85695
85248
|
CreateProjectProjectsResourceConfig$outboundSchema = objectType({
|
|
85696
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85697
85249
|
fluid: booleanType().optional(),
|
|
85698
85250
|
functionDefaultRegions: arrayType(stringType()),
|
|
85699
85251
|
functionDefaultTimeout: numberType().optional(),
|
|
85700
85252
|
functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
85701
85253
|
functionZeroConfigFailover: booleanType().optional(),
|
|
85254
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85702
85255
|
buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
|
|
85703
85256
|
isNSNBDisabled: booleanType().optional()
|
|
85704
85257
|
});
|
|
@@ -85765,22 +85318,22 @@ var init_createprojectop = __esm(() => {
|
|
|
85765
85318
|
CreateProjectProjectsBuildMachineType$.outboundSchema = CreateProjectProjectsBuildMachineType$outboundSchema;
|
|
85766
85319
|
})(CreateProjectProjectsBuildMachineType$ ||= {});
|
|
85767
85320
|
CreateProjectDefaultResourceConfig$inboundSchema = objectType({
|
|
85768
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85769
85321
|
fluid: booleanType().optional(),
|
|
85770
85322
|
functionDefaultRegions: arrayType(stringType()),
|
|
85771
85323
|
functionDefaultTimeout: numberType().optional(),
|
|
85772
85324
|
functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
85773
85325
|
functionZeroConfigFailover: booleanType().optional(),
|
|
85326
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85774
85327
|
buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema.optional(),
|
|
85775
85328
|
isNSNBDisabled: booleanType().optional()
|
|
85776
85329
|
});
|
|
85777
85330
|
CreateProjectDefaultResourceConfig$outboundSchema = objectType({
|
|
85778
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85779
85331
|
fluid: booleanType().optional(),
|
|
85780
85332
|
functionDefaultRegions: arrayType(stringType()),
|
|
85781
85333
|
functionDefaultTimeout: numberType().optional(),
|
|
85782
85334
|
functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
85783
85335
|
functionZeroConfigFailover: booleanType().optional(),
|
|
85336
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
85784
85337
|
buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema.optional(),
|
|
85785
85338
|
isNSNBDisabled: booleanType().optional()
|
|
85786
85339
|
});
|
|
@@ -100887,10 +100440,10 @@ var init_updateprojectop = __esm(() => {
|
|
|
100887
100440
|
};
|
|
100888
100441
|
UpdateProjectType = {
|
|
100889
100442
|
System: "system",
|
|
100443
|
+
Secret: "secret",
|
|
100890
100444
|
Encrypted: "encrypted",
|
|
100891
100445
|
Plain: "plain",
|
|
100892
|
-
Sensitive: "sensitive"
|
|
100893
|
-
Secret: "secret"
|
|
100446
|
+
Sensitive: "sensitive"
|
|
100894
100447
|
};
|
|
100895
100448
|
UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
100896
100449
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -101086,8 +100639,8 @@ var init_updateprojectop = __esm(() => {
|
|
|
101086
100639
|
Turbo: "turbo"
|
|
101087
100640
|
};
|
|
101088
100641
|
UpdateProjectProjectsResponseDeploymentType = {
|
|
101089
|
-
Preview: "preview",
|
|
101090
100642
|
All: "all",
|
|
100643
|
+
Preview: "preview",
|
|
101091
100644
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
101092
100645
|
AllExceptCustomDomains: "all_except_custom_domains"
|
|
101093
100646
|
};
|
|
@@ -101146,18 +100699,18 @@ var init_updateprojectop = __esm(() => {
|
|
|
101146
100699
|
IntegrationAutomationBypass: "integration-automation-bypass"
|
|
101147
100700
|
};
|
|
101148
100701
|
UpdateProjectTrustedIpsProjectsDeploymentType = {
|
|
101149
|
-
Preview: "preview",
|
|
101150
|
-
Production: "production",
|
|
101151
100702
|
All: "all",
|
|
100703
|
+
Preview: "preview",
|
|
101152
100704
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
101153
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
100705
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
100706
|
+
Production: "production"
|
|
101154
100707
|
};
|
|
101155
100708
|
UpdateProjectTrustedIpsDeploymentType = {
|
|
101156
|
-
Preview: "preview",
|
|
101157
|
-
Production: "production",
|
|
101158
100709
|
All: "all",
|
|
100710
|
+
Preview: "preview",
|
|
101159
100711
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
101160
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
100712
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
100713
|
+
Production: "production"
|
|
101161
100714
|
};
|
|
101162
100715
|
UpdateProjectTrustedIpsProtectionMode = {
|
|
101163
100716
|
Additional: "additional",
|
|
@@ -102636,28 +102189,28 @@ var init_updateprojectop = __esm(() => {
|
|
|
102636
102189
|
})(UpdateProjectLinkProjectsDeployHooks$ ||= {});
|
|
102637
102190
|
UpdateProjectLink2$inboundSchema = objectType({
|
|
102638
102191
|
type: UpdateProjectLinkProjectsType$inboundSchema,
|
|
102639
|
-
repo: stringType().optional(),
|
|
102640
|
-
repoId: numberType().optional(),
|
|
102641
|
-
createdAt: numberType().optional(),
|
|
102642
102192
|
updatedAt: numberType().optional(),
|
|
102193
|
+
createdAt: numberType().optional(),
|
|
102194
|
+
repo: stringType().optional(),
|
|
102195
|
+
sourceless: booleanType().optional(),
|
|
102643
102196
|
org: stringType(),
|
|
102644
102197
|
repoOwnerId: numberType().optional(),
|
|
102198
|
+
repoId: numberType().optional(),
|
|
102645
102199
|
deployHooks: arrayType(lazyType(() => UpdateProjectLinkProjectsDeployHooks$inboundSchema)),
|
|
102646
102200
|
gitCredentialId: stringType(),
|
|
102647
|
-
sourceless: booleanType().optional(),
|
|
102648
102201
|
productionBranch: stringType()
|
|
102649
102202
|
});
|
|
102650
102203
|
UpdateProjectLink2$outboundSchema = objectType({
|
|
102651
102204
|
type: UpdateProjectLinkProjectsType$outboundSchema,
|
|
102652
|
-
repo: stringType().optional(),
|
|
102653
|
-
repoId: numberType().optional(),
|
|
102654
|
-
createdAt: numberType().optional(),
|
|
102655
102205
|
updatedAt: numberType().optional(),
|
|
102206
|
+
createdAt: numberType().optional(),
|
|
102207
|
+
repo: stringType().optional(),
|
|
102208
|
+
sourceless: booleanType().optional(),
|
|
102656
102209
|
org: stringType(),
|
|
102657
102210
|
repoOwnerId: numberType().optional(),
|
|
102211
|
+
repoId: numberType().optional(),
|
|
102658
102212
|
deployHooks: arrayType(lazyType(() => UpdateProjectLinkProjectsDeployHooks$outboundSchema)),
|
|
102659
102213
|
gitCredentialId: stringType(),
|
|
102660
|
-
sourceless: booleanType().optional(),
|
|
102661
102214
|
productionBranch: stringType()
|
|
102662
102215
|
});
|
|
102663
102216
|
((UpdateProjectLink2$) => {
|
|
@@ -102827,22 +102380,22 @@ var init_updateprojectop = __esm(() => {
|
|
|
102827
102380
|
UpdateProjectProjectsBuildMachineType$.outboundSchema = UpdateProjectProjectsBuildMachineType$outboundSchema;
|
|
102828
102381
|
})(UpdateProjectProjectsBuildMachineType$ ||= {});
|
|
102829
102382
|
UpdateProjectProjectsResourceConfig$inboundSchema = objectType({
|
|
102830
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102831
102383
|
fluid: booleanType().optional(),
|
|
102832
102384
|
functionDefaultRegions: arrayType(stringType()),
|
|
102833
102385
|
functionDefaultTimeout: numberType().optional(),
|
|
102834
102386
|
functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
102835
102387
|
functionZeroConfigFailover: booleanType().optional(),
|
|
102388
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102836
102389
|
buildMachineType: UpdateProjectProjectsBuildMachineType$inboundSchema.optional(),
|
|
102837
102390
|
isNSNBDisabled: booleanType().optional()
|
|
102838
102391
|
});
|
|
102839
102392
|
UpdateProjectProjectsResourceConfig$outboundSchema = objectType({
|
|
102840
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102841
102393
|
fluid: booleanType().optional(),
|
|
102842
102394
|
functionDefaultRegions: arrayType(stringType()),
|
|
102843
102395
|
functionDefaultTimeout: numberType().optional(),
|
|
102844
102396
|
functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
102845
102397
|
functionZeroConfigFailover: booleanType().optional(),
|
|
102398
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102846
102399
|
buildMachineType: UpdateProjectProjectsBuildMachineType$outboundSchema.optional(),
|
|
102847
102400
|
isNSNBDisabled: booleanType().optional()
|
|
102848
102401
|
});
|
|
@@ -102909,22 +102462,22 @@ var init_updateprojectop = __esm(() => {
|
|
|
102909
102462
|
UpdateProjectProjectsResponseBuildMachineType$.outboundSchema = UpdateProjectProjectsResponseBuildMachineType$outboundSchema;
|
|
102910
102463
|
})(UpdateProjectProjectsResponseBuildMachineType$ ||= {});
|
|
102911
102464
|
UpdateProjectDefaultResourceConfig$inboundSchema = objectType({
|
|
102912
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102913
102465
|
fluid: booleanType().optional(),
|
|
102914
102466
|
functionDefaultRegions: arrayType(stringType()),
|
|
102915
102467
|
functionDefaultTimeout: numberType().optional(),
|
|
102916
102468
|
functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
102917
102469
|
functionZeroConfigFailover: booleanType().optional(),
|
|
102470
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102918
102471
|
buildMachineType: UpdateProjectProjectsResponseBuildMachineType$inboundSchema.optional(),
|
|
102919
102472
|
isNSNBDisabled: booleanType().optional()
|
|
102920
102473
|
});
|
|
102921
102474
|
UpdateProjectDefaultResourceConfig$outboundSchema = objectType({
|
|
102922
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102923
102475
|
fluid: booleanType().optional(),
|
|
102924
102476
|
functionDefaultRegions: arrayType(stringType()),
|
|
102925
102477
|
functionDefaultTimeout: numberType().optional(),
|
|
102926
102478
|
functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
102927
102479
|
functionZeroConfigFailover: booleanType().optional(),
|
|
102480
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
102928
102481
|
buildMachineType: UpdateProjectProjectsResponseBuildMachineType$outboundSchema.optional(),
|
|
102929
102482
|
isNSNBDisabled: booleanType().optional()
|
|
102930
102483
|
});
|
|
@@ -109301,7 +108854,7 @@ async function $do158(client, request, options) {
|
|
|
109301
108854
|
const req = requestRes.value;
|
|
109302
108855
|
const doResult = await client._do(req, {
|
|
109303
108856
|
context,
|
|
109304
|
-
errorCodes: ["400", "401", "402", "403", "409", "4XX", "500", "5XX"],
|
|
108857
|
+
errorCodes: ["400", "401", "402", "403", "404", "409", "4XX", "500", "5XX"],
|
|
109305
108858
|
retryConfig: context.retryConfig,
|
|
109306
108859
|
retryCodes: context.retryCodes
|
|
109307
108860
|
});
|
|
@@ -109309,7 +108862,7 @@ async function $do158(client, request, options) {
|
|
|
109309
108862
|
return [doResult, { status: "request-error", request: req }];
|
|
109310
108863
|
}
|
|
109311
108864
|
const response = doResult.value;
|
|
109312
|
-
const [result] = await match(json(200, UploadProjectClientCertResponseBody$inboundSchema), fail([400, 401, 402, 403, 409, "4XX"]), fail([500, "5XX"]))(response, req);
|
|
108865
|
+
const [result] = await match(json(200, UploadProjectClientCertResponseBody$inboundSchema), fail([400, 401, 402, 403, 404, 409, "4XX"]), fail([500, "5XX"]))(response, req);
|
|
109313
108866
|
if (!result.ok) {
|
|
109314
108867
|
return [result, { status: "complete", request: req, response }];
|
|
109315
108868
|
}
|
|
@@ -129277,7 +128830,7 @@ Get a list of webhooks`,
|
|
|
129277
128830
|
function createMCPServer(deps) {
|
|
129278
128831
|
const server = new McpServer({
|
|
129279
128832
|
name: "Vercel",
|
|
129280
|
-
version: "1.13.
|
|
128833
|
+
version: "1.13.5"
|
|
129281
128834
|
});
|
|
129282
128835
|
const client = new VercelCore({
|
|
129283
128836
|
bearerToken: deps.bearerToken,
|
|
@@ -130860,7 +130413,7 @@ var routes = an({
|
|
|
130860
130413
|
var app = He(routes, {
|
|
130861
130414
|
name: "mcp",
|
|
130862
130415
|
versionInfo: {
|
|
130863
|
-
currentVersion: "1.13.
|
|
130416
|
+
currentVersion: "1.13.5"
|
|
130864
130417
|
}
|
|
130865
130418
|
});
|
|
130866
130419
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -130868,5 +130421,5 @@ export {
|
|
|
130868
130421
|
app
|
|
130869
130422
|
};
|
|
130870
130423
|
|
|
130871
|
-
//# debugId=
|
|
130424
|
+
//# debugId=073575A8C0C6673B64756E2164756E21
|
|
130872
130425
|
//# sourceMappingURL=mcp-server.js.map
|