@vercel/sdk 1.12.0 → 1.12.2
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 +10 -6
- package/bin/mcp-server.js +2893 -2521
- package/bin/mcp-server.js.map +34 -28
- package/docs/sdks/edgecache/README.md +2 -2
- package/docs/sdks/projects/README.md +173 -0
- package/esm/__tests__/domains.test.js +9 -6
- package/esm/__tests__/domains.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 +2 -2
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -1
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +45 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -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/edgeCacheDangerouslyDeleteByTags.d.ts +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.js +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +2 -2
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +2 -2
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +2 -2
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +2 -2
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts +20 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.js +95 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -0
- package/esm/funcs/projectsUploadProjectClientCert.d.ts +19 -0
- package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -0
- package/esm/funcs/projectsUploadProjectClientCert.js +94 -0
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +1 -1
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +1 -1
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts +7 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js +28 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js.map +1 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts +7 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +28 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -0
- package/esm/models/batchremoveprojectenvop.d.ts +99 -0
- package/esm/models/batchremoveprojectenvop.d.ts.map +1 -0
- package/esm/models/batchremoveprojectenvop.js +100 -0
- package/esm/models/batchremoveprojectenvop.js.map +1 -0
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createprojectop.d.ts +30 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +2 -2
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +2 -2
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +302 -302
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +212 -212
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +30 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +18 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadprojectclientcertop.d.ts +122 -0
- package/esm/models/uploadprojectclientcertop.d.ts.map +1 -0
- package/esm/models/uploadprojectclientcertop.js +108 -0
- package/esm/models/uploadprojectclientcertop.js.map +1 -0
- package/esm/models/userevent.d.ts +1856 -1824
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2400 -2367
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +2 -2
- package/esm/sdk/edgecache.js +2 -2
- package/esm/sdk/projects.d.ts +16 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +20 -0
- package/esm/sdk/projects.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +9 -6
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +3 -3
- package/src/__tests__/logdrains.test.ts +3 -1
- package/src/__tests__/projects.test.ts +51 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +1 -1
- package/src/funcs/edgeCacheInvalidateByTags.ts +1 -1
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +2 -2
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +2 -2
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +2 -2
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +2 -2
- package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
- package/src/funcs/projectsBatchRemoveProjectEnv.ts +206 -0
- package/src/funcs/projectsUploadProjectClientCert.ts +198 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +1 -1
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +1 -1
- package/src/mcp-server/tools/projectsBatchRemoveProjectEnv.ts +37 -0
- package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +38 -0
- package/src/models/batchremoveprojectenvop.ts +228 -0
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectop.ts +30 -30
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/getbillingplansop.ts +4 -4
- package/src/models/getconfigurationop.ts +651 -651
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/updateprojectop.ts +30 -30
- package/src/models/uploadprojectclientcertop.ts +263 -0
- package/src/models/userevent.ts +4207 -4130
- package/src/sdk/edgecache.ts +2 -2
- package/src/sdk/projects.ts +44 -0
- package/vercel-spec.json +609 -287
|
@@ -973,42 +973,42 @@ export var GetConfigurationProductsType$;
|
|
|
973
973
|
GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
|
|
974
974
|
})(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
|
|
975
975
|
/** @internal */
|
|
976
|
-
export const
|
|
976
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema = z.object({});
|
|
977
977
|
/** @internal */
|
|
978
|
-
export const
|
|
978
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema = z.object({});
|
|
979
979
|
/**
|
|
980
980
|
* @internal
|
|
981
981
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
982
982
|
*/
|
|
983
|
-
export var
|
|
984
|
-
(function (
|
|
985
|
-
/** @deprecated use `
|
|
986
|
-
|
|
987
|
-
/** @deprecated use `
|
|
988
|
-
|
|
989
|
-
})(
|
|
990
|
-
export function
|
|
991
|
-
return JSON.stringify(
|
|
992
|
-
.parse(
|
|
983
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$;
|
|
984
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$) {
|
|
985
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema` instead. */
|
|
986
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema;
|
|
987
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema` instead. */
|
|
988
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema;
|
|
989
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$ = {}));
|
|
990
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559) {
|
|
991
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema
|
|
992
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559));
|
|
993
993
|
}
|
|
994
|
-
export function
|
|
995
|
-
return safeParse(jsonString, (x) =>
|
|
996
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
994
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559FromJSON(jsonString) {
|
|
995
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema
|
|
996
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559' from JSON`);
|
|
997
997
|
}
|
|
998
998
|
/** @internal */
|
|
999
999
|
export const PropertiesValue$inboundSchema = z.object({
|
|
1000
|
-
"__@BRAND@
|
|
1000
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema),
|
|
1001
1001
|
}).transform((v) => {
|
|
1002
1002
|
return remap$(v, {
|
|
1003
|
-
"__@BRAND@
|
|
1003
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1004
1004
|
});
|
|
1005
1005
|
});
|
|
1006
1006
|
/** @internal */
|
|
1007
1007
|
export const PropertiesValue$outboundSchema = z.object({
|
|
1008
|
-
|
|
1008
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema),
|
|
1009
1009
|
}).transform((v) => {
|
|
1010
1010
|
return remap$(v, {
|
|
1011
|
-
|
|
1011
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1012
1012
|
});
|
|
1013
1013
|
});
|
|
1014
1014
|
/**
|
|
@@ -1242,42 +1242,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
1242
1242
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema;
|
|
1243
1243
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ = {}));
|
|
1244
1244
|
/** @internal */
|
|
1245
|
-
export const
|
|
1245
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema = z.object({});
|
|
1246
1246
|
/** @internal */
|
|
1247
|
-
export const
|
|
1247
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema = z.object({});
|
|
1248
1248
|
/**
|
|
1249
1249
|
* @internal
|
|
1250
1250
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1251
1251
|
*/
|
|
1252
|
-
export var
|
|
1253
|
-
(function (
|
|
1254
|
-
/** @deprecated use `
|
|
1255
|
-
|
|
1256
|
-
/** @deprecated use `
|
|
1257
|
-
|
|
1258
|
-
})(
|
|
1259
|
-
export function
|
|
1260
|
-
return JSON.stringify(
|
|
1261
|
-
.parse(
|
|
1252
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$;
|
|
1253
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$) {
|
|
1254
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema` instead. */
|
|
1255
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema;
|
|
1256
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema` instead. */
|
|
1257
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema;
|
|
1258
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$ = {}));
|
|
1259
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559) {
|
|
1260
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema
|
|
1261
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559));
|
|
1262
1262
|
}
|
|
1263
|
-
export function
|
|
1264
|
-
return safeParse(jsonString, (x) =>
|
|
1265
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1263
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559FromJSON(jsonString) {
|
|
1264
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema
|
|
1265
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559' from JSON`);
|
|
1266
1266
|
}
|
|
1267
1267
|
/** @internal */
|
|
1268
1268
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
1269
|
-
"__@BRAND@
|
|
1269
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema),
|
|
1270
1270
|
}).transform((v) => {
|
|
1271
1271
|
return remap$(v, {
|
|
1272
|
-
"__@BRAND@
|
|
1272
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1273
1273
|
});
|
|
1274
1274
|
});
|
|
1275
1275
|
/** @internal */
|
|
1276
1276
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
1277
|
-
|
|
1277
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema),
|
|
1278
1278
|
}).transform((v) => {
|
|
1279
1279
|
return remap$(v, {
|
|
1280
|
-
|
|
1280
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1281
1281
|
});
|
|
1282
1282
|
});
|
|
1283
1283
|
/**
|
|
@@ -1300,42 +1300,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
1300
1300
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
|
|
1301
1301
|
}
|
|
1302
1302
|
/** @internal */
|
|
1303
|
-
export const
|
|
1303
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema = z.object({});
|
|
1304
1304
|
/** @internal */
|
|
1305
|
-
export const
|
|
1305
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema = z.object({});
|
|
1306
1306
|
/**
|
|
1307
1307
|
* @internal
|
|
1308
1308
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1309
1309
|
*/
|
|
1310
|
-
export var
|
|
1311
|
-
(function (
|
|
1312
|
-
/** @deprecated use `
|
|
1313
|
-
|
|
1314
|
-
/** @deprecated use `
|
|
1315
|
-
|
|
1316
|
-
})(
|
|
1317
|
-
export function
|
|
1318
|
-
return JSON.stringify(
|
|
1319
|
-
.parse(
|
|
1310
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$;
|
|
1311
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$) {
|
|
1312
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema` instead. */
|
|
1313
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema;
|
|
1314
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema` instead. */
|
|
1315
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema;
|
|
1316
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$ = {}));
|
|
1317
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559) {
|
|
1318
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema
|
|
1319
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559));
|
|
1320
1320
|
}
|
|
1321
|
-
export function
|
|
1322
|
-
return safeParse(jsonString, (x) =>
|
|
1323
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1321
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559FromJSON(jsonString) {
|
|
1322
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema
|
|
1323
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559' from JSON`);
|
|
1324
1324
|
}
|
|
1325
1325
|
/** @internal */
|
|
1326
1326
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
1327
|
-
"__@BRAND@
|
|
1327
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema),
|
|
1328
1328
|
}).transform((v) => {
|
|
1329
1329
|
return remap$(v, {
|
|
1330
|
-
"__@BRAND@
|
|
1330
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1331
1331
|
});
|
|
1332
1332
|
});
|
|
1333
1333
|
/** @internal */
|
|
1334
1334
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
1335
|
-
|
|
1335
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema),
|
|
1336
1336
|
}).transform((v) => {
|
|
1337
1337
|
return remap$(v, {
|
|
1338
|
-
|
|
1338
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1339
1339
|
});
|
|
1340
1340
|
});
|
|
1341
1341
|
/**
|
|
@@ -1358,42 +1358,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
1358
1358
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
|
|
1359
1359
|
}
|
|
1360
1360
|
/** @internal */
|
|
1361
|
-
export const
|
|
1361
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema = z.object({});
|
|
1362
1362
|
/** @internal */
|
|
1363
|
-
export const
|
|
1363
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema = z.object({});
|
|
1364
1364
|
/**
|
|
1365
1365
|
* @internal
|
|
1366
1366
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1367
1367
|
*/
|
|
1368
|
-
export var
|
|
1369
|
-
(function (
|
|
1370
|
-
/** @deprecated use `
|
|
1371
|
-
|
|
1372
|
-
/** @deprecated use `
|
|
1373
|
-
|
|
1374
|
-
})(
|
|
1375
|
-
export function
|
|
1376
|
-
return JSON.stringify(
|
|
1377
|
-
.parse(
|
|
1368
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$;
|
|
1369
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$) {
|
|
1370
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema` instead. */
|
|
1371
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema;
|
|
1372
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema` instead. */
|
|
1373
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema;
|
|
1374
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$ = {}));
|
|
1375
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559) {
|
|
1376
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema
|
|
1377
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559));
|
|
1378
1378
|
}
|
|
1379
|
-
export function
|
|
1380
|
-
return safeParse(jsonString, (x) =>
|
|
1381
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1379
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559FromJSON(jsonString) {
|
|
1380
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema
|
|
1381
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559' from JSON`);
|
|
1382
1382
|
}
|
|
1383
1383
|
/** @internal */
|
|
1384
1384
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
1385
|
-
"__@BRAND@
|
|
1385
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema),
|
|
1386
1386
|
}).transform((v) => {
|
|
1387
1387
|
return remap$(v, {
|
|
1388
|
-
"__@BRAND@
|
|
1388
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1389
1389
|
});
|
|
1390
1390
|
});
|
|
1391
1391
|
/** @internal */
|
|
1392
1392
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
1393
|
-
|
|
1393
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema),
|
|
1394
1394
|
}).transform((v) => {
|
|
1395
1395
|
return remap$(v, {
|
|
1396
|
-
|
|
1396
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1397
1397
|
});
|
|
1398
1398
|
});
|
|
1399
1399
|
/**
|
|
@@ -1866,42 +1866,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
1866
1866
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
|
|
1867
1867
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
|
|
1868
1868
|
/** @internal */
|
|
1869
|
-
export const
|
|
1869
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema = z.object({});
|
|
1870
1870
|
/** @internal */
|
|
1871
|
-
export const
|
|
1871
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema = z.object({});
|
|
1872
1872
|
/**
|
|
1873
1873
|
* @internal
|
|
1874
1874
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1875
1875
|
*/
|
|
1876
|
-
export var
|
|
1877
|
-
(function (
|
|
1878
|
-
/** @deprecated use `
|
|
1879
|
-
|
|
1880
|
-
/** @deprecated use `
|
|
1881
|
-
|
|
1882
|
-
})(
|
|
1883
|
-
export function
|
|
1884
|
-
return JSON.stringify(
|
|
1885
|
-
.parse(
|
|
1876
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$;
|
|
1877
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$) {
|
|
1878
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema` instead. */
|
|
1879
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema;
|
|
1880
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema` instead. */
|
|
1881
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema;
|
|
1882
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$ = {}));
|
|
1883
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559) {
|
|
1884
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema
|
|
1885
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559));
|
|
1886
1886
|
}
|
|
1887
|
-
export function
|
|
1888
|
-
return safeParse(jsonString, (x) =>
|
|
1889
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1887
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559FromJSON(jsonString) {
|
|
1888
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema
|
|
1889
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559' from JSON`);
|
|
1890
1890
|
}
|
|
1891
1891
|
/** @internal */
|
|
1892
1892
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1893
|
-
"__@BRAND@
|
|
1893
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema),
|
|
1894
1894
|
}).transform((v) => {
|
|
1895
1895
|
return remap$(v, {
|
|
1896
|
-
"__@BRAND@
|
|
1896
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1897
1897
|
});
|
|
1898
1898
|
});
|
|
1899
1899
|
/** @internal */
|
|
1900
1900
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1901
|
-
|
|
1901
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema),
|
|
1902
1902
|
}).transform((v) => {
|
|
1903
1903
|
return remap$(v, {
|
|
1904
|
-
|
|
1904
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1905
1905
|
});
|
|
1906
1906
|
});
|
|
1907
1907
|
/**
|
|
@@ -1924,42 +1924,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
1924
1924
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1925
1925
|
}
|
|
1926
1926
|
/** @internal */
|
|
1927
|
-
export const
|
|
1927
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema = z.object({});
|
|
1928
1928
|
/** @internal */
|
|
1929
|
-
export const
|
|
1929
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema = z.object({});
|
|
1930
1930
|
/**
|
|
1931
1931
|
* @internal
|
|
1932
1932
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1933
1933
|
*/
|
|
1934
|
-
export var
|
|
1935
|
-
(function (
|
|
1936
|
-
/** @deprecated use `
|
|
1937
|
-
|
|
1938
|
-
/** @deprecated use `
|
|
1939
|
-
|
|
1940
|
-
})(
|
|
1941
|
-
export function
|
|
1942
|
-
return JSON.stringify(
|
|
1943
|
-
.parse(
|
|
1934
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$;
|
|
1935
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$) {
|
|
1936
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema` instead. */
|
|
1937
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema;
|
|
1938
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema` instead. */
|
|
1939
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema;
|
|
1940
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$ = {}));
|
|
1941
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559) {
|
|
1942
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema
|
|
1943
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559));
|
|
1944
1944
|
}
|
|
1945
|
-
export function
|
|
1946
|
-
return safeParse(jsonString, (x) =>
|
|
1947
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1945
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559FromJSON(jsonString) {
|
|
1946
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema
|
|
1947
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559' from JSON`);
|
|
1948
1948
|
}
|
|
1949
1949
|
/** @internal */
|
|
1950
1950
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1951
|
-
"__@BRAND@
|
|
1951
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema),
|
|
1952
1952
|
}).transform((v) => {
|
|
1953
1953
|
return remap$(v, {
|
|
1954
|
-
"__@BRAND@
|
|
1954
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
1955
1955
|
});
|
|
1956
1956
|
});
|
|
1957
1957
|
/** @internal */
|
|
1958
1958
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1959
|
-
|
|
1959
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema),
|
|
1960
1960
|
}).transform((v) => {
|
|
1961
1961
|
return remap$(v, {
|
|
1962
|
-
|
|
1962
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
1963
1963
|
});
|
|
1964
1964
|
});
|
|
1965
1965
|
/**
|
|
@@ -1982,42 +1982,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
1982
1982
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1983
1983
|
}
|
|
1984
1984
|
/** @internal */
|
|
1985
|
-
export const
|
|
1985
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema = z.object({});
|
|
1986
1986
|
/** @internal */
|
|
1987
|
-
export const
|
|
1987
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema = z.object({});
|
|
1988
1988
|
/**
|
|
1989
1989
|
* @internal
|
|
1990
1990
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1991
1991
|
*/
|
|
1992
|
-
export var
|
|
1993
|
-
(function (
|
|
1994
|
-
/** @deprecated use `
|
|
1995
|
-
|
|
1996
|
-
/** @deprecated use `
|
|
1997
|
-
|
|
1998
|
-
})(
|
|
1999
|
-
export function
|
|
2000
|
-
return JSON.stringify(
|
|
2001
|
-
.parse(
|
|
1992
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$;
|
|
1993
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$) {
|
|
1994
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema` instead. */
|
|
1995
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema;
|
|
1996
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema` instead. */
|
|
1997
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema;
|
|
1998
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$ = {}));
|
|
1999
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559) {
|
|
2000
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema
|
|
2001
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559));
|
|
2002
2002
|
}
|
|
2003
|
-
export function
|
|
2004
|
-
return safeParse(jsonString, (x) =>
|
|
2005
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2003
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559FromJSON(jsonString) {
|
|
2004
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema
|
|
2005
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559' from JSON`);
|
|
2006
2006
|
}
|
|
2007
2007
|
/** @internal */
|
|
2008
2008
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
2009
|
-
"__@BRAND@
|
|
2009
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema),
|
|
2010
2010
|
}).transform((v) => {
|
|
2011
2011
|
return remap$(v, {
|
|
2012
|
-
"__@BRAND@
|
|
2012
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
2013
2013
|
});
|
|
2014
2014
|
});
|
|
2015
2015
|
/** @internal */
|
|
2016
2016
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
2017
|
-
|
|
2017
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema),
|
|
2018
2018
|
}).transform((v) => {
|
|
2019
2019
|
return remap$(v, {
|
|
2020
|
-
|
|
2020
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
2021
2021
|
});
|
|
2022
2022
|
});
|
|
2023
2023
|
/**
|
|
@@ -2077,42 +2077,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
|
|
|
2077
2077
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
|
|
2078
2078
|
}
|
|
2079
2079
|
/** @internal */
|
|
2080
|
-
export const
|
|
2080
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema = z.object({});
|
|
2081
2081
|
/** @internal */
|
|
2082
|
-
export const
|
|
2082
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema = z.object({});
|
|
2083
2083
|
/**
|
|
2084
2084
|
* @internal
|
|
2085
2085
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2086
2086
|
*/
|
|
2087
|
-
export var
|
|
2088
|
-
(function (
|
|
2089
|
-
/** @deprecated use `
|
|
2090
|
-
|
|
2091
|
-
/** @deprecated use `
|
|
2092
|
-
|
|
2093
|
-
})(
|
|
2094
|
-
export function
|
|
2095
|
-
return JSON.stringify(
|
|
2096
|
-
.parse(
|
|
2087
|
+
export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$;
|
|
2088
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$) {
|
|
2089
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema` instead. */
|
|
2090
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema;
|
|
2091
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema` instead. */
|
|
2092
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema;
|
|
2093
|
+
})(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$ = {}));
|
|
2094
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559) {
|
|
2095
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema
|
|
2096
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559));
|
|
2097
2097
|
}
|
|
2098
|
-
export function
|
|
2099
|
-
return safeParse(jsonString, (x) =>
|
|
2100
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2098
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559FromJSON(jsonString) {
|
|
2099
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema
|
|
2100
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559' from JSON`);
|
|
2101
2101
|
}
|
|
2102
2102
|
/** @internal */
|
|
2103
2103
|
export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
|
|
2104
|
-
"__@BRAND@
|
|
2104
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema),
|
|
2105
2105
|
}).transform((v) => {
|
|
2106
2106
|
return remap$(v, {
|
|
2107
|
-
"__@BRAND@
|
|
2107
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
2108
2108
|
});
|
|
2109
2109
|
});
|
|
2110
2110
|
/** @internal */
|
|
2111
2111
|
export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
|
|
2112
|
-
|
|
2112
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema),
|
|
2113
2113
|
}).transform((v) => {
|
|
2114
2114
|
return remap$(v, {
|
|
2115
|
-
|
|
2115
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
2116
2116
|
});
|
|
2117
2117
|
});
|
|
2118
2118
|
/**
|
|
@@ -2324,40 +2324,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
|
|
|
2324
2324
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
|
|
2325
2325
|
}
|
|
2326
2326
|
/** @internal */
|
|
2327
|
-
export const
|
|
2327
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema = z.object({});
|
|
2328
2328
|
/** @internal */
|
|
2329
|
-
export const
|
|
2329
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema = z.object({});
|
|
2330
2330
|
/**
|
|
2331
2331
|
* @internal
|
|
2332
2332
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2333
2333
|
*/
|
|
2334
|
-
export var
|
|
2335
|
-
(function (
|
|
2336
|
-
/** @deprecated use `
|
|
2337
|
-
|
|
2338
|
-
/** @deprecated use `
|
|
2339
|
-
|
|
2340
|
-
})(
|
|
2341
|
-
export function
|
|
2342
|
-
return JSON.stringify(
|
|
2334
|
+
export var GetConfigurationProductsUiOptionsAtBRANDAt543559$;
|
|
2335
|
+
(function (GetConfigurationProductsUiOptionsAtBRANDAt543559$) {
|
|
2336
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema` instead. */
|
|
2337
|
+
GetConfigurationProductsUiOptionsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema;
|
|
2338
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema` instead. */
|
|
2339
|
+
GetConfigurationProductsUiOptionsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema;
|
|
2340
|
+
})(GetConfigurationProductsUiOptionsAtBRANDAt543559$ || (GetConfigurationProductsUiOptionsAtBRANDAt543559$ = {}));
|
|
2341
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt543559ToJSON(getConfigurationProductsUiOptionsAtBRANDAt543559) {
|
|
2342
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt543559));
|
|
2343
2343
|
}
|
|
2344
|
-
export function
|
|
2345
|
-
return safeParse(jsonString, (x) =>
|
|
2344
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt543559FromJSON(jsonString) {
|
|
2345
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt543559' from JSON`);
|
|
2346
2346
|
}
|
|
2347
2347
|
/** @internal */
|
|
2348
2348
|
export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
|
|
2349
|
-
"__@BRAND@
|
|
2349
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema),
|
|
2350
2350
|
}).transform((v) => {
|
|
2351
2351
|
return remap$(v, {
|
|
2352
|
-
"__@BRAND@
|
|
2352
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
2353
2353
|
});
|
|
2354
2354
|
});
|
|
2355
2355
|
/** @internal */
|
|
2356
2356
|
export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
|
|
2357
|
-
|
|
2357
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema),
|
|
2358
2358
|
}).transform((v) => {
|
|
2359
2359
|
return remap$(v, {
|
|
2360
|
-
|
|
2360
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
2361
2361
|
});
|
|
2362
2362
|
});
|
|
2363
2363
|
/**
|
|
@@ -2899,42 +2899,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
2899
2899
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
|
|
2900
2900
|
}
|
|
2901
2901
|
/** @internal */
|
|
2902
|
-
export const
|
|
2902
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema = z.object({});
|
|
2903
2903
|
/** @internal */
|
|
2904
|
-
export const
|
|
2904
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema = z.object({});
|
|
2905
2905
|
/**
|
|
2906
2906
|
* @internal
|
|
2907
2907
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2908
2908
|
*/
|
|
2909
|
-
export var
|
|
2910
|
-
(function (
|
|
2911
|
-
/** @deprecated use `
|
|
2912
|
-
|
|
2913
|
-
/** @deprecated use `
|
|
2914
|
-
|
|
2915
|
-
})(
|
|
2916
|
-
export function
|
|
2917
|
-
return JSON.stringify(
|
|
2918
|
-
.parse(
|
|
2909
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$;
|
|
2910
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$) {
|
|
2911
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema` instead. */
|
|
2912
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema;
|
|
2913
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema` instead. */
|
|
2914
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema;
|
|
2915
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$ = {}));
|
|
2916
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559) {
|
|
2917
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema
|
|
2918
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559));
|
|
2919
2919
|
}
|
|
2920
|
-
export function
|
|
2921
|
-
return safeParse(jsonString, (x) =>
|
|
2922
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2920
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559FromJSON(jsonString) {
|
|
2921
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema
|
|
2922
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559' from JSON`);
|
|
2923
2923
|
}
|
|
2924
2924
|
/** @internal */
|
|
2925
2925
|
export const Default$inboundSchema = z.object({
|
|
2926
|
-
"__@BRAND@
|
|
2926
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema),
|
|
2927
2927
|
}).transform((v) => {
|
|
2928
2928
|
return remap$(v, {
|
|
2929
|
-
"__@BRAND@
|
|
2929
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
2930
2930
|
});
|
|
2931
2931
|
});
|
|
2932
2932
|
/** @internal */
|
|
2933
2933
|
export const Default$outboundSchema = z.object({
|
|
2934
|
-
|
|
2934
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema),
|
|
2935
2935
|
}).transform((v) => {
|
|
2936
2936
|
return remap$(v, {
|
|
2937
|
-
|
|
2937
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
2938
2938
|
});
|
|
2939
2939
|
});
|
|
2940
2940
|
/**
|
|
@@ -2955,42 +2955,42 @@ export function defaultFromJSON(jsonString) {
|
|
|
2955
2955
|
return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
|
|
2956
2956
|
}
|
|
2957
2957
|
/** @internal */
|
|
2958
|
-
export const
|
|
2958
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema = z.object({});
|
|
2959
2959
|
/** @internal */
|
|
2960
|
-
export const
|
|
2960
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema = z.object({});
|
|
2961
2961
|
/**
|
|
2962
2962
|
* @internal
|
|
2963
2963
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2964
2964
|
*/
|
|
2965
|
-
export var
|
|
2966
|
-
(function (
|
|
2967
|
-
/** @deprecated use `
|
|
2968
|
-
|
|
2969
|
-
/** @deprecated use `
|
|
2970
|
-
|
|
2971
|
-
})(
|
|
2972
|
-
export function
|
|
2973
|
-
return JSON.stringify(
|
|
2974
|
-
.parse(
|
|
2965
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$;
|
|
2966
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$) {
|
|
2967
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema` instead. */
|
|
2968
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema;
|
|
2969
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema` instead. */
|
|
2970
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema;
|
|
2971
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$ = {}));
|
|
2972
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559) {
|
|
2973
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema
|
|
2974
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559));
|
|
2975
2975
|
}
|
|
2976
|
-
export function
|
|
2977
|
-
return safeParse(jsonString, (x) =>
|
|
2978
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2976
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559FromJSON(jsonString) {
|
|
2977
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema
|
|
2978
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559' from JSON`);
|
|
2979
2979
|
}
|
|
2980
2980
|
/** @internal */
|
|
2981
2981
|
export const Example$inboundSchema = z.object({
|
|
2982
|
-
"__@BRAND@
|
|
2982
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema),
|
|
2983
2983
|
}).transform((v) => {
|
|
2984
2984
|
return remap$(v, {
|
|
2985
|
-
"__@BRAND@
|
|
2985
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
2986
2986
|
});
|
|
2987
2987
|
});
|
|
2988
2988
|
/** @internal */
|
|
2989
2989
|
export const Example$outboundSchema = z.object({
|
|
2990
|
-
|
|
2990
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema),
|
|
2991
2991
|
}).transform((v) => {
|
|
2992
2992
|
return remap$(v, {
|
|
2993
|
-
|
|
2993
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
2994
2994
|
});
|
|
2995
2995
|
});
|
|
2996
2996
|
/**
|
|
@@ -3158,42 +3158,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
3158
3158
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
|
|
3159
3159
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
|
|
3160
3160
|
/** @internal */
|
|
3161
|
-
export const
|
|
3161
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema = z.object({});
|
|
3162
3162
|
/** @internal */
|
|
3163
|
-
export const
|
|
3163
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema = z.object({});
|
|
3164
3164
|
/**
|
|
3165
3165
|
* @internal
|
|
3166
3166
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3167
3167
|
*/
|
|
3168
|
-
export var
|
|
3169
|
-
(function (
|
|
3170
|
-
/** @deprecated use `
|
|
3171
|
-
|
|
3172
|
-
/** @deprecated use `
|
|
3173
|
-
|
|
3174
|
-
})(
|
|
3175
|
-
export function
|
|
3176
|
-
return JSON.stringify(
|
|
3177
|
-
.parse(
|
|
3168
|
+
export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$;
|
|
3169
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$) {
|
|
3170
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema` instead. */
|
|
3171
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema;
|
|
3172
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema` instead. */
|
|
3173
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema;
|
|
3174
|
+
})(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$ = {}));
|
|
3175
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559) {
|
|
3176
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema
|
|
3177
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559));
|
|
3178
3178
|
}
|
|
3179
|
-
export function
|
|
3180
|
-
return safeParse(jsonString, (x) =>
|
|
3181
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3179
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559FromJSON(jsonString) {
|
|
3180
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema
|
|
3181
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559' from JSON`);
|
|
3182
3182
|
}
|
|
3183
3183
|
/** @internal */
|
|
3184
3184
|
export const UiOptionsValue$inboundSchema = z.object({
|
|
3185
|
-
"__@BRAND@
|
|
3185
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema),
|
|
3186
3186
|
}).transform((v) => {
|
|
3187
3187
|
return remap$(v, {
|
|
3188
|
-
"__@BRAND@
|
|
3188
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
3189
3189
|
});
|
|
3190
3190
|
});
|
|
3191
3191
|
/** @internal */
|
|
3192
3192
|
export const UiOptionsValue$outboundSchema = z.object({
|
|
3193
|
-
|
|
3193
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema),
|
|
3194
3194
|
}).transform((v) => {
|
|
3195
3195
|
return remap$(v, {
|
|
3196
|
-
|
|
3196
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
3197
3197
|
});
|
|
3198
3198
|
});
|
|
3199
3199
|
/**
|
|
@@ -3401,40 +3401,40 @@ export function uiOptions3FromJSON(jsonString) {
|
|
|
3401
3401
|
return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
|
|
3402
3402
|
}
|
|
3403
3403
|
/** @internal */
|
|
3404
|
-
export const
|
|
3404
|
+
export const UiOptionsAtBRANDAt543559$inboundSchema = z.object({});
|
|
3405
3405
|
/** @internal */
|
|
3406
|
-
export const
|
|
3406
|
+
export const UiOptionsAtBRANDAt543559$outboundSchema = z.object({});
|
|
3407
3407
|
/**
|
|
3408
3408
|
* @internal
|
|
3409
3409
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3410
3410
|
*/
|
|
3411
|
-
export var
|
|
3412
|
-
(function (
|
|
3413
|
-
/** @deprecated use `
|
|
3414
|
-
|
|
3415
|
-
/** @deprecated use `
|
|
3416
|
-
|
|
3417
|
-
})(
|
|
3418
|
-
export function
|
|
3419
|
-
return JSON.stringify(
|
|
3411
|
+
export var UiOptionsAtBRANDAt543559$;
|
|
3412
|
+
(function (UiOptionsAtBRANDAt543559$) {
|
|
3413
|
+
/** @deprecated use `UiOptionsAtBRANDAt543559$inboundSchema` instead. */
|
|
3414
|
+
UiOptionsAtBRANDAt543559$.inboundSchema = UiOptionsAtBRANDAt543559$inboundSchema;
|
|
3415
|
+
/** @deprecated use `UiOptionsAtBRANDAt543559$outboundSchema` instead. */
|
|
3416
|
+
UiOptionsAtBRANDAt543559$.outboundSchema = UiOptionsAtBRANDAt543559$outboundSchema;
|
|
3417
|
+
})(UiOptionsAtBRANDAt543559$ || (UiOptionsAtBRANDAt543559$ = {}));
|
|
3418
|
+
export function uiOptionsAtBRANDAt543559ToJSON(uiOptionsAtBRANDAt543559) {
|
|
3419
|
+
return JSON.stringify(UiOptionsAtBRANDAt543559$outboundSchema.parse(uiOptionsAtBRANDAt543559));
|
|
3420
3420
|
}
|
|
3421
|
-
export function
|
|
3422
|
-
return safeParse(jsonString, (x) =>
|
|
3421
|
+
export function uiOptionsAtBRANDAt543559FromJSON(jsonString) {
|
|
3422
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt543559' from JSON`);
|
|
3423
3423
|
}
|
|
3424
3424
|
/** @internal */
|
|
3425
3425
|
export const UiOptions2$inboundSchema = z.object({
|
|
3426
|
-
"__@BRAND@
|
|
3426
|
+
"__@BRAND@543559": z.lazy(() => UiOptionsAtBRANDAt543559$inboundSchema),
|
|
3427
3427
|
}).transform((v) => {
|
|
3428
3428
|
return remap$(v, {
|
|
3429
|
-
"__@BRAND@
|
|
3429
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
3430
3430
|
});
|
|
3431
3431
|
});
|
|
3432
3432
|
/** @internal */
|
|
3433
3433
|
export const UiOptions2$outboundSchema = z.object({
|
|
3434
|
-
|
|
3434
|
+
atBRANDAt543559: z.lazy(() => UiOptionsAtBRANDAt543559$outboundSchema),
|
|
3435
3435
|
}).transform((v) => {
|
|
3436
3436
|
return remap$(v, {
|
|
3437
|
-
|
|
3437
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
3438
3438
|
});
|
|
3439
3439
|
});
|
|
3440
3440
|
/**
|
|
@@ -3673,42 +3673,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
|
|
|
3673
3673
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
|
|
3674
3674
|
}
|
|
3675
3675
|
/** @internal */
|
|
3676
|
-
export const
|
|
3676
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema = z.object({});
|
|
3677
3677
|
/** @internal */
|
|
3678
|
-
export const
|
|
3678
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema = z.object({});
|
|
3679
3679
|
/**
|
|
3680
3680
|
* @internal
|
|
3681
3681
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3682
3682
|
*/
|
|
3683
|
-
export var
|
|
3684
|
-
(function (
|
|
3685
|
-
/** @deprecated use `
|
|
3686
|
-
|
|
3687
|
-
/** @deprecated use `
|
|
3688
|
-
|
|
3689
|
-
})(
|
|
3690
|
-
export function
|
|
3691
|
-
return JSON.stringify(
|
|
3692
|
-
.parse(
|
|
3683
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$;
|
|
3684
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$) {
|
|
3685
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema` instead. */
|
|
3686
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema;
|
|
3687
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema` instead. */
|
|
3688
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema;
|
|
3689
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$ = {}));
|
|
3690
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559) {
|
|
3691
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema
|
|
3692
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559));
|
|
3693
3693
|
}
|
|
3694
|
-
export function
|
|
3695
|
-
return safeParse(jsonString, (x) =>
|
|
3696
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3694
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559FromJSON(jsonString) {
|
|
3695
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema
|
|
3696
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559' from JSON`);
|
|
3697
3697
|
}
|
|
3698
3698
|
/** @internal */
|
|
3699
3699
|
export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
|
|
3700
|
-
"__@BRAND@
|
|
3700
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema),
|
|
3701
3701
|
}).transform((v) => {
|
|
3702
3702
|
return remap$(v, {
|
|
3703
|
-
"__@BRAND@
|
|
3703
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
3704
3704
|
});
|
|
3705
3705
|
});
|
|
3706
3706
|
/** @internal */
|
|
3707
3707
|
export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
|
|
3708
|
-
|
|
3708
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema),
|
|
3709
3709
|
}).transform((v) => {
|
|
3710
3710
|
return remap$(v, {
|
|
3711
|
-
|
|
3711
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
3712
3712
|
});
|
|
3713
3713
|
});
|
|
3714
3714
|
/**
|
|
@@ -3729,42 +3729,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
|
|
|
3729
3729
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
|
|
3730
3730
|
}
|
|
3731
3731
|
/** @internal */
|
|
3732
|
-
export const
|
|
3732
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema = z.object({});
|
|
3733
3733
|
/** @internal */
|
|
3734
|
-
export const
|
|
3734
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema = z.object({});
|
|
3735
3735
|
/**
|
|
3736
3736
|
* @internal
|
|
3737
3737
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3738
3738
|
*/
|
|
3739
|
-
export var
|
|
3740
|
-
(function (
|
|
3741
|
-
/** @deprecated use `
|
|
3742
|
-
|
|
3743
|
-
/** @deprecated use `
|
|
3744
|
-
|
|
3745
|
-
})(
|
|
3746
|
-
export function
|
|
3747
|
-
return JSON.stringify(
|
|
3748
|
-
.parse(
|
|
3739
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$;
|
|
3740
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$) {
|
|
3741
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema` instead. */
|
|
3742
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema;
|
|
3743
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema` instead. */
|
|
3744
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema;
|
|
3745
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$ = {}));
|
|
3746
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559) {
|
|
3747
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema
|
|
3748
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559));
|
|
3749
3749
|
}
|
|
3750
|
-
export function
|
|
3751
|
-
return safeParse(jsonString, (x) =>
|
|
3752
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3750
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559FromJSON(jsonString) {
|
|
3751
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema
|
|
3752
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559' from JSON`);
|
|
3753
3753
|
}
|
|
3754
3754
|
/** @internal */
|
|
3755
3755
|
export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
|
|
3756
|
-
"__@BRAND@
|
|
3756
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema),
|
|
3757
3757
|
}).transform((v) => {
|
|
3758
3758
|
return remap$(v, {
|
|
3759
|
-
"__@BRAND@
|
|
3759
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
3760
3760
|
});
|
|
3761
3761
|
});
|
|
3762
3762
|
/** @internal */
|
|
3763
3763
|
export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
|
|
3764
|
-
|
|
3764
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema),
|
|
3765
3765
|
}).transform((v) => {
|
|
3766
3766
|
return remap$(v, {
|
|
3767
|
-
|
|
3767
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
3768
3768
|
});
|
|
3769
3769
|
});
|
|
3770
3770
|
/**
|
|
@@ -3785,42 +3785,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
|
|
|
3785
3785
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
|
|
3786
3786
|
}
|
|
3787
3787
|
/** @internal */
|
|
3788
|
-
export const
|
|
3788
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema = z.object({});
|
|
3789
3789
|
/** @internal */
|
|
3790
|
-
export const
|
|
3790
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema = z.object({});
|
|
3791
3791
|
/**
|
|
3792
3792
|
* @internal
|
|
3793
3793
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3794
3794
|
*/
|
|
3795
|
-
export var
|
|
3796
|
-
(function (
|
|
3797
|
-
/** @deprecated use `
|
|
3798
|
-
|
|
3799
|
-
/** @deprecated use `
|
|
3800
|
-
|
|
3801
|
-
})(
|
|
3802
|
-
export function
|
|
3803
|
-
return JSON.stringify(
|
|
3804
|
-
.parse(
|
|
3795
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$;
|
|
3796
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$) {
|
|
3797
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema` instead. */
|
|
3798
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema;
|
|
3799
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema` instead. */
|
|
3800
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema;
|
|
3801
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$ = {}));
|
|
3802
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559) {
|
|
3803
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema
|
|
3804
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559));
|
|
3805
3805
|
}
|
|
3806
|
-
export function
|
|
3807
|
-
return safeParse(jsonString, (x) =>
|
|
3808
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3806
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559FromJSON(jsonString) {
|
|
3807
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema
|
|
3808
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559' from JSON`);
|
|
3809
3809
|
}
|
|
3810
3810
|
/** @internal */
|
|
3811
3811
|
export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
|
|
3812
|
-
"__@BRAND@
|
|
3812
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema),
|
|
3813
3813
|
}).transform((v) => {
|
|
3814
3814
|
return remap$(v, {
|
|
3815
|
-
"__@BRAND@
|
|
3815
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
3816
3816
|
});
|
|
3817
3817
|
});
|
|
3818
3818
|
/** @internal */
|
|
3819
3819
|
export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
|
|
3820
|
-
|
|
3820
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema),
|
|
3821
3821
|
}).transform((v) => {
|
|
3822
3822
|
return remap$(v, {
|
|
3823
|
-
|
|
3823
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
3824
3824
|
});
|
|
3825
3825
|
});
|
|
3826
3826
|
/**
|
|
@@ -4306,42 +4306,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
4306
4306
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
|
|
4307
4307
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
|
|
4308
4308
|
/** @internal */
|
|
4309
|
-
export const
|
|
4309
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema = z.object({});
|
|
4310
4310
|
/** @internal */
|
|
4311
|
-
export const
|
|
4311
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema = z.object({});
|
|
4312
4312
|
/**
|
|
4313
4313
|
* @internal
|
|
4314
4314
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4315
4315
|
*/
|
|
4316
|
-
export var
|
|
4317
|
-
(function (
|
|
4318
|
-
/** @deprecated use `
|
|
4319
|
-
|
|
4320
|
-
/** @deprecated use `
|
|
4321
|
-
|
|
4322
|
-
})(
|
|
4323
|
-
export function
|
|
4324
|
-
return JSON.stringify(
|
|
4325
|
-
.parse(
|
|
4316
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$;
|
|
4317
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$) {
|
|
4318
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema` instead. */
|
|
4319
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema;
|
|
4320
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema` instead. */
|
|
4321
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema;
|
|
4322
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$ = {}));
|
|
4323
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559) {
|
|
4324
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema
|
|
4325
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559));
|
|
4326
4326
|
}
|
|
4327
|
-
export function
|
|
4328
|
-
return safeParse(jsonString, (x) =>
|
|
4329
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4327
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559FromJSON(jsonString) {
|
|
4328
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema
|
|
4329
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559' from JSON`);
|
|
4330
4330
|
}
|
|
4331
4331
|
/** @internal */
|
|
4332
4332
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
4333
|
-
"__@BRAND@
|
|
4333
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema),
|
|
4334
4334
|
}).transform((v) => {
|
|
4335
4335
|
return remap$(v, {
|
|
4336
|
-
"__@BRAND@
|
|
4336
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
4337
4337
|
});
|
|
4338
4338
|
});
|
|
4339
4339
|
/** @internal */
|
|
4340
4340
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
4341
|
-
|
|
4341
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema),
|
|
4342
4342
|
}).transform((v) => {
|
|
4343
4343
|
return remap$(v, {
|
|
4344
|
-
|
|
4344
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
4345
4345
|
});
|
|
4346
4346
|
});
|
|
4347
4347
|
/**
|
|
@@ -4364,42 +4364,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
|
|
|
4364
4364
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
4365
4365
|
}
|
|
4366
4366
|
/** @internal */
|
|
4367
|
-
export const
|
|
4367
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema = z.object({});
|
|
4368
4368
|
/** @internal */
|
|
4369
|
-
export const
|
|
4369
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema = z.object({});
|
|
4370
4370
|
/**
|
|
4371
4371
|
* @internal
|
|
4372
4372
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4373
4373
|
*/
|
|
4374
|
-
export var
|
|
4375
|
-
(function (
|
|
4376
|
-
/** @deprecated use `
|
|
4377
|
-
|
|
4378
|
-
/** @deprecated use `
|
|
4379
|
-
|
|
4380
|
-
})(
|
|
4381
|
-
export function
|
|
4382
|
-
return JSON.stringify(
|
|
4383
|
-
.parse(
|
|
4374
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$;
|
|
4375
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$) {
|
|
4376
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema` instead. */
|
|
4377
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema;
|
|
4378
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema` instead. */
|
|
4379
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema;
|
|
4380
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$ = {}));
|
|
4381
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559) {
|
|
4382
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema
|
|
4383
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559));
|
|
4384
4384
|
}
|
|
4385
|
-
export function
|
|
4386
|
-
return safeParse(jsonString, (x) =>
|
|
4387
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4385
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559FromJSON(jsonString) {
|
|
4386
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema
|
|
4387
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559' from JSON`);
|
|
4388
4388
|
}
|
|
4389
4389
|
/** @internal */
|
|
4390
4390
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
4391
|
-
"__@BRAND@
|
|
4391
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema),
|
|
4392
4392
|
}).transform((v) => {
|
|
4393
4393
|
return remap$(v, {
|
|
4394
|
-
"__@BRAND@
|
|
4394
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
4395
4395
|
});
|
|
4396
4396
|
});
|
|
4397
4397
|
/** @internal */
|
|
4398
4398
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
4399
|
-
|
|
4399
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema),
|
|
4400
4400
|
}).transform((v) => {
|
|
4401
4401
|
return remap$(v, {
|
|
4402
|
-
|
|
4402
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
4403
4403
|
});
|
|
4404
4404
|
});
|
|
4405
4405
|
/**
|
|
@@ -4422,42 +4422,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
|
|
|
4422
4422
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
4423
4423
|
}
|
|
4424
4424
|
/** @internal */
|
|
4425
|
-
export const
|
|
4425
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema = z.object({});
|
|
4426
4426
|
/** @internal */
|
|
4427
|
-
export const
|
|
4427
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema = z.object({});
|
|
4428
4428
|
/**
|
|
4429
4429
|
* @internal
|
|
4430
4430
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4431
4431
|
*/
|
|
4432
|
-
export var
|
|
4433
|
-
(function (
|
|
4434
|
-
/** @deprecated use `
|
|
4435
|
-
|
|
4436
|
-
/** @deprecated use `
|
|
4437
|
-
|
|
4438
|
-
})(
|
|
4439
|
-
export function
|
|
4440
|
-
return JSON.stringify(
|
|
4441
|
-
.parse(
|
|
4432
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$;
|
|
4433
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$) {
|
|
4434
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema` instead. */
|
|
4435
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema;
|
|
4436
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema` instead. */
|
|
4437
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema;
|
|
4438
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$ = {}));
|
|
4439
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559) {
|
|
4440
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema
|
|
4441
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559));
|
|
4442
4442
|
}
|
|
4443
|
-
export function
|
|
4444
|
-
return safeParse(jsonString, (x) =>
|
|
4445
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4443
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559FromJSON(jsonString) {
|
|
4444
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema
|
|
4445
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559' from JSON`);
|
|
4446
4446
|
}
|
|
4447
4447
|
/** @internal */
|
|
4448
4448
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
4449
|
-
"__@BRAND@
|
|
4449
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema),
|
|
4450
4450
|
}).transform((v) => {
|
|
4451
4451
|
return remap$(v, {
|
|
4452
|
-
"__@BRAND@
|
|
4452
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
4453
4453
|
});
|
|
4454
4454
|
});
|
|
4455
4455
|
/** @internal */
|
|
4456
4456
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
4457
|
-
|
|
4457
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema),
|
|
4458
4458
|
}).transform((v) => {
|
|
4459
4459
|
return remap$(v, {
|
|
4460
|
-
|
|
4460
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
4461
4461
|
});
|
|
4462
4462
|
});
|
|
4463
4463
|
/**
|
|
@@ -5331,42 +5331,42 @@ export function uiOptionsFromJSON(jsonString) {
|
|
|
5331
5331
|
return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
|
|
5332
5332
|
}
|
|
5333
5333
|
/** @internal */
|
|
5334
|
-
export const
|
|
5334
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema = z.object({});
|
|
5335
5335
|
/** @internal */
|
|
5336
|
-
export const
|
|
5336
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema = z.object({});
|
|
5337
5337
|
/**
|
|
5338
5338
|
* @internal
|
|
5339
5339
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5340
5340
|
*/
|
|
5341
|
-
export var
|
|
5342
|
-
(function (
|
|
5343
|
-
/** @deprecated use `
|
|
5344
|
-
|
|
5345
|
-
/** @deprecated use `
|
|
5346
|
-
|
|
5347
|
-
})(
|
|
5348
|
-
export function
|
|
5349
|
-
return JSON.stringify(
|
|
5350
|
-
.parse(
|
|
5341
|
+
export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$;
|
|
5342
|
+
(function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$) {
|
|
5343
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema` instead. */
|
|
5344
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema;
|
|
5345
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema` instead. */
|
|
5346
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema;
|
|
5347
|
+
})(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$ = {}));
|
|
5348
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559) {
|
|
5349
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema
|
|
5350
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559));
|
|
5351
5351
|
}
|
|
5352
|
-
export function
|
|
5353
|
-
return safeParse(jsonString, (x) =>
|
|
5354
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5352
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559FromJSON(jsonString) {
|
|
5353
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema
|
|
5354
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559' from JSON`);
|
|
5355
5355
|
}
|
|
5356
5356
|
/** @internal */
|
|
5357
5357
|
export const PropertiesMinLength$inboundSchema = z.object({
|
|
5358
|
-
"__@BRAND@
|
|
5358
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema),
|
|
5359
5359
|
}).transform((v) => {
|
|
5360
5360
|
return remap$(v, {
|
|
5361
|
-
"__@BRAND@
|
|
5361
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
5362
5362
|
});
|
|
5363
5363
|
});
|
|
5364
5364
|
/** @internal */
|
|
5365
5365
|
export const PropertiesMinLength$outboundSchema = z.object({
|
|
5366
|
-
|
|
5366
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema),
|
|
5367
5367
|
}).transform((v) => {
|
|
5368
5368
|
return remap$(v, {
|
|
5369
|
-
|
|
5369
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
5370
5370
|
});
|
|
5371
5371
|
});
|
|
5372
5372
|
/**
|
|
@@ -5387,42 +5387,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
|
|
|
5387
5387
|
return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
|
|
5388
5388
|
}
|
|
5389
5389
|
/** @internal */
|
|
5390
|
-
export const
|
|
5390
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema = z.object({});
|
|
5391
5391
|
/** @internal */
|
|
5392
|
-
export const
|
|
5392
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema = z.object({});
|
|
5393
5393
|
/**
|
|
5394
5394
|
* @internal
|
|
5395
5395
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5396
5396
|
*/
|
|
5397
|
-
export var
|
|
5398
|
-
(function (
|
|
5399
|
-
/** @deprecated use `
|
|
5400
|
-
|
|
5401
|
-
/** @deprecated use `
|
|
5402
|
-
|
|
5403
|
-
})(
|
|
5404
|
-
export function
|
|
5405
|
-
return JSON.stringify(
|
|
5406
|
-
.parse(
|
|
5397
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$;
|
|
5398
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$) {
|
|
5399
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema` instead. */
|
|
5400
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema;
|
|
5401
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema` instead. */
|
|
5402
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema;
|
|
5403
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$ = {}));
|
|
5404
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559) {
|
|
5405
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema
|
|
5406
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559));
|
|
5407
5407
|
}
|
|
5408
|
-
export function
|
|
5409
|
-
return safeParse(jsonString, (x) =>
|
|
5410
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5408
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559FromJSON(jsonString) {
|
|
5409
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema
|
|
5410
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559' from JSON`);
|
|
5411
5411
|
}
|
|
5412
5412
|
/** @internal */
|
|
5413
5413
|
export const PropertiesMaxLength$inboundSchema = z.object({
|
|
5414
|
-
"__@BRAND@
|
|
5414
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema),
|
|
5415
5415
|
}).transform((v) => {
|
|
5416
5416
|
return remap$(v, {
|
|
5417
|
-
"__@BRAND@
|
|
5417
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
5418
5418
|
});
|
|
5419
5419
|
});
|
|
5420
5420
|
/** @internal */
|
|
5421
5421
|
export const PropertiesMaxLength$outboundSchema = z.object({
|
|
5422
|
-
|
|
5422
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema),
|
|
5423
5423
|
}).transform((v) => {
|
|
5424
5424
|
return remap$(v, {
|
|
5425
|
-
|
|
5425
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
5426
5426
|
});
|
|
5427
5427
|
});
|
|
5428
5428
|
/**
|
|
@@ -5443,42 +5443,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
|
|
|
5443
5443
|
return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
|
|
5444
5444
|
}
|
|
5445
5445
|
/** @internal */
|
|
5446
|
-
export const
|
|
5446
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema = z.object({});
|
|
5447
5447
|
/** @internal */
|
|
5448
|
-
export const
|
|
5448
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema = z.object({});
|
|
5449
5449
|
/**
|
|
5450
5450
|
* @internal
|
|
5451
5451
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5452
5452
|
*/
|
|
5453
|
-
export var
|
|
5454
|
-
(function (
|
|
5455
|
-
/** @deprecated use `
|
|
5456
|
-
|
|
5457
|
-
/** @deprecated use `
|
|
5458
|
-
|
|
5459
|
-
})(
|
|
5460
|
-
export function
|
|
5461
|
-
return JSON.stringify(
|
|
5462
|
-
.parse(
|
|
5453
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$;
|
|
5454
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$) {
|
|
5455
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema` instead. */
|
|
5456
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema;
|
|
5457
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema` instead. */
|
|
5458
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema;
|
|
5459
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$ = {}));
|
|
5460
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559) {
|
|
5461
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema
|
|
5462
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559));
|
|
5463
5463
|
}
|
|
5464
|
-
export function
|
|
5465
|
-
return safeParse(jsonString, (x) =>
|
|
5466
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5464
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559FromJSON(jsonString) {
|
|
5465
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema
|
|
5466
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559' from JSON`);
|
|
5467
5467
|
}
|
|
5468
5468
|
/** @internal */
|
|
5469
5469
|
export const PropertiesPattern$inboundSchema = z.object({
|
|
5470
|
-
"__@BRAND@
|
|
5470
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema),
|
|
5471
5471
|
}).transform((v) => {
|
|
5472
5472
|
return remap$(v, {
|
|
5473
|
-
"__@BRAND@
|
|
5473
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
5474
5474
|
});
|
|
5475
5475
|
});
|
|
5476
5476
|
/** @internal */
|
|
5477
5477
|
export const PropertiesPattern$outboundSchema = z.object({
|
|
5478
|
-
|
|
5478
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema),
|
|
5479
5479
|
}).transform((v) => {
|
|
5480
5480
|
return remap$(v, {
|
|
5481
|
-
|
|
5481
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
5482
5482
|
});
|
|
5483
5483
|
});
|
|
5484
5484
|
/**
|
|
@@ -7258,40 +7258,40 @@ export var UiControl$;
|
|
|
7258
7258
|
UiControl$.outboundSchema = UiControl$outboundSchema;
|
|
7259
7259
|
})(UiControl$ || (UiControl$ = {}));
|
|
7260
7260
|
/** @internal */
|
|
7261
|
-
export const
|
|
7261
|
+
export const AtBRANDAt543559$inboundSchema = z.object({});
|
|
7262
7262
|
/** @internal */
|
|
7263
|
-
export const
|
|
7263
|
+
export const AtBRANDAt543559$outboundSchema = z.object({});
|
|
7264
7264
|
/**
|
|
7265
7265
|
* @internal
|
|
7266
7266
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7267
7267
|
*/
|
|
7268
|
-
export var
|
|
7269
|
-
(function (
|
|
7270
|
-
/** @deprecated use `
|
|
7271
|
-
|
|
7272
|
-
/** @deprecated use `
|
|
7273
|
-
|
|
7274
|
-
})(
|
|
7275
|
-
export function
|
|
7276
|
-
return JSON.stringify(
|
|
7268
|
+
export var AtBRANDAt543559$;
|
|
7269
|
+
(function (AtBRANDAt543559$) {
|
|
7270
|
+
/** @deprecated use `AtBRANDAt543559$inboundSchema` instead. */
|
|
7271
|
+
AtBRANDAt543559$.inboundSchema = AtBRANDAt543559$inboundSchema;
|
|
7272
|
+
/** @deprecated use `AtBRANDAt543559$outboundSchema` instead. */
|
|
7273
|
+
AtBRANDAt543559$.outboundSchema = AtBRANDAt543559$outboundSchema;
|
|
7274
|
+
})(AtBRANDAt543559$ || (AtBRANDAt543559$ = {}));
|
|
7275
|
+
export function atBRANDAt543559ToJSON(atBRANDAt543559) {
|
|
7276
|
+
return JSON.stringify(AtBRANDAt543559$outboundSchema.parse(atBRANDAt543559));
|
|
7277
7277
|
}
|
|
7278
|
-
export function
|
|
7279
|
-
return safeParse(jsonString, (x) =>
|
|
7278
|
+
export function atBRANDAt543559FromJSON(jsonString) {
|
|
7279
|
+
return safeParse(jsonString, (x) => AtBRANDAt543559$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt543559' from JSON`);
|
|
7280
7280
|
}
|
|
7281
7281
|
/** @internal */
|
|
7282
7282
|
export const MinLength$inboundSchema = z.object({
|
|
7283
|
-
"__@BRAND@
|
|
7283
|
+
"__@BRAND@543559": z.lazy(() => AtBRANDAt543559$inboundSchema),
|
|
7284
7284
|
}).transform((v) => {
|
|
7285
7285
|
return remap$(v, {
|
|
7286
|
-
"__@BRAND@
|
|
7286
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
7287
7287
|
});
|
|
7288
7288
|
});
|
|
7289
7289
|
/** @internal */
|
|
7290
7290
|
export const MinLength$outboundSchema = z.object({
|
|
7291
|
-
|
|
7291
|
+
atBRANDAt543559: z.lazy(() => AtBRANDAt543559$outboundSchema),
|
|
7292
7292
|
}).transform((v) => {
|
|
7293
7293
|
return remap$(v, {
|
|
7294
|
-
|
|
7294
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
7295
7295
|
});
|
|
7296
7296
|
});
|
|
7297
7297
|
/**
|
|
@@ -7312,40 +7312,40 @@ export function minLengthFromJSON(jsonString) {
|
|
|
7312
7312
|
return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
|
|
7313
7313
|
}
|
|
7314
7314
|
/** @internal */
|
|
7315
|
-
export const
|
|
7315
|
+
export const PropertiesAtBRANDAt543559$inboundSchema = z.object({});
|
|
7316
7316
|
/** @internal */
|
|
7317
|
-
export const
|
|
7317
|
+
export const PropertiesAtBRANDAt543559$outboundSchema = z.object({});
|
|
7318
7318
|
/**
|
|
7319
7319
|
* @internal
|
|
7320
7320
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7321
7321
|
*/
|
|
7322
|
-
export var
|
|
7323
|
-
(function (
|
|
7324
|
-
/** @deprecated use `
|
|
7325
|
-
|
|
7326
|
-
/** @deprecated use `
|
|
7327
|
-
|
|
7328
|
-
})(
|
|
7329
|
-
export function
|
|
7330
|
-
return JSON.stringify(
|
|
7322
|
+
export var PropertiesAtBRANDAt543559$;
|
|
7323
|
+
(function (PropertiesAtBRANDAt543559$) {
|
|
7324
|
+
/** @deprecated use `PropertiesAtBRANDAt543559$inboundSchema` instead. */
|
|
7325
|
+
PropertiesAtBRANDAt543559$.inboundSchema = PropertiesAtBRANDAt543559$inboundSchema;
|
|
7326
|
+
/** @deprecated use `PropertiesAtBRANDAt543559$outboundSchema` instead. */
|
|
7327
|
+
PropertiesAtBRANDAt543559$.outboundSchema = PropertiesAtBRANDAt543559$outboundSchema;
|
|
7328
|
+
})(PropertiesAtBRANDAt543559$ || (PropertiesAtBRANDAt543559$ = {}));
|
|
7329
|
+
export function propertiesAtBRANDAt543559ToJSON(propertiesAtBRANDAt543559) {
|
|
7330
|
+
return JSON.stringify(PropertiesAtBRANDAt543559$outboundSchema.parse(propertiesAtBRANDAt543559));
|
|
7331
7331
|
}
|
|
7332
|
-
export function
|
|
7333
|
-
return safeParse(jsonString, (x) =>
|
|
7332
|
+
export function propertiesAtBRANDAt543559FromJSON(jsonString) {
|
|
7333
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt543559' from JSON`);
|
|
7334
7334
|
}
|
|
7335
7335
|
/** @internal */
|
|
7336
7336
|
export const MaxLength$inboundSchema = z.object({
|
|
7337
|
-
"__@BRAND@
|
|
7337
|
+
"__@BRAND@543559": z.lazy(() => PropertiesAtBRANDAt543559$inboundSchema),
|
|
7338
7338
|
}).transform((v) => {
|
|
7339
7339
|
return remap$(v, {
|
|
7340
|
-
"__@BRAND@
|
|
7340
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
7341
7341
|
});
|
|
7342
7342
|
});
|
|
7343
7343
|
/** @internal */
|
|
7344
7344
|
export const MaxLength$outboundSchema = z.object({
|
|
7345
|
-
|
|
7345
|
+
atBRANDAt543559: z.lazy(() => PropertiesAtBRANDAt543559$outboundSchema),
|
|
7346
7346
|
}).transform((v) => {
|
|
7347
7347
|
return remap$(v, {
|
|
7348
|
-
|
|
7348
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
7349
7349
|
});
|
|
7350
7350
|
});
|
|
7351
7351
|
/**
|
|
@@ -7366,40 +7366,40 @@ export function maxLengthFromJSON(jsonString) {
|
|
|
7366
7366
|
return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
|
|
7367
7367
|
}
|
|
7368
7368
|
/** @internal */
|
|
7369
|
-
export const
|
|
7369
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema = z.object({});
|
|
7370
7370
|
/** @internal */
|
|
7371
|
-
export const
|
|
7371
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema = z.object({});
|
|
7372
7372
|
/**
|
|
7373
7373
|
* @internal
|
|
7374
7374
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7375
7375
|
*/
|
|
7376
|
-
export var
|
|
7377
|
-
(function (
|
|
7378
|
-
/** @deprecated use `
|
|
7379
|
-
|
|
7380
|
-
/** @deprecated use `
|
|
7381
|
-
|
|
7382
|
-
})(
|
|
7383
|
-
export function
|
|
7384
|
-
return JSON.stringify(
|
|
7376
|
+
export var GetConfigurationProductsPropertiesAtBRANDAt543559$;
|
|
7377
|
+
(function (GetConfigurationProductsPropertiesAtBRANDAt543559$) {
|
|
7378
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema` instead. */
|
|
7379
|
+
GetConfigurationProductsPropertiesAtBRANDAt543559$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema;
|
|
7380
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema` instead. */
|
|
7381
|
+
GetConfigurationProductsPropertiesAtBRANDAt543559$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema;
|
|
7382
|
+
})(GetConfigurationProductsPropertiesAtBRANDAt543559$ || (GetConfigurationProductsPropertiesAtBRANDAt543559$ = {}));
|
|
7383
|
+
export function getConfigurationProductsPropertiesAtBRANDAt543559ToJSON(getConfigurationProductsPropertiesAtBRANDAt543559) {
|
|
7384
|
+
return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt543559));
|
|
7385
7385
|
}
|
|
7386
|
-
export function
|
|
7387
|
-
return safeParse(jsonString, (x) =>
|
|
7386
|
+
export function getConfigurationProductsPropertiesAtBRANDAt543559FromJSON(jsonString) {
|
|
7387
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt543559' from JSON`);
|
|
7388
7388
|
}
|
|
7389
7389
|
/** @internal */
|
|
7390
7390
|
export const Pattern$inboundSchema = z.object({
|
|
7391
|
-
"__@BRAND@
|
|
7391
|
+
"__@BRAND@543559": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema),
|
|
7392
7392
|
}).transform((v) => {
|
|
7393
7393
|
return remap$(v, {
|
|
7394
|
-
"__@BRAND@
|
|
7394
|
+
"__@BRAND@543559": "atBRANDAt543559",
|
|
7395
7395
|
});
|
|
7396
7396
|
});
|
|
7397
7397
|
/** @internal */
|
|
7398
7398
|
export const Pattern$outboundSchema = z.object({
|
|
7399
|
-
|
|
7399
|
+
atBRANDAt543559: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema),
|
|
7400
7400
|
}).transform((v) => {
|
|
7401
7401
|
return remap$(v, {
|
|
7402
|
-
|
|
7402
|
+
atBRANDAt543559: "__@BRAND@543559",
|
|
7403
7403
|
});
|
|
7404
7404
|
});
|
|
7405
7405
|
/**
|