@vercel/sdk 1.11.2 → 1.12.0

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 (257) hide show
  1. package/README.md +60 -59
  2. package/bin/mcp-server.js +4502 -3066
  3. package/bin/mcp-server.js.map +46 -40
  4. package/docs/sdks/deployments/README.md +8 -0
  5. package/docs/sdks/edgecache/README.md +169 -0
  6. package/docs/sdks/integrations/README.md +83 -0
  7. package/docs/sdks/projects/README.md +0 -2
  8. package/docs/sdks/vercel/README.md +0 -74
  9. package/esm/__tests__/deployments.test.js +1 -1
  10. package/esm/__tests__/deployments.test.js.map +1 -1
  11. package/esm/__tests__/domains.test.js +3 -12
  12. package/esm/__tests__/domains.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +28 -1
  14. package/esm/__tests__/integrations.test.js.map +1 -1
  15. package/esm/__tests__/logdrains.test.js +9 -0
  16. package/esm/__tests__/logdrains.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/vercel.test.js +3 -27
  22. package/esm/__tests__/vercel.test.js.map +1 -1
  23. package/esm/funcs/deploymentsGetDeployments.js +1 -0
  24. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  25. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
  26. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  27. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
  28. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  29. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
  30. package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
  31. package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
  32. package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
  33. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  34. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  35. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  36. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  37. package/esm/funcs/marketplaceImportResource.js +2 -2
  38. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  39. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  40. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  41. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  42. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  43. package/esm/funcs/projectsGetProjects.js +0 -1
  44. package/esm/funcs/projectsGetProjects.js.map +1 -1
  45. package/esm/lib/config.d.ts +3 -3
  46. package/esm/lib/config.js +3 -3
  47. package/esm/lib/url.js +1 -1
  48. package/esm/lib/url.js.map +1 -1
  49. package/esm/mcp-server/mcp-server.js +1 -1
  50. package/esm/mcp-server/server.d.ts.map +1 -1
  51. package/esm/mcp-server/server.js +7 -3
  52. package/esm/mcp-server/server.js.map +1 -1
  53. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
  54. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  55. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
  56. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  57. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
  58. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
  59. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
  60. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
  61. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  62. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  63. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  64. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  65. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  66. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  67. package/esm/models/approverollingreleasestageop.js +6 -0
  68. package/esm/models/approverollingreleasestageop.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +63 -50
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +59 -54
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/completerollingreleaseop.d.ts +15 -0
  74. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  75. package/esm/models/completerollingreleaseop.js +6 -0
  76. package/esm/models/completerollingreleaseop.js.map +1 -1
  77. package/esm/models/createdeploymentop.d.ts +289 -144
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +259 -124
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createedgeconfigop.d.ts +2 -2
  82. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  83. package/esm/models/createedgeconfigop.js +2 -2
  84. package/esm/models/createedgeconfigop.js.map +1 -1
  85. package/esm/models/createintegrationstoredirectop.d.ts +906 -308
  86. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  87. package/esm/models/createintegrationstoredirectop.js +1077 -371
  88. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  89. package/esm/models/createlogdrainop.d.ts +126 -4
  90. package/esm/models/createlogdrainop.d.ts.map +1 -1
  91. package/esm/models/createlogdrainop.js +129 -1
  92. package/esm/models/createlogdrainop.js.map +1 -1
  93. package/esm/models/createprojectop.d.ts +43 -30
  94. package/esm/models/createprojectop.d.ts.map +1 -1
  95. package/esm/models/createprojectop.js +24 -18
  96. package/esm/models/createprojectop.js.map +1 -1
  97. package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
  98. package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
  99. package/esm/models/dangerouslydeletebytagsop.js +117 -0
  100. package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
  101. package/esm/models/getbillingplansop.d.ts +257 -0
  102. package/esm/models/getbillingplansop.d.ts.map +1 -0
  103. package/esm/models/getbillingplansop.js +244 -0
  104. package/esm/models/getbillingplansop.js.map +1 -0
  105. package/esm/models/getconfigurationop.d.ts +8 -8
  106. package/esm/models/getconfigurationop.d.ts.map +1 -1
  107. package/esm/models/getconfigurationop.js +12 -12
  108. package/esm/models/getconfigurationop.js.map +1 -1
  109. package/esm/models/getconfigurationproductsop.d.ts +909 -390
  110. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  111. package/esm/models/getconfigurationproductsop.js +1104 -471
  112. package/esm/models/getconfigurationproductsop.js.map +1 -1
  113. package/esm/models/getconfigurationsop.d.ts +3 -0
  114. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  115. package/esm/models/getconfigurationsop.js +1 -0
  116. package/esm/models/getconfigurationsop.js.map +1 -1
  117. package/esm/models/getdeploymentop.d.ts +33 -20
  118. package/esm/models/getdeploymentop.d.ts.map +1 -1
  119. package/esm/models/getdeploymentop.js +25 -20
  120. package/esm/models/getdeploymentop.js.map +1 -1
  121. package/esm/models/getdeploymentsop.d.ts +8 -0
  122. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  123. package/esm/models/getdeploymentsop.js +3 -0
  124. package/esm/models/getdeploymentsop.js.map +1 -1
  125. package/esm/models/getedgeconfigop.d.ts +2 -2
  126. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  127. package/esm/models/getedgeconfigop.js +2 -2
  128. package/esm/models/getedgeconfigop.js.map +1 -1
  129. package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
  130. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  131. package/esm/models/getintegrationlogdrainsop.js +130 -0
  132. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  133. package/esm/models/getprojectsop.d.ts +206 -178
  134. package/esm/models/getprojectsop.d.ts.map +1 -1
  135. package/esm/models/getprojectsop.js +207 -166
  136. package/esm/models/getprojectsop.js.map +1 -1
  137. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  138. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  139. package/esm/models/getrollingreleaseconfigop.js +2 -0
  140. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  141. package/esm/models/getrollingreleaseop.d.ts +15 -0
  142. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  143. package/esm/models/getrollingreleaseop.js +6 -0
  144. package/esm/models/getrollingreleaseop.js.map +1 -1
  145. package/esm/models/getwebhooksop.d.ts +3 -0
  146. package/esm/models/getwebhooksop.d.ts.map +1 -1
  147. package/esm/models/getwebhooksop.js +1 -0
  148. package/esm/models/getwebhooksop.js.map +1 -1
  149. package/esm/models/importresourceop.d.ts +15 -15
  150. package/esm/models/importresourceop.d.ts.map +1 -1
  151. package/esm/models/importresourceop.js +17 -15
  152. package/esm/models/importresourceop.js.map +1 -1
  153. package/esm/models/invalidatebytagsop.d.ts +115 -0
  154. package/esm/models/invalidatebytagsop.d.ts.map +1 -0
  155. package/esm/models/invalidatebytagsop.js +116 -0
  156. package/esm/models/invalidatebytagsop.js.map +1 -0
  157. package/esm/models/updateedgeconfigop.d.ts +2 -2
  158. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  159. package/esm/models/updateedgeconfigop.js +2 -2
  160. package/esm/models/updateedgeconfigop.js.map +1 -1
  161. package/esm/models/updateprojectdatacacheop.d.ts +10 -0
  162. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  163. package/esm/models/updateprojectdatacacheop.js +5 -0
  164. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  165. package/esm/models/updateprojectop.d.ts +149 -136
  166. package/esm/models/updateprojectop.d.ts.map +1 -1
  167. package/esm/models/updateprojectop.js +146 -140
  168. package/esm/models/updateprojectop.js.map +1 -1
  169. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  170. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  171. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  172. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  173. package/esm/models/userevent.d.ts +1300 -1049
  174. package/esm/models/userevent.d.ts.map +1 -1
  175. package/esm/models/userevent.js +1654 -1406
  176. package/esm/models/userevent.js.map +1 -1
  177. package/esm/sdk/edgecache.d.ts +20 -0
  178. package/esm/sdk/edgecache.d.ts.map +1 -0
  179. package/esm/sdk/edgecache.js +28 -0
  180. package/esm/sdk/edgecache.js.map +1 -0
  181. package/esm/sdk/integrations.d.ts +8 -0
  182. package/esm/sdk/integrations.d.ts.map +1 -1
  183. package/esm/sdk/integrations.js +10 -0
  184. package/esm/sdk/integrations.js.map +1 -1
  185. package/esm/sdk/sdk.d.ts +4 -3
  186. package/esm/sdk/sdk.d.ts.map +1 -1
  187. package/esm/sdk/sdk.js +4 -5
  188. package/esm/sdk/sdk.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/deployments.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -12
  194. package/src/__tests__/integrations.test.ts +32 -1
  195. package/src/__tests__/logdrains.test.ts +9 -0
  196. package/src/__tests__/rollingrelease.test.ts +2 -6
  197. package/src/__tests__/security.test.ts +4 -4
  198. package/src/__tests__/vercel.test.ts +4 -33
  199. package/src/funcs/deploymentsGetDeployments.ts +1 -0
  200. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
  201. package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
  202. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  203. package/src/funcs/marketplaceImportResource.ts +2 -2
  204. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  205. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  206. package/src/funcs/projectsGetProjects.ts +0 -1
  207. package/src/lib/config.ts +3 -3
  208. package/src/lib/url.ts +1 -1
  209. package/src/mcp-server/mcp-server.ts +1 -1
  210. package/src/mcp-server/server.ts +7 -5
  211. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
  212. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
  213. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  214. package/src/models/approverollingreleasestageop.ts +21 -0
  215. package/src/models/canceldeploymentop.ts +127 -104
  216. package/src/models/completerollingreleaseop.ts +21 -0
  217. package/src/models/createdeploymentop.ts +532 -226
  218. package/src/models/createedgeconfigop.ts +4 -4
  219. package/src/models/createintegrationstoredirectop.ts +2459 -673
  220. package/src/models/createlogdrainop.ts +260 -2
  221. package/src/models/createprojectop.ts +43 -30
  222. package/src/models/dangerouslydeletebytagsop.ts +249 -0
  223. package/src/models/getbillingplansop.ts +508 -0
  224. package/src/models/getconfigurationop.ts +20 -15
  225. package/src/models/getconfigurationproductsop.ts +2433 -838
  226. package/src/models/getconfigurationsop.ts +1 -0
  227. package/src/models/getdeploymentop.ts +63 -48
  228. package/src/models/getdeploymentsop.ts +8 -0
  229. package/src/models/getedgeconfigop.ts +4 -4
  230. package/src/models/getintegrationlogdrainsop.ts +237 -0
  231. package/src/models/getprojectsop.ts +434 -336
  232. package/src/models/getrollingreleaseconfigop.ts +7 -0
  233. package/src/models/getrollingreleaseop.ts +21 -0
  234. package/src/models/getwebhooksop.ts +1 -0
  235. package/src/models/importresourceop.ts +27 -29
  236. package/src/models/invalidatebytagsop.ts +227 -0
  237. package/src/models/updateedgeconfigop.ts +4 -4
  238. package/src/models/updateprojectdatacacheop.ts +12 -0
  239. package/src/models/updateprojectop.ts +299 -286
  240. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  241. package/src/models/userevent.ts +3017 -2473
  242. package/src/sdk/edgecache.ts +46 -0
  243. package/src/sdk/integrations.ts +22 -0
  244. package/src/sdk/sdk.ts +7 -23
  245. package/vercel-spec.json +3578 -2444
  246. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  247. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  248. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  249. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  250. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  251. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  252. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  253. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  254. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  255. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  256. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  257. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -85,6 +85,24 @@ export const GetConfigurationProductsHidden3 = {
85
85
  Update: "update",
86
86
  Create: "create",
87
87
  };
