@vercel/sdk 1.13.7 → 1.13.8
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 +3 -1
- package/bin/mcp-server.js +1422 -1192
- package/bin/mcp-server.js.map +58 -57
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +7 -2
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +33 -15
- 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 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/projectsPauseProject.js +2 -2
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +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.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +27 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +35 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +2 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +2 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -10
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -10
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -4
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +415 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +477 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +38 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +22 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +27 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +36 -0
- package/esm/models/getbulkavailabilityop.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 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -10
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +2 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +2 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +2 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +2 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +2 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +2 -0
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +2 -0
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +2 -0
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getsupportedtldsop.d.ts +29 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +31 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +2 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -0
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +2 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +2 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +10 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +5 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +2 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +2 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +2 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -0
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +38 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +22 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +30 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +22 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domainsregistrar.d.ts +6 -5
- package/esm/sdk/domainsregistrar.d.ts.map +1 -1
- package/esm/sdk/domainsregistrar.js +2 -2
- package/esm/sdk/domainsregistrar.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 +2 -6
- package/src/__tests__/domains.test.ts +7 -2
- package/src/__tests__/domainsregistrar.test.ts +33 -15
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
- package/src/funcs/projectsPauseProject.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 +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +4 -0
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +36 -30
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getbulkavailabilityop.ts +71 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +4 -0
- package/src/models/getdeploymentop.ts +1 -14
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomainauthcodeop.ts +4 -0
- package/src/models/getdomainavailabilityop.ts +4 -0
- package/src/models/getdomainpriceop.ts +4 -0
- package/src/models/getdomaintransferinop.ts +4 -0
- package/src/models/getorderop.ts +4 -0
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/team.ts +12 -12
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updatedomainautorenewop.ts +4 -0
- package/src/models/updatedomainnameserversop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +36 -30
- package/src/models/userevent.ts +32 -0
- package/src/sdk/domainsregistrar.ts +7 -4
- package/vercel-spec.json +434 -225
|
@@ -48,6 +48,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
48
48
|
Vuepress: "vuepress",
|
|
49
49
|
Parcel: "parcel",
|
|
50
50
|
Fastapi: "fastapi",
|
|
51
|
+
Flask: "flask",
|
|
51
52
|
Fasthtml: "fasthtml",
|
|
52
53
|
SanityV3: "sanity-v3",
|
|
53
54
|
Sanity: "sanity",
|
|
@@ -69,6 +70,14 @@ export const CreateIntegrationStoreDirectIntegrationsEnvironments = {
|
|
|
69
70
|
Preview: "preview",
|
|
70
71
|
Development: "development",
|
|
71
72
|
};
|
|
73
|
+
export const Providers2 = {
|
|
74
|
+
Wildcard: "*",
|
|
75
|
+
};
|
|
76
|
+
export const Providers1 = {
|
|
77
|
+
Github: "github",
|
|
78
|
+
Gitlab: "gitlab",
|
|
79
|
+
Bitbucket: "bitbucket",
|
|
80
|
+
};
|
|
72
81
|
export const CreateIntegrationStoreDirectStatus = {
|
|
73
82
|
Available: "available",
|
|
74
83
|
Error: "error",
|
|
@@ -641,6 +650,121 @@ export function projectsMetadataFromJSON(jsonString) {
|
|
|
641
650
|
return safeParse(jsonString, (x) => ProjectsMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectsMetadata' from JSON`);
|
|
642
651
|
}
|
|
643
652
|
/** @internal */
|
|
653
|
+
export const Providers2$inboundSchema = z
|
|
654
|
+
.nativeEnum(Providers2);
|
|
655
|
+
/** @internal */
|
|
656
|
+
export const Providers2$outboundSchema = Providers2$inboundSchema;
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
660
|
+
*/
|
|
661
|
+
export var Providers2$;
|
|
662
|
+
(function (Providers2$) {
|
|
663
|
+
/** @deprecated use `Providers2$inboundSchema` instead. */
|
|
664
|
+
Providers2$.inboundSchema = Providers2$inboundSchema;
|
|
665
|
+
/** @deprecated use `Providers2$outboundSchema` instead. */
|
|
666
|
+
Providers2$.outboundSchema = Providers2$outboundSchema;
|
|
667
|
+
})(Providers2$ || (Providers2$ = {}));
|
|
668
|
+
/** @internal */
|
|
669
|
+
export const Providers1$inboundSchema = z
|
|
670
|
+
.nativeEnum(Providers1);
|
|
671
|
+
/** @internal */
|
|
672
|
+
export const Providers1$outboundSchema = Providers1$inboundSchema;
|
|
673
|
+
/**
|
|
674
|
+
* @internal
|
|
675
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
676
|
+
*/
|
|
677
|
+
export var Providers1$;
|
|
678
|
+
(function (Providers1$) {
|
|
679
|
+
/** @deprecated use `Providers1$inboundSchema` instead. */
|
|
680
|
+
Providers1$.inboundSchema = Providers1$inboundSchema;
|
|
681
|
+
/** @deprecated use `Providers1$outboundSchema` instead. */
|
|
682
|
+
Providers1$.outboundSchema = Providers1$outboundSchema;
|
|
683
|
+
})(Providers1$ || (Providers1$ = {}));
|
|
684
|
+
/** @internal */
|
|
685
|
+
export const Providers$inboundSchema = z.union([z.array(Providers1$inboundSchema), Providers2$inboundSchema]);
|
|
686
|
+
/** @internal */
|
|
687
|
+
export const Providers$outboundSchema = z.union([z.array(Providers1$outboundSchema), Providers2$outboundSchema]);
|
|
688
|
+
/**
|
|
689
|
+
* @internal
|
|
690
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
691
|
+
*/
|
|
692
|
+
export var Providers$;
|
|
693
|
+
(function (Providers$) {
|
|
694
|
+
/** @deprecated use `Providers$inboundSchema` instead. */
|
|
695
|
+
Providers$.inboundSchema = Providers$inboundSchema;
|
|
696
|
+
/** @deprecated use `Providers$outboundSchema` instead. */
|
|
697
|
+
Providers$.outboundSchema = Providers$outboundSchema;
|
|
698
|
+
})(Providers$ || (Providers$ = {}));
|
|
699
|
+
export function providersToJSON(providers) {
|
|
700
|
+
return JSON.stringify(Providers$outboundSchema.parse(providers));
|
|
701
|
+
}
|
|
702
|
+
export function providersFromJSON(jsonString) {
|
|
703
|
+
return safeParse(jsonString, (x) => Providers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Providers' from JSON`);
|
|
704
|
+
}
|
|
705
|
+
/** @internal */
|
|
706
|
+
export const Git$inboundSchema = z
|
|
707
|
+
.object({
|
|
708
|
+
providers: z.union([
|
|
709
|
+
z.array(Providers1$inboundSchema),
|
|
710
|
+
Providers2$inboundSchema,
|
|
711
|
+
]),
|
|
712
|
+
owners: z.array(z.string()).optional(),
|
|
713
|
+
repos: z.array(z.string()).optional(),
|
|
714
|
+
});
|
|
715
|
+
/** @internal */
|
|
716
|
+
export const Git$outboundSchema = z
|
|
717
|
+
.object({
|
|
718
|
+
providers: z.union([
|
|
719
|
+
z.array(Providers1$outboundSchema),
|
|
720
|
+
Providers2$outboundSchema,
|
|
721
|
+
]),
|
|
722
|
+
owners: z.array(z.string()).optional(),
|
|
723
|
+
repos: z.array(z.string()).optional(),
|
|
724
|
+
});
|
|
725
|
+
/**
|
|
726
|
+
* @internal
|
|
727
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
728
|
+
*/
|
|
729
|
+
export var Git$;
|
|
730
|
+
(function (Git$) {
|
|
731
|
+
/** @deprecated use `Git$inboundSchema` instead. */
|
|
732
|
+
Git$.inboundSchema = Git$inboundSchema;
|
|
733
|
+
/** @deprecated use `Git$outboundSchema` instead. */
|
|
734
|
+
Git$.outboundSchema = Git$outboundSchema;
|
|
735
|
+
})(Git$ || (Git$ = {}));
|
|
736
|
+
export function gitToJSON(git) {
|
|
737
|
+
return JSON.stringify(Git$outboundSchema.parse(git));
|
|
738
|
+
}
|
|
739
|
+
export function gitFromJSON(jsonString) {
|
|
740
|
+
return safeParse(jsonString, (x) => Git$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Git' from JSON`);
|
|
741
|
+
}
|
|
742
|
+
/** @internal */
|
|
743
|
+
export const ProjectFilter$inboundSchema = z.object({
|
|
744
|
+
git: z.lazy(() => Git$inboundSchema).optional(),
|
|
745
|
+
});
|
|
746
|
+
/** @internal */
|
|
747
|
+
export const ProjectFilter$outboundSchema = z.object({
|
|
748
|
+
git: z.lazy(() => Git$outboundSchema).optional(),
|
|
749
|
+
});
|
|
750
|
+
/**
|
|
751
|
+
* @internal
|
|
752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
753
|
+
*/
|
|
754
|
+
export var ProjectFilter$;
|
|
755
|
+
(function (ProjectFilter$) {
|
|
756
|
+
/** @deprecated use `ProjectFilter$inboundSchema` instead. */
|
|
757
|
+
ProjectFilter$.inboundSchema = ProjectFilter$inboundSchema;
|
|
758
|
+
/** @deprecated use `ProjectFilter$outboundSchema` instead. */
|
|
759
|
+
ProjectFilter$.outboundSchema = ProjectFilter$outboundSchema;
|
|
760
|
+
})(ProjectFilter$ || (ProjectFilter$ = {}));
|
|
761
|
+
export function projectFilterToJSON(projectFilter) {
|
|
762
|
+
return JSON.stringify(ProjectFilter$outboundSchema.parse(projectFilter));
|
|
763
|
+
}
|
|
764
|
+
export function projectFilterFromJSON(jsonString) {
|
|
765
|
+
return safeParse(jsonString, (x) => ProjectFilter$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectFilter' from JSON`);
|
|
766
|
+
}
|
|
767
|
+
/** @internal */
|
|
644
768
|
export const CreateIntegrationStoreDirectStatus$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectStatus);
|
|
645
769
|
/** @internal */
|
|
646
770
|
export const CreateIntegrationStoreDirectStatus$outboundSchema = CreateIntegrationStoreDirectStatus$inboundSchema;
|
|
@@ -801,42 +925,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
801
925
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
802
926
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
803
927
|
/** @internal */
|
|
804
|
-
export const
|
|
928
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema = z.object({});
|
|
805
929
|
/** @internal */
|
|
806
|
-
export const
|
|
930
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema = z.object({});
|
|
807
931
|
/**
|
|
808
932
|
* @internal
|
|
809
933
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
810
934
|
*/
|
|
811
|
-
export var
|
|
812
|
-
(function (
|
|
813
|
-
/** @deprecated use `
|
|
814
|
-
|
|
815
|
-
/** @deprecated use `
|
|
816
|
-
|
|
817
|
-
})(
|
|
818
|
-
export function
|
|
819
|
-
return JSON.stringify(
|
|
820
|
-
.parse(
|
|
935
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$;
|
|
936
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$) {
|
|
937
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema` instead. */
|
|
938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema;
|
|
939
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema` instead. */
|
|
940
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema;
|
|
941
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ = {}));
|
|
942
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575) {
|
|
943
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema
|
|
944
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575));
|
|
821
945
|
}
|
|
822
|
-
export function
|
|
823
|
-
return safeParse(jsonString, (x) =>
|
|
824
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(jsonString) {
|
|
947
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema
|
|
948
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575' from JSON`);
|
|
825
949
|
}
|
|
826
950
|
/** @internal */
|
|
827
951
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
828
|
-
"__@BRAND@
|
|
952
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema),
|
|
829
953
|
}).transform((v) => {
|
|
830
954
|
return remap$(v, {
|
|
831
|
-
"__@BRAND@
|
|
955
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
832
956
|
});
|
|
833
957
|
});
|
|
834
958
|
/** @internal */
|
|
835
959
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
836
|
-
|
|
960
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema),
|
|
837
961
|
}).transform((v) => {
|
|
838
962
|
return remap$(v, {
|
|
839
|
-
|
|
963
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
840
964
|
});
|
|
841
965
|
});
|
|
842
966
|
/**
|
|
@@ -1070,42 +1194,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1070
1194
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1071
1195
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1072
1196
|
/** @internal */
|
|
1073
|
-
export const
|
|
1197
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema = z.object({});
|
|
1074
1198
|
/** @internal */
|
|
1075
|
-
export const
|
|
1199
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema = z.object({});
|
|
1076
1200
|
/**
|
|
1077
1201
|
* @internal
|
|
1078
1202
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1079
1203
|
*/
|
|
1080
|
-
export var
|
|
1081
|
-
(function (
|
|
1082
|
-
/** @deprecated use `
|
|
1083
|
-
|
|
1084
|
-
/** @deprecated use `
|
|
1085
|
-
|
|
1086
|
-
})(
|
|
1087
|
-
export function
|
|
1088
|
-
return JSON.stringify(
|
|
1089
|
-
.parse(
|
|
1204
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$;
|
|
1205
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$) {
|
|
1206
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema` instead. */
|
|
1207
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema;
|
|
1208
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema` instead. */
|
|
1209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema;
|
|
1210
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ = {}));
|
|
1211
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575) {
|
|
1212
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema
|
|
1213
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575));
|
|
1090
1214
|
}
|
|
1091
|
-
export function
|
|
1092
|
-
return safeParse(jsonString, (x) =>
|
|
1093
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1215
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(jsonString) {
|
|
1216
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema
|
|
1217
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575' from JSON`);
|
|
1094
1218
|
}
|
|
1095
1219
|
/** @internal */
|
|
1096
1220
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1097
|
-
"__@BRAND@
|
|
1221
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema),
|
|
1098
1222
|
}).transform((v) => {
|
|
1099
1223
|
return remap$(v, {
|
|
1100
|
-
"__@BRAND@
|
|
1224
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
1101
1225
|
});
|
|
1102
1226
|
});
|
|
1103
1227
|
/** @internal */
|
|
1104
1228
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1105
|
-
|
|
1229
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema),
|
|
1106
1230
|
}).transform((v) => {
|
|
1107
1231
|
return remap$(v, {
|
|
1108
|
-
|
|
1232
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
1109
1233
|
});
|
|
1110
1234
|
});
|
|
1111
1235
|
/**
|
|
@@ -1128,42 +1252,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
1128
1252
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1129
1253
|
}
|
|
1130
1254
|
/** @internal */
|
|
1131
|
-
export const
|
|
1255
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema = z.object({});
|
|
1132
1256
|
/** @internal */
|
|
1133
|
-
export const
|
|
1257
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema = z.object({});
|
|
1134
1258
|
/**
|
|
1135
1259
|
* @internal
|
|
1136
1260
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1137
1261
|
*/
|
|
1138
|
-
export var
|
|
1139
|
-
(function (
|
|
1140
|
-
/** @deprecated use `
|
|
1141
|
-
|
|
1142
|
-
/** @deprecated use `
|
|
1143
|
-
|
|
1144
|
-
})(
|
|
1145
|
-
export function
|
|
1146
|
-
return JSON.stringify(
|
|
1147
|
-
.parse(
|
|
1262
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$;
|
|
1263
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$) {
|
|
1264
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema` instead. */
|
|
1265
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema;
|
|
1266
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema` instead. */
|
|
1267
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema;
|
|
1268
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ = {}));
|
|
1269
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575) {
|
|
1270
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema
|
|
1271
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575));
|
|
1148
1272
|
}
|
|
1149
|
-
export function
|
|
1150
|
-
return safeParse(jsonString, (x) =>
|
|
1151
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1273
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(jsonString) {
|
|
1274
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema
|
|
1275
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575' from JSON`);
|
|
1152
1276
|
}
|
|
1153
1277
|
/** @internal */
|
|
1154
1278
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1155
|
-
"__@BRAND@
|
|
1279
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema),
|
|
1156
1280
|
}).transform((v) => {
|
|
1157
1281
|
return remap$(v, {
|
|
1158
|
-
"__@BRAND@
|
|
1282
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
1159
1283
|
});
|
|
1160
1284
|
});
|
|
1161
1285
|
/** @internal */
|
|
1162
1286
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1163
|
-
|
|
1287
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema),
|
|
1164
1288
|
}).transform((v) => {
|
|
1165
1289
|
return remap$(v, {
|
|
1166
|
-
|
|
1290
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
1167
1291
|
});
|
|
1168
1292
|
});
|
|
1169
1293
|
/**
|
|
@@ -1186,42 +1310,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
1186
1310
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1187
1311
|
}
|
|
1188
1312
|
/** @internal */
|
|
1189
|
-
export const
|
|
1313
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema = z.object({});
|
|
1190
1314
|
/** @internal */
|
|
1191
|
-
export const
|
|
1315
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema = z.object({});
|
|
1192
1316
|
/**
|
|
1193
1317
|
* @internal
|
|
1194
1318
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1195
1319
|
*/
|
|
1196
|
-
export var
|
|
1197
|
-
(function (
|
|
1198
|
-
/** @deprecated use `
|
|
1199
|
-
|
|
1200
|
-
/** @deprecated use `
|
|
1201
|
-
|
|
1202
|
-
})(
|
|
1203
|
-
export function
|
|
1204
|
-
return JSON.stringify(
|
|
1205
|
-
.parse(
|
|
1320
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$;
|
|
1321
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$) {
|
|
1322
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema` instead. */
|
|
1323
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema;
|
|
1324
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema` instead. */
|
|
1325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema;
|
|
1326
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ = {}));
|
|
1327
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575) {
|
|
1328
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema
|
|
1329
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575));
|
|
1206
1330
|
}
|
|
1207
|
-
export function
|
|
1208
|
-
return safeParse(jsonString, (x) =>
|
|
1209
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1331
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(jsonString) {
|
|
1332
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema
|
|
1333
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575' from JSON`);
|
|
1210
1334
|
}
|
|
1211
1335
|
/** @internal */
|
|
1212
1336
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1213
|
-
"__@BRAND@
|
|
1337
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema),
|
|
1214
1338
|
}).transform((v) => {
|
|
1215
1339
|
return remap$(v, {
|
|
1216
|
-
"__@BRAND@
|
|
1340
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
1217
1341
|
});
|
|
1218
1342
|
});
|
|
1219
1343
|
/** @internal */
|
|
1220
1344
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1221
|
-
|
|
1345
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema),
|
|
1222
1346
|
}).transform((v) => {
|
|
1223
1347
|
return remap$(v, {
|
|
1224
|
-
|
|
1348
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
1225
1349
|
});
|
|
1226
1350
|
});
|
|
1227
1351
|
/**
|
|
@@ -1681,40 +1805,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1681
1805
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
1682
1806
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
1683
1807
|
/** @internal */
|
|
1684
|
-
export const
|
|
1808
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema = z.object({});
|
|
1685
1809
|
/** @internal */
|
|
1686
|
-
export const
|
|
1810
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema = z.object({});
|
|
1687
1811
|
/**
|
|
1688
1812
|
* @internal
|
|
1689
1813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1690
1814
|
*/
|
|
1691
|
-
export var
|
|
1692
|
-
(function (
|
|
1693
|
-
/** @deprecated use `
|
|
1694
|
-
|
|
1695
|
-
/** @deprecated use `
|
|
1696
|
-
|
|
1697
|
-
})(
|
|
1698
|
-
export function
|
|
1699
|
-
return JSON.stringify(
|
|
1815
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$;
|
|
1816
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$) {
|
|
1817
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
1818
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema;
|
|
1819
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
1820
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema;
|
|
1821
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ = {}));
|
|
1822
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8575) {
|
|
1823
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8575));
|
|
1700
1824
|
}
|
|
1701
|
-
export function
|
|
1702
|
-
return safeParse(jsonString, (x) =>
|
|
1825
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(jsonString) {
|
|
1826
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575' from JSON`);
|
|
1703
1827
|
}
|
|
1704
1828
|
/** @internal */
|
|
1705
1829
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1706
|
-
"__@BRAND@
|
|
1830
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema),
|
|
1707
1831
|
}).transform((v) => {
|
|
1708
1832
|
return remap$(v, {
|
|
1709
|
-
"__@BRAND@
|
|
1833
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
1710
1834
|
});
|
|
1711
1835
|
});
|
|
1712
1836
|
/** @internal */
|
|
1713
1837
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1714
|
-
|
|
1838
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema),
|
|
1715
1839
|
}).transform((v) => {
|
|
1716
1840
|
return remap$(v, {
|
|
1717
|
-
|
|
1841
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
1718
1842
|
});
|
|
1719
1843
|
});
|
|
1720
1844
|
/**
|
|
@@ -1926,40 +2050,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1926
2050
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1927
2051
|
}
|
|
1928
2052
|
/** @internal */
|
|
1929
|
-
export const
|
|
2053
|
+
export const UiOptionsAtBRANDAt8575$inboundSchema = z.object({});
|
|
1930
2054
|
/** @internal */
|
|
1931
|
-
export const
|
|
2055
|
+
export const UiOptionsAtBRANDAt8575$outboundSchema = z.object({});
|
|
1932
2056
|
/**
|
|
1933
2057
|
* @internal
|
|
1934
2058
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1935
2059
|
*/
|
|
1936
|
-
export var
|
|
1937
|
-
(function (
|
|
1938
|
-
/** @deprecated use `
|
|
1939
|
-
|
|
1940
|
-
/** @deprecated use `
|
|
1941
|
-
|
|
1942
|
-
})(
|
|
1943
|
-
export function
|
|
1944
|
-
return JSON.stringify(
|
|
2060
|
+
export var UiOptionsAtBRANDAt8575$;
|
|
2061
|
+
(function (UiOptionsAtBRANDAt8575$) {
|
|
2062
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
2063
|
+
UiOptionsAtBRANDAt8575$.inboundSchema = UiOptionsAtBRANDAt8575$inboundSchema;
|
|
2064
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
2065
|
+
UiOptionsAtBRANDAt8575$.outboundSchema = UiOptionsAtBRANDAt8575$outboundSchema;
|
|
2066
|
+
})(UiOptionsAtBRANDAt8575$ || (UiOptionsAtBRANDAt8575$ = {}));
|
|
2067
|
+
export function uiOptionsAtBRANDAt8575ToJSON(uiOptionsAtBRANDAt8575) {
|
|
2068
|
+
return JSON.stringify(UiOptionsAtBRANDAt8575$outboundSchema.parse(uiOptionsAtBRANDAt8575));
|
|
1945
2069
|
}
|
|
1946
|
-
export function
|
|
1947
|
-
return safeParse(jsonString, (x) =>
|
|
2070
|
+
export function uiOptionsAtBRANDAt8575FromJSON(jsonString) {
|
|
2071
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8575' from JSON`);
|
|
1948
2072
|
}
|
|
1949
2073
|
/** @internal */
|
|
1950
2074
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1951
|
-
"__@BRAND@
|
|
2075
|
+
"__@BRAND@8575": z.lazy(() => UiOptionsAtBRANDAt8575$inboundSchema),
|
|
1952
2076
|
}).transform((v) => {
|
|
1953
2077
|
return remap$(v, {
|
|
1954
|
-
"__@BRAND@
|
|
2078
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
1955
2079
|
});
|
|
1956
2080
|
});
|
|
1957
2081
|
/** @internal */
|
|
1958
2082
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1959
|
-
|
|
2083
|
+
atBRANDAt8575: z.lazy(() => UiOptionsAtBRANDAt8575$outboundSchema),
|
|
1960
2084
|
}).transform((v) => {
|
|
1961
2085
|
return remap$(v, {
|
|
1962
|
-
|
|
2086
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
1963
2087
|
});
|
|
1964
2088
|
});
|
|
1965
2089
|
/**
|
|
@@ -2200,42 +2324,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
2200
2324
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
2201
2325
|
}
|
|
2202
2326
|
/** @internal */
|
|
2203
|
-
export const
|
|
2327
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema = z.object({});
|
|
2204
2328
|
/** @internal */
|
|
2205
|
-
export const
|
|
2329
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema = z.object({});
|
|
2206
2330
|
/**
|
|
2207
2331
|
* @internal
|
|
2208
2332
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2209
2333
|
*/
|
|
2210
|
-
export var
|
|
2211
|
-
(function (
|
|
2212
|
-
/** @deprecated use `
|
|
2213
|
-
|
|
2214
|
-
/** @deprecated use `
|
|
2215
|
-
|
|
2216
|
-
})(
|
|
2217
|
-
export function
|
|
2218
|
-
return JSON.stringify(
|
|
2219
|
-
.parse(
|
|
2334
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$;
|
|
2335
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$) {
|
|
2336
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema` instead. */
|
|
2337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema;
|
|
2338
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema` instead. */
|
|
2339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema;
|
|
2340
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ = {}));
|
|
2341
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575) {
|
|
2342
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema
|
|
2343
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575));
|
|
2220
2344
|
}
|
|
2221
|
-
export function
|
|
2222
|
-
return safeParse(jsonString, (x) =>
|
|
2223
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2345
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(jsonString) {
|
|
2346
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema
|
|
2347
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575' from JSON`);
|
|
2224
2348
|
}
|
|
2225
2349
|
/** @internal */
|
|
2226
2350
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
2227
|
-
"__@BRAND@
|
|
2351
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema),
|
|
2228
2352
|
}).transform((v) => {
|
|
2229
2353
|
return remap$(v, {
|
|
2230
|
-
"__@BRAND@
|
|
2354
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2231
2355
|
});
|
|
2232
2356
|
});
|
|
2233
2357
|
/** @internal */
|
|
2234
2358
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
2235
|
-
|
|
2359
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema),
|
|
2236
2360
|
}).transform((v) => {
|
|
2237
2361
|
return remap$(v, {
|
|
2238
|
-
|
|
2362
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2239
2363
|
});
|
|
2240
2364
|
});
|
|
2241
2365
|
/**
|
|
@@ -2258,42 +2382,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
2258
2382
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
2259
2383
|
}
|
|
2260
2384
|
/** @internal */
|
|
2261
|
-
export const
|
|
2385
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema = z.object({});
|
|
2262
2386
|
/** @internal */
|
|
2263
|
-
export const
|
|
2387
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema = z.object({});
|
|
2264
2388
|
/**
|
|
2265
2389
|
* @internal
|
|
2266
2390
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2267
2391
|
*/
|
|
2268
|
-
export var
|
|
2269
|
-
(function (
|
|
2270
|
-
/** @deprecated use `
|
|
2271
|
-
|
|
2272
|
-
/** @deprecated use `
|
|
2273
|
-
|
|
2274
|
-
})(
|
|
2275
|
-
export function
|
|
2276
|
-
return JSON.stringify(
|
|
2277
|
-
.parse(
|
|
2392
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$;
|
|
2393
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$) {
|
|
2394
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema` instead. */
|
|
2395
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema;
|
|
2396
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema` instead. */
|
|
2397
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema;
|
|
2398
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ = {}));
|
|
2399
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575) {
|
|
2400
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema
|
|
2401
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575));
|
|
2278
2402
|
}
|
|
2279
|
-
export function
|
|
2280
|
-
return safeParse(jsonString, (x) =>
|
|
2281
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2403
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(jsonString) {
|
|
2404
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema
|
|
2405
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575' from JSON`);
|
|
2282
2406
|
}
|
|
2283
2407
|
/** @internal */
|
|
2284
2408
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
2285
|
-
"__@BRAND@
|
|
2409
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema),
|
|
2286
2410
|
}).transform((v) => {
|
|
2287
2411
|
return remap$(v, {
|
|
2288
|
-
"__@BRAND@
|
|
2412
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2289
2413
|
});
|
|
2290
2414
|
});
|
|
2291
2415
|
/** @internal */
|
|
2292
2416
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
2293
|
-
|
|
2417
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema),
|
|
2294
2418
|
}).transform((v) => {
|
|
2295
2419
|
return remap$(v, {
|
|
2296
|
-
|
|
2420
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2297
2421
|
});
|
|
2298
2422
|
});
|
|
2299
2423
|
/**
|
|
@@ -2316,42 +2440,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
2316
2440
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
2317
2441
|
}
|
|
2318
2442
|
/** @internal */
|
|
2319
|
-
export const
|
|
2443
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema = z.object({});
|
|
2320
2444
|
/** @internal */
|
|
2321
|
-
export const
|
|
2445
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema = z.object({});
|
|
2322
2446
|
/**
|
|
2323
2447
|
* @internal
|
|
2324
2448
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2325
2449
|
*/
|
|
2326
|
-
export var
|
|
2327
|
-
(function (
|
|
2328
|
-
/** @deprecated use `
|
|
2329
|
-
|
|
2330
|
-
/** @deprecated use `
|
|
2331
|
-
|
|
2332
|
-
})(
|
|
2333
|
-
export function
|
|
2334
|
-
return JSON.stringify(
|
|
2335
|
-
.parse(
|
|
2450
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$;
|
|
2451
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$) {
|
|
2452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema` instead. */
|
|
2453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema;
|
|
2454
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema` instead. */
|
|
2455
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema;
|
|
2456
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ = {}));
|
|
2457
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575) {
|
|
2458
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema
|
|
2459
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575));
|
|
2336
2460
|
}
|
|
2337
|
-
export function
|
|
2338
|
-
return safeParse(jsonString, (x) =>
|
|
2339
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2461
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(jsonString) {
|
|
2462
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema
|
|
2463
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575' from JSON`);
|
|
2340
2464
|
}
|
|
2341
2465
|
/** @internal */
|
|
2342
2466
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
2343
|
-
"__@BRAND@
|
|
2467
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema),
|
|
2344
2468
|
}).transform((v) => {
|
|
2345
2469
|
return remap$(v, {
|
|
2346
|
-
"__@BRAND@
|
|
2470
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2347
2471
|
});
|
|
2348
2472
|
});
|
|
2349
2473
|
/** @internal */
|
|
2350
2474
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
2351
|
-
|
|
2475
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema),
|
|
2352
2476
|
}).transform((v) => {
|
|
2353
2477
|
return remap$(v, {
|
|
2354
|
-
|
|
2478
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2355
2479
|
});
|
|
2356
2480
|
});
|
|
2357
2481
|
/**
|
|
@@ -2823,42 +2947,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2823
2947
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2824
2948
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2825
2949
|
/** @internal */
|
|
2826
|
-
export const
|
|
2950
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema = z.object({});
|
|
2827
2951
|
/** @internal */
|
|
2828
|
-
export const
|
|
2952
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema = z.object({});
|
|
2829
2953
|
/**
|
|
2830
2954
|
* @internal
|
|
2831
2955
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2832
2956
|
*/
|
|
2833
|
-
export var
|
|
2834
|
-
(function (
|
|
2835
|
-
/** @deprecated use `
|
|
2836
|
-
|
|
2837
|
-
/** @deprecated use `
|
|
2838
|
-
|
|
2839
|
-
})(
|
|
2840
|
-
export function
|
|
2841
|
-
return JSON.stringify(
|
|
2842
|
-
.parse(
|
|
2957
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$;
|
|
2958
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$) {
|
|
2959
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema` instead. */
|
|
2960
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema;
|
|
2961
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema` instead. */
|
|
2962
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema;
|
|
2963
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ = {}));
|
|
2964
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575) {
|
|
2965
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema
|
|
2966
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575));
|
|
2843
2967
|
}
|
|
2844
|
-
export function
|
|
2845
|
-
return safeParse(jsonString, (x) =>
|
|
2846
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2968
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(jsonString) {
|
|
2969
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema
|
|
2970
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575' from JSON`);
|
|
2847
2971
|
}
|
|
2848
2972
|
/** @internal */
|
|
2849
2973
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2850
|
-
"__@BRAND@
|
|
2974
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema),
|
|
2851
2975
|
}).transform((v) => {
|
|
2852
2976
|
return remap$(v, {
|
|
2853
|
-
"__@BRAND@
|
|
2977
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2854
2978
|
});
|
|
2855
2979
|
});
|
|
2856
2980
|
/** @internal */
|
|
2857
2981
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2858
|
-
|
|
2982
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema),
|
|
2859
2983
|
}).transform((v) => {
|
|
2860
2984
|
return remap$(v, {
|
|
2861
|
-
|
|
2985
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2862
2986
|
});
|
|
2863
2987
|
});
|
|
2864
2988
|
/**
|
|
@@ -2881,42 +3005,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2881
3005
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
2882
3006
|
}
|
|
2883
3007
|
/** @internal */
|
|
2884
|
-
export const
|
|
3008
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema = z.object({});
|
|
2885
3009
|
/** @internal */
|
|
2886
|
-
export const
|
|
3010
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema = z.object({});
|
|
2887
3011
|
/**
|
|
2888
3012
|
* @internal
|
|
2889
3013
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2890
3014
|
*/
|
|
2891
|
-
export var
|
|
2892
|
-
(function (
|
|
2893
|
-
/** @deprecated use `
|
|
2894
|
-
|
|
2895
|
-
/** @deprecated use `
|
|
2896
|
-
|
|
2897
|
-
})(
|
|
2898
|
-
export function
|
|
2899
|
-
return JSON.stringify(
|
|
2900
|
-
.parse(
|
|
3015
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$;
|
|
3016
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$) {
|
|
3017
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema` instead. */
|
|
3018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema;
|
|
3019
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema` instead. */
|
|
3020
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema;
|
|
3021
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ = {}));
|
|
3022
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575) {
|
|
3023
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema
|
|
3024
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575));
|
|
2901
3025
|
}
|
|
2902
|
-
export function
|
|
2903
|
-
return safeParse(jsonString, (x) =>
|
|
2904
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3026
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(jsonString) {
|
|
3027
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema
|
|
3028
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575' from JSON`);
|
|
2905
3029
|
}
|
|
2906
3030
|
/** @internal */
|
|
2907
3031
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
2908
|
-
"__@BRAND@
|
|
3032
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema),
|
|
2909
3033
|
}).transform((v) => {
|
|
2910
3034
|
return remap$(v, {
|
|
2911
|
-
"__@BRAND@
|
|
3035
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2912
3036
|
});
|
|
2913
3037
|
});
|
|
2914
3038
|
/** @internal */
|
|
2915
3039
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2916
|
-
|
|
3040
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema),
|
|
2917
3041
|
}).transform((v) => {
|
|
2918
3042
|
return remap$(v, {
|
|
2919
|
-
|
|
3043
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2920
3044
|
});
|
|
2921
3045
|
});
|
|
2922
3046
|
/**
|
|
@@ -2939,42 +3063,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2939
3063
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2940
3064
|
}
|
|
2941
3065
|
/** @internal */
|
|
2942
|
-
export const
|
|
3066
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema = z.object({});
|
|
2943
3067
|
/** @internal */
|
|
2944
|
-
export const
|
|
3068
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema = z.object({});
|
|
2945
3069
|
/**
|
|
2946
3070
|
* @internal
|
|
2947
3071
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2948
3072
|
*/
|
|
2949
|
-
export var
|
|
2950
|
-
(function (
|
|
2951
|
-
/** @deprecated use `
|
|
2952
|
-
|
|
2953
|
-
/** @deprecated use `
|
|
2954
|
-
|
|
2955
|
-
})(
|
|
2956
|
-
export function
|
|
2957
|
-
return JSON.stringify(
|
|
2958
|
-
.parse(
|
|
3073
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$;
|
|
3074
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$) {
|
|
3075
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema` instead. */
|
|
3076
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema;
|
|
3077
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema` instead. */
|
|
3078
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema;
|
|
3079
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ = {}));
|
|
3080
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575) {
|
|
3081
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema
|
|
3082
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575));
|
|
2959
3083
|
}
|
|
2960
|
-
export function
|
|
2961
|
-
return safeParse(jsonString, (x) =>
|
|
2962
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3084
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(jsonString) {
|
|
3085
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema
|
|
3086
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575' from JSON`);
|
|
2963
3087
|
}
|
|
2964
3088
|
/** @internal */
|
|
2965
3089
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2966
|
-
"__@BRAND@
|
|
3090
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema),
|
|
2967
3091
|
}).transform((v) => {
|
|
2968
3092
|
return remap$(v, {
|
|
2969
|
-
"__@BRAND@
|
|
3093
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2970
3094
|
});
|
|
2971
3095
|
});
|
|
2972
3096
|
/** @internal */
|
|
2973
3097
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2974
|
-
|
|
3098
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema),
|
|
2975
3099
|
}).transform((v) => {
|
|
2976
3100
|
return remap$(v, {
|
|
2977
|
-
|
|
3101
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2978
3102
|
});
|
|
2979
3103
|
});
|
|
2980
3104
|
/**
|
|
@@ -3878,42 +4002,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3878
4002
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3879
4003
|
}
|
|
3880
4004
|
/** @internal */
|
|
3881
|
-
export const
|
|
4005
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema = z.object({});
|
|
3882
4006
|
/** @internal */
|
|
3883
|
-
export const
|
|
4007
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema = z.object({});
|
|
3884
4008
|
/**
|
|
3885
4009
|
* @internal
|
|
3886
4010
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3887
4011
|
*/
|
|
3888
|
-
export var
|
|
3889
|
-
(function (
|
|
3890
|
-
/** @deprecated use `
|
|
3891
|
-
|
|
3892
|
-
/** @deprecated use `
|
|
3893
|
-
|
|
3894
|
-
})(
|
|
3895
|
-
export function
|
|
3896
|
-
return JSON.stringify(
|
|
3897
|
-
.parse(
|
|
4012
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$;
|
|
4013
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$) {
|
|
4014
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema` instead. */
|
|
4015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema;
|
|
4016
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema` instead. */
|
|
4017
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema;
|
|
4018
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ = {}));
|
|
4019
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575) {
|
|
4020
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema
|
|
4021
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575));
|
|
3898
4022
|
}
|
|
3899
|
-
export function
|
|
3900
|
-
return safeParse(jsonString, (x) =>
|
|
3901
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4023
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(jsonString) {
|
|
4024
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema
|
|
4025
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575' from JSON`);
|
|
3902
4026
|
}
|
|
3903
4027
|
/** @internal */
|
|
3904
4028
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3905
|
-
"__@BRAND@
|
|
4029
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema),
|
|
3906
4030
|
}).transform((v) => {
|
|
3907
4031
|
return remap$(v, {
|
|
3908
|
-
"__@BRAND@
|
|
4032
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
3909
4033
|
});
|
|
3910
4034
|
});
|
|
3911
4035
|
/** @internal */
|
|
3912
4036
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3913
|
-
|
|
4037
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema),
|
|
3914
4038
|
}).transform((v) => {
|
|
3915
4039
|
return remap$(v, {
|
|
3916
|
-
|
|
4040
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
3917
4041
|
});
|
|
3918
4042
|
});
|
|
3919
4043
|
/**
|
|
@@ -3936,42 +4060,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3936
4060
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3937
4061
|
}
|
|
3938
4062
|
/** @internal */
|
|
3939
|
-
export const
|
|
4063
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema = z.object({});
|
|
3940
4064
|
/** @internal */
|
|
3941
|
-
export const
|
|
4065
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema = z.object({});
|
|
3942
4066
|
/**
|
|
3943
4067
|
* @internal
|
|
3944
4068
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3945
4069
|
*/
|
|
3946
|
-
export var
|
|
3947
|
-
(function (
|
|
3948
|
-
/** @deprecated use `
|
|
3949
|
-
|
|
3950
|
-
/** @deprecated use `
|
|
3951
|
-
|
|
3952
|
-
})(
|
|
3953
|
-
export function
|
|
3954
|
-
return JSON.stringify(
|
|
3955
|
-
.parse(
|
|
4070
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$;
|
|
4071
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$) {
|
|
4072
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema` instead. */
|
|
4073
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema;
|
|
4074
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema` instead. */
|
|
4075
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema;
|
|
4076
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ = {}));
|
|
4077
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575) {
|
|
4078
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema
|
|
4079
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575));
|
|
3956
4080
|
}
|
|
3957
|
-
export function
|
|
3958
|
-
return safeParse(jsonString, (x) =>
|
|
3959
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4081
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(jsonString) {
|
|
4082
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema
|
|
4083
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575' from JSON`);
|
|
3960
4084
|
}
|
|
3961
4085
|
/** @internal */
|
|
3962
4086
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3963
|
-
"__@BRAND@
|
|
4087
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema),
|
|
3964
4088
|
}).transform((v) => {
|
|
3965
4089
|
return remap$(v, {
|
|
3966
|
-
"__@BRAND@
|
|
4090
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
3967
4091
|
});
|
|
3968
4092
|
});
|
|
3969
4093
|
/** @internal */
|
|
3970
4094
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3971
|
-
|
|
4095
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema),
|
|
3972
4096
|
}).transform((v) => {
|
|
3973
4097
|
return remap$(v, {
|
|
3974
|
-
|
|
4098
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
3975
4099
|
});
|
|
3976
4100
|
});
|
|
3977
4101
|
/**
|
|
@@ -3994,42 +4118,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3994
4118
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3995
4119
|
}
|
|
3996
4120
|
/** @internal */
|
|
3997
|
-
export const
|
|
4121
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema = z.object({});
|
|
3998
4122
|
/** @internal */
|
|
3999
|
-
export const
|
|
4123
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema = z.object({});
|
|
4000
4124
|
/**
|
|
4001
4125
|
* @internal
|
|
4002
4126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4003
4127
|
*/
|
|
4004
|
-
export var
|
|
4005
|
-
(function (
|
|
4006
|
-
/** @deprecated use `
|
|
4007
|
-
|
|
4008
|
-
/** @deprecated use `
|
|
4009
|
-
|
|
4010
|
-
})(
|
|
4011
|
-
export function
|
|
4012
|
-
return JSON.stringify(
|
|
4013
|
-
.parse(
|
|
4128
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$;
|
|
4129
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$) {
|
|
4130
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema` instead. */
|
|
4131
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema;
|
|
4132
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema` instead. */
|
|
4133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema;
|
|
4134
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ = {}));
|
|
4135
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575) {
|
|
4136
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema
|
|
4137
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575));
|
|
4014
4138
|
}
|
|
4015
|
-
export function
|
|
4016
|
-
return safeParse(jsonString, (x) =>
|
|
4017
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4139
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(jsonString) {
|
|
4140
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema
|
|
4141
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575' from JSON`);
|
|
4018
4142
|
}
|
|
4019
4143
|
/** @internal */
|
|
4020
4144
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
4021
|
-
"__@BRAND@
|
|
4145
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema),
|
|
4022
4146
|
}).transform((v) => {
|
|
4023
4147
|
return remap$(v, {
|
|
4024
|
-
"__@BRAND@
|
|
4148
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
4025
4149
|
});
|
|
4026
4150
|
});
|
|
4027
4151
|
/** @internal */
|
|
4028
4152
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
4029
|
-
|
|
4153
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema),
|
|
4030
4154
|
}).transform((v) => {
|
|
4031
4155
|
return remap$(v, {
|
|
4032
|
-
|
|
4156
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
4033
4157
|
});
|
|
4034
4158
|
});
|
|
4035
4159
|
/**
|
|
@@ -5838,42 +5962,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5838
5962
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5839
5963
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5840
5964
|
/** @internal */
|
|
5841
|
-
export const
|
|
5965
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema = z.object({});
|
|
5842
5966
|
/** @internal */
|
|
5843
|
-
export const
|
|
5967
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema = z.object({});
|
|
5844
5968
|
/**
|
|
5845
5969
|
* @internal
|
|
5846
5970
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5847
5971
|
*/
|
|
5848
|
-
export var
|
|
5849
|
-
(function (
|
|
5850
|
-
/** @deprecated use `
|
|
5851
|
-
|
|
5852
|
-
/** @deprecated use `
|
|
5853
|
-
|
|
5854
|
-
})(
|
|
5855
|
-
export function
|
|
5856
|
-
return JSON.stringify(
|
|
5857
|
-
.parse(
|
|
5972
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$;
|
|
5973
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$) {
|
|
5974
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema` instead. */
|
|
5975
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema;
|
|
5976
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema` instead. */
|
|
5977
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema;
|
|
5978
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ = {}));
|
|
5979
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575) {
|
|
5980
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema
|
|
5981
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575));
|
|
5858
5982
|
}
|
|
5859
|
-
export function
|
|
5860
|
-
return safeParse(jsonString, (x) =>
|
|
5861
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5983
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(jsonString) {
|
|
5984
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema
|
|
5985
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575' from JSON`);
|
|
5862
5986
|
}
|
|
5863
5987
|
/** @internal */
|
|
5864
5988
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5865
|
-
"__@BRAND@
|
|
5989
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema),
|
|
5866
5990
|
}).transform((v) => {
|
|
5867
5991
|
return remap$(v, {
|
|
5868
|
-
"__@BRAND@
|
|
5992
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
5869
5993
|
});
|
|
5870
5994
|
});
|
|
5871
5995
|
/** @internal */
|
|
5872
5996
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5873
|
-
|
|
5997
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema),
|
|
5874
5998
|
}).transform((v) => {
|
|
5875
5999
|
return remap$(v, {
|
|
5876
|
-
|
|
6000
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
5877
6001
|
});
|
|
5878
6002
|
});
|
|
5879
6003
|
/**
|
|
@@ -5894,40 +6018,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5894
6018
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5895
6019
|
}
|
|
5896
6020
|
/** @internal */
|
|
5897
|
-
export const
|
|
6021
|
+
export const PropertiesAtBRANDAt8575$inboundSchema = z.object({});
|
|
5898
6022
|
/** @internal */
|
|
5899
|
-
export const
|
|
6023
|
+
export const PropertiesAtBRANDAt8575$outboundSchema = z.object({});
|
|
5900
6024
|
/**
|
|
5901
6025
|
* @internal
|
|
5902
6026
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5903
6027
|
*/
|
|
5904
|
-
export var
|
|
5905
|
-
(function (
|
|
5906
|
-
/** @deprecated use `
|
|
5907
|
-
|
|
5908
|
-
/** @deprecated use `
|
|
5909
|
-
|
|
5910
|
-
})(
|
|
5911
|
-
export function
|
|
5912
|
-
return JSON.stringify(
|
|
6028
|
+
export var PropertiesAtBRANDAt8575$;
|
|
6029
|
+
(function (PropertiesAtBRANDAt8575$) {
|
|
6030
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
6031
|
+
PropertiesAtBRANDAt8575$.inboundSchema = PropertiesAtBRANDAt8575$inboundSchema;
|
|
6032
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
6033
|
+
PropertiesAtBRANDAt8575$.outboundSchema = PropertiesAtBRANDAt8575$outboundSchema;
|
|
6034
|
+
})(PropertiesAtBRANDAt8575$ || (PropertiesAtBRANDAt8575$ = {}));
|
|
6035
|
+
export function propertiesAtBRANDAt8575ToJSON(propertiesAtBRANDAt8575) {
|
|
6036
|
+
return JSON.stringify(PropertiesAtBRANDAt8575$outboundSchema.parse(propertiesAtBRANDAt8575));
|
|
5913
6037
|
}
|
|
5914
|
-
export function
|
|
5915
|
-
return safeParse(jsonString, (x) =>
|
|
6038
|
+
export function propertiesAtBRANDAt8575FromJSON(jsonString) {
|
|
6039
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8575' from JSON`);
|
|
5916
6040
|
}
|
|
5917
6041
|
/** @internal */
|
|
5918
6042
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5919
|
-
"__@BRAND@
|
|
6043
|
+
"__@BRAND@8575": z.lazy(() => PropertiesAtBRANDAt8575$inboundSchema),
|
|
5920
6044
|
}).transform((v) => {
|
|
5921
6045
|
return remap$(v, {
|
|
5922
|
-
"__@BRAND@
|
|
6046
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
5923
6047
|
});
|
|
5924
6048
|
});
|
|
5925
6049
|
/** @internal */
|
|
5926
6050
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5927
|
-
|
|
6051
|
+
atBRANDAt8575: z.lazy(() => PropertiesAtBRANDAt8575$outboundSchema),
|
|
5928
6052
|
}).transform((v) => {
|
|
5929
6053
|
return remap$(v, {
|
|
5930
|
-
|
|
6054
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
5931
6055
|
});
|
|
5932
6056
|
});
|
|
5933
6057
|
/**
|
|
@@ -5948,40 +6072,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5948
6072
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5949
6073
|
}
|
|
5950
6074
|
/** @internal */
|
|
5951
|
-
export const
|
|
6075
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema = z.object({});
|
|
5952
6076
|
/** @internal */
|
|
5953
|
-
export const
|
|
6077
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema = z.object({});
|
|
5954
6078
|
/**
|
|
5955
6079
|
* @internal
|
|
5956
6080
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5957
6081
|
*/
|
|
5958
|
-
export var
|
|
5959
|
-
(function (
|
|
5960
|
-
/** @deprecated use `
|
|
5961
|
-
|
|
5962
|
-
/** @deprecated use `
|
|
5963
|
-
|
|
5964
|
-
})(
|
|
5965
|
-
export function
|
|
5966
|
-
return JSON.stringify(
|
|
6082
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$;
|
|
6083
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$) {
|
|
6084
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
6085
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema;
|
|
6086
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema;
|
|
6088
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ = {}));
|
|
6089
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8575) {
|
|
6090
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8575));
|
|
5967
6091
|
}
|
|
5968
|
-
export function
|
|
5969
|
-
return safeParse(jsonString, (x) =>
|
|
6092
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(jsonString) {
|
|
6093
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8575' from JSON`);
|
|
5970
6094
|
}
|
|
5971
6095
|
/** @internal */
|
|
5972
6096
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5973
|
-
"__@BRAND@
|
|
6097
|
+
"__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema),
|
|
5974
6098
|
}).transform((v) => {
|
|
5975
6099
|
return remap$(v, {
|
|
5976
|
-
"__@BRAND@
|
|
6100
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
5977
6101
|
});
|
|
5978
6102
|
});
|
|
5979
6103
|
/** @internal */
|
|
5980
6104
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5981
|
-
|
|
6105
|
+
atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema),
|
|
5982
6106
|
}).transform((v) => {
|
|
5983
6107
|
return remap$(v, {
|
|
5984
|
-
|
|
6108
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
5985
6109
|
});
|
|
5986
6110
|
});
|
|
5987
6111
|
/**
|
|
@@ -6671,40 +6795,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
6671
6795
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
6672
6796
|
}
|
|
6673
6797
|
/** @internal */
|
|
6674
|
-
export const
|
|
6798
|
+
export const AtBRANDAt8575$inboundSchema = z.object({});
|
|
6675
6799
|
/** @internal */
|
|
6676
|
-
export const
|
|
6800
|
+
export const AtBRANDAt8575$outboundSchema = z.object({});
|
|
6677
6801
|
/**
|
|
6678
6802
|
* @internal
|
|
6679
6803
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6680
6804
|
*/
|
|
6681
|
-
export var
|
|
6682
|
-
(function (
|
|
6683
|
-
/** @deprecated use `
|
|
6684
|
-
|
|
6685
|
-
/** @deprecated use `
|
|
6686
|
-
|
|
6687
|
-
})(
|
|
6688
|
-
export function
|
|
6689
|
-
return JSON.stringify(
|
|
6805
|
+
export var AtBRANDAt8575$;
|
|
6806
|
+
(function (AtBRANDAt8575$) {
|
|
6807
|
+
/** @deprecated use `AtBRANDAt8575$inboundSchema` instead. */
|
|
6808
|
+
AtBRANDAt8575$.inboundSchema = AtBRANDAt8575$inboundSchema;
|
|
6809
|
+
/** @deprecated use `AtBRANDAt8575$outboundSchema` instead. */
|
|
6810
|
+
AtBRANDAt8575$.outboundSchema = AtBRANDAt8575$outboundSchema;
|
|
6811
|
+
})(AtBRANDAt8575$ || (AtBRANDAt8575$ = {}));
|
|
6812
|
+
export function atBRANDAt8575ToJSON(atBRANDAt8575) {
|
|
6813
|
+
return JSON.stringify(AtBRANDAt8575$outboundSchema.parse(atBRANDAt8575));
|
|
6690
6814
|
}
|
|
6691
|
-
export function
|
|
6692
|
-
return safeParse(jsonString, (x) =>
|
|
6815
|
+
export function atBRANDAt8575FromJSON(jsonString) {
|
|
6816
|
+
return safeParse(jsonString, (x) => AtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8575' from JSON`);
|
|
6693
6817
|
}
|
|
6694
6818
|
/** @internal */
|
|
6695
6819
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
6696
|
-
"__@BRAND@
|
|
6820
|
+
"__@BRAND@8575": z.lazy(() => AtBRANDAt8575$inboundSchema),
|
|
6697
6821
|
}).transform((v) => {
|
|
6698
6822
|
return remap$(v, {
|
|
6699
|
-
"__@BRAND@
|
|
6823
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
6700
6824
|
});
|
|
6701
6825
|
});
|
|
6702
6826
|
/** @internal */
|
|
6703
6827
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
6704
|
-
|
|
6828
|
+
atBRANDAt8575: z.lazy(() => AtBRANDAt8575$outboundSchema),
|
|
6705
6829
|
}).transform((v) => {
|
|
6706
6830
|
return remap$(v, {
|
|
6707
|
-
|
|
6831
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
6708
6832
|
});
|
|
6709
6833
|
});
|
|
6710
6834
|
/**
|
|
@@ -7241,6 +7365,7 @@ export function createIntegrationStoreDirectBillingPlanFromJSON(jsonString) {
|
|
|
7241
7365
|
/** @internal */
|
|
7242
7366
|
export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
7243
7367
|
projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$inboundSchema)),
|
|
7368
|
+
projectFilter: z.lazy(() => ProjectFilter$inboundSchema).optional(),
|
|
7244
7369
|
totalConnectedProjects: z.number().optional(),
|
|
7245
7370
|
usageQuotaExceeded: z.boolean(),
|
|
7246
7371
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
@@ -7265,6 +7390,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
7265
7390
|
/** @internal */
|
|
7266
7391
|
export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
7267
7392
|
projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$outboundSchema)),
|
|
7393
|
+
projectFilter: z.lazy(() => ProjectFilter$outboundSchema).optional(),
|
|
7268
7394
|
totalConnectedProjects: z.number().optional(),
|
|
7269
7395
|
usageQuotaExceeded: z.boolean(),
|
|
7270
7396
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|