@vercel/sdk 1.10.5 → 1.10.6

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.
Files changed (80) hide show
  1. package/bin/mcp-server.js +496 -463
  2. package/bin/mcp-server.js.map +17 -17
  3. package/docs/sdks/projects/README.md +2 -0
  4. package/esm/__tests__/accessgroups.test.js +1 -3
  5. package/esm/__tests__/accessgroups.test.js.map +1 -1
  6. package/esm/__tests__/domains.test.js +7 -2
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/funcs/projectsGetProjects.js +1 -0
  15. package/esm/funcs/projectsGetProjects.js.map +1 -1
  16. package/esm/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +35 -35
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +13 -13
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +33 -33
  25. package/esm/models/createdeploymentop.js +11 -11
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createprojectenvop.d.ts +6 -6
  28. package/esm/models/createprojectenvop.js +2 -2
  29. package/esm/models/createprojectenvop.js.map +1 -1
  30. package/esm/models/createprojectop.d.ts +164 -158
  31. package/esm/models/createprojectop.d.ts.map +1 -1
  32. package/esm/models/createprojectop.js +156 -150
  33. package/esm/models/createprojectop.js.map +1 -1
  34. package/esm/models/editprojectenvop.d.ts +3 -3
  35. package/esm/models/editprojectenvop.js +1 -1
  36. package/esm/models/editprojectenvop.js.map +1 -1
  37. package/esm/models/filterprojectenvsop.d.ts +9 -9
  38. package/esm/models/filterprojectenvsop.js +3 -3
  39. package/esm/models/filterprojectenvsop.js.map +1 -1
  40. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  41. package/esm/models/getconfigurationproductsop.js +408 -408
  42. package/esm/models/getprojectsop.d.ts +44 -4
  43. package/esm/models/getprojectsop.d.ts.map +1 -1
  44. package/esm/models/getprojectsop.js +33 -4
  45. package/esm/models/getprojectsop.js.map +1 -1
  46. package/esm/models/removeprojectenvop.d.ts +9 -9
  47. package/esm/models/removeprojectenvop.js +3 -3
  48. package/esm/models/removeprojectenvop.js.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.d.ts +4 -0
  50. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  51. package/esm/models/updateprojectdatacacheop.js +4 -0
  52. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  53. package/esm/models/updateprojectop.d.ts +10 -4
  54. package/esm/models/updateprojectop.d.ts.map +1 -1
  55. package/esm/models/updateprojectop.js +10 -4
  56. package/esm/models/updateprojectop.js.map +1 -1
  57. package/examples/package-lock.json +1 -1
  58. package/jsr.json +1 -1
  59. package/package.json +1 -1
  60. package/src/__tests__/accessgroups.test.ts +1 -3
  61. package/src/__tests__/domains.test.ts +7 -2
  62. package/src/__tests__/edgeconfig.test.ts +6 -6
  63. package/src/__tests__/rollingrelease.test.ts +6 -2
  64. package/src/__tests__/security.test.ts +4 -4
  65. package/src/funcs/projectsGetProjects.ts +1 -0
  66. package/src/lib/config.ts +3 -3
  67. package/src/mcp-server/mcp-server.ts +1 -1
  68. package/src/mcp-server/server.ts +1 -1
  69. package/src/models/canceldeploymentop.ts +15 -15
  70. package/src/models/createdeploymentop.ts +11 -11
  71. package/src/models/createprojectenvop.ts +2 -2
  72. package/src/models/createprojectop.ts +312 -300
  73. package/src/models/editprojectenvop.ts +1 -1
  74. package/src/models/filterprojectenvsop.ts +3 -3
  75. package/src/models/getconfigurationproductsop.ts +703 -703
  76. package/src/models/getprojectsop.ts +59 -8
  77. package/src/models/removeprojectenvop.ts +3 -3
  78. package/src/models/updateprojectdatacacheop.ts +8 -0
  79. package/src/models/updateprojectop.ts +20 -8
  80. package/vercel-spec.json +396 -346
@@ -884,42 +884,42 @@ export var GetConfigurationProductsType$;
884
884
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
885
885
  })(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
886
886
  /** @internal */
887
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema = z.object({});
887
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema = z.object({});
888
888
  /** @internal */
889
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema = z.object({});
889
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema = z.object({});
890
890
  /**
891
891
  * @internal
892
892
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
893
893
  */
894
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$;
895
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$) {
896
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema` instead. */
897
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema;
898
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema` instead. */
899
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema;
900
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ = {}));
901
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263) {
902
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
903
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263));
894
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$;
895
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$) {
896
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema` instead. */
897
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema;
898
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema` instead. */
899
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema;
900
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$ = {}));
901
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943) {
902
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema
903
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943));
904
904
  }
905
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263FromJSON(jsonString) {
906
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
907
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263' from JSON`);
905
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943FromJSON(jsonString) {
906
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema
907
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943' from JSON`);
908
908
  }
909
909
  /** @internal */
910
910
  export const PropertiesValue$inboundSchema = z.object({
911
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema),
911
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema),
912
912
  }).transform((v) => {
913
913
  return remap$(v, {
914
- "__@BRAND@446263": "atBRANDAt446263",
914
+ "__@BRAND@447943": "atBRANDAt447943",
915
915
  });
916
916
  });
917
917
  /** @internal */
918
918
  export const PropertiesValue$outboundSchema = z.object({
919
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema),
919
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema),
920
920
  }).transform((v) => {
921
921
  return remap$(v, {
922
- atBRANDAt446263: "__@BRAND@446263",
922
+ atBRANDAt447943: "__@BRAND@447943",
923
923
  });
924
924
  });
925
925
  /**
@@ -1171,42 +1171,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
1171
1171
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
1172
1172
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
1173
1173
  /** @internal */
1174
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema = z.object({});
1174
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema = z.object({});
1175
1175
  /** @internal */
1176
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema = z.object({});
1176
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema = z.object({});
1177
1177
  /**
1178
1178
  * @internal
1179
1179
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1180
1180
  */
1181
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$;
1182
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$) {
1183
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
1184
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema;
1185
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
1186
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema;
1187
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ = {}));
1188
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263) {
1189
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
1190
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263));
1181
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$;
1182
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$) {
1183
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema` instead. */
1184
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema;
1185
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema` instead. */
1186
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema;
1187
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$ = {}));
1188
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943) {
1189
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema
1190
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943));
1191
1191
  }