88
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType = {
89
+ String: "string",
90
+ };
91
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl = {
92
+ Domain: "domain",
93
+ };
94
+ export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = {
95
+ Update: "update",
96
+ Create: "create",
97
+ };
98
+ export const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = {
99
+ Update: "update",
100
+ Create: "create",
101
+ };
102
+ export const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = {
103
+ Update: "update",
104
+ Create: "create",
105
+ };
88
106
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType = {
89
107
  Array: "array",
90
108
  };
@@ -217,7 +235,7 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseType = {
217
235
  export const GetConfigurationProductsPropertiesIntegrationsUiControl = {
218
236
  Slider: "slider",
219
237
  };
220
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType = {
238
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type = {
221
239
  Number: "number",
222
240
  };
223
241
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse3 = {
@@ -955,42 +973,42 @@ export var GetConfigurationProductsType$;
955
973
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
956
974
  })(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
957
975
  /** @internal */
958
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema = z.object({});
976
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema = z.object({});
959
977
  /** @internal */
960
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema = z.object({});
978
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema = z.object({});
961
979
  /**
962
980
  * @internal
963
981
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
964
982
  */
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));
983
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$;
984
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$) {
985
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema` instead. */
986
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema;
987
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema` instead. */
988
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema;
989
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$ = {}));
990
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612) {
991
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema
992
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612));
975
993
  }
976
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164FromJSON(jsonString) {
977
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema
978
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164' from JSON`);
994
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612FromJSON(jsonString) {
995
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema
996
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612' from JSON`);
979
997
  }
980
998
  /** @internal */
981
999
  export const PropertiesValue$inboundSchema = z.object({
982
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema),
1000
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema),
983
1001
  }).transform((v) => {
984
1002
  return remap$(v, {
985
- "__@BRAND@513164": "atBRANDAt513164",
1003
+ "__@BRAND@541612": "atBRANDAt541612",
986
1004
  });
987
1005
  });
988
1006
  /** @internal */
989
1007
  export const PropertiesValue$outboundSchema = z.object({
990
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema),
1008
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema),
991
1009
  }).transform((v) => {
992
1010
  return remap$(v, {
993
- atBRANDAt513164: "__@BRAND@513164",
1011
+ atBRANDAt541612: "__@BRAND@541612",
994
1012
  });
995
1013
  });
996
1014
  /**
@@ -1149,7 +1167,7 @@ export function propertiesHiddenFromJSON(jsonString) {
1149
1167
  return safeParse(jsonString, (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesHidden' from JSON`);
1150
1168
  }
1151
1169
  /** @internal */
