@vercel/sdk 1.11.2 → 1.11.4
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 +45 -52
- package/bin/mcp-server.js +926 -870
- package/bin/mcp-server.js.map +29 -29
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -35
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -13
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +243 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +295 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +11 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -162
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -154
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +17 -15
- package/src/models/createintegrationstoredirectop.ts +506 -505
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +9 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +347 -338
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +715 -594
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -955,42 +955,42 @@ export var GetConfigurationProductsType$;
|
|
|
955
955
|
GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
|
|
956
956
|
})(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
|
|
957
957
|
/** @internal */
|
|
958
|
-
export const
|
|
958
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema = z.object({});
|
|
959
959
|
/** @internal */
|
|
960
|
-
export const
|
|
960
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema = z.object({});
|
|
961
961
|
/**
|
|
962
962
|
* @internal
|
|
963
963
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
964
964
|
*/
|
|
965
|
-
export var
|
|
966
|
-
(function (
|
|
967
|
-
/** @deprecated use `
|
|
968
|
-
|
|
969
|
-
/** @deprecated use `
|
|
970
|
-
|
|
971
|
-
})(
|
|
972
|
-
export function
|
|
973
|
-
return JSON.stringify(
|
|
974
|
-
.parse(
|
|
965
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$;
|
|
966
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$) {
|
|
967
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema` instead. */
|
|
968
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema;
|
|
969
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema` instead. */
|
|
970
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema;
|
|
971
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$ = {}));
|
|
972
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899) {
|
|
973
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema
|
|
974
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899));
|
|
975
975
|
}
|
|
976
|
-
export function
|
|
977
|
-
return safeParse(jsonString, (x) =>
|
|
978
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
976
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899FromJSON(jsonString) {
|
|
977
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema
|
|
978
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899' from JSON`);
|
|
979
979
|
}
|
|
980
980
|
/** @internal */
|
|
981
981
|
export const PropertiesValue$inboundSchema = z.object({
|
|
982
|
-
"__@BRAND@
|
|
982
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema),
|
|
983
983
|
}).transform((v) => {
|
|
984
984
|
return remap$(v, {
|
|
985
|
-
"__@BRAND@
|
|
985
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
986
986
|
});
|
|
987
987
|
});
|
|
988
988
|
/** @internal */
|
|
989
989
|
export const PropertiesValue$outboundSchema = z.object({
|
|
990
|
-
|
|
990
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema),
|
|
991
991
|
}).transform((v) => {
|
|
992
992
|
return remap$(v, {
|
|
993
|
-
|
|
993
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
994
994
|
});
|
|
995
995
|
});
|
|
996
996
|
/**
|
|
@@ -1239,42 +1239,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
1239
1239
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
|
|
1240
1240
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
|
|
1241
1241
|
/** @internal */
|
|
1242
|
-
export const
|
|
1242
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema = z.object({});
|
|
1243
1243
|
/** @internal */
|
|
1244
|
-
export const
|
|
1244
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema = z.object({});
|
|
1245
1245
|
/**
|
|
1246
1246
|
* @internal
|
|
1247
1247
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1248
1248
|
*/
|
|
1249
|
-
export var
|
|
1250
|
-
(function (
|
|
1251
|
-
/** @deprecated use `
|
|
1252
|
-
|
|
1253
|
-
/** @deprecated use `
|
|
1254
|
-
|
|
1255
|
-
})(
|
|
1256
|
-
export function
|
|
1257
|
-
return JSON.stringify(
|
|
1258
|
-
.parse(
|
|
1249
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$;
|
|
1250
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$) {
|
|
1251
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema` instead. */
|
|
1252
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema;
|
|
1253
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema` instead. */
|
|
1254
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema;
|
|
1255
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$ = {}));
|
|
1256
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899) {
|
|
1257
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema
|
|
1258
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899));
|
|
1259
1259
|
}
|
|
1260
|
-
export function
|
|
1261
|
-
return safeParse(jsonString, (x) =>
|
|
1262
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1260
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899FromJSON(jsonString) {
|
|
1261
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema
|
|
1262
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899' from JSON`);
|
|
1263
1263
|
}
|
|
1264
1264
|
/** @internal */
|
|
1265
1265
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1266
|
-
"__@BRAND@
|
|
1266
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema),
|
|
1267
1267
|
}).transform((v) => {
|
|
1268
1268
|
return remap$(v, {
|
|
1269
|
-
"__@BRAND@
|
|
1269
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
1270
1270
|
});
|
|
1271
1271
|
});
|
|
1272
1272
|
/** @internal */
|
|
1273
1273
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1274
|
-
|
|
1274
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema),
|
|
1275
1275
|
}).transform((v) => {
|
|
1276
1276
|
return remap$(v, {
|
|
1277
|
-
|
|
1277
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
1278
1278
|
});
|
|
1279
1279
|
});
|
|
1280
1280
|
/**
|
|
@@ -1297,42 +1297,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
1297
1297
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1298
1298
|
}
|
|
1299
1299
|
/** @internal */
|
|
1300
|
-
export const
|
|
1300
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema = z.object({});
|
|
1301
1301
|
/** @internal */
|
|
1302
|
-
export const
|
|
1302
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema = z.object({});
|
|
1303
1303
|
/**
|
|
1304
1304
|
* @internal
|
|
1305
1305
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1306
1306
|
*/
|
|
1307
|
-
export var
|
|
1308
|
-
(function (
|
|
1309
|
-
/** @deprecated use `
|
|
1310
|
-
|
|
1311
|
-
/** @deprecated use `
|
|
1312
|
-
|
|
1313
|
-
})(
|
|
1314
|
-
export function
|
|
1315
|
-
return JSON.stringify(
|
|
1316
|
-
.parse(
|
|
1307
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$;
|
|
1308
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$) {
|
|
1309
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema` instead. */
|
|
1310
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema;
|
|
1311
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema` instead. */
|
|
1312
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema;
|
|
1313
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$ = {}));
|
|
1314
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899) {
|
|
1315
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema
|
|
1316
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899));
|
|
1317
1317
|
}
|
|
1318
|
-
export function
|
|
1319
|
-
return safeParse(jsonString, (x) =>
|
|
1320
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1318
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899FromJSON(jsonString) {
|
|
1319
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema
|
|
1320
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899' from JSON`);
|
|
1321
1321
|
}
|
|
1322
1322
|
/** @internal */
|
|
1323
1323
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1324
|
-
"__@BRAND@
|
|
1324
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema),
|
|
1325
1325
|
}).transform((v) => {
|
|
1326
1326
|
return remap$(v, {
|
|
1327
|
-
"__@BRAND@
|
|
1327
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
1328
1328
|
});
|
|
1329
1329
|
});
|
|
1330
1330
|
/** @internal */
|
|
1331
1331
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1332
|
-
|
|
1332
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema),
|
|
1333
1333
|
}).transform((v) => {
|
|
1334
1334
|
return remap$(v, {
|
|
1335
|
-
|
|
1335
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
1336
1336
|
});
|
|
1337
1337
|
});
|
|
1338
1338
|
/**
|
|
@@ -1355,42 +1355,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
1355
1355
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1356
1356
|
}
|
|
1357
1357
|
/** @internal */
|
|
1358
|
-
export const
|
|
1358
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema = z.object({});
|
|
1359
1359
|
/** @internal */
|
|
1360
|
-
export const
|
|
1360
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema = z.object({});
|
|
1361
1361
|
/**
|
|
1362
1362
|
* @internal
|
|
1363
1363
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1364
1364
|
*/
|
|
1365
|
-
export var
|
|
1366
|
-
(function (
|
|
1367
|
-
/** @deprecated use `
|
|
1368
|
-
|
|
1369
|
-
/** @deprecated use `
|
|
1370
|
-
|
|
1371
|
-
})(
|
|
1372
|
-
export function
|
|
1373
|
-
return JSON.stringify(
|
|
1374
|
-
.parse(
|
|
1365
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$;
|
|
1366
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$) {
|
|
1367
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema` instead. */
|
|
1368
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema;
|
|
1369
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema` instead. */
|
|
1370
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema;
|
|
1371
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$ = {}));
|
|
1372
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899) {
|
|
1373
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema
|
|
1374
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899));
|
|
1375
1375
|
}
|
|
1376
|
-
export function
|
|
1377
|
-
return safeParse(jsonString, (x) =>
|
|
1378
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1376
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899FromJSON(jsonString) {
|
|
1377
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema
|
|
1378
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899' from JSON`);
|
|
1379
1379
|
}
|
|
1380
1380
|
/** @internal */
|
|
1381
1381
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1382
|
-
"__@BRAND@
|
|
1382
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema),
|
|
1383
1383
|
}).transform((v) => {
|
|
1384
1384
|
return remap$(v, {
|
|
1385
|
-
"__@BRAND@
|
|
1385
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
1386
1386
|
});
|
|
1387
1387
|
});
|
|
1388
1388
|
/** @internal */
|
|
1389
1389
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1390
|
-
|
|
1390
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema),
|
|
1391
1391
|
}).transform((v) => {
|
|
1392
1392
|
return remap$(v, {
|
|
1393
|
-
|
|
1393
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
1394
1394
|
});
|
|
1395
1395
|
});
|
|
1396
1396
|
/**
|
|
@@ -1450,42 +1450,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
|
|
|
1450
1450
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
|
|
1451
1451
|
}
|
|
1452
1452
|
/** @internal */
|
|
1453
|
-
export const
|
|
1453
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema = z.object({});
|
|
1454
1454
|
/** @internal */
|
|
1455
|
-
export const
|
|
1455
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema = z.object({});
|
|
1456
1456
|
/**
|
|
1457
1457
|
* @internal
|
|
1458
1458
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1459
1459
|
*/
|
|
1460
|
-
export var
|
|
1461
|
-
(function (
|
|
1462
|
-
/** @deprecated use `
|
|
1463
|
-
|
|
1464
|
-
/** @deprecated use `
|
|
1465
|
-
|
|
1466
|
-
})(
|
|
1467
|
-
export function
|
|
1468
|
-
return JSON.stringify(
|
|
1469
|
-
.parse(
|
|
1460
|
+
export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$;
|
|
1461
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$) {
|
|
1462
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema` instead. */
|
|
1463
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema;
|
|
1464
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema` instead. */
|
|
1465
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema;
|
|
1466
|
+
})(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$ = {}));
|
|
1467
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899) {
|
|
1468
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema
|
|
1469
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899));
|
|
1470
1470
|
}
|
|
1471
|
-
export function
|
|
1472
|
-
return safeParse(jsonString, (x) =>
|
|
1473
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1471
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899FromJSON(jsonString) {
|
|
1472
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema
|
|
1473
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899' from JSON`);
|
|
1474
1474
|
}
|
|
1475
1475
|
/** @internal */
|
|
1476
1476
|
export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
|
|
1477
|
-
"__@BRAND@
|
|
1477
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema),
|
|
1478
1478
|
}).transform((v) => {
|
|
1479
1479
|
return remap$(v, {
|
|
1480
|
-
"__@BRAND@
|
|
1480
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
1481
1481
|
});
|
|
1482
1482
|
});
|
|
1483
1483
|
/** @internal */
|
|
1484
1484
|
export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
|
|
1485
|
-
|
|
1485
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema),
|
|
1486
1486
|
}).transform((v) => {
|
|
1487
1487
|
return remap$(v, {
|
|
1488
|
-
|
|
1488
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
1489
1489
|
});
|
|
1490
1490
|
});
|
|
1491
1491
|
/**
|
|
@@ -1697,40 +1697,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
|
|
|
1697
1697
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
|
|
1698
1698
|
}
|
|
1699
1699
|
/** @internal */
|
|
1700
|
-
export const
|
|
1700
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema = z.object({});
|
|
1701
1701
|
/** @internal */
|
|
1702
|
-
export const
|
|
1702
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema = z.object({});
|
|
1703
1703
|
/**
|
|
1704
1704
|
* @internal
|
|
1705
1705
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1706
1706
|
*/
|
|
1707
|
-
export var
|
|
1708
|
-
(function (
|
|
1709
|
-
/** @deprecated use `
|
|
1710
|
-
|
|
1711
|
-
/** @deprecated use `
|
|
1712
|
-
|
|
1713
|
-
})(
|
|
1714
|
-
export function
|
|
1715
|
-
return JSON.stringify(
|
|
1707
|
+
export var GetConfigurationProductsUiOptionsAtBRANDAt512899$;
|
|
1708
|
+
(function (GetConfigurationProductsUiOptionsAtBRANDAt512899$) {
|
|
1709
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema` instead. */
|
|
1710
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema;
|
|
1711
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema` instead. */
|
|
1712
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema;
|
|
1713
|
+
})(GetConfigurationProductsUiOptionsAtBRANDAt512899$ || (GetConfigurationProductsUiOptionsAtBRANDAt512899$ = {}));
|
|
1714
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsAtBRANDAt512899) {
|
|
1715
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt512899));
|
|
1716
1716
|
}
|
|
1717
|
-
export function
|
|
1718
|
-
return safeParse(jsonString, (x) =>
|
|
1717
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt512899FromJSON(jsonString) {
|
|
1718
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt512899' from JSON`);
|
|
1719
1719
|
}
|
|
1720
1720
|
/** @internal */
|
|
1721
1721
|
export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
|
|
1722
|
-
"__@BRAND@
|
|
1722
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema),
|
|
1723
1723
|
}).transform((v) => {
|
|
1724
1724
|
return remap$(v, {
|
|
1725
|
-
"__@BRAND@
|
|
1725
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
1726
1726
|
});
|
|
1727
1727
|
});
|
|
1728
1728
|
/** @internal */
|
|
1729
1729
|
export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
|
|
1730
|
-
|
|
1730
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema),
|
|
1731
1731
|
}).transform((v) => {
|
|
1732
1732
|
return remap$(v, {
|
|
1733
|
-
|
|
1733
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
1734
1734
|
});
|
|
1735
1735
|
});
|
|
1736
1736
|
/**
|
|
@@ -2272,42 +2272,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
2272
2272
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
|
|
2273
2273
|
}
|
|
2274
2274
|
/** @internal */
|
|
2275
|
-
export const
|
|
2275
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema = z.object({});
|
|
2276
2276
|
/** @internal */
|
|
2277
|
-
export const
|
|
2277
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema = z.object({});
|
|
2278
2278
|
/**
|
|
2279
2279
|
* @internal
|
|
2280
2280
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2281
2281
|
*/
|
|
2282
|
-
export var
|
|
2283
|
-
(function (
|
|
2284
|
-
/** @deprecated use `
|
|
2285
|
-
|
|
2286
|
-
/** @deprecated use `
|
|
2287
|
-
|
|
2288
|
-
})(
|
|
2289
|
-
export function
|
|
2290
|
-
return JSON.stringify(
|
|
2291
|
-
.parse(
|
|
2282
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$;
|
|
2283
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$) {
|
|
2284
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema` instead. */
|
|
2285
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema;
|
|
2286
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema` instead. */
|
|
2287
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema;
|
|
2288
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$ = {}));
|
|
2289
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899) {
|
|
2290
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema
|
|
2291
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899));
|
|
2292
2292
|
}
|
|
2293
|
-
export function
|
|
2294
|
-
return safeParse(jsonString, (x) =>
|
|
2295
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2293
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899FromJSON(jsonString) {
|
|
2294
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema
|
|
2295
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899' from JSON`);
|
|
2296
2296
|
}
|
|
2297
2297
|
/** @internal */
|
|
2298
2298
|
export const Default$inboundSchema = z.object({
|
|
2299
|
-
"__@BRAND@
|
|
2299
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema),
|
|
2300
2300
|
}).transform((v) => {
|
|
2301
2301
|
return remap$(v, {
|
|
2302
|
-
"__@BRAND@
|
|
2302
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
2303
2303
|
});
|
|
2304
2304
|
});
|
|
2305
2305
|
/** @internal */
|
|
2306
2306
|
export const Default$outboundSchema = z.object({
|
|
2307
|
-
|
|
2307
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema),
|
|
2308
2308
|
}).transform((v) => {
|
|
2309
2309
|
return remap$(v, {
|
|
2310
|
-
|
|
2310
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
2311
2311
|
});
|
|
2312
2312
|
});
|
|
2313
2313
|
/**
|
|
@@ -2328,42 +2328,42 @@ export function defaultFromJSON(jsonString) {
|
|
|
2328
2328
|
return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
|
|
2329
2329
|
}
|
|
2330
2330
|
/** @internal */
|
|
2331
|
-
export const
|
|
2331
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema = z.object({});
|
|
2332
2332
|
/** @internal */
|
|
2333
|
-
export const
|
|
2333
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema = z.object({});
|
|
2334
2334
|
/**
|
|
2335
2335
|
* @internal
|
|
2336
2336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2337
2337
|
*/
|
|
2338
|
-
export var
|
|
2339
|
-
(function (
|
|
2340
|
-
/** @deprecated use `
|
|
2341
|
-
|
|
2342
|
-
/** @deprecated use `
|
|
2343
|
-
|
|
2344
|
-
})(
|
|
2345
|
-
export function
|
|
2346
|
-
return JSON.stringify(
|
|
2347
|
-
.parse(
|
|
2338
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$;
|
|
2339
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$) {
|
|
2340
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema` instead. */
|
|
2341
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema;
|
|
2342
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema` instead. */
|
|
2343
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema;
|
|
2344
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$ = {}));
|
|
2345
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899) {
|
|
2346
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema
|
|
2347
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899));
|
|
2348
2348
|
}
|
|
2349
|
-
export function
|
|
2350
|
-
return safeParse(jsonString, (x) =>
|
|
2351
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2349
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899FromJSON(jsonString) {
|
|
2350
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema
|
|
2351
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899' from JSON`);
|
|
2352
2352
|
}
|
|
2353
2353
|
/** @internal */
|
|
2354
2354
|
export const Example$inboundSchema = z.object({
|
|
2355
|
-
"__@BRAND@
|
|
2355
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema),
|
|
2356
2356
|
}).transform((v) => {
|
|
2357
2357
|
return remap$(v, {
|
|
2358
|
-
"__@BRAND@
|
|
2358
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
2359
2359
|
});
|
|
2360
2360
|
});
|
|
2361
2361
|
/** @internal */
|
|
2362
2362
|
export const Example$outboundSchema = z.object({
|
|
2363
|
-
|
|
2363
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema),
|
|
2364
2364
|
}).transform((v) => {
|
|
2365
2365
|
return remap$(v, {
|
|
2366
|
-
|
|
2366
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
2367
2367
|
});
|
|
2368
2368
|
});
|
|
2369
2369
|
/**
|
|
@@ -2531,42 +2531,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
2531
2531
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
|
|
2532
2532
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
|
|
2533
2533
|
/** @internal */
|
|
2534
|
-
export const
|
|
2534
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema = z.object({});
|
|
2535
2535
|
/** @internal */
|
|
2536
|
-
export const
|
|
2536
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema = z.object({});
|
|
2537
2537
|
/**
|
|
2538
2538
|
* @internal
|
|
2539
2539
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2540
2540
|
*/
|
|
2541
|
-
export var
|
|
2542
|
-
(function (
|
|
2543
|
-
/** @deprecated use `
|
|
2544
|
-
|
|
2545
|
-
/** @deprecated use `
|
|
2546
|
-
|
|
2547
|
-
})(
|
|
2548
|
-
export function
|
|
2549
|
-
return JSON.stringify(
|
|
2550
|
-
.parse(
|
|
2541
|
+
export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$;
|
|
2542
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$) {
|
|
2543
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema` instead. */
|
|
2544
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema;
|
|
2545
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema` instead. */
|
|
2546
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema;
|
|
2547
|
+
})(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$ = {}));
|
|
2548
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899) {
|
|
2549
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema
|
|
2550
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899));
|
|
2551
2551
|
}
|
|
2552
|
-
export function
|
|
2553
|
-
return safeParse(jsonString, (x) =>
|
|
2554
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2552
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899FromJSON(jsonString) {
|
|
2553
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema
|
|
2554
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899' from JSON`);
|
|
2555
2555
|
}
|
|
2556
2556
|
/** @internal */
|
|
2557
2557
|
export const UiOptionsValue$inboundSchema = z.object({
|
|
2558
|
-
"__@BRAND@
|
|
2558
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema),
|
|
2559
2559
|
}).transform((v) => {
|
|
2560
2560
|
return remap$(v, {
|
|
2561
|
-
"__@BRAND@
|
|
2561
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
2562
2562
|
});
|
|
2563
2563
|
});
|
|
2564
2564
|
/** @internal */
|
|
2565
2565
|
export const UiOptionsValue$outboundSchema = z.object({
|
|
2566
|
-
|
|
2566
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema),
|
|
2567
2567
|
}).transform((v) => {
|
|
2568
2568
|
return remap$(v, {
|
|
2569
|
-
|
|
2569
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
2570
2570
|
});
|
|
2571
2571
|
});
|
|
2572
2572
|
/**
|
|
@@ -2774,40 +2774,40 @@ export function uiOptions3FromJSON(jsonString) {
|
|
|
2774
2774
|
return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
|
|
2775
2775
|
}
|
|
2776
2776
|
/** @internal */
|
|
2777
|
-
export const
|
|
2777
|
+
export const UiOptionsAtBRANDAt512899$inboundSchema = z.object({});
|
|
2778
2778
|
/** @internal */
|
|
2779
|
-
export const
|
|
2779
|
+
export const UiOptionsAtBRANDAt512899$outboundSchema = z.object({});
|
|
2780
2780
|
/**
|
|
2781
2781
|
* @internal
|
|
2782
2782
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2783
2783
|
*/
|
|
2784
|
-
export var
|
|
2785
|
-
(function (
|
|
2786
|
-
/** @deprecated use `
|
|
2787
|
-
|
|
2788
|
-
/** @deprecated use `
|
|
2789
|
-
|
|
2790
|
-
})(
|
|
2791
|
-
export function
|
|
2792
|
-
return JSON.stringify(
|
|
2784
|
+
export var UiOptionsAtBRANDAt512899$;
|
|
2785
|
+
(function (UiOptionsAtBRANDAt512899$) {
|
|
2786
|
+
/** @deprecated use `UiOptionsAtBRANDAt512899$inboundSchema` instead. */
|
|
2787
|
+
UiOptionsAtBRANDAt512899$.inboundSchema = UiOptionsAtBRANDAt512899$inboundSchema;
|
|
2788
|
+
/** @deprecated use `UiOptionsAtBRANDAt512899$outboundSchema` instead. */
|
|
2789
|
+
UiOptionsAtBRANDAt512899$.outboundSchema = UiOptionsAtBRANDAt512899$outboundSchema;
|
|
2790
|
+
})(UiOptionsAtBRANDAt512899$ || (UiOptionsAtBRANDAt512899$ = {}));
|
|
2791
|
+
export function uiOptionsAtBRANDAt512899ToJSON(uiOptionsAtBRANDAt512899) {
|
|
2792
|
+
return JSON.stringify(UiOptionsAtBRANDAt512899$outboundSchema.parse(uiOptionsAtBRANDAt512899));
|
|
2793
2793
|
}
|
|
2794
|
-
export function
|
|
2795
|
-
return safeParse(jsonString, (x) =>
|
|
2794
|
+
export function uiOptionsAtBRANDAt512899FromJSON(jsonString) {
|
|
2795
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt512899$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt512899' from JSON`);
|
|
2796
2796
|
}
|
|
2797
2797
|
/** @internal */
|
|
2798
2798
|
export const UiOptions2$inboundSchema = z.object({
|
|
2799
|
-
"__@BRAND@
|
|
2799
|
+
"__@BRAND@512899": z.lazy(() => UiOptionsAtBRANDAt512899$inboundSchema),
|
|
2800
2800
|
}).transform((v) => {
|
|
2801
2801
|
return remap$(v, {
|
|
2802
|
-
"__@BRAND@
|
|
2802
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
2803
2803
|
});
|
|
2804
2804
|
});
|
|
2805
2805
|
/** @internal */
|
|
2806
2806
|
export const UiOptions2$outboundSchema = z.object({
|
|
2807
|
-
|
|
2807
|
+
atBRANDAt512899: z.lazy(() => UiOptionsAtBRANDAt512899$outboundSchema),
|
|
2808
2808
|
}).transform((v) => {
|
|
2809
2809
|
return remap$(v, {
|
|
2810
|
-
|
|
2810
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
2811
2811
|
});
|
|
2812
2812
|
});
|
|
2813
2813
|
/**
|
|
@@ -3046,42 +3046,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
|
|
|
3046
3046
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
|
|
3047
3047
|
}
|
|
3048
3048
|
/** @internal */
|
|
3049
|
-
export const
|
|
3049
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema = z.object({});
|
|
3050
3050
|
/** @internal */
|
|
3051
|
-
export const
|
|
3051
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema = z.object({});
|
|
3052
3052
|
/**
|
|
3053
3053
|
* @internal
|
|
3054
3054
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3055
3055
|
*/
|
|
3056
|
-
export var
|
|
3057
|
-
(function (
|
|
3058
|
-
/** @deprecated use `
|
|
3059
|
-
|
|
3060
|
-
/** @deprecated use `
|
|
3061
|
-
|
|
3062
|
-
})(
|
|
3063
|
-
export function
|
|
3064
|
-
return JSON.stringify(
|
|
3065
|
-
.parse(
|
|
3056
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$;
|
|
3057
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$) {
|
|
3058
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema` instead. */
|
|
3059
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema;
|
|
3060
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema` instead. */
|
|
3061
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema;
|
|
3062
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$ = {}));
|
|
3063
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899) {
|
|
3064
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema
|
|
3065
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899));
|
|
3066
3066
|
}
|
|
3067
|
-
export function
|
|
3068
|
-
return safeParse(jsonString, (x) =>
|
|
3069
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3067
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899FromJSON(jsonString) {
|
|
3068
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema
|
|
3069
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899' from JSON`);
|
|
3070
3070
|
}
|
|
3071
3071
|
/** @internal */
|
|
3072
3072
|
export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
|
|
3073
|
-
"__@BRAND@
|
|
3073
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema),
|
|
3074
3074
|
}).transform((v) => {
|
|
3075
3075
|
return remap$(v, {
|
|
3076
|
-
"__@BRAND@
|
|
3076
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3077
3077
|
});
|
|
3078
3078
|
});
|
|
3079
3079
|
/** @internal */
|
|
3080
3080
|
export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
|
|
3081
|
-
|
|
3081
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema),
|
|
3082
3082
|
}).transform((v) => {
|
|
3083
3083
|
return remap$(v, {
|
|
3084
|
-
|
|
3084
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3085
3085
|
});
|
|
3086
3086
|
});
|
|
3087
3087
|
/**
|
|
@@ -3102,42 +3102,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
|
|
|
3102
3102
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
|
|
3103
3103
|
}
|
|
3104
3104
|
/** @internal */
|
|
3105
|
-
export const
|
|
3105
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema = z.object({});
|
|
3106
3106
|
/** @internal */
|
|
3107
|
-
export const
|
|
3107
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema = z.object({});
|
|
3108
3108
|
/**
|
|
3109
3109
|
* @internal
|
|
3110
3110
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3111
3111
|
*/
|
|
3112
|
-
export var
|
|
3113
|
-
(function (
|
|
3114
|
-
/** @deprecated use `
|
|
3115
|
-
|
|
3116
|
-
/** @deprecated use `
|
|
3117
|
-
|
|
3118
|
-
})(
|
|
3119
|
-
export function
|
|
3120
|
-
return JSON.stringify(
|
|
3121
|
-
.parse(
|
|
3112
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$;
|
|
3113
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$) {
|
|
3114
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema` instead. */
|
|
3115
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema;
|
|
3116
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema` instead. */
|
|
3117
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema;
|
|
3118
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$ = {}));
|
|
3119
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899) {
|
|
3120
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema
|
|
3121
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899));
|
|
3122
3122
|
}
|
|
3123
|
-
export function
|
|
3124
|
-
return safeParse(jsonString, (x) =>
|
|
3125
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3123
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899FromJSON(jsonString) {
|
|
3124
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema
|
|
3125
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899' from JSON`);
|
|
3126
3126
|
}
|
|
3127
3127
|
/** @internal */
|
|
3128
3128
|
export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
|
|
3129
|
-
"__@BRAND@
|
|
3129
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema),
|
|
3130
3130
|
}).transform((v) => {
|
|
3131
3131
|
return remap$(v, {
|
|
3132
|
-
"__@BRAND@
|
|
3132
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3133
3133
|
});
|
|
3134
3134
|
});
|
|
3135
3135
|
/** @internal */
|
|
3136
3136
|
export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
|
|
3137
|
-
|
|
3137
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema),
|
|
3138
3138
|
}).transform((v) => {
|
|
3139
3139
|
return remap$(v, {
|
|
3140
|
-
|
|
3140
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3141
3141
|
});
|
|
3142
3142
|
});
|
|
3143
3143
|
/**
|
|
@@ -3158,42 +3158,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
|
|
|
3158
3158
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
|
|
3159
3159
|
}
|
|
3160
3160
|
/** @internal */
|
|
3161
|
-
export const
|
|
3161
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema = z.object({});
|
|
3162
3162
|
/** @internal */
|
|
3163
|
-
export const
|
|
3163
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$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 GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$;
|
|
3169
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$) {
|
|
3170
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema` instead. */
|
|
3171
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema;
|
|
3172
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema` instead. */
|
|
3173
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema;
|
|
3174
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$ = {}));
|
|
3175
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899) {
|
|
3176
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema
|
|
3177
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899));
|
|
3178
3178
|
}
|
|
3179
|
-
export function
|
|
3180
|
-
return safeParse(jsonString, (x) =>
|
|
3181
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3179
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899FromJSON(jsonString) {
|
|
3180
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema
|
|
3181
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899' from JSON`);
|
|
3182
3182
|
}
|
|
3183
3183
|
/** @internal */
|
|
3184
3184
|
export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
|
|
3185
|
-
"__@BRAND@
|
|
3185
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema),
|
|
3186
3186
|
}).transform((v) => {
|
|
3187
3187
|
return remap$(v, {
|
|
3188
|
-
"__@BRAND@
|
|
3188
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3189
3189
|
});
|
|
3190
3190
|
});
|
|
3191
3191
|
/** @internal */
|
|
3192
3192
|
export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
|
|
3193
|
-
|
|
3193
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema),
|
|
3194
3194
|
}).transform((v) => {
|
|
3195
3195
|
return remap$(v, {
|
|
3196
|
-
|
|
3196
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3197
3197
|
});
|
|
3198
3198
|
});
|
|
3199
3199
|
/**
|
|
@@ -3679,42 +3679,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
3679
3679
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
|
|
3680
3680
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
|
|
3681
3681
|
/** @internal */
|
|
3682
|
-
export const
|
|
3682
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema = z.object({});
|
|
3683
3683
|
/** @internal */
|
|
3684
|
-
export const
|
|
3684
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema = z.object({});
|
|
3685
3685
|
/**
|
|
3686
3686
|
* @internal
|
|
3687
3687
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3688
3688
|
*/
|
|
3689
|
-
export var
|
|
3690
|
-
(function (
|
|
3691
|
-
/** @deprecated use `
|
|
3692
|
-
|
|
3693
|
-
/** @deprecated use `
|
|
3694
|
-
|
|
3695
|
-
})(
|
|
3696
|
-
export function
|
|
3697
|
-
return JSON.stringify(
|
|
3698
|
-
.parse(
|
|
3689
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$;
|
|
3690
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$) {
|
|
3691
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema` instead. */
|
|
3692
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema;
|
|
3693
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema` instead. */
|
|
3694
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema;
|
|
3695
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$ = {}));
|
|
3696
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899) {
|
|
3697
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema
|
|
3698
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899));
|
|
3699
3699
|
}
|
|
3700
|
-
export function
|
|
3701
|
-
return safeParse(jsonString, (x) =>
|
|
3702
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3700
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899FromJSON(jsonString) {
|
|
3701
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema
|
|
3702
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899' from JSON`);
|
|
3703
3703
|
}
|
|
3704
3704
|
/** @internal */
|
|
3705
3705
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3706
|
-
"__@BRAND@
|
|
3706
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema),
|
|
3707
3707
|
}).transform((v) => {
|
|
3708
3708
|
return remap$(v, {
|
|
3709
|
-
"__@BRAND@
|
|
3709
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3710
3710
|
});
|
|
3711
3711
|
});
|
|
3712
3712
|
/** @internal */
|
|
3713
3713
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3714
|
-
|
|
3714
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema),
|
|
3715
3715
|
}).transform((v) => {
|
|
3716
3716
|
return remap$(v, {
|
|
3717
|
-
|
|
3717
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3718
3718
|
});
|
|
3719
3719
|
});
|
|
3720
3720
|
/**
|
|
@@ -3737,42 +3737,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
3737
3737
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
|
|
3738
3738
|
}
|
|
3739
3739
|
/** @internal */
|
|
3740
|
-
export const
|
|
3740
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema = z.object({});
|
|
3741
3741
|
/** @internal */
|
|
3742
|
-
export const
|
|
3742
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema = z.object({});
|
|
3743
3743
|
/**
|
|
3744
3744
|
* @internal
|
|
3745
3745
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3746
3746
|
*/
|
|
3747
|
-
export var
|
|
3748
|
-
(function (
|
|
3749
|
-
/** @deprecated use `
|
|
3750
|
-
|
|
3751
|
-
/** @deprecated use `
|
|
3752
|
-
|
|
3753
|
-
})(
|
|
3754
|
-
export function
|
|
3755
|
-
return JSON.stringify(
|
|
3756
|
-
.parse(
|
|
3747
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$;
|
|
3748
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$) {
|
|
3749
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema` instead. */
|
|
3750
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema;
|
|
3751
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema` instead. */
|
|
3752
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema;
|
|
3753
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$ = {}));
|
|
3754
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899) {
|
|
3755
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema
|
|
3756
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899));
|
|
3757
3757
|
}
|
|
3758
|
-
export function
|
|
3759
|
-
return safeParse(jsonString, (x) =>
|
|
3760
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3758
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899FromJSON(jsonString) {
|
|
3759
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema
|
|
3760
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899' from JSON`);
|
|
3761
3761
|
}
|
|
3762
3762
|
/** @internal */
|
|
3763
3763
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3764
|
-
"__@BRAND@
|
|
3764
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema),
|
|
3765
3765
|
}).transform((v) => {
|
|
3766
3766
|
return remap$(v, {
|
|
3767
|
-
"__@BRAND@
|
|
3767
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3768
3768
|
});
|
|
3769
3769
|
});
|
|
3770
3770
|
/** @internal */
|
|
3771
3771
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3772
|
-
|
|
3772
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema),
|
|
3773
3773
|
}).transform((v) => {
|
|
3774
3774
|
return remap$(v, {
|
|
3775
|
-
|
|
3775
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3776
3776
|
});
|
|
3777
3777
|
});
|
|
3778
3778
|
/**
|
|
@@ -3795,42 +3795,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
3795
3795
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
|
|
3796
3796
|
}
|
|
3797
3797
|
/** @internal */
|
|
3798
|
-
export const
|
|
3798
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema = z.object({});
|
|
3799
3799
|
/** @internal */
|
|
3800
|
-
export const
|
|
3800
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema = z.object({});
|
|
3801
3801
|
/**
|
|
3802
3802
|
* @internal
|
|
3803
3803
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3804
3804
|
*/
|
|
3805
|
-
export var
|
|
3806
|
-
(function (
|
|
3807
|
-
/** @deprecated use `
|
|
3808
|
-
|
|
3809
|
-
/** @deprecated use `
|
|
3810
|
-
|
|
3811
|
-
})(
|
|
3812
|
-
export function
|
|
3813
|
-
return JSON.stringify(
|
|
3814
|
-
.parse(
|
|
3805
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$;
|
|
3806
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$) {
|
|
3807
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema` instead. */
|
|
3808
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema;
|
|
3809
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema` instead. */
|
|
3810
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema;
|
|
3811
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$ = {}));
|
|
3812
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899) {
|
|
3813
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema
|
|
3814
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899));
|
|
3815
3815
|
}
|
|
3816
|
-
export function
|
|
3817
|
-
return safeParse(jsonString, (x) =>
|
|
3818
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3816
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899FromJSON(jsonString) {
|
|
3817
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema
|
|
3818
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899' from JSON`);
|
|
3819
3819
|
}
|
|
3820
3820
|
/** @internal */
|
|
3821
3821
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3822
|
-
"__@BRAND@
|
|
3822
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema),
|
|
3823
3823
|
}).transform((v) => {
|
|
3824
3824
|
return remap$(v, {
|
|
3825
|
-
"__@BRAND@
|
|
3825
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
3826
3826
|
});
|
|
3827
3827
|
});
|
|
3828
3828
|
/** @internal */
|
|
3829
3829
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3830
|
-
|
|
3830
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema),
|
|
3831
3831
|
}).transform((v) => {
|
|
3832
3832
|
return remap$(v, {
|
|
3833
|
-
|
|
3833
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
3834
3834
|
});
|
|
3835
3835
|
});
|
|
3836
3836
|
/**
|
|
@@ -4702,42 +4702,42 @@ export function uiOptionsFromJSON(jsonString) {
|
|
|
4702
4702
|
return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
|
|
4703
4703
|
}
|
|
4704
4704
|
/** @internal */
|
|
4705
|
-
export const
|
|
4705
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema = z.object({});
|
|
4706
4706
|
/** @internal */
|
|
4707
|
-
export const
|
|
4707
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema = z.object({});
|
|
4708
4708
|
/**
|
|
4709
4709
|
* @internal
|
|
4710
4710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4711
4711
|
*/
|
|
4712
|
-
export var
|
|
4713
|
-
(function (
|
|
4714
|
-
/** @deprecated use `
|
|
4715
|
-
|
|
4716
|
-
/** @deprecated use `
|
|
4717
|
-
|
|
4718
|
-
})(
|
|
4719
|
-
export function
|
|
4720
|
-
return JSON.stringify(
|
|
4721
|
-
.parse(
|
|
4712
|
+
export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$;
|
|
4713
|
+
(function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$) {
|
|
4714
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema` instead. */
|
|
4715
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema;
|
|
4716
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema` instead. */
|
|
4717
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema;
|
|
4718
|
+
})(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$ = {}));
|
|
4719
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899) {
|
|
4720
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema
|
|
4721
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899));
|
|
4722
4722
|
}
|
|
4723
|
-
export function
|
|
4724
|
-
return safeParse(jsonString, (x) =>
|
|
4725
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4723
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899FromJSON(jsonString) {
|
|
4724
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema
|
|
4725
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899' from JSON`);
|
|
4726
4726
|
}
|
|
4727
4727
|
/** @internal */
|
|
4728
4728
|
export const PropertiesMinLength$inboundSchema = z.object({
|
|
4729
|
-
"__@BRAND@
|
|
4729
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema),
|
|
4730
4730
|
}).transform((v) => {
|
|
4731
4731
|
return remap$(v, {
|
|
4732
|
-
"__@BRAND@
|
|
4732
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
4733
4733
|
});
|
|
4734
4734
|
});
|
|
4735
4735
|
/** @internal */
|
|
4736
4736
|
export const PropertiesMinLength$outboundSchema = z.object({
|
|
4737
|
-
|
|
4737
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema),
|
|
4738
4738
|
}).transform((v) => {
|
|
4739
4739
|
return remap$(v, {
|
|
4740
|
-
|
|
4740
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
4741
4741
|
});
|
|
4742
4742
|
});
|
|
4743
4743
|
/**
|
|
@@ -4758,42 +4758,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
|
|
|
4758
4758
|
return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
|
|
4759
4759
|
}
|
|
4760
4760
|
/** @internal */
|
|
4761
|
-
export const
|
|
4761
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema = z.object({});
|
|
4762
4762
|
/** @internal */
|
|
4763
|
-
export const
|
|
4763
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema = z.object({});
|
|
4764
4764
|
/**
|
|
4765
4765
|
* @internal
|
|
4766
4766
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4767
4767
|
*/
|
|
4768
|
-
export var
|
|
4769
|
-
(function (
|
|
4770
|
-
/** @deprecated use `
|
|
4771
|
-
|
|
4772
|
-
/** @deprecated use `
|
|
4773
|
-
|
|
4774
|
-
})(
|
|
4775
|
-
export function
|
|
4776
|
-
return JSON.stringify(
|
|
4777
|
-
.parse(
|
|
4768
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$;
|
|
4769
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$) {
|
|
4770
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema` instead. */
|
|
4771
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema;
|
|
4772
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema` instead. */
|
|
4773
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema;
|
|
4774
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$ = {}));
|
|
4775
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899) {
|
|
4776
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema
|
|
4777
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899));
|
|
4778
4778
|
}
|
|
4779
|
-
export function
|
|
4780
|
-
return safeParse(jsonString, (x) =>
|
|
4781
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4779
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899FromJSON(jsonString) {
|
|
4780
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema
|
|
4781
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899' from JSON`);
|
|
4782
4782
|
}
|
|
4783
4783
|
/** @internal */
|
|
4784
4784
|
export const PropertiesMaxLength$inboundSchema = z.object({
|
|
4785
|
-
"__@BRAND@
|
|
4785
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema),
|
|
4786
4786
|
}).transform((v) => {
|
|
4787
4787
|
return remap$(v, {
|
|
4788
|
-
"__@BRAND@
|
|
4788
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
4789
4789
|
});
|
|
4790
4790
|
});
|
|
4791
4791
|
/** @internal */
|
|
4792
4792
|
export const PropertiesMaxLength$outboundSchema = z.object({
|
|
4793
|
-
|
|
4793
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema),
|
|
4794
4794
|
}).transform((v) => {
|
|
4795
4795
|
return remap$(v, {
|
|
4796
|
-
|
|
4796
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
4797
4797
|
});
|
|
4798
4798
|
});
|
|
4799
4799
|
/**
|
|
@@ -4814,42 +4814,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
|
|
|
4814
4814
|
return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
|
|
4815
4815
|
}
|
|
4816
4816
|
/** @internal */
|
|
4817
|
-
export const
|
|
4817
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema = z.object({});
|
|
4818
4818
|
/** @internal */
|
|
4819
|
-
export const
|
|
4819
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema = z.object({});
|
|
4820
4820
|
/**
|
|
4821
4821
|
* @internal
|
|
4822
4822
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4823
4823
|
*/
|
|
4824
|
-
export var
|
|
4825
|
-
(function (
|
|
4826
|
-
/** @deprecated use `
|
|
4827
|
-
|
|
4828
|
-
/** @deprecated use `
|
|
4829
|
-
|
|
4830
|
-
})(
|
|
4831
|
-
export function
|
|
4832
|
-
return JSON.stringify(
|
|
4833
|
-
.parse(
|
|
4824
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$;
|
|
4825
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$) {
|
|
4826
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema` instead. */
|
|
4827
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema;
|
|
4828
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema` instead. */
|
|
4829
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema;
|
|
4830
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$ = {}));
|
|
4831
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899) {
|
|
4832
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema
|
|
4833
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899));
|
|
4834
4834
|
}
|
|
4835
|
-
export function
|
|
4836
|
-
return safeParse(jsonString, (x) =>
|
|
4837
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4835
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899FromJSON(jsonString) {
|
|
4836
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema
|
|
4837
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899' from JSON`);
|
|
4838
4838
|
}
|
|
4839
4839
|
/** @internal */
|
|
4840
4840
|
export const PropertiesPattern$inboundSchema = z.object({
|
|
4841
|
-
"__@BRAND@
|
|
4841
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema),
|
|
4842
4842
|
}).transform((v) => {
|
|
4843
4843
|
return remap$(v, {
|
|
4844
|
-
"__@BRAND@
|
|
4844
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
4845
4845
|
});
|
|
4846
4846
|
});
|
|
4847
4847
|
/** @internal */
|
|
4848
4848
|
export const PropertiesPattern$outboundSchema = z.object({
|
|
4849
|
-
|
|
4849
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema),
|
|
4850
4850
|
}).transform((v) => {
|
|
4851
4851
|
return remap$(v, {
|
|
4852
|
-
|
|
4852
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
4853
4853
|
});
|
|
4854
4854
|
});
|
|
4855
4855
|
/**
|
|
@@ -6629,40 +6629,40 @@ export var UiControl$;
|
|
|
6629
6629
|
UiControl$.outboundSchema = UiControl$outboundSchema;
|
|
6630
6630
|
})(UiControl$ || (UiControl$ = {}));
|
|
6631
6631
|
/** @internal */
|
|
6632
|
-
export const
|
|
6632
|
+
export const AtBRANDAt512899$inboundSchema = z.object({});
|
|
6633
6633
|
/** @internal */
|
|
6634
|
-
export const
|
|
6634
|
+
export const AtBRANDAt512899$outboundSchema = z.object({});
|
|
6635
6635
|
/**
|
|
6636
6636
|
* @internal
|
|
6637
6637
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6638
6638
|
*/
|
|
6639
|
-
export var
|
|
6640
|
-
(function (
|
|
6641
|
-
/** @deprecated use `
|
|
6642
|
-
|
|
6643
|
-
/** @deprecated use `
|
|
6644
|
-
|
|
6645
|
-
})(
|
|
6646
|
-
export function
|
|
6647
|
-
return JSON.stringify(
|
|
6639
|
+
export var AtBRANDAt512899$;
|
|
6640
|
+
(function (AtBRANDAt512899$) {
|
|
6641
|
+
/** @deprecated use `AtBRANDAt512899$inboundSchema` instead. */
|
|
6642
|
+
AtBRANDAt512899$.inboundSchema = AtBRANDAt512899$inboundSchema;
|
|
6643
|
+
/** @deprecated use `AtBRANDAt512899$outboundSchema` instead. */
|
|
6644
|
+
AtBRANDAt512899$.outboundSchema = AtBRANDAt512899$outboundSchema;
|
|
6645
|
+
})(AtBRANDAt512899$ || (AtBRANDAt512899$ = {}));
|
|
6646
|
+
export function atBRANDAt512899ToJSON(atBRANDAt512899) {
|
|
6647
|
+
return JSON.stringify(AtBRANDAt512899$outboundSchema.parse(atBRANDAt512899));
|
|
6648
6648
|
}
|
|
6649
|
-
export function
|
|
6650
|
-
return safeParse(jsonString, (x) =>
|
|
6649
|
+
export function atBRANDAt512899FromJSON(jsonString) {
|
|
6650
|
+
return safeParse(jsonString, (x) => AtBRANDAt512899$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt512899' from JSON`);
|
|
6651
6651
|
}
|
|
6652
6652
|
/** @internal */
|
|
6653
6653
|
export const MinLength$inboundSchema = z.object({
|
|
6654
|
-
"__@BRAND@
|
|
6654
|
+
"__@BRAND@512899": z.lazy(() => AtBRANDAt512899$inboundSchema),
|
|
6655
6655
|
}).transform((v) => {
|
|
6656
6656
|
return remap$(v, {
|
|
6657
|
-
"__@BRAND@
|
|
6657
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
6658
6658
|
});
|
|
6659
6659
|
});
|
|
6660
6660
|
/** @internal */
|
|
6661
6661
|
export const MinLength$outboundSchema = z.object({
|
|
6662
|
-
|
|
6662
|
+
atBRANDAt512899: z.lazy(() => AtBRANDAt512899$outboundSchema),
|
|
6663
6663
|
}).transform((v) => {
|
|
6664
6664
|
return remap$(v, {
|
|
6665
|
-
|
|
6665
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
6666
6666
|
});
|
|
6667
6667
|
});
|
|
6668
6668
|
/**
|
|
@@ -6683,40 +6683,40 @@ export function minLengthFromJSON(jsonString) {
|
|
|
6683
6683
|
return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
|
|
6684
6684
|
}
|
|
6685
6685
|
/** @internal */
|
|
6686
|
-
export const
|
|
6686
|
+
export const PropertiesAtBRANDAt512899$inboundSchema = z.object({});
|
|
6687
6687
|
/** @internal */
|
|
6688
|
-
export const
|
|
6688
|
+
export const PropertiesAtBRANDAt512899$outboundSchema = z.object({});
|
|
6689
6689
|
/**
|
|
6690
6690
|
* @internal
|
|
6691
6691
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6692
6692
|
*/
|
|
6693
|
-
export var
|
|
6694
|
-
(function (
|
|
6695
|
-
/** @deprecated use `
|
|
6696
|
-
|
|
6697
|
-
/** @deprecated use `
|
|
6698
|
-
|
|
6699
|
-
})(
|
|
6700
|
-
export function
|
|
6701
|
-
return JSON.stringify(
|
|
6693
|
+
export var PropertiesAtBRANDAt512899$;
|
|
6694
|
+
(function (PropertiesAtBRANDAt512899$) {
|
|
6695
|
+
/** @deprecated use `PropertiesAtBRANDAt512899$inboundSchema` instead. */
|
|
6696
|
+
PropertiesAtBRANDAt512899$.inboundSchema = PropertiesAtBRANDAt512899$inboundSchema;
|
|
6697
|
+
/** @deprecated use `PropertiesAtBRANDAt512899$outboundSchema` instead. */
|
|
6698
|
+
PropertiesAtBRANDAt512899$.outboundSchema = PropertiesAtBRANDAt512899$outboundSchema;
|
|
6699
|
+
})(PropertiesAtBRANDAt512899$ || (PropertiesAtBRANDAt512899$ = {}));
|
|
6700
|
+
export function propertiesAtBRANDAt512899ToJSON(propertiesAtBRANDAt512899) {
|
|
6701
|
+
return JSON.stringify(PropertiesAtBRANDAt512899$outboundSchema.parse(propertiesAtBRANDAt512899));
|
|
6702
6702
|
}
|
|
6703
|
-
export function
|
|
6704
|
-
return safeParse(jsonString, (x) =>
|
|
6703
|
+
export function propertiesAtBRANDAt512899FromJSON(jsonString) {
|
|
6704
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt512899$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt512899' from JSON`);
|
|
6705
6705
|
}
|
|
6706
6706
|
/** @internal */
|
|
6707
6707
|
export const MaxLength$inboundSchema = z.object({
|
|
6708
|
-
"__@BRAND@
|
|
6708
|
+
"__@BRAND@512899": z.lazy(() => PropertiesAtBRANDAt512899$inboundSchema),
|
|
6709
6709
|
}).transform((v) => {
|
|
6710
6710
|
return remap$(v, {
|
|
6711
|
-
"__@BRAND@
|
|
6711
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
6712
6712
|
});
|
|
6713
6713
|
});
|
|
6714
6714
|
/** @internal */
|
|
6715
6715
|
export const MaxLength$outboundSchema = z.object({
|
|
6716
|
-
|
|
6716
|
+
atBRANDAt512899: z.lazy(() => PropertiesAtBRANDAt512899$outboundSchema),
|
|
6717
6717
|
}).transform((v) => {
|
|
6718
6718
|
return remap$(v, {
|
|
6719
|
-
|
|
6719
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
6720
6720
|
});
|
|
6721
6721
|
});
|
|
6722
6722
|
/**
|
|
@@ -6737,40 +6737,40 @@ export function maxLengthFromJSON(jsonString) {
|
|
|
6737
6737
|
return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
|
|
6738
6738
|
}
|
|
6739
6739
|
/** @internal */
|
|
6740
|
-
export const
|
|
6740
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema = z.object({});
|
|
6741
6741
|
/** @internal */
|
|
6742
|
-
export const
|
|
6742
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema = z.object({});
|
|
6743
6743
|
/**
|
|
6744
6744
|
* @internal
|
|
6745
6745
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6746
6746
|
*/
|
|
6747
|
-
export var
|
|
6748
|
-
(function (
|
|
6749
|
-
/** @deprecated use `
|
|
6750
|
-
|
|
6751
|
-
/** @deprecated use `
|
|
6752
|
-
|
|
6753
|
-
})(
|
|
6754
|
-
export function
|
|
6755
|
-
return JSON.stringify(
|
|
6747
|
+
export var GetConfigurationProductsPropertiesAtBRANDAt512899$;
|
|
6748
|
+
(function (GetConfigurationProductsPropertiesAtBRANDAt512899$) {
|
|
6749
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema` instead. */
|
|
6750
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema;
|
|
6751
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema` instead. */
|
|
6752
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema;
|
|
6753
|
+
})(GetConfigurationProductsPropertiesAtBRANDAt512899$ || (GetConfigurationProductsPropertiesAtBRANDAt512899$ = {}));
|
|
6754
|
+
export function getConfigurationProductsPropertiesAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesAtBRANDAt512899) {
|
|
6755
|
+
return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt512899));
|
|
6756
6756
|
}
|
|
6757
|
-
export function
|
|
6758
|
-
return safeParse(jsonString, (x) =>
|
|
6757
|
+
export function getConfigurationProductsPropertiesAtBRANDAt512899FromJSON(jsonString) {
|
|
6758
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt512899' from JSON`);
|
|
6759
6759
|
}
|
|
6760
6760
|
/** @internal */
|
|
6761
6761
|
export const Pattern$inboundSchema = z.object({
|
|
6762
|
-
"__@BRAND@
|
|
6762
|
+
"__@BRAND@512899": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema),
|
|
6763
6763
|
}).transform((v) => {
|
|
6764
6764
|
return remap$(v, {
|
|
6765
|
-
"__@BRAND@
|
|
6765
|
+
"__@BRAND@512899": "atBRANDAt512899",
|
|
6766
6766
|
});
|
|
6767
6767
|
});
|
|
6768
6768
|
/** @internal */
|
|
6769
6769
|
export const Pattern$outboundSchema = z.object({
|
|
6770
|
-
|
|
6770
|
+
atBRANDAt512899: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema),
|
|
6771
6771
|
}).transform((v) => {
|
|
6772
6772
|
return remap$(v, {
|
|
6773
|
-
|
|
6773
|
+
atBRANDAt512899: "__@BRAND@512899",
|
|
6774
6774
|
});
|
|
6775
6775
|
});
|
|
6776
6776
|
/**
|