1192
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263FromJSON(jsonString) {
1193
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
1194
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263' from JSON`);
1192
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943FromJSON(jsonString) {
1193
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema
1194
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943' from JSON`);
1195
1195
  }
1196
1196
  /** @internal */
1197
1197
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1198
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema),
1198
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema),
1199
1199
  }).transform((v) => {
1200
1200
  return remap$(v, {
1201
- "__@BRAND@446263": "atBRANDAt446263",
1201
+ "__@BRAND@447943": "atBRANDAt447943",
1202
1202
  });
1203
1203
  });
1204
1204
  /** @internal */
1205
1205
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1206
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema),
1206
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema),
1207
1207
  }).transform((v) => {
1208
1208
  return remap$(v, {
1209
- atBRANDAt446263: "__@BRAND@446263",
1209
+ atBRANDAt447943: "__@BRAND@447943",
1210
1210
  });
1211
1211
  });
1212
1212
  /**
@@ -1229,42 +1229,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
1229
1229
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
1230
1230
  }
1231
1231
  /** @internal */
1232
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema = z.object({});
1232
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema = z.object({});
1233
1233
  /** @internal */
1234
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema = z.object({});
1234
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema = z.object({});
1235
1235
  /**
1236
1236
  * @internal
1237
1237
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1238
1238
  */
1239
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$;
1240
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$) {
1241
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema` instead. */
1242
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema;
1243
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema` instead. */
1244
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema;
1245
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ = {}));
1246
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263) {
1247
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
1248
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263));
1239
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$;
1240
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$) {
1241
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema` instead. */
1242
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema;
1243
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema` instead. */
1244
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema;
1245
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$ = {}));
1246
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943) {
1247
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema
1248
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943));
1249
1249
  }
1250
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263FromJSON(jsonString) {
1251
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
1252
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263' from JSON`);
1250
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943FromJSON(jsonString) {
1251
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema
1252
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943' from JSON`);
1253
1253
  }
1254
1254
  /** @internal */
1255
1255
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1256
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema),
1256
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema),
1257
1257
  }).transform((v) => {
1258
1258
  return remap$(v, {
1259
- "__@BRAND@446263": "atBRANDAt446263",
1259
+ "__@BRAND@447943": "atBRANDAt447943",
1260
1260
  });
1261
1261
  });
1262
1262
  /** @internal */
1263
1263
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1264
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema),
1264
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema),
1265
1265
  }).transform((v) => {
1266
1266
  return remap$(v, {
1267
- atBRANDAt446263: "__@BRAND@446263",
1267
+ atBRANDAt447943: "__@BRAND@447943",
1268
1268
  });
1269
1269
  });
1270
1270
  /**
@@ -1287,42 +1287,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
1287
1287
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
1288
1288
  }
1289
1289
  /** @internal */
1290
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema = z.object({});
1290
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema = z.object({});
1291
1291
  /** @internal */
1292
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema = z.object({});
1292
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema = z.object({});
1293
1293
  /**
1294
1294
  * @internal
1295
1295
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1296
1296
  */
1297
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$;
1298
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$) {
1299
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema` instead. */
1300
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema;
1301
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema` instead. */
1302
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema;
1303
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ = {}));
1304
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263) {
1305
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
1306
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263));
1297
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$;
1298
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$) {
1299
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema` instead. */
1300
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema;
1301
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema` instead. */
1302
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema;
1303
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$ = {}));
1304
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943) {
1305
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema
1306
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943));
1307
1307
  }
1308
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263FromJSON(jsonString) {
1309
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
1310
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263' from JSON`);
1308
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943FromJSON(jsonString) {
1309
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema
1310
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943' from JSON`);
1311
1311
  }
1312
1312
  /** @internal */
1313
1313
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1314
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema),
1314
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema),
1315
1315
  }).transform((v) => {
1316
1316
  return remap$(v, {
1317
- "__@BRAND@446263": "atBRANDAt446263",
1317
+ "__@BRAND@447943": "atBRANDAt447943",
1318
1318
  });
1319
1319
  });
1320
1320
  /** @internal */
1321
1321
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1322
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema),
1322
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema),
1323
1323
  }).transform((v) => {
1324
1324
  return remap$(v, {
1325
- atBRANDAt446263: "__@BRAND@446263",
1325
+ atBRANDAt447943: "__@BRAND@447943",
1326
1326
  });
1327
1327
  });
1328
1328
  /**
@@ -1382,42 +1382,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
1382
1382
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
1383
1383
  }
1384
1384
  /** @internal */
1385
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema = z.object({});
1385
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema = z.object({});
1386
1386
  /** @internal */
1387
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema = z.object({});
1387
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema = z.object({});
1388
1388
  /**
1389
1389
  * @internal
1390
1390
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1391
1391
  */
1392
- export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$;
1393
- (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$) {
1394
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
1395
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema;
1396
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
1397
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema;
1398
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ = {}));
1399
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263) {
1400
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
1401
- .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263));
1392
+ export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$;
1393
+ (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$) {
1394
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema` instead. */
1395
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema;
1396
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema` instead. */
1397
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema;
1398
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$ = {}));
1399
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943) {
1400
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema
1401
+ .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943));
1402
1402
  }
1403
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263FromJSON(jsonString) {
1404
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
1405
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263' from JSON`);
1403
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943FromJSON(jsonString) {
1404
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema
1405
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943' from JSON`);
1406
1406
  }
1407
1407
  /** @internal */
1408
1408
  export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
1409
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema),
1409
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema),
1410
1410
  }).transform((v) => {
1411
1411
  return remap$(v, {
1412
- "__@BRAND@446263": "atBRANDAt446263",
1412
+ "__@BRAND@447943": "atBRANDAt447943",
1413
1413
  });
1414
1414
  });
1415
1415
  /** @internal */
1416
1416
  export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
1417
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema),
1417
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema),
1418
1418
  }).transform((v) => {
1419
1419
  return remap$(v, {
1420
- atBRANDAt446263: "__@BRAND@446263",
1420
+ atBRANDAt447943: "__@BRAND@447943",
1421
1421
  });
1422
1422
  });
1423
1423
  /**
@@ -1629,40 +1629,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
1629
1629
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
1630
1630
  }
1631
1631
  /** @internal */
1632
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema = z.object({});
1632
+ export const GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema = z.object({});
1633
1633
  /** @internal */
1634
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema = z.object({});
1634
+ export const GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema = z.object({});
1635
1635
  /**
1636
1636
  * @internal
1637
1637
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1638
1638
  */