1152
- export const Properties9$inboundSchema = z.object({
1170
+ export const Properties10$inboundSchema = z.object({
1153
1171
  value: z.lazy(() => PropertiesValue$inboundSchema),
1154
1172
  disabled: z.union([
1155
1173
  z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
@@ -1163,7 +1181,7 @@ export const Properties9$inboundSchema = z.object({
1163
1181
  ]).optional(),
1164
1182
  });
1165
1183
  /** @internal */
1166
- export const Properties9$outboundSchema = z.object({
1184
+ export const Properties10$outboundSchema = z.object({
1167
1185
  value: z.lazy(() => PropertiesValue$outboundSchema),
1168
1186
  disabled: z.union([
1169
1187
  z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
@@ -1176,6 +1194,615 @@ export const Properties9$outboundSchema = z.object({
1176
1194
  GetConfigurationProductsHidden3$outboundSchema,
1177
1195
  ]).optional(),
1178
1196
  });
1197
+ /**
1198
+ * @internal
1199
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1200
+ */
1201
+ export var Properties10$;
1202
+ (function (Properties10$) {
1203
+ /** @deprecated use `Properties10$inboundSchema` instead. */
1204
+ Properties10$.inboundSchema = Properties10$inboundSchema;
1205
+ /** @deprecated use `Properties10$outboundSchema` instead. */
1206
+ Properties10$.outboundSchema = Properties10$outboundSchema;
1207
+ })(Properties10$ || (Properties10$ = {}));
1208
+ export function properties10ToJSON(properties10) {
1209
+ return JSON.stringify(Properties10$outboundSchema.parse(properties10));
1210
+ }
1211
+ export function properties10FromJSON(jsonString) {
1212
+ return safeParse(jsonString, (x) => Properties10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Properties10' from JSON`);
1213
+ }
1214
+ /** @internal */
1215
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema = z.nativeEnum(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType);
1216
+ /** @internal */
1217
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema;
1218
+ /**
1219
+ * @internal
1220
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1221
+ */
1222
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$;
1223
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$) {
1224
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema` instead. */
1225
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema;
1226
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema` instead. */
1227
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema;
1228
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ = {}));
1229
+ /** @internal */
1230
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema = z.nativeEnum(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl);
1231
+ /** @internal */
1232
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
1233
+ /**
1234
+ * @internal
1235
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1236
+ */
1237
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$;
1238
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$) {
1239
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema` instead. */
1240
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
1241
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema` instead. */
1242
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema;
1243
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ = {}));
1244
+ /** @internal */
1245
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema = z.object({});
1246
+ /** @internal */
1247
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema = z.object({});
1248
+ /**
1249
+ * @internal
1250
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1251
+ */
1252
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$;
1253
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$) {
1254
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema` instead. */
1255
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema;
1256
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema` instead. */
1257
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema;
1258
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$ = {}));
1259
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612) {
1260
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema
1261
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612));
1262
+ }
1263
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612FromJSON(jsonString) {
1264
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema
1265
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612' from JSON`);
1266
+ }
1267
+ /** @internal */
1268
+ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
1269
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema),
1270
+ }).transform((v) => {
1271
+ return remap$(v, {
1272
+ "__@BRAND@541612": "atBRANDAt541612",
1273
+ });
1274
+ });
1275
+ /** @internal */
1276
+ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
1277
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema),
1278
+ }).transform((v) => {
1279
+ return remap$(v, {
1280
+ atBRANDAt541612: "__@BRAND@541612",
1281
+ });
1282
+ });
1283
+ /**
1284
+ * @internal
1285
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1286
+ */
1287
+ export var GetConfigurationProductsPropertiesIntegrationsMinLength$;
1288
+ (function (GetConfigurationProductsPropertiesIntegrationsMinLength$) {
1289
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema` instead. */
1290
+ GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
1291
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema` instead. */
1292
+ GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
1293
+ })(GetConfigurationProductsPropertiesIntegrationsMinLength$ || (GetConfigurationProductsPropertiesIntegrationsMinLength$ = {}));
1294
+ export function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength) {
1295
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema
1296
+ .parse(getConfigurationProductsPropertiesIntegrationsMinLength));
1297
+ }
1298
+ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString) {
1299
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema
1300
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
1301
+ }
1302
+ /** @internal */
1303
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema = z.object({});
1304
+ /** @internal */
1305
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema = z.object({});
1306
+ /**
1307
+ * @internal
1308
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1309
+ */
1310
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$;
1311
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$) {
1312
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema` instead. */
1313
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema;
1314
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema` instead. */
1315
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema;
1316
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$ = {}));
1317
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612) {
1318
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema
1319
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612));
1320
+ }
1321
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612FromJSON(jsonString) {
1322
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema
1323
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612' from JSON`);
1324
+ }
1325
+ /** @internal */
1326
+ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
1327
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema),
1328
+ }).transform((v) => {
1329
+ return remap$(v, {
1330
+ "__@BRAND@541612": "atBRANDAt541612",
1331
+ });
1332
+ });
1333
+ /** @internal */
1334
+ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
1335
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema),
1336
+ }).transform((v) => {
1337
+ return remap$(v, {
1338
+ atBRANDAt541612: "__@BRAND@541612",
1339
+ });
1340
+ });
1341
+ /**
1342
+ * @internal
1343
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1344
+ */
1345
+ export var GetConfigurationProductsPropertiesIntegrationsMaxLength$;
1346
+ (function (GetConfigurationProductsPropertiesIntegrationsMaxLength$) {
1347
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema` instead. */
1348
+ GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
1349
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema` instead. */
1350
+ GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
1351
+ })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ || (GetConfigurationProductsPropertiesIntegrationsMaxLength$ = {}));
1352
+ export function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength) {
1353
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema
1354
+ .parse(getConfigurationProductsPropertiesIntegrationsMaxLength));
1355
+ }
1356
+ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString) {
1357
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema
1358
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
1359
+ }
1360
+ /** @internal */
1361
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema = z.object({});
1362
+ /** @internal */
1363
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema = z.object({});
1364
+ /**
1365
+ * @internal
1366
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1367
+ */
1368
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$;
1369
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$) {
1370
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema` instead. */
1371
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema;
1372
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema` instead. */
1373
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema;
1374
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$ = {}));
1375
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612) {
1376
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema
1377
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612));
1378
+ }
1379
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612FromJSON(jsonString) {
1380
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema
1381
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612' from JSON`);
1382
+ }
1383
+ /** @internal */
1384
+ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
1385
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema),
1386
+ }).transform((v) => {
1387
+ return remap$(v, {
1388
+ "__@BRAND@541612": "atBRANDAt541612",
1389
+ });
1390
+ });
1391
+ /** @internal */
1392
+ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
1393
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema),
1394
+ }).transform((v) => {
1395
+ return remap$(v, {
1396
+ atBRANDAt541612: "__@BRAND@541612",
1397
+ });
1398
+ });
1399
+ /**
1400
+ * @internal
1401
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1402
+ */
1403
+ export var GetConfigurationProductsPropertiesIntegrationsPattern$;
1404
+ (function (GetConfigurationProductsPropertiesIntegrationsPattern$) {
1405
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema` instead. */
1406
+ GetConfigurationProductsPropertiesIntegrationsPattern$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema;
1407
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema` instead. */
1408
+ GetConfigurationProductsPropertiesIntegrationsPattern$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema;
1409
+ })(GetConfigurationProductsPropertiesIntegrationsPattern$ || (GetConfigurationProductsPropertiesIntegrationsPattern$ = {}));
1410
+ export function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern) {
1411
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsPattern));
1412
+ }
1413
+ export function getConfigurationProductsPropertiesIntegrationsPatternFromJSON(jsonString) {
1414
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsPattern' from JSON`);
1415
+ }
1416
+ /** @internal */
1417
+ export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema = z.nativeEnum(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3);
1418
+ /** @internal */
1419
+ export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1420
+ /**
1421
+ * @internal
1422
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1423
+ */
1424
+ export var GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$;
1425
+ (function (GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$) {
1426
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
1427
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.inboundSchema = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1428
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
1429
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.outboundSchema = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema;
1430
+ })(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ || (GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ = {}));
1431
+ /** @internal */
1432
+ export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema = z.object({
1433
+ expr: z.string(),
1434
+ });
1435
+ /** @internal */
1436
+ export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema = z.object({
1437
+ expr: z.string(),
1438
+ });
1439
+ /**
1440
+ * @internal
1441
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1442
+ */
1443
+ export var GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$;
1444
+ (function (GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$) {
1445
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
1446
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.inboundSchema = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema;
1447
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
1448
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.outboundSchema = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema;
1449
+ })(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ || (GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ = {}));
1450
+ export function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2) {
1451
+ return JSON.stringify(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema
1452
+ .parse(getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2));
1453
+ }
1454
+ export function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString) {
1455
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema
1456
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2' from JSON`);
1457
+ }
1458
+ /** @internal */
1459
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema = z.union([
1460
+ z.lazy(() => GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1461
+ z.boolean(),
1462
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1463
+ ]);
1464
+ /** @internal */
1465
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema = z.union([
1466
+ z.lazy(() => GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1467
+ z.boolean(),
1468
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1469
+ ]);
1470
+ /**
1471
+ * @internal
1472
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1473
+ */
1474
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$;
1475
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$) {
1476
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema` instead. */
1477
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema;
1478
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema` instead. */
1479
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema;
1480
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$ = {}));
1481
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnlyToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly) {
1482
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema
1483
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly));
1484
+ }
1485
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnlyFromJSON(jsonString) {
1486
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema
1487
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly' from JSON`);
1488
+ }
1489
+ /** @internal */
1490
+ export const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema = z.nativeEnum(GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3);
1491
+ /** @internal */
1492
+ export const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1493
+ /**
1494
+ * @internal
1495
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1496
+ */
1497
+ export var GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$;
1498
+ (function (GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$) {
1499
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
1500
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.inboundSchema = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1501
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
1502
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.outboundSchema = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema;
1503
+ })(GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ || (GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ = {}));
1504
+ /** @internal */
1505
+ export const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema = z.object({
1506
+ expr: z.string(),
1507
+ });
1508
+ /** @internal */
1509
+ export const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema = z.object({
1510
+ expr: z.string(),
1511
+ });
1512
+ /**
1513
+ * @internal
1514
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1515
+ */
1516
+ export var GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$;
1517
+ (function (GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$) {
1518
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
1519
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.inboundSchema = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema;
1520
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
1521
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.outboundSchema = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema;
1522
+ })(GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ || (GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ = {}));
1523
+ export function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2) {
1524
+ return JSON.stringify(GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema
1525
+ .parse(getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2));
1526
+ }
1527
+ export function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString) {
1528
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema
1529
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2' from JSON`);
1530
+ }
1531
+ /** @internal */
1532
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema = z.union([
1533
+ z.lazy(() => GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1534
+ z.boolean(),
1535
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1536
+ ]);
1537
+ /** @internal */
1538
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema = z.union([
1539
+ z.lazy(() => GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1540
+ z.boolean(),
1541
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1542
+ ]);
1543
+ /**
1544
+ * @internal
1545
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1546
+ */
1547
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$;
1548
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$) {
1549
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema` instead. */
1550
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema;
1551
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema` instead. */
1552
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema;
1553
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$ = {}));
1554
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHiddenToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden) {
1555
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema
1556
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden));
1557
+ }
1558
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHiddenFromJSON(jsonString) {
1559
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema
1560
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden' from JSON`);
1561
+ }
1562
+ /** @internal */
1563
+ export const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema = z.nativeEnum(GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3);
1564
+ /** @internal */
1565
+ export const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1566
+ /**
1567
+ * @internal
1568
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1569
+ */
1570
+ export var GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$;
1571
+ (function (GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$) {
1572
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
1573
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.inboundSchema = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema;
1574
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
1575
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$.outboundSchema = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema;
1576
+ })(GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ || (GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ = {}));
1577
+ /** @internal */
1578
+ export const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema = z.object({
1579
+ expr: z.string(),
1580
+ });
1581
+ /** @internal */
1582
+ export const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema = z.object({
1583
+ expr: z.string(),
1584
+ });
1585
+ /**
1586
+ * @internal
1587
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1588
+ */
1589
+ export var GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$;
1590
+ (function (GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$) {
1591
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
1592
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.inboundSchema = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema;
1593
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
1594
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.outboundSchema = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema;
1595
+ })(GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ || (GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ = {}));
1596
+ export function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2) {
1597
+ return JSON.stringify(GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema
1598
+ .parse(getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2));
1599
+ }
1600
+ export function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString) {
1601
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema
1602
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2' from JSON`);
1603
+ }
1604
+ /** @internal */
1605
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema = z.union([
1606
+ z.lazy(() => GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1607
+ z.boolean(),
1608
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1609
+ ]);
1610
+ /** @internal */
1611
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema = z.union([
1612
+ z.lazy(() => GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1613
+ z.boolean(),
1614
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1615
+ ]);
1616
+ /**
1617
+ * @internal
1618
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1619
+ */
1620
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$;
1621
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$) {
1622
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema` instead. */
1623
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema;
1624
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema` instead. */
1625
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema;
1626
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$ = {}));
1627
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabledToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled) {
1628
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema
1629
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled));
1630
+ }
1631
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabledFromJSON(jsonString) {
1632
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema
1633
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled' from JSON`);
1634
+ }
1635
+ /** @internal */
1636
+ export const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema = z.object({
1637
+ expr: z.string(),
1638
+ });
1639
+ /** @internal */
1640
+ export const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema = z.object({
1641
+ expr: z.string(),
1642
+ });
1643
+ /**
1644
+ * @internal
1645
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1646
+ */
1647
+ export var GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$;
1648
+ (function (GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$) {
1649
+ /** @deprecated use `GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
1650
+ GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.inboundSchema = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema;
1651
+ /** @deprecated use `GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
1652
+ GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$.outboundSchema = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema;
1653
+ })(GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ || (GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ = {}));
1654
+ export function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2) {
1655
+ return JSON.stringify(GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema
1656
+ .parse(getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2));
1657
+ }
1658
+ export function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString) {
1659
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema
1660
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2' from JSON`);
1661
+ }
1662
+ /** @internal */
1663
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema = z.union([
1664
+ z.lazy(() => GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1665
+ z.string(),
1666
+ ]);
1667
+ /** @internal */
1668
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema = z.union([
1669
+ z.lazy(() => GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1670
+ z.string(),
1671
+ ]);
1672
+ /**
1673
+ * @internal
1674
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1675
+ */
1676
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$;
1677
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$) {
1678
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema` instead. */
1679
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema;
1680
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema` instead. */
1681
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema;
1682
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$ = {}));
1683
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescriptionToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription) {
1684
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema
1685
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription));
1686
+ }
1687
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescriptionFromJSON(jsonString) {
1688
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema
1689
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription' from JSON`);
1690
+ }
1691
+ /** @internal */
1692
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema = z.object({
1693
+ expr: z.string(),
1694
+ });
1695
+ /** @internal */
1696
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema = z.object({
1697
+ expr: z.string(),
1698
+ });
1699
+ /**
1700
+ * @internal
1701
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1702
+ */
1703
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$;
1704
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$) {
1705
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema` instead. */
1706
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema;
1707
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema` instead. */
1708
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema;
1709
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$ = {}));
1710
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue) {
1711
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema
1712
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue));
1713
+ }
1714
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValueFromJSON(jsonString) {
1715
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema
1716
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue' from JSON`);
1717
+ }
1718
+ /** @internal */
1719
+ export const Properties9$inboundSchema = z.object({
1720
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema,
1721
+ "ui:control": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema,
1722
+ description: z.string().optional(),
1723
+ minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema).optional(),
1724
+ maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema).optional(),
1725
+ pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema).optional(),
1726
+ default: z.string().optional(),
1727
+ enum: z.array(z.string()).optional(),
1728
+ "ui:label": z.string().optional(),
1729
+ "ui:read-only": z.union([
1730
+ z.lazy(() => GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1731
+ z.boolean(),
1732
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1733
+ ]).optional(),
1734
+ "ui:hidden": z.union([
1735
+ z.lazy(() => GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1736
+ z.boolean(),
1737
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1738
+ ]).optional(),
1739
+ "ui:disabled": z.union([
1740
+ z.lazy(() => GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1741
+ z.boolean(),
1742
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema,
1743
+ ]).optional(),
1744
+ "ui:description": z.union([
1745
+ z.lazy(() => GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema),
1746
+ z.string(),
1747
+ ]).optional(),
1748
+ "ui:formatted-value": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema).optional(),
1749
+ "ui:placeholder": z.string().optional(),
1750
+ }).transform((v) => {
1751
+ return remap$(v, {
1752
+ "ui:control": "uiControl",
1753
+ "ui:label": "uiLabel",
1754
+ "ui:read-only": "uiReadOnly",
1755
+ "ui:hidden": "uiHidden",
1756
+ "ui:disabled": "uiDisabled",
1757
+ "ui:description": "uiDescription",
1758
+ "ui:formatted-value": "uiFormattedValue",
1759
+ "ui:placeholder": "uiPlaceholder",
1760
+ });
1761
+ });
1762
+ /** @internal */
1763
+ export const Properties9$outboundSchema = z.object({
1764
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema,
1765
+ uiControl: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema,
1766
+ description: z.string().optional(),
1767
+ minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema).optional(),
1768
+ maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema).optional(),
1769
+ pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema).optional(),
1770
+ default: z.string().optional(),
1771
+ enum: z.array(z.string()).optional(),
1772
+ uiLabel: z.string().optional(),
1773
+ uiReadOnly: z.union([
1774
+ z.lazy(() => GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1775
+ z.boolean(),
1776
+ GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1777
+ ]).optional(),
1778
+ uiHidden: z.union([
1779
+ z.lazy(() => GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1780
+ z.boolean(),
1781
+ GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1782
+ ]).optional(),
1783
+ uiDisabled: z.union([
1784
+ z.lazy(() => GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1785
+ z.boolean(),
1786
+ GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema,
1787
+ ]).optional(),
1788
+ uiDescription: z.union([
1789
+ z.lazy(() => GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema),
1790
+ z.string(),
1791
+ ]).optional(),
1792
+ uiFormattedValue: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema).optional(),
1793
+ uiPlaceholder: z.string().optional(),
1794
+ }).transform((v) => {
1795
+ return remap$(v, {
1796
+ uiControl: "ui:control",
1797
+ uiLabel: "ui:label",
1798
+ uiReadOnly: "ui:read-only",
1799
+ uiHidden: "ui:hidden",
1800
+ uiDisabled: "ui:disabled",
1801
+ uiDescription: "ui:description",
1802
+ uiFormattedValue: "ui:formatted-value",
1803
+ uiPlaceholder: "ui:placeholder",
1804
+ });
1805
+ });
1179
1806
  /**
1180
1807
  * @internal
1181
1808
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -1239,42 +1866,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
1239
1866
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
1240
1867
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
1241
1868
  /** @internal */
