@vercel/sdk 1.13.4 → 1.13.6
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 +57 -53
- package/bin/mcp-server.js +1982 -2193
- package/bin/mcp-server.js.map +91 -88
- package/docs/sdks/connect/README.md +95 -0
- package/docs/sdks/domains/README.md +11 -11
- package/docs/sdks/domainsregistrar/README.md +55 -55
- package/docs/sdks/projects/README.md +2 -0
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/connect.test.d.ts +2 -0
- package/esm/__tests__/connect.test.d.ts.map +1 -0
- package/esm/__tests__/connect.test.js +36 -0
- package/esm/__tests__/connect.test.js.map +1 -0
- package/esm/__tests__/domains.test.js +11 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +1 -1
- package/esm/__tests__/domainsregistrar.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__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -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/connectUpdateSharedConnectLinks.d.ts +17 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
- 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/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
- 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/createintegrationstoredirectop.d.ts +291 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +353 -351
- package/esm/models/createintegrationstoredirectop.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/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/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- 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 +11 -11
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +10 -10
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +3 -0
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +1 -0
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getintegrationresourcesop.d.ts +3 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
- package/esm/models/getintegrationresourcesop.js +1 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -1
- package/esm/models/getorderop.d.ts +18 -9
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +6 -6
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +36 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +24 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +14 -11
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +8 -8
- 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/importresourceop.d.ts +3 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +1 -0
- package/esm/models/importresourceop.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 +36 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +27 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
- package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
- package/esm/models/updatesharedconnectlinksop.js +179 -0
- package/esm/models/updatesharedconnectlinksop.js.map +1 -0
- package/esm/sdk/connect.d.ts +12 -0
- package/esm/sdk/connect.d.ts.map +1 -0
- package/esm/sdk/connect.js +18 -0
- package/esm/sdk/connect.js.map +1 -0
- 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/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -2
- package/src/__tests__/connect.test.ts +39 -0
- package/src/__tests__/domains.test.ts +11 -4
- package/src/__tests__/domainsregistrar.test.ts +1 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
- 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/projectsGetProjects.ts +1 -0
- package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
- 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/createintegrationstoredirectop.ts +606 -604
- package/src/models/createortransferdomainop.ts +5 -3
- 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/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +6 -6
- package/src/models/getdomainauthcodeop.ts +6 -6
- package/src/models/getdomainpriceop.ts +23 -23
- package/src/models/getintegrationresourceop.ts +1 -0
- package/src/models/getintegrationresourcesop.ts +1 -0
- package/src/models/getorderop.ts +24 -15
- package/src/models/getprojectsop.ts +40 -0
- package/src/models/gettldpriceop.ts +24 -21
- package/src/models/httpapidecodeerror.ts +5 -49
- package/src/models/importresourceop.ts +1 -0
- 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 +71 -0
- package/src/models/updatesharedconnectlinksop.ts +402 -0
- package/src/sdk/connect.ts +30 -0
- package/src/sdk/domains.ts +11 -11
- package/src/sdk/domainsregistrar.ts +23 -23
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +497 -402
|
@@ -179,6 +179,7 @@ export const CreateIntegrationStoreDirectStatus = {
|
|
|
179
179
|
LimitsExceededSuspended: "limits-exceeded-suspended",
|
|
180
180
|
LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count",
|
|
181
181
|
Initializing: "initializing",
|
|
182
|
+
Onboarding: "onboarding",
|
|
182
183
|
Uninstalled: "uninstalled",
|
|
183
184
|
} as const;
|
|
184
185
|
export type CreateIntegrationStoreDirectStatus = ClosedEnum<
|
|
@@ -211,6 +212,7 @@ export type CreateIntegrationStoreDirectMetadata =
|
|
|
211
212
|
export const ExternalResourceStatus = {
|
|
212
213
|
Error: "error",
|
|
213
214
|
Suspended: "suspended",
|
|
215
|
+
Onboarding: "onboarding",
|
|
214
216
|
Uninstalled: "uninstalled",
|
|
215
217
|
Ready: "ready",
|
|
216
218
|
Pending: "pending",
|
|
@@ -234,12 +236,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
234
236
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
235
237
|
>;
|
|
236
238
|
|
|
237
|
-
export type
|
|
239
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495 =
|
|
238
240
|
{};
|
|
239
241
|
|
|
240
242
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
+
atBRANDAt8495:
|
|
244
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495;
|
|
243
245
|
};
|
|
244
246
|
|
|
245
247
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -308,31 +310,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
308
310
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
309
311
|
>;
|
|
310
312
|
|
|
311
|
-
export type
|
|
313
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495 =
|
|
312
314
|
{};
|
|
313
315
|
|
|
314
316
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
315
317
|
{
|
|
316
|
-
|
|
317
|
-
|
|
318
|
+
atBRANDAt8495:
|
|
319
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495;
|
|
318
320
|
};
|
|
319
321
|
|
|
320
|
-
export type
|
|
322
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495 =
|
|
321
323
|
{};
|
|
322
324
|
|
|
323
325
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
324
326
|
{
|
|
325
|
-
|
|
326
|
-
|
|
327
|
+
atBRANDAt8495:
|
|
328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495;
|
|
327
329
|
};
|
|
328
330
|
|
|
329
|
-
export type
|
|
331
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495 =
|
|
330
332
|
{};
|
|
331
333
|
|
|
332
334
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
333
335
|
{
|
|
334
|
-
|
|
335
|
-
|
|
336
|
+
atBRANDAt8495:
|
|
337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495;
|
|
336
338
|
};
|
|
337
339
|
|
|
338
340
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -470,10 +472,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
470
472
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
471
473
|
>;
|
|
472
474
|
|
|
473
|
-
export type
|
|
475
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495 = {};
|
|
474
476
|
|
|
475
477
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
476
|
-
|
|
478
|
+
atBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495;
|
|
477
479
|
};
|
|
478
480
|
|
|
479
481
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -524,10 +526,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
524
526
|
| undefined;
|
|
525
527
|
};
|
|
526
528
|
|
|
527
|
-
export type
|
|
529
|
+
export type UiOptionsAtBRANDAt8495 = {};
|
|
528
530
|
|
|
529
531
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
530
|
-
|
|
532
|
+
atBRANDAt8495: UiOptionsAtBRANDAt8495;
|
|
531
533
|
};
|
|
532
534
|
|
|
533
535
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -590,31 +592,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
590
592
|
| CreateIntegrationStoreDirectUiOptions2
|
|
591
593
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
592
594
|
|
|
593
|
-
export type
|
|
595
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495 =
|
|
594
596
|
{};
|
|
595
597
|
|
|
596
598
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
597
599
|
{
|
|
598
|
-
|
|
599
|
-
|
|
600
|
+
atBRANDAt8495:
|
|
601
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495;
|
|
600
602
|
};
|
|
601
603
|
|
|
602
|
-
export type
|
|
604
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495 =
|
|
603
605
|
{};
|
|
604
606
|
|
|
605
607
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
606
608
|
{
|
|
607
|
-
|
|
608
|
-
|
|
609
|
+
atBRANDAt8495:
|
|
610
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495;
|
|
609
611
|
};
|
|
610
612
|
|
|
611
|
-
export type
|
|
613
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495 =
|
|
612
614
|
{};
|
|
613
615
|
|
|
614
616
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
615
617
|
{
|
|
616
|
-
|
|
617
|
-
|
|
618
|
+
atBRANDAt8495:
|
|
619
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495;
|
|
618
620
|
};
|
|
619
621
|
|
|
620
622
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -757,31 +759,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
757
759
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
758
760
|
>;
|
|
759
761
|
|
|
760
|
-
export type
|
|
762
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495 =
|
|
761
763
|
{};
|
|
762
764
|
|
|
763
765
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
764
766
|
{
|
|
765
|
-
|
|
766
|
-
|
|
767
|
+
atBRANDAt8495:
|
|
768
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495;
|
|
767
769
|
};
|
|
768
770
|
|
|
769
|
-
export type
|
|
771
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495 =
|
|
770
772
|
{};
|
|
771
773
|
|
|
772
774
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
773
775
|
{
|
|
774
|
-
|
|
775
|
-
|
|
776
|
+
atBRANDAt8495:
|
|
777
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495;
|
|
776
778
|
};
|
|
777
779
|
|
|
778
|
-
export type
|
|
780
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495 =
|
|
779
781
|
{};
|
|
780
782
|
|
|
781
783
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
782
784
|
{
|
|
783
|
-
|
|
784
|
-
|
|
785
|
+
atBRANDAt8495:
|
|
786
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495;
|
|
785
787
|
};
|
|
786
788
|
|
|
787
789
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1036,28 +1038,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1036
1038
|
| undefined;
|
|
1037
1039
|
};
|
|
1038
1040
|
|
|
1039
|
-
export type
|
|
1041
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495 =
|
|
1040
1042
|
{};
|
|
1041
1043
|
|
|
1042
1044
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
+
atBRANDAt8495:
|
|
1046
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495;
|
|
1045
1047
|
};
|
|
1046
1048
|
|
|
1047
|
-
export type
|
|
1049
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495 =
|
|
1048
1050
|
{};
|
|
1049
1051
|
|
|
1050
1052
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
+
atBRANDAt8495:
|
|
1054
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495;
|
|
1053
1055
|
};
|
|
1054
1056
|
|
|
1055
|
-
export type
|
|
1057
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495 =
|
|
1056
1058
|
{};
|
|
1057
1059
|
|
|
1058
1060
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
+
atBRANDAt8495:
|
|
1062
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495;
|
|
1061
1063
|
};
|
|
1062
1064
|
|
|
1063
1065
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1560,24 +1562,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1560
1562
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1561
1563
|
>;
|
|
1562
1564
|
|
|
1563
|
-
export type
|
|
1565
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495 =
|
|
1564
1566
|
{};
|
|
1565
1567
|
|
|
1566
1568
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
+
atBRANDAt8495:
|
|
1570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495;
|
|
1569
1571
|
};
|
|
1570
1572
|
|
|
1571
|
-
export type
|
|
1573
|
+
export type PropertiesAtBRANDAt8495 = {};
|
|
1572
1574
|
|
|
1573
1575
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1574
|
-
|
|
1576
|
+
atBRANDAt8495: PropertiesAtBRANDAt8495;
|
|
1575
1577
|
};
|
|
1576
1578
|
|
|
1577
|
-
export type
|
|
1579
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495 = {};
|
|
1578
1580
|
|
|
1579
1581
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1580
|
-
|
|
1582
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495;
|
|
1581
1583
|
};
|
|
1582
1584
|
|
|
1583
1585
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1811,10 +1813,10 @@ export type Guides = {
|
|
|
1811
1813
|
steps: Array<Steps>;
|
|
1812
1814
|
};
|
|
1813
1815
|
|
|
1814
|
-
export type
|
|
1816
|
+
export type AtBRANDAt8495 = {};
|
|
1815
1817
|
|
|
1816
1818
|
export type CreateIntegrationStoreDirectValue = {
|
|
1817
|
-
|
|
1819
|
+
atBRANDAt8495: AtBRANDAt8495;
|
|
1818
1820
|
};
|
|
1819
1821
|
|
|
1820
1822
|
export const Disabled3 = {
|
|
@@ -2794,65 +2796,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2794
2796
|
}
|
|
2795
2797
|
|
|
2796
2798
|
/** @internal */
|
|
2797
|
-
export const
|
|
2799
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema:
|
|
2798
2800
|
z.ZodType<
|
|
2799
|
-
|
|
2801
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
|
|
2800
2802
|
z.ZodTypeDef,
|
|
2801
2803
|
unknown
|
|
2802
2804
|
> = z.object({});
|
|
2803
2805
|
|
|
2804
2806
|
/** @internal */
|
|
2805
|
-
export type
|
|
2807
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound =
|
|
2806
2808
|
{};
|
|
2807
2809
|
|
|
2808
2810
|
/** @internal */
|
|
2809
|
-
export const
|
|
2811
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema:
|
|
2810
2812
|
z.ZodType<
|
|
2811
|
-
|
|
2813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound,
|
|
2812
2814
|
z.ZodTypeDef,
|
|
2813
|
-
|
|
2815
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495
|
|
2814
2816
|
> = z.object({});
|
|
2815
2817
|
|
|
2816
2818
|
/**
|
|
2817
2819
|
* @internal
|
|
2818
2820
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2819
2821
|
*/
|
|
2820
|
-
export namespace
|
|
2821
|
-
/** @deprecated use `
|
|
2822
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ {
|
|
2823
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
|
|
2822
2824
|
export const inboundSchema =
|
|
2823
|
-
|
|
2824
|
-
/** @deprecated use `
|
|
2825
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema;
|
|
2826
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
|
|
2825
2827
|
export const outboundSchema =
|
|
2826
|
-
|
|
2827
|
-
/** @deprecated use `
|
|
2828
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema;
|
|
2829
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound` instead. */
|
|
2828
2830
|
export type Outbound =
|
|
2829
|
-
|
|
2831
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
|
|
2830
2832
|
}
|
|
2831
2833
|
|
|
2832
|
-
export function
|
|
2833
|
-
|
|
2834
|
-
|
|
2834
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(
|
|
2835
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495:
|
|
2836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
|
|
2835
2837
|
): string {
|
|
2836
2838
|
return JSON.stringify(
|
|
2837
|
-
|
|
2839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
|
|
2838
2840
|
.parse(
|
|
2839
|
-
|
|
2841
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
|
|
2840
2842
|
),
|
|
2841
2843
|
);
|
|
2842
2844
|
}
|
|
2843
2845
|
|
|
2844
|
-
export function
|
|
2846
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(
|
|
2845
2847
|
jsonString: string,
|
|
2846
2848
|
): SafeParseResult<
|
|
2847
|
-
|
|
2849
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
|
|
2848
2850
|
SDKValidationError
|
|
2849
2851
|
> {
|
|
2850
2852
|
return safeParse(
|
|
2851
2853
|
jsonString,
|
|
2852
2854
|
(x) =>
|
|
2853
|
-
|
|
2855
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
|
|
2854
2856
|
.parse(JSON.parse(x)),
|
|
2855
|
-
`Failed to parse '
|
|
2857
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495' from JSON`,
|
|
2856
2858
|
);
|
|
2857
2859
|
}
|
|
2858
2860
|
|
|
@@ -2863,19 +2865,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2863
2865
|
z.ZodTypeDef,
|
|
2864
2866
|
unknown
|
|
2865
2867
|
> = z.object({
|
|
2866
|
-
"__@BRAND@
|
|
2867
|
-
|
|
2868
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
2869
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
|
|
2868
2870
|
),
|
|
2869
2871
|
}).transform((v) => {
|
|
2870
2872
|
return remap$(v, {
|
|
2871
|
-
"__@BRAND@
|
|
2873
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
2872
2874
|
});
|
|
2873
2875
|
});
|
|
2874
2876
|
|
|
2875
2877
|
/** @internal */
|
|
2876
2878
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2877
|
-
"__@BRAND@
|
|
2878
|
-
|
|
2879
|
+
"__@BRAND@8495":
|
|
2880
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
|
|
2879
2881
|
};
|
|
2880
2882
|
|
|
2881
2883
|
/** @internal */
|
|
@@ -2885,12 +2887,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2885
2887
|
z.ZodTypeDef,
|
|
2886
2888
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2887
2889
|
> = z.object({
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
+
atBRANDAt8495: z.lazy(() =>
|
|
2891
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
|
|
2890
2892
|
),
|
|
2891
2893
|
}).transform((v) => {
|
|
2892
2894
|
return remap$(v, {
|
|
2893
|
-
|
|
2895
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
2894
2896
|
});
|
|
2895
2897
|
});
|
|
2896
2898
|
|
|
@@ -3402,65 +3404,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3402
3404
|
}
|
|
3403
3405
|
|
|
3404
3406
|
/** @internal */
|
|
3405
|
-
export const
|
|
3407
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema:
|
|
3406
3408
|
z.ZodType<
|
|
3407
|
-
|
|
3409
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
|
|
3408
3410
|
z.ZodTypeDef,
|
|
3409
3411
|
unknown
|
|
3410
3412
|
> = z.object({});
|
|
3411
3413
|
|
|
3412
3414
|
/** @internal */
|
|
3413
|
-
export type
|
|
3415
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound =
|
|
3414
3416
|
{};
|
|
3415
3417
|
|
|
3416
3418
|
/** @internal */
|
|
3417
|
-
export const
|
|
3419
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema:
|
|
3418
3420
|
z.ZodType<
|
|
3419
|
-
|
|
3421
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound,
|
|
3420
3422
|
z.ZodTypeDef,
|
|
3421
|
-
|
|
3423
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495
|
|
3422
3424
|
> = z.object({});
|
|
3423
3425
|
|
|
3424
3426
|
/**
|
|
3425
3427
|
* @internal
|
|
3426
3428
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3427
3429
|
*/
|
|
3428
|
-
export namespace
|
|
3429
|
-
/** @deprecated use `
|
|
3430
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ {
|
|
3431
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
|
|
3430
3432
|
export const inboundSchema =
|
|
3431
|
-
|
|
3432
|
-
/** @deprecated use `
|
|
3433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema;
|
|
3434
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
|
|
3433
3435
|
export const outboundSchema =
|
|
3434
|
-
|
|
3435
|
-
/** @deprecated use `
|
|
3436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema;
|
|
3437
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound` instead. */
|
|
3436
3438
|
export type Outbound =
|
|
3437
|
-
|
|
3439
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
|
|
3438
3440
|
}
|
|
3439
3441
|
|
|
3440
|
-
export function
|
|
3441
|
-
|
|
3442
|
-
|
|
3442
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(
|
|
3443
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495:
|
|
3444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
|
|
3443
3445
|
): string {
|
|
3444
3446
|
return JSON.stringify(
|
|
3445
|
-
|
|
3447
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
|
|
3446
3448
|
.parse(
|
|
3447
|
-
|
|
3449
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
|
|
3448
3450
|
),
|
|
3449
3451
|
);
|
|
3450
3452
|
}
|
|
3451
3453
|
|
|
3452
|
-
export function
|
|
3454
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(
|
|
3453
3455
|
jsonString: string,
|
|
3454
3456
|
): SafeParseResult<
|
|
3455
|
-
|
|
3457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
|
|
3456
3458
|
SDKValidationError
|
|
3457
3459
|
> {
|
|
3458
3460
|
return safeParse(
|
|
3459
3461
|
jsonString,
|
|
3460
3462
|
(x) =>
|
|
3461
|
-
|
|
3463
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
|
|
3462
3464
|
.parse(JSON.parse(x)),
|
|
3463
|
-
`Failed to parse '
|
|
3465
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495' from JSON`,
|
|
3464
3466
|
);
|
|
3465
3467
|
}
|
|
3466
3468
|
|
|
@@ -3471,20 +3473,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3471
3473
|
z.ZodTypeDef,
|
|
3472
3474
|
unknown
|
|
3473
3475
|
> = z.object({
|
|
3474
|
-
"__@BRAND@
|
|
3475
|
-
|
|
3476
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
3477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
|
|
3476
3478
|
),
|
|
3477
3479
|
}).transform((v) => {
|
|
3478
3480
|
return remap$(v, {
|
|
3479
|
-
"__@BRAND@
|
|
3481
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
3480
3482
|
});
|
|
3481
3483
|
});
|
|
3482
3484
|
|
|
3483
3485
|
/** @internal */
|
|
3484
3486
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3485
3487
|
{
|
|
3486
|
-
"__@BRAND@
|
|
3487
|
-
|
|
3488
|
+
"__@BRAND@8495":
|
|
3489
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
|
|
3488
3490
|
};
|
|
3489
3491
|
|
|
3490
3492
|
/** @internal */
|
|
@@ -3494,12 +3496,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3494
3496
|
z.ZodTypeDef,
|
|
3495
3497
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3496
3498
|
> = z.object({
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
+
atBRANDAt8495: z.lazy(() =>
|
|
3500
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
|
|
3499
3501
|
),
|
|
3500
3502
|
}).transform((v) => {
|
|
3501
3503
|
return remap$(v, {
|
|
3502
|
-
|
|
3504
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
3503
3505
|
});
|
|
3504
3506
|
});
|
|
3505
3507
|
|
|
@@ -3547,65 +3549,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3547
3549
|
}
|
|
3548
3550
|
|
|
3549
3551
|
/** @internal */
|
|
3550
|
-
export const
|
|
3552
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema:
|
|
3551
3553
|
z.ZodType<
|
|
3552
|
-
|
|
3554
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
|
|
3553
3555
|
z.ZodTypeDef,
|
|
3554
3556
|
unknown
|
|
3555
3557
|
> = z.object({});
|
|
3556
3558
|
|
|
3557
3559
|
/** @internal */
|
|
3558
|
-
export type
|
|
3560
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound =
|
|
3559
3561
|
{};
|
|
3560
3562
|
|
|
3561
3563
|
/** @internal */
|
|
3562
|
-
export const
|
|
3564
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema:
|
|
3563
3565
|
z.ZodType<
|
|
3564
|
-
|
|
3566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound,
|
|
3565
3567
|
z.ZodTypeDef,
|
|
3566
|
-
|
|
3568
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495
|
|
3567
3569
|
> = z.object({});
|
|
3568
3570
|
|
|
3569
3571
|
/**
|
|
3570
3572
|
* @internal
|
|
3571
3573
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3572
3574
|
*/
|
|
3573
|
-
export namespace
|
|
3574
|
-
/** @deprecated use `
|
|
3575
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ {
|
|
3576
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
|
|
3575
3577
|
export const inboundSchema =
|
|
3576
|
-
|
|
3577
|
-
/** @deprecated use `
|
|
3578
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema;
|
|
3579
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
|
|
3578
3580
|
export const outboundSchema =
|
|
3579
|
-
|
|
3580
|
-
/** @deprecated use `
|
|
3581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema;
|
|
3582
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound` instead. */
|
|
3581
3583
|
export type Outbound =
|
|
3582
|
-
|
|
3584
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
|
|
3583
3585
|
}
|
|
3584
3586
|
|
|
3585
|
-
export function
|
|
3586
|
-
|
|
3587
|
-
|
|
3587
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(
|
|
3588
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495:
|
|
3589
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
|
|
3588
3590
|
): string {
|
|
3589
3591
|
return JSON.stringify(
|
|
3590
|
-
|
|
3592
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
|
|
3591
3593
|
.parse(
|
|
3592
|
-
|
|
3594
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
|
|
3593
3595
|
),
|
|
3594
3596
|
);
|
|
3595
3597
|
}
|
|
3596
3598
|
|
|
3597
|
-
export function
|
|
3599
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(
|
|
3598
3600
|
jsonString: string,
|
|
3599
3601
|
): SafeParseResult<
|
|
3600
|
-
|
|
3602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
|
|
3601
3603
|
SDKValidationError
|
|
3602
3604
|
> {
|
|
3603
3605
|
return safeParse(
|
|
3604
3606
|
jsonString,
|
|
3605
3607
|
(x) =>
|
|
3606
|
-
|
|
3608
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
|
|
3607
3609
|
.parse(JSON.parse(x)),
|
|
3608
|
-
`Failed to parse '
|
|
3610
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495' from JSON`,
|
|
3609
3611
|
);
|
|
3610
3612
|
}
|
|
3611
3613
|
|
|
@@ -3616,20 +3618,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3616
3618
|
z.ZodTypeDef,
|
|
3617
3619
|
unknown
|
|
3618
3620
|
> = z.object({
|
|
3619
|
-
"__@BRAND@
|
|
3620
|
-
|
|
3621
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
3622
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
|
|
3621
3623
|
),
|
|
3622
3624
|
}).transform((v) => {
|
|
3623
3625
|
return remap$(v, {
|
|
3624
|
-
"__@BRAND@
|
|
3626
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
3625
3627
|
});
|
|
3626
3628
|
});
|
|
3627
3629
|
|
|
3628
3630
|
/** @internal */
|
|
3629
3631
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3630
3632
|
{
|
|
3631
|
-
"__@BRAND@
|
|
3632
|
-
|
|
3633
|
+
"__@BRAND@8495":
|
|
3634
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
|
|
3633
3635
|
};
|
|
3634
3636
|
|
|
3635
3637
|
/** @internal */
|
|
@@ -3639,12 +3641,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3639
3641
|
z.ZodTypeDef,
|
|
3640
3642
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3641
3643
|
> = z.object({
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
+
atBRANDAt8495: z.lazy(() =>
|
|
3645
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
|
|
3644
3646
|
),
|
|
3645
3647
|
}).transform((v) => {
|
|
3646
3648
|
return remap$(v, {
|
|
3647
|
-
|
|
3649
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
3648
3650
|
});
|
|
3649
3651
|
});
|
|
3650
3652
|
|
|
@@ -3692,65 +3694,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3692
3694
|
}
|
|
3693
3695
|
|
|
3694
3696
|
/** @internal */
|
|
3695
|
-
export const
|
|
3697
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema:
|
|
3696
3698
|
z.ZodType<
|
|
3697
|
-
|
|
3699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
|
|
3698
3700
|
z.ZodTypeDef,
|
|
3699
3701
|
unknown
|
|
3700
3702
|
> = z.object({});
|
|
3701
3703
|
|
|
3702
3704
|
/** @internal */
|
|
3703
|
-
export type
|
|
3705
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound =
|
|
3704
3706
|
{};
|
|
3705
3707
|
|
|
3706
3708
|
/** @internal */
|
|
3707
|
-
export const
|
|
3709
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema:
|
|
3708
3710
|
z.ZodType<
|
|
3709
|
-
|
|
3711
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound,
|
|
3710
3712
|
z.ZodTypeDef,
|
|
3711
|
-
|
|
3713
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495
|
|
3712
3714
|
> = z.object({});
|
|
3713
3715
|
|
|
3714
3716
|
/**
|
|
3715
3717
|
* @internal
|
|
3716
3718
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3717
3719
|
*/
|
|
3718
|
-
export namespace
|
|
3719
|
-
/** @deprecated use `
|
|
3720
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ {
|
|
3721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
|
|
3720
3722
|
export const inboundSchema =
|
|
3721
|
-
|
|
3722
|
-
/** @deprecated use `
|
|
3723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema;
|
|
3724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
|
|
3723
3725
|
export const outboundSchema =
|
|
3724
|
-
|
|
3725
|
-
/** @deprecated use `
|
|
3726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema;
|
|
3727
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound` instead. */
|
|
3726
3728
|
export type Outbound =
|
|
3727
|
-
|
|
3729
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
|
|
3728
3730
|
}
|
|
3729
3731
|
|
|
3730
|
-
export function
|
|
3731
|
-
|
|
3732
|
-
|
|
3732
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(
|
|
3733
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495:
|
|
3734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
|
|
3733
3735
|
): string {
|
|
3734
3736
|
return JSON.stringify(
|
|
3735
|
-
|
|
3737
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
|
|
3736
3738
|
.parse(
|
|
3737
|
-
|
|
3739
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
|
|
3738
3740
|
),
|
|
3739
3741
|
);
|
|
3740
3742
|
}
|
|
3741
3743
|
|
|
3742
|
-
export function
|
|
3744
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(
|
|
3743
3745
|
jsonString: string,
|
|
3744
3746
|
): SafeParseResult<
|
|
3745
|
-
|
|
3747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
|
|
3746
3748
|
SDKValidationError
|
|
3747
3749
|
> {
|
|
3748
3750
|
return safeParse(
|
|
3749
3751
|
jsonString,
|
|
3750
3752
|
(x) =>
|
|
3751
|
-
|
|
3753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
|
|
3752
3754
|
.parse(JSON.parse(x)),
|
|
3753
|
-
`Failed to parse '
|
|
3755
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495' from JSON`,
|
|
3754
3756
|
);
|
|
3755
3757
|
}
|
|
3756
3758
|
|
|
@@ -3761,20 +3763,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3761
3763
|
z.ZodTypeDef,
|
|
3762
3764
|
unknown
|
|
3763
3765
|
> = z.object({
|
|
3764
|
-
"__@BRAND@
|
|
3765
|
-
|
|
3766
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
3767
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
|
|
3766
3768
|
),
|
|
3767
3769
|
}).transform((v) => {
|
|
3768
3770
|
return remap$(v, {
|
|
3769
|
-
"__@BRAND@
|
|
3771
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
3770
3772
|
});
|
|
3771
3773
|
});
|
|
3772
3774
|
|
|
3773
3775
|
/** @internal */
|
|
3774
3776
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3775
3777
|
{
|
|
3776
|
-
"__@BRAND@
|
|
3777
|
-
|
|
3778
|
+
"__@BRAND@8495":
|
|
3779
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
|
|
3778
3780
|
};
|
|
3779
3781
|
|
|
3780
3782
|
/** @internal */
|
|
@@ -3784,12 +3786,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3784
3786
|
z.ZodTypeDef,
|
|
3785
3787
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3786
3788
|
> = z.object({
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
+
atBRANDAt8495: z.lazy(() =>
|
|
3790
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
|
|
3789
3791
|
),
|
|
3790
3792
|
}).transform((v) => {
|
|
3791
3793
|
return remap$(v, {
|
|
3792
|
-
|
|
3794
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
3793
3795
|
});
|
|
3794
3796
|
});
|
|
3795
3797
|
|
|
@@ -4845,64 +4847,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
4845
4847
|
}
|
|
4846
4848
|
|
|
4847
4849
|
/** @internal */
|
|
4848
|
-
export const
|
|
4850
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema:
|
|
4849
4851
|
z.ZodType<
|
|
4850
|
-
|
|
4852
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
|
|
4851
4853
|
z.ZodTypeDef,
|
|
4852
4854
|
unknown
|
|
4853
4855
|
> = z.object({});
|
|
4854
4856
|
|
|
4855
4857
|
/** @internal */
|
|
4856
|
-
export type
|
|
4858
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound = {};
|
|
4857
4859
|
|
|
4858
4860
|
/** @internal */
|
|
4859
|
-
export const
|
|
4861
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema:
|
|
4860
4862
|
z.ZodType<
|
|
4861
|
-
|
|
4863
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound,
|
|
4862
4864
|
z.ZodTypeDef,
|
|
4863
|
-
|
|
4865
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495
|
|
4864
4866
|
> = z.object({});
|
|
4865
4867
|
|
|
4866
4868
|
/**
|
|
4867
4869
|
* @internal
|
|
4868
4870
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4869
4871
|
*/
|
|
4870
|
-
export namespace
|
|
4871
|
-
/** @deprecated use `
|
|
4872
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ {
|
|
4873
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
|
|
4872
4874
|
export const inboundSchema =
|
|
4873
|
-
|
|
4874
|
-
/** @deprecated use `
|
|
4875
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema;
|
|
4876
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
|
|
4875
4877
|
export const outboundSchema =
|
|
4876
|
-
|
|
4877
|
-
/** @deprecated use `
|
|
4878
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema;
|
|
4879
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound` instead. */
|
|
4878
4880
|
export type Outbound =
|
|
4879
|
-
|
|
4881
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
|
|
4880
4882
|
}
|
|
4881
4883
|
|
|
4882
|
-
export function
|
|
4883
|
-
|
|
4884
|
-
|
|
4884
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(
|
|
4885
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8495:
|
|
4886
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
|
|
4885
4887
|
): string {
|
|
4886
4888
|
return JSON.stringify(
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema.parse(
|
|
4890
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8495,
|
|
4889
4891
|
),
|
|
4890
4892
|
);
|
|
4891
4893
|
}
|
|
4892
4894
|
|
|
4893
|
-
export function
|
|
4895
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(
|
|
4894
4896
|
jsonString: string,
|
|
4895
4897
|
): SafeParseResult<
|
|
4896
|
-
|
|
4898
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
|
|
4897
4899
|
SDKValidationError
|
|
4898
4900
|
> {
|
|
4899
4901
|
return safeParse(
|
|
4900
4902
|
jsonString,
|
|
4901
4903
|
(x) =>
|
|
4902
|
-
|
|
4904
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema.parse(
|
|
4903
4905
|
JSON.parse(x),
|
|
4904
4906
|
),
|
|
4905
|
-
`Failed to parse '
|
|
4907
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495' from JSON`,
|
|
4906
4908
|
);
|
|
4907
4909
|
}
|
|
4908
4910
|
|
|
@@ -4910,18 +4912,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494FromJSON(
|
|
|
4910
4912
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4911
4913
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4912
4914
|
z.object({
|
|
4913
|
-
"__@BRAND@
|
|
4914
|
-
|
|
4915
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
4916
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema
|
|
4915
4917
|
),
|
|
4916
4918
|
}).transform((v) => {
|
|
4917
4919
|
return remap$(v, {
|
|
4918
|
-
"__@BRAND@
|
|
4920
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
4919
4921
|
});
|
|
4920
4922
|
});
|
|
4921
4923
|
|
|
4922
4924
|
/** @internal */
|
|
4923
4925
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4924
|
-
"__@BRAND@
|
|
4926
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
|
|
4925
4927
|
};
|
|
4926
4928
|
|
|
4927
4929
|
/** @internal */
|
|
@@ -4931,12 +4933,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
4931
4933
|
z.ZodTypeDef,
|
|
4932
4934
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
4933
4935
|
> = z.object({
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
+
atBRANDAt8495: z.lazy(() =>
|
|
4937
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema
|
|
4936
4938
|
),
|
|
4937
4939
|
}).transform((v) => {
|
|
4938
4940
|
return remap$(v, {
|
|
4939
|
-
|
|
4941
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
4940
4942
|
});
|
|
4941
4943
|
});
|
|
4942
4944
|
|
|
@@ -5420,50 +5422,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5420
5422
|
}
|
|
5421
5423
|
|
|
5422
5424
|
/** @internal */
|
|
5423
|
-
export const
|
|
5424
|
-
|
|
5425
|
+
export const UiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<
|
|
5426
|
+
UiOptionsAtBRANDAt8495,
|
|
5425
5427
|
z.ZodTypeDef,
|
|
5426
5428
|
unknown
|
|
5427
5429
|
> = z.object({});
|
|
5428
5430
|
|
|
5429
5431
|
/** @internal */
|
|
5430
|
-
export type
|
|
5432
|
+
export type UiOptionsAtBRANDAt8495$Outbound = {};
|
|
5431
5433
|
|
|
5432
5434
|
/** @internal */
|
|
5433
|
-
export const
|
|
5434
|
-
|
|
5435
|
+
export const UiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<
|
|
5436
|
+
UiOptionsAtBRANDAt8495$Outbound,
|
|
5435
5437
|
z.ZodTypeDef,
|
|
5436
|
-
|
|
5438
|
+
UiOptionsAtBRANDAt8495
|
|
5437
5439
|
> = z.object({});
|
|
5438
5440
|
|
|
5439
5441
|
/**
|
|
5440
5442
|
* @internal
|
|
5441
5443
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5442
5444
|
*/
|
|
5443
|
-
export namespace
|
|
5444
|
-
/** @deprecated use `
|
|
5445
|
-
export const inboundSchema =
|
|
5446
|
-
/** @deprecated use `
|
|
5447
|
-
export const outboundSchema =
|
|
5448
|
-
/** @deprecated use `
|
|
5449
|
-
export type Outbound =
|
|
5445
|
+
export namespace UiOptionsAtBRANDAt8495$ {
|
|
5446
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
|
|
5447
|
+
export const inboundSchema = UiOptionsAtBRANDAt8495$inboundSchema;
|
|
5448
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
|
|
5449
|
+
export const outboundSchema = UiOptionsAtBRANDAt8495$outboundSchema;
|
|
5450
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$Outbound` instead. */
|
|
5451
|
+
export type Outbound = UiOptionsAtBRANDAt8495$Outbound;
|
|
5450
5452
|
}
|
|
5451
5453
|
|
|
5452
|
-
export function
|
|
5453
|
-
|
|
5454
|
+
export function uiOptionsAtBRANDAt8495ToJSON(
|
|
5455
|
+
uiOptionsAtBRANDAt8495: UiOptionsAtBRANDAt8495,
|
|
5454
5456
|
): string {
|
|
5455
5457
|
return JSON.stringify(
|
|
5456
|
-
|
|
5458
|
+
UiOptionsAtBRANDAt8495$outboundSchema.parse(uiOptionsAtBRANDAt8495),
|
|
5457
5459
|
);
|
|
5458
5460
|
}
|
|
5459
5461
|
|
|
5460
|
-
export function
|
|
5462
|
+
export function uiOptionsAtBRANDAt8495FromJSON(
|
|
5461
5463
|
jsonString: string,
|
|
5462
|
-
): SafeParseResult<
|
|
5464
|
+
): SafeParseResult<UiOptionsAtBRANDAt8495, SDKValidationError> {
|
|
5463
5465
|
return safeParse(
|
|
5464
5466
|
jsonString,
|
|
5465
|
-
(x) =>
|
|
5466
|
-
`Failed to parse '
|
|
5467
|
+
(x) => UiOptionsAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
|
|
5468
|
+
`Failed to parse 'UiOptionsAtBRANDAt8495' from JSON`,
|
|
5467
5469
|
);
|
|
5468
5470
|
}
|
|
5469
5471
|
|
|
@@ -5473,16 +5475,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5473
5475
|
z.ZodTypeDef,
|
|
5474
5476
|
unknown
|
|
5475
5477
|
> = z.object({
|
|
5476
|
-
"__@BRAND@
|
|
5478
|
+
"__@BRAND@8495": z.lazy(() => UiOptionsAtBRANDAt8495$inboundSchema),
|
|
5477
5479
|
}).transform((v) => {
|
|
5478
5480
|
return remap$(v, {
|
|
5479
|
-
"__@BRAND@
|
|
5481
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
5480
5482
|
});
|
|
5481
5483
|
});
|
|
5482
5484
|
|
|
5483
5485
|
/** @internal */
|
|
5484
5486
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5485
|
-
"__@BRAND@
|
|
5487
|
+
"__@BRAND@8495": UiOptionsAtBRANDAt8495$Outbound;
|
|
5486
5488
|
};
|
|
5487
5489
|
|
|
5488
5490
|
/** @internal */
|
|
@@ -5491,10 +5493,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5491
5493
|
z.ZodTypeDef,
|
|
5492
5494
|
CreateIntegrationStoreDirectUiOptions2
|
|
5493
5495
|
> = z.object({
|
|
5494
|
-
|
|
5496
|
+
atBRANDAt8495: z.lazy(() => UiOptionsAtBRANDAt8495$outboundSchema),
|
|
5495
5497
|
}).transform((v) => {
|
|
5496
5498
|
return remap$(v, {
|
|
5497
|
-
|
|
5499
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
5498
5500
|
});
|
|
5499
5501
|
});
|
|
5500
5502
|
|
|
@@ -6056,65 +6058,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6056
6058
|
}
|
|
6057
6059
|
|
|
6058
6060
|
/** @internal */
|
|
6059
|
-
export const
|
|
6061
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema:
|
|
6060
6062
|
z.ZodType<
|
|
6061
|
-
|
|
6063
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
|
|
6062
6064
|
z.ZodTypeDef,
|
|
6063
6065
|
unknown
|
|
6064
6066
|
> = z.object({});
|
|
6065
6067
|
|
|
6066
6068
|
/** @internal */
|
|
6067
|
-
export type
|
|
6069
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound =
|
|
6068
6070
|
{};
|
|
6069
6071
|
|
|
6070
6072
|
/** @internal */
|
|
6071
|
-
export const
|
|
6073
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema:
|
|
6072
6074
|
z.ZodType<
|
|
6073
|
-
|
|
6075
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound,
|
|
6074
6076
|
z.ZodTypeDef,
|
|
6075
|
-
|
|
6077
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495
|
|
6076
6078
|
> = z.object({});
|
|
6077
6079
|
|
|
6078
6080
|
/**
|
|
6079
6081
|
* @internal
|
|
6080
6082
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6081
6083
|
*/
|
|
6082
|
-
export namespace
|
|
6083
|
-
/** @deprecated use `
|
|
6084
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ {
|
|
6085
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
|
|
6084
6086
|
export const inboundSchema =
|
|
6085
|
-
|
|
6086
|
-
/** @deprecated use `
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema;
|
|
6088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
|
|
6087
6089
|
export const outboundSchema =
|
|
6088
|
-
|
|
6089
|
-
/** @deprecated use `
|
|
6090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema;
|
|
6091
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound` instead. */
|
|
6090
6092
|
export type Outbound =
|
|
6091
|
-
|
|
6093
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
|
|
6092
6094
|
}
|
|
6093
6095
|
|
|
6094
|
-
export function
|
|
6095
|
-
|
|
6096
|
-
|
|
6096
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(
|
|
6097
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495:
|
|
6098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
|
|
6097
6099
|
): string {
|
|
6098
6100
|
return JSON.stringify(
|
|
6099
|
-
|
|
6101
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
|
|
6100
6102
|
.parse(
|
|
6101
|
-
|
|
6103
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
|
|
6102
6104
|
),
|
|
6103
6105
|
);
|
|
6104
6106
|
}
|
|
6105
6107
|
|
|
6106
|
-
export function
|
|
6108
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(
|
|
6107
6109
|
jsonString: string,
|
|
6108
6110
|
): SafeParseResult<
|
|
6109
|
-
|
|
6111
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
|
|
6110
6112
|
SDKValidationError
|
|
6111
6113
|
> {
|
|
6112
6114
|
return safeParse(
|
|
6113
6115
|
jsonString,
|
|
6114
6116
|
(x) =>
|
|
6115
|
-
|
|
6117
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
|
|
6116
6118
|
.parse(JSON.parse(x)),
|
|
6117
|
-
`Failed to parse '
|
|
6119
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495' from JSON`,
|
|
6118
6120
|
);
|
|
6119
6121
|
}
|
|
6120
6122
|
|
|
@@ -6125,20 +6127,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6125
6127
|
z.ZodTypeDef,
|
|
6126
6128
|
unknown
|
|
6127
6129
|
> = z.object({
|
|
6128
|
-
"__@BRAND@
|
|
6129
|
-
|
|
6130
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
6131
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
|
|
6130
6132
|
),
|
|
6131
6133
|
}).transform((v) => {
|
|
6132
6134
|
return remap$(v, {
|
|
6133
|
-
"__@BRAND@
|
|
6135
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
6134
6136
|
});
|
|
6135
6137
|
});
|
|
6136
6138
|
|
|
6137
6139
|
/** @internal */
|
|
6138
6140
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6139
6141
|
{
|
|
6140
|
-
"__@BRAND@
|
|
6141
|
-
|
|
6142
|
+
"__@BRAND@8495":
|
|
6143
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
|
|
6142
6144
|
};
|
|
6143
6145
|
|
|
6144
6146
|
/** @internal */
|
|
@@ -6148,12 +6150,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6148
6150
|
z.ZodTypeDef,
|
|
6149
6151
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6150
6152
|
> = z.object({
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
+
atBRANDAt8495: z.lazy(() =>
|
|
6154
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
|
|
6153
6155
|
),
|
|
6154
6156
|
}).transform((v) => {
|
|
6155
6157
|
return remap$(v, {
|
|
6156
|
-
|
|
6158
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
6157
6159
|
});
|
|
6158
6160
|
});
|
|
6159
6161
|
|
|
@@ -6201,65 +6203,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6201
6203
|
}
|
|
6202
6204
|
|
|
6203
6205
|
/** @internal */
|
|
6204
|
-
export const
|
|
6206
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema:
|
|
6205
6207
|
z.ZodType<
|
|
6206
|
-
|
|
6208
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
|
|
6207
6209
|
z.ZodTypeDef,
|
|
6208
6210
|
unknown
|
|
6209
6211
|
> = z.object({});
|
|
6210
6212
|
|
|
6211
6213
|
/** @internal */
|
|
6212
|
-
export type
|
|
6214
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound =
|
|
6213
6215
|
{};
|
|
6214
6216
|
|
|
6215
6217
|
/** @internal */
|
|
6216
|
-
export const
|
|
6218
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema:
|
|
6217
6219
|
z.ZodType<
|
|
6218
|
-
|
|
6220
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound,
|
|
6219
6221
|
z.ZodTypeDef,
|
|
6220
|
-
|
|
6222
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495
|
|
6221
6223
|
> = z.object({});
|
|
6222
6224
|
|
|
6223
6225
|
/**
|
|
6224
6226
|
* @internal
|
|
6225
6227
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6226
6228
|
*/
|
|
6227
|
-
export namespace
|
|
6228
|
-
/** @deprecated use `
|
|
6229
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ {
|
|
6230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
|
|
6229
6231
|
export const inboundSchema =
|
|
6230
|
-
|
|
6231
|
-
/** @deprecated use `
|
|
6232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema;
|
|
6233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
|
|
6232
6234
|
export const outboundSchema =
|
|
6233
|
-
|
|
6234
|
-
/** @deprecated use `
|
|
6235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema;
|
|
6236
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound` instead. */
|
|
6235
6237
|
export type Outbound =
|
|
6236
|
-
|
|
6238
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
|
|
6237
6239
|
}
|
|
6238
6240
|
|
|
6239
|
-
export function
|
|
6240
|
-
|
|
6241
|
-
|
|
6241
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(
|
|
6242
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495:
|
|
6243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
|
|
6242
6244
|
): string {
|
|
6243
6245
|
return JSON.stringify(
|
|
6244
|
-
|
|
6246
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
|
|
6245
6247
|
.parse(
|
|
6246
|
-
|
|
6248
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
|
|
6247
6249
|
),
|
|
6248
6250
|
);
|
|
6249
6251
|
}
|
|
6250
6252
|
|
|
6251
|
-
export function
|
|
6253
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(
|
|
6252
6254
|
jsonString: string,
|
|
6253
6255
|
): SafeParseResult<
|
|
6254
|
-
|
|
6256
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
|
|
6255
6257
|
SDKValidationError
|
|
6256
6258
|
> {
|
|
6257
6259
|
return safeParse(
|
|
6258
6260
|
jsonString,
|
|
6259
6261
|
(x) =>
|
|
6260
|
-
|
|
6262
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
|
|
6261
6263
|
.parse(JSON.parse(x)),
|
|
6262
|
-
`Failed to parse '
|
|
6264
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495' from JSON`,
|
|
6263
6265
|
);
|
|
6264
6266
|
}
|
|
6265
6267
|
|
|
@@ -6270,20 +6272,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6270
6272
|
z.ZodTypeDef,
|
|
6271
6273
|
unknown
|
|
6272
6274
|
> = z.object({
|
|
6273
|
-
"__@BRAND@
|
|
6274
|
-
|
|
6275
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
6276
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
|
|
6275
6277
|
),
|
|
6276
6278
|
}).transform((v) => {
|
|
6277
6279
|
return remap$(v, {
|
|
6278
|
-
"__@BRAND@
|
|
6280
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
6279
6281
|
});
|
|
6280
6282
|
});
|
|
6281
6283
|
|
|
6282
6284
|
/** @internal */
|
|
6283
6285
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6284
6286
|
{
|
|
6285
|
-
"__@BRAND@
|
|
6286
|
-
|
|
6287
|
+
"__@BRAND@8495":
|
|
6288
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
|
|
6287
6289
|
};
|
|
6288
6290
|
|
|
6289
6291
|
/** @internal */
|
|
@@ -6293,12 +6295,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6293
6295
|
z.ZodTypeDef,
|
|
6294
6296
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6295
6297
|
> = z.object({
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
+
atBRANDAt8495: z.lazy(() =>
|
|
6299
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
|
|
6298
6300
|
),
|
|
6299
6301
|
}).transform((v) => {
|
|
6300
6302
|
return remap$(v, {
|
|
6301
|
-
|
|
6303
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
6302
6304
|
});
|
|
6303
6305
|
});
|
|
6304
6306
|
|
|
@@ -6346,65 +6348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6346
6348
|
}
|
|
6347
6349
|
|
|
6348
6350
|
/** @internal */
|
|
6349
|
-
export const
|
|
6351
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema:
|
|
6350
6352
|
z.ZodType<
|
|
6351
|
-
|
|
6353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
|
|
6352
6354
|
z.ZodTypeDef,
|
|
6353
6355
|
unknown
|
|
6354
6356
|
> = z.object({});
|
|
6355
6357
|
|
|
6356
6358
|
/** @internal */
|
|
6357
|
-
export type
|
|
6359
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound =
|
|
6358
6360
|
{};
|
|
6359
6361
|
|
|
6360
6362
|
/** @internal */
|
|
6361
|
-
export const
|
|
6363
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema:
|
|
6362
6364
|
z.ZodType<
|
|
6363
|
-
|
|
6365
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound,
|
|
6364
6366
|
z.ZodTypeDef,
|
|
6365
|
-
|
|
6367
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495
|
|
6366
6368
|
> = z.object({});
|
|
6367
6369
|
|
|
6368
6370
|
/**
|
|
6369
6371
|
* @internal
|
|
6370
6372
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6371
6373
|
*/
|
|
6372
|
-
export namespace
|
|
6373
|
-
/** @deprecated use `
|
|
6374
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ {
|
|
6375
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
|
|
6374
6376
|
export const inboundSchema =
|
|
6375
|
-
|
|
6376
|
-
/** @deprecated use `
|
|
6377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema;
|
|
6378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
|
|
6377
6379
|
export const outboundSchema =
|
|
6378
|
-
|
|
6379
|
-
/** @deprecated use `
|
|
6380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema;
|
|
6381
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound` instead. */
|
|
6380
6382
|
export type Outbound =
|
|
6381
|
-
|
|
6383
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
|
|
6382
6384
|
}
|
|
6383
6385
|
|
|
6384
|
-
export function
|
|
6385
|
-
|
|
6386
|
-
|
|
6386
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(
|
|
6387
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495:
|
|
6388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
|
|
6387
6389
|
): string {
|
|
6388
6390
|
return JSON.stringify(
|
|
6389
|
-
|
|
6391
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
|
|
6390
6392
|
.parse(
|
|
6391
|
-
|
|
6393
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
|
|
6392
6394
|
),
|
|
6393
6395
|
);
|
|
6394
6396
|
}
|
|
6395
6397
|
|
|
6396
|
-
export function
|
|
6398
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(
|
|
6397
6399
|
jsonString: string,
|
|
6398
6400
|
): SafeParseResult<
|
|
6399
|
-
|
|
6401
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
|
|
6400
6402
|
SDKValidationError
|
|
6401
6403
|
> {
|
|
6402
6404
|
return safeParse(
|
|
6403
6405
|
jsonString,
|
|
6404
6406
|
(x) =>
|
|
6405
|
-
|
|
6407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
|
|
6406
6408
|
.parse(JSON.parse(x)),
|
|
6407
|
-
`Failed to parse '
|
|
6409
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495' from JSON`,
|
|
6408
6410
|
);
|
|
6409
6411
|
}
|
|
6410
6412
|
|
|
@@ -6415,20 +6417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6415
6417
|
z.ZodTypeDef,
|
|
6416
6418
|
unknown
|
|
6417
6419
|
> = z.object({
|
|
6418
|
-
"__@BRAND@
|
|
6419
|
-
|
|
6420
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
6421
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
|
|
6420
6422
|
),
|
|
6421
6423
|
}).transform((v) => {
|
|
6422
6424
|
return remap$(v, {
|
|
6423
|
-
"__@BRAND@
|
|
6425
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
6424
6426
|
});
|
|
6425
6427
|
});
|
|
6426
6428
|
|
|
6427
6429
|
/** @internal */
|
|
6428
6430
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6429
6431
|
{
|
|
6430
|
-
"__@BRAND@
|
|
6431
|
-
|
|
6432
|
+
"__@BRAND@8495":
|
|
6433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
|
|
6432
6434
|
};
|
|
6433
6435
|
|
|
6434
6436
|
/** @internal */
|
|
@@ -6438,12 +6440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6438
6440
|
z.ZodTypeDef,
|
|
6439
6441
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6440
6442
|
> = z.object({
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
+
atBRANDAt8495: z.lazy(() =>
|
|
6444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
|
|
6443
6445
|
),
|
|
6444
6446
|
}).transform((v) => {
|
|
6445
6447
|
return remap$(v, {
|
|
6446
|
-
|
|
6448
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
6447
6449
|
});
|
|
6448
6450
|
});
|
|
6449
6451
|
|
|
@@ -7518,65 +7520,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7518
7520
|
}
|
|
7519
7521
|
|
|
7520
7522
|
/** @internal */
|
|
7521
|
-
export const
|
|
7523
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema:
|
|
7522
7524
|
z.ZodType<
|
|
7523
|
-
|
|
7525
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
|
|
7524
7526
|
z.ZodTypeDef,
|
|
7525
7527
|
unknown
|
|
7526
7528
|
> = z.object({});
|
|
7527
7529
|
|
|
7528
7530
|
/** @internal */
|
|
7529
|
-
export type
|
|
7531
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound =
|
|
7530
7532
|
{};
|
|
7531
7533
|
|
|
7532
7534
|
/** @internal */
|
|
7533
|
-
export const
|
|
7535
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema:
|
|
7534
7536
|
z.ZodType<
|
|
7535
|
-
|
|
7537
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound,
|
|
7536
7538
|
z.ZodTypeDef,
|
|
7537
|
-
|
|
7539
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495
|
|
7538
7540
|
> = z.object({});
|
|
7539
7541
|
|
|
7540
7542
|
/**
|
|
7541
7543
|
* @internal
|
|
7542
7544
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7543
7545
|
*/
|
|
7544
|
-
export namespace
|
|
7545
|
-
/** @deprecated use `
|
|
7546
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ {
|
|
7547
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
|
|
7546
7548
|
export const inboundSchema =
|
|
7547
|
-
|
|
7548
|
-
/** @deprecated use `
|
|
7549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema;
|
|
7550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
|
|
7549
7551
|
export const outboundSchema =
|
|
7550
|
-
|
|
7551
|
-
/** @deprecated use `
|
|
7552
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema;
|
|
7553
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound` instead. */
|
|
7552
7554
|
export type Outbound =
|
|
7553
|
-
|
|
7555
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
|
|
7554
7556
|
}
|
|
7555
7557
|
|
|
7556
|
-
export function
|
|
7557
|
-
|
|
7558
|
-
|
|
7558
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(
|
|
7559
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495:
|
|
7560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
|
|
7559
7561
|
): string {
|
|
7560
7562
|
return JSON.stringify(
|
|
7561
|
-
|
|
7563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
|
|
7562
7564
|
.parse(
|
|
7563
|
-
|
|
7565
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
|
|
7564
7566
|
),
|
|
7565
7567
|
);
|
|
7566
7568
|
}
|
|
7567
7569
|
|
|
7568
|
-
export function
|
|
7570
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(
|
|
7569
7571
|
jsonString: string,
|
|
7570
7572
|
): SafeParseResult<
|
|
7571
|
-
|
|
7573
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
|
|
7572
7574
|
SDKValidationError
|
|
7573
7575
|
> {
|
|
7574
7576
|
return safeParse(
|
|
7575
7577
|
jsonString,
|
|
7576
7578
|
(x) =>
|
|
7577
|
-
|
|
7579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
|
|
7578
7580
|
.parse(JSON.parse(x)),
|
|
7579
|
-
`Failed to parse '
|
|
7581
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495' from JSON`,
|
|
7580
7582
|
);
|
|
7581
7583
|
}
|
|
7582
7584
|
|
|
@@ -7587,20 +7589,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7587
7589
|
z.ZodTypeDef,
|
|
7588
7590
|
unknown
|
|
7589
7591
|
> = z.object({
|
|
7590
|
-
"__@BRAND@
|
|
7591
|
-
|
|
7592
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
7593
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
|
|
7592
7594
|
),
|
|
7593
7595
|
}).transform((v) => {
|
|
7594
7596
|
return remap$(v, {
|
|
7595
|
-
"__@BRAND@
|
|
7597
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
7596
7598
|
});
|
|
7597
7599
|
});
|
|
7598
7600
|
|
|
7599
7601
|
/** @internal */
|
|
7600
7602
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7601
7603
|
{
|
|
7602
|
-
"__@BRAND@
|
|
7603
|
-
|
|
7604
|
+
"__@BRAND@8495":
|
|
7605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
|
|
7604
7606
|
};
|
|
7605
7607
|
|
|
7606
7608
|
/** @internal */
|
|
@@ -7610,12 +7612,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7610
7612
|
z.ZodTypeDef,
|
|
7611
7613
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7612
7614
|
> = z.object({
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
+
atBRANDAt8495: z.lazy(() =>
|
|
7616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
|
|
7615
7617
|
),
|
|
7616
7618
|
}).transform((v) => {
|
|
7617
7619
|
return remap$(v, {
|
|
7618
|
-
|
|
7620
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
7619
7621
|
});
|
|
7620
7622
|
});
|
|
7621
7623
|
|
|
@@ -7663,65 +7665,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7663
7665
|
}
|
|
7664
7666
|
|
|
7665
7667
|
/** @internal */
|
|
7666
|
-
export const
|
|
7668
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema:
|
|
7667
7669
|
z.ZodType<
|
|
7668
|
-
|
|
7670
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
|
|
7669
7671
|
z.ZodTypeDef,
|
|
7670
7672
|
unknown
|
|
7671
7673
|
> = z.object({});
|
|
7672
7674
|
|
|
7673
7675
|
/** @internal */
|
|
7674
|
-
export type
|
|
7676
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound =
|
|
7675
7677
|
{};
|
|
7676
7678
|
|
|
7677
7679
|
/** @internal */
|
|
7678
|
-
export const
|
|
7680
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema:
|
|
7679
7681
|
z.ZodType<
|
|
7680
|
-
|
|
7682
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound,
|
|
7681
7683
|
z.ZodTypeDef,
|
|
7682
|
-
|
|
7684
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495
|
|
7683
7685
|
> = z.object({});
|
|
7684
7686
|
|
|
7685
7687
|
/**
|
|
7686
7688
|
* @internal
|
|
7687
7689
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7688
7690
|
*/
|
|
7689
|
-
export namespace
|
|
7690
|
-
/** @deprecated use `
|
|
7691
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ {
|
|
7692
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
|
|
7691
7693
|
export const inboundSchema =
|
|
7692
|
-
|
|
7693
|
-
/** @deprecated use `
|
|
7694
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema;
|
|
7695
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
|
|
7694
7696
|
export const outboundSchema =
|
|
7695
|
-
|
|
7696
|
-
/** @deprecated use `
|
|
7697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema;
|
|
7698
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound` instead. */
|
|
7697
7699
|
export type Outbound =
|
|
7698
|
-
|
|
7700
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
|
|
7699
7701
|
}
|
|
7700
7702
|
|
|
7701
|
-
export function
|
|
7702
|
-
|
|
7703
|
-
|
|
7703
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(
|
|
7704
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495:
|
|
7705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
|
|
7704
7706
|
): string {
|
|
7705
7707
|
return JSON.stringify(
|
|
7706
|
-
|
|
7708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
|
|
7707
7709
|
.parse(
|
|
7708
|
-
|
|
7710
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
|
|
7709
7711
|
),
|
|
7710
7712
|
);
|
|
7711
7713
|
}
|
|
7712
7714
|
|
|
7713
|
-
export function
|
|
7715
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(
|
|
7714
7716
|
jsonString: string,
|
|
7715
7717
|
): SafeParseResult<
|
|
7716
|
-
|
|
7718
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
|
|
7717
7719
|
SDKValidationError
|
|
7718
7720
|
> {
|
|
7719
7721
|
return safeParse(
|
|
7720
7722
|
jsonString,
|
|
7721
7723
|
(x) =>
|
|
7722
|
-
|
|
7724
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
|
|
7723
7725
|
.parse(JSON.parse(x)),
|
|
7724
|
-
`Failed to parse '
|
|
7726
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495' from JSON`,
|
|
7725
7727
|
);
|
|
7726
7728
|
}
|
|
7727
7729
|
|
|
@@ -7732,20 +7734,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7732
7734
|
z.ZodTypeDef,
|
|
7733
7735
|
unknown
|
|
7734
7736
|
> = z.object({
|
|
7735
|
-
"__@BRAND@
|
|
7736
|
-
|
|
7737
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
7738
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
|
|
7737
7739
|
),
|
|
7738
7740
|
}).transform((v) => {
|
|
7739
7741
|
return remap$(v, {
|
|
7740
|
-
"__@BRAND@
|
|
7742
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
7741
7743
|
});
|
|
7742
7744
|
});
|
|
7743
7745
|
|
|
7744
7746
|
/** @internal */
|
|
7745
7747
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
7746
7748
|
{
|
|
7747
|
-
"__@BRAND@
|
|
7748
|
-
|
|
7749
|
+
"__@BRAND@8495":
|
|
7750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
|
|
7749
7751
|
};
|
|
7750
7752
|
|
|
7751
7753
|
/** @internal */
|
|
@@ -7755,12 +7757,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7755
7757
|
z.ZodTypeDef,
|
|
7756
7758
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
7757
7759
|
> = z.object({
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
+
atBRANDAt8495: z.lazy(() =>
|
|
7761
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
|
|
7760
7762
|
),
|
|
7761
7763
|
}).transform((v) => {
|
|
7762
7764
|
return remap$(v, {
|
|
7763
|
-
|
|
7765
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
7764
7766
|
});
|
|
7765
7767
|
});
|
|
7766
7768
|
|
|
@@ -7808,65 +7810,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7808
7810
|
}
|
|
7809
7811
|
|
|
7810
7812
|
/** @internal */
|
|
7811
|
-
export const
|
|
7813
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema:
|
|
7812
7814
|
z.ZodType<
|
|
7813
|
-
|
|
7815
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
|
|
7814
7816
|
z.ZodTypeDef,
|
|
7815
7817
|
unknown
|
|
7816
7818
|
> = z.object({});
|
|
7817
7819
|
|
|
7818
7820
|
/** @internal */
|
|
7819
|
-
export type
|
|
7821
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound =
|
|
7820
7822
|
{};
|
|
7821
7823
|
|
|
7822
7824
|
/** @internal */
|
|
7823
|
-
export const
|
|
7825
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema:
|
|
7824
7826
|
z.ZodType<
|
|
7825
|
-
|
|
7827
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound,
|
|
7826
7828
|
z.ZodTypeDef,
|
|
7827
|
-
|
|
7829
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495
|
|
7828
7830
|
> = z.object({});
|
|
7829
7831
|
|
|
7830
7832
|
/**
|
|
7831
7833
|
* @internal
|
|
7832
7834
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7833
7835
|
*/
|
|
7834
|
-
export namespace
|
|
7835
|
-
/** @deprecated use `
|
|
7836
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ {
|
|
7837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
|
|
7836
7838
|
export const inboundSchema =
|
|
7837
|
-
|
|
7838
|
-
/** @deprecated use `
|
|
7839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema;
|
|
7840
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
|
|
7839
7841
|
export const outboundSchema =
|
|
7840
|
-
|
|
7841
|
-
/** @deprecated use `
|
|
7842
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema;
|
|
7843
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound` instead. */
|
|
7842
7844
|
export type Outbound =
|
|
7843
|
-
|
|
7845
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
|
|
7844
7846
|
}
|
|
7845
7847
|
|
|
7846
|
-
export function
|
|
7847
|
-
|
|
7848
|
-
|
|
7848
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(
|
|
7849
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495:
|
|
7850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
|
|
7849
7851
|
): string {
|
|
7850
7852
|
return JSON.stringify(
|
|
7851
|
-
|
|
7853
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
|
|
7852
7854
|
.parse(
|
|
7853
|
-
|
|
7855
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
|
|
7854
7856
|
),
|
|
7855
7857
|
);
|
|
7856
7858
|
}
|
|
7857
7859
|
|
|
7858
|
-
export function
|
|
7860
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(
|
|
7859
7861
|
jsonString: string,
|
|
7860
7862
|
): SafeParseResult<
|
|
7861
|
-
|
|
7863
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
|
|
7862
7864
|
SDKValidationError
|
|
7863
7865
|
> {
|
|
7864
7866
|
return safeParse(
|
|
7865
7867
|
jsonString,
|
|
7866
7868
|
(x) =>
|
|
7867
|
-
|
|
7869
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
|
|
7868
7870
|
.parse(JSON.parse(x)),
|
|
7869
|
-
`Failed to parse '
|
|
7871
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495' from JSON`,
|
|
7870
7872
|
);
|
|
7871
7873
|
}
|
|
7872
7874
|
|
|
@@ -7877,20 +7879,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7877
7879
|
z.ZodTypeDef,
|
|
7878
7880
|
unknown
|
|
7879
7881
|
> = z.object({
|
|
7880
|
-
"__@BRAND@
|
|
7881
|
-
|
|
7882
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
7883
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
|
|
7882
7884
|
),
|
|
7883
7885
|
}).transform((v) => {
|
|
7884
7886
|
return remap$(v, {
|
|
7885
|
-
"__@BRAND@
|
|
7887
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
7886
7888
|
});
|
|
7887
7889
|
});
|
|
7888
7890
|
|
|
7889
7891
|
/** @internal */
|
|
7890
7892
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
7891
7893
|
{
|
|
7892
|
-
"__@BRAND@
|
|
7893
|
-
|
|
7894
|
+
"__@BRAND@8495":
|
|
7895
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
|
|
7894
7896
|
};
|
|
7895
7897
|
|
|
7896
7898
|
/** @internal */
|
|
@@ -7900,12 +7902,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7900
7902
|
z.ZodTypeDef,
|
|
7901
7903
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
7902
7904
|
> = z.object({
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
+
atBRANDAt8495: z.lazy(() =>
|
|
7906
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
|
|
7905
7907
|
),
|
|
7906
7908
|
}).transform((v) => {
|
|
7907
7909
|
return remap$(v, {
|
|
7908
|
-
|
|
7910
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
7909
7911
|
});
|
|
7910
7912
|
});
|
|
7911
7913
|
|
|
@@ -9976,63 +9978,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
9976
9978
|
}
|
|
9977
9979
|
|
|
9978
9980
|
/** @internal */
|
|
9979
|
-
export const
|
|
9981
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema:
|
|
9980
9982
|
z.ZodType<
|
|
9981
|
-
|
|
9983
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
|
|
9982
9984
|
z.ZodTypeDef,
|
|
9983
9985
|
unknown
|
|
9984
9986
|
> = z.object({});
|
|
9985
9987
|
|
|
9986
9988
|
/** @internal */
|
|
9987
|
-
export type
|
|
9989
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound =
|
|
9988
9990
|
{};
|
|
9989
9991
|
|
|
9990
9992
|
/** @internal */
|
|
9991
|
-
export const
|
|
9993
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema:
|
|
9992
9994
|
z.ZodType<
|
|
9993
|
-
|
|
9995
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound,
|
|
9994
9996
|
z.ZodTypeDef,
|
|
9995
|
-
|
|
9997
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495
|
|
9996
9998
|
> = z.object({});
|
|
9997
9999
|
|
|
9998
10000
|
/**
|
|
9999
10001
|
* @internal
|
|
10000
10002
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10001
10003
|
*/
|
|
10002
|
-
export namespace
|
|
10003
|
-
/** @deprecated use `
|
|
10004
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ {
|
|
10005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
|
|
10004
10006
|
export const inboundSchema =
|
|
10005
|
-
|
|
10006
|
-
/** @deprecated use `
|
|
10007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema;
|
|
10008
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
|
|
10007
10009
|
export const outboundSchema =
|
|
10008
|
-
|
|
10009
|
-
/** @deprecated use `
|
|
10010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema;
|
|
10011
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound` instead. */
|
|
10010
10012
|
export type Outbound =
|
|
10011
|
-
|
|
10013
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
|
|
10012
10014
|
}
|
|
10013
10015
|
|
|
10014
|
-
export function
|
|
10015
|
-
|
|
10016
|
-
|
|
10016
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(
|
|
10017
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495:
|
|
10018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
|
|
10017
10019
|
): string {
|
|
10018
10020
|
return JSON.stringify(
|
|
10019
|
-
|
|
10020
|
-
.parse(
|
|
10021
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
|
|
10022
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495),
|
|
10021
10023
|
);
|
|
10022
10024
|
}
|
|
10023
10025
|
|
|
10024
|
-
export function
|
|
10026
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(
|
|
10025
10027
|
jsonString: string,
|
|
10026
10028
|
): SafeParseResult<
|
|
10027
|
-
|
|
10029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
|
|
10028
10030
|
SDKValidationError
|
|
10029
10031
|
> {
|
|
10030
10032
|
return safeParse(
|
|
10031
10033
|
jsonString,
|
|
10032
10034
|
(x) =>
|
|
10033
|
-
|
|
10035
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
|
|
10034
10036
|
.parse(JSON.parse(x)),
|
|
10035
|
-
`Failed to parse '
|
|
10037
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495' from JSON`,
|
|
10036
10038
|
);
|
|
10037
10039
|
}
|
|
10038
10040
|
|
|
@@ -10043,20 +10045,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10043
10045
|
z.ZodTypeDef,
|
|
10044
10046
|
unknown
|
|
10045
10047
|
> = z.object({
|
|
10046
|
-
"__@BRAND@
|
|
10047
|
-
|
|
10048
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
10049
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
|
|
10048
10050
|
),
|
|
10049
10051
|
}).transform((v) => {
|
|
10050
10052
|
return remap$(v, {
|
|
10051
|
-
"__@BRAND@
|
|
10053
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
10052
10054
|
});
|
|
10053
10055
|
});
|
|
10054
10056
|
|
|
10055
10057
|
/** @internal */
|
|
10056
10058
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10057
10059
|
{
|
|
10058
|
-
"__@BRAND@
|
|
10059
|
-
|
|
10060
|
+
"__@BRAND@8495":
|
|
10061
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
|
|
10060
10062
|
};
|
|
10061
10063
|
|
|
10062
10064
|
/** @internal */
|
|
@@ -10066,12 +10068,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10066
10068
|
z.ZodTypeDef,
|
|
10067
10069
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10068
10070
|
> = z.object({
|
|
10069
|
-
|
|
10070
|
-
|
|
10071
|
+
atBRANDAt8495: z.lazy(() =>
|
|
10072
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
|
|
10071
10073
|
),
|
|
10072
10074
|
}).transform((v) => {
|
|
10073
10075
|
return remap$(v, {
|
|
10074
|
-
|
|
10076
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
10075
10077
|
});
|
|
10076
10078
|
});
|
|
10077
10079
|
|
|
@@ -10117,65 +10119,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10117
10119
|
}
|
|
10118
10120
|
|
|
10119
10121
|
/** @internal */
|
|
10120
|
-
export const
|
|
10122
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema:
|
|
10121
10123
|
z.ZodType<
|
|
10122
|
-
|
|
10124
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
|
|
10123
10125
|
z.ZodTypeDef,
|
|
10124
10126
|
unknown
|
|
10125
10127
|
> = z.object({});
|
|
10126
10128
|
|
|
10127
10129
|
/** @internal */
|
|
10128
|
-
export type
|
|
10130
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound =
|
|
10129
10131
|
{};
|
|
10130
10132
|
|
|
10131
10133
|
/** @internal */
|
|
10132
|
-
export const
|
|
10134
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema:
|
|
10133
10135
|
z.ZodType<
|
|
10134
|
-
|
|
10136
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound,
|
|
10135
10137
|
z.ZodTypeDef,
|
|
10136
|
-
|
|
10138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495
|
|
10137
10139
|
> = z.object({});
|
|
10138
10140
|
|
|
10139
10141
|
/**
|
|
10140
10142
|
* @internal
|
|
10141
10143
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10142
10144
|
*/
|
|
10143
|
-
export namespace
|
|
10144
|
-
/** @deprecated use `
|
|
10145
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ {
|
|
10146
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
|
|
10145
10147
|
export const inboundSchema =
|
|
10146
|
-
|
|
10147
|
-
/** @deprecated use `
|
|
10148
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema;
|
|
10149
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
|
|
10148
10150
|
export const outboundSchema =
|
|
10149
|
-
|
|
10150
|
-
/** @deprecated use `
|
|
10151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema;
|
|
10152
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound` instead. */
|
|
10151
10153
|
export type Outbound =
|
|
10152
|
-
|
|
10154
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
|
|
10153
10155
|
}
|
|
10154
10156
|
|
|
10155
|
-
export function
|
|
10156
|
-
|
|
10157
|
-
|
|
10157
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(
|
|
10158
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495:
|
|
10159
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
|
|
10158
10160
|
): string {
|
|
10159
10161
|
return JSON.stringify(
|
|
10160
|
-
|
|
10162
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
|
|
10161
10163
|
.parse(
|
|
10162
|
-
|
|
10164
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
|
|
10163
10165
|
),
|
|
10164
10166
|
);
|
|
10165
10167
|
}
|
|
10166
10168
|
|
|
10167
|
-
export function
|
|
10169
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(
|
|
10168
10170
|
jsonString: string,
|
|
10169
10171
|
): SafeParseResult<
|
|
10170
|
-
|
|
10172
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
|
|
10171
10173
|
SDKValidationError
|
|
10172
10174
|
> {
|
|
10173
10175
|
return safeParse(
|
|
10174
10176
|
jsonString,
|
|
10175
10177
|
(x) =>
|
|
10176
|
-
|
|
10178
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
|
|
10177
10179
|
.parse(JSON.parse(x)),
|
|
10178
|
-
`Failed to parse '
|
|
10180
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495' from JSON`,
|
|
10179
10181
|
);
|
|
10180
10182
|
}
|
|
10181
10183
|
|
|
@@ -10186,20 +10188,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10186
10188
|
z.ZodTypeDef,
|
|
10187
10189
|
unknown
|
|
10188
10190
|
> = z.object({
|
|
10189
|
-
"__@BRAND@
|
|
10190
|
-
|
|
10191
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
10192
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
|
|
10191
10193
|
),
|
|
10192
10194
|
}).transform((v) => {
|
|
10193
10195
|
return remap$(v, {
|
|
10194
|
-
"__@BRAND@
|
|
10196
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
10195
10197
|
});
|
|
10196
10198
|
});
|
|
10197
10199
|
|
|
10198
10200
|
/** @internal */
|
|
10199
10201
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10200
10202
|
{
|
|
10201
|
-
"__@BRAND@
|
|
10202
|
-
|
|
10203
|
+
"__@BRAND@8495":
|
|
10204
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
|
|
10203
10205
|
};
|
|
10204
10206
|
|
|
10205
10207
|
/** @internal */
|
|
@@ -10209,12 +10211,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10209
10211
|
z.ZodTypeDef,
|
|
10210
10212
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10211
10213
|
> = z.object({
|
|
10212
|
-
|
|
10213
|
-
|
|
10214
|
+
atBRANDAt8495: z.lazy(() =>
|
|
10215
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
|
|
10214
10216
|
),
|
|
10215
10217
|
}).transform((v) => {
|
|
10216
10218
|
return remap$(v, {
|
|
10217
|
-
|
|
10219
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
10218
10220
|
});
|
|
10219
10221
|
});
|
|
10220
10222
|
|
|
@@ -10260,65 +10262,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10260
10262
|
}
|
|
10261
10263
|
|
|
10262
10264
|
/** @internal */
|
|
10263
|
-
export const
|
|
10265
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema:
|
|
10264
10266
|
z.ZodType<
|
|
10265
|
-
|
|
10267
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
|
|
10266
10268
|
z.ZodTypeDef,
|
|
10267
10269
|
unknown
|
|
10268
10270
|
> = z.object({});
|
|
10269
10271
|
|
|
10270
10272
|
/** @internal */
|
|
10271
|
-
export type
|
|
10273
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound =
|
|
10272
10274
|
{};
|
|
10273
10275
|
|
|
10274
10276
|
/** @internal */
|
|
10275
|
-
export const
|
|
10277
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema:
|
|
10276
10278
|
z.ZodType<
|
|
10277
|
-
|
|
10279
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound,
|
|
10278
10280
|
z.ZodTypeDef,
|
|
10279
|
-
|
|
10281
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495
|
|
10280
10282
|
> = z.object({});
|
|
10281
10283
|
|
|
10282
10284
|
/**
|
|
10283
10285
|
* @internal
|
|
10284
10286
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10285
10287
|
*/
|
|
10286
|
-
export namespace
|
|
10287
|
-
/** @deprecated use `
|
|
10288
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ {
|
|
10289
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
|
|
10288
10290
|
export const inboundSchema =
|
|
10289
|
-
|
|
10290
|
-
/** @deprecated use `
|
|
10291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema;
|
|
10292
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
|
|
10291
10293
|
export const outboundSchema =
|
|
10292
|
-
|
|
10293
|
-
/** @deprecated use `
|
|
10294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema;
|
|
10295
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound` instead. */
|
|
10294
10296
|
export type Outbound =
|
|
10295
|
-
|
|
10297
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
|
|
10296
10298
|
}
|
|
10297
10299
|
|
|
10298
|
-
export function
|
|
10299
|
-
|
|
10300
|
-
|
|
10300
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(
|
|
10301
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495:
|
|
10302
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
|
|
10301
10303
|
): string {
|
|
10302
10304
|
return JSON.stringify(
|
|
10303
|
-
|
|
10305
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
|
|
10304
10306
|
.parse(
|
|
10305
|
-
|
|
10307
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
|
|
10306
10308
|
),
|
|
10307
10309
|
);
|
|
10308
10310
|
}
|
|
10309
10311
|
|
|
10310
|
-
export function
|
|
10312
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(
|
|
10311
10313
|
jsonString: string,
|
|
10312
10314
|
): SafeParseResult<
|
|
10313
|
-
|
|
10315
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
|
|
10314
10316
|
SDKValidationError
|
|
10315
10317
|
> {
|
|
10316
10318
|
return safeParse(
|
|
10317
10319
|
jsonString,
|
|
10318
10320
|
(x) =>
|
|
10319
|
-
|
|
10321
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
|
|
10320
10322
|
.parse(JSON.parse(x)),
|
|
10321
|
-
`Failed to parse '
|
|
10323
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495' from JSON`,
|
|
10322
10324
|
);
|
|
10323
10325
|
}
|
|
10324
10326
|
|
|
@@ -10329,20 +10331,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10329
10331
|
z.ZodTypeDef,
|
|
10330
10332
|
unknown
|
|
10331
10333
|
> = z.object({
|
|
10332
|
-
"__@BRAND@
|
|
10333
|
-
|
|
10334
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
10335
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
|
|
10334
10336
|
),
|
|
10335
10337
|
}).transform((v) => {
|
|
10336
10338
|
return remap$(v, {
|
|
10337
|
-
"__@BRAND@
|
|
10339
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
10338
10340
|
});
|
|
10339
10341
|
});
|
|
10340
10342
|
|
|
10341
10343
|
/** @internal */
|
|
10342
10344
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10343
10345
|
{
|
|
10344
|
-
"__@BRAND@
|
|
10345
|
-
|
|
10346
|
+
"__@BRAND@8495":
|
|
10347
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
|
|
10346
10348
|
};
|
|
10347
10349
|
|
|
10348
10350
|
/** @internal */
|
|
@@ -10352,12 +10354,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10352
10354
|
z.ZodTypeDef,
|
|
10353
10355
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10354
10356
|
> = z.object({
|
|
10355
|
-
|
|
10356
|
-
|
|
10357
|
+
atBRANDAt8495: z.lazy(() =>
|
|
10358
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
|
|
10357
10359
|
),
|
|
10358
10360
|
}).transform((v) => {
|
|
10359
10361
|
return remap$(v, {
|
|
10360
|
-
|
|
10362
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
10361
10363
|
});
|
|
10362
10364
|
});
|
|
10363
10365
|
|
|
@@ -14420,65 +14422,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14420
14422
|
}
|
|
14421
14423
|
|
|
14422
14424
|
/** @internal */
|
|
14423
|
-
export const
|
|
14425
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema:
|
|
14424
14426
|
z.ZodType<
|
|
14425
|
-
|
|
14427
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
|
|
14426
14428
|
z.ZodTypeDef,
|
|
14427
14429
|
unknown
|
|
14428
14430
|
> = z.object({});
|
|
14429
14431
|
|
|
14430
14432
|
/** @internal */
|
|
14431
|
-
export type
|
|
14433
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound =
|
|
14432
14434
|
{};
|
|
14433
14435
|
|
|
14434
14436
|
/** @internal */
|
|
14435
|
-
export const
|
|
14437
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema:
|
|
14436
14438
|
z.ZodType<
|
|
14437
|
-
|
|
14439
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound,
|
|
14438
14440
|
z.ZodTypeDef,
|
|
14439
|
-
|
|
14441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495
|
|
14440
14442
|
> = z.object({});
|
|
14441
14443
|
|
|
14442
14444
|
/**
|
|
14443
14445
|
* @internal
|
|
14444
14446
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14445
14447
|
*/
|
|
14446
|
-
export namespace
|
|
14447
|
-
/** @deprecated use `
|
|
14448
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ {
|
|
14449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
|
|
14448
14450
|
export const inboundSchema =
|
|
14449
|
-
|
|
14450
|
-
/** @deprecated use `
|
|
14451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema;
|
|
14452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
|
|
14451
14453
|
export const outboundSchema =
|
|
14452
|
-
|
|
14453
|
-
/** @deprecated use `
|
|
14454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema;
|
|
14455
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound` instead. */
|
|
14454
14456
|
export type Outbound =
|
|
14455
|
-
|
|
14457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
|
|
14456
14458
|
}
|
|
14457
14459
|
|
|
14458
|
-
export function
|
|
14459
|
-
|
|
14460
|
-
|
|
14460
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(
|
|
14461
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495:
|
|
14462
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
|
|
14461
14463
|
): string {
|
|
14462
14464
|
return JSON.stringify(
|
|
14463
|
-
|
|
14465
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
|
|
14464
14466
|
.parse(
|
|
14465
|
-
|
|
14467
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
|
|
14466
14468
|
),
|
|
14467
14469
|
);
|
|
14468
14470
|
}
|
|
14469
14471
|
|
|
14470
|
-
export function
|
|
14472
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(
|
|
14471
14473
|
jsonString: string,
|
|
14472
14474
|
): SafeParseResult<
|
|
14473
|
-
|
|
14475
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
|
|
14474
14476
|
SDKValidationError
|
|
14475
14477
|
> {
|
|
14476
14478
|
return safeParse(
|
|
14477
14479
|
jsonString,
|
|
14478
14480
|
(x) =>
|
|
14479
|
-
|
|
14481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
|
|
14480
14482
|
.parse(JSON.parse(x)),
|
|
14481
|
-
`Failed to parse '
|
|
14483
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495' from JSON`,
|
|
14482
14484
|
);
|
|
14483
14485
|
}
|
|
14484
14486
|
|
|
@@ -14489,19 +14491,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14489
14491
|
z.ZodTypeDef,
|
|
14490
14492
|
unknown
|
|
14491
14493
|
> = z.object({
|
|
14492
|
-
"__@BRAND@
|
|
14493
|
-
|
|
14494
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
14495
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
|
|
14494
14496
|
),
|
|
14495
14497
|
}).transform((v) => {
|
|
14496
14498
|
return remap$(v, {
|
|
14497
|
-
"__@BRAND@
|
|
14499
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
14498
14500
|
});
|
|
14499
14501
|
});
|
|
14500
14502
|
|
|
14501
14503
|
/** @internal */
|
|
14502
14504
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14503
|
-
"__@BRAND@
|
|
14504
|
-
|
|
14505
|
+
"__@BRAND@8495":
|
|
14506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
|
|
14505
14507
|
};
|
|
14506
14508
|
|
|
14507
14509
|
/** @internal */
|
|
@@ -14511,12 +14513,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14511
14513
|
z.ZodTypeDef,
|
|
14512
14514
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14513
14515
|
> = z.object({
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
|
+
atBRANDAt8495: z.lazy(() =>
|
|
14517
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
|
|
14516
14518
|
),
|
|
14517
14519
|
}).transform((v) => {
|
|
14518
14520
|
return remap$(v, {
|
|
14519
|
-
|
|
14521
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
14520
14522
|
});
|
|
14521
14523
|
});
|
|
14522
14524
|
|
|
@@ -14564,50 +14566,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14564
14566
|
}
|
|
14565
14567
|
|
|
14566
14568
|
/** @internal */
|
|
14567
|
-
export const
|
|
14568
|
-
|
|
14569
|
+
export const PropertiesAtBRANDAt8495$inboundSchema: z.ZodType<
|
|
14570
|
+
PropertiesAtBRANDAt8495,
|
|
14569
14571
|
z.ZodTypeDef,
|
|
14570
14572
|
unknown
|
|
14571
14573
|
> = z.object({});
|
|
14572
14574
|
|
|
14573
14575
|
/** @internal */
|
|
14574
|
-
export type
|
|
14576
|
+
export type PropertiesAtBRANDAt8495$Outbound = {};
|
|
14575
14577
|
|
|
14576
14578
|
/** @internal */
|
|
14577
|
-
export const
|
|
14578
|
-
|
|
14579
|
+
export const PropertiesAtBRANDAt8495$outboundSchema: z.ZodType<
|
|
14580
|
+
PropertiesAtBRANDAt8495$Outbound,
|
|
14579
14581
|
z.ZodTypeDef,
|
|
14580
|
-
|
|
14582
|
+
PropertiesAtBRANDAt8495
|
|
14581
14583
|
> = z.object({});
|
|
14582
14584
|
|
|
14583
14585
|
/**
|
|
14584
14586
|
* @internal
|
|
14585
14587
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14586
14588
|
*/
|
|
14587
|
-
export namespace
|
|
14588
|
-
/** @deprecated use `
|
|
14589
|
-
export const inboundSchema =
|
|
14590
|
-
/** @deprecated use `
|
|
14591
|
-
export const outboundSchema =
|
|
14592
|
-
/** @deprecated use `
|
|
14593
|
-
export type Outbound =
|
|
14589
|
+
export namespace PropertiesAtBRANDAt8495$ {
|
|
14590
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
|
|
14591
|
+
export const inboundSchema = PropertiesAtBRANDAt8495$inboundSchema;
|
|
14592
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
|
|
14593
|
+
export const outboundSchema = PropertiesAtBRANDAt8495$outboundSchema;
|
|
14594
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$Outbound` instead. */
|
|
14595
|
+
export type Outbound = PropertiesAtBRANDAt8495$Outbound;
|
|
14594
14596
|
}
|
|
14595
14597
|
|
|
14596
|
-
export function
|
|
14597
|
-
|
|
14598
|
+
export function propertiesAtBRANDAt8495ToJSON(
|
|
14599
|
+
propertiesAtBRANDAt8495: PropertiesAtBRANDAt8495,
|
|
14598
14600
|
): string {
|
|
14599
14601
|
return JSON.stringify(
|
|
14600
|
-
|
|
14602
|
+
PropertiesAtBRANDAt8495$outboundSchema.parse(propertiesAtBRANDAt8495),
|
|
14601
14603
|
);
|
|
14602
14604
|
}
|
|
14603
14605
|
|
|
14604
|
-
export function
|
|
14606
|
+
export function propertiesAtBRANDAt8495FromJSON(
|
|
14605
14607
|
jsonString: string,
|
|
14606
|
-
): SafeParseResult<
|
|
14608
|
+
): SafeParseResult<PropertiesAtBRANDAt8495, SDKValidationError> {
|
|
14607
14609
|
return safeParse(
|
|
14608
14610
|
jsonString,
|
|
14609
|
-
(x) =>
|
|
14610
|
-
`Failed to parse '
|
|
14611
|
+
(x) => PropertiesAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
|
|
14612
|
+
`Failed to parse 'PropertiesAtBRANDAt8495' from JSON`,
|
|
14611
14613
|
);
|
|
14612
14614
|
}
|
|
14613
14615
|
|
|
@@ -14618,16 +14620,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14618
14620
|
z.ZodTypeDef,
|
|
14619
14621
|
unknown
|
|
14620
14622
|
> = z.object({
|
|
14621
|
-
"__@BRAND@
|
|
14623
|
+
"__@BRAND@8495": z.lazy(() => PropertiesAtBRANDAt8495$inboundSchema),
|
|
14622
14624
|
}).transform((v) => {
|
|
14623
14625
|
return remap$(v, {
|
|
14624
|
-
"__@BRAND@
|
|
14626
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
14625
14627
|
});
|
|
14626
14628
|
});
|
|
14627
14629
|
|
|
14628
14630
|
/** @internal */
|
|
14629
14631
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14630
|
-
"__@BRAND@
|
|
14632
|
+
"__@BRAND@8495": PropertiesAtBRANDAt8495$Outbound;
|
|
14631
14633
|
};
|
|
14632
14634
|
|
|
14633
14635
|
/** @internal */
|
|
@@ -14637,10 +14639,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14637
14639
|
z.ZodTypeDef,
|
|
14638
14640
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14639
14641
|
> = z.object({
|
|
14640
|
-
|
|
14642
|
+
atBRANDAt8495: z.lazy(() => PropertiesAtBRANDAt8495$outboundSchema),
|
|
14641
14643
|
}).transform((v) => {
|
|
14642
14644
|
return remap$(v, {
|
|
14643
|
-
|
|
14645
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
14644
14646
|
});
|
|
14645
14647
|
});
|
|
14646
14648
|
|
|
@@ -14688,64 +14690,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14688
14690
|
}
|
|
14689
14691
|
|
|
14690
14692
|
/** @internal */
|
|
14691
|
-
export const
|
|
14693
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema:
|
|
14692
14694
|
z.ZodType<
|
|
14693
|
-
|
|
14695
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
|
|
14694
14696
|
z.ZodTypeDef,
|
|
14695
14697
|
unknown
|
|
14696
14698
|
> = z.object({});
|
|
14697
14699
|
|
|
14698
14700
|
/** @internal */
|
|
14699
|
-
export type
|
|
14701
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound = {};
|
|
14700
14702
|
|
|
14701
14703
|
/** @internal */
|
|
14702
|
-
export const
|
|
14704
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema:
|
|
14703
14705
|
z.ZodType<
|
|
14704
|
-
|
|
14706
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound,
|
|
14705
14707
|
z.ZodTypeDef,
|
|
14706
|
-
|
|
14708
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495
|
|
14707
14709
|
> = z.object({});
|
|
14708
14710
|
|
|
14709
14711
|
/**
|
|
14710
14712
|
* @internal
|
|
14711
14713
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14712
14714
|
*/
|
|
14713
|
-
export namespace
|
|
14714
|
-
/** @deprecated use `
|
|
14715
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ {
|
|
14716
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
|
|
14715
14717
|
export const inboundSchema =
|
|
14716
|
-
|
|
14717
|
-
/** @deprecated use `
|
|
14718
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema;
|
|
14719
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
|
|
14718
14720
|
export const outboundSchema =
|
|
14719
|
-
|
|
14720
|
-
/** @deprecated use `
|
|
14721
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema;
|
|
14722
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound` instead. */
|
|
14721
14723
|
export type Outbound =
|
|
14722
|
-
|
|
14724
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
|
|
14723
14725
|
}
|
|
14724
14726
|
|
|
14725
|
-
export function
|
|
14726
|
-
|
|
14727
|
-
|
|
14727
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(
|
|
14728
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8495:
|
|
14729
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
|
|
14728
14730
|
): string {
|
|
14729
14731
|
return JSON.stringify(
|
|
14730
|
-
|
|
14731
|
-
|
|
14732
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema.parse(
|
|
14733
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8495,
|
|
14732
14734
|
),
|
|
14733
14735
|
);
|
|
14734
14736
|
}
|
|
14735
14737
|
|
|
14736
|
-
export function
|
|
14738
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(
|
|
14737
14739
|
jsonString: string,
|
|
14738
14740
|
): SafeParseResult<
|
|
14739
|
-
|
|
14741
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
|
|
14740
14742
|
SDKValidationError
|
|
14741
14743
|
> {
|
|
14742
14744
|
return safeParse(
|
|
14743
14745
|
jsonString,
|
|
14744
14746
|
(x) =>
|
|
14745
|
-
|
|
14747
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema.parse(
|
|
14746
14748
|
JSON.parse(x),
|
|
14747
14749
|
),
|
|
14748
|
-
`Failed to parse '
|
|
14750
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8495' from JSON`,
|
|
14749
14751
|
);
|
|
14750
14752
|
}
|
|
14751
14753
|
|
|
@@ -14756,18 +14758,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
14756
14758
|
z.ZodTypeDef,
|
|
14757
14759
|
unknown
|
|
14758
14760
|
> = z.object({
|
|
14759
|
-
"__@BRAND@
|
|
14760
|
-
|
|
14761
|
+
"__@BRAND@8495": z.lazy(() =>
|
|
14762
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema
|
|
14761
14763
|
),
|
|
14762
14764
|
}).transform((v) => {
|
|
14763
14765
|
return remap$(v, {
|
|
14764
|
-
"__@BRAND@
|
|
14766
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
14765
14767
|
});
|
|
14766
14768
|
});
|
|
14767
14769
|
|
|
14768
14770
|
/** @internal */
|
|
14769
14771
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
14770
|
-
"__@BRAND@
|
|
14772
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
|
|
14771
14773
|
};
|
|
14772
14774
|
|
|
14773
14775
|
/** @internal */
|
|
@@ -14777,12 +14779,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
14777
14779
|
z.ZodTypeDef,
|
|
14778
14780
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
14779
14781
|
> = z.object({
|
|
14780
|
-
|
|
14781
|
-
|
|
14782
|
+
atBRANDAt8495: z.lazy(() =>
|
|
14783
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema
|
|
14782
14784
|
),
|
|
14783
14785
|
}).transform((v) => {
|
|
14784
14786
|
return remap$(v, {
|
|
14785
|
-
|
|
14787
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
14786
14788
|
});
|
|
14787
14789
|
});
|
|
14788
14790
|
|
|
@@ -16229,46 +16231,46 @@ export function guidesFromJSON(
|
|
|
16229
16231
|
}
|
|
16230
16232
|
|
|
16231
16233
|
/** @internal */
|
|
16232
|
-
export const
|
|
16233
|
-
|
|
16234
|
+
export const AtBRANDAt8495$inboundSchema: z.ZodType<
|
|
16235
|
+
AtBRANDAt8495,
|
|
16234
16236
|
z.ZodTypeDef,
|
|
16235
16237
|
unknown
|
|
16236
16238
|
> = z.object({});
|
|
16237
16239
|
|
|
16238
16240
|
/** @internal */
|
|
16239
|
-
export type
|
|
16241
|
+
export type AtBRANDAt8495$Outbound = {};
|
|
16240
16242
|
|
|
16241
16243
|
/** @internal */
|
|
16242
|
-
export const
|
|
16243
|
-
|
|
16244
|
+
export const AtBRANDAt8495$outboundSchema: z.ZodType<
|
|
16245
|
+
AtBRANDAt8495$Outbound,
|
|
16244
16246
|
z.ZodTypeDef,
|
|
16245
|
-
|
|
16247
|
+
AtBRANDAt8495
|
|
16246
16248
|
> = z.object({});
|
|
16247
16249
|
|
|
16248
16250
|
/**
|
|
16249
16251
|
* @internal
|
|
16250
16252
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16251
16253
|
*/
|
|
16252
|
-
export namespace
|
|
16253
|
-
/** @deprecated use `
|
|
16254
|
-
export const inboundSchema =
|
|
16255
|
-
/** @deprecated use `
|
|
16256
|
-
export const outboundSchema =
|
|
16257
|
-
/** @deprecated use `
|
|
16258
|
-
export type Outbound =
|
|
16254
|
+
export namespace AtBRANDAt8495$ {
|
|
16255
|
+
/** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
|
|
16256
|
+
export const inboundSchema = AtBRANDAt8495$inboundSchema;
|
|
16257
|
+
/** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
|
|
16258
|
+
export const outboundSchema = AtBRANDAt8495$outboundSchema;
|
|
16259
|
+
/** @deprecated use `AtBRANDAt8495$Outbound` instead. */
|
|
16260
|
+
export type Outbound = AtBRANDAt8495$Outbound;
|
|
16259
16261
|
}
|
|
16260
16262
|
|
|
16261
|
-
export function
|
|
16262
|
-
return JSON.stringify(
|
|
16263
|
+
export function atBRANDAt8495ToJSON(atBRANDAt8495: AtBRANDAt8495): string {
|
|
16264
|
+
return JSON.stringify(AtBRANDAt8495$outboundSchema.parse(atBRANDAt8495));
|
|
16263
16265
|
}
|
|
16264
16266
|
|
|
16265
|
-
export function
|
|
16267
|
+
export function atBRANDAt8495FromJSON(
|
|
16266
16268
|
jsonString: string,
|
|
16267
|
-
): SafeParseResult<
|
|
16269
|
+
): SafeParseResult<AtBRANDAt8495, SDKValidationError> {
|
|
16268
16270
|
return safeParse(
|
|
16269
16271
|
jsonString,
|
|
16270
|
-
(x) =>
|
|
16271
|
-
`Failed to parse '
|
|
16272
|
+
(x) => AtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
|
|
16273
|
+
`Failed to parse 'AtBRANDAt8495' from JSON`,
|
|
16272
16274
|
);
|
|
16273
16275
|
}
|
|
16274
16276
|
|
|
@@ -16278,16 +16280,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16278
16280
|
z.ZodTypeDef,
|
|
16279
16281
|
unknown
|
|
16280
16282
|
> = z.object({
|
|
16281
|
-
"__@BRAND@
|
|
16283
|
+
"__@BRAND@8495": z.lazy(() => AtBRANDAt8495$inboundSchema),
|
|
16282
16284
|
}).transform((v) => {
|
|
16283
16285
|
return remap$(v, {
|
|
16284
|
-
"__@BRAND@
|
|
16286
|
+
"__@BRAND@8495": "atBRANDAt8495",
|
|
16285
16287
|
});
|
|
16286
16288
|
});
|
|
16287
16289
|
|
|
16288
16290
|
/** @internal */
|
|
16289
16291
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16290
|
-
"__@BRAND@
|
|
16292
|
+
"__@BRAND@8495": AtBRANDAt8495$Outbound;
|
|
16291
16293
|
};
|
|
16292
16294
|
|
|
16293
16295
|
/** @internal */
|
|
@@ -16296,10 +16298,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16296
16298
|
z.ZodTypeDef,
|
|
16297
16299
|
CreateIntegrationStoreDirectValue
|
|
16298
16300
|
> = z.object({
|
|
16299
|
-
|
|
16301
|
+
atBRANDAt8495: z.lazy(() => AtBRANDAt8495$outboundSchema),
|
|
16300
16302
|
}).transform((v) => {
|
|
16301
16303
|
return remap$(v, {
|
|
16302
|
-
|
|
16304
|
+
atBRANDAt8495: "__@BRAND@8495",
|
|
16303
16305
|
});
|
|
16304
16306
|
});
|
|
16305
16307
|
|