1639
- export var GetConfigurationProductsUiOptionsAtBRANDAt446263$;
1640
- (function (GetConfigurationProductsUiOptionsAtBRANDAt446263$) {
1641
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema` instead. */
1642
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema;
1643
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema` instead. */
1644
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema;
1645
- })(GetConfigurationProductsUiOptionsAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsAtBRANDAt446263$ = {}));
1646
- export function getConfigurationProductsUiOptionsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsAtBRANDAt446263) {
1647
- return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt446263));
1639
+ export var GetConfigurationProductsUiOptionsAtBRANDAt447943$;
1640
+ (function (GetConfigurationProductsUiOptionsAtBRANDAt447943$) {
1641
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema` instead. */
1642
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema;
1643
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema` instead. */
1644
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema;
1645
+ })(GetConfigurationProductsUiOptionsAtBRANDAt447943$ || (GetConfigurationProductsUiOptionsAtBRANDAt447943$ = {}));
1646
+ export function getConfigurationProductsUiOptionsAtBRANDAt447943ToJSON(getConfigurationProductsUiOptionsAtBRANDAt447943) {
1647
+ return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt447943));
1648
1648
  }
1649
- export function getConfigurationProductsUiOptionsAtBRANDAt446263FromJSON(jsonString) {
1650
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt446263' from JSON`);
1649
+ export function getConfigurationProductsUiOptionsAtBRANDAt447943FromJSON(jsonString) {
1650
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt447943' from JSON`);
1651
1651
  }
1652
1652
  /** @internal */
1653
1653
  export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
1654
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema),
1654
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema),
1655
1655
  }).transform((v) => {
1656
1656
  return remap$(v, {
1657
- "__@BRAND@446263": "atBRANDAt446263",
1657
+ "__@BRAND@447943": "atBRANDAt447943",
1658
1658
  });
1659
1659
  });
1660
1660
  /** @internal */
1661
1661
  export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
1662
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema),
1662
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema),
1663
1663
  }).transform((v) => {
1664
1664
  return remap$(v, {
1665
- atBRANDAt446263: "__@BRAND@446263",
1665
+ atBRANDAt447943: "__@BRAND@447943",
1666
1666
  });
1667
1667
  });
1668
1668
  /**
@@ -2204,42 +2204,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
2204
2204
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
2205
2205
  }
2206
2206
  /** @internal */
2207
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema = z.object({});
2207
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema = z.object({});
2208
2208
  /** @internal */
2209
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema = z.object({});
2209
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema = z.object({});
2210
2210
  /**
2211
2211
  * @internal
2212
2212
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2213
2213
  */
2214
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$;
2215
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$) {
2216
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema` instead. */
2217
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema;
2218
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema` instead. */
2219
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema;
2220
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ = {}));
2221
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263) {
2222
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
2223
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263));
2214
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$;
2215
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$) {
2216
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema` instead. */
2217
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema;
2218
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema` instead. */
2219
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema;
2220
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$ = {}));
2221
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943) {
2222
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema
2223
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943));
2224
2224
  }
2225
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263FromJSON(jsonString) {
2226
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
2227
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263' from JSON`);
2225
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943FromJSON(jsonString) {
2226
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema
2227
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943' from JSON`);
2228
2228
  }
2229
2229
  /** @internal */
2230
2230
  export const Default$inboundSchema = z.object({
2231
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema),
2231
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema),
2232
2232
  }).transform((v) => {
2233
2233
  return remap$(v, {
2234
- "__@BRAND@446263": "atBRANDAt446263",
2234
+ "__@BRAND@447943": "atBRANDAt447943",
2235
2235
  });
2236
2236
  });
2237
2237
  /** @internal */
2238
2238
  export const Default$outboundSchema = z.object({
2239
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema),
2239
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema),
2240
2240
  }).transform((v) => {
2241
2241
  return remap$(v, {
2242
- atBRANDAt446263: "__@BRAND@446263",
2242
+ atBRANDAt447943: "__@BRAND@447943",
2243
2243
  });
2244
2244
  });
2245
2245
  /**
@@ -2260,42 +2260,42 @@ export function defaultFromJSON(jsonString) {
2260
2260
  return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
2261
2261
  }
2262
2262
  /** @internal */
2263
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema = z.object({});
2263
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema = z.object({});
2264
2264
  /** @internal */
2265
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema = z.object({});
2265
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema = z.object({});
2266
2266
  /**
2267
2267
  * @internal
2268
2268
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2269
2269
  */
2270
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$;
2271
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$) {
2272
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema` instead. */
2273
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema;
2274
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema` instead. */
2275
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema;
2276
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ = {}));
2277
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263) {
2278
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
2279
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263));
2270
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$;
2271
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$) {
2272
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema` instead. */
2273
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema;
2274
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema` instead. */
2275
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema;
2276
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$ = {}));
2277
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943) {
2278
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema
2279
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943));
2280
2280
  }
2281
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263FromJSON(jsonString) {
2282
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
2283
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263' from JSON`);
2281
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943FromJSON(jsonString) {
2282
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema
2283
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943' from JSON`);
2284
2284
  }
2285
2285
  /** @internal */
2286
2286
  export const Example$inboundSchema = z.object({
2287
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema),
2287
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema),
2288
2288
  }).transform((v) => {
2289
2289
  return remap$(v, {
2290
- "__@BRAND@446263": "atBRANDAt446263",
2290
+ "__@BRAND@447943": "atBRANDAt447943",
2291
2291
  });
2292
2292
  });
2293
2293
  /** @internal */
2294
2294
  export const Example$outboundSchema = z.object({
2295
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema),
2295
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema),
2296
2296
  }).transform((v) => {
2297
2297
  return remap$(v, {
2298
- atBRANDAt446263: "__@BRAND@446263",
2298
+ atBRANDAt447943: "__@BRAND@447943",
2299
2299
  });
2300
2300
  });
2301
2301
  /**
@@ -2463,42 +2463,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
2463
2463
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
2464
2464
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
2465
2465
  /** @internal */
2466
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema = z.object({});
2466
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema = z.object({});
2467
2467
  /** @internal */
2468
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema = z.object({});
2468
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema = z.object({});
2469
2469
  /**
2470
2470
  * @internal
2471
2471
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2472
2472
  */