1242
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema = z.object({});
1869
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema = z.object({});
1243
1870
  /** @internal */
1244
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema = z.object({});
1871
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema = z.object({});
1245
1872
  /**
1246
1873
  * @internal
1247
1874
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1248
1875
  */
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));
1876
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$;
1877
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$) {
1878
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
1879
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema;
1880
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
1881
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema;
1882
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$ = {}));
1883
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612) {
1884
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema
1885
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612));
1259
1886
  }
1260
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164FromJSON(jsonString) {
1261
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema
1262
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164' from JSON`);
1887
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612FromJSON(jsonString) {
1888
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema
1889
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612' from JSON`);
1263
1890
  }
1264
1891
  /** @internal */
1265
1892
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1266
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema),
1893
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema),
1267
1894
  }).transform((v) => {
1268
1895
  return remap$(v, {
1269
- "__@BRAND@513164": "atBRANDAt513164",
1896
+ "__@BRAND@541612": "atBRANDAt541612",
1270
1897
  });
1271
1898
  });
1272
1899
  /** @internal */
1273
1900
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1274
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema),
1901
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema),
1275
1902
  }).transform((v) => {
1276
1903
  return remap$(v, {
1277
- atBRANDAt513164: "__@BRAND@513164",
1904
+ atBRANDAt541612: "__@BRAND@541612",
1278
1905
  });
1279
1906
  });
1280
1907
  /**
@@ -1297,42 +1924,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
1297
1924
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
1298
1925
  }
1299
1926
  /** @internal */
1300
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema = z.object({});
1927
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema = z.object({});
1301
1928
  /** @internal */
1302
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema = z.object({});
1929
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema = z.object({});
1303
1930
  /**
1304
1931
  * @internal
1305
1932
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1306
1933
  */
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));
1934
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$;
1935
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$) {
1936
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema` instead. */
1937
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema;
1938
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema` instead. */
1939
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema;
1940
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$ = {}));
1941
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612) {
1942
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema
1943
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612));
1317
1944
  }
1318
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164FromJSON(jsonString) {
1319
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema
1320
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164' from JSON`);
1945
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612FromJSON(jsonString) {
1946
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema
1947
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612' from JSON`);
1321
1948
  }
1322
1949
  /** @internal */
1323
1950
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1324
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema),
1951
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema),
1325
1952
  }).transform((v) => {
1326
1953
  return remap$(v, {
1327
- "__@BRAND@513164": "atBRANDAt513164",
1954
+ "__@BRAND@541612": "atBRANDAt541612",
1328
1955
  });
1329
1956
  });
1330
1957
  /** @internal */
1331
1958
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1332
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema),
1959
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema),
1333
1960
  }).transform((v) => {
1334
1961
  return remap$(v, {
1335
- atBRANDAt513164: "__@BRAND@513164",
1962
+ atBRANDAt541612: "__@BRAND@541612",
1336
1963
  });
1337
1964
  });
1338
1965
  /**
@@ -1355,42 +1982,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
1355
1982
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
1356
1983
  }
1357
1984
  /** @internal */
1358
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema = z.object({});
1985
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema = z.object({});
1359
1986
  /** @internal */
1360
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema = z.object({});
1987
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema = z.object({});
1361
1988
  /**
1362
1989
  * @internal
1363
1990
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1364
1991
  */
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));
1992
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$;
1993
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$) {
1994
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema` instead. */
1995
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema;
1996
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema` instead. */
1997
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema;
1998
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$ = {}));
1999
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612) {
2000
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema
2001
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612));
1375
2002
  }
1376
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164FromJSON(jsonString) {
1377
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema
1378
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164' from JSON`);
2003
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612FromJSON(jsonString) {
2004
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema
2005
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612' from JSON`);
1379
2006
  }
1380
2007
  /** @internal */
1381
2008
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1382
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema),
2009
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema),
1383
2010
  }).transform((v) => {
1384
2011
  return remap$(v, {
1385
- "__@BRAND@513164": "atBRANDAt513164",
2012
+ "__@BRAND@541612": "atBRANDAt541612",
1386
2013
  });
1387
2014
  });
1388
2015
  /** @internal */
1389
2016
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1390
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema),
2017
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema),
1391
2018
  }).transform((v) => {
1392
2019
  return remap$(v, {
1393
- atBRANDAt513164: "__@BRAND@513164",
2020
+ atBRANDAt541612: "__@BRAND@541612",
1394
2021
  });
1395
2022
  });
1396
2023
  /**
@@ -1450,42 +2077,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
1450
2077
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
1451
2078
  }
1452
2079
  /** @internal */
1453
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema = z.object({});
2080
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema = z.object({});
1454
2081
  /** @internal */
1455
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema = z.object({});
2082
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema = z.object({});
1456
2083
  /**
1457
2084
  * @internal
1458
2085
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1459
2086
  */
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));
2087
+ export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$;
2088
+ (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$) {
2089
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
2090
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema;
2091
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
2092
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema;
2093
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$ = {}));
2094
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612) {
2095
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema
2096
+ .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612));
1470
2097
  }
1471
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164FromJSON(jsonString) {
1472
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema
1473
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164' from JSON`);
2098
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612FromJSON(jsonString) {
2099
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema
2100
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612' from JSON`);
1474
2101
  }
1475
2102
  /** @internal */
1476
2103
  export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
1477
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema),
2104
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema),
1478
2105
  }).transform((v) => {
1479
2106
  return remap$(v, {
1480
- "__@BRAND@513164": "atBRANDAt513164",
2107
+ "__@BRAND@541612": "atBRANDAt541612",
1481
2108
  });
1482
2109
  });
1483
2110
  /** @internal */
1484
2111
  export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
1485
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema),
2112
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema),
1486
2113
  }).transform((v) => {
1487
2114
  return remap$(v, {
1488
- atBRANDAt513164: "__@BRAND@513164",
2115
+ atBRANDAt541612: "__@BRAND@541612",
1489
2116
  });
1490
2117
  });
1491
2118
  /**
@@ -1697,40 +2324,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
1697
2324
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
1698
2325
  }
1699
2326
  /** @internal */
1700
- export const GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema = z.object({});
2327
+ export const GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema = z.object({});
1701
2328
  /** @internal */
1702
- export const GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema = z.object({});
2329
+ export const GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema = z.object({});
1703
2330
  /**
1704
2331
  * @internal
1705
2332
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1706
2333
  */
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));
2334
+ export var GetConfigurationProductsUiOptionsAtBRANDAt541612$;
2335
+ (function (GetConfigurationProductsUiOptionsAtBRANDAt541612$) {
2336
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema` instead. */
2337
+ GetConfigurationProductsUiOptionsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema;
2338
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema` instead. */
2339
+ GetConfigurationProductsUiOptionsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema;
2340
+ })(GetConfigurationProductsUiOptionsAtBRANDAt541612$ || (GetConfigurationProductsUiOptionsAtBRANDAt541612$ = {}));
2341
+ export function getConfigurationProductsUiOptionsAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsAtBRANDAt541612) {
2342
+ return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt541612));
1716
2343
  }
