@vercel/sdk 1.13.7 → 1.13.9
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 +27 -21
- package/bin/mcp-server.js +2709 -1875
- package/bin/mcp-server.js.map +61 -54
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.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__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- 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/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
- 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.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +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/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- 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 +10 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +14 -13
- 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/createprojectop.d.ts +130 -124
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +133 -131
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- package/esm/models/exchangessotokenop.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/getprojectsop.d.ts +127 -124
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +132 -131
- 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/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- package/esm/models/importresourceop.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/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +127 -124
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +132 -131
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +130 -124
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +133 -131
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +152 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +112 -2
- 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/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.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__/domainsregistrar.test.ts +33 -15
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +1 -1
- 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/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- 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 +5 -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/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +20 -14
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectop.ts +257 -255
- package/src/models/exchangessotokenop.ts +6 -0
- 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/getprojectsop.ts +256 -255
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +142 -115
- 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/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +256 -255
- package/src/models/updateprojectop.ts +257 -255
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +220 -2
- package/src/sdk/domainsregistrar.ts +7 -4
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1824 -1187
|
@@ -172,9 +172,9 @@ export declare const GetConfigurationProductsType: {
|
|
|
172
172
|
readonly Object: "object";
|
|
173
173
|
};
|
|
174
174
|
export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
|
|
175
|
-
export type
|
|
175
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422 = {};
|
|
176
176
|
export type PropertiesValue = {
|
|
177
|
-
|
|
177
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422;
|
|
178
178
|
};
|
|
179
179
|
export declare const GetConfigurationProductsDisabled3: {
|
|
180
180
|
readonly Update: "update";
|
|
@@ -207,17 +207,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
207
207
|
readonly Domain: "domain";
|
|
208
208
|
};
|
|
209
209
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
|
|
210
|
-
export type
|
|
210
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422 = {};
|
|
211
211
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
|
|
212
|
-
|
|
212
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422;
|
|
213
213
|
};
|
|
214
|
-
export type
|
|
214
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422 = {};
|
|
215
215
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
|
|
216
|
-
|
|
216
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422;
|
|
217
217
|
};
|
|
218
|
-
export type
|
|
218
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422 = {};
|
|
219
219
|
export type GetConfigurationProductsPropertiesIntegrationsPattern = {
|
|
220
|
-
|
|
220
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422;
|
|
221
221
|
};
|
|
222
222
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
|
|
223
223
|
readonly Update: "update";
|
|
@@ -282,17 +282,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
282
282
|
readonly String: "string";
|
|
283
283
|
};
|
|
284
284
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
|
|
285
|
-
export type
|
|
285
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422 = {};
|
|
286
286
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
|
|
287
|
-
|
|
287
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422;
|
|
288
288
|
};
|
|
289
|
-
export type
|
|
289
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422 = {};
|
|
290
290
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
|
|
291
|
-
|
|
291
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422;
|
|
292
292
|
};
|
|
293
|
-
export type
|
|
293
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422 = {};
|
|
294
294
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
|
|
295
|
-
|
|
295
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422;
|
|
296
296
|
};
|
|
297
297
|
export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
298
298
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
|
|
@@ -303,9 +303,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
|
303
303
|
default?: string | undefined;
|
|
304
304
|
enum?: Array<string> | undefined;
|
|
305
305
|
};
|
|
306
|
-
export type
|
|
306
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422 = {};
|
|
307
307
|
export type GetConfigurationProductsUiOptionsValue = {
|
|
308
|
-
|
|
308
|
+
atBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422;
|
|
309
309
|
};
|
|
310
310
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
|
|
311
311
|
readonly Update: "update";
|
|
@@ -330,9 +330,9 @@ export type GetConfigurationProductsUiOptions3 = {
|
|
|
330
330
|
disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
|
|
331
331
|
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
332
332
|
};
|
|
333
|
-
export type
|
|
333
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt613422 = {};
|
|
334
334
|
export type GetConfigurationProductsUiOptions2 = {
|
|
335
|
-
|
|
335
|
+
atBRANDAt613422: GetConfigurationProductsUiOptionsAtBRANDAt613422;
|
|
336
336
|
};
|
|
337
337
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
|
|
338
338
|
readonly Update: "update";
|
|
@@ -393,13 +393,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
393
393
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
|
|
394
394
|
expr: string;
|
|
395
395
|
};
|
|
396
|
-
export type
|
|
396
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422 = {};
|
|
397
397
|
export type Default = {
|
|
398
|
-
|
|
398
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422;
|
|
399
399
|
};
|
|
400
|
-
export type
|
|
400
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422 = {};
|
|
401
401
|
export type Example = {
|
|
402
|
-
|
|
402
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422;
|
|
403
403
|
};
|
|
404
404
|
export type Properties8 = {
|
|
405
405
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
|
|
@@ -427,9 +427,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
427
427
|
readonly VercelRegion: "vercel-region";
|
|
428
428
|
};
|
|
429
429
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
|
|
430
|
-
export type
|
|
430
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422 = {};
|
|
431
431
|
export type UiOptionsValue = {
|
|
432
|
-
|
|
432
|
+
atBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422;
|
|
433
433
|
};
|
|
434
434
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
|
|
435
435
|
readonly Update: "update";
|
|
@@ -454,9 +454,9 @@ export type UiOptions3 = {
|
|
|
454
454
|
disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
|
|
455
455
|
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
|
|
456
456
|
};
|
|
457
|
-
export type
|
|
457
|
+
export type UiOptionsAtBRANDAt613422 = {};
|
|
458
458
|
export type UiOptions2 = {
|
|
459
|
-
|
|
459
|
+
atBRANDAt613422: UiOptionsAtBRANDAt613422;
|
|
460
460
|
};
|
|
461
461
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
|
|
462
462
|
readonly Update: "update";
|
|
@@ -483,17 +483,17 @@ export type UiOptions1 = {
|
|
|
483
483
|
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
|
|
484
484
|
};
|
|
485
485
|
export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
|
|
486
|
-
export type
|
|
486
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422 = {};
|
|
487
487
|
export type GetConfigurationProductsPropertiesMinLength = {
|
|
488
|
-
|
|
488
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422;
|
|
489
489
|
};
|
|
490
|
-
export type
|
|
490
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422 = {};
|
|
491
491
|
export type GetConfigurationProductsPropertiesMaxLength = {
|
|
492
|
-
|
|
492
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422;
|
|
493
493
|
};
|
|
494
|
-
export type
|
|
494
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422 = {};
|
|
495
495
|
export type GetConfigurationProductsPropertiesPattern = {
|
|
496
|
-
|
|
496
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422;
|
|
497
497
|
};
|
|
498
498
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
|
|
499
499
|
readonly Update: "update";
|
|
@@ -559,17 +559,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
559
559
|
readonly String: "string";
|
|
560
560
|
};
|
|
561
561
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
|
|
562
|
-
export type
|
|
562
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422 = {};
|
|
563
563
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength = {
|
|
564
|
-
|
|
564
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422;
|
|
565
565
|
};
|
|
566
|
-
export type
|
|
566
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422 = {};
|
|
567
567
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength = {
|
|
568
|
-
|
|
568
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422;
|
|
569
569
|
};
|
|
570
|
-
export type
|
|
570
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422 = {};
|
|
571
571
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
|
|
572
|
-
|
|
572
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422;
|
|
573
573
|
};
|
|
574
574
|
export type GetConfigurationProductsPropertiesItems = {
|
|
575
575
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
|
|
@@ -688,17 +688,17 @@ export type UiOptions = {
|
|
|
688
688
|
disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
|
|
689
689
|
hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
|
|
690
690
|
};
|
|
691
|
-
export type
|
|
691
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422 = {};
|
|
692
692
|
export type PropertiesMinLength = {
|
|
693
|
-
|
|
693
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422;
|
|
694
694
|
};
|
|
695
|
-
export type
|
|
695
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422 = {};
|
|
696
696
|
export type PropertiesMaxLength = {
|
|
697
|
-
|
|
697
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422;
|
|
698
698
|
};
|
|
699
|
-
export type
|
|
699
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422 = {};
|
|
700
700
|
export type PropertiesPattern = {
|
|
701
|
-
|
|
701
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422;
|
|
702
702
|
};
|
|
703
703
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
|
|
704
704
|
readonly Update: "update";
|
|
@@ -944,17 +944,17 @@ export declare const UiControl: {
|
|
|
944
944
|
readonly Input: "input";
|
|
945
945
|
};
|
|
946
946
|
export type UiControl = ClosedEnum<typeof UiControl>;
|
|
947
|
-
export type
|
|
947
|
+
export type AtBRANDAt613422 = {};
|
|
948
948
|
export type MinLength = {
|
|
949
|
-
|
|
949
|
+
atBRANDAt613422: AtBRANDAt613422;
|
|
950
950
|
};
|
|
951
|
-
export type
|
|
951
|
+
export type PropertiesAtBRANDAt613422 = {};
|
|
952
952
|
export type MaxLength = {
|
|
953
|
-
|
|
953
|
+
atBRANDAt613422: PropertiesAtBRANDAt613422;
|
|
954
954
|
};
|
|
955
|
-
export type
|
|
955
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt613422 = {};
|
|
956
956
|
export type Pattern = {
|
|
957
|
-
|
|
957
|
+
atBRANDAt613422: GetConfigurationProductsPropertiesAtBRANDAt613422;
|
|
958
958
|
};
|
|
959
959
|
export declare const UiReadOnly3: {
|
|
960
960
|
readonly Update: "update";
|
|
@@ -1735,30 +1735,30 @@ export declare namespace GetConfigurationProductsType$ {
|
|
|
1735
1735
|
}>;
|
|
1736
1736
|
}
|
|
1737
1737
|
/** @internal */
|
|
1738
|
-
export declare const
|
|
1738
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
1739
1739
|
/** @internal */
|
|
1740
|
-
export type
|
|
1740
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound = {};
|
|
1741
1741
|
/** @internal */
|
|
1742
|
-
export declare const
|
|
1742
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422>;
|
|
1743
1743
|
/**
|
|
1744
1744
|
* @internal
|
|
1745
1745
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1746
1746
|
*/
|
|
1747
|
-
export declare namespace
|
|
1748
|
-
/** @deprecated use `
|
|
1749
|
-
const inboundSchema: z.ZodType<
|
|
1750
|
-
/** @deprecated use `
|
|
1751
|
-
const outboundSchema: z.ZodType<
|
|
1752
|
-
/** @deprecated use `
|
|
1753
|
-
type Outbound =
|
|
1747
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$ {
|
|
1748
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema` instead. */
|
|
1749
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
1750
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema` instead. */
|
|
1751
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422>;
|
|
1752
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound` instead. */
|
|
1753
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound;
|
|
1754
1754
|
}
|
|
1755
|
-
export declare function
|
|
1756
|
-
export declare function
|
|
1755
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422): string;
|
|
1756
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, SDKValidationError>;
|
|
1757
1757
|
/** @internal */
|
|
1758
1758
|
export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
|
|
1759
1759
|
/** @internal */
|
|
1760
1760
|
export type PropertiesValue$Outbound = {
|
|
1761
|
-
"__@BRAND@
|
|
1761
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound;
|
|
1762
1762
|
};
|
|
1763
1763
|
/** @internal */
|
|
1764
1764
|
export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
|
|
@@ -1961,30 +1961,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
1961
1961
|
}>;
|
|
1962
1962
|
}
|
|
1963
1963
|
/** @internal */
|
|
1964
|
-
export declare const
|
|
1964
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
1965
1965
|
/** @internal */
|
|
1966
|
-
export type
|
|
1966
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound = {};
|
|
1967
1967
|
/** @internal */
|
|
1968
|
-
export declare const
|
|
1968
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422>;
|
|
1969
1969
|
/**
|
|
1970
1970
|
* @internal
|
|
1971
1971
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1972
1972
|
*/
|
|
1973
|
-
export declare namespace
|
|
1974
|
-
/** @deprecated use `
|
|
1975
|
-
const inboundSchema: z.ZodType<
|
|
1976
|
-
/** @deprecated use `
|
|
1977
|
-
const outboundSchema: z.ZodType<
|
|
1978
|
-
/** @deprecated use `
|
|
1979
|
-
type Outbound =
|
|
1973
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$ {
|
|
1974
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema` instead. */
|
|
1975
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
1976
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema` instead. */
|
|
1977
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422>;
|
|
1978
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound` instead. */
|
|
1979
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound;
|
|
1980
1980
|
}
|
|
1981
|
-
export declare function
|
|
1982
|
-
export declare function
|
|
1981
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422): string;
|
|
1982
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, SDKValidationError>;
|
|
1983
1983
|
/** @internal */
|
|
1984
1984
|
export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
1985
1985
|
/** @internal */
|
|
1986
1986
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
|
|
1987
|
-
"__@BRAND@
|
|
1987
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound;
|
|
1988
1988
|
};
|
|
1989
1989
|
/** @internal */
|
|
1990
1990
|
export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
|
|
@@ -2003,30 +2003,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
|
|
|
2003
2003
|
export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
|
|
2004
2004
|
export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
2005
2005
|
/** @internal */
|
|
2006
|
-
export declare const
|
|
2006
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2007
2007
|
/** @internal */
|
|
2008
|
-
export type
|
|
2008
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound = {};
|
|
2009
2009
|
/** @internal */
|
|
2010
|
-
export declare const
|
|
2010
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422>;
|
|
2011
2011
|
/**
|
|
2012
2012
|
* @internal
|
|
2013
2013
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2014
2014
|
*/
|
|
2015
|
-
export declare namespace
|
|
2016
|
-
/** @deprecated use `
|
|
2017
|
-
const inboundSchema: z.ZodType<
|
|
2018
|
-
/** @deprecated use `
|
|
2019
|
-
const outboundSchema: z.ZodType<
|
|
2020
|
-
/** @deprecated use `
|
|
2021
|
-
type Outbound =
|
|
2015
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$ {
|
|
2016
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema` instead. */
|
|
2017
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2018
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema` instead. */
|
|
2019
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422>;
|
|
2020
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound` instead. */
|
|
2021
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound;
|
|
2022
2022
|
}
|
|
2023
|
-
export declare function
|
|
2024
|
-
export declare function
|
|
2023
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422): string;
|
|
2024
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, SDKValidationError>;
|
|
2025
2025
|
/** @internal */
|
|
2026
2026
|
export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
2027
2027
|
/** @internal */
|
|
2028
2028
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
|
|
2029
|
-
"__@BRAND@
|
|
2029
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound;
|
|
2030
2030
|
};
|
|
2031
2031
|
/** @internal */
|
|
2032
2032
|
export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
|
|
@@ -2045,30 +2045,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
|
|
|
2045
2045
|
export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
|
|
2046
2046
|
export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
2047
2047
|
/** @internal */
|
|
2048
|
-
export declare const
|
|
2048
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2049
2049
|
/** @internal */
|
|
2050
|
-
export type
|
|
2050
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound = {};
|
|
2051
2051
|
/** @internal */
|
|
2052
|
-
export declare const
|
|
2052
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422>;
|
|
2053
2053
|
/**
|
|
2054
2054
|
* @internal
|
|
2055
2055
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2056
2056
|
*/
|
|
2057
|
-
export declare namespace
|
|
2058
|
-
/** @deprecated use `
|
|
2059
|
-
const inboundSchema: z.ZodType<
|
|
2060
|
-
/** @deprecated use `
|
|
2061
|
-
const outboundSchema: z.ZodType<
|
|
2062
|
-
/** @deprecated use `
|
|
2063
|
-
type Outbound =
|
|
2057
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$ {
|
|
2058
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema` instead. */
|
|
2059
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2060
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema` instead. */
|
|
2061
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422>;
|
|
2062
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound` instead. */
|
|
2063
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound;
|
|
2064
2064
|
}
|
|
2065
|
-
export declare function
|
|
2066
|
-
export declare function
|
|
2065
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422): string;
|
|
2066
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, SDKValidationError>;
|
|
2067
2067
|
/** @internal */
|
|
2068
2068
|
export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
2069
2069
|
/** @internal */
|
|
2070
2070
|
export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
|
|
2071
|
-
"__@BRAND@
|
|
2071
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound;
|
|
2072
2072
|
};
|
|
2073
2073
|
/** @internal */
|
|
2074
2074
|
export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
|
|
@@ -2427,30 +2427,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
2427
2427
|
}>;
|
|
2428
2428
|
}
|
|
2429
2429
|
/** @internal */
|
|
2430
|
-
export declare const
|
|
2430
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2431
2431
|
/** @internal */
|
|
2432
|
-
export type
|
|
2432
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound = {};
|
|
2433
2433
|
/** @internal */
|
|
2434
|
-
export declare const
|
|
2434
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422>;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* @internal
|
|
2437
2437
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2438
2438
|
*/
|
|
2439
|
-
export declare namespace
|
|
2440
|
-
/** @deprecated use `
|
|
2441
|
-
const inboundSchema: z.ZodType<
|
|
2442
|
-
/** @deprecated use `
|
|
2443
|
-
const outboundSchema: z.ZodType<
|
|
2444
|
-
/** @deprecated use `
|
|
2445
|
-
type Outbound =
|
|
2439
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$ {
|
|
2440
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema` instead. */
|
|
2441
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2442
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema` instead. */
|
|
2443
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422>;
|
|
2444
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound` instead. */
|
|
2445
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound;
|
|
2446
2446
|
}
|
|
2447
|
-
export declare function
|
|
2448
|
-
export declare function
|
|
2447
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422): string;
|
|
2448
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, SDKValidationError>;
|
|
2449
2449
|
/** @internal */
|
|
2450
2450
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2451
2451
|
/** @internal */
|
|
2452
2452
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2453
|
-
"__@BRAND@
|
|
2453
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound;
|
|
2454
2454
|
};
|
|
2455
2455
|
/** @internal */
|
|
2456
2456
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2469,30 +2469,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
|
|
|
2469
2469
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
|
|
2470
2470
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2471
2471
|
/** @internal */
|
|
2472
|
-
export declare const
|
|
2472
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2473
2473
|
/** @internal */
|
|
2474
|
-
export type
|
|
2474
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound = {};
|
|
2475
2475
|
/** @internal */
|
|
2476
|
-
export declare const
|
|
2476
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422>;
|
|
2477
2477
|
/**
|
|
2478
2478
|
* @internal
|
|
2479
2479
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2480
2480
|
*/
|
|
2481
|
-
export declare namespace
|
|
2482
|
-
/** @deprecated use `
|
|
2483
|
-
const inboundSchema: z.ZodType<
|
|
2484
|
-
/** @deprecated use `
|
|
2485
|
-
const outboundSchema: z.ZodType<
|
|
2486
|
-
/** @deprecated use `
|
|
2487
|
-
type Outbound =
|
|
2481
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$ {
|
|
2482
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema` instead. */
|
|
2483
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2484
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema` instead. */
|
|
2485
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422>;
|
|
2486
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound` instead. */
|
|
2487
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound;
|
|
2488
2488
|
}
|
|
2489
|
-
export declare function
|
|
2490
|
-
export declare function
|
|
2489
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422): string;
|
|
2490
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, SDKValidationError>;
|
|
2491
2491
|
/** @internal */
|
|
2492
2492
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2493
2493
|
/** @internal */
|
|
2494
2494
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2495
|
-
"__@BRAND@
|
|
2495
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound;
|
|
2496
2496
|
};
|
|
2497
2497
|
/** @internal */
|
|
2498
2498
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2511,30 +2511,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
|
|
|
2511
2511
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
|
|
2512
2512
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2513
2513
|
/** @internal */
|
|
2514
|
-
export declare const
|
|
2514
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2515
2515
|
/** @internal */
|
|
2516
|
-
export type
|
|
2516
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound = {};
|
|
2517
2517
|
/** @internal */
|
|
2518
|
-
export declare const
|
|
2518
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422>;
|
|
2519
2519
|
/**
|
|
2520
2520
|
* @internal
|
|
2521
2521
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2522
2522
|
*/
|
|
2523
|
-
export declare namespace
|
|
2524
|
-
/** @deprecated use `
|
|
2525
|
-
const inboundSchema: z.ZodType<
|
|
2526
|
-
/** @deprecated use `
|
|
2527
|
-
const outboundSchema: z.ZodType<
|
|
2528
|
-
/** @deprecated use `
|
|
2529
|
-
type Outbound =
|
|
2523
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$ {
|
|
2524
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema` instead. */
|
|
2525
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2526
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema` instead. */
|
|
2527
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422>;
|
|
2528
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound` instead. */
|
|
2529
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound;
|
|
2530
2530
|
}
|
|
2531
|
-
export declare function
|
|
2532
|
-
export declare function
|
|
2531
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422): string;
|
|
2532
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, SDKValidationError>;
|
|
2533
2533
|
/** @internal */
|
|
2534
2534
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2535
2535
|
/** @internal */
|
|
2536
2536
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2537
|
-
"__@BRAND@
|
|
2537
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound;
|
|
2538
2538
|
};
|
|
2539
2539
|
/** @internal */
|
|
2540
2540
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
|
|
@@ -2581,30 +2581,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
|
|
|
2581
2581
|
export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
|
|
2582
2582
|
export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
|
|
2583
2583
|
/** @internal */
|
|
2584
|
-
export declare const
|
|
2584
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2585
2585
|
/** @internal */
|
|
2586
|
-
export type
|
|
2586
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound = {};
|
|
2587
2587
|
/** @internal */
|
|
2588
|
-
export declare const
|
|
2588
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422>;
|
|
2589
2589
|
/**
|
|
2590
2590
|
* @internal
|
|
2591
2591
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2592
2592
|
*/
|
|
2593
|
-
export declare namespace
|
|
2594
|
-
/** @deprecated use `
|
|
2595
|
-
const inboundSchema: z.ZodType<
|
|
2596
|
-
/** @deprecated use `
|
|
2597
|
-
const outboundSchema: z.ZodType<
|
|
2598
|
-
/** @deprecated use `
|
|
2599
|
-
type Outbound =
|
|
2593
|
+
export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$ {
|
|
2594
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema` instead. */
|
|
2595
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2596
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema` instead. */
|
|
2597
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422>;
|
|
2598
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound` instead. */
|
|
2599
|
+
type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound;
|
|
2600
2600
|
}
|
|
2601
|
-
export declare function
|
|
2602
|
-
export declare function
|
|
2601
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422): string;
|
|
2602
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, SDKValidationError>;
|
|
2603
2603
|
/** @internal */
|
|
2604
2604
|
export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2605
2605
|
/** @internal */
|
|
2606
2606
|
export type GetConfigurationProductsUiOptionsValue$Outbound = {
|
|
2607
|
-
"__@BRAND@
|
|
2607
|
+
"__@BRAND@613422": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound;
|
|
2608
2608
|
};
|
|
2609
2609
|
/** @internal */
|
|
2610
2610
|
export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
|
|
@@ -2771,30 +2771,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
|
|
|
2771
2771
|
export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
|
|
2772
2772
|
export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
|
|
2773
2773
|
/** @internal */
|
|
2774
|
-
export declare const
|
|
2774
|
+
export declare const GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2775
2775
|
/** @internal */
|
|
2776
|
-
export type
|
|
2776
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound = {};
|
|
2777
2777
|
/** @internal */
|
|
2778
|
-
export declare const
|
|
2778
|
+
export declare const GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt613422>;
|
|
2779
2779
|
/**
|
|
2780
2780
|
* @internal
|
|
2781
2781
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2782
2782
|
*/
|
|
2783
|
-
export declare namespace
|
|
2784
|
-
/** @deprecated use `
|
|
2785
|
-
const inboundSchema: z.ZodType<
|
|
2786
|
-
/** @deprecated use `
|
|
2787
|
-
const outboundSchema: z.ZodType<
|
|
2788
|
-
/** @deprecated use `
|
|
2789
|
-
type Outbound =
|
|
2783
|
+
export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt613422$ {
|
|
2784
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema` instead. */
|
|
2785
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
2786
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema` instead. */
|
|
2787
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt613422>;
|
|
2788
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound` instead. */
|
|
2789
|
+
type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound;
|
|
2790
2790
|
}
|
|
2791
|
-
export declare function
|
|
2792
|
-
export declare function
|
|
2791
|
+
export declare function getConfigurationProductsUiOptionsAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsAtBRANDAt613422: GetConfigurationProductsUiOptionsAtBRANDAt613422): string;
|
|
2792
|
+
export declare function getConfigurationProductsUiOptionsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt613422, SDKValidationError>;
|
|
2793
2793
|
/** @internal */
|
|
2794
2794
|
export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
|
|
2795
2795
|
/** @internal */
|
|
2796
2796
|
export type GetConfigurationProductsUiOptions2$Outbound = {
|
|
2797
|
-
"__@BRAND@
|
|
2797
|
+
"__@BRAND@613422": GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound;
|
|
2798
2798
|
};
|
|
2799
2799
|
/** @internal */
|
|
2800
2800
|
export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
|
|
@@ -3232,30 +3232,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
3232
3232
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
|
|
3233
3233
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
|
|
3234
3234
|
/** @internal */
|
|
3235
|
-
export declare const
|
|
3235
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3236
3236
|
/** @internal */
|
|
3237
|
-
export type
|
|
3237
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound = {};
|
|
3238
3238
|
/** @internal */
|
|
3239
|
-
export declare const
|
|
3239
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422>;
|
|
3240
3240
|
/**
|
|
3241
3241
|
* @internal
|
|
3242
3242
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3243
3243
|
*/
|
|
3244
|
-
export declare namespace
|
|
3245
|
-
/** @deprecated use `
|
|
3246
|
-
const inboundSchema: z.ZodType<
|
|
3247
|
-
/** @deprecated use `
|
|
3248
|
-
const outboundSchema: z.ZodType<
|
|
3249
|
-
/** @deprecated use `
|
|
3250
|
-
type Outbound =
|
|
3244
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$ {
|
|
3245
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema` instead. */
|
|
3246
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3247
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema` instead. */
|
|
3248
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422>;
|
|
3249
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound` instead. */
|
|
3250
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound;
|
|
3251
3251
|
}
|
|
3252
|
-
export declare function
|
|
3253
|
-
export declare function
|
|
3252
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422): string;
|
|
3253
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, SDKValidationError>;
|
|
3254
3254
|
/** @internal */
|
|
3255
3255
|
export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
|
|
3256
3256
|
/** @internal */
|
|
3257
3257
|
export type Default$Outbound = {
|
|
3258
|
-
"__@BRAND@
|
|
3258
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound;
|
|
3259
3259
|
};
|
|
3260
3260
|
/** @internal */
|
|
3261
3261
|
export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
|
|
@@ -3274,30 +3274,30 @@ export declare namespace Default$ {
|
|
|
3274
3274
|
export declare function defaultToJSON(value: Default): string;
|
|
3275
3275
|
export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
|
|
3276
3276
|
/** @internal */
|
|
3277
|
-
export declare const
|
|
3277
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3278
3278
|
/** @internal */
|
|
3279
|
-
export type
|
|
3279
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound = {};
|
|
3280
3280
|
/** @internal */
|
|
3281
|
-
export declare const
|
|
3281
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422>;
|
|
3282
3282
|
/**
|
|
3283
3283
|
* @internal
|
|
3284
3284
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3285
3285
|
*/
|
|
3286
|
-
export declare namespace
|
|
3287
|
-
/** @deprecated use `
|
|
3288
|
-
const inboundSchema: z.ZodType<
|
|
3289
|
-
/** @deprecated use `
|
|
3290
|
-
const outboundSchema: z.ZodType<
|
|
3291
|
-
/** @deprecated use `
|
|
3292
|
-
type Outbound =
|
|
3286
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$ {
|
|
3287
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema` instead. */
|
|
3288
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3289
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema` instead. */
|
|
3290
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422>;
|
|
3291
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound` instead. */
|
|
3292
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound;
|
|
3293
3293
|
}
|
|
3294
|
-
export declare function
|
|
3295
|
-
export declare function
|
|
3294
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422): string;
|
|
3295
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, SDKValidationError>;
|
|
3296
3296
|
/** @internal */
|
|
3297
3297
|
export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
|
|
3298
3298
|
/** @internal */
|
|
3299
3299
|
export type Example$Outbound = {
|
|
3300
|
-
"__@BRAND@
|
|
3300
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound;
|
|
3301
3301
|
};
|
|
3302
3302
|
/** @internal */
|
|
3303
3303
|
export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
|
|
@@ -3389,30 +3389,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
3389
3389
|
}>;
|
|
3390
3390
|
}
|
|
3391
3391
|
/** @internal */
|
|
3392
|
-
export declare const
|
|
3392
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3393
3393
|
/** @internal */
|
|
3394
|
-
export type
|
|
3394
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound = {};
|
|
3395
3395
|
/** @internal */
|
|
3396
|
-
export declare const
|
|
3396
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422>;
|
|
3397
3397
|
/**
|
|
3398
3398
|
* @internal
|
|
3399
3399
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3400
3400
|
*/
|
|
3401
|
-
export declare namespace
|
|
3402
|
-
/** @deprecated use `
|
|
3403
|
-
const inboundSchema: z.ZodType<
|
|
3404
|
-
/** @deprecated use `
|
|
3405
|
-
const outboundSchema: z.ZodType<
|
|
3406
|
-
/** @deprecated use `
|
|
3407
|
-
type Outbound =
|
|
3401
|
+
export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$ {
|
|
3402
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema` instead. */
|
|
3403
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3404
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema` instead. */
|
|
3405
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422>;
|
|
3406
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound` instead. */
|
|
3407
|
+
type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound;
|
|
3408
3408
|
}
|
|
3409
|
-
export declare function
|
|
3410
|
-
export declare function
|
|
3409
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422): string;
|
|
3410
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, SDKValidationError>;
|
|
3411
3411
|
/** @internal */
|
|
3412
3412
|
export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
|
|
3413
3413
|
/** @internal */
|
|
3414
3414
|
export type UiOptionsValue$Outbound = {
|
|
3415
|
-
"__@BRAND@
|
|
3415
|
+
"__@BRAND@613422": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound;
|
|
3416
3416
|
};
|
|
3417
3417
|
/** @internal */
|
|
3418
3418
|
export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
|
|
@@ -3579,30 +3579,30 @@ export declare namespace UiOptions3$ {
|
|
|
3579
3579
|
export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
|
|
3580
3580
|
export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
|
|
3581
3581
|
/** @internal */
|
|
3582
|
-
export declare const
|
|
3582
|
+
export declare const UiOptionsAtBRANDAt613422$inboundSchema: z.ZodType<UiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3583
3583
|
/** @internal */
|
|
3584
|
-
export type
|
|
3584
|
+
export type UiOptionsAtBRANDAt613422$Outbound = {};
|
|
3585
3585
|
/** @internal */
|
|
3586
|
-
export declare const
|
|
3586
|
+
export declare const UiOptionsAtBRANDAt613422$outboundSchema: z.ZodType<UiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt613422>;
|
|
3587
3587
|
/**
|
|
3588
3588
|
* @internal
|
|
3589
3589
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3590
3590
|
*/
|
|
3591
|
-
export declare namespace
|
|
3592
|
-
/** @deprecated use `
|
|
3593
|
-
const inboundSchema: z.ZodType<
|
|
3594
|
-
/** @deprecated use `
|
|
3595
|
-
const outboundSchema: z.ZodType<
|
|
3596
|
-
/** @deprecated use `
|
|
3597
|
-
type Outbound =
|
|
3591
|
+
export declare namespace UiOptionsAtBRANDAt613422$ {
|
|
3592
|
+
/** @deprecated use `UiOptionsAtBRANDAt613422$inboundSchema` instead. */
|
|
3593
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3594
|
+
/** @deprecated use `UiOptionsAtBRANDAt613422$outboundSchema` instead. */
|
|
3595
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt613422>;
|
|
3596
|
+
/** @deprecated use `UiOptionsAtBRANDAt613422$Outbound` instead. */
|
|
3597
|
+
type Outbound = UiOptionsAtBRANDAt613422$Outbound;
|
|
3598
3598
|
}
|
|
3599
|
-
export declare function
|
|
3600
|
-
export declare function
|
|
3599
|
+
export declare function uiOptionsAtBRANDAt613422ToJSON(uiOptionsAtBRANDAt613422: UiOptionsAtBRANDAt613422): string;
|
|
3600
|
+
export declare function uiOptionsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt613422, SDKValidationError>;
|
|
3601
3601
|
/** @internal */
|
|
3602
3602
|
export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
|
|
3603
3603
|
/** @internal */
|
|
3604
3604
|
export type UiOptions2$Outbound = {
|
|
3605
|
-
"__@BRAND@
|
|
3605
|
+
"__@BRAND@613422": UiOptionsAtBRANDAt613422$Outbound;
|
|
3606
3606
|
};
|
|
3607
3607
|
/** @internal */
|
|
3608
3608
|
export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
|
|
@@ -3790,30 +3790,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
|
|
|
3790
3790
|
export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
|
|
3791
3791
|
export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
|
|
3792
3792
|
/** @internal */
|
|
3793
|
-
export declare const
|
|
3793
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3794
3794
|
/** @internal */
|
|
3795
|
-
export type
|
|
3795
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound = {};
|
|
3796
3796
|
/** @internal */
|
|
3797
|
-
export declare const
|
|
3797
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422>;
|
|
3798
3798
|
/**
|
|
3799
3799
|
* @internal
|
|
3800
3800
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3801
3801
|
*/
|
|
3802
|
-
export declare namespace
|
|
3803
|
-
/** @deprecated use `
|
|
3804
|
-
const inboundSchema: z.ZodType<
|
|
3805
|
-
/** @deprecated use `
|
|
3806
|
-
const outboundSchema: z.ZodType<
|
|
3807
|
-
/** @deprecated use `
|
|
3808
|
-
type Outbound =
|
|
3802
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$ {
|
|
3803
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema` instead. */
|
|
3804
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3805
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema` instead. */
|
|
3806
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422>;
|
|
3807
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound` instead. */
|
|
3808
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound;
|
|
3809
3809
|
}
|
|
3810
|
-
export declare function
|
|
3811
|
-
export declare function
|
|
3810
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422): string;
|
|
3811
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, SDKValidationError>;
|
|
3812
3812
|
/** @internal */
|
|
3813
3813
|
export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
3814
3814
|
/** @internal */
|
|
3815
3815
|
export type GetConfigurationProductsPropertiesMinLength$Outbound = {
|
|
3816
|
-
"__@BRAND@
|
|
3816
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound;
|
|
3817
3817
|
};
|
|
3818
3818
|
/** @internal */
|
|
3819
3819
|
export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
|
|
@@ -3832,30 +3832,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
|
|
|
3832
3832
|
export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
|
|
3833
3833
|
export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
|
|
3834
3834
|
/** @internal */
|
|
3835
|
-
export declare const
|
|
3835
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3836
3836
|
/** @internal */
|
|
3837
|
-
export type
|
|
3837
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound = {};
|
|
3838
3838
|
/** @internal */
|
|
3839
|
-
export declare const
|
|
3839
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422>;
|
|
3840
3840
|
/**
|
|
3841
3841
|
* @internal
|
|
3842
3842
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3843
3843
|
*/
|
|
3844
|
-
export declare namespace
|
|
3845
|
-
/** @deprecated use `
|
|
3846
|
-
const inboundSchema: z.ZodType<
|
|
3847
|
-
/** @deprecated use `
|
|
3848
|
-
const outboundSchema: z.ZodType<
|
|
3849
|
-
/** @deprecated use `
|
|
3850
|
-
type Outbound =
|
|
3844
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$ {
|
|
3845
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema` instead. */
|
|
3846
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3847
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema` instead. */
|
|
3848
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422>;
|
|
3849
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound` instead. */
|
|
3850
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound;
|
|
3851
3851
|
}
|
|
3852
|
-
export declare function
|
|
3853
|
-
export declare function
|
|
3852
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422): string;
|
|
3853
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, SDKValidationError>;
|
|
3854
3854
|
/** @internal */
|
|
3855
3855
|
export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
3856
3856
|
/** @internal */
|
|
3857
3857
|
export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
|
|
3858
|
-
"__@BRAND@
|
|
3858
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound;
|
|
3859
3859
|
};
|
|
3860
3860
|
/** @internal */
|
|
3861
3861
|
export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
|
|
@@ -3874,30 +3874,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
|
|
|
3874
3874
|
export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
|
|
3875
3875
|
export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
|
|
3876
3876
|
/** @internal */
|
|
3877
|
-
export declare const
|
|
3877
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3878
3878
|
/** @internal */
|
|
3879
|
-
export type
|
|
3879
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound = {};
|
|
3880
3880
|
/** @internal */
|
|
3881
|
-
export declare const
|
|
3881
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422>;
|
|
3882
3882
|
/**
|
|
3883
3883
|
* @internal
|
|
3884
3884
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3885
3885
|
*/
|
|
3886
|
-
export declare namespace
|
|
3887
|
-
/** @deprecated use `
|
|
3888
|
-
const inboundSchema: z.ZodType<
|
|
3889
|
-
/** @deprecated use `
|
|
3890
|
-
const outboundSchema: z.ZodType<
|
|
3891
|
-
/** @deprecated use `
|
|
3892
|
-
type Outbound =
|
|
3886
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$ {
|
|
3887
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema` instead. */
|
|
3888
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
3889
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema` instead. */
|
|
3890
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422>;
|
|
3891
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound` instead. */
|
|
3892
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound;
|
|
3893
3893
|
}
|
|
3894
|
-
export declare function
|
|
3895
|
-
export declare function
|
|
3894
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422): string;
|
|
3895
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, SDKValidationError>;
|
|
3896
3896
|
/** @internal */
|
|
3897
3897
|
export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
3898
3898
|
/** @internal */
|
|
3899
3899
|
export type GetConfigurationProductsPropertiesPattern$Outbound = {
|
|
3900
|
-
"__@BRAND@
|
|
3900
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound;
|
|
3901
3901
|
};
|
|
3902
3902
|
/** @internal */
|
|
3903
3903
|
export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
|
|
@@ -4257,30 +4257,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
4257
4257
|
}>;
|
|
4258
4258
|
}
|
|
4259
4259
|
/** @internal */
|
|
4260
|
-
export declare const
|
|
4260
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4261
4261
|
/** @internal */
|
|
4262
|
-
export type
|
|
4262
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound = {};
|
|
4263
4263
|
/** @internal */
|
|
4264
|
-
export declare const
|
|
4264
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422>;
|
|
4265
4265
|
/**
|
|
4266
4266
|
* @internal
|
|
4267
4267
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4268
4268
|
*/
|
|
4269
|
-
export declare namespace
|
|
4270
|
-
/** @deprecated use `
|
|
4271
|
-
const inboundSchema: z.ZodType<
|
|
4272
|
-
/** @deprecated use `
|
|
4273
|
-
const outboundSchema: z.ZodType<
|
|
4274
|
-
/** @deprecated use `
|
|
4275
|
-
type Outbound =
|
|
4269
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$ {
|
|
4270
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema` instead. */
|
|
4271
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4272
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema` instead. */
|
|
4273
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422>;
|
|
4274
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound` instead. */
|
|
4275
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound;
|
|
4276
4276
|
}
|
|
4277
|
-
export declare function
|
|
4278
|
-
export declare function
|
|
4277
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422): string;
|
|
4278
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, SDKValidationError>;
|
|
4279
4279
|
/** @internal */
|
|
4280
4280
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
4281
4281
|
/** @internal */
|
|
4282
4282
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
4283
|
-
"__@BRAND@
|
|
4283
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound;
|
|
4284
4284
|
};
|
|
4285
4285
|
/** @internal */
|
|
4286
4286
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -4299,30 +4299,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
4299
4299
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength): string;
|
|
4300
4300
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
4301
4301
|
/** @internal */
|
|
4302
|
-
export declare const
|
|
4302
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4303
4303
|
/** @internal */
|
|
4304
|
-
export type
|
|
4304
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound = {};
|
|
4305
4305
|
/** @internal */
|
|
4306
|
-
export declare const
|
|
4306
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422>;
|
|
4307
4307
|
/**
|
|
4308
4308
|
* @internal
|
|
4309
4309
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4310
4310
|
*/
|
|
4311
|
-
export declare namespace
|
|
4312
|
-
/** @deprecated use `
|
|
4313
|
-
const inboundSchema: z.ZodType<
|
|
4314
|
-
/** @deprecated use `
|
|
4315
|
-
const outboundSchema: z.ZodType<
|
|
4316
|
-
/** @deprecated use `
|
|
4317
|
-
type Outbound =
|
|
4311
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$ {
|
|
4312
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema` instead. */
|
|
4313
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4314
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema` instead. */
|
|
4315
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422>;
|
|
4316
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound` instead. */
|
|
4317
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound;
|
|
4318
4318
|
}
|
|
4319
|
-
export declare function
|
|
4320
|
-
export declare function
|
|
4319
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422): string;
|
|
4320
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, SDKValidationError>;
|
|
4321
4321
|
/** @internal */
|
|
4322
4322
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
4323
4323
|
/** @internal */
|
|
4324
4324
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
4325
|
-
"__@BRAND@
|
|
4325
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound;
|
|
4326
4326
|
};
|
|
4327
4327
|
/** @internal */
|
|
4328
4328
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -4341,30 +4341,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
4341
4341
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength): string;
|
|
4342
4342
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
4343
4343
|
/** @internal */
|
|
4344
|
-
export declare const
|
|
4344
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4345
4345
|
/** @internal */
|
|
4346
|
-
export type
|
|
4346
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound = {};
|
|
4347
4347
|
/** @internal */
|
|
4348
|
-
export declare const
|
|
4348
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422>;
|
|
4349
4349
|
/**
|
|
4350
4350
|
* @internal
|
|
4351
4351
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4352
4352
|
*/
|
|
4353
|
-
export declare namespace
|
|
4354
|
-
/** @deprecated use `
|
|
4355
|
-
const inboundSchema: z.ZodType<
|
|
4356
|
-
/** @deprecated use `
|
|
4357
|
-
const outboundSchema: z.ZodType<
|
|
4358
|
-
/** @deprecated use `
|
|
4359
|
-
type Outbound =
|
|
4353
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$ {
|
|
4354
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema` instead. */
|
|
4355
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
4356
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema` instead. */
|
|
4357
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422>;
|
|
4358
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound` instead. */
|
|
4359
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound;
|
|
4360
4360
|
}
|
|
4361
|
-
export declare function
|
|
4362
|
-
export declare function
|
|
4361
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422): string;
|
|
4362
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, SDKValidationError>;
|
|
4363
4363
|
/** @internal */
|
|
4364
4364
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
4365
4365
|
/** @internal */
|
|
4366
4366
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
4367
|
-
"__@BRAND@
|
|
4367
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound;
|
|
4368
4368
|
};
|
|
4369
4369
|
/** @internal */
|
|
4370
4370
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -5032,30 +5032,30 @@ export declare namespace UiOptions$ {
|
|
|
5032
5032
|
export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
|
|
5033
5033
|
export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
|
|
5034
5034
|
/** @internal */
|
|
5035
|
-
export declare const
|
|
5035
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5036
5036
|
/** @internal */
|
|
5037
|
-
export type
|
|
5037
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound = {};
|
|
5038
5038
|
/** @internal */
|
|
5039
|
-
export declare const
|
|
5039
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422>;
|
|
5040
5040
|
/**
|
|
5041
5041
|
* @internal
|
|
5042
5042
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5043
5043
|
*/
|
|
5044
|
-
export declare namespace
|
|
5045
|
-
/** @deprecated use `
|
|
5046
|
-
const inboundSchema: z.ZodType<
|
|
5047
|
-
/** @deprecated use `
|
|
5048
|
-
const outboundSchema: z.ZodType<
|
|
5049
|
-
/** @deprecated use `
|
|
5050
|
-
type Outbound =
|
|
5044
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$ {
|
|
5045
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema` instead. */
|
|
5046
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5047
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema` instead. */
|
|
5048
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422>;
|
|
5049
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound` instead. */
|
|
5050
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound;
|
|
5051
5051
|
}
|
|
5052
|
-
export declare function
|
|
5053
|
-
export declare function
|
|
5052
|
+
export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422): string;
|
|
5053
|
+
export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, SDKValidationError>;
|
|
5054
5054
|
/** @internal */
|
|
5055
5055
|
export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5056
5056
|
/** @internal */
|
|
5057
5057
|
export type PropertiesMinLength$Outbound = {
|
|
5058
|
-
"__@BRAND@
|
|
5058
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound;
|
|
5059
5059
|
};
|
|
5060
5060
|
/** @internal */
|
|
5061
5061
|
export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
|
|
@@ -5074,30 +5074,30 @@ export declare namespace PropertiesMinLength$ {
|
|
|
5074
5074
|
export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
|
|
5075
5075
|
export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
|
|
5076
5076
|
/** @internal */
|
|
5077
|
-
export declare const
|
|
5077
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5078
5078
|
/** @internal */
|
|
5079
|
-
export type
|
|
5079
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound = {};
|
|
5080
5080
|
/** @internal */
|
|
5081
|
-
export declare const
|
|
5081
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422>;
|
|
5082
5082
|
/**
|
|
5083
5083
|
* @internal
|
|
5084
5084
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5085
5085
|
*/
|
|
5086
|
-
export declare namespace
|
|
5087
|
-
/** @deprecated use `
|
|
5088
|
-
const inboundSchema: z.ZodType<
|
|
5089
|
-
/** @deprecated use `
|
|
5090
|
-
const outboundSchema: z.ZodType<
|
|
5091
|
-
/** @deprecated use `
|
|
5092
|
-
type Outbound =
|
|
5086
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$ {
|
|
5087
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema` instead. */
|
|
5088
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5089
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema` instead. */
|
|
5090
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422>;
|
|
5091
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound` instead. */
|
|
5092
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound;
|
|
5093
5093
|
}
|
|
5094
|
-
export declare function
|
|
5095
|
-
export declare function
|
|
5094
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422): string;
|
|
5095
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, SDKValidationError>;
|
|
5096
5096
|
/** @internal */
|
|
5097
5097
|
export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5098
5098
|
/** @internal */
|
|
5099
5099
|
export type PropertiesMaxLength$Outbound = {
|
|
5100
|
-
"__@BRAND@
|
|
5100
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound;
|
|
5101
5101
|
};
|
|
5102
5102
|
/** @internal */
|
|
5103
5103
|
export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
|
|
@@ -5116,30 +5116,30 @@ export declare namespace PropertiesMaxLength$ {
|
|
|
5116
5116
|
export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
|
|
5117
5117
|
export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
|
|
5118
5118
|
/** @internal */
|
|
5119
|
-
export declare const
|
|
5119
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5120
5120
|
/** @internal */
|
|
5121
|
-
export type
|
|
5121
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound = {};
|
|
5122
5122
|
/** @internal */
|
|
5123
|
-
export declare const
|
|
5123
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422>;
|
|
5124
5124
|
/**
|
|
5125
5125
|
* @internal
|
|
5126
5126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5127
5127
|
*/
|
|
5128
|
-
export declare namespace
|
|
5129
|
-
/** @deprecated use `
|
|
5130
|
-
const inboundSchema: z.ZodType<
|
|
5131
|
-
/** @deprecated use `
|
|
5132
|
-
const outboundSchema: z.ZodType<
|
|
5133
|
-
/** @deprecated use `
|
|
5134
|
-
type Outbound =
|
|
5128
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$ {
|
|
5129
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema` instead. */
|
|
5130
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
5131
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema` instead. */
|
|
5132
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422>;
|
|
5133
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound` instead. */
|
|
5134
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound;
|
|
5135
5135
|
}
|
|
5136
|
-
export declare function
|
|
5137
|
-
export declare function
|
|
5136
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422): string;
|
|
5137
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, SDKValidationError>;
|
|
5138
5138
|
/** @internal */
|
|
5139
5139
|
export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5140
5140
|
/** @internal */
|
|
5141
5141
|
export type PropertiesPattern$Outbound = {
|
|
5142
|
-
"__@BRAND@
|
|
5142
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound;
|
|
5143
5143
|
};
|
|
5144
5144
|
/** @internal */
|
|
5145
5145
|
export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
|
|
@@ -6487,30 +6487,30 @@ export declare namespace UiControl$ {
|
|
|
6487
6487
|
}>;
|
|
6488
6488
|
}
|
|
6489
6489
|
/** @internal */
|
|
6490
|
-
export declare const
|
|
6490
|
+
export declare const AtBRANDAt613422$inboundSchema: z.ZodType<AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6491
6491
|
/** @internal */
|
|
6492
|
-
export type
|
|
6492
|
+
export type AtBRANDAt613422$Outbound = {};
|
|
6493
6493
|
/** @internal */
|
|
6494
|
-
export declare const
|
|
6494
|
+
export declare const AtBRANDAt613422$outboundSchema: z.ZodType<AtBRANDAt613422$Outbound, z.ZodTypeDef, AtBRANDAt613422>;
|
|
6495
6495
|
/**
|
|
6496
6496
|
* @internal
|
|
6497
6497
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6498
6498
|
*/
|
|
6499
|
-
export declare namespace
|
|
6500
|
-
/** @deprecated use `
|
|
6501
|
-
const inboundSchema: z.ZodType<
|
|
6502
|
-
/** @deprecated use `
|
|
6503
|
-
const outboundSchema: z.ZodType<
|
|
6504
|
-
/** @deprecated use `
|
|
6505
|
-
type Outbound =
|
|
6499
|
+
export declare namespace AtBRANDAt613422$ {
|
|
6500
|
+
/** @deprecated use `AtBRANDAt613422$inboundSchema` instead. */
|
|
6501
|
+
const inboundSchema: z.ZodType<AtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6502
|
+
/** @deprecated use `AtBRANDAt613422$outboundSchema` instead. */
|
|
6503
|
+
const outboundSchema: z.ZodType<AtBRANDAt613422$Outbound, z.ZodTypeDef, AtBRANDAt613422>;
|
|
6504
|
+
/** @deprecated use `AtBRANDAt613422$Outbound` instead. */
|
|
6505
|
+
type Outbound = AtBRANDAt613422$Outbound;
|
|
6506
6506
|
}
|
|
6507
|
-
export declare function
|
|
6508
|
-
export declare function
|
|
6507
|
+
export declare function atBRANDAt613422ToJSON(atBRANDAt613422: AtBRANDAt613422): string;
|
|
6508
|
+
export declare function atBRANDAt613422FromJSON(jsonString: string): SafeParseResult<AtBRANDAt613422, SDKValidationError>;
|
|
6509
6509
|
/** @internal */
|
|
6510
6510
|
export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
|
|
6511
6511
|
/** @internal */
|
|
6512
6512
|
export type MinLength$Outbound = {
|
|
6513
|
-
"__@BRAND@
|
|
6513
|
+
"__@BRAND@613422": AtBRANDAt613422$Outbound;
|
|
6514
6514
|
};
|
|
6515
6515
|
/** @internal */
|
|
6516
6516
|
export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
|
|
@@ -6529,30 +6529,30 @@ export declare namespace MinLength$ {
|
|
|
6529
6529
|
export declare function minLengthToJSON(minLength: MinLength): string;
|
|
6530
6530
|
export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
|
|
6531
6531
|
/** @internal */
|
|
6532
|
-
export declare const
|
|
6532
|
+
export declare const PropertiesAtBRANDAt613422$inboundSchema: z.ZodType<PropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6533
6533
|
/** @internal */
|
|
6534
|
-
export type
|
|
6534
|
+
export type PropertiesAtBRANDAt613422$Outbound = {};
|
|
6535
6535
|
/** @internal */
|
|
6536
|
-
export declare const
|
|
6536
|
+
export declare const PropertiesAtBRANDAt613422$outboundSchema: z.ZodType<PropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt613422>;
|
|
6537
6537
|
/**
|
|
6538
6538
|
* @internal
|
|
6539
6539
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6540
6540
|
*/
|
|
6541
|
-
export declare namespace
|
|
6542
|
-
/** @deprecated use `
|
|
6543
|
-
const inboundSchema: z.ZodType<
|
|
6544
|
-
/** @deprecated use `
|
|
6545
|
-
const outboundSchema: z.ZodType<
|
|
6546
|
-
/** @deprecated use `
|
|
6547
|
-
type Outbound =
|
|
6541
|
+
export declare namespace PropertiesAtBRANDAt613422$ {
|
|
6542
|
+
/** @deprecated use `PropertiesAtBRANDAt613422$inboundSchema` instead. */
|
|
6543
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6544
|
+
/** @deprecated use `PropertiesAtBRANDAt613422$outboundSchema` instead. */
|
|
6545
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt613422>;
|
|
6546
|
+
/** @deprecated use `PropertiesAtBRANDAt613422$Outbound` instead. */
|
|
6547
|
+
type Outbound = PropertiesAtBRANDAt613422$Outbound;
|
|
6548
6548
|
}
|
|
6549
|
-
export declare function
|
|
6550
|
-
export declare function
|
|
6549
|
+
export declare function propertiesAtBRANDAt613422ToJSON(propertiesAtBRANDAt613422: PropertiesAtBRANDAt613422): string;
|
|
6550
|
+
export declare function propertiesAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt613422, SDKValidationError>;
|
|
6551
6551
|
/** @internal */
|
|
6552
6552
|
export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
|
|
6553
6553
|
/** @internal */
|
|
6554
6554
|
export type MaxLength$Outbound = {
|
|
6555
|
-
"__@BRAND@
|
|
6555
|
+
"__@BRAND@613422": PropertiesAtBRANDAt613422$Outbound;
|
|
6556
6556
|
};
|
|
6557
6557
|
/** @internal */
|
|
6558
6558
|
export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
|
|
@@ -6571,30 +6571,30 @@ export declare namespace MaxLength$ {
|
|
|
6571
6571
|
export declare function maxLengthToJSON(maxLength: MaxLength): string;
|
|
6572
6572
|
export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
|
|
6573
6573
|
/** @internal */
|
|
6574
|
-
export declare const
|
|
6574
|
+
export declare const GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6575
6575
|
/** @internal */
|
|
6576
|
-
export type
|
|
6576
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound = {};
|
|
6577
6577
|
/** @internal */
|
|
6578
|
-
export declare const
|
|
6578
|
+
export declare const GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt613422>;
|
|
6579
6579
|
/**
|
|
6580
6580
|
* @internal
|
|
6581
6581
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6582
6582
|
*/
|
|
6583
|
-
export declare namespace
|
|
6584
|
-
/** @deprecated use `
|
|
6585
|
-
const inboundSchema: z.ZodType<
|
|
6586
|
-
/** @deprecated use `
|
|
6587
|
-
const outboundSchema: z.ZodType<
|
|
6588
|
-
/** @deprecated use `
|
|
6589
|
-
type Outbound =
|
|
6583
|
+
export declare namespace GetConfigurationProductsPropertiesAtBRANDAt613422$ {
|
|
6584
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema` instead. */
|
|
6585
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
|
|
6586
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema` instead. */
|
|
6587
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt613422>;
|
|
6588
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound` instead. */
|
|
6589
|
+
type Outbound = GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound;
|
|
6590
6590
|
}
|
|
6591
|
-
export declare function
|
|
6592
|
-
export declare function
|
|
6591
|
+
export declare function getConfigurationProductsPropertiesAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesAtBRANDAt613422: GetConfigurationProductsPropertiesAtBRANDAt613422): string;
|
|
6592
|
+
export declare function getConfigurationProductsPropertiesAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt613422, SDKValidationError>;
|
|
6593
6593
|
/** @internal */
|
|
6594
6594
|
export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
|
|
6595
6595
|
/** @internal */
|
|
6596
6596
|
export type Pattern$Outbound = {
|
|
6597
|
-
"__@BRAND@
|
|
6597
|
+
"__@BRAND@613422": GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound;
|
|
6598
6598
|
};
|
|
6599
6599
|
/** @internal */
|
|
6600
6600
|
export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;
|