2473
- export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$;
2474
- (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$) {
2475
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema` instead. */
2476
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema;
2477
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema` instead. */
2478
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema;
2479
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ = {}));
2480
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263) {
2481
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
2482
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263));
2473
+ export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$;
2474
+ (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$) {
2475
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema` instead. */
2476
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema;
2477
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema` instead. */
2478
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema;
2479
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$ = {}));
2480
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943) {
2481
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema
2482
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943));
2483
2483
  }
2484
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263FromJSON(jsonString) {
2485
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
2486
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263' from JSON`);
2484
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943FromJSON(jsonString) {
2485
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema
2486
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943' from JSON`);
2487
2487
  }
2488
2488
  /** @internal */
2489
2489
  export const UiOptionsValue$inboundSchema = z.object({
2490
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema),
2490
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema),
2491
2491
  }).transform((v) => {
2492
2492
  return remap$(v, {
2493
- "__@BRAND@446263": "atBRANDAt446263",
2493
+ "__@BRAND@447943": "atBRANDAt447943",
2494
2494
  });
2495
2495
  });
2496
2496
  /** @internal */
2497
2497
  export const UiOptionsValue$outboundSchema = z.object({
2498
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema),
2498
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema),
2499
2499
  }).transform((v) => {
2500
2500
  return remap$(v, {
2501
- atBRANDAt446263: "__@BRAND@446263",
2501
+ atBRANDAt447943: "__@BRAND@447943",
2502
2502
  });
2503
2503
  });
2504
2504
  /**
@@ -2702,40 +2702,40 @@ export function uiOptions3FromJSON(jsonString) {
2702
2702
  return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
2703
2703
  }
2704
2704
  /** @internal */
2705
- export const UiOptionsAtBRANDAt446263$inboundSchema = z.object({});
2705
+ export const UiOptionsAtBRANDAt447943$inboundSchema = z.object({});
2706
2706
  /** @internal */
2707
- export const UiOptionsAtBRANDAt446263$outboundSchema = z.object({});
2707
+ export const UiOptionsAtBRANDAt447943$outboundSchema = z.object({});
2708
2708
  /**
2709
2709
  * @internal
2710
2710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2711
2711
  */
2712
- export var UiOptionsAtBRANDAt446263$;
2713
- (function (UiOptionsAtBRANDAt446263$) {
2714
- /** @deprecated use `UiOptionsAtBRANDAt446263$inboundSchema` instead. */
2715
- UiOptionsAtBRANDAt446263$.inboundSchema = UiOptionsAtBRANDAt446263$inboundSchema;
2716
- /** @deprecated use `UiOptionsAtBRANDAt446263$outboundSchema` instead. */
2717
- UiOptionsAtBRANDAt446263$.outboundSchema = UiOptionsAtBRANDAt446263$outboundSchema;
2718
- })(UiOptionsAtBRANDAt446263$ || (UiOptionsAtBRANDAt446263$ = {}));
2719
- export function uiOptionsAtBRANDAt446263ToJSON(uiOptionsAtBRANDAt446263) {
2720
- return JSON.stringify(UiOptionsAtBRANDAt446263$outboundSchema.parse(uiOptionsAtBRANDAt446263));
2712
+ export var UiOptionsAtBRANDAt447943$;
2713
+ (function (UiOptionsAtBRANDAt447943$) {
2714
+ /** @deprecated use `UiOptionsAtBRANDAt447943$inboundSchema` instead. */
2715
+ UiOptionsAtBRANDAt447943$.inboundSchema = UiOptionsAtBRANDAt447943$inboundSchema;
2716
+ /** @deprecated use `UiOptionsAtBRANDAt447943$outboundSchema` instead. */
2717
+ UiOptionsAtBRANDAt447943$.outboundSchema = UiOptionsAtBRANDAt447943$outboundSchema;
2718
+ })(UiOptionsAtBRANDAt447943$ || (UiOptionsAtBRANDAt447943$ = {}));
2719
+ export function uiOptionsAtBRANDAt447943ToJSON(uiOptionsAtBRANDAt447943) {
2720
+ return JSON.stringify(UiOptionsAtBRANDAt447943$outboundSchema.parse(uiOptionsAtBRANDAt447943));
2721
2721
  }
2722
- export function uiOptionsAtBRANDAt446263FromJSON(jsonString) {
2723
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt446263' from JSON`);
2722
+ export function uiOptionsAtBRANDAt447943FromJSON(jsonString) {
2723
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt447943' from JSON`);
2724
2724
  }
2725
2725
  /** @internal */
2726
2726
  export const UiOptions2$inboundSchema = z.object({
2727
- "__@BRAND@446263": z.lazy(() => UiOptionsAtBRANDAt446263$inboundSchema),
2727
+ "__@BRAND@447943": z.lazy(() => UiOptionsAtBRANDAt447943$inboundSchema),
2728
2728
  }).transform((v) => {
2729
2729
  return remap$(v, {
2730
- "__@BRAND@446263": "atBRANDAt446263",
2730
+ "__@BRAND@447943": "atBRANDAt447943",
2731
2731
  });
2732
2732
  });
2733
2733
  /** @internal */
2734
2734
  export const UiOptions2$outboundSchema = z.object({
2735
- atBRANDAt446263: z.lazy(() => UiOptionsAtBRANDAt446263$outboundSchema),
2735
+ atBRANDAt447943: z.lazy(() => UiOptionsAtBRANDAt447943$outboundSchema),
2736
2736
  }).transform((v) => {
2737
2737
  return remap$(v, {
2738
- atBRANDAt446263: "__@BRAND@446263",
2738
+ atBRANDAt447943: "__@BRAND@447943",
2739
2739
  });
2740
2740
  });
2741
2741
  /**
@@ -2974,42 +2974,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
2974
2974
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
2975
2975
  }
2976
2976
  /** @internal */
2977
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema = z.object({});
2977
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema = z.object({});
2978
2978
  /** @internal */
2979
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema = z.object({});
2979
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema = z.object({});
2980
2980
  /**
2981
2981
  * @internal
2982
2982
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2983
2983
  */
2984
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$;
2985
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$) {
2986
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema` instead. */
2987
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema;
2988
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema` instead. */
2989
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema;
2990
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ = {}));
2991
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263) {
2992
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
2993
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263));
2984
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$;
2985
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$) {
2986
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema` instead. */
2987
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema;
2988
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema` instead. */
2989
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema;
2990
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$ = {}));
2991
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943) {
2992
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema
2993
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943));
2994
2994
  }
2995
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263FromJSON(jsonString) {
2996
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
2997
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263' from JSON`);
2995
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943FromJSON(jsonString) {
2996
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema
2997
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943' from JSON`);
2998
2998
  }
2999
2999
  /** @internal */
3000
3000
  export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
3001
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema),
3001
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema),
3002
3002
  }).transform((v) => {
3003
3003
  return remap$(v, {
3004
- "__@BRAND@446263": "atBRANDAt446263",
3004
+ "__@BRAND@447943": "atBRANDAt447943",
3005
3005
  });
3006
3006
  });
3007
3007
  /** @internal */
3008
3008
  export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
3009
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema),
3009
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema),
3010
3010
  }).transform((v) => {
3011
3011
  return remap$(v, {
3012
- atBRANDAt446263: "__@BRAND@446263",
3012
+ atBRANDAt447943: "__@BRAND@447943",
3013
3013
  });
3014
3014
  });
3015
3015
  /**
@@ -3030,42 +3030,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
3030
3030
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
3031
3031
  }
3032
3032
  /** @internal */
3033
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema = z.object({});
3033
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema = z.object({});
3034
3034
  /** @internal */
3035
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema = z.object({});
3035
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema = z.object({});
3036
3036
  /**
3037
3037
  * @internal
3038
3038
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3039
3039
  */
3040
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$;
3041
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$) {
3042
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema` instead. */
3043
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema;
3044
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema` instead. */
3045
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema;
3046
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ = {}));
3047
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263) {
3048
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
3049
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263));
3040
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$;
3041
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$) {
3042
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema` instead. */
3043
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema;
3044
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema` instead. */
3045
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema;
3046
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$ = {}));
3047
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943) {
3048
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema
3049
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943));
3050
3050
  }
3051
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263FromJSON(jsonString) {
3052
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
3053
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263' from JSON`);
3051
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943FromJSON(jsonString) {
3052
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema
3053
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943' from JSON`);
3054
3054
  }
3055
3055
  /** @internal */
3056
3056
  export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
3057
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema),
3057
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema),
3058
3058
  }).transform((v) => {
3059
3059
  return remap$(v, {
3060
- "__@BRAND@446263": "atBRANDAt446263",
3060
+ "__@BRAND@447943": "atBRANDAt447943",
3061
3061
  });
3062
3062
  });
3063
3063
  /** @internal */
3064
3064
  export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
3065
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema),
3065
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema),
3066
3066
  }).transform((v) => {
3067
3067
  return remap$(v, {
3068
- atBRANDAt446263: "__@BRAND@446263",
3068
+ atBRANDAt447943: "__@BRAND@447943",
3069
3069
  });
3070
3070
  });
3071
3071
  /**
@@ -3086,42 +3086,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
3086
3086
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
3087
3087
  }
3088
3088
  /** @internal */
3089
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema = z.object({});
3089
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema = z.object({});
3090
3090
  /** @internal */
3091
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema = z.object({});
3091
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema = z.object({});
3092
3092
  /**
3093
3093
  * @internal
3094
3094
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3095
3095
  */
3096
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$;
3097
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$) {
3098
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema` instead. */
3099
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema;
3100
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema` instead. */
3101
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema;
3102
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ = {}));
3103
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263) {
3104
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
3105
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263));
3096
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$;
3097
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$) {
3098
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema` instead. */
3099
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema;
3100
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema` instead. */
3101
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema;
3102
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$ = {}));
3103
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943) {
3104
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema
3105
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943));
3106
3106
  }
3107
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263FromJSON(jsonString) {
3108
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
3109
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263' from JSON`);
3107
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943FromJSON(jsonString) {
3108
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema
3109
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943' from JSON`);
3110
3110
  }
3111
3111
  /** @internal */
3112
3112
  export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
3113
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema),
3113
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema),
3114
3114
  }).transform((v) => {
3115
3115
  return remap$(v, {
3116
- "__@BRAND@446263": "atBRANDAt446263",
3116
+ "__@BRAND@447943": "atBRANDAt447943",
3117
3117
  });
3118
3118
  });
3119
3119
  /** @internal */
3120
3120
  export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
3121
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema),
3121
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema),
3122
3122
  }).transform((v) => {
3123
3123
  return remap$(v, {
3124
- atBRANDAt446263: "__@BRAND@446263",
3124
+ atBRANDAt447943: "__@BRAND@447943",
3125
3125
  });
3126
3126
  });
3127
3127
  /**
@@ -3607,42 +3607,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
3607
3607
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
3608
3608
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
3609
3609
  /** @internal */
3610
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema = z.object({});
3610
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema = z.object({});
3611
3611
  /** @internal */
3612
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema = z.object({});
3612
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema = z.object({});
3613
3613
  /**
3614
3614
  * @internal
3615
3615
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3616
3616
  */
3617
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$;
3618
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$) {
3619
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
3620
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema;
3621
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
3622
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema;
3623
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ = {}));
3624
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263) {
3625
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
3626
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263));
3617
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$;
3618
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$) {
3619
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema` instead. */
3620
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema;
3621
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema` instead. */
3622
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema;
3623
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$ = {}));
3624
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943) {
3625
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema
3626
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943));
3627
3627
  }
3628
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263FromJSON(jsonString) {
3629
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
3630
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263' from JSON`);
3628
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943FromJSON(jsonString) {
3629
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema
3630
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943' from JSON`);
3631
3631
  }
3632
3632
  /** @internal */
3633
3633
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
3634
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema),
3634
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema),
3635
3635
  }).transform((v) => {
3636
3636
  return remap$(v, {
3637
- "__@BRAND@446263": "atBRANDAt446263",
3637
+ "__@BRAND@447943": "atBRANDAt447943",
3638
3638
  });
3639
3639
  });
3640
3640
  /** @internal */
3641
3641
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
3642
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema),
3642
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema),
3643
3643
  }).transform((v) => {
3644
3644
  return remap$(v, {
3645
- atBRANDAt446263: "__@BRAND@446263",
3645
+ atBRANDAt447943: "__@BRAND@447943",
3646
3646
  });
3647
3647
  });
3648
3648
  /**
@@ -3665,42 +3665,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
3665
3665
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
3666
3666
  }
3667
3667
  /** @internal */
3668
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema = z.object({});
3668
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema = z.object({});
3669
3669
  /** @internal */
3670
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema = z.object({});
3670
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema = z.object({});
3671
3671
  /**
3672
3672
  * @internal
3673
3673
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3674
3674
  */
3675
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$;
3676
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$) {
3677
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema` instead. */
3678
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema;
3679
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema` instead. */
3680
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema;
3681
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ = {}));
3682
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263) {
3683
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
3684
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263));
3675
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$;
3676
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$) {
3677
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema` instead. */
3678
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema;
3679
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema` instead. */
3680
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema;
3681
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$ = {}));
3682
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943) {
3683
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema
3684
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943));
3685
3685
  }
3686
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263FromJSON(jsonString) {
3687
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
3688
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263' from JSON`);
3686
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943FromJSON(jsonString) {
3687
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema
3688
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943' from JSON`);
3689
3689
  }
3690
3690
  /** @internal */
3691
3691
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3692
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema),
3692
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema),
3693
3693
  }).transform((v) => {
3694
3694
  return remap$(v, {
3695
- "__@BRAND@446263": "atBRANDAt446263",
3695
+ "__@BRAND@447943": "atBRANDAt447943",
3696
3696
  });
3697
3697
  });
3698
3698
  /** @internal */
3699
3699
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3700
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema),
3700
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema),
3701
3701
  }).transform((v) => {
3702
3702
  return remap$(v, {
3703
- atBRANDAt446263: "__@BRAND@446263",
3703
+ atBRANDAt447943: "__@BRAND@447943",
3704
3704
  });
3705
3705
  });
3706
3706
  /**
@@ -3723,42 +3723,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
3723
3723
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
3724
3724
  }
3725
3725
  /** @internal */
3726
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema = z.object({});
3726
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema = z.object({});
3727
3727
  /** @internal */
3728
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema = z.object({});
3728
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema = z.object({});
3729
3729
  /**
3730
3730
  * @internal
3731
3731
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3732
3732
  */
3733
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$;
3734
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$) {
3735
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema` instead. */
3736
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema;
3737
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema` instead. */
3738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema;
3739
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ = {}));
3740
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263) {
3741
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
3742
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263));
3733
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$;
3734
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$) {
3735
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema` instead. */
3736
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema;
3737
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema` instead. */
3738
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema;
3739
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$ = {}));
3740
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943) {
3741
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema
3742
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943));
3743
3743
  }
3744
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263FromJSON(jsonString) {
3745
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
3746
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263' from JSON`);
3744
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943FromJSON(jsonString) {
3745
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema
3746
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943' from JSON`);
3747
3747
  }
3748
3748
  /** @internal */
3749
3749
  export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
3750
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema),
3750
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema),
3751
3751
  }).transform((v) => {
3752
3752
  return remap$(v, {
3753
- "__@BRAND@446263": "atBRANDAt446263",
3753
+ "__@BRAND@447943": "atBRANDAt447943",
3754
3754
  });
3755
3755
  });
3756
3756
  /** @internal */
3757
3757
  export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
3758
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema),
3758
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema),
3759
3759
  }).transform((v) => {
3760
3760
  return remap$(v, {
3761
- atBRANDAt446263: "__@BRAND@446263",
3761
+ atBRANDAt447943: "__@BRAND@447943",
3762
3762
  });
3763
3763
  });
3764
3764
  /**
@@ -4629,42 +4629,42 @@ export function uiOptionsFromJSON(jsonString) {
4629
4629
  return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
4630
4630
  }
4631
4631
  /** @internal */
4632
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema = z.object({});
4632
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema = z.object({});
4633
4633
  /** @internal */
4634
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema = z.object({});
4634
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema = z.object({});
4635
4635
  /**
4636
4636
  * @internal
4637
4637
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4638
4638
  */
4639
- export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$;
4640
- (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$) {
4641
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema` instead. */
4642
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema;
4643
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema` instead. */
4644
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema;
4645
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ = {}));
4646
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263) {
4647
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
4648
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263));
4639
+ export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$;
4640
+ (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$) {
4641
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema` instead. */
4642
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema;
4643
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema` instead. */
4644
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema;
4645
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$ = {}));
4646
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943) {
4647
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema
4648
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943));
4649
4649
  }
4650
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263FromJSON(jsonString) {
4651
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
4652
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263' from JSON`);
4650
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943FromJSON(jsonString) {
4651
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema
4652
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943' from JSON`);
4653
4653
  }
4654
4654
  /** @internal */
4655
4655
  export const PropertiesMinLength$inboundSchema = z.object({
4656
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema),
4656
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema),
4657
4657
  }).transform((v) => {
4658
4658
  return remap$(v, {
4659
- "__@BRAND@446263": "atBRANDAt446263",
4659
+ "__@BRAND@447943": "atBRANDAt447943",
4660
4660
  });
4661
4661
  });
4662
4662
  /** @internal */
4663
4663
  export const PropertiesMinLength$outboundSchema = z.object({
4664
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema),
4664
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema),
4665
4665
  }).transform((v) => {
4666
4666
  return remap$(v, {
4667
- atBRANDAt446263: "__@BRAND@446263",
4667
+ atBRANDAt447943: "__@BRAND@447943",
4668
4668
  });
4669
4669
  });
4670
4670
  /**
@@ -4685,42 +4685,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
4685
4685
  return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
4686
4686
  }
4687
4687
  /** @internal */
4688
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema = z.object({});
4688
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema = z.object({});
4689
4689
  /** @internal */
4690
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema = z.object({});
4690
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema = z.object({});
4691
4691
  /**
4692
4692
  * @internal
4693
4693
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4694
4694
  */
4695
- export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$;
4696
- (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$) {
4697
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
4698
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema;
4699
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
4700
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema;
4701
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ = {}));
4702
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263) {
4703
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
4704
- .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263));
4695
+ export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$;
4696
+ (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$) {
4697
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema` instead. */
4698
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema;
4699
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema` instead. */
4700
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema;
4701
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$ = {}));
4702
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943) {
4703
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema
4704
+ .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943));
4705
4705
  }
4706
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263FromJSON(jsonString) {
4707
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
4708
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263' from JSON`);
4706
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943FromJSON(jsonString) {
4707
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema
4708
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943' from JSON`);
4709
4709
  }
4710
4710
  /** @internal */
4711
4711
  export const PropertiesMaxLength$inboundSchema = z.object({
4712
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema),
4712
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema),
4713
4713
  }).transform((v) => {
4714
4714
  return remap$(v, {
4715
- "__@BRAND@446263": "atBRANDAt446263",
4715
+ "__@BRAND@447943": "atBRANDAt447943",
4716
4716
  });
4717
4717
  });
4718
4718
  /** @internal */
4719
4719
  export const PropertiesMaxLength$outboundSchema = z.object({
4720
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema),
4720
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema),
4721
4721
  }).transform((v) => {
4722
4722
  return remap$(v, {
4723
- atBRANDAt446263: "__@BRAND@446263",
4723
+ atBRANDAt447943: "__@BRAND@447943",
4724
4724
  });
4725
4725
  });
4726
4726
  /**
@@ -4741,42 +4741,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
4741
4741
  return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
4742
4742
  }
4743
4743
  /** @internal */
4744
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema = z.object({});
4744
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema = z.object({});
4745
4745
  /** @internal */
4746
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema = z.object({});
4746
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema = z.object({});
4747
4747
  /**
4748
4748
  * @internal
4749
4749
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4750
4750
  */
4751
- export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$;
4752
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$) {
4753
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema` instead. */
4754
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema;
4755
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema` instead. */
4756
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema;
4757
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ = {}));
4758
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263) {
4759
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
4760
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263));
4751
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$;
4752
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$) {
4753
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema` instead. */
4754
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema;
4755
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema` instead. */
4756
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema;
4757
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$ = {}));
4758
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943) {
4759
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema
4760
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943));
4761
4761
  }
4762
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263FromJSON(jsonString) {
4763
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
4764
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263' from JSON`);
4762
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943FromJSON(jsonString) {
4763
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema
4764
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943' from JSON`);
4765
4765
  }
4766
4766
  /** @internal */
4767
4767
  export const PropertiesPattern$inboundSchema = z.object({
4768
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema),
4768
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema),
4769
4769
  }).transform((v) => {
4770
4770
  return remap$(v, {
4771
- "__@BRAND@446263": "atBRANDAt446263",
4771
+ "__@BRAND@447943": "atBRANDAt447943",
4772
4772
  });
4773
4773
  });
4774
4774
  /** @internal */
4775
4775
  export const PropertiesPattern$outboundSchema = z.object({
4776
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema),
4776
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema),
4777
4777
  }).transform((v) => {
4778
4778
  return remap$(v, {
4779
- atBRANDAt446263: "__@BRAND@446263",
4779
+ atBRANDAt447943: "__@BRAND@447943",
4780
4780
  });
4781
4781
  });
4782
4782
  /**
@@ -6556,40 +6556,40 @@ export var UiControl$;
6556
6556
  UiControl$.outboundSchema = UiControl$outboundSchema;
6557
6557
  })(UiControl$ || (UiControl$ = {}));
6558
6558
  /** @internal */
6559
- export const AtBRANDAt446263$inboundSchema = z.object({});
6559
+ export const AtBRANDAt447943$inboundSchema = z.object({});
6560
6560
  /** @internal */
6561
- export const AtBRANDAt446263$outboundSchema = z.object({});
6561
+ export const AtBRANDAt447943$outboundSchema = z.object({});
6562
6562
  /**
6563
6563
  * @internal
6564
6564
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6565
6565
  */
6566
- export var AtBRANDAt446263$;
6567
- (function (AtBRANDAt446263$) {
6568
- /** @deprecated use `AtBRANDAt446263$inboundSchema` instead. */
6569
- AtBRANDAt446263$.inboundSchema = AtBRANDAt446263$inboundSchema;
6570
- /** @deprecated use `AtBRANDAt446263$outboundSchema` instead. */
6571
- AtBRANDAt446263$.outboundSchema = AtBRANDAt446263$outboundSchema;
6572
- })(AtBRANDAt446263$ || (AtBRANDAt446263$ = {}));
6573
- export function atBRANDAt446263ToJSON(atBRANDAt446263) {
6574
- return JSON.stringify(AtBRANDAt446263$outboundSchema.parse(atBRANDAt446263));
6566
+ export var AtBRANDAt447943$;
6567
+ (function (AtBRANDAt447943$) {
6568
+ /** @deprecated use `AtBRANDAt447943$inboundSchema` instead. */
6569
+ AtBRANDAt447943$.inboundSchema = AtBRANDAt447943$inboundSchema;
6570
+ /** @deprecated use `AtBRANDAt447943$outboundSchema` instead. */
6571
+ AtBRANDAt447943$.outboundSchema = AtBRANDAt447943$outboundSchema;
6572
+ })(AtBRANDAt447943$ || (AtBRANDAt447943$ = {}));
6573
+ export function atBRANDAt447943ToJSON(atBRANDAt447943) {
6574
+ return JSON.stringify(AtBRANDAt447943$outboundSchema.parse(atBRANDAt447943));
6575
6575
  }
6576
- export function atBRANDAt446263FromJSON(jsonString) {
6577
- return safeParse(jsonString, (x) => AtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt446263' from JSON`);
6576
+ export function atBRANDAt447943FromJSON(jsonString) {
6577
+ return safeParse(jsonString, (x) => AtBRANDAt447943$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt447943' from JSON`);
6578
6578
  }
6579
6579
  /** @internal */
6580
6580
  export const MinLength$inboundSchema = z.object({
6581
- "__@BRAND@446263": z.lazy(() => AtBRANDAt446263$inboundSchema),
6581
+ "__@BRAND@447943": z.lazy(() => AtBRANDAt447943$inboundSchema),
6582
6582
  }).transform((v) => {
6583
6583
  return remap$(v, {
6584
- "__@BRAND@446263": "atBRANDAt446263",
6584
+ "__@BRAND@447943": "atBRANDAt447943",
6585
6585
  });
6586
6586
  });
6587
6587
  /** @internal */
6588
6588
  export const MinLength$outboundSchema = z.object({
6589
- atBRANDAt446263: z.lazy(() => AtBRANDAt446263$outboundSchema),
6589
+ atBRANDAt447943: z.lazy(() => AtBRANDAt447943$outboundSchema),
6590
6590
  }).transform((v) => {
6591
6591
  return remap$(v, {
6592
- atBRANDAt446263: "__@BRAND@446263",
6592
+ atBRANDAt447943: "__@BRAND@447943",
6593
6593
  });
6594
6594
  });
6595
6595
  /**
@@ -6610,40 +6610,40 @@ export function minLengthFromJSON(jsonString) {
6610
6610
  return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
6611
6611
  }
6612
6612
  /** @internal */
6613
- export const PropertiesAtBRANDAt446263$inboundSchema = z.object({});
6613
+ export const PropertiesAtBRANDAt447943$inboundSchema = z.object({});
6614
6614
  /** @internal */
6615
- export const PropertiesAtBRANDAt446263$outboundSchema = z.object({});
6615
+ export const PropertiesAtBRANDAt447943$outboundSchema = z.object({});
6616
6616
  /**
6617
6617
  * @internal
6618
6618
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6619
6619
  */
6620
- export var PropertiesAtBRANDAt446263$;
6621
- (function (PropertiesAtBRANDAt446263$) {
6622
- /** @deprecated use `PropertiesAtBRANDAt446263$inboundSchema` instead. */
6623
- PropertiesAtBRANDAt446263$.inboundSchema = PropertiesAtBRANDAt446263$inboundSchema;
6624
- /** @deprecated use `PropertiesAtBRANDAt446263$outboundSchema` instead. */
6625
- PropertiesAtBRANDAt446263$.outboundSchema = PropertiesAtBRANDAt446263$outboundSchema;
6626
- })(PropertiesAtBRANDAt446263$ || (PropertiesAtBRANDAt446263$ = {}));
6627
- export function propertiesAtBRANDAt446263ToJSON(propertiesAtBRANDAt446263) {
6628
- return JSON.stringify(PropertiesAtBRANDAt446263$outboundSchema.parse(propertiesAtBRANDAt446263));
6620
+ export var PropertiesAtBRANDAt447943$;
6621
+ (function (PropertiesAtBRANDAt447943$) {
6622
+ /** @deprecated use `PropertiesAtBRANDAt447943$inboundSchema` instead. */
6623
+ PropertiesAtBRANDAt447943$.inboundSchema = PropertiesAtBRANDAt447943$inboundSchema;
6624
+ /** @deprecated use `PropertiesAtBRANDAt447943$outboundSchema` instead. */
6625
+ PropertiesAtBRANDAt447943$.outboundSchema = PropertiesAtBRANDAt447943$outboundSchema;
6626
+ })(PropertiesAtBRANDAt447943$ || (PropertiesAtBRANDAt447943$ = {}));
6627
+ export function propertiesAtBRANDAt447943ToJSON(propertiesAtBRANDAt447943) {
6628
+ return JSON.stringify(PropertiesAtBRANDAt447943$outboundSchema.parse(propertiesAtBRANDAt447943));
6629
6629
  }
6630
- export function propertiesAtBRANDAt446263FromJSON(jsonString) {
6631
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt446263' from JSON`);
6630
+ export function propertiesAtBRANDAt447943FromJSON(jsonString) {
6631
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt447943' from JSON`);
6632
6632
  }
6633
6633
  /** @internal */
6634
6634
  export const MaxLength$inboundSchema = z.object({
6635
- "__@BRAND@446263": z.lazy(() => PropertiesAtBRANDAt446263$inboundSchema),
6635
+ "__@BRAND@447943": z.lazy(() => PropertiesAtBRANDAt447943$inboundSchema),
6636
6636
  }).transform((v) => {
6637
6637
  return remap$(v, {
6638
- "__@BRAND@446263": "atBRANDAt446263",
6638
+ "__@BRAND@447943": "atBRANDAt447943",
6639
6639
  });
6640
6640
  });
6641
6641
  /** @internal */
6642
6642
  export const MaxLength$outboundSchema = z.object({
6643
- atBRANDAt446263: z.lazy(() => PropertiesAtBRANDAt446263$outboundSchema),
6643
+ atBRANDAt447943: z.lazy(() => PropertiesAtBRANDAt447943$outboundSchema),
6644
6644
  }).transform((v) => {
6645
6645
  return remap$(v, {
6646
- atBRANDAt446263: "__@BRAND@446263",
6646
+ atBRANDAt447943: "__@BRAND@447943",
6647
6647
  });
6648
6648
  });
6649
6649
  /**
@@ -6664,40 +6664,40 @@ export function maxLengthFromJSON(jsonString) {
6664
6664
  return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
6665
6665
  }
6666
6666
  /** @internal */
6667
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema = z.object({});
6667
+ export const GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema = z.object({});
6668
6668
  /** @internal */
6669
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema = z.object({});
6669
+ export const GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema = z.object({});
6670
6670
  /**
6671
6671
  * @internal
6672
6672
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6673
6673
  */
6674
- export var GetConfigurationProductsPropertiesAtBRANDAt446263$;
6675
- (function (GetConfigurationProductsPropertiesAtBRANDAt446263$) {
6676
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema` instead. */
6677
- GetConfigurationProductsPropertiesAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema;
6678
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema` instead. */
6679
- GetConfigurationProductsPropertiesAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema;
6680
- })(GetConfigurationProductsPropertiesAtBRANDAt446263$ || (GetConfigurationProductsPropertiesAtBRANDAt446263$ = {}));
6681
- export function getConfigurationProductsPropertiesAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesAtBRANDAt446263) {
6682
- return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt446263));
6674
+ export var GetConfigurationProductsPropertiesAtBRANDAt447943$;
6675
+ (function (GetConfigurationProductsPropertiesAtBRANDAt447943$) {
6676
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema` instead. */
6677
+ GetConfigurationProductsPropertiesAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema;
6678
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema` instead. */
6679
+ GetConfigurationProductsPropertiesAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema;
6680
+ })(GetConfigurationProductsPropertiesAtBRANDAt447943$ || (GetConfigurationProductsPropertiesAtBRANDAt447943$ = {}));
6681
+ export function getConfigurationProductsPropertiesAtBRANDAt447943ToJSON(getConfigurationProductsPropertiesAtBRANDAt447943) {
6682
+ return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt447943));
6683
6683
  }
6684
- export function getConfigurationProductsPropertiesAtBRANDAt446263FromJSON(jsonString) {
6685
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt446263' from JSON`);
6684
+ export function getConfigurationProductsPropertiesAtBRANDAt447943FromJSON(jsonString) {
6685
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt447943' from JSON`);
6686
6686
  }
6687
6687
  /** @internal */
6688
6688
  export const Pattern$inboundSchema = z.object({
6689
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema),
6689
+ "__@BRAND@447943": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema),
6690
6690
  }).transform((v) => {
6691
6691
  return remap$(v, {
6692
- "__@BRAND@446263": "atBRANDAt446263",
6692
+ "__@BRAND@447943": "atBRANDAt447943",
6693
6693
  });
6694
6694
  });
6695
6695
  /** @internal */
6696
6696
  export const Pattern$outboundSchema = z.object({
6697
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema),
6697
+ atBRANDAt447943: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema),
6698
6698
  }).transform((v) => {
6699
6699
  return remap$(v, {
6700
- atBRANDAt446263: "__@BRAND@446263",
6700
+ atBRANDAt447943: "__@BRAND@447943",
6701
6701
  });
6702
6702
  });
6703
6703
  /**