@vercel/sdk 1.11.2 → 1.11.4

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