1717
- export function getConfigurationProductsUiOptionsAtBRANDAt513164FromJSON(jsonString) {
1718
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt513164' from JSON`);
2344
+ export function getConfigurationProductsUiOptionsAtBRANDAt541612FromJSON(jsonString) {
2345
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt541612' from JSON`);
1719
2346
  }
1720
2347
  /** @internal */
1721
2348
  export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
1722
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema),
2349
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema),
1723
2350
  }).transform((v) => {
1724
2351
  return remap$(v, {
1725
- "__@BRAND@513164": "atBRANDAt513164",
2352
+ "__@BRAND@541612": "atBRANDAt541612",
1726
2353
  });
1727
2354
  });
1728
2355
  /** @internal */
1729
2356
  export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
1730
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema),
2357
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema),
1731
2358
  }).transform((v) => {
1732
2359
  return remap$(v, {
1733
- atBRANDAt513164: "__@BRAND@513164",
2360
+ atBRANDAt541612: "__@BRAND@541612",
1734
2361
  });
1735
2362
  });
1736
2363
  /**
@@ -2272,42 +2899,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
2272
2899
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
2273
2900
  }
2274
2901
  /** @internal */
2275
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema = z.object({});
2902
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema = z.object({});
2276
2903
  /** @internal */
2277
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema = z.object({});
2904
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema = z.object({});
2278
2905
  /**
2279
2906
  * @internal
2280
2907
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2281
2908
  */
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));
2909
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$;
2910
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$) {
2911
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema` instead. */
2912
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema;
2913
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema` instead. */
2914
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema;
2915
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$ = {}));
2916
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612) {
2917
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema
2918
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612));
2292
2919
  }
2293
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164FromJSON(jsonString) {
2294
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema
2295
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164' from JSON`);
2920
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612FromJSON(jsonString) {
2921
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema
2922
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612' from JSON`);
2296
2923
  }
2297
2924
  /** @internal */
2298
2925
  export const Default$inboundSchema = z.object({
2299
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema),
2926
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema),
2300
2927
  }).transform((v) => {
2301
2928
  return remap$(v, {
2302
- "__@BRAND@513164": "atBRANDAt513164",
2929
+ "__@BRAND@541612": "atBRANDAt541612",
2303
2930
  });
2304
2931
  });
2305
2932
  /** @internal */
2306
2933
  export const Default$outboundSchema = z.object({
2307
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema),
2934
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema),
2308
2935
  }).transform((v) => {
2309
2936
  return remap$(v, {
2310
- atBRANDAt513164: "__@BRAND@513164",
2937
+ atBRANDAt541612: "__@BRAND@541612",
2311
2938
  });
2312
2939
  });
2313
2940
  /**
@@ -2328,42 +2955,42 @@ export function defaultFromJSON(jsonString) {
2328
2955
  return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
2329
2956
  }
2330
2957
  /** @internal */
2331
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema = z.object({});
2958
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema = z.object({});
2332
2959
  /** @internal */
2333
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema = z.object({});
2960
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema = z.object({});
2334
2961
  /**
2335
2962
  * @internal
2336
2963
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2337
2964
  */
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));
2965
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$;
2966
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$) {
2967
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema` instead. */
2968
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema;
2969
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema` instead. */
2970
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema;
2971
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$ = {}));
2972
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612) {
2973
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema
2974
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612));
2348
2975
  }
2349
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164FromJSON(jsonString) {
2350
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema
2351
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164' from JSON`);
2976
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612FromJSON(jsonString) {
2977
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema
2978
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612' from JSON`);
2352
2979
  }
2353
2980
  /** @internal */
2354
2981
  export const Example$inboundSchema = z.object({
2355
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema),
2982
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema),
2356
2983
  }).transform((v) => {
2357
2984
  return remap$(v, {
2358
- "__@BRAND@513164": "atBRANDAt513164",
2985
+ "__@BRAND@541612": "atBRANDAt541612",
2359
2986
  });
2360
2987
  });
2361
2988
  /** @internal */
2362
2989
  export const Example$outboundSchema = z.object({
2363
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema),
2990
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema),
2364
2991
  }).transform((v) => {
2365
2992
  return remap$(v, {
2366
- atBRANDAt513164: "__@BRAND@513164",
2993
+ atBRANDAt541612: "__@BRAND@541612",
2367
2994
  });
2368
2995
  });
2369
2996
  /**
@@ -2531,42 +3158,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
2531
3158
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
2532
3159
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
2533
3160
  /** @internal */
2534
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema = z.object({});
3161
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema = z.object({});
2535
3162
  /** @internal */
2536
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema = z.object({});
3163
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema = z.object({});
2537
3164
  /**
2538
3165
  * @internal
2539
3166
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2540
3167
  */
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));
3168
+ export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$;
3169
+ (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$) {
3170
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema` instead. */
3171
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema;
3172
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema` instead. */
3173
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema;
3174
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$ = {}));
3175
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612) {
3176
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema
3177
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612));
2551
3178
  }
2552
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164FromJSON(jsonString) {
2553
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema
2554
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164' from JSON`);
3179
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612FromJSON(jsonString) {
3180
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema
3181
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612' from JSON`);
2555
3182
  }
2556
3183
  /** @internal */
2557
3184
  export const UiOptionsValue$inboundSchema = z.object({
2558
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema),
3185
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema),
2559
3186
  }).transform((v) => {
2560
3187
  return remap$(v, {
2561
- "__@BRAND@513164": "atBRANDAt513164",
3188
+ "__@BRAND@541612": "atBRANDAt541612",
2562
3189
  });
2563
3190
  });
2564
3191
  /** @internal */
2565
3192
  export const UiOptionsValue$outboundSchema = z.object({
2566
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema),
3193
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema),
2567
3194
  }).transform((v) => {
2568
3195
  return remap$(v, {
2569
- atBRANDAt513164: "__@BRAND@513164",
3196
+ atBRANDAt541612: "__@BRAND@541612",
2570
3197
  });
2571
3198
  });
2572
3199
  /**
@@ -2774,40 +3401,40 @@ export function uiOptions3FromJSON(jsonString) {
2774
3401
  return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
2775
3402
  }
2776
3403
  /** @internal */
2777
- export const UiOptionsAtBRANDAt513164$inboundSchema = z.object({});
3404
+ export const UiOptionsAtBRANDAt541612$inboundSchema = z.object({});
2778
3405
  /** @internal */
2779
- export const UiOptionsAtBRANDAt513164$outboundSchema = z.object({});
3406
+ export const UiOptionsAtBRANDAt541612$outboundSchema = z.object({});
2780
3407
  /**
2781
3408
  * @internal
2782
3409
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2783
3410
  */
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));
3411
+ export var UiOptionsAtBRANDAt541612$;
3412
+ (function (UiOptionsAtBRANDAt541612$) {
3413
+ /** @deprecated use `UiOptionsAtBRANDAt541612$inboundSchema` instead. */
3414
+ UiOptionsAtBRANDAt541612$.inboundSchema = UiOptionsAtBRANDAt541612$inboundSchema;
3415
+ /** @deprecated use `UiOptionsAtBRANDAt541612$outboundSchema` instead. */
3416
+ UiOptionsAtBRANDAt541612$.outboundSchema = UiOptionsAtBRANDAt541612$outboundSchema;
3417
+ })(UiOptionsAtBRANDAt541612$ || (UiOptionsAtBRANDAt541612$ = {}));
3418
+ export function uiOptionsAtBRANDAt541612ToJSON(uiOptionsAtBRANDAt541612) {
3419
+ return JSON.stringify(UiOptionsAtBRANDAt541612$outboundSchema.parse(uiOptionsAtBRANDAt541612));
2793
3420
  }
2794
- export function uiOptionsAtBRANDAt513164FromJSON(jsonString) {
2795
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt513164' from JSON`);
3421
+ export function uiOptionsAtBRANDAt541612FromJSON(jsonString) {
3422
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt541612' from JSON`);
2796
3423
  }
2797
3424
  /** @internal */
2798
3425
  export const UiOptions2$inboundSchema = z.object({
2799
- "__@BRAND@513164": z.lazy(() => UiOptionsAtBRANDAt513164$inboundSchema),
3426
+ "__@BRAND@541612": z.lazy(() => UiOptionsAtBRANDAt541612$inboundSchema),
2800
3427
  }).transform((v) => {
2801
3428
  return remap$(v, {
2802
- "__@BRAND@513164": "atBRANDAt513164",
3429
+ "__@BRAND@541612": "atBRANDAt541612",
2803
3430
  });
2804
3431
  });
2805
3432
  /** @internal */
2806
3433
  export const UiOptions2$outboundSchema = z.object({
2807
- atBRANDAt513164: z.lazy(() => UiOptionsAtBRANDAt513164$outboundSchema),
3434
+ atBRANDAt541612: z.lazy(() => UiOptionsAtBRANDAt541612$outboundSchema),
2808
3435
  }).transform((v) => {
2809
3436
  return remap$(v, {
2810
- atBRANDAt513164: "__@BRAND@513164",
3437
+ atBRANDAt541612: "__@BRAND@541612",
2811
3438
  });
2812
3439
  });
2813
3440
  /**
@@ -3046,42 +3673,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
3046
3673
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
3047
3674
  }
3048
3675
  /** @internal */
3049
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema = z.object({});
3676
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema = z.object({});
3050
3677
  /** @internal */
3051
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema = z.object({});
3678
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema = z.object({});
3052
3679
  /**
3053
3680
  * @internal
3054
3681
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3055
3682
  */
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));
3683
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$;
3684
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$) {
3685
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema` instead. */
3686
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema;
3687
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema` instead. */
3688
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema;
3689
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$ = {}));
3690
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612) {
3691
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema
3692
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612));
3066
3693
  }
3067
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164FromJSON(jsonString) {
3068
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema
3069
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164' from JSON`);
3694
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612FromJSON(jsonString) {
3695
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema
3696
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612' from JSON`);
3070
3697
  }
3071
3698
  /** @internal */
3072
3699
  export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
3073
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema),
3700
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema),
3074
3701
  }).transform((v) => {
3075
3702
  return remap$(v, {
3076
- "__@BRAND@513164": "atBRANDAt513164",
3703
+ "__@BRAND@541612": "atBRANDAt541612",
3077
3704
  });
3078
3705
  });
3079
3706
  /** @internal */
3080
3707
  export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
3081
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema),
3708
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema),
3082
3709
  }).transform((v) => {
3083
3710
  return remap$(v, {
3084
- atBRANDAt513164: "__@BRAND@513164",
3711
+ atBRANDAt541612: "__@BRAND@541612",
3085
3712
  });
3086
3713
  });
3087
3714
  /**
@@ -3102,42 +3729,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
3102
3729
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
3103
3730
  }
3104
3731
  /** @internal */
3105
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema = z.object({});
3732
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema = z.object({});
3106
3733
  /** @internal */
3107
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema = z.object({});
3734
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema = z.object({});
3108
3735
  /**
3109
3736
  * @internal
3110
3737
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3111
3738
  */
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));
3739
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$;
3740
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$) {
3741
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema` instead. */
3742
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema;
3743
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema` instead. */
3744
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema;
3745
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$ = {}));
3746
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612) {
3747
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema
3748
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612));
3122
3749
  }
3123
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164FromJSON(jsonString) {
3124
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema
3125
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164' from JSON`);
3750
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612FromJSON(jsonString) {
3751
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema
3752
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612' from JSON`);
3126
3753
  }
3127
3754
  /** @internal */
3128
3755
  export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
3129
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema),
3756
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema),
3130
3757
  }).transform((v) => {
3131
3758
  return remap$(v, {
3132
- "__@BRAND@513164": "atBRANDAt513164",
3759
+ "__@BRAND@541612": "atBRANDAt541612",
3133
3760
  });
3134
3761
  });
3135
3762
  /** @internal */
3136
3763
  export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
3137
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema),
3764
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema),
3138
3765
  }).transform((v) => {
3139
3766
  return remap$(v, {
3140
- atBRANDAt513164: "__@BRAND@513164",
3767
+ atBRANDAt541612: "__@BRAND@541612",
3141
3768
  });
3142
3769
  });
3143
3770
  /**
@@ -3158,42 +3785,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
3158
3785
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
3159
3786
  }
3160
3787
  /** @internal */
3161
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema = z.object({});
3788
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema = z.object({});
3162
3789
  /** @internal */
3163
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema = z.object({});
3790
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema = z.object({});
3164
3791
  /**
3165
3792
  * @internal
3166
3793
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3167
3794
  */
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));
3795
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$;
3796
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$) {
3797
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema` instead. */
3798
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema;
3799
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema` instead. */
3800
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema;
3801
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$ = {}));
3802
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612) {
3803
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema
3804
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612));
3178
3805
  }
3179
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164FromJSON(jsonString) {
3180
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema
3181
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164' from JSON`);
3806
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612FromJSON(jsonString) {
3807
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema
3808
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612' from JSON`);
3182
3809
  }
3183
3810
  /** @internal */
3184
3811
  export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
3185
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema),
3812
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema),
3186
3813
  }).transform((v) => {
3187
3814
  return remap$(v, {
3188
- "__@BRAND@513164": "atBRANDAt513164",
3815
+ "__@BRAND@541612": "atBRANDAt541612",
3189
3816
  });
3190
3817
  });
3191
3818
  /** @internal */
3192
3819
  export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
3193
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema),
3820
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema),
3194
3821
  }).transform((v) => {
3195
3822
  return remap$(v, {
3196
- atBRANDAt513164: "__@BRAND@513164",
3823
+ atBRANDAt541612: "__@BRAND@541612",
3197
3824
  });
3198
3825
  });
3199
3826
  /**
@@ -3679,184 +4306,186 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
3679
4306
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
3680
4307
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
3681
4308
  /** @internal */
3682
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema = z.object({});
4309
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema = z.object({});
3683
4310
  /** @internal */
3684
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema = z.object({});
4311
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema = z.object({});
3685
4312
  /**
3686
4313
  * @internal
3687
4314
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3688
4315
  */
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));
4316
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$;
4317
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$) {
4318
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
4319
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema;
4320
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
4321
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema;
4322
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$ = {}));
4323
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612) {
4324
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema
4325
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612));
3699
4326
  }
3700
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164FromJSON(jsonString) {
3701
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema
3702
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164' from JSON`);
4327
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612FromJSON(jsonString) {
4328
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema
4329
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612' from JSON`);
3703
4330
  }
3704
4331
  /** @internal */
3705
- export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
3706
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema),
4332
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
4333
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema),
3707
4334
  }).transform((v) => {
3708
4335
  return remap$(v, {
3709
- "__@BRAND@513164": "atBRANDAt513164",
4336
+ "__@BRAND@541612": "atBRANDAt541612",
3710
4337
  });
3711
4338
  });
3712
4339
  /** @internal */
3713
- export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
3714
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema),
4340
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
4341
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema),
3715
4342
  }).transform((v) => {
3716
4343
  return remap$(v, {
3717
- atBRANDAt513164: "__@BRAND@513164",
4344
+ atBRANDAt541612: "__@BRAND@541612",
3718
4345
  });
3719
4346
  });
3720
4347
  /**
3721
4348
  * @internal
3722
4349
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3723
4350
  */
3724
- export var GetConfigurationProductsPropertiesIntegrationsMinLength$;
3725
- (function (GetConfigurationProductsPropertiesIntegrationsMinLength$) {
3726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema` instead. */
3727
- GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
3728
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema` instead. */
3729
- GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
3730
- })(GetConfigurationProductsPropertiesIntegrationsMinLength$ || (GetConfigurationProductsPropertiesIntegrationsMinLength$ = {}));
3731
- export function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength) {
3732
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema
3733
- .parse(getConfigurationProductsPropertiesIntegrationsMinLength));
4351
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$;
4352
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$) {
4353
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
4354
+ GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema;
4355
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
4356
+ GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema;
4357
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$ || (GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$ = {}));
4358
+ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength) {
4359
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema
4360
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200MinLength));
3734
4361
  }
3735
- export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString) {
3736
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema
3737
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
4362
+ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString) {
4363
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema
4364
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MinLength' from JSON`);
3738
4365
  }
3739
4366
  /** @internal */
3740
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema = z.object({});
4367
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema = z.object({});
3741
4368
  /** @internal */
3742
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema = z.object({});
4369
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema = z.object({});
3743
4370
  /**
3744
4371
  * @internal
3745
4372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3746
4373
  */
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));
4374
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$;
4375
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$) {
4376
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema` instead. */
4377
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema;
4378
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema` instead. */
4379
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema;
4380
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$ = {}));
4381
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612) {
4382
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema
4383
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612));
3757
4384
  }
3758
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164FromJSON(jsonString) {
3759
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema
3760
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164' from JSON`);
4385
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612FromJSON(jsonString) {
4386
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema
4387
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612' from JSON`);
3761
4388
  }
3762
4389
  /** @internal */
3763
- export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3764
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema),
4390
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
4391
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema),
3765
4392
  }).transform((v) => {
3766
4393
  return remap$(v, {
3767
- "__@BRAND@513164": "atBRANDAt513164",
4394
+ "__@BRAND@541612": "atBRANDAt541612",
3768
4395
  });
3769
4396
  });
3770
4397
  /** @internal */
3771
- export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3772
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema),
4398
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
4399
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema),
3773
4400
  }).transform((v) => {
3774
4401
  return remap$(v, {
3775
- atBRANDAt513164: "__@BRAND@513164",
4402
+ atBRANDAt541612: "__@BRAND@541612",
3776
4403
  });
3777
4404
  });
3778
4405
  /**
3779
4406
  * @internal
3780
4407
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3781
4408
  */
3782
- export var GetConfigurationProductsPropertiesIntegrationsMaxLength$;
3783
- (function (GetConfigurationProductsPropertiesIntegrationsMaxLength$) {
3784
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema` instead. */
3785
- GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
3786
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema` instead. */
3787
- GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
3788
- })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ || (GetConfigurationProductsPropertiesIntegrationsMaxLength$ = {}));
3789
- export function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength) {
3790
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema
3791
- .parse(getConfigurationProductsPropertiesIntegrationsMaxLength));
4409
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$;
4410
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$) {
4411
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
4412
+ GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema;
4413
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
4414
+ GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema;
4415
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$ || (GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$ = {}));
4416
+ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength) {
4417
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema
4418
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength));
3792
4419
  }
3793
- export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString) {
3794
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema
3795
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
4420
+ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString) {
4421
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema
4422
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength' from JSON`);
3796
4423
  }
3797
4424
  /** @internal */
3798
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema = z.object({});
4425
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema = z.object({});
3799
4426
  /** @internal */
3800
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema = z.object({});
4427
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema = z.object({});
3801
4428
  /**
3802
4429
  * @internal
3803
4430
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3804
4431
  */
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));
4432
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$;
4433
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$) {
4434
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema` instead. */
4435
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema;
4436
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema` instead. */
4437
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema;
4438
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$ = {}));
4439
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612) {
4440
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema
4441
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612));
3815
4442
  }
3816
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164FromJSON(jsonString) {
3817
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema
3818
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164' from JSON`);
4443
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612FromJSON(jsonString) {
4444
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema
4445
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612' from JSON`);
3819
4446
  }
3820
4447
  /** @internal */
3821
- export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
3822
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema),
4448
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
4449
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema),
3823
4450
  }).transform((v) => {
3824
4451
  return remap$(v, {
3825
- "__@BRAND@513164": "atBRANDAt513164",
4452
+ "__@BRAND@541612": "atBRANDAt541612",
3826
4453
  });
3827
4454
  });
3828
4455
  /** @internal */
3829
- export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
3830
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema),
4456
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
4457
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema),
3831
4458
  }).transform((v) => {
3832
4459
  return remap$(v, {
3833
- atBRANDAt513164: "__@BRAND@513164",
4460
+ atBRANDAt541612: "__@BRAND@541612",
3834
4461
  });
3835
4462
  });
3836
4463
  /**
3837
4464
  * @internal
3838
4465
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3839
4466
  */
3840
- export var GetConfigurationProductsPropertiesIntegrationsPattern$;
3841
- (function (GetConfigurationProductsPropertiesIntegrationsPattern$) {
3842
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema` instead. */
3843
- GetConfigurationProductsPropertiesIntegrationsPattern$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema;
3844
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema` instead. */
3845
- GetConfigurationProductsPropertiesIntegrationsPattern$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema;
3846
- })(GetConfigurationProductsPropertiesIntegrationsPattern$ || (GetConfigurationProductsPropertiesIntegrationsPattern$ = {}));
3847
- export function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern) {
3848
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsPattern));
4467
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$;
4468
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$) {
4469
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
4470
+ GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema;
4471
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
4472
+ GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema;
4473
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ || (GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ = {}));
4474
+ export function getConfigurationProductsPropertiesIntegrationsResponse200PatternToJSON(getConfigurationProductsPropertiesIntegrationsResponse200Pattern) {
4475
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema
4476
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200Pattern));
3849
4477
  }
3850
- export function getConfigurationProductsPropertiesIntegrationsPatternFromJSON(jsonString) {
3851
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsPattern' from JSON`);
4478
+ export function getConfigurationProductsPropertiesIntegrationsResponse200PatternFromJSON(jsonString) {
4479
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema
4480
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200Pattern' from JSON`);
3852
4481
  }
3853
4482
  /** @internal */
3854
4483
  export const GetConfigurationProductsPropertiesItems$inboundSchema = z.object({
3855
4484
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema,
3856
4485
  description: z.string().optional(),
3857
- minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema).optional(),
3858
- maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema).optional(),
3859
- pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema).optional(),
4486
+ minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema).optional(),
4487
+ maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema).optional(),
4488
+ pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema).optional(),
3860
4489
  default: z.string().optional(),
3861
4490
  enum: z.array(z.string()).optional(),
3862
4491
  });
@@ -3864,9 +4493,9 @@ export const GetConfigurationProductsPropertiesItems$inboundSchema = z.object({
3864
4493
  export const GetConfigurationProductsPropertiesItems$outboundSchema = z.object({
3865
4494
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema,
3866
4495
  description: z.string().optional(),
3867
- minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema).optional(),
3868
- maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema).optional(),
3869
- pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema).optional(),
4496
+ minLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema).optional(),
4497
+ maxLength: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema).optional(),
4498
+ pattern: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema).optional(),
3870
4499
  default: z.string().optional(),
3871
4500
  enum: z.array(z.string()).optional(),
3872
4501
  });
@@ -4702,42 +5331,42 @@ export function uiOptionsFromJSON(jsonString) {
4702
5331
  return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
4703
5332
  }
4704
5333
  /** @internal */
4705
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema = z.object({});
5334
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema = z.object({});
4706
5335
  /** @internal */
4707
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema = z.object({});
5336
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema = z.object({});
4708
5337
  /**
4709
5338
  * @internal
4710
5339
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4711
5340
  */
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));
5341
+ export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$;
5342
+ (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$) {
5343
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema` instead. */
5344
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema;
5345
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema` instead. */
5346
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema;
5347
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$ = {}));
5348
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612) {
5349
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema
5350
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612));
4722
5351
  }
4723
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164FromJSON(jsonString) {
4724
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema
4725
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164' from JSON`);
5352
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612FromJSON(jsonString) {
5353
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema
5354
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612' from JSON`);
4726
5355
  }
4727
5356
  /** @internal */
4728
5357
  export const PropertiesMinLength$inboundSchema = z.object({
4729
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema),
5358
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema),
4730
5359
  }).transform((v) => {
4731
5360
  return remap$(v, {
4732
- "__@BRAND@513164": "atBRANDAt513164",
5361
+ "__@BRAND@541612": "atBRANDAt541612",
4733
5362
  });
4734
5363
  });
4735
5364
  /** @internal */
4736
5365
  export const PropertiesMinLength$outboundSchema = z.object({
4737
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema),
5366
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema),
4738
5367
  }).transform((v) => {
4739
5368
  return remap$(v, {
4740
- atBRANDAt513164: "__@BRAND@513164",
5369
+ atBRANDAt541612: "__@BRAND@541612",
4741
5370
  });
4742
5371
  });
4743
5372
  /**
@@ -4758,42 +5387,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
4758
5387
  return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
4759
5388
  }
4760
5389
  /** @internal */
4761
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema = z.object({});
5390
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema = z.object({});
4762
5391
  /** @internal */
4763
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema = z.object({});
5392
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema = z.object({});
4764
5393
  /**
4765
5394
  * @internal
4766
5395
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4767
5396
  */
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));
5397
+ export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$;
5398
+ (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$) {
5399
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
5400
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema;
5401
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
5402
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema;
5403
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$ = {}));
5404
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612) {
5405
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema
5406
+ .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612));
4778
5407
  }
4779
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164FromJSON(jsonString) {
4780
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema
4781
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164' from JSON`);
5408
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612FromJSON(jsonString) {
5409
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema
5410
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612' from JSON`);
4782
5411
  }
4783
5412
  /** @internal */
4784
5413
  export const PropertiesMaxLength$inboundSchema = z.object({
4785
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema),
5414
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema),
4786
5415
  }).transform((v) => {
4787
5416
  return remap$(v, {
4788
- "__@BRAND@513164": "atBRANDAt513164",
5417
+ "__@BRAND@541612": "atBRANDAt541612",
4789
5418
  });
4790
5419
  });
4791
5420
  /** @internal */
4792
5421
  export const PropertiesMaxLength$outboundSchema = z.object({
4793
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema),
5422
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema),
4794
5423
  }).transform((v) => {
4795
5424
  return remap$(v, {
4796
- atBRANDAt513164: "__@BRAND@513164",
5425
+ atBRANDAt541612: "__@BRAND@541612",
4797
5426
  });
4798
5427
  });
4799
5428
  /**
@@ -4814,42 +5443,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
4814
5443
  return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
4815
5444
  }
4816
5445
  /** @internal */
4817
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema = z.object({});
5446
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema = z.object({});
4818
5447
  /** @internal */
4819
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema = z.object({});
5448
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema = z.object({});
4820
5449
  /**
4821
5450
  * @internal
4822
5451
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4823
5452
  */
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));
5453
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$;
5454
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$) {
5455
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema` instead. */
5456
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema;
5457
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema` instead. */
5458
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema;
5459
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$ = {}));
5460
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612) {
5461
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema
5462
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612));
4834
5463
  }
4835
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164FromJSON(jsonString) {
4836
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema
4837
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164' from JSON`);
5464
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612FromJSON(jsonString) {
5465
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema
5466
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612' from JSON`);
4838
5467
  }
4839
5468
  /** @internal */
4840
5469
  export const PropertiesPattern$inboundSchema = z.object({
4841
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema),
5470
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema),
4842
5471
  }).transform((v) => {
4843
5472
  return remap$(v, {
4844
- "__@BRAND@513164": "atBRANDAt513164",
5473
+ "__@BRAND@541612": "atBRANDAt541612",
4845
5474
  });
4846
5475
  });
4847
5476
  /** @internal */
4848
5477
  export const PropertiesPattern$outboundSchema = z.object({
4849
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema),
5478
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema),
4850
5479
  }).transform((v) => {
4851
5480
  return remap$(v, {
4852
- atBRANDAt513164: "__@BRAND@513164",
5481
+ atBRANDAt541612: "__@BRAND@541612",
4853
5482
  });
4854
5483
  });
4855
5484
  /**
@@ -5311,23 +5940,23 @@ export var GetConfigurationProductsPropertiesIntegrationsUiControl$;
5311
5940
  GetConfigurationProductsPropertiesIntegrationsUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema;
5312
5941
  })(GetConfigurationProductsPropertiesIntegrationsUiControl$ || (GetConfigurationProductsPropertiesIntegrationsUiControl$ = {}));
5313
5942
  /** @internal */
5314
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema = z.nativeEnum(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType);
5943
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema = z.nativeEnum(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type);
5315
5944
  /** @internal */
5316
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema;
5945
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema;
5317
5946
  /**
5318
5947
  * @internal
5319
5948
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5320
5949
  */
5321
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$;
5322
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$) {
5323
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema` instead. */
5324
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema;
5325
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema` instead. */
5326
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema;
5327
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ = {}));
5950
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$;
5951
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$) {
5952
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema` instead. */
5953
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema;
5954
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema` instead. */
5955
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema;
5956
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$ = {}));
5328
5957
  /** @internal */
5329
5958
  export const PropertiesItems$inboundSchema = z.object({
5330
- type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema,
5959
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema,
5331
5960
  description: z.string().optional(),
5332
5961
  minimum: z.number().optional(),
5333
5962
  exclusiveMinimum: z.number().optional(),
@@ -5337,7 +5966,7 @@ export const PropertiesItems$inboundSchema = z.object({
5337
5966
  });
5338
5967
  /** @internal */
5339
5968
  export const PropertiesItems$outboundSchema = z.object({
5340
- type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema,
5969
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema,
5341
5970
  description: z.string().optional(),
5342
5971
  minimum: z.number().optional(),
5343
5972
  exclusiveMinimum: z.number().optional(),
@@ -6629,40 +7258,40 @@ export var UiControl$;
6629
7258
  UiControl$.outboundSchema = UiControl$outboundSchema;
6630
7259
  })(UiControl$ || (UiControl$ = {}));
6631
7260
  /** @internal */
6632
- export const AtBRANDAt513164$inboundSchema = z.object({});
7261
+ export const AtBRANDAt541612$inboundSchema = z.object({});
6633
7262
  /** @internal */
6634
- export const AtBRANDAt513164$outboundSchema = z.object({});
7263
+ export const AtBRANDAt541612$outboundSchema = z.object({});
6635
7264
  /**
6636
7265
  * @internal
6637
7266
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6638
7267
  */
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));
7268
+ export var AtBRANDAt541612$;
7269
+ (function (AtBRANDAt541612$) {
7270
+ /** @deprecated use `AtBRANDAt541612$inboundSchema` instead. */
7271
+ AtBRANDAt541612$.inboundSchema = AtBRANDAt541612$inboundSchema;
7272
+ /** @deprecated use `AtBRANDAt541612$outboundSchema` instead. */
7273
+ AtBRANDAt541612$.outboundSchema = AtBRANDAt541612$outboundSchema;
7274
+ })(AtBRANDAt541612$ || (AtBRANDAt541612$ = {}));
7275
+ export function atBRANDAt541612ToJSON(atBRANDAt541612) {
7276
+ return JSON.stringify(AtBRANDAt541612$outboundSchema.parse(atBRANDAt541612));
6648
7277
  }
6649
- export function atBRANDAt513164FromJSON(jsonString) {
6650
- return safeParse(jsonString, (x) => AtBRANDAt513164$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt513164' from JSON`);
7278
+ export function atBRANDAt541612FromJSON(jsonString) {
7279
+ return safeParse(jsonString, (x) => AtBRANDAt541612$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt541612' from JSON`);
6651
7280
  }
6652
7281
  /** @internal */
6653
7282
  export const MinLength$inboundSchema = z.object({
6654
- "__@BRAND@513164": z.lazy(() => AtBRANDAt513164$inboundSchema),
7283
+ "__@BRAND@541612": z.lazy(() => AtBRANDAt541612$inboundSchema),
6655
7284
  }).transform((v) => {
6656
7285
  return remap$(v, {
6657
- "__@BRAND@513164": "atBRANDAt513164",
7286
+ "__@BRAND@541612": "atBRANDAt541612",
6658
7287
  });
6659
7288
  });
6660
7289
  /** @internal */
6661
7290
  export const MinLength$outboundSchema = z.object({
6662
- atBRANDAt513164: z.lazy(() => AtBRANDAt513164$outboundSchema),
7291
+ atBRANDAt541612: z.lazy(() => AtBRANDAt541612$outboundSchema),
6663
7292
  }).transform((v) => {
6664
7293
  return remap$(v, {
6665
- atBRANDAt513164: "__@BRAND@513164",
7294
+ atBRANDAt541612: "__@BRAND@541612",
6666
7295
  });
6667
7296
  });
6668
7297
  /**
@@ -6683,40 +7312,40 @@ export function minLengthFromJSON(jsonString) {
6683
7312
  return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
6684
7313
  }
6685
7314
  /** @internal */
6686
- export const PropertiesAtBRANDAt513164$inboundSchema = z.object({});
7315
+ export const PropertiesAtBRANDAt541612$inboundSchema = z.object({});
6687
7316
  /** @internal */
6688
- export const PropertiesAtBRANDAt513164$outboundSchema = z.object({});
7317
+ export const PropertiesAtBRANDAt541612$outboundSchema = z.object({});
6689
7318
  /**
6690
7319
  * @internal
6691
7320
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6692
7321
  */
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));
7322
+ export var PropertiesAtBRANDAt541612$;
7323
+ (function (PropertiesAtBRANDAt541612$) {
7324
+ /** @deprecated use `PropertiesAtBRANDAt541612$inboundSchema` instead. */
7325
+ PropertiesAtBRANDAt541612$.inboundSchema = PropertiesAtBRANDAt541612$inboundSchema;
7326
+ /** @deprecated use `PropertiesAtBRANDAt541612$outboundSchema` instead. */
7327
+ PropertiesAtBRANDAt541612$.outboundSchema = PropertiesAtBRANDAt541612$outboundSchema;
7328
+ })(PropertiesAtBRANDAt541612$ || (PropertiesAtBRANDAt541612$ = {}));
7329
+ export function propertiesAtBRANDAt541612ToJSON(propertiesAtBRANDAt541612) {
7330
+ return JSON.stringify(PropertiesAtBRANDAt541612$outboundSchema.parse(propertiesAtBRANDAt541612));
6702
7331
  }
6703
- export function propertiesAtBRANDAt513164FromJSON(jsonString) {
6704
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt513164' from JSON`);
7332
+ export function propertiesAtBRANDAt541612FromJSON(jsonString) {
7333
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt541612' from JSON`);
6705
7334
  }
6706
7335
  /** @internal */
6707
7336
  export const MaxLength$inboundSchema = z.object({
6708
- "__@BRAND@513164": z.lazy(() => PropertiesAtBRANDAt513164$inboundSchema),
7337
+ "__@BRAND@541612": z.lazy(() => PropertiesAtBRANDAt541612$inboundSchema),
6709
7338
  }).transform((v) => {
6710
7339
  return remap$(v, {
6711
- "__@BRAND@513164": "atBRANDAt513164",
7340
+ "__@BRAND@541612": "atBRANDAt541612",
6712
7341
  });
6713
7342
  });
6714
7343
  /** @internal */
6715
7344
  export const MaxLength$outboundSchema = z.object({
6716
- atBRANDAt513164: z.lazy(() => PropertiesAtBRANDAt513164$outboundSchema),
7345
+ atBRANDAt541612: z.lazy(() => PropertiesAtBRANDAt541612$outboundSchema),
6717
7346
  }).transform((v) => {
6718
7347
  return remap$(v, {
6719
- atBRANDAt513164: "__@BRAND@513164",
7348
+ atBRANDAt541612: "__@BRAND@541612",
6720
7349
  });
6721
7350
  });
6722
7351
  /**
@@ -6737,40 +7366,40 @@ export function maxLengthFromJSON(jsonString) {
6737
7366
  return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
6738
7367
  }
6739
7368
  /** @internal */
6740
- export const GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema = z.object({});
7369
+ export const GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema = z.object({});
6741
7370
  /** @internal */
6742
- export const GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema = z.object({});
7371
+ export const GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema = z.object({});
6743
7372
  /**
6744
7373
  * @internal
6745
7374
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6746
7375
  */
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));
7376
+ export var GetConfigurationProductsPropertiesAtBRANDAt541612$;
7377
+ (function (GetConfigurationProductsPropertiesAtBRANDAt541612$) {
7378
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema` instead. */
7379
+ GetConfigurationProductsPropertiesAtBRANDAt541612$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema;
7380
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema` instead. */
7381
+ GetConfigurationProductsPropertiesAtBRANDAt541612$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema;
7382
+ })(GetConfigurationProductsPropertiesAtBRANDAt541612$ || (GetConfigurationProductsPropertiesAtBRANDAt541612$ = {}));
7383
+ export function getConfigurationProductsPropertiesAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesAtBRANDAt541612) {
7384
+ return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt541612));
6756
7385
  }
6757
- export function getConfigurationProductsPropertiesAtBRANDAt513164FromJSON(jsonString) {
6758
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt513164' from JSON`);
7386
+ export function getConfigurationProductsPropertiesAtBRANDAt541612FromJSON(jsonString) {
7387
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt541612' from JSON`);
6759
7388
  }
6760
7389
  /** @internal */
6761
7390
  export const Pattern$inboundSchema = z.object({
6762
- "__@BRAND@513164": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema),
7391
+ "__@BRAND@541612": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema),
6763
7392
  }).transform((v) => {
6764
7393
  return remap$(v, {
6765
- "__@BRAND@513164": "atBRANDAt513164",
7394
+ "__@BRAND@541612": "atBRANDAt541612",
6766
7395
  });
6767
7396
  });
6768
7397
  /** @internal */
6769
7398
  export const Pattern$outboundSchema = z.object({
6770
- atBRANDAt513164: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema),
7399
+ atBRANDAt541612: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema),
6771
7400
  }).transform((v) => {
6772
7401
  return remap$(v, {
6773
- atBRANDAt513164: "__@BRAND@513164",
7402
+ atBRANDAt541612: "__@BRAND@541612",
6774
7403
  });
6775
7404
  });
6776
7405
  /**
@@ -7187,6 +7816,7 @@ export const Properties$inboundSchema = z.union([
7187
7816
  z.lazy(() => Properties2$inboundSchema),
7188
7817
  z.lazy(() => Properties3$inboundSchema),
7189
7818
  z.lazy(() => Properties9$inboundSchema),
7819
+ z.lazy(() => Properties10$inboundSchema),
7190
7820
  ]);
7191
7821
  /** @internal */
7192
7822
  export const Properties$outboundSchema = z.union([
@@ -7199,6 +7829,7 @@ export const Properties$outboundSchema = z.union([
7199
7829
  z.lazy(() => Properties2$outboundSchema),
7200
7830
  z.lazy(() => Properties3$outboundSchema),
7201
7831
  z.lazy(() => Properties9$outboundSchema),
7832
+ z.lazy(() => Properties10$outboundSchema),
7202
7833
  ]);
7203
7834
  /**
7204
7835
  * @internal
@@ -7230,6 +7861,7 @@ export const MetadataSchema$inboundSchema = z.object({
7230
7861
  z.lazy(() => Properties2$inboundSchema),
7231
7862
  z.lazy(() => Properties3$inboundSchema),
7232
7863
  z.lazy(() => Properties9$inboundSchema),
7864
+ z.lazy(() => Properties10$inboundSchema),
7233
7865
  ])),
7234
7866
  required: z.array(z.string()).optional(),
7235
7867
  });
@@ -7246,6 +7878,7 @@ export const MetadataSchema$outboundSchema = z.object({
7246
7878
  z.lazy(() => Properties2$outboundSchema),
7247
7879
  z.lazy(() => Properties3$outboundSchema),
7248
7880
  z.lazy(() => Properties9$outboundSchema),
7881
+ z.lazy(() => Properties10$outboundSchema),
7249
7882
  ])),
7250
7883
  required: z.array(z.string()).optional(),
7251
7884
  });