@vercel/sdk 1.13.6 → 1.13.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/mcp-server.js +1424 -1191
- package/bin/mcp-server.js.map +62 -61
- package/docs/sdks/domains/README.md +1 -1
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/docs/sdks/security/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -11
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +33 -15
- package/esm/__tests__/domainsregistrar.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- 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/funcs/domainsGetDomainTransfer.d.ts +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/projectsPauseProject.js +2 -2
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.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/securityGetActiveAttackStatus.js +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +27 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +35 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +2 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +2 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -10
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -10
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -4
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +415 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +477 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +38 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +22 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getactiveattackstatusop.d.ts +4 -2
- package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
- package/esm/models/getactiveattackstatusop.js +4 -2
- package/esm/models/getactiveattackstatusop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +27 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +36 -0
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +2 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -10
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +2 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +2 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +2 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +2 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +2 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +2 -0
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +2 -0
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +2 -0
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getsupportedtldsop.d.ts +29 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +31 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +2 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -0
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +2 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +2 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +2 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +2 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +2 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -0
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +38 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +22 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +30 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +22 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +1 -1
- package/esm/sdk/domains.js +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/security.d.ts +1 -1
- package/esm/sdk/security.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +2 -6
- package/src/__tests__/domains.test.ts +4 -11
- package/src/__tests__/domainsregistrar.test.ts +33 -15
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/domainsGetDomainTransfer.ts +1 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
- package/src/funcs/projectsPauseProject.ts +2 -2
- package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
- package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +4 -0
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +36 -30
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getactiveattackstatusop.ts +8 -4
- package/src/models/getbulkavailabilityop.ts +71 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +4 -0
- package/src/models/getdeploymentop.ts +1 -14
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomainauthcodeop.ts +4 -0
- package/src/models/getdomainavailabilityop.ts +4 -0
- package/src/models/getdomainpriceop.ts +4 -0
- package/src/models/getdomaintransferinop.ts +4 -0
- package/src/models/getorderop.ts +4 -0
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updatedomainautorenewop.ts +4 -0
- package/src/models/updatedomainnameserversop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +36 -30
- package/src/models/userevent.ts +32 -0
- package/src/sdk/domains.ts +1 -1
- package/src/sdk/domainsregistrar.ts +7 -4
- package/src/sdk/security.ts +1 -1
- package/vercel-spec.json +518 -236
|
@@ -257,12 +257,12 @@ export type GetConfigurationProductsType = ClosedEnum<
|
|
|
257
257
|
typeof GetConfigurationProductsType
|
|
258
258
|
>;
|
|
259
259
|
|
|
260
|
-
export type
|
|
260
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534 =
|
|
261
261
|
{};
|
|
262
262
|
|
|
263
263
|
export type PropertiesValue = {
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
atBRANDAt550534:
|
|
265
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534;
|
|
266
266
|
};
|
|
267
267
|
|
|
268
268
|
export const GetConfigurationProductsDisabled3 = {
|
|
@@ -331,28 +331,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
331
331
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl
|
|
332
332
|
>;
|
|
333
333
|
|
|
334
|
-
export type
|
|
334
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534 =
|
|
335
335
|
{};
|
|
336
336
|
|
|
337
337
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
atBRANDAt550534:
|
|
339
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534;
|
|
340
340
|
};
|
|
341
341
|
|
|
342
|
-
export type
|
|
342
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534 =
|
|
343
343
|
{};
|
|
344
344
|
|
|
345
345
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
|
|
346
|
-
|
|
347
|
-
|
|
346
|
+
atBRANDAt550534:
|
|
347
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534;
|
|
348
348
|
};
|
|
349
349
|
|
|
350
|
-
export type
|
|
350
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534 =
|
|
351
351
|
{};
|
|
352
352
|
|
|
353
353
|
export type GetConfigurationProductsPropertiesIntegrationsPattern = {
|
|
354
|
-
|
|
355
|
-
|
|
354
|
+
atBRANDAt550534:
|
|
355
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534;
|
|
356
356
|
};
|
|
357
357
|
|
|
358
358
|
export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 =
|
|
@@ -497,28 +497,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
497
497
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
|
|
498
498
|
>;
|
|
499
499
|
|
|
500
|
-
export type
|
|
500
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534 =
|
|
501
501
|
{};
|
|
502
502
|
|
|
503
503
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
|
|
504
|
-
|
|
505
|
-
|
|
504
|
+
atBRANDAt550534:
|
|
505
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534;
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
-
export type
|
|
508
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534 =
|
|
509
509
|
{};
|
|
510
510
|
|
|
511
511
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
|
|
512
|
-
|
|
513
|
-
|
|
512
|
+
atBRANDAt550534:
|
|
513
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534;
|
|
514
514
|
};
|
|
515
515
|
|
|
516
|
-
export type
|
|
516
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534 =
|
|
517
517
|
{};
|
|
518
518
|
|
|
519
519
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
|
|
520
|
-
|
|
521
|
-
|
|
520
|
+
atBRANDAt550534:
|
|
521
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534;
|
|
522
522
|
};
|
|
523
523
|
|
|
524
524
|
export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
@@ -538,12 +538,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
|
538
538
|
enum?: Array<string> | undefined;
|
|
539
539
|
};
|
|
540
540
|
|
|
541
|
-
export type
|
|
541
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534 =
|
|
542
542
|
{};
|
|
543
543
|
|
|
544
544
|
export type GetConfigurationProductsUiOptionsValue = {
|
|
545
|
-
|
|
546
|
-
|
|
545
|
+
atBRANDAt550534:
|
|
546
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534;
|
|
547
547
|
};
|
|
548
548
|
|
|
549
549
|
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -600,10 +600,10 @@ export type GetConfigurationProductsUiOptions3 = {
|
|
|
600
600
|
| undefined;
|
|
601
601
|
};
|
|
602
602
|
|
|
603
|
-
export type
|
|
603
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt550534 = {};
|
|
604
604
|
|
|
605
605
|
export type GetConfigurationProductsUiOptions2 = {
|
|
606
|
-
|
|
606
|
+
atBRANDAt550534: GetConfigurationProductsUiOptionsAtBRANDAt550534;
|
|
607
607
|
};
|
|
608
608
|
|
|
609
609
|
export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
|
|
@@ -733,20 +733,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
733
733
|
expr: string;
|
|
734
734
|
};
|
|
735
735
|
|
|
736
|
-
export type
|
|
736
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534 =
|
|
737
737
|
{};
|
|
738
738
|
|
|
739
739
|
export type Default = {
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
atBRANDAt550534:
|
|
741
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534;
|
|
742
742
|
};
|
|
743
743
|
|
|
744
|
-
export type
|
|
744
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534 =
|
|
745
745
|
{};
|
|
746
746
|
|
|
747
747
|
export type Example = {
|
|
748
|
-
|
|
749
|
-
|
|
748
|
+
atBRANDAt550534:
|
|
749
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534;
|
|
750
750
|
};
|
|
751
751
|
|
|
752
752
|
export type Properties8 = {
|
|
@@ -809,10 +809,10 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
809
809
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
|
|
810
810
|
>;
|
|
811
811
|
|
|
812
|
-
export type
|
|
812
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534 = {};
|
|
813
813
|
|
|
814
814
|
export type UiOptionsValue = {
|
|
815
|
-
|
|
815
|
+
atBRANDAt550534: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534;
|
|
816
816
|
};
|
|
817
817
|
|
|
818
818
|
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
|
|
@@ -869,10 +869,10 @@ export type UiOptions3 = {
|
|
|
869
869
|
| undefined;
|
|
870
870
|
};
|
|
871
871
|
|
|
872
|
-
export type
|
|
872
|
+
export type UiOptionsAtBRANDAt550534 = {};
|
|
873
873
|
|
|
874
874
|
export type UiOptions2 = {
|
|
875
|
-
|
|
875
|
+
atBRANDAt550534: UiOptionsAtBRANDAt550534;
|
|
876
876
|
};
|
|
877
877
|
|
|
878
878
|
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
|
|
@@ -935,28 +935,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
|
|
|
935
935
|
| UiOptions2
|
|
936
936
|
| UiOptions3;
|
|
937
937
|
|
|
938
|
-
export type
|
|
938
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534 =
|
|
939
939
|
{};
|
|
940
940
|
|
|
941
941
|
export type GetConfigurationProductsPropertiesMinLength = {
|
|
942
|
-
|
|
943
|
-
|
|
942
|
+
atBRANDAt550534:
|
|
943
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534;
|
|
944
944
|
};
|
|
945
945
|
|
|
946
|
-
export type
|
|
946
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534 =
|
|
947
947
|
{};
|
|
948
948
|
|
|
949
949
|
export type GetConfigurationProductsPropertiesMaxLength = {
|
|
950
|
-
|
|
951
|
-
|
|
950
|
+
atBRANDAt550534:
|
|
951
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534;
|
|
952
952
|
};
|
|
953
953
|
|
|
954
|
-
export type
|
|
954
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534 =
|
|
955
955
|
{};
|
|
956
956
|
|
|
957
957
|
export type GetConfigurationProductsPropertiesPattern = {
|
|
958
|
-
|
|
959
|
-
|
|
958
|
+
atBRANDAt550534:
|
|
959
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534;
|
|
960
960
|
};
|
|
961
961
|
|
|
962
962
|
export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
|
|
@@ -1098,30 +1098,30 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
1098
1098
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
|
|
1099
1099
|
>;
|
|
1100
1100
|
|
|
1101
|
-
export type
|
|
1101
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534 =
|
|
1102
1102
|
{};
|
|
1103
1103
|
|
|
1104
1104
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength =
|
|
1105
1105
|
{
|
|
1106
|
-
|
|
1107
|
-
|
|
1106
|
+
atBRANDAt550534:
|
|
1107
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534;
|
|
1108
1108
|
};
|
|
1109
1109
|
|
|
1110
|
-
export type
|
|
1110
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534 =
|
|
1111
1111
|
{};
|
|
1112
1112
|
|
|
1113
1113
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength =
|
|
1114
1114
|
{
|
|
1115
|
-
|
|
1116
|
-
|
|
1115
|
+
atBRANDAt550534:
|
|
1116
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534;
|
|
1117
1117
|
};
|
|
1118
1118
|
|
|
1119
|
-
export type
|
|
1119
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534 =
|
|
1120
1120
|
{};
|
|
1121
1121
|
|
|
1122
1122
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
|
|
1123
|
-
|
|
1124
|
-
|
|
1123
|
+
atBRANDAt550534:
|
|
1124
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534;
|
|
1125
1125
|
};
|
|
1126
1126
|
|
|
1127
1127
|
export type GetConfigurationProductsPropertiesItems = {
|
|
@@ -1366,27 +1366,27 @@ export type UiOptions = {
|
|
|
1366
1366
|
| undefined;
|
|
1367
1367
|
};
|
|
1368
1368
|
|
|
1369
|
-
export type
|
|
1369
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534 = {};
|
|
1370
1370
|
|
|
1371
1371
|
export type PropertiesMinLength = {
|
|
1372
|
-
|
|
1373
|
-
|
|
1372
|
+
atBRANDAt550534:
|
|
1373
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534;
|
|
1374
1374
|
};
|
|
1375
1375
|
|
|
1376
|
-
export type
|
|
1376
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534 =
|
|
1377
1377
|
{};
|
|
1378
1378
|
|
|
1379
1379
|
export type PropertiesMaxLength = {
|
|
1380
|
-
|
|
1381
|
-
|
|
1380
|
+
atBRANDAt550534:
|
|
1381
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534;
|
|
1382
1382
|
};
|
|
1383
1383
|
|
|
1384
|
-
export type
|
|
1384
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534 =
|
|
1385
1385
|
{};
|
|
1386
1386
|
|
|
1387
1387
|
export type PropertiesPattern = {
|
|
1388
|
-
|
|
1389
|
-
|
|
1388
|
+
atBRANDAt550534:
|
|
1389
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534;
|
|
1390
1390
|
};
|
|
1391
1391
|
|
|
1392
1392
|
export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
|
|
@@ -1835,22 +1835,22 @@ export const UiControl = {
|
|
|
1835
1835
|
} as const;
|
|
1836
1836
|
export type UiControl = ClosedEnum<typeof UiControl>;
|
|
1837
1837
|
|
|
1838
|
-
export type
|
|
1838
|
+
export type AtBRANDAt550534 = {};
|
|
1839
1839
|
|
|
1840
1840
|
export type MinLength = {
|
|
1841
|
-
|
|
1841
|
+
atBRANDAt550534: AtBRANDAt550534;
|
|
1842
1842
|
};
|
|
1843
1843
|
|
|
1844
|
-
export type
|
|
1844
|
+
export type PropertiesAtBRANDAt550534 = {};
|
|
1845
1845
|
|
|
1846
1846
|
export type MaxLength = {
|
|
1847
|
-
|
|
1847
|
+
atBRANDAt550534: PropertiesAtBRANDAt550534;
|
|
1848
1848
|
};
|
|
1849
1849
|
|
|
1850
|
-
export type
|
|
1850
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt550534 = {};
|
|
1851
1851
|
|
|
1852
1852
|
export type Pattern = {
|
|
1853
|
-
|
|
1853
|
+
atBRANDAt550534: GetConfigurationProductsPropertiesAtBRANDAt550534;
|
|
1854
1854
|
};
|
|
1855
1855
|
|
|
1856
1856
|
export const UiReadOnly3 = {
|
|
@@ -3233,65 +3233,65 @@ export namespace GetConfigurationProductsType$ {
|
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
3235
|
/** @internal */
|
|
3236
|
-
export const
|
|
3236
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$inboundSchema:
|
|
3237
3237
|
z.ZodType<
|
|
3238
|
-
|
|
3238
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534,
|
|
3239
3239
|
z.ZodTypeDef,
|
|
3240
3240
|
unknown
|
|
3241
3241
|
> = z.object({});
|
|
3242
3242
|
|
|
3243
3243
|
/** @internal */
|
|
3244
|
-
export type
|
|
3244
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$Outbound =
|
|
3245
3245
|
{};
|
|
3246
3246
|
|
|
3247
3247
|
/** @internal */
|
|
3248
|
-
export const
|
|
3248
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$outboundSchema:
|
|
3249
3249
|
z.ZodType<
|
|
3250
|
-
|
|
3250
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$Outbound,
|
|
3251
3251
|
z.ZodTypeDef,
|
|
3252
|
-
|
|
3252
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534
|
|
3253
3253
|
> = z.object({});
|
|
3254
3254
|
|
|
3255
3255
|
/**
|
|
3256
3256
|
* @internal
|
|
3257
3257
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3258
3258
|
*/
|
|
3259
|
-
export namespace
|
|
3260
|
-
/** @deprecated use `
|
|
3259
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$ {
|
|
3260
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$inboundSchema` instead. */
|
|
3261
3261
|
export const inboundSchema =
|
|
3262
|
-
|
|
3263
|
-
/** @deprecated use `
|
|
3262
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$inboundSchema;
|
|
3263
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$outboundSchema` instead. */
|
|
3264
3264
|
export const outboundSchema =
|
|
3265
|
-
|
|
3266
|
-
/** @deprecated use `
|
|
3265
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$outboundSchema;
|
|
3266
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$Outbound` instead. */
|
|
3267
3267
|
export type Outbound =
|
|
3268
|
-
|
|
3268
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$Outbound;
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
3271
|
-
export function
|
|
3272
|
-
|
|
3273
|
-
|
|
3271
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534ToJSON(
|
|
3272
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534:
|
|
3273
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534,
|
|
3274
3274
|
): string {
|
|
3275
3275
|
return JSON.stringify(
|
|
3276
|
-
|
|
3276
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$outboundSchema
|
|
3277
3277
|
.parse(
|
|
3278
|
-
|
|
3278
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534,
|
|
3279
3279
|
),
|
|
3280
3280
|
);
|
|
3281
3281
|
}
|
|
3282
3282
|
|
|
3283
|
-
export function
|
|
3283
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534FromJSON(
|
|
3284
3284
|
jsonString: string,
|
|
3285
3285
|
): SafeParseResult<
|
|
3286
|
-
|
|
3286
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534,
|
|
3287
3287
|
SDKValidationError
|
|
3288
3288
|
> {
|
|
3289
3289
|
return safeParse(
|
|
3290
3290
|
jsonString,
|
|
3291
3291
|
(x) =>
|
|
3292
|
-
|
|
3292
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$inboundSchema
|
|
3293
3293
|
.parse(JSON.parse(x)),
|
|
3294
|
-
`Failed to parse '
|
|
3294
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534' from JSON`,
|
|
3295
3295
|
);
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
@@ -3301,19 +3301,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
|
|
|
3301
3301
|
z.ZodTypeDef,
|
|
3302
3302
|
unknown
|
|
3303
3303
|
> = z.object({
|
|
3304
|
-
"__@BRAND@
|
|
3305
|
-
|
|
3304
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
3305
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$inboundSchema
|
|
3306
3306
|
),
|
|
3307
3307
|
}).transform((v) => {
|
|
3308
3308
|
return remap$(v, {
|
|
3309
|
-
"__@BRAND@
|
|
3309
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
3310
3310
|
});
|
|
3311
3311
|
});
|
|
3312
3312
|
|
|
3313
3313
|
/** @internal */
|
|
3314
3314
|
export type PropertiesValue$Outbound = {
|
|
3315
|
-
"__@BRAND@
|
|
3316
|
-
|
|
3315
|
+
"__@BRAND@550534":
|
|
3316
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$Outbound;
|
|
3317
3317
|
};
|
|
3318
3318
|
|
|
3319
3319
|
/** @internal */
|
|
@@ -3322,12 +3322,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
|
|
|
3322
3322
|
z.ZodTypeDef,
|
|
3323
3323
|
PropertiesValue
|
|
3324
3324
|
> = z.object({
|
|
3325
|
-
|
|
3326
|
-
|
|
3325
|
+
atBRANDAt550534: z.lazy(() =>
|
|
3326
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550534$outboundSchema
|
|
3327
3327
|
),
|
|
3328
3328
|
}).transform((v) => {
|
|
3329
3329
|
return remap$(v, {
|
|
3330
|
-
|
|
3330
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
3331
3331
|
});
|
|
3332
3332
|
});
|
|
3333
3333
|
|
|
@@ -3771,65 +3771,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
3773
|
/** @internal */
|
|
3774
|
-
export const
|
|
3774
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$inboundSchema:
|
|
3775
3775
|
z.ZodType<
|
|
3776
|
-
|
|
3776
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534,
|
|
3777
3777
|
z.ZodTypeDef,
|
|
3778
3778
|
unknown
|
|
3779
3779
|
> = z.object({});
|
|
3780
3780
|
|
|
3781
3781
|
/** @internal */
|
|
3782
|
-
export type
|
|
3782
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$Outbound =
|
|
3783
3783
|
{};
|
|
3784
3784
|
|
|
3785
3785
|
/** @internal */
|
|
3786
|
-
export const
|
|
3786
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$outboundSchema:
|
|
3787
3787
|
z.ZodType<
|
|
3788
|
-
|
|
3788
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$Outbound,
|
|
3789
3789
|
z.ZodTypeDef,
|
|
3790
|
-
|
|
3790
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534
|
|
3791
3791
|
> = z.object({});
|
|
3792
3792
|
|
|
3793
3793
|
/**
|
|
3794
3794
|
* @internal
|
|
3795
3795
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3796
3796
|
*/
|
|
3797
|
-
export namespace
|
|
3798
|
-
/** @deprecated use `
|
|
3797
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$ {
|
|
3798
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$inboundSchema` instead. */
|
|
3799
3799
|
export const inboundSchema =
|
|
3800
|
-
|
|
3801
|
-
/** @deprecated use `
|
|
3800
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$inboundSchema;
|
|
3801
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$outboundSchema` instead. */
|
|
3802
3802
|
export const outboundSchema =
|
|
3803
|
-
|
|
3804
|
-
/** @deprecated use `
|
|
3803
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$outboundSchema;
|
|
3804
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$Outbound` instead. */
|
|
3805
3805
|
export type Outbound =
|
|
3806
|
-
|
|
3806
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$Outbound;
|
|
3807
3807
|
}
|
|
3808
3808
|
|
|
3809
|
-
export function
|
|
3810
|
-
|
|
3811
|
-
|
|
3809
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534ToJSON(
|
|
3810
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534:
|
|
3811
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534,
|
|
3812
3812
|
): string {
|
|
3813
3813
|
return JSON.stringify(
|
|
3814
|
-
|
|
3814
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$outboundSchema
|
|
3815
3815
|
.parse(
|
|
3816
|
-
|
|
3816
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534,
|
|
3817
3817
|
),
|
|
3818
3818
|
);
|
|
3819
3819
|
}
|
|
3820
3820
|
|
|
3821
|
-
export function
|
|
3821
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534FromJSON(
|
|
3822
3822
|
jsonString: string,
|
|
3823
3823
|
): SafeParseResult<
|
|
3824
|
-
|
|
3824
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534,
|
|
3825
3825
|
SDKValidationError
|
|
3826
3826
|
> {
|
|
3827
3827
|
return safeParse(
|
|
3828
3828
|
jsonString,
|
|
3829
3829
|
(x) =>
|
|
3830
|
-
|
|
3830
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$inboundSchema
|
|
3831
3831
|
.parse(JSON.parse(x)),
|
|
3832
|
-
`Failed to parse '
|
|
3832
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534' from JSON`,
|
|
3833
3833
|
);
|
|
3834
3834
|
}
|
|
3835
3835
|
|
|
@@ -3840,19 +3840,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
|
|
|
3840
3840
|
z.ZodTypeDef,
|
|
3841
3841
|
unknown
|
|
3842
3842
|
> = z.object({
|
|
3843
|
-
"__@BRAND@
|
|
3844
|
-
|
|
3843
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
3844
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$inboundSchema
|
|
3845
3845
|
),
|
|
3846
3846
|
}).transform((v) => {
|
|
3847
3847
|
return remap$(v, {
|
|
3848
|
-
"__@BRAND@
|
|
3848
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
3849
3849
|
});
|
|
3850
3850
|
});
|
|
3851
3851
|
|
|
3852
3852
|
/** @internal */
|
|
3853
3853
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
|
|
3854
|
-
"__@BRAND@
|
|
3855
|
-
|
|
3854
|
+
"__@BRAND@550534":
|
|
3855
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$Outbound;
|
|
3856
3856
|
};
|
|
3857
3857
|
|
|
3858
3858
|
/** @internal */
|
|
@@ -3862,12 +3862,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
|
|
|
3862
3862
|
z.ZodTypeDef,
|
|
3863
3863
|
GetConfigurationProductsPropertiesIntegrationsMinLength
|
|
3864
3864
|
> = z.object({
|
|
3865
|
-
|
|
3866
|
-
|
|
3865
|
+
atBRANDAt550534: z.lazy(() =>
|
|
3866
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550534$outboundSchema
|
|
3867
3867
|
),
|
|
3868
3868
|
}).transform((v) => {
|
|
3869
3869
|
return remap$(v, {
|
|
3870
|
-
|
|
3870
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
3871
3871
|
});
|
|
3872
3872
|
});
|
|
3873
3873
|
|
|
@@ -3913,65 +3913,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
3913
3913
|
}
|
|
3914
3914
|
|
|
3915
3915
|
/** @internal */
|
|
3916
|
-
export const
|
|
3916
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$inboundSchema:
|
|
3917
3917
|
z.ZodType<
|
|
3918
|
-
|
|
3918
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534,
|
|
3919
3919
|
z.ZodTypeDef,
|
|
3920
3920
|
unknown
|
|
3921
3921
|
> = z.object({});
|
|
3922
3922
|
|
|
3923
3923
|
/** @internal */
|
|
3924
|
-
export type
|
|
3924
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$Outbound =
|
|
3925
3925
|
{};
|
|
3926
3926
|
|
|
3927
3927
|
/** @internal */
|
|
3928
|
-
export const
|
|
3928
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$outboundSchema:
|
|
3929
3929
|
z.ZodType<
|
|
3930
|
-
|
|
3930
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$Outbound,
|
|
3931
3931
|
z.ZodTypeDef,
|
|
3932
|
-
|
|
3932
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534
|
|
3933
3933
|
> = z.object({});
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* @internal
|
|
3937
3937
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3938
3938
|
*/
|
|
3939
|
-
export namespace
|
|
3940
|
-
/** @deprecated use `
|
|
3939
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$ {
|
|
3940
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$inboundSchema` instead. */
|
|
3941
3941
|
export const inboundSchema =
|
|
3942
|
-
|
|
3943
|
-
/** @deprecated use `
|
|
3942
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$inboundSchema;
|
|
3943
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$outboundSchema` instead. */
|
|
3944
3944
|
export const outboundSchema =
|
|
3945
|
-
|
|
3946
|
-
/** @deprecated use `
|
|
3945
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$outboundSchema;
|
|
3946
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$Outbound` instead. */
|
|
3947
3947
|
export type Outbound =
|
|
3948
|
-
|
|
3948
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$Outbound;
|
|
3949
3949
|
}
|
|
3950
3950
|
|
|
3951
|
-
export function
|
|
3952
|
-
|
|
3953
|
-
|
|
3951
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534ToJSON(
|
|
3952
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534:
|
|
3953
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534,
|
|
3954
3954
|
): string {
|
|
3955
3955
|
return JSON.stringify(
|
|
3956
|
-
|
|
3956
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$outboundSchema
|
|
3957
3957
|
.parse(
|
|
3958
|
-
|
|
3958
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534,
|
|
3959
3959
|
),
|
|
3960
3960
|
);
|
|
3961
3961
|
}
|
|
3962
3962
|
|
|
3963
|
-
export function
|
|
3963
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534FromJSON(
|
|
3964
3964
|
jsonString: string,
|
|
3965
3965
|
): SafeParseResult<
|
|
3966
|
-
|
|
3966
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534,
|
|
3967
3967
|
SDKValidationError
|
|
3968
3968
|
> {
|
|
3969
3969
|
return safeParse(
|
|
3970
3970
|
jsonString,
|
|
3971
3971
|
(x) =>
|
|
3972
|
-
|
|
3972
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$inboundSchema
|
|
3973
3973
|
.parse(JSON.parse(x)),
|
|
3974
|
-
`Failed to parse '
|
|
3974
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534' from JSON`,
|
|
3975
3975
|
);
|
|
3976
3976
|
}
|
|
3977
3977
|
|
|
@@ -3982,19 +3982,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
|
|
|
3982
3982
|
z.ZodTypeDef,
|
|
3983
3983
|
unknown
|
|
3984
3984
|
> = z.object({
|
|
3985
|
-
"__@BRAND@
|
|
3986
|
-
|
|
3985
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
3986
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$inboundSchema
|
|
3987
3987
|
),
|
|
3988
3988
|
}).transform((v) => {
|
|
3989
3989
|
return remap$(v, {
|
|
3990
|
-
"__@BRAND@
|
|
3990
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
3991
3991
|
});
|
|
3992
3992
|
});
|
|
3993
3993
|
|
|
3994
3994
|
/** @internal */
|
|
3995
3995
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
|
|
3996
|
-
"__@BRAND@
|
|
3997
|
-
|
|
3996
|
+
"__@BRAND@550534":
|
|
3997
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$Outbound;
|
|
3998
3998
|
};
|
|
3999
3999
|
|
|
4000
4000
|
/** @internal */
|
|
@@ -4004,12 +4004,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
|
|
|
4004
4004
|
z.ZodTypeDef,
|
|
4005
4005
|
GetConfigurationProductsPropertiesIntegrationsMaxLength
|
|
4006
4006
|
> = z.object({
|
|
4007
|
-
|
|
4008
|
-
|
|
4007
|
+
atBRANDAt550534: z.lazy(() =>
|
|
4008
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550534$outboundSchema
|
|
4009
4009
|
),
|
|
4010
4010
|
}).transform((v) => {
|
|
4011
4011
|
return remap$(v, {
|
|
4012
|
-
|
|
4012
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
4013
4013
|
});
|
|
4014
4014
|
});
|
|
4015
4015
|
|
|
@@ -4055,65 +4055,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
4055
4055
|
}
|
|
4056
4056
|
|
|
4057
4057
|
/** @internal */
|
|
4058
|
-
export const
|
|
4058
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$inboundSchema:
|
|
4059
4059
|
z.ZodType<
|
|
4060
|
-
|
|
4060
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534,
|
|
4061
4061
|
z.ZodTypeDef,
|
|
4062
4062
|
unknown
|
|
4063
4063
|
> = z.object({});
|
|
4064
4064
|
|
|
4065
4065
|
/** @internal */
|
|
4066
|
-
export type
|
|
4066
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$Outbound =
|
|
4067
4067
|
{};
|
|
4068
4068
|
|
|
4069
4069
|
/** @internal */
|
|
4070
|
-
export const
|
|
4070
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$outboundSchema:
|
|
4071
4071
|
z.ZodType<
|
|
4072
|
-
|
|
4072
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$Outbound,
|
|
4073
4073
|
z.ZodTypeDef,
|
|
4074
|
-
|
|
4074
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534
|
|
4075
4075
|
> = z.object({});
|
|
4076
4076
|
|
|
4077
4077
|
/**
|
|
4078
4078
|
* @internal
|
|
4079
4079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4080
4080
|
*/
|
|
4081
|
-
export namespace
|
|
4082
|
-
/** @deprecated use `
|
|
4081
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$ {
|
|
4082
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$inboundSchema` instead. */
|
|
4083
4083
|
export const inboundSchema =
|
|
4084
|
-
|
|
4085
|
-
/** @deprecated use `
|
|
4084
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$inboundSchema;
|
|
4085
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$outboundSchema` instead. */
|
|
4086
4086
|
export const outboundSchema =
|
|
4087
|
-
|
|
4088
|
-
/** @deprecated use `
|
|
4087
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$outboundSchema;
|
|
4088
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$Outbound` instead. */
|
|
4089
4089
|
export type Outbound =
|
|
4090
|
-
|
|
4090
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$Outbound;
|
|
4091
4091
|
}
|
|
4092
4092
|
|
|
4093
|
-
export function
|
|
4094
|
-
|
|
4095
|
-
|
|
4093
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534ToJSON(
|
|
4094
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534:
|
|
4095
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534,
|
|
4096
4096
|
): string {
|
|
4097
4097
|
return JSON.stringify(
|
|
4098
|
-
|
|
4098
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$outboundSchema
|
|
4099
4099
|
.parse(
|
|
4100
|
-
|
|
4100
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534,
|
|
4101
4101
|
),
|
|
4102
4102
|
);
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
-
export function
|
|
4105
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534FromJSON(
|
|
4106
4106
|
jsonString: string,
|
|
4107
4107
|
): SafeParseResult<
|
|
4108
|
-
|
|
4108
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534,
|
|
4109
4109
|
SDKValidationError
|
|
4110
4110
|
> {
|
|
4111
4111
|
return safeParse(
|
|
4112
4112
|
jsonString,
|
|
4113
4113
|
(x) =>
|
|
4114
|
-
|
|
4114
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$inboundSchema
|
|
4115
4115
|
.parse(JSON.parse(x)),
|
|
4116
|
-
`Failed to parse '
|
|
4116
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534' from JSON`,
|
|
4117
4117
|
);
|
|
4118
4118
|
}
|
|
4119
4119
|
|
|
@@ -4124,19 +4124,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
|
|
|
4124
4124
|
z.ZodTypeDef,
|
|
4125
4125
|
unknown
|
|
4126
4126
|
> = z.object({
|
|
4127
|
-
"__@BRAND@
|
|
4128
|
-
|
|
4127
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
4128
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$inboundSchema
|
|
4129
4129
|
),
|
|
4130
4130
|
}).transform((v) => {
|
|
4131
4131
|
return remap$(v, {
|
|
4132
|
-
"__@BRAND@
|
|
4132
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
4133
4133
|
});
|
|
4134
4134
|
});
|
|
4135
4135
|
|
|
4136
4136
|
/** @internal */
|
|
4137
4137
|
export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
|
|
4138
|
-
"__@BRAND@
|
|
4139
|
-
|
|
4138
|
+
"__@BRAND@550534":
|
|
4139
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$Outbound;
|
|
4140
4140
|
};
|
|
4141
4141
|
|
|
4142
4142
|
/** @internal */
|
|
@@ -4146,12 +4146,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
|
|
|
4146
4146
|
z.ZodTypeDef,
|
|
4147
4147
|
GetConfigurationProductsPropertiesIntegrationsPattern
|
|
4148
4148
|
> = z.object({
|
|
4149
|
-
|
|
4150
|
-
|
|
4149
|
+
atBRANDAt550534: z.lazy(() =>
|
|
4150
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550534$outboundSchema
|
|
4151
4151
|
),
|
|
4152
4152
|
}).transform((v) => {
|
|
4153
4153
|
return remap$(v, {
|
|
4154
|
-
|
|
4154
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
4155
4155
|
});
|
|
4156
4156
|
});
|
|
4157
4157
|
|
|
@@ -5220,65 +5220,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
5220
5220
|
}
|
|
5221
5221
|
|
|
5222
5222
|
/** @internal */
|
|
5223
|
-
export const
|
|
5223
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$inboundSchema:
|
|
5224
5224
|
z.ZodType<
|
|
5225
|
-
|
|
5225
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534,
|
|
5226
5226
|
z.ZodTypeDef,
|
|
5227
5227
|
unknown
|
|
5228
5228
|
> = z.object({});
|
|
5229
5229
|
|
|
5230
5230
|
/** @internal */
|
|
5231
|
-
export type
|
|
5231
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$Outbound =
|
|
5232
5232
|
{};
|
|
5233
5233
|
|
|
5234
5234
|
/** @internal */
|
|
5235
|
-
export const
|
|
5235
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$outboundSchema:
|
|
5236
5236
|
z.ZodType<
|
|
5237
|
-
|
|
5237
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$Outbound,
|
|
5238
5238
|
z.ZodTypeDef,
|
|
5239
|
-
|
|
5239
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534
|
|
5240
5240
|
> = z.object({});
|
|
5241
5241
|
|
|
5242
5242
|
/**
|
|
5243
5243
|
* @internal
|
|
5244
5244
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5245
5245
|
*/
|
|
5246
|
-
export namespace
|
|
5247
|
-
/** @deprecated use `
|
|
5246
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$ {
|
|
5247
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$inboundSchema` instead. */
|
|
5248
5248
|
export const inboundSchema =
|
|
5249
|
-
|
|
5250
|
-
/** @deprecated use `
|
|
5249
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$inboundSchema;
|
|
5250
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$outboundSchema` instead. */
|
|
5251
5251
|
export const outboundSchema =
|
|
5252
|
-
|
|
5253
|
-
/** @deprecated use `
|
|
5252
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$outboundSchema;
|
|
5253
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$Outbound` instead. */
|
|
5254
5254
|
export type Outbound =
|
|
5255
|
-
|
|
5255
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$Outbound;
|
|
5256
5256
|
}
|
|
5257
5257
|
|
|
5258
|
-
export function
|
|
5259
|
-
|
|
5260
|
-
|
|
5258
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534ToJSON(
|
|
5259
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534:
|
|
5260
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534,
|
|
5261
5261
|
): string {
|
|
5262
5262
|
return JSON.stringify(
|
|
5263
|
-
|
|
5263
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$outboundSchema
|
|
5264
5264
|
.parse(
|
|
5265
|
-
|
|
5265
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534,
|
|
5266
5266
|
),
|
|
5267
5267
|
);
|
|
5268
5268
|
}
|
|
5269
5269
|
|
|
5270
|
-
export function
|
|
5270
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534FromJSON(
|
|
5271
5271
|
jsonString: string,
|
|
5272
5272
|
): SafeParseResult<
|
|
5273
|
-
|
|
5273
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534,
|
|
5274
5274
|
SDKValidationError
|
|
5275
5275
|
> {
|
|
5276
5276
|
return safeParse(
|
|
5277
5277
|
jsonString,
|
|
5278
5278
|
(x) =>
|
|
5279
|
-
|
|
5279
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$inboundSchema
|
|
5280
5280
|
.parse(JSON.parse(x)),
|
|
5281
|
-
`Failed to parse '
|
|
5281
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534' from JSON`,
|
|
5282
5282
|
);
|
|
5283
5283
|
}
|
|
5284
5284
|
|
|
@@ -5289,20 +5289,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
|
|
|
5289
5289
|
z.ZodTypeDef,
|
|
5290
5290
|
unknown
|
|
5291
5291
|
> = z.object({
|
|
5292
|
-
"__@BRAND@
|
|
5293
|
-
|
|
5292
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
5293
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$inboundSchema
|
|
5294
5294
|
),
|
|
5295
5295
|
}).transform((v) => {
|
|
5296
5296
|
return remap$(v, {
|
|
5297
|
-
"__@BRAND@
|
|
5297
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
5298
5298
|
});
|
|
5299
5299
|
});
|
|
5300
5300
|
|
|
5301
5301
|
/** @internal */
|
|
5302
5302
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
|
|
5303
5303
|
{
|
|
5304
|
-
"__@BRAND@
|
|
5305
|
-
|
|
5304
|
+
"__@BRAND@550534":
|
|
5305
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$Outbound;
|
|
5306
5306
|
};
|
|
5307
5307
|
|
|
5308
5308
|
/** @internal */
|
|
@@ -5312,12 +5312,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
|
|
|
5312
5312
|
z.ZodTypeDef,
|
|
5313
5313
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength
|
|
5314
5314
|
> = z.object({
|
|
5315
|
-
|
|
5316
|
-
|
|
5315
|
+
atBRANDAt550534: z.lazy(() =>
|
|
5316
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550534$outboundSchema
|
|
5317
5317
|
),
|
|
5318
5318
|
}).transform((v) => {
|
|
5319
5319
|
return remap$(v, {
|
|
5320
|
-
|
|
5320
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
5321
5321
|
});
|
|
5322
5322
|
});
|
|
5323
5323
|
|
|
@@ -5363,65 +5363,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
5363
5363
|
}
|
|
5364
5364
|
|
|
5365
5365
|
/** @internal */
|
|
5366
|
-
export const
|
|
5366
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$inboundSchema:
|
|
5367
5367
|
z.ZodType<
|
|
5368
|
-
|
|
5368
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534,
|
|
5369
5369
|
z.ZodTypeDef,
|
|
5370
5370
|
unknown
|
|
5371
5371
|
> = z.object({});
|
|
5372
5372
|
|
|
5373
5373
|
/** @internal */
|
|
5374
|
-
export type
|
|
5374
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$Outbound =
|
|
5375
5375
|
{};
|
|
5376
5376
|
|
|
5377
5377
|
/** @internal */
|
|
5378
|
-
export const
|
|
5378
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$outboundSchema:
|
|
5379
5379
|
z.ZodType<
|
|
5380
|
-
|
|
5380
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$Outbound,
|
|
5381
5381
|
z.ZodTypeDef,
|
|
5382
|
-
|
|
5382
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534
|
|
5383
5383
|
> = z.object({});
|
|
5384
5384
|
|
|
5385
5385
|
/**
|
|
5386
5386
|
* @internal
|
|
5387
5387
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5388
5388
|
*/
|
|
5389
|
-
export namespace
|
|
5390
|
-
/** @deprecated use `
|
|
5389
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$ {
|
|
5390
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$inboundSchema` instead. */
|
|
5391
5391
|
export const inboundSchema =
|
|
5392
|
-
|
|
5393
|
-
/** @deprecated use `
|
|
5392
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$inboundSchema;
|
|
5393
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$outboundSchema` instead. */
|
|
5394
5394
|
export const outboundSchema =
|
|
5395
|
-
|
|
5396
|
-
/** @deprecated use `
|
|
5395
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$outboundSchema;
|
|
5396
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$Outbound` instead. */
|
|
5397
5397
|
export type Outbound =
|
|
5398
|
-
|
|
5398
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$Outbound;
|
|
5399
5399
|
}
|
|
5400
5400
|
|
|
5401
|
-
export function
|
|
5402
|
-
|
|
5403
|
-
|
|
5401
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534ToJSON(
|
|
5402
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534:
|
|
5403
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534,
|
|
5404
5404
|
): string {
|
|
5405
5405
|
return JSON.stringify(
|
|
5406
|
-
|
|
5406
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$outboundSchema
|
|
5407
5407
|
.parse(
|
|
5408
|
-
|
|
5408
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534,
|
|
5409
5409
|
),
|
|
5410
5410
|
);
|
|
5411
5411
|
}
|
|
5412
5412
|
|
|
5413
|
-
export function
|
|
5413
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534FromJSON(
|
|
5414
5414
|
jsonString: string,
|
|
5415
5415
|
): SafeParseResult<
|
|
5416
|
-
|
|
5416
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534,
|
|
5417
5417
|
SDKValidationError
|
|
5418
5418
|
> {
|
|
5419
5419
|
return safeParse(
|
|
5420
5420
|
jsonString,
|
|
5421
5421
|
(x) =>
|
|
5422
|
-
|
|
5422
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$inboundSchema
|
|
5423
5423
|
.parse(JSON.parse(x)),
|
|
5424
|
-
`Failed to parse '
|
|
5424
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534' from JSON`,
|
|
5425
5425
|
);
|
|
5426
5426
|
}
|
|
5427
5427
|
|
|
@@ -5432,20 +5432,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
|
|
|
5432
5432
|
z.ZodTypeDef,
|
|
5433
5433
|
unknown
|
|
5434
5434
|
> = z.object({
|
|
5435
|
-
"__@BRAND@
|
|
5436
|
-
|
|
5435
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
5436
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$inboundSchema
|
|
5437
5437
|
),
|
|
5438
5438
|
}).transform((v) => {
|
|
5439
5439
|
return remap$(v, {
|
|
5440
|
-
"__@BRAND@
|
|
5440
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
5441
5441
|
});
|
|
5442
5442
|
});
|
|
5443
5443
|
|
|
5444
5444
|
/** @internal */
|
|
5445
5445
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
5446
5446
|
{
|
|
5447
|
-
"__@BRAND@
|
|
5448
|
-
|
|
5447
|
+
"__@BRAND@550534":
|
|
5448
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$Outbound;
|
|
5449
5449
|
};
|
|
5450
5450
|
|
|
5451
5451
|
/** @internal */
|
|
@@ -5455,12 +5455,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
|
|
|
5455
5455
|
z.ZodTypeDef,
|
|
5456
5456
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
|
|
5457
5457
|
> = z.object({
|
|
5458
|
-
|
|
5459
|
-
|
|
5458
|
+
atBRANDAt550534: z.lazy(() =>
|
|
5459
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550534$outboundSchema
|
|
5460
5460
|
),
|
|
5461
5461
|
}).transform((v) => {
|
|
5462
5462
|
return remap$(v, {
|
|
5463
|
-
|
|
5463
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
5464
5464
|
});
|
|
5465
5465
|
});
|
|
5466
5466
|
|
|
@@ -5506,65 +5506,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
5506
5506
|
}
|
|
5507
5507
|
|
|
5508
5508
|
/** @internal */
|
|
5509
|
-
export const
|
|
5509
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$inboundSchema:
|
|
5510
5510
|
z.ZodType<
|
|
5511
|
-
|
|
5511
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534,
|
|
5512
5512
|
z.ZodTypeDef,
|
|
5513
5513
|
unknown
|
|
5514
5514
|
> = z.object({});
|
|
5515
5515
|
|
|
5516
5516
|
/** @internal */
|
|
5517
|
-
export type
|
|
5517
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$Outbound =
|
|
5518
5518
|
{};
|
|
5519
5519
|
|
|
5520
5520
|
/** @internal */
|
|
5521
|
-
export const
|
|
5521
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$outboundSchema:
|
|
5522
5522
|
z.ZodType<
|
|
5523
|
-
|
|
5523
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$Outbound,
|
|
5524
5524
|
z.ZodTypeDef,
|
|
5525
|
-
|
|
5525
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534
|
|
5526
5526
|
> = z.object({});
|
|
5527
5527
|
|
|
5528
5528
|
/**
|
|
5529
5529
|
* @internal
|
|
5530
5530
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5531
5531
|
*/
|
|
5532
|
-
export namespace
|
|
5533
|
-
/** @deprecated use `
|
|
5532
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$ {
|
|
5533
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$inboundSchema` instead. */
|
|
5534
5534
|
export const inboundSchema =
|
|
5535
|
-
|
|
5536
|
-
/** @deprecated use `
|
|
5535
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$inboundSchema;
|
|
5536
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$outboundSchema` instead. */
|
|
5537
5537
|
export const outboundSchema =
|
|
5538
|
-
|
|
5539
|
-
/** @deprecated use `
|
|
5538
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$outboundSchema;
|
|
5539
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$Outbound` instead. */
|
|
5540
5540
|
export type Outbound =
|
|
5541
|
-
|
|
5541
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$Outbound;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
|
-
export function
|
|
5545
|
-
|
|
5546
|
-
|
|
5544
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534ToJSON(
|
|
5545
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534:
|
|
5546
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534,
|
|
5547
5547
|
): string {
|
|
5548
5548
|
return JSON.stringify(
|
|
5549
|
-
|
|
5549
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$outboundSchema
|
|
5550
5550
|
.parse(
|
|
5551
|
-
|
|
5551
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534,
|
|
5552
5552
|
),
|
|
5553
5553
|
);
|
|
5554
5554
|
}
|
|
5555
5555
|
|
|
5556
|
-
export function
|
|
5556
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534FromJSON(
|
|
5557
5557
|
jsonString: string,
|
|
5558
5558
|
): SafeParseResult<
|
|
5559
|
-
|
|
5559
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534,
|
|
5560
5560
|
SDKValidationError
|
|
5561
5561
|
> {
|
|
5562
5562
|
return safeParse(
|
|
5563
5563
|
jsonString,
|
|
5564
5564
|
(x) =>
|
|
5565
|
-
|
|
5565
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$inboundSchema
|
|
5566
5566
|
.parse(JSON.parse(x)),
|
|
5567
|
-
`Failed to parse '
|
|
5567
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534' from JSON`,
|
|
5568
5568
|
);
|
|
5569
5569
|
}
|
|
5570
5570
|
|
|
@@ -5575,20 +5575,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
|
|
|
5575
5575
|
z.ZodTypeDef,
|
|
5576
5576
|
unknown
|
|
5577
5577
|
> = z.object({
|
|
5578
|
-
"__@BRAND@
|
|
5579
|
-
|
|
5578
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
5579
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$inboundSchema
|
|
5580
5580
|
),
|
|
5581
5581
|
}).transform((v) => {
|
|
5582
5582
|
return remap$(v, {
|
|
5583
|
-
"__@BRAND@
|
|
5583
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
5584
5584
|
});
|
|
5585
5585
|
});
|
|
5586
5586
|
|
|
5587
5587
|
/** @internal */
|
|
5588
5588
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
|
|
5589
5589
|
{
|
|
5590
|
-
"__@BRAND@
|
|
5591
|
-
|
|
5590
|
+
"__@BRAND@550534":
|
|
5591
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$Outbound;
|
|
5592
5592
|
};
|
|
5593
5593
|
|
|
5594
5594
|
/** @internal */
|
|
@@ -5598,12 +5598,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
|
|
|
5598
5598
|
z.ZodTypeDef,
|
|
5599
5599
|
GetConfigurationProductsPropertiesIntegrationsResponsePattern
|
|
5600
5600
|
> = z.object({
|
|
5601
|
-
|
|
5602
|
-
|
|
5601
|
+
atBRANDAt550534: z.lazy(() =>
|
|
5602
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550534$outboundSchema
|
|
5603
5603
|
),
|
|
5604
5604
|
}).transform((v) => {
|
|
5605
5605
|
return remap$(v, {
|
|
5606
|
-
|
|
5606
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
5607
5607
|
});
|
|
5608
5608
|
});
|
|
5609
5609
|
|
|
@@ -5755,65 +5755,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
|
|
|
5755
5755
|
}
|
|
5756
5756
|
|
|
5757
5757
|
/** @internal */
|
|
5758
|
-
export const
|
|
5758
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$inboundSchema:
|
|
5759
5759
|
z.ZodType<
|
|
5760
|
-
|
|
5760
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534,
|
|
5761
5761
|
z.ZodTypeDef,
|
|
5762
5762
|
unknown
|
|
5763
5763
|
> = z.object({});
|
|
5764
5764
|
|
|
5765
5765
|
/** @internal */
|
|
5766
|
-
export type
|
|
5766
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$Outbound =
|
|
5767
5767
|
{};
|
|
5768
5768
|
|
|
5769
5769
|
/** @internal */
|
|
5770
|
-
export const
|
|
5770
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$outboundSchema:
|
|
5771
5771
|
z.ZodType<
|
|
5772
|
-
|
|
5772
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$Outbound,
|
|
5773
5773
|
z.ZodTypeDef,
|
|
5774
|
-
|
|
5774
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534
|
|
5775
5775
|
> = z.object({});
|
|
5776
5776
|
|
|
5777
5777
|
/**
|
|
5778
5778
|
* @internal
|
|
5779
5779
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5780
5780
|
*/
|
|
5781
|
-
export namespace
|
|
5782
|
-
/** @deprecated use `
|
|
5781
|
+
export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$ {
|
|
5782
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$inboundSchema` instead. */
|
|
5783
5783
|
export const inboundSchema =
|
|
5784
|
-
|
|
5785
|
-
/** @deprecated use `
|
|
5784
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$inboundSchema;
|
|
5785
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$outboundSchema` instead. */
|
|
5786
5786
|
export const outboundSchema =
|
|
5787
|
-
|
|
5788
|
-
/** @deprecated use `
|
|
5787
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$outboundSchema;
|
|
5788
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$Outbound` instead. */
|
|
5789
5789
|
export type Outbound =
|
|
5790
|
-
|
|
5790
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$Outbound;
|
|
5791
5791
|
}
|
|
5792
5792
|
|
|
5793
|
-
export function
|
|
5794
|
-
|
|
5795
|
-
|
|
5793
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534ToJSON(
|
|
5794
|
+
getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534:
|
|
5795
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534,
|
|
5796
5796
|
): string {
|
|
5797
5797
|
return JSON.stringify(
|
|
5798
|
-
|
|
5798
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$outboundSchema
|
|
5799
5799
|
.parse(
|
|
5800
|
-
|
|
5800
|
+
getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534,
|
|
5801
5801
|
),
|
|
5802
5802
|
);
|
|
5803
5803
|
}
|
|
5804
5804
|
|
|
5805
|
-
export function
|
|
5805
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534FromJSON(
|
|
5806
5806
|
jsonString: string,
|
|
5807
5807
|
): SafeParseResult<
|
|
5808
|
-
|
|
5808
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534,
|
|
5809
5809
|
SDKValidationError
|
|
5810
5810
|
> {
|
|
5811
5811
|
return safeParse(
|
|
5812
5812
|
jsonString,
|
|
5813
5813
|
(x) =>
|
|
5814
|
-
|
|
5814
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$inboundSchema
|
|
5815
5815
|
.parse(JSON.parse(x)),
|
|
5816
|
-
`Failed to parse '
|
|
5816
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534' from JSON`,
|
|
5817
5817
|
);
|
|
5818
5818
|
}
|
|
5819
5819
|
|
|
@@ -5823,19 +5823,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
|
|
|
5823
5823
|
z.ZodTypeDef,
|
|
5824
5824
|
unknown
|
|
5825
5825
|
> = z.object({
|
|
5826
|
-
"__@BRAND@
|
|
5827
|
-
|
|
5826
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
5827
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$inboundSchema
|
|
5828
5828
|
),
|
|
5829
5829
|
}).transform((v) => {
|
|
5830
5830
|
return remap$(v, {
|
|
5831
|
-
"__@BRAND@
|
|
5831
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
5832
5832
|
});
|
|
5833
5833
|
});
|
|
5834
5834
|
|
|
5835
5835
|
/** @internal */
|
|
5836
5836
|
export type GetConfigurationProductsUiOptionsValue$Outbound = {
|
|
5837
|
-
"__@BRAND@
|
|
5838
|
-
|
|
5837
|
+
"__@BRAND@550534":
|
|
5838
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$Outbound;
|
|
5839
5839
|
};
|
|
5840
5840
|
|
|
5841
5841
|
/** @internal */
|
|
@@ -5844,12 +5844,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
|
|
|
5844
5844
|
z.ZodTypeDef,
|
|
5845
5845
|
GetConfigurationProductsUiOptionsValue
|
|
5846
5846
|
> = z.object({
|
|
5847
|
-
|
|
5848
|
-
|
|
5847
|
+
atBRANDAt550534: z.lazy(() =>
|
|
5848
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550534$outboundSchema
|
|
5849
5849
|
),
|
|
5850
5850
|
}).transform((v) => {
|
|
5851
5851
|
return remap$(v, {
|
|
5852
|
-
|
|
5852
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
5853
5853
|
});
|
|
5854
5854
|
});
|
|
5855
5855
|
|
|
@@ -6331,64 +6331,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
|
|
|
6331
6331
|
}
|
|
6332
6332
|
|
|
6333
6333
|
/** @internal */
|
|
6334
|
-
export const
|
|
6334
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt550534$inboundSchema:
|
|
6335
6335
|
z.ZodType<
|
|
6336
|
-
|
|
6336
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534,
|
|
6337
6337
|
z.ZodTypeDef,
|
|
6338
6338
|
unknown
|
|
6339
6339
|
> = z.object({});
|
|
6340
6340
|
|
|
6341
6341
|
/** @internal */
|
|
6342
|
-
export type
|
|
6342
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt550534$Outbound = {};
|
|
6343
6343
|
|
|
6344
6344
|
/** @internal */
|
|
6345
|
-
export const
|
|
6345
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt550534$outboundSchema:
|
|
6346
6346
|
z.ZodType<
|
|
6347
|
-
|
|
6347
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$Outbound,
|
|
6348
6348
|
z.ZodTypeDef,
|
|
6349
|
-
|
|
6349
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534
|
|
6350
6350
|
> = z.object({});
|
|
6351
6351
|
|
|
6352
6352
|
/**
|
|
6353
6353
|
* @internal
|
|
6354
6354
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6355
6355
|
*/
|
|
6356
|
-
export namespace
|
|
6357
|
-
/** @deprecated use `
|
|
6356
|
+
export namespace GetConfigurationProductsUiOptionsAtBRANDAt550534$ {
|
|
6357
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt550534$inboundSchema` instead. */
|
|
6358
6358
|
export const inboundSchema =
|
|
6359
|
-
|
|
6360
|
-
/** @deprecated use `
|
|
6359
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$inboundSchema;
|
|
6360
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt550534$outboundSchema` instead. */
|
|
6361
6361
|
export const outboundSchema =
|
|
6362
|
-
|
|
6363
|
-
/** @deprecated use `
|
|
6362
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$outboundSchema;
|
|
6363
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt550534$Outbound` instead. */
|
|
6364
6364
|
export type Outbound =
|
|
6365
|
-
|
|
6365
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$Outbound;
|
|
6366
6366
|
}
|
|
6367
6367
|
|
|
6368
|
-
export function
|
|
6369
|
-
|
|
6370
|
-
|
|
6368
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt550534ToJSON(
|
|
6369
|
+
getConfigurationProductsUiOptionsAtBRANDAt550534:
|
|
6370
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534,
|
|
6371
6371
|
): string {
|
|
6372
6372
|
return JSON.stringify(
|
|
6373
|
-
|
|
6374
|
-
|
|
6373
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$outboundSchema.parse(
|
|
6374
|
+
getConfigurationProductsUiOptionsAtBRANDAt550534,
|
|
6375
6375
|
),
|
|
6376
6376
|
);
|
|
6377
6377
|
}
|
|
6378
6378
|
|
|
6379
|
-
export function
|
|
6379
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt550534FromJSON(
|
|
6380
6380
|
jsonString: string,
|
|
6381
6381
|
): SafeParseResult<
|
|
6382
|
-
|
|
6382
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534,
|
|
6383
6383
|
SDKValidationError
|
|
6384
6384
|
> {
|
|
6385
6385
|
return safeParse(
|
|
6386
6386
|
jsonString,
|
|
6387
6387
|
(x) =>
|
|
6388
|
-
|
|
6388
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$inboundSchema.parse(
|
|
6389
6389
|
JSON.parse(x),
|
|
6390
6390
|
),
|
|
6391
|
-
`Failed to parse '
|
|
6391
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt550534' from JSON`,
|
|
6392
6392
|
);
|
|
6393
6393
|
}
|
|
6394
6394
|
|
|
@@ -6398,18 +6398,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
|
|
|
6398
6398
|
z.ZodTypeDef,
|
|
6399
6399
|
unknown
|
|
6400
6400
|
> = z.object({
|
|
6401
|
-
"__@BRAND@
|
|
6402
|
-
|
|
6401
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
6402
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$inboundSchema
|
|
6403
6403
|
),
|
|
6404
6404
|
}).transform((v) => {
|
|
6405
6405
|
return remap$(v, {
|
|
6406
|
-
"__@BRAND@
|
|
6406
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
6407
6407
|
});
|
|
6408
6408
|
});
|
|
6409
6409
|
|
|
6410
6410
|
/** @internal */
|
|
6411
6411
|
export type GetConfigurationProductsUiOptions2$Outbound = {
|
|
6412
|
-
"__@BRAND@
|
|
6412
|
+
"__@BRAND@550534": GetConfigurationProductsUiOptionsAtBRANDAt550534$Outbound;
|
|
6413
6413
|
};
|
|
6414
6414
|
|
|
6415
6415
|
/** @internal */
|
|
@@ -6418,12 +6418,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
|
|
|
6418
6418
|
z.ZodTypeDef,
|
|
6419
6419
|
GetConfigurationProductsUiOptions2
|
|
6420
6420
|
> = z.object({
|
|
6421
|
-
|
|
6422
|
-
|
|
6421
|
+
atBRANDAt550534: z.lazy(() =>
|
|
6422
|
+
GetConfigurationProductsUiOptionsAtBRANDAt550534$outboundSchema
|
|
6423
6423
|
),
|
|
6424
6424
|
}).transform((v) => {
|
|
6425
6425
|
return remap$(v, {
|
|
6426
|
-
|
|
6426
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
6427
6427
|
});
|
|
6428
6428
|
});
|
|
6429
6429
|
|
|
@@ -7705,84 +7705,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
7705
7705
|
}
|
|
7706
7706
|
|
|
7707
7707
|
/** @internal */
|
|
7708
|
-
export const
|
|
7708
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$inboundSchema:
|
|
7709
7709
|
z.ZodType<
|
|
7710
|
-
|
|
7710
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534,
|
|
7711
7711
|
z.ZodTypeDef,
|
|
7712
7712
|
unknown
|
|
7713
7713
|
> = z.object({});
|
|
7714
7714
|
|
|
7715
7715
|
/** @internal */
|
|
7716
|
-
export type
|
|
7716
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$Outbound =
|
|
7717
7717
|
{};
|
|
7718
7718
|
|
|
7719
7719
|
/** @internal */
|
|
7720
|
-
export const
|
|
7720
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$outboundSchema:
|
|
7721
7721
|
z.ZodType<
|
|
7722
|
-
|
|
7722
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$Outbound,
|
|
7723
7723
|
z.ZodTypeDef,
|
|
7724
|
-
|
|
7724
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534
|
|
7725
7725
|
> = z.object({});
|
|
7726
7726
|
|
|
7727
7727
|
/**
|
|
7728
7728
|
* @internal
|
|
7729
7729
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7730
7730
|
*/
|
|
7731
|
-
export namespace
|
|
7732
|
-
/** @deprecated use `
|
|
7731
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$ {
|
|
7732
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$inboundSchema` instead. */
|
|
7733
7733
|
export const inboundSchema =
|
|
7734
|
-
|
|
7735
|
-
/** @deprecated use `
|
|
7734
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$inboundSchema;
|
|
7735
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$outboundSchema` instead. */
|
|
7736
7736
|
export const outboundSchema =
|
|
7737
|
-
|
|
7738
|
-
/** @deprecated use `
|
|
7737
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$outboundSchema;
|
|
7738
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$Outbound` instead. */
|
|
7739
7739
|
export type Outbound =
|
|
7740
|
-
|
|
7740
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$Outbound;
|
|
7741
7741
|
}
|
|
7742
7742
|
|
|
7743
|
-
export function
|
|
7744
|
-
|
|
7745
|
-
|
|
7743
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534ToJSON(
|
|
7744
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534:
|
|
7745
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534,
|
|
7746
7746
|
): string {
|
|
7747
7747
|
return JSON.stringify(
|
|
7748
|
-
|
|
7748
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$outboundSchema
|
|
7749
7749
|
.parse(
|
|
7750
|
-
|
|
7750
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534,
|
|
7751
7751
|
),
|
|
7752
7752
|
);
|
|
7753
7753
|
}
|
|
7754
7754
|
|
|
7755
|
-
export function
|
|
7755
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534FromJSON(
|
|
7756
7756
|
jsonString: string,
|
|
7757
7757
|
): SafeParseResult<
|
|
7758
|
-
|
|
7758
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534,
|
|
7759
7759
|
SDKValidationError
|
|
7760
7760
|
> {
|
|
7761
7761
|
return safeParse(
|
|
7762
7762
|
jsonString,
|
|
7763
7763
|
(x) =>
|
|
7764
|
-
|
|
7764
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$inboundSchema
|
|
7765
7765
|
.parse(JSON.parse(x)),
|
|
7766
|
-
`Failed to parse '
|
|
7766
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534' from JSON`,
|
|
7767
7767
|
);
|
|
7768
7768
|
}
|
|
7769
7769
|
|
|
7770
7770
|
/** @internal */
|
|
7771
7771
|
export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
|
|
7772
7772
|
z.object({
|
|
7773
|
-
"__@BRAND@
|
|
7774
|
-
|
|
7773
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
7774
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$inboundSchema
|
|
7775
7775
|
),
|
|
7776
7776
|
}).transform((v) => {
|
|
7777
7777
|
return remap$(v, {
|
|
7778
|
-
"__@BRAND@
|
|
7778
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
7779
7779
|
});
|
|
7780
7780
|
});
|
|
7781
7781
|
|
|
7782
7782
|
/** @internal */
|
|
7783
7783
|
export type Default$Outbound = {
|
|
7784
|
-
"__@BRAND@
|
|
7785
|
-
|
|
7784
|
+
"__@BRAND@550534":
|
|
7785
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$Outbound;
|
|
7786
7786
|
};
|
|
7787
7787
|
|
|
7788
7788
|
/** @internal */
|
|
@@ -7791,12 +7791,12 @@ export const Default$outboundSchema: z.ZodType<
|
|
|
7791
7791
|
z.ZodTypeDef,
|
|
7792
7792
|
Default
|
|
7793
7793
|
> = z.object({
|
|
7794
|
-
|
|
7795
|
-
|
|
7794
|
+
atBRANDAt550534: z.lazy(() =>
|
|
7795
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550534$outboundSchema
|
|
7796
7796
|
),
|
|
7797
7797
|
}).transform((v) => {
|
|
7798
7798
|
return remap$(v, {
|
|
7799
|
-
|
|
7799
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
7800
7800
|
});
|
|
7801
7801
|
});
|
|
7802
7802
|
|
|
@@ -7828,84 +7828,84 @@ export function defaultFromJSON(
|
|
|
7828
7828
|
}
|
|
7829
7829
|
|
|
7830
7830
|
/** @internal */
|
|
7831
|
-
export const
|
|
7831
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$inboundSchema:
|
|
7832
7832
|
z.ZodType<
|
|
7833
|
-
|
|
7833
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534,
|
|
7834
7834
|
z.ZodTypeDef,
|
|
7835
7835
|
unknown
|
|
7836
7836
|
> = z.object({});
|
|
7837
7837
|
|
|
7838
7838
|
/** @internal */
|
|
7839
|
-
export type
|
|
7839
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$Outbound =
|
|
7840
7840
|
{};
|
|
7841
7841
|
|
|
7842
7842
|
/** @internal */
|
|
7843
|
-
export const
|
|
7843
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$outboundSchema:
|
|
7844
7844
|
z.ZodType<
|
|
7845
|
-
|
|
7845
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$Outbound,
|
|
7846
7846
|
z.ZodTypeDef,
|
|
7847
|
-
|
|
7847
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534
|
|
7848
7848
|
> = z.object({});
|
|
7849
7849
|
|
|
7850
7850
|
/**
|
|
7851
7851
|
* @internal
|
|
7852
7852
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7853
7853
|
*/
|
|
7854
|
-
export namespace
|
|
7855
|
-
/** @deprecated use `
|
|
7854
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$ {
|
|
7855
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$inboundSchema` instead. */
|
|
7856
7856
|
export const inboundSchema =
|
|
7857
|
-
|
|
7858
|
-
/** @deprecated use `
|
|
7857
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$inboundSchema;
|
|
7858
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$outboundSchema` instead. */
|
|
7859
7859
|
export const outboundSchema =
|
|
7860
|
-
|
|
7861
|
-
/** @deprecated use `
|
|
7860
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$outboundSchema;
|
|
7861
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$Outbound` instead. */
|
|
7862
7862
|
export type Outbound =
|
|
7863
|
-
|
|
7863
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$Outbound;
|
|
7864
7864
|
}
|
|
7865
7865
|
|
|
7866
|
-
export function
|
|
7867
|
-
|
|
7868
|
-
|
|
7866
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534ToJSON(
|
|
7867
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534:
|
|
7868
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534,
|
|
7869
7869
|
): string {
|
|
7870
7870
|
return JSON.stringify(
|
|
7871
|
-
|
|
7871
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$outboundSchema
|
|
7872
7872
|
.parse(
|
|
7873
|
-
|
|
7873
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534,
|
|
7874
7874
|
),
|
|
7875
7875
|
);
|
|
7876
7876
|
}
|
|
7877
7877
|
|
|
7878
|
-
export function
|
|
7878
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534FromJSON(
|
|
7879
7879
|
jsonString: string,
|
|
7880
7880
|
): SafeParseResult<
|
|
7881
|
-
|
|
7881
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534,
|
|
7882
7882
|
SDKValidationError
|
|
7883
7883
|
> {
|
|
7884
7884
|
return safeParse(
|
|
7885
7885
|
jsonString,
|
|
7886
7886
|
(x) =>
|
|
7887
|
-
|
|
7887
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$inboundSchema
|
|
7888
7888
|
.parse(JSON.parse(x)),
|
|
7889
|
-
`Failed to parse '
|
|
7889
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534' from JSON`,
|
|
7890
7890
|
);
|
|
7891
7891
|
}
|
|
7892
7892
|
|
|
7893
7893
|
/** @internal */
|
|
7894
7894
|
export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
|
|
7895
7895
|
z.object({
|
|
7896
|
-
"__@BRAND@
|
|
7897
|
-
|
|
7896
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
7897
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$inboundSchema
|
|
7898
7898
|
),
|
|
7899
7899
|
}).transform((v) => {
|
|
7900
7900
|
return remap$(v, {
|
|
7901
|
-
"__@BRAND@
|
|
7901
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
7902
7902
|
});
|
|
7903
7903
|
});
|
|
7904
7904
|
|
|
7905
7905
|
/** @internal */
|
|
7906
7906
|
export type Example$Outbound = {
|
|
7907
|
-
"__@BRAND@
|
|
7908
|
-
|
|
7907
|
+
"__@BRAND@550534":
|
|
7908
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$Outbound;
|
|
7909
7909
|
};
|
|
7910
7910
|
|
|
7911
7911
|
/** @internal */
|
|
@@ -7914,12 +7914,12 @@ export const Example$outboundSchema: z.ZodType<
|
|
|
7914
7914
|
z.ZodTypeDef,
|
|
7915
7915
|
Example
|
|
7916
7916
|
> = z.object({
|
|
7917
|
-
|
|
7918
|
-
|
|
7917
|
+
atBRANDAt550534: z.lazy(() =>
|
|
7918
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550534$outboundSchema
|
|
7919
7919
|
),
|
|
7920
7920
|
}).transform((v) => {
|
|
7921
7921
|
return remap$(v, {
|
|
7922
|
-
|
|
7922
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
7923
7923
|
});
|
|
7924
7924
|
});
|
|
7925
7925
|
|
|
@@ -8217,63 +8217,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
8217
8217
|
}
|
|
8218
8218
|
|
|
8219
8219
|
/** @internal */
|
|
8220
|
-
export const
|
|
8220
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$inboundSchema:
|
|
8221
8221
|
z.ZodType<
|
|
8222
|
-
|
|
8222
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534,
|
|
8223
8223
|
z.ZodTypeDef,
|
|
8224
8224
|
unknown
|
|
8225
8225
|
> = z.object({});
|
|
8226
8226
|
|
|
8227
8227
|
/** @internal */
|
|
8228
|
-
export type
|
|
8228
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$Outbound =
|
|
8229
8229
|
{};
|
|
8230
8230
|
|
|
8231
8231
|
/** @internal */
|
|
8232
|
-
export const
|
|
8232
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$outboundSchema:
|
|
8233
8233
|
z.ZodType<
|
|
8234
|
-
|
|
8234
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$Outbound,
|
|
8235
8235
|
z.ZodTypeDef,
|
|
8236
|
-
|
|
8236
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534
|
|
8237
8237
|
> = z.object({});
|
|
8238
8238
|
|
|
8239
8239
|
/**
|
|
8240
8240
|
* @internal
|
|
8241
8241
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8242
8242
|
*/
|
|
8243
|
-
export namespace
|
|
8244
|
-
/** @deprecated use `
|
|
8243
|
+
export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$ {
|
|
8244
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$inboundSchema` instead. */
|
|
8245
8245
|
export const inboundSchema =
|
|
8246
|
-
|
|
8247
|
-
/** @deprecated use `
|
|
8246
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$inboundSchema;
|
|
8247
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$outboundSchema` instead. */
|
|
8248
8248
|
export const outboundSchema =
|
|
8249
|
-
|
|
8250
|
-
/** @deprecated use `
|
|
8249
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$outboundSchema;
|
|
8250
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$Outbound` instead. */
|
|
8251
8251
|
export type Outbound =
|
|
8252
|
-
|
|
8252
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$Outbound;
|
|
8253
8253
|
}
|
|
8254
8254
|
|
|
8255
|
-
export function
|
|
8256
|
-
|
|
8257
|
-
|
|
8255
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534ToJSON(
|
|
8256
|
+
getConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534:
|
|
8257
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534,
|
|
8258
8258
|
): string {
|
|
8259
8259
|
return JSON.stringify(
|
|
8260
|
-
|
|
8261
|
-
.parse(
|
|
8260
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$outboundSchema
|
|
8261
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534),
|
|
8262
8262
|
);
|
|
8263
8263
|
}
|
|
8264
8264
|
|
|
8265
|
-
export function
|
|
8265
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534FromJSON(
|
|
8266
8266
|
jsonString: string,
|
|
8267
8267
|
): SafeParseResult<
|
|
8268
|
-
|
|
8268
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534,
|
|
8269
8269
|
SDKValidationError
|
|
8270
8270
|
> {
|
|
8271
8271
|
return safeParse(
|
|
8272
8272
|
jsonString,
|
|
8273
8273
|
(x) =>
|
|
8274
|
-
|
|
8274
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$inboundSchema
|
|
8275
8275
|
.parse(JSON.parse(x)),
|
|
8276
|
-
`Failed to parse '
|
|
8276
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534' from JSON`,
|
|
8277
8277
|
);
|
|
8278
8278
|
}
|
|
8279
8279
|
|
|
@@ -8283,19 +8283,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
|
|
|
8283
8283
|
z.ZodTypeDef,
|
|
8284
8284
|
unknown
|
|
8285
8285
|
> = z.object({
|
|
8286
|
-
"__@BRAND@
|
|
8287
|
-
|
|
8286
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
8287
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$inboundSchema
|
|
8288
8288
|
),
|
|
8289
8289
|
}).transform((v) => {
|
|
8290
8290
|
return remap$(v, {
|
|
8291
|
-
"__@BRAND@
|
|
8291
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
8292
8292
|
});
|
|
8293
8293
|
});
|
|
8294
8294
|
|
|
8295
8295
|
/** @internal */
|
|
8296
8296
|
export type UiOptionsValue$Outbound = {
|
|
8297
|
-
"__@BRAND@
|
|
8298
|
-
|
|
8297
|
+
"__@BRAND@550534":
|
|
8298
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$Outbound;
|
|
8299
8299
|
};
|
|
8300
8300
|
|
|
8301
8301
|
/** @internal */
|
|
@@ -8304,12 +8304,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
|
|
|
8304
8304
|
z.ZodTypeDef,
|
|
8305
8305
|
UiOptionsValue
|
|
8306
8306
|
> = z.object({
|
|
8307
|
-
|
|
8308
|
-
|
|
8307
|
+
atBRANDAt550534: z.lazy(() =>
|
|
8308
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550534$outboundSchema
|
|
8309
8309
|
),
|
|
8310
8310
|
}).transform((v) => {
|
|
8311
8311
|
return remap$(v, {
|
|
8312
|
-
|
|
8312
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
8313
8313
|
});
|
|
8314
8314
|
});
|
|
8315
8315
|
|
|
@@ -8772,50 +8772,50 @@ export function uiOptions3FromJSON(
|
|
|
8772
8772
|
}
|
|
8773
8773
|
|
|
8774
8774
|
/** @internal */
|
|
8775
|
-
export const
|
|
8776
|
-
|
|
8775
|
+
export const UiOptionsAtBRANDAt550534$inboundSchema: z.ZodType<
|
|
8776
|
+
UiOptionsAtBRANDAt550534,
|
|
8777
8777
|
z.ZodTypeDef,
|
|
8778
8778
|
unknown
|
|
8779
8779
|
> = z.object({});
|
|
8780
8780
|
|
|
8781
8781
|
/** @internal */
|
|
8782
|
-
export type
|
|
8782
|
+
export type UiOptionsAtBRANDAt550534$Outbound = {};
|
|
8783
8783
|
|
|
8784
8784
|
/** @internal */
|
|
8785
|
-
export const
|
|
8786
|
-
|
|
8785
|
+
export const UiOptionsAtBRANDAt550534$outboundSchema: z.ZodType<
|
|
8786
|
+
UiOptionsAtBRANDAt550534$Outbound,
|
|
8787
8787
|
z.ZodTypeDef,
|
|
8788
|
-
|
|
8788
|
+
UiOptionsAtBRANDAt550534
|
|
8789
8789
|
> = z.object({});
|
|
8790
8790
|
|
|
8791
8791
|
/**
|
|
8792
8792
|
* @internal
|
|
8793
8793
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8794
8794
|
*/
|
|
8795
|
-
export namespace
|
|
8796
|
-
/** @deprecated use `
|
|
8797
|
-
export const inboundSchema =
|
|
8798
|
-
/** @deprecated use `
|
|
8799
|
-
export const outboundSchema =
|
|
8800
|
-
/** @deprecated use `
|
|
8801
|
-
export type Outbound =
|
|
8795
|
+
export namespace UiOptionsAtBRANDAt550534$ {
|
|
8796
|
+
/** @deprecated use `UiOptionsAtBRANDAt550534$inboundSchema` instead. */
|
|
8797
|
+
export const inboundSchema = UiOptionsAtBRANDAt550534$inboundSchema;
|
|
8798
|
+
/** @deprecated use `UiOptionsAtBRANDAt550534$outboundSchema` instead. */
|
|
8799
|
+
export const outboundSchema = UiOptionsAtBRANDAt550534$outboundSchema;
|
|
8800
|
+
/** @deprecated use `UiOptionsAtBRANDAt550534$Outbound` instead. */
|
|
8801
|
+
export type Outbound = UiOptionsAtBRANDAt550534$Outbound;
|
|
8802
8802
|
}
|
|
8803
8803
|
|
|
8804
|
-
export function
|
|
8805
|
-
|
|
8804
|
+
export function uiOptionsAtBRANDAt550534ToJSON(
|
|
8805
|
+
uiOptionsAtBRANDAt550534: UiOptionsAtBRANDAt550534,
|
|
8806
8806
|
): string {
|
|
8807
8807
|
return JSON.stringify(
|
|
8808
|
-
|
|
8808
|
+
UiOptionsAtBRANDAt550534$outboundSchema.parse(uiOptionsAtBRANDAt550534),
|
|
8809
8809
|
);
|
|
8810
8810
|
}
|
|
8811
8811
|
|
|
8812
|
-
export function
|
|
8812
|
+
export function uiOptionsAtBRANDAt550534FromJSON(
|
|
8813
8813
|
jsonString: string,
|
|
8814
|
-
): SafeParseResult<
|
|
8814
|
+
): SafeParseResult<UiOptionsAtBRANDAt550534, SDKValidationError> {
|
|
8815
8815
|
return safeParse(
|
|
8816
8816
|
jsonString,
|
|
8817
|
-
(x) =>
|
|
8818
|
-
`Failed to parse '
|
|
8817
|
+
(x) => UiOptionsAtBRANDAt550534$inboundSchema.parse(JSON.parse(x)),
|
|
8818
|
+
`Failed to parse 'UiOptionsAtBRANDAt550534' from JSON`,
|
|
8819
8819
|
);
|
|
8820
8820
|
}
|
|
8821
8821
|
|
|
@@ -8825,16 +8825,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
|
|
|
8825
8825
|
z.ZodTypeDef,
|
|
8826
8826
|
unknown
|
|
8827
8827
|
> = z.object({
|
|
8828
|
-
"__@BRAND@
|
|
8828
|
+
"__@BRAND@550534": z.lazy(() => UiOptionsAtBRANDAt550534$inboundSchema),
|
|
8829
8829
|
}).transform((v) => {
|
|
8830
8830
|
return remap$(v, {
|
|
8831
|
-
"__@BRAND@
|
|
8831
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
8832
8832
|
});
|
|
8833
8833
|
});
|
|
8834
8834
|
|
|
8835
8835
|
/** @internal */
|
|
8836
8836
|
export type UiOptions2$Outbound = {
|
|
8837
|
-
"__@BRAND@
|
|
8837
|
+
"__@BRAND@550534": UiOptionsAtBRANDAt550534$Outbound;
|
|
8838
8838
|
};
|
|
8839
8839
|
|
|
8840
8840
|
/** @internal */
|
|
@@ -8843,10 +8843,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
|
|
|
8843
8843
|
z.ZodTypeDef,
|
|
8844
8844
|
UiOptions2
|
|
8845
8845
|
> = z.object({
|
|
8846
|
-
|
|
8846
|
+
atBRANDAt550534: z.lazy(() => UiOptionsAtBRANDAt550534$outboundSchema),
|
|
8847
8847
|
}).transform((v) => {
|
|
8848
8848
|
return remap$(v, {
|
|
8849
|
-
|
|
8849
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
8850
8850
|
});
|
|
8851
8851
|
});
|
|
8852
8852
|
|
|
@@ -9359,65 +9359,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
|
|
|
9359
9359
|
}
|
|
9360
9360
|
|
|
9361
9361
|
/** @internal */
|
|
9362
|
-
export const
|
|
9362
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$inboundSchema:
|
|
9363
9363
|
z.ZodType<
|
|
9364
|
-
|
|
9364
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534,
|
|
9365
9365
|
z.ZodTypeDef,
|
|
9366
9366
|
unknown
|
|
9367
9367
|
> = z.object({});
|
|
9368
9368
|
|
|
9369
9369
|
/** @internal */
|
|
9370
|
-
export type
|
|
9370
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$Outbound =
|
|
9371
9371
|
{};
|
|
9372
9372
|
|
|
9373
9373
|
/** @internal */
|
|
9374
|
-
export const
|
|
9374
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$outboundSchema:
|
|
9375
9375
|
z.ZodType<
|
|
9376
|
-
|
|
9376
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$Outbound,
|
|
9377
9377
|
z.ZodTypeDef,
|
|
9378
|
-
|
|
9378
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534
|
|
9379
9379
|
> = z.object({});
|
|
9380
9380
|
|
|
9381
9381
|
/**
|
|
9382
9382
|
* @internal
|
|
9383
9383
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9384
9384
|
*/
|
|
9385
|
-
export namespace
|
|
9386
|
-
/** @deprecated use `
|
|
9385
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$ {
|
|
9386
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$inboundSchema` instead. */
|
|
9387
9387
|
export const inboundSchema =
|
|
9388
|
-
|
|
9389
|
-
/** @deprecated use `
|
|
9388
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$inboundSchema;
|
|
9389
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$outboundSchema` instead. */
|
|
9390
9390
|
export const outboundSchema =
|
|
9391
|
-
|
|
9392
|
-
/** @deprecated use `
|
|
9391
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$outboundSchema;
|
|
9392
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$Outbound` instead. */
|
|
9393
9393
|
export type Outbound =
|
|
9394
|
-
|
|
9394
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$Outbound;
|
|
9395
9395
|
}
|
|
9396
9396
|
|
|
9397
|
-
export function
|
|
9398
|
-
|
|
9399
|
-
|
|
9397
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534ToJSON(
|
|
9398
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534:
|
|
9399
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534,
|
|
9400
9400
|
): string {
|
|
9401
9401
|
return JSON.stringify(
|
|
9402
|
-
|
|
9402
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$outboundSchema
|
|
9403
9403
|
.parse(
|
|
9404
|
-
|
|
9404
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534,
|
|
9405
9405
|
),
|
|
9406
9406
|
);
|
|
9407
9407
|
}
|
|
9408
9408
|
|
|
9409
|
-
export function
|
|
9409
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534FromJSON(
|
|
9410
9410
|
jsonString: string,
|
|
9411
9411
|
): SafeParseResult<
|
|
9412
|
-
|
|
9412
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534,
|
|
9413
9413
|
SDKValidationError
|
|
9414
9414
|
> {
|
|
9415
9415
|
return safeParse(
|
|
9416
9416
|
jsonString,
|
|
9417
9417
|
(x) =>
|
|
9418
|
-
|
|
9418
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$inboundSchema
|
|
9419
9419
|
.parse(JSON.parse(x)),
|
|
9420
|
-
`Failed to parse '
|
|
9420
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534' from JSON`,
|
|
9421
9421
|
);
|
|
9422
9422
|
}
|
|
9423
9423
|
|
|
@@ -9428,19 +9428,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
|
|
|
9428
9428
|
z.ZodTypeDef,
|
|
9429
9429
|
unknown
|
|
9430
9430
|
> = z.object({
|
|
9431
|
-
"__@BRAND@
|
|
9432
|
-
|
|
9431
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
9432
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$inboundSchema
|
|
9433
9433
|
),
|
|
9434
9434
|
}).transform((v) => {
|
|
9435
9435
|
return remap$(v, {
|
|
9436
|
-
"__@BRAND@
|
|
9436
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
9437
9437
|
});
|
|
9438
9438
|
});
|
|
9439
9439
|
|
|
9440
9440
|
/** @internal */
|
|
9441
9441
|
export type GetConfigurationProductsPropertiesMinLength$Outbound = {
|
|
9442
|
-
"__@BRAND@
|
|
9443
|
-
|
|
9442
|
+
"__@BRAND@550534":
|
|
9443
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$Outbound;
|
|
9444
9444
|
};
|
|
9445
9445
|
|
|
9446
9446
|
/** @internal */
|
|
@@ -9450,12 +9450,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
|
|
|
9450
9450
|
z.ZodTypeDef,
|
|
9451
9451
|
GetConfigurationProductsPropertiesMinLength
|
|
9452
9452
|
> = z.object({
|
|
9453
|
-
|
|
9454
|
-
|
|
9453
|
+
atBRANDAt550534: z.lazy(() =>
|
|
9454
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550534$outboundSchema
|
|
9455
9455
|
),
|
|
9456
9456
|
}).transform((v) => {
|
|
9457
9457
|
return remap$(v, {
|
|
9458
|
-
|
|
9458
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
9459
9459
|
});
|
|
9460
9460
|
});
|
|
9461
9461
|
|
|
@@ -9502,65 +9502,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
|
|
|
9502
9502
|
}
|
|
9503
9503
|
|
|
9504
9504
|
/** @internal */
|
|
9505
|
-
export const
|
|
9505
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$inboundSchema:
|
|
9506
9506
|
z.ZodType<
|
|
9507
|
-
|
|
9507
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534,
|
|
9508
9508
|
z.ZodTypeDef,
|
|
9509
9509
|
unknown
|
|
9510
9510
|
> = z.object({});
|
|
9511
9511
|
|
|
9512
9512
|
/** @internal */
|
|
9513
|
-
export type
|
|
9513
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$Outbound =
|
|
9514
9514
|
{};
|
|
9515
9515
|
|
|
9516
9516
|
/** @internal */
|
|
9517
|
-
export const
|
|
9517
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$outboundSchema:
|
|
9518
9518
|
z.ZodType<
|
|
9519
|
-
|
|
9519
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$Outbound,
|
|
9520
9520
|
z.ZodTypeDef,
|
|
9521
|
-
|
|
9521
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534
|
|
9522
9522
|
> = z.object({});
|
|
9523
9523
|
|
|
9524
9524
|
/**
|
|
9525
9525
|
* @internal
|
|
9526
9526
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9527
9527
|
*/
|
|
9528
|
-
export namespace
|
|
9529
|
-
/** @deprecated use `
|
|
9528
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$ {
|
|
9529
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$inboundSchema` instead. */
|
|
9530
9530
|
export const inboundSchema =
|
|
9531
|
-
|
|
9532
|
-
/** @deprecated use `
|
|
9531
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$inboundSchema;
|
|
9532
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$outboundSchema` instead. */
|
|
9533
9533
|
export const outboundSchema =
|
|
9534
|
-
|
|
9535
|
-
/** @deprecated use `
|
|
9534
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$outboundSchema;
|
|
9535
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$Outbound` instead. */
|
|
9536
9536
|
export type Outbound =
|
|
9537
|
-
|
|
9537
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$Outbound;
|
|
9538
9538
|
}
|
|
9539
9539
|
|
|
9540
|
-
export function
|
|
9541
|
-
|
|
9542
|
-
|
|
9540
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534ToJSON(
|
|
9541
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534:
|
|
9542
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534,
|
|
9543
9543
|
): string {
|
|
9544
9544
|
return JSON.stringify(
|
|
9545
|
-
|
|
9545
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$outboundSchema
|
|
9546
9546
|
.parse(
|
|
9547
|
-
|
|
9547
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534,
|
|
9548
9548
|
),
|
|
9549
9549
|
);
|
|
9550
9550
|
}
|
|
9551
9551
|
|
|
9552
|
-
export function
|
|
9552
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534FromJSON(
|
|
9553
9553
|
jsonString: string,
|
|
9554
9554
|
): SafeParseResult<
|
|
9555
|
-
|
|
9555
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534,
|
|
9556
9556
|
SDKValidationError
|
|
9557
9557
|
> {
|
|
9558
9558
|
return safeParse(
|
|
9559
9559
|
jsonString,
|
|
9560
9560
|
(x) =>
|
|
9561
|
-
|
|
9561
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$inboundSchema
|
|
9562
9562
|
.parse(JSON.parse(x)),
|
|
9563
|
-
`Failed to parse '
|
|
9563
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534' from JSON`,
|
|
9564
9564
|
);
|
|
9565
9565
|
}
|
|
9566
9566
|
|
|
@@ -9571,19 +9571,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
|
|
|
9571
9571
|
z.ZodTypeDef,
|
|
9572
9572
|
unknown
|
|
9573
9573
|
> = z.object({
|
|
9574
|
-
"__@BRAND@
|
|
9575
|
-
|
|
9574
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
9575
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$inboundSchema
|
|
9576
9576
|
),
|
|
9577
9577
|
}).transform((v) => {
|
|
9578
9578
|
return remap$(v, {
|
|
9579
|
-
"__@BRAND@
|
|
9579
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
9580
9580
|
});
|
|
9581
9581
|
});
|
|
9582
9582
|
|
|
9583
9583
|
/** @internal */
|
|
9584
9584
|
export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
|
|
9585
|
-
"__@BRAND@
|
|
9586
|
-
|
|
9585
|
+
"__@BRAND@550534":
|
|
9586
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$Outbound;
|
|
9587
9587
|
};
|
|
9588
9588
|
|
|
9589
9589
|
/** @internal */
|
|
@@ -9593,12 +9593,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
|
|
|
9593
9593
|
z.ZodTypeDef,
|
|
9594
9594
|
GetConfigurationProductsPropertiesMaxLength
|
|
9595
9595
|
> = z.object({
|
|
9596
|
-
|
|
9597
|
-
|
|
9596
|
+
atBRANDAt550534: z.lazy(() =>
|
|
9597
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550534$outboundSchema
|
|
9598
9598
|
),
|
|
9599
9599
|
}).transform((v) => {
|
|
9600
9600
|
return remap$(v, {
|
|
9601
|
-
|
|
9601
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
9602
9602
|
});
|
|
9603
9603
|
});
|
|
9604
9604
|
|
|
@@ -9645,65 +9645,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
|
|
|
9645
9645
|
}
|
|
9646
9646
|
|
|
9647
9647
|
/** @internal */
|
|
9648
|
-
export const
|
|
9648
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$inboundSchema:
|
|
9649
9649
|
z.ZodType<
|
|
9650
|
-
|
|
9650
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534,
|
|
9651
9651
|
z.ZodTypeDef,
|
|
9652
9652
|
unknown
|
|
9653
9653
|
> = z.object({});
|
|
9654
9654
|
|
|
9655
9655
|
/** @internal */
|
|
9656
|
-
export type
|
|
9656
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$Outbound =
|
|
9657
9657
|
{};
|
|
9658
9658
|
|
|
9659
9659
|
/** @internal */
|
|
9660
|
-
export const
|
|
9660
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$outboundSchema:
|
|
9661
9661
|
z.ZodType<
|
|
9662
|
-
|
|
9662
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$Outbound,
|
|
9663
9663
|
z.ZodTypeDef,
|
|
9664
|
-
|
|
9664
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534
|
|
9665
9665
|
> = z.object({});
|
|
9666
9666
|
|
|
9667
9667
|
/**
|
|
9668
9668
|
* @internal
|
|
9669
9669
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9670
9670
|
*/
|
|
9671
|
-
export namespace
|
|
9672
|
-
/** @deprecated use `
|
|
9671
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$ {
|
|
9672
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$inboundSchema` instead. */
|
|
9673
9673
|
export const inboundSchema =
|
|
9674
|
-
|
|
9675
|
-
/** @deprecated use `
|
|
9674
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$inboundSchema;
|
|
9675
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$outboundSchema` instead. */
|
|
9676
9676
|
export const outboundSchema =
|
|
9677
|
-
|
|
9678
|
-
/** @deprecated use `
|
|
9677
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$outboundSchema;
|
|
9678
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$Outbound` instead. */
|
|
9679
9679
|
export type Outbound =
|
|
9680
|
-
|
|
9680
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$Outbound;
|
|
9681
9681
|
}
|
|
9682
9682
|
|
|
9683
|
-
export function
|
|
9684
|
-
|
|
9685
|
-
|
|
9683
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534ToJSON(
|
|
9684
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534:
|
|
9685
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534,
|
|
9686
9686
|
): string {
|
|
9687
9687
|
return JSON.stringify(
|
|
9688
|
-
|
|
9688
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$outboundSchema
|
|
9689
9689
|
.parse(
|
|
9690
|
-
|
|
9690
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534,
|
|
9691
9691
|
),
|
|
9692
9692
|
);
|
|
9693
9693
|
}
|
|
9694
9694
|
|
|
9695
|
-
export function
|
|
9695
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534FromJSON(
|
|
9696
9696
|
jsonString: string,
|
|
9697
9697
|
): SafeParseResult<
|
|
9698
|
-
|
|
9698
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534,
|
|
9699
9699
|
SDKValidationError
|
|
9700
9700
|
> {
|
|
9701
9701
|
return safeParse(
|
|
9702
9702
|
jsonString,
|
|
9703
9703
|
(x) =>
|
|
9704
|
-
|
|
9704
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$inboundSchema
|
|
9705
9705
|
.parse(JSON.parse(x)),
|
|
9706
|
-
`Failed to parse '
|
|
9706
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534' from JSON`,
|
|
9707
9707
|
);
|
|
9708
9708
|
}
|
|
9709
9709
|
|
|
@@ -9713,19 +9713,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
|
|
|
9713
9713
|
z.ZodTypeDef,
|
|
9714
9714
|
unknown
|
|
9715
9715
|
> = z.object({
|
|
9716
|
-
"__@BRAND@
|
|
9717
|
-
|
|
9716
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
9717
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$inboundSchema
|
|
9718
9718
|
),
|
|
9719
9719
|
}).transform((v) => {
|
|
9720
9720
|
return remap$(v, {
|
|
9721
|
-
"__@BRAND@
|
|
9721
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
9722
9722
|
});
|
|
9723
9723
|
});
|
|
9724
9724
|
|
|
9725
9725
|
/** @internal */
|
|
9726
9726
|
export type GetConfigurationProductsPropertiesPattern$Outbound = {
|
|
9727
|
-
"__@BRAND@
|
|
9728
|
-
|
|
9727
|
+
"__@BRAND@550534":
|
|
9728
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$Outbound;
|
|
9729
9729
|
};
|
|
9730
9730
|
|
|
9731
9731
|
/** @internal */
|
|
@@ -9735,12 +9735,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
|
|
|
9735
9735
|
z.ZodTypeDef,
|
|
9736
9736
|
GetConfigurationProductsPropertiesPattern
|
|
9737
9737
|
> = z.object({
|
|
9738
|
-
|
|
9739
|
-
|
|
9738
|
+
atBRANDAt550534: z.lazy(() =>
|
|
9739
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550534$outboundSchema
|
|
9740
9740
|
),
|
|
9741
9741
|
}).transform((v) => {
|
|
9742
9742
|
return remap$(v, {
|
|
9743
|
-
|
|
9743
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
9744
9744
|
});
|
|
9745
9745
|
});
|
|
9746
9746
|
|
|
@@ -10820,65 +10820,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
10820
10820
|
}
|
|
10821
10821
|
|
|
10822
10822
|
/** @internal */
|
|
10823
|
-
export const
|
|
10823
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$inboundSchema:
|
|
10824
10824
|
z.ZodType<
|
|
10825
|
-
|
|
10825
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534,
|
|
10826
10826
|
z.ZodTypeDef,
|
|
10827
10827
|
unknown
|
|
10828
10828
|
> = z.object({});
|
|
10829
10829
|
|
|
10830
10830
|
/** @internal */
|
|
10831
|
-
export type
|
|
10831
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$Outbound =
|
|
10832
10832
|
{};
|
|
10833
10833
|
|
|
10834
10834
|
/** @internal */
|
|
10835
|
-
export const
|
|
10835
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$outboundSchema:
|
|
10836
10836
|
z.ZodType<
|
|
10837
|
-
|
|
10837
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$Outbound,
|
|
10838
10838
|
z.ZodTypeDef,
|
|
10839
|
-
|
|
10839
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534
|
|
10840
10840
|
> = z.object({});
|
|
10841
10841
|
|
|
10842
10842
|
/**
|
|
10843
10843
|
* @internal
|
|
10844
10844
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10845
10845
|
*/
|
|
10846
|
-
export namespace
|
|
10847
|
-
/** @deprecated use `
|
|
10846
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$ {
|
|
10847
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$inboundSchema` instead. */
|
|
10848
10848
|
export const inboundSchema =
|
|
10849
|
-
|
|
10850
|
-
/** @deprecated use `
|
|
10849
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$inboundSchema;
|
|
10850
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$outboundSchema` instead. */
|
|
10851
10851
|
export const outboundSchema =
|
|
10852
|
-
|
|
10853
|
-
/** @deprecated use `
|
|
10852
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$outboundSchema;
|
|
10853
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$Outbound` instead. */
|
|
10854
10854
|
export type Outbound =
|
|
10855
|
-
|
|
10855
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$Outbound;
|
|
10856
10856
|
}
|
|
10857
10857
|
|
|
10858
|
-
export function
|
|
10859
|
-
|
|
10860
|
-
|
|
10858
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534ToJSON(
|
|
10859
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534:
|
|
10860
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534,
|
|
10861
10861
|
): string {
|
|
10862
10862
|
return JSON.stringify(
|
|
10863
|
-
|
|
10863
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$outboundSchema
|
|
10864
10864
|
.parse(
|
|
10865
|
-
|
|
10865
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534,
|
|
10866
10866
|
),
|
|
10867
10867
|
);
|
|
10868
10868
|
}
|
|
10869
10869
|
|
|
10870
|
-
export function
|
|
10870
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534FromJSON(
|
|
10871
10871
|
jsonString: string,
|
|
10872
10872
|
): SafeParseResult<
|
|
10873
|
-
|
|
10873
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534,
|
|
10874
10874
|
SDKValidationError
|
|
10875
10875
|
> {
|
|
10876
10876
|
return safeParse(
|
|
10877
10877
|
jsonString,
|
|
10878
10878
|
(x) =>
|
|
10879
|
-
|
|
10879
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$inboundSchema
|
|
10880
10880
|
.parse(JSON.parse(x)),
|
|
10881
|
-
`Failed to parse '
|
|
10881
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534' from JSON`,
|
|
10882
10882
|
);
|
|
10883
10883
|
}
|
|
10884
10884
|
|
|
@@ -10889,20 +10889,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
|
|
|
10889
10889
|
z.ZodTypeDef,
|
|
10890
10890
|
unknown
|
|
10891
10891
|
> = z.object({
|
|
10892
|
-
"__@BRAND@
|
|
10893
|
-
|
|
10892
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
10893
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$inboundSchema
|
|
10894
10894
|
),
|
|
10895
10895
|
}).transform((v) => {
|
|
10896
10896
|
return remap$(v, {
|
|
10897
|
-
"__@BRAND@
|
|
10897
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
10898
10898
|
});
|
|
10899
10899
|
});
|
|
10900
10900
|
|
|
10901
10901
|
/** @internal */
|
|
10902
10902
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
10903
10903
|
{
|
|
10904
|
-
"__@BRAND@
|
|
10905
|
-
|
|
10904
|
+
"__@BRAND@550534":
|
|
10905
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$Outbound;
|
|
10906
10906
|
};
|
|
10907
10907
|
|
|
10908
10908
|
/** @internal */
|
|
@@ -10912,12 +10912,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
|
|
|
10912
10912
|
z.ZodTypeDef,
|
|
10913
10913
|
GetConfigurationProductsPropertiesIntegrationsResponse200MinLength
|
|
10914
10914
|
> = z.object({
|
|
10915
|
-
|
|
10916
|
-
|
|
10915
|
+
atBRANDAt550534: z.lazy(() =>
|
|
10916
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550534$outboundSchema
|
|
10917
10917
|
),
|
|
10918
10918
|
}).transform((v) => {
|
|
10919
10919
|
return remap$(v, {
|
|
10920
|
-
|
|
10920
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
10921
10921
|
});
|
|
10922
10922
|
});
|
|
10923
10923
|
|
|
@@ -10965,65 +10965,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
|
|
|
10965
10965
|
}
|
|
10966
10966
|
|
|
10967
10967
|
/** @internal */
|
|
10968
|
-
export const
|
|
10968
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$inboundSchema:
|
|
10969
10969
|
z.ZodType<
|
|
10970
|
-
|
|
10970
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534,
|
|
10971
10971
|
z.ZodTypeDef,
|
|
10972
10972
|
unknown
|
|
10973
10973
|
> = z.object({});
|
|
10974
10974
|
|
|
10975
10975
|
/** @internal */
|
|
10976
|
-
export type
|
|
10976
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$Outbound =
|
|
10977
10977
|
{};
|
|
10978
10978
|
|
|
10979
10979
|
/** @internal */
|
|
10980
|
-
export const
|
|
10980
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$outboundSchema:
|
|
10981
10981
|
z.ZodType<
|
|
10982
|
-
|
|
10982
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$Outbound,
|
|
10983
10983
|
z.ZodTypeDef,
|
|
10984
|
-
|
|
10984
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534
|
|
10985
10985
|
> = z.object({});
|
|
10986
10986
|
|
|
10987
10987
|
/**
|
|
10988
10988
|
* @internal
|
|
10989
10989
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10990
10990
|
*/
|
|
10991
|
-
export namespace
|
|
10992
|
-
/** @deprecated use `
|
|
10991
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$ {
|
|
10992
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$inboundSchema` instead. */
|
|
10993
10993
|
export const inboundSchema =
|
|
10994
|
-
|
|
10995
|
-
/** @deprecated use `
|
|
10994
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$inboundSchema;
|
|
10995
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$outboundSchema` instead. */
|
|
10996
10996
|
export const outboundSchema =
|
|
10997
|
-
|
|
10998
|
-
/** @deprecated use `
|
|
10997
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$outboundSchema;
|
|
10998
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$Outbound` instead. */
|
|
10999
10999
|
export type Outbound =
|
|
11000
|
-
|
|
11000
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$Outbound;
|
|
11001
11001
|
}
|
|
11002
11002
|
|
|
11003
|
-
export function
|
|
11004
|
-
|
|
11005
|
-
|
|
11003
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534ToJSON(
|
|
11004
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534:
|
|
11005
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534,
|
|
11006
11006
|
): string {
|
|
11007
11007
|
return JSON.stringify(
|
|
11008
|
-
|
|
11008
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$outboundSchema
|
|
11009
11009
|
.parse(
|
|
11010
|
-
|
|
11010
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534,
|
|
11011
11011
|
),
|
|
11012
11012
|
);
|
|
11013
11013
|
}
|
|
11014
11014
|
|
|
11015
|
-
export function
|
|
11015
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534FromJSON(
|
|
11016
11016
|
jsonString: string,
|
|
11017
11017
|
): SafeParseResult<
|
|
11018
|
-
|
|
11018
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534,
|
|
11019
11019
|
SDKValidationError
|
|
11020
11020
|
> {
|
|
11021
11021
|
return safeParse(
|
|
11022
11022
|
jsonString,
|
|
11023
11023
|
(x) =>
|
|
11024
|
-
|
|
11024
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$inboundSchema
|
|
11025
11025
|
.parse(JSON.parse(x)),
|
|
11026
|
-
`Failed to parse '
|
|
11026
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534' from JSON`,
|
|
11027
11027
|
);
|
|
11028
11028
|
}
|
|
11029
11029
|
|
|
@@ -11034,20 +11034,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
|
|
|
11034
11034
|
z.ZodTypeDef,
|
|
11035
11035
|
unknown
|
|
11036
11036
|
> = z.object({
|
|
11037
|
-
"__@BRAND@
|
|
11038
|
-
|
|
11037
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
11038
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$inboundSchema
|
|
11039
11039
|
),
|
|
11040
11040
|
}).transform((v) => {
|
|
11041
11041
|
return remap$(v, {
|
|
11042
|
-
"__@BRAND@
|
|
11042
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
11043
11043
|
});
|
|
11044
11044
|
});
|
|
11045
11045
|
|
|
11046
11046
|
/** @internal */
|
|
11047
11047
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
11048
11048
|
{
|
|
11049
|
-
"__@BRAND@
|
|
11050
|
-
|
|
11049
|
+
"__@BRAND@550534":
|
|
11050
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$Outbound;
|
|
11051
11051
|
};
|
|
11052
11052
|
|
|
11053
11053
|
/** @internal */
|
|
@@ -11057,12 +11057,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
|
|
|
11057
11057
|
z.ZodTypeDef,
|
|
11058
11058
|
GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength
|
|
11059
11059
|
> = z.object({
|
|
11060
|
-
|
|
11061
|
-
|
|
11060
|
+
atBRANDAt550534: z.lazy(() =>
|
|
11061
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550534$outboundSchema
|
|
11062
11062
|
),
|
|
11063
11063
|
}).transform((v) => {
|
|
11064
11064
|
return remap$(v, {
|
|
11065
|
-
|
|
11065
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
11066
11066
|
});
|
|
11067
11067
|
});
|
|
11068
11068
|
|
|
@@ -11110,65 +11110,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
|
|
|
11110
11110
|
}
|
|
11111
11111
|
|
|
11112
11112
|
/** @internal */
|
|
11113
|
-
export const
|
|
11113
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$inboundSchema:
|
|
11114
11114
|
z.ZodType<
|
|
11115
|
-
|
|
11115
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534,
|
|
11116
11116
|
z.ZodTypeDef,
|
|
11117
11117
|
unknown
|
|
11118
11118
|
> = z.object({});
|
|
11119
11119
|
|
|
11120
11120
|
/** @internal */
|
|
11121
|
-
export type
|
|
11121
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$Outbound =
|
|
11122
11122
|
{};
|
|
11123
11123
|
|
|
11124
11124
|
/** @internal */
|
|
11125
|
-
export const
|
|
11125
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$outboundSchema:
|
|
11126
11126
|
z.ZodType<
|
|
11127
|
-
|
|
11127
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$Outbound,
|
|
11128
11128
|
z.ZodTypeDef,
|
|
11129
|
-
|
|
11129
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534
|
|
11130
11130
|
> = z.object({});
|
|
11131
11131
|
|
|
11132
11132
|
/**
|
|
11133
11133
|
* @internal
|
|
11134
11134
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11135
11135
|
*/
|
|
11136
|
-
export namespace
|
|
11137
|
-
/** @deprecated use `
|
|
11136
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$ {
|
|
11137
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$inboundSchema` instead. */
|
|
11138
11138
|
export const inboundSchema =
|
|
11139
|
-
|
|
11140
|
-
/** @deprecated use `
|
|
11139
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$inboundSchema;
|
|
11140
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$outboundSchema` instead. */
|
|
11141
11141
|
export const outboundSchema =
|
|
11142
|
-
|
|
11143
|
-
/** @deprecated use `
|
|
11142
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$outboundSchema;
|
|
11143
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$Outbound` instead. */
|
|
11144
11144
|
export type Outbound =
|
|
11145
|
-
|
|
11145
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$Outbound;
|
|
11146
11146
|
}
|
|
11147
11147
|
|
|
11148
|
-
export function
|
|
11149
|
-
|
|
11150
|
-
|
|
11148
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534ToJSON(
|
|
11149
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534:
|
|
11150
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534,
|
|
11151
11151
|
): string {
|
|
11152
11152
|
return JSON.stringify(
|
|
11153
|
-
|
|
11153
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$outboundSchema
|
|
11154
11154
|
.parse(
|
|
11155
|
-
|
|
11155
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534,
|
|
11156
11156
|
),
|
|
11157
11157
|
);
|
|
11158
11158
|
}
|
|
11159
11159
|
|
|
11160
|
-
export function
|
|
11160
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534FromJSON(
|
|
11161
11161
|
jsonString: string,
|
|
11162
11162
|
): SafeParseResult<
|
|
11163
|
-
|
|
11163
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534,
|
|
11164
11164
|
SDKValidationError
|
|
11165
11165
|
> {
|
|
11166
11166
|
return safeParse(
|
|
11167
11167
|
jsonString,
|
|
11168
11168
|
(x) =>
|
|
11169
|
-
|
|
11169
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$inboundSchema
|
|
11170
11170
|
.parse(JSON.parse(x)),
|
|
11171
|
-
`Failed to parse '
|
|
11171
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534' from JSON`,
|
|
11172
11172
|
);
|
|
11173
11173
|
}
|
|
11174
11174
|
|
|
@@ -11179,20 +11179,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$in
|
|
|
11179
11179
|
z.ZodTypeDef,
|
|
11180
11180
|
unknown
|
|
11181
11181
|
> = z.object({
|
|
11182
|
-
"__@BRAND@
|
|
11183
|
-
|
|
11182
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
11183
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$inboundSchema
|
|
11184
11184
|
),
|
|
11185
11185
|
}).transform((v) => {
|
|
11186
11186
|
return remap$(v, {
|
|
11187
|
-
"__@BRAND@
|
|
11187
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
11188
11188
|
});
|
|
11189
11189
|
});
|
|
11190
11190
|
|
|
11191
11191
|
/** @internal */
|
|
11192
11192
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
11193
11193
|
{
|
|
11194
|
-
"__@BRAND@
|
|
11195
|
-
|
|
11194
|
+
"__@BRAND@550534":
|
|
11195
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$Outbound;
|
|
11196
11196
|
};
|
|
11197
11197
|
|
|
11198
11198
|
/** @internal */
|
|
@@ -11202,12 +11202,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ou
|
|
|
11202
11202
|
z.ZodTypeDef,
|
|
11203
11203
|
GetConfigurationProductsPropertiesIntegrationsResponse200Pattern
|
|
11204
11204
|
> = z.object({
|
|
11205
|
-
|
|
11206
|
-
|
|
11205
|
+
atBRANDAt550534: z.lazy(() =>
|
|
11206
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550534$outboundSchema
|
|
11207
11207
|
),
|
|
11208
11208
|
}).transform((v) => {
|
|
11209
11209
|
return remap$(v, {
|
|
11210
|
-
|
|
11210
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
11211
11211
|
});
|
|
11212
11212
|
});
|
|
11213
11213
|
|
|
@@ -13168,63 +13168,63 @@ export function uiOptionsFromJSON(
|
|
|
13168
13168
|
}
|
|
13169
13169
|
|
|
13170
13170
|
/** @internal */
|
|
13171
|
-
export const
|
|
13171
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$inboundSchema:
|
|
13172
13172
|
z.ZodType<
|
|
13173
|
-
|
|
13173
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534,
|
|
13174
13174
|
z.ZodTypeDef,
|
|
13175
13175
|
unknown
|
|
13176
13176
|
> = z.object({});
|
|
13177
13177
|
|
|
13178
13178
|
/** @internal */
|
|
13179
|
-
export type
|
|
13179
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$Outbound =
|
|
13180
13180
|
{};
|
|
13181
13181
|
|
|
13182
13182
|
/** @internal */
|
|
13183
|
-
export const
|
|
13183
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$outboundSchema:
|
|
13184
13184
|
z.ZodType<
|
|
13185
|
-
|
|
13185
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$Outbound,
|
|
13186
13186
|
z.ZodTypeDef,
|
|
13187
|
-
|
|
13187
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534
|
|
13188
13188
|
> = z.object({});
|
|
13189
13189
|
|
|
13190
13190
|
/**
|
|
13191
13191
|
* @internal
|
|
13192
13192
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
13193
13193
|
*/
|
|
13194
|
-
export namespace
|
|
13195
|
-
/** @deprecated use `
|
|
13194
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$ {
|
|
13195
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$inboundSchema` instead. */
|
|
13196
13196
|
export const inboundSchema =
|
|
13197
|
-
|
|
13198
|
-
/** @deprecated use `
|
|
13197
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$inboundSchema;
|
|
13198
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$outboundSchema` instead. */
|
|
13199
13199
|
export const outboundSchema =
|
|
13200
|
-
|
|
13201
|
-
/** @deprecated use `
|
|
13200
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$outboundSchema;
|
|
13201
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$Outbound` instead. */
|
|
13202
13202
|
export type Outbound =
|
|
13203
|
-
|
|
13203
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$Outbound;
|
|
13204
13204
|
}
|
|
13205
13205
|
|
|
13206
|
-
export function
|
|
13207
|
-
|
|
13208
|
-
|
|
13206
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt550534ToJSON(
|
|
13207
|
+
getConfigurationProductsPropertiesIntegrationsAtBRANDAt550534:
|
|
13208
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534,
|
|
13209
13209
|
): string {
|
|
13210
13210
|
return JSON.stringify(
|
|
13211
|
-
|
|
13212
|
-
.parse(
|
|
13211
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$outboundSchema
|
|
13212
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt550534),
|
|
13213
13213
|
);
|
|
13214
13214
|
}
|
|
13215
13215
|
|
|
13216
|
-
export function
|
|
13216
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt550534FromJSON(
|
|
13217
13217
|
jsonString: string,
|
|
13218
13218
|
): SafeParseResult<
|
|
13219
|
-
|
|
13219
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534,
|
|
13220
13220
|
SDKValidationError
|
|
13221
13221
|
> {
|
|
13222
13222
|
return safeParse(
|
|
13223
13223
|
jsonString,
|
|
13224
13224
|
(x) =>
|
|
13225
|
-
|
|
13225
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$inboundSchema
|
|
13226
13226
|
.parse(JSON.parse(x)),
|
|
13227
|
-
`Failed to parse '
|
|
13227
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534' from JSON`,
|
|
13228
13228
|
);
|
|
13229
13229
|
}
|
|
13230
13230
|
|
|
@@ -13234,19 +13234,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
|
|
|
13234
13234
|
z.ZodTypeDef,
|
|
13235
13235
|
unknown
|
|
13236
13236
|
> = z.object({
|
|
13237
|
-
"__@BRAND@
|
|
13238
|
-
|
|
13237
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
13238
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$inboundSchema
|
|
13239
13239
|
),
|
|
13240
13240
|
}).transform((v) => {
|
|
13241
13241
|
return remap$(v, {
|
|
13242
|
-
"__@BRAND@
|
|
13242
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
13243
13243
|
});
|
|
13244
13244
|
});
|
|
13245
13245
|
|
|
13246
13246
|
/** @internal */
|
|
13247
13247
|
export type PropertiesMinLength$Outbound = {
|
|
13248
|
-
"__@BRAND@
|
|
13249
|
-
|
|
13248
|
+
"__@BRAND@550534":
|
|
13249
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$Outbound;
|
|
13250
13250
|
};
|
|
13251
13251
|
|
|
13252
13252
|
/** @internal */
|
|
@@ -13255,12 +13255,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
|
|
|
13255
13255
|
z.ZodTypeDef,
|
|
13256
13256
|
PropertiesMinLength
|
|
13257
13257
|
> = z.object({
|
|
13258
|
-
|
|
13259
|
-
|
|
13258
|
+
atBRANDAt550534: z.lazy(() =>
|
|
13259
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550534$outboundSchema
|
|
13260
13260
|
),
|
|
13261
13261
|
}).transform((v) => {
|
|
13262
13262
|
return remap$(v, {
|
|
13263
|
-
|
|
13263
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
13264
13264
|
});
|
|
13265
13265
|
});
|
|
13266
13266
|
|
|
@@ -13296,65 +13296,65 @@ export function propertiesMinLengthFromJSON(
|
|
|
13296
13296
|
}
|
|
13297
13297
|
|
|
13298
13298
|
/** @internal */
|
|
13299
|
-
export const
|
|
13299
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$inboundSchema:
|
|
13300
13300
|
z.ZodType<
|
|
13301
|
-
|
|
13301
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534,
|
|
13302
13302
|
z.ZodTypeDef,
|
|
13303
13303
|
unknown
|
|
13304
13304
|
> = z.object({});
|
|
13305
13305
|
|
|
13306
13306
|
/** @internal */
|
|
13307
|
-
export type
|
|
13307
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$Outbound =
|
|
13308
13308
|
{};
|
|
13309
13309
|
|
|
13310
13310
|
/** @internal */
|
|
13311
|
-
export const
|
|
13311
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$outboundSchema:
|
|
13312
13312
|
z.ZodType<
|
|
13313
|
-
|
|
13313
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$Outbound,
|
|
13314
13314
|
z.ZodTypeDef,
|
|
13315
|
-
|
|
13315
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534
|
|
13316
13316
|
> = z.object({});
|
|
13317
13317
|
|
|
13318
13318
|
/**
|
|
13319
13319
|
* @internal
|
|
13320
13320
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
13321
13321
|
*/
|
|
13322
|
-
export namespace
|
|
13323
|
-
/** @deprecated use `
|
|
13322
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$ {
|
|
13323
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$inboundSchema` instead. */
|
|
13324
13324
|
export const inboundSchema =
|
|
13325
|
-
|
|
13326
|
-
/** @deprecated use `
|
|
13325
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$inboundSchema;
|
|
13326
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$outboundSchema` instead. */
|
|
13327
13327
|
export const outboundSchema =
|
|
13328
|
-
|
|
13329
|
-
/** @deprecated use `
|
|
13328
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$outboundSchema;
|
|
13329
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$Outbound` instead. */
|
|
13330
13330
|
export type Outbound =
|
|
13331
|
-
|
|
13331
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$Outbound;
|
|
13332
13332
|
}
|
|
13333
13333
|
|
|
13334
|
-
export function
|
|
13335
|
-
|
|
13336
|
-
|
|
13334
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534ToJSON(
|
|
13335
|
+
getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534:
|
|
13336
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534,
|
|
13337
13337
|
): string {
|
|
13338
13338
|
return JSON.stringify(
|
|
13339
|
-
|
|
13339
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$outboundSchema
|
|
13340
13340
|
.parse(
|
|
13341
|
-
|
|
13341
|
+
getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534,
|
|
13342
13342
|
),
|
|
13343
13343
|
);
|
|
13344
13344
|
}
|
|
13345
13345
|
|
|
13346
|
-
export function
|
|
13346
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534FromJSON(
|
|
13347
13347
|
jsonString: string,
|
|
13348
13348
|
): SafeParseResult<
|
|
13349
|
-
|
|
13349
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534,
|
|
13350
13350
|
SDKValidationError
|
|
13351
13351
|
> {
|
|
13352
13352
|
return safeParse(
|
|
13353
13353
|
jsonString,
|
|
13354
13354
|
(x) =>
|
|
13355
|
-
|
|
13355
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$inboundSchema
|
|
13356
13356
|
.parse(JSON.parse(x)),
|
|
13357
|
-
`Failed to parse '
|
|
13357
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534' from JSON`,
|
|
13358
13358
|
);
|
|
13359
13359
|
}
|
|
13360
13360
|
|
|
@@ -13364,19 +13364,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
|
|
|
13364
13364
|
z.ZodTypeDef,
|
|
13365
13365
|
unknown
|
|
13366
13366
|
> = z.object({
|
|
13367
|
-
"__@BRAND@
|
|
13368
|
-
|
|
13367
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
13368
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$inboundSchema
|
|
13369
13369
|
),
|
|
13370
13370
|
}).transform((v) => {
|
|
13371
13371
|
return remap$(v, {
|
|
13372
|
-
"__@BRAND@
|
|
13372
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
13373
13373
|
});
|
|
13374
13374
|
});
|
|
13375
13375
|
|
|
13376
13376
|
/** @internal */
|
|
13377
13377
|
export type PropertiesMaxLength$Outbound = {
|
|
13378
|
-
"__@BRAND@
|
|
13379
|
-
|
|
13378
|
+
"__@BRAND@550534":
|
|
13379
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$Outbound;
|
|
13380
13380
|
};
|
|
13381
13381
|
|
|
13382
13382
|
/** @internal */
|
|
@@ -13385,12 +13385,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
|
|
|
13385
13385
|
z.ZodTypeDef,
|
|
13386
13386
|
PropertiesMaxLength
|
|
13387
13387
|
> = z.object({
|
|
13388
|
-
|
|
13389
|
-
|
|
13388
|
+
atBRANDAt550534: z.lazy(() =>
|
|
13389
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550534$outboundSchema
|
|
13390
13390
|
),
|
|
13391
13391
|
}).transform((v) => {
|
|
13392
13392
|
return remap$(v, {
|
|
13393
|
-
|
|
13393
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
13394
13394
|
});
|
|
13395
13395
|
});
|
|
13396
13396
|
|
|
@@ -13426,65 +13426,65 @@ export function propertiesMaxLengthFromJSON(
|
|
|
13426
13426
|
}
|
|
13427
13427
|
|
|
13428
13428
|
/** @internal */
|
|
13429
|
-
export const
|
|
13429
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$inboundSchema:
|
|
13430
13430
|
z.ZodType<
|
|
13431
|
-
|
|
13431
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534,
|
|
13432
13432
|
z.ZodTypeDef,
|
|
13433
13433
|
unknown
|
|
13434
13434
|
> = z.object({});
|
|
13435
13435
|
|
|
13436
13436
|
/** @internal */
|
|
13437
|
-
export type
|
|
13437
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$Outbound =
|
|
13438
13438
|
{};
|
|
13439
13439
|
|
|
13440
13440
|
/** @internal */
|
|
13441
|
-
export const
|
|
13441
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$outboundSchema:
|
|
13442
13442
|
z.ZodType<
|
|
13443
|
-
|
|
13443
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$Outbound,
|
|
13444
13444
|
z.ZodTypeDef,
|
|
13445
|
-
|
|
13445
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534
|
|
13446
13446
|
> = z.object({});
|
|
13447
13447
|
|
|
13448
13448
|
/**
|
|
13449
13449
|
* @internal
|
|
13450
13450
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
13451
13451
|
*/
|
|
13452
|
-
export namespace
|
|
13453
|
-
/** @deprecated use `
|
|
13452
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$ {
|
|
13453
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$inboundSchema` instead. */
|
|
13454
13454
|
export const inboundSchema =
|
|
13455
|
-
|
|
13456
|
-
/** @deprecated use `
|
|
13455
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$inboundSchema;
|
|
13456
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$outboundSchema` instead. */
|
|
13457
13457
|
export const outboundSchema =
|
|
13458
|
-
|
|
13459
|
-
/** @deprecated use `
|
|
13458
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$outboundSchema;
|
|
13459
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$Outbound` instead. */
|
|
13460
13460
|
export type Outbound =
|
|
13461
|
-
|
|
13461
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$Outbound;
|
|
13462
13462
|
}
|
|
13463
13463
|
|
|
13464
|
-
export function
|
|
13465
|
-
|
|
13466
|
-
|
|
13464
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534ToJSON(
|
|
13465
|
+
getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534:
|
|
13466
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534,
|
|
13467
13467
|
): string {
|
|
13468
13468
|
return JSON.stringify(
|
|
13469
|
-
|
|
13469
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$outboundSchema
|
|
13470
13470
|
.parse(
|
|
13471
|
-
|
|
13471
|
+
getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534,
|
|
13472
13472
|
),
|
|
13473
13473
|
);
|
|
13474
13474
|
}
|
|
13475
13475
|
|
|
13476
|
-
export function
|
|
13476
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534FromJSON(
|
|
13477
13477
|
jsonString: string,
|
|
13478
13478
|
): SafeParseResult<
|
|
13479
|
-
|
|
13479
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534,
|
|
13480
13480
|
SDKValidationError
|
|
13481
13481
|
> {
|
|
13482
13482
|
return safeParse(
|
|
13483
13483
|
jsonString,
|
|
13484
13484
|
(x) =>
|
|
13485
|
-
|
|
13485
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$inboundSchema
|
|
13486
13486
|
.parse(JSON.parse(x)),
|
|
13487
|
-
`Failed to parse '
|
|
13487
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534' from JSON`,
|
|
13488
13488
|
);
|
|
13489
13489
|
}
|
|
13490
13490
|
|
|
@@ -13494,19 +13494,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
|
|
|
13494
13494
|
z.ZodTypeDef,
|
|
13495
13495
|
unknown
|
|
13496
13496
|
> = z.object({
|
|
13497
|
-
"__@BRAND@
|
|
13498
|
-
|
|
13497
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
13498
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$inboundSchema
|
|
13499
13499
|
),
|
|
13500
13500
|
}).transform((v) => {
|
|
13501
13501
|
return remap$(v, {
|
|
13502
|
-
"__@BRAND@
|
|
13502
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
13503
13503
|
});
|
|
13504
13504
|
});
|
|
13505
13505
|
|
|
13506
13506
|
/** @internal */
|
|
13507
13507
|
export type PropertiesPattern$Outbound = {
|
|
13508
|
-
"__@BRAND@
|
|
13509
|
-
|
|
13508
|
+
"__@BRAND@550534":
|
|
13509
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$Outbound;
|
|
13510
13510
|
};
|
|
13511
13511
|
|
|
13512
13512
|
/** @internal */
|
|
@@ -13515,12 +13515,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
|
|
|
13515
13515
|
z.ZodTypeDef,
|
|
13516
13516
|
PropertiesPattern
|
|
13517
13517
|
> = z.object({
|
|
13518
|
-
|
|
13519
|
-
|
|
13518
|
+
atBRANDAt550534: z.lazy(() =>
|
|
13519
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550534$outboundSchema
|
|
13520
13520
|
),
|
|
13521
13521
|
}).transform((v) => {
|
|
13522
13522
|
return remap$(v, {
|
|
13523
|
-
|
|
13523
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
13524
13524
|
});
|
|
13525
13525
|
});
|
|
13526
13526
|
|
|
@@ -17233,48 +17233,48 @@ export namespace UiControl$ {
|
|
|
17233
17233
|
}
|
|
17234
17234
|
|
|
17235
17235
|
/** @internal */
|
|
17236
|
-
export const
|
|
17237
|
-
|
|
17236
|
+
export const AtBRANDAt550534$inboundSchema: z.ZodType<
|
|
17237
|
+
AtBRANDAt550534,
|
|
17238
17238
|
z.ZodTypeDef,
|
|
17239
17239
|
unknown
|
|
17240
17240
|
> = z.object({});
|
|
17241
17241
|
|
|
17242
17242
|
/** @internal */
|
|
17243
|
-
export type
|
|
17243
|
+
export type AtBRANDAt550534$Outbound = {};
|
|
17244
17244
|
|
|
17245
17245
|
/** @internal */
|
|
17246
|
-
export const
|
|
17247
|
-
|
|
17246
|
+
export const AtBRANDAt550534$outboundSchema: z.ZodType<
|
|
17247
|
+
AtBRANDAt550534$Outbound,
|
|
17248
17248
|
z.ZodTypeDef,
|
|
17249
|
-
|
|
17249
|
+
AtBRANDAt550534
|
|
17250
17250
|
> = z.object({});
|
|
17251
17251
|
|
|
17252
17252
|
/**
|
|
17253
17253
|
* @internal
|
|
17254
17254
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17255
17255
|
*/
|
|
17256
|
-
export namespace
|
|
17257
|
-
/** @deprecated use `
|
|
17258
|
-
export const inboundSchema =
|
|
17259
|
-
/** @deprecated use `
|
|
17260
|
-
export const outboundSchema =
|
|
17261
|
-
/** @deprecated use `
|
|
17262
|
-
export type Outbound =
|
|
17256
|
+
export namespace AtBRANDAt550534$ {
|
|
17257
|
+
/** @deprecated use `AtBRANDAt550534$inboundSchema` instead. */
|
|
17258
|
+
export const inboundSchema = AtBRANDAt550534$inboundSchema;
|
|
17259
|
+
/** @deprecated use `AtBRANDAt550534$outboundSchema` instead. */
|
|
17260
|
+
export const outboundSchema = AtBRANDAt550534$outboundSchema;
|
|
17261
|
+
/** @deprecated use `AtBRANDAt550534$Outbound` instead. */
|
|
17262
|
+
export type Outbound = AtBRANDAt550534$Outbound;
|
|
17263
17263
|
}
|
|
17264
17264
|
|
|
17265
|
-
export function
|
|
17266
|
-
|
|
17265
|
+
export function atBRANDAt550534ToJSON(
|
|
17266
|
+
atBRANDAt550534: AtBRANDAt550534,
|
|
17267
17267
|
): string {
|
|
17268
|
-
return JSON.stringify(
|
|
17268
|
+
return JSON.stringify(AtBRANDAt550534$outboundSchema.parse(atBRANDAt550534));
|
|
17269
17269
|
}
|
|
17270
17270
|
|
|
17271
|
-
export function
|
|
17271
|
+
export function atBRANDAt550534FromJSON(
|
|
17272
17272
|
jsonString: string,
|
|
17273
|
-
): SafeParseResult<
|
|
17273
|
+
): SafeParseResult<AtBRANDAt550534, SDKValidationError> {
|
|
17274
17274
|
return safeParse(
|
|
17275
17275
|
jsonString,
|
|
17276
|
-
(x) =>
|
|
17277
|
-
`Failed to parse '
|
|
17276
|
+
(x) => AtBRANDAt550534$inboundSchema.parse(JSON.parse(x)),
|
|
17277
|
+
`Failed to parse 'AtBRANDAt550534' from JSON`,
|
|
17278
17278
|
);
|
|
17279
17279
|
}
|
|
17280
17280
|
|
|
@@ -17284,16 +17284,16 @@ export const MinLength$inboundSchema: z.ZodType<
|
|
|
17284
17284
|
z.ZodTypeDef,
|
|
17285
17285
|
unknown
|
|
17286
17286
|
> = z.object({
|
|
17287
|
-
"__@BRAND@
|
|
17287
|
+
"__@BRAND@550534": z.lazy(() => AtBRANDAt550534$inboundSchema),
|
|
17288
17288
|
}).transform((v) => {
|
|
17289
17289
|
return remap$(v, {
|
|
17290
|
-
"__@BRAND@
|
|
17290
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
17291
17291
|
});
|
|
17292
17292
|
});
|
|
17293
17293
|
|
|
17294
17294
|
/** @internal */
|
|
17295
17295
|
export type MinLength$Outbound = {
|
|
17296
|
-
"__@BRAND@
|
|
17296
|
+
"__@BRAND@550534": AtBRANDAt550534$Outbound;
|
|
17297
17297
|
};
|
|
17298
17298
|
|
|
17299
17299
|
/** @internal */
|
|
@@ -17302,10 +17302,10 @@ export const MinLength$outboundSchema: z.ZodType<
|
|
|
17302
17302
|
z.ZodTypeDef,
|
|
17303
17303
|
MinLength
|
|
17304
17304
|
> = z.object({
|
|
17305
|
-
|
|
17305
|
+
atBRANDAt550534: z.lazy(() => AtBRANDAt550534$outboundSchema),
|
|
17306
17306
|
}).transform((v) => {
|
|
17307
17307
|
return remap$(v, {
|
|
17308
|
-
|
|
17308
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
17309
17309
|
});
|
|
17310
17310
|
});
|
|
17311
17311
|
|
|
@@ -17337,50 +17337,50 @@ export function minLengthFromJSON(
|
|
|
17337
17337
|
}
|
|
17338
17338
|
|
|
17339
17339
|
/** @internal */
|
|
17340
|
-
export const
|
|
17341
|
-
|
|
17340
|
+
export const PropertiesAtBRANDAt550534$inboundSchema: z.ZodType<
|
|
17341
|
+
PropertiesAtBRANDAt550534,
|
|
17342
17342
|
z.ZodTypeDef,
|
|
17343
17343
|
unknown
|
|
17344
17344
|
> = z.object({});
|
|
17345
17345
|
|
|
17346
17346
|
/** @internal */
|
|
17347
|
-
export type
|
|
17347
|
+
export type PropertiesAtBRANDAt550534$Outbound = {};
|
|
17348
17348
|
|
|
17349
17349
|
/** @internal */
|
|
17350
|
-
export const
|
|
17351
|
-
|
|
17350
|
+
export const PropertiesAtBRANDAt550534$outboundSchema: z.ZodType<
|
|
17351
|
+
PropertiesAtBRANDAt550534$Outbound,
|
|
17352
17352
|
z.ZodTypeDef,
|
|
17353
|
-
|
|
17353
|
+
PropertiesAtBRANDAt550534
|
|
17354
17354
|
> = z.object({});
|
|
17355
17355
|
|
|
17356
17356
|
/**
|
|
17357
17357
|
* @internal
|
|
17358
17358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17359
17359
|
*/
|
|
17360
|
-
export namespace
|
|
17361
|
-
/** @deprecated use `
|
|
17362
|
-
export const inboundSchema =
|
|
17363
|
-
/** @deprecated use `
|
|
17364
|
-
export const outboundSchema =
|
|
17365
|
-
/** @deprecated use `
|
|
17366
|
-
export type Outbound =
|
|
17360
|
+
export namespace PropertiesAtBRANDAt550534$ {
|
|
17361
|
+
/** @deprecated use `PropertiesAtBRANDAt550534$inboundSchema` instead. */
|
|
17362
|
+
export const inboundSchema = PropertiesAtBRANDAt550534$inboundSchema;
|
|
17363
|
+
/** @deprecated use `PropertiesAtBRANDAt550534$outboundSchema` instead. */
|
|
17364
|
+
export const outboundSchema = PropertiesAtBRANDAt550534$outboundSchema;
|
|
17365
|
+
/** @deprecated use `PropertiesAtBRANDAt550534$Outbound` instead. */
|
|
17366
|
+
export type Outbound = PropertiesAtBRANDAt550534$Outbound;
|
|
17367
17367
|
}
|
|
17368
17368
|
|
|
17369
|
-
export function
|
|
17370
|
-
|
|
17369
|
+
export function propertiesAtBRANDAt550534ToJSON(
|
|
17370
|
+
propertiesAtBRANDAt550534: PropertiesAtBRANDAt550534,
|
|
17371
17371
|
): string {
|
|
17372
17372
|
return JSON.stringify(
|
|
17373
|
-
|
|
17373
|
+
PropertiesAtBRANDAt550534$outboundSchema.parse(propertiesAtBRANDAt550534),
|
|
17374
17374
|
);
|
|
17375
17375
|
}
|
|
17376
17376
|
|
|
17377
|
-
export function
|
|
17377
|
+
export function propertiesAtBRANDAt550534FromJSON(
|
|
17378
17378
|
jsonString: string,
|
|
17379
|
-
): SafeParseResult<
|
|
17379
|
+
): SafeParseResult<PropertiesAtBRANDAt550534, SDKValidationError> {
|
|
17380
17380
|
return safeParse(
|
|
17381
17381
|
jsonString,
|
|
17382
|
-
(x) =>
|
|
17383
|
-
`Failed to parse '
|
|
17382
|
+
(x) => PropertiesAtBRANDAt550534$inboundSchema.parse(JSON.parse(x)),
|
|
17383
|
+
`Failed to parse 'PropertiesAtBRANDAt550534' from JSON`,
|
|
17384
17384
|
);
|
|
17385
17385
|
}
|
|
17386
17386
|
|
|
@@ -17390,16 +17390,16 @@ export const MaxLength$inboundSchema: z.ZodType<
|
|
|
17390
17390
|
z.ZodTypeDef,
|
|
17391
17391
|
unknown
|
|
17392
17392
|
> = z.object({
|
|
17393
|
-
"__@BRAND@
|
|
17393
|
+
"__@BRAND@550534": z.lazy(() => PropertiesAtBRANDAt550534$inboundSchema),
|
|
17394
17394
|
}).transform((v) => {
|
|
17395
17395
|
return remap$(v, {
|
|
17396
|
-
"__@BRAND@
|
|
17396
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
17397
17397
|
});
|
|
17398
17398
|
});
|
|
17399
17399
|
|
|
17400
17400
|
/** @internal */
|
|
17401
17401
|
export type MaxLength$Outbound = {
|
|
17402
|
-
"__@BRAND@
|
|
17402
|
+
"__@BRAND@550534": PropertiesAtBRANDAt550534$Outbound;
|
|
17403
17403
|
};
|
|
17404
17404
|
|
|
17405
17405
|
/** @internal */
|
|
@@ -17408,10 +17408,10 @@ export const MaxLength$outboundSchema: z.ZodType<
|
|
|
17408
17408
|
z.ZodTypeDef,
|
|
17409
17409
|
MaxLength
|
|
17410
17410
|
> = z.object({
|
|
17411
|
-
|
|
17411
|
+
atBRANDAt550534: z.lazy(() => PropertiesAtBRANDAt550534$outboundSchema),
|
|
17412
17412
|
}).transform((v) => {
|
|
17413
17413
|
return remap$(v, {
|
|
17414
|
-
|
|
17414
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
17415
17415
|
});
|
|
17416
17416
|
});
|
|
17417
17417
|
|
|
@@ -17443,82 +17443,82 @@ export function maxLengthFromJSON(
|
|
|
17443
17443
|
}
|
|
17444
17444
|
|
|
17445
17445
|
/** @internal */
|
|
17446
|
-
export const
|
|
17446
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt550534$inboundSchema:
|
|
17447
17447
|
z.ZodType<
|
|
17448
|
-
|
|
17448
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534,
|
|
17449
17449
|
z.ZodTypeDef,
|
|
17450
17450
|
unknown
|
|
17451
17451
|
> = z.object({});
|
|
17452
17452
|
|
|
17453
17453
|
/** @internal */
|
|
17454
|
-
export type
|
|
17454
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt550534$Outbound = {};
|
|
17455
17455
|
|
|
17456
17456
|
/** @internal */
|
|
17457
|
-
export const
|
|
17457
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt550534$outboundSchema:
|
|
17458
17458
|
z.ZodType<
|
|
17459
|
-
|
|
17459
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$Outbound,
|
|
17460
17460
|
z.ZodTypeDef,
|
|
17461
|
-
|
|
17461
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534
|
|
17462
17462
|
> = z.object({});
|
|
17463
17463
|
|
|
17464
17464
|
/**
|
|
17465
17465
|
* @internal
|
|
17466
17466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17467
17467
|
*/
|
|
17468
|
-
export namespace
|
|
17469
|
-
/** @deprecated use `
|
|
17468
|
+
export namespace GetConfigurationProductsPropertiesAtBRANDAt550534$ {
|
|
17469
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt550534$inboundSchema` instead. */
|
|
17470
17470
|
export const inboundSchema =
|
|
17471
|
-
|
|
17472
|
-
/** @deprecated use `
|
|
17471
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$inboundSchema;
|
|
17472
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt550534$outboundSchema` instead. */
|
|
17473
17473
|
export const outboundSchema =
|
|
17474
|
-
|
|
17475
|
-
/** @deprecated use `
|
|
17474
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$outboundSchema;
|
|
17475
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt550534$Outbound` instead. */
|
|
17476
17476
|
export type Outbound =
|
|
17477
|
-
|
|
17477
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$Outbound;
|
|
17478
17478
|
}
|
|
17479
17479
|
|
|
17480
|
-
export function
|
|
17481
|
-
|
|
17482
|
-
|
|
17480
|
+
export function getConfigurationProductsPropertiesAtBRANDAt550534ToJSON(
|
|
17481
|
+
getConfigurationProductsPropertiesAtBRANDAt550534:
|
|
17482
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534,
|
|
17483
17483
|
): string {
|
|
17484
17484
|
return JSON.stringify(
|
|
17485
|
-
|
|
17486
|
-
|
|
17485
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$outboundSchema.parse(
|
|
17486
|
+
getConfigurationProductsPropertiesAtBRANDAt550534,
|
|
17487
17487
|
),
|
|
17488
17488
|
);
|
|
17489
17489
|
}
|
|
17490
17490
|
|
|
17491
|
-
export function
|
|
17491
|
+
export function getConfigurationProductsPropertiesAtBRANDAt550534FromJSON(
|
|
17492
17492
|
jsonString: string,
|
|
17493
17493
|
): SafeParseResult<
|
|
17494
|
-
|
|
17494
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534,
|
|
17495
17495
|
SDKValidationError
|
|
17496
17496
|
> {
|
|
17497
17497
|
return safeParse(
|
|
17498
17498
|
jsonString,
|
|
17499
17499
|
(x) =>
|
|
17500
|
-
|
|
17500
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$inboundSchema.parse(
|
|
17501
17501
|
JSON.parse(x),
|
|
17502
17502
|
),
|
|
17503
|
-
`Failed to parse '
|
|
17503
|
+
`Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt550534' from JSON`,
|
|
17504
17504
|
);
|
|
17505
17505
|
}
|
|
17506
17506
|
|
|
17507
17507
|
/** @internal */
|
|
17508
17508
|
export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
|
|
17509
17509
|
z.object({
|
|
17510
|
-
"__@BRAND@
|
|
17511
|
-
|
|
17510
|
+
"__@BRAND@550534": z.lazy(() =>
|
|
17511
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$inboundSchema
|
|
17512
17512
|
),
|
|
17513
17513
|
}).transform((v) => {
|
|
17514
17514
|
return remap$(v, {
|
|
17515
|
-
"__@BRAND@
|
|
17515
|
+
"__@BRAND@550534": "atBRANDAt550534",
|
|
17516
17516
|
});
|
|
17517
17517
|
});
|
|
17518
17518
|
|
|
17519
17519
|
/** @internal */
|
|
17520
17520
|
export type Pattern$Outbound = {
|
|
17521
|
-
"__@BRAND@
|
|
17521
|
+
"__@BRAND@550534": GetConfigurationProductsPropertiesAtBRANDAt550534$Outbound;
|
|
17522
17522
|
};
|
|
17523
17523
|
|
|
17524
17524
|
/** @internal */
|
|
@@ -17527,12 +17527,12 @@ export const Pattern$outboundSchema: z.ZodType<
|
|
|
17527
17527
|
z.ZodTypeDef,
|
|
17528
17528
|
Pattern
|
|
17529
17529
|
> = z.object({
|
|
17530
|
-
|
|
17531
|
-
|
|
17530
|
+
atBRANDAt550534: z.lazy(() =>
|
|
17531
|
+
GetConfigurationProductsPropertiesAtBRANDAt550534$outboundSchema
|
|
17532
17532
|
),
|
|
17533
17533
|
}).transform((v) => {
|
|
17534
17534
|
return remap$(v, {
|
|
17535
|
-
|
|
17535
|
+
atBRANDAt550534: "__@BRAND@550534",
|
|
17536
17536
|
});
|
|
17537
17537
|
});
|
|
17538
17538
|
|