@vercel/sdk 1.18.2 → 1.18.3

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 (314) hide show
  1. package/README.md +48 -51
  2. package/bin/mcp-server.js +4061 -2335
  3. package/bin/mcp-server.js.map +57 -36
  4. package/esm/__tests__/domains.test.js +2 -38
  5. package/esm/__tests__/domains.test.js.map +1 -1
  6. package/esm/__tests__/edgeconfig.test.js +6 -6
  7. package/esm/__tests__/integrations.test.js +1 -1
  8. package/esm/__tests__/logdrains.test.js +6 -2
  9. package/esm/__tests__/logdrains.test.js.map +1 -1
  10. package/esm/__tests__/security.test.js +20 -35
  11. package/esm/__tests__/security.test.js.map +1 -1
  12. package/esm/__tests__/teams.test.js +16 -0
  13. package/esm/__tests__/teams.test.js.map +1 -1
  14. package/esm/__tests__/vercel.test.js +150 -1
  15. package/esm/__tests__/vercel.test.js.map +1 -1
  16. package/esm/funcs/deleteV1BulkRedirects.d.ts +14 -0
  17. package/esm/funcs/deleteV1BulkRedirects.d.ts.map +1 -0
  18. package/esm/funcs/deleteV1BulkRedirects.js +74 -0
  19. package/esm/funcs/deleteV1BulkRedirects.js.map +1 -0
  20. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  21. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
  22. package/esm/funcs/getV1BulkRedirects.d.ts +14 -0
  23. package/esm/funcs/getV1BulkRedirects.d.ts.map +1 -0
  24. package/esm/funcs/getV1BulkRedirects.js +80 -0
  25. package/esm/funcs/getV1BulkRedirects.js.map +1 -0
  26. package/esm/funcs/getV1BulkRedirectsVersions.d.ts +14 -0
  27. package/esm/funcs/getV1BulkRedirectsVersions.d.ts.map +1 -0
  28. package/esm/funcs/getV1BulkRedirectsVersions.js +73 -0
  29. package/esm/funcs/getV1BulkRedirectsVersions.js.map +1 -0
  30. package/esm/funcs/patchV1BulkRedirects.d.ts +14 -0
  31. package/esm/funcs/patchV1BulkRedirects.d.ts.map +1 -0
  32. package/esm/funcs/patchV1BulkRedirects.js +74 -0
  33. package/esm/funcs/patchV1BulkRedirects.js.map +1 -0
  34. package/esm/funcs/postV1BulkRedirectsRestore.d.ts +14 -0
  35. package/esm/funcs/postV1BulkRedirectsRestore.d.ts.map +1 -0
  36. package/esm/funcs/postV1BulkRedirectsRestore.js +74 -0
  37. package/esm/funcs/postV1BulkRedirectsRestore.js.map +1 -0
  38. package/esm/funcs/postV1BulkRedirectsVersions.d.ts +14 -0
  39. package/esm/funcs/postV1BulkRedirectsVersions.d.ts.map +1 -0
  40. package/esm/funcs/postV1BulkRedirectsVersions.js +74 -0
  41. package/esm/funcs/postV1BulkRedirectsVersions.js.map +1 -0
  42. package/esm/funcs/putV1BulkRedirects.d.ts +11 -0
  43. package/esm/funcs/putV1BulkRedirects.d.ts.map +1 -0
  44. package/esm/funcs/putV1BulkRedirects.js +69 -0
  45. package/esm/funcs/putV1BulkRedirects.js.map +1 -0
  46. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
  47. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  48. package/esm/funcs/{domainsBuyDomain.js → teamsPostTeamDsyncRoles.js} +17 -12
  49. package/esm/funcs/teamsPostTeamDsyncRoles.js.map +1 -0
  50. package/esm/lib/config.d.ts +3 -3
  51. package/esm/lib/config.js +3 -3
  52. package/esm/mcp-server/mcp-server.js +1 -1
  53. package/esm/mcp-server/server.d.ts.map +1 -1
  54. package/esm/mcp-server/server.js +17 -3
  55. package/esm/mcp-server/server.js.map +1 -1
  56. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts +7 -0
  57. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts.map +1 -0
  58. package/esm/mcp-server/tools/deleteV1BulkRedirects.js +26 -0
  59. package/esm/mcp-server/tools/deleteV1BulkRedirects.js.map +1 -0
  60. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts +7 -0
  61. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts.map +1 -0
  62. package/esm/mcp-server/tools/getV1BulkRedirects.js +26 -0
  63. package/esm/mcp-server/tools/getV1BulkRedirects.js.map +1 -0
  64. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts +7 -0
  65. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts.map +1 -0
  66. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js +26 -0
  67. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js.map +1 -0
  68. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts +7 -0
  69. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts.map +1 -0
  70. package/esm/mcp-server/tools/patchV1BulkRedirects.js +26 -0
  71. package/esm/mcp-server/tools/patchV1BulkRedirects.js.map +1 -0
  72. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts +7 -0
  73. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts.map +1 -0
  74. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js +26 -0
  75. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js.map +1 -0
  76. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts +7 -0
  77. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts.map +1 -0
  78. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js +26 -0
  79. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js.map +1 -0
  80. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts +7 -0
  81. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts.map +1 -0
  82. package/esm/mcp-server/tools/putV1BulkRedirects.js +26 -0
  83. package/esm/mcp-server/tools/putV1BulkRedirects.js.map +1 -0
  84. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
  85. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  86. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
  87. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
  88. package/esm/models/artifactqueryop.d.ts +8 -8
  89. package/esm/models/artifactqueryop.d.ts.map +1 -1
  90. package/esm/models/artifactqueryop.js +8 -8
  91. package/esm/models/artifactqueryop.js.map +1 -1
  92. package/esm/models/canceldeploymentop.d.ts +46 -0
  93. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  94. package/esm/models/canceldeploymentop.js +42 -0
  95. package/esm/models/canceldeploymentop.js.map +1 -1
  96. package/esm/models/createdeploymentop.d.ts +46 -0
  97. package/esm/models/createdeploymentop.d.ts.map +1 -1
  98. package/esm/models/createdeploymentop.js +46 -0
  99. package/esm/models/createdeploymentop.js.map +1 -1
  100. package/esm/models/createedgeconfigop.d.ts +5 -0
  101. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  102. package/esm/models/createedgeconfigop.js +2 -0
  103. package/esm/models/createedgeconfigop.js.map +1 -1
  104. package/esm/models/createintegrationstoredirectop.d.ts +154 -152
  105. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  106. package/esm/models/createintegrationstoredirectop.js +220 -218
  107. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  108. package/esm/models/createortransferdomainop.d.ts +4 -40
  109. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  110. package/esm/models/createortransferdomainop.js +0 -24
  111. package/esm/models/createortransferdomainop.js.map +1 -1
  112. package/esm/models/createprojectop.d.ts +112 -2
  113. package/esm/models/createprojectop.d.ts.map +1 -1
  114. package/esm/models/createprojectop.js +103 -2
  115. package/esm/models/createprojectop.js.map +1 -1
  116. package/esm/models/createwebhookop.d.ts +4 -2
  117. package/esm/models/createwebhookop.d.ts.map +1 -1
  118. package/esm/models/createwebhookop.js +4 -2
  119. package/esm/models/createwebhookop.js.map +1 -1
  120. package/esm/models/deletev1bulkredirectsop.d.ts +102 -0
  121. package/esm/models/deletev1bulkredirectsop.d.ts.map +1 -0
  122. package/esm/models/deletev1bulkredirectsop.js +95 -0
  123. package/esm/models/deletev1bulkredirectsop.js.map +1 -0
  124. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  125. package/esm/models/getconfigurationproductsop.js +290 -290
  126. package/esm/models/getconfigurationsop.d.ts +1 -0
  127. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  128. package/esm/models/getconfigurationsop.js +1 -0
  129. package/esm/models/getconfigurationsop.js.map +1 -1
  130. package/esm/models/getdeploymenteventsop.d.ts +6 -6
  131. package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
  132. package/esm/models/getdeploymenteventsop.js +6 -6
  133. package/esm/models/getdeploymenteventsop.js.map +1 -1
  134. package/esm/models/getdeploymentop.d.ts +90 -0
  135. package/esm/models/getdeploymentop.d.ts.map +1 -1
  136. package/esm/models/getdeploymentop.js +82 -0
  137. package/esm/models/getdeploymentop.js.map +1 -1
  138. package/esm/models/getedgeconfigop.d.ts +5 -0
  139. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  140. package/esm/models/getedgeconfigop.js +2 -0
  141. package/esm/models/getedgeconfigop.js.map +1 -1
  142. package/esm/models/getfirewallconfigop.d.ts +336 -103
  143. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  144. package/esm/models/getfirewallconfigop.js +358 -98
  145. package/esm/models/getfirewallconfigop.js.map +1 -1
  146. package/esm/models/getprojectdomainsop.d.ts +5 -5
  147. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  148. package/esm/models/getprojectdomainsop.js +5 -6
  149. package/esm/models/getprojectdomainsop.js.map +1 -1
  150. package/esm/models/getprojectsop.d.ts +88 -2
  151. package/esm/models/getprojectsop.d.ts.map +1 -1
  152. package/esm/models/getprojectsop.js +76 -2
  153. package/esm/models/getprojectsop.js.map +1 -1
  154. package/esm/models/getv1bulkredirectsop.d.ts +190 -0
  155. package/esm/models/getv1bulkredirectsop.d.ts.map +1 -0
  156. package/esm/models/getv1bulkredirectsop.js +195 -0
  157. package/esm/models/getv1bulkredirectsop.js.map +1 -0
  158. package/esm/models/getv1bulkredirectsversionsop.d.ts +80 -0
  159. package/esm/models/getv1bulkredirectsversionsop.d.ts.map +1 -0
  160. package/esm/models/getv1bulkredirectsversionsop.js +64 -0
  161. package/esm/models/getv1bulkredirectsversionsop.js.map +1 -0
  162. package/esm/models/getwebhookop.d.ts +2 -1
  163. package/esm/models/getwebhookop.d.ts.map +1 -1
  164. package/esm/models/getwebhookop.js +2 -1
  165. package/esm/models/getwebhookop.js.map +1 -1
  166. package/esm/models/getwebhooksop.d.ts +4 -2
  167. package/esm/models/getwebhooksop.d.ts.map +1 -1
  168. package/esm/models/getwebhooksop.js +4 -2
  169. package/esm/models/getwebhooksop.js.map +1 -1
  170. package/esm/models/listaccessgroupsop.d.ts +8 -8
  171. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  172. package/esm/models/listaccessgroupsop.js +8 -8
  173. package/esm/models/listaccessgroupsop.js.map +1 -1
  174. package/esm/models/patchv1bulkredirectsop.d.ts +133 -0
  175. package/esm/models/patchv1bulkredirectsop.d.ts.map +1 -0
  176. package/esm/models/patchv1bulkredirectsop.js +121 -0
  177. package/esm/models/patchv1bulkredirectsop.js.map +1 -0
  178. package/esm/models/postteamdsyncrolesop.d.ts +98 -0
  179. package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
  180. package/esm/models/postteamdsyncrolesop.js +113 -0
  181. package/esm/models/postteamdsyncrolesop.js.map +1 -0
  182. package/esm/models/postv1bulkredirectsrestoreop.d.ts +104 -0
  183. package/esm/models/postv1bulkredirectsrestoreop.d.ts.map +1 -0
  184. package/esm/models/postv1bulkredirectsrestoreop.js +96 -0
  185. package/esm/models/postv1bulkredirectsrestoreop.js.map +1 -0
  186. package/esm/models/postv1bulkredirectsversionsop.d.ts +110 -0
  187. package/esm/models/postv1bulkredirectsversionsop.d.ts.map +1 -0
  188. package/esm/models/postv1bulkredirectsversionsop.js +102 -0
  189. package/esm/models/postv1bulkredirectsversionsop.js.map +1 -0
  190. package/esm/models/putfirewallconfigop.d.ts +357 -100
  191. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  192. package/esm/models/putfirewallconfigop.js +379 -102
  193. package/esm/models/putfirewallconfigop.js.map +1 -1
  194. package/esm/models/putv1bulkredirectsop.d.ts +122 -0
  195. package/esm/models/putv1bulkredirectsop.d.ts.map +1 -0
  196. package/esm/models/putv1bulkredirectsop.js +108 -0
  197. package/esm/models/putv1bulkredirectsop.js.map +1 -0
  198. package/esm/models/updateedgeconfigop.d.ts +5 -0
  199. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  200. package/esm/models/updateedgeconfigop.js +2 -0
  201. package/esm/models/updateedgeconfigop.js.map +1 -1
  202. package/esm/models/updatefirewallconfigop.d.ts +30 -0
  203. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  204. package/esm/models/updatefirewallconfigop.js +32 -0
  205. package/esm/models/updatefirewallconfigop.js.map +1 -1
  206. package/esm/models/updateprojectdatacacheop.d.ts +103 -17
  207. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  208. package/esm/models/updateprojectdatacacheop.js +97 -20
  209. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  210. package/esm/models/updateprojectop.d.ts +112 -2
  211. package/esm/models/updateprojectop.d.ts.map +1 -1
  212. package/esm/models/updateprojectop.js +103 -2
  213. package/esm/models/updateprojectop.js.map +1 -1
  214. package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
  215. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  216. package/esm/models/updateprojectprotectionbypassop.js +27 -0
  217. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  218. package/esm/models/userevent.d.ts +756 -968
  219. package/esm/models/userevent.d.ts.map +1 -1
  220. package/esm/models/userevent.js +1012 -1247
  221. package/esm/models/userevent.js.map +1 -1
  222. package/esm/sdk/domains.d.ts +0 -8
  223. package/esm/sdk/domains.d.ts.map +1 -1
  224. package/esm/sdk/domains.js +0 -10
  225. package/esm/sdk/domains.js.map +1 -1
  226. package/esm/sdk/sdk.d.ts +33 -1
  227. package/esm/sdk/sdk.d.ts.map +1 -1
  228. package/esm/sdk/sdk.js +47 -0
  229. package/esm/sdk/sdk.js.map +1 -1
  230. package/esm/sdk/teams.d.ts +8 -0
  231. package/esm/sdk/teams.d.ts.map +1 -1
  232. package/esm/sdk/teams.js +10 -0
  233. package/esm/sdk/teams.js.map +1 -1
  234. package/examples/package-lock.json +2 -2
  235. package/jsr.json +1 -1
  236. package/package.json +2 -2
  237. package/src/__tests__/domains.test.ts +4 -41
  238. package/src/__tests__/edgeconfig.test.ts +6 -6
  239. package/src/__tests__/integrations.test.ts +1 -1
  240. package/src/__tests__/logdrains.test.ts +6 -2
  241. package/src/__tests__/security.test.ts +20 -35
  242. package/src/__tests__/teams.test.ts +19 -0
  243. package/src/__tests__/vercel.test.ts +177 -1
  244. package/src/funcs/deleteV1BulkRedirects.ts +161 -0
  245. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  246. package/src/funcs/getV1BulkRedirects.ts +167 -0
  247. package/src/funcs/getV1BulkRedirectsVersions.ts +160 -0
  248. package/src/funcs/patchV1BulkRedirects.ts +161 -0
  249. package/src/funcs/postV1BulkRedirectsRestore.ts +161 -0
  250. package/src/funcs/postV1BulkRedirectsVersions.ts +161 -0
  251. package/src/funcs/putV1BulkRedirects.ts +156 -0
  252. package/src/funcs/{domainsBuyDomain.ts → teamsPostTeamDsyncRoles.ts} +29 -24
  253. package/src/lib/config.ts +3 -3
  254. package/src/mcp-server/mcp-server.ts +1 -1
  255. package/src/mcp-server/server.ts +17 -3
  256. package/src/mcp-server/tools/deleteV1BulkRedirects.ts +36 -0
  257. package/src/mcp-server/tools/getV1BulkRedirects.ts +35 -0
  258. package/src/mcp-server/tools/getV1BulkRedirectsVersions.ts +35 -0
  259. package/src/mcp-server/tools/patchV1BulkRedirects.ts +36 -0
  260. package/src/mcp-server/tools/postV1BulkRedirectsRestore.ts +36 -0
  261. package/src/mcp-server/tools/postV1BulkRedirectsVersions.ts +36 -0
  262. package/src/mcp-server/tools/putV1BulkRedirects.ts +35 -0
  263. package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
  264. package/src/models/artifactqueryop.ts +21 -17
  265. package/src/models/canceldeploymentop.ts +129 -0
  266. package/src/models/createdeploymentop.ts +112 -0
  267. package/src/models/createedgeconfigop.ts +7 -0
  268. package/src/models/createintegrationstoredirectop.ts +475 -471
  269. package/src/models/createortransferdomainop.ts +0 -83
  270. package/src/models/createprojectop.ts +293 -4
  271. package/src/models/createwebhookop.ts +4 -2
  272. package/src/models/deletev1bulkredirectsop.ts +267 -0
  273. package/src/models/getconfigurationproductsop.ts +627 -627
  274. package/src/models/getconfigurationsop.ts +1 -0
  275. package/src/models/getdeploymenteventsop.ts +17 -13
  276. package/src/models/getdeploymentop.ts +263 -0
  277. package/src/models/getedgeconfigop.ts +7 -0
  278. package/src/models/getfirewallconfigop.ts +835 -274
  279. package/src/models/getprojectdomainsop.ts +11 -9
  280. package/src/models/getprojectsop.ts +214 -4
  281. package/src/models/getv1bulkredirectsop.ts +467 -0
  282. package/src/models/getv1bulkredirectsversionsop.ts +192 -0
  283. package/src/models/getwebhookop.ts +2 -1
  284. package/src/models/getwebhooksop.ts +4 -2
  285. package/src/models/listaccessgroupsop.ts +26 -18
  286. package/src/models/patchv1bulkredirectsop.ts +336 -0
  287. package/src/models/postteamdsyncrolesop.ts +291 -0
  288. package/src/models/postv1bulkredirectsrestoreop.ts +275 -0
  289. package/src/models/postv1bulkredirectsversionsop.ts +296 -0
  290. package/src/models/putfirewallconfigop.ts +1025 -284
  291. package/src/models/putv1bulkredirectsop.ts +304 -0
  292. package/src/models/updateedgeconfigop.ts +7 -0
  293. package/src/models/updatefirewallconfigop.ts +107 -0
  294. package/src/models/updateprojectdatacacheop.ts +276 -55
  295. package/src/models/updateprojectop.ts +293 -4
  296. package/src/models/updateprojectprotectionbypassop.ts +84 -0
  297. package/src/models/userevent.ts +2357 -2909
  298. package/src/sdk/domains.ts +0 -19
  299. package/src/sdk/sdk.ts +132 -1
  300. package/src/sdk/teams.ts +22 -0
  301. package/vercel-spec.json +3003 -1259
  302. package/esm/funcs/domainsBuyDomain.d.ts +0 -17
  303. package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
  304. package/esm/funcs/domainsBuyDomain.js.map +0 -1
  305. package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
  306. package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
  307. package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
  308. package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
  309. package/esm/models/buydomainop.d.ts +0 -180
  310. package/esm/models/buydomainop.d.ts.map +0 -1
  311. package/esm/models/buydomainop.js +0 -159
  312. package/esm/models/buydomainop.js.map +0 -1
  313. package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
  314. package/src/models/buydomainop.ts +0 -453
@@ -172,9 +172,9 @@ export declare const GetConfigurationProductsType: {
172
172
  readonly Object: "object";
173
173
  };
174
174
  export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
175
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391 = {};
175
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940 = {};
176
176
  export type PropertiesValue = {
177
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391;
177
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940;
178
178
  };
179
179
  export declare const GetConfigurationProductsDisabled3: {
180
180
  readonly Update: "update";
@@ -207,17 +207,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
207
207
  readonly Domain: "domain";
208
208
  };
209
209
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
210
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391 = {};
210
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940 = {};
211
211
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
212
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391;
212
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940;
213
213
  };
214
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391 = {};
214
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940 = {};
215
215
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
216
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391;
216
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940;
217
217
  };
218
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391 = {};
218
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940 = {};
219
219
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
220
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391;
220
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940;
221
221
  };
222
222
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
223
223
  readonly Update: "update";
@@ -282,17 +282,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
282
282
  readonly String: "string";
283
283
  };
284
284
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
285
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391 = {};
285
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940 = {};
286
286
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
287
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391;
287
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940;
288
288
  };
289
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391 = {};
289
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940 = {};
290
290
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
291
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391;
291
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940;
292
292
  };
293
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391 = {};
293
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940 = {};
294
294
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
295
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391;
295
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940;
296
296
  };
297
297
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
298
298
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -303,9 +303,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
303
303
  default?: string | undefined;
304
304
  enum?: Array<string> | undefined;
305
305
  };
306
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391 = {};
306
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940 = {};
307
307
  export type GetConfigurationProductsUiOptionsValue = {
308
- atBRANDAt547391: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391;
308
+ atBRANDAt523940: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940;
309
309
  };
310
310
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
311
311
  readonly Update: "update";
@@ -330,9 +330,9 @@ export type GetConfigurationProductsUiOptions3 = {
330
330
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
331
331
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
332
332
  };
333
- export type GetConfigurationProductsUiOptionsAtBRANDAt547391 = {};
333
+ export type GetConfigurationProductsUiOptionsAtBRANDAt523940 = {};
334
334
  export type GetConfigurationProductsUiOptions2 = {
335
- atBRANDAt547391: GetConfigurationProductsUiOptionsAtBRANDAt547391;
335
+ atBRANDAt523940: GetConfigurationProductsUiOptionsAtBRANDAt523940;
336
336
  };
337
337
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
338
338
  readonly Update: "update";
@@ -393,13 +393,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
393
393
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
394
394
  expr: string;
395
395
  };
396
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391 = {};
396
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940 = {};
397
397
  export type Default = {
398
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391;
398
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940;
399
399
  };
400
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391 = {};
400
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940 = {};
401
401
  export type Example = {
402
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391;
402
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940;
403
403
  };
404
404
  export type Properties8 = {
405
405
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -427,9 +427,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
427
427
  readonly VercelRegion: "vercel-region";
428
428
  };
429
429
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
430
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391 = {};
430
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940 = {};
431
431
  export type UiOptionsValue = {
432
- atBRANDAt547391: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391;
432
+ atBRANDAt523940: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940;
433
433
  };
434
434
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
435
435
  readonly Update: "update";
@@ -454,9 +454,9 @@ export type UiOptions3 = {
454
454
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
455
455
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
456
456
  };
457
- export type UiOptionsAtBRANDAt547391 = {};
457
+ export type UiOptionsAtBRANDAt523940 = {};
458
458
  export type UiOptions2 = {
459
- atBRANDAt547391: UiOptionsAtBRANDAt547391;
459
+ atBRANDAt523940: UiOptionsAtBRANDAt523940;
460
460
  };
461
461
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
462
462
  readonly Update: "update";
@@ -483,17 +483,17 @@ export type UiOptions1 = {
483
483
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
484
484
  };
485
485
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
486
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391 = {};
486
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940 = {};
487
487
  export type GetConfigurationProductsPropertiesMinLength = {
488
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391;
488
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940;
489
489
  };
490
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391 = {};
490
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940 = {};
491
491
  export type GetConfigurationProductsPropertiesMaxLength = {
492
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391;
492
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940;
493
493
  };
494
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391 = {};
494
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940 = {};
495
495
  export type GetConfigurationProductsPropertiesPattern = {
496
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391;
496
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940;
497
497
  };
498
498
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
499
499
  readonly Update: "update";
@@ -559,17 +559,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
559
559
  readonly String: "string";
560
560
  };
561
561
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
562
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391 = {};
562
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940 = {};
563
563
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength = {
564
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391;
564
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940;
565
565
  };
566
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391 = {};
566
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940 = {};
567
567
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength = {
568
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391;
568
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940;
569
569
  };
570
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391 = {};
570
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940 = {};
571
571
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
572
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391;
572
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940;
573
573
  };
574
574
  export type GetConfigurationProductsPropertiesItems = {
575
575
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
@@ -688,17 +688,17 @@ export type UiOptions = {
688
688
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
689
689
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
690
690
  };
691
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391 = {};
691
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940 = {};
692
692
  export type PropertiesMinLength = {
693
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391;
693
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940;
694
694
  };
695
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391 = {};
695
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940 = {};
696
696
  export type PropertiesMaxLength = {
697
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391;
697
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940;
698
698
  };
699
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391 = {};
699
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940 = {};
700
700
  export type PropertiesPattern = {
701
- atBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391;
701
+ atBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940;
702
702
  };
703
703
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
704
704
  readonly Update: "update";
@@ -944,17 +944,17 @@ export declare const UiControl: {
944
944
  readonly Input: "input";
945
945
  };
946
946
  export type UiControl = ClosedEnum<typeof UiControl>;
947
- export type AtBRANDAt547391 = {};
947
+ export type AtBRANDAt523940 = {};
948
948
  export type MinLength = {
949
- atBRANDAt547391: AtBRANDAt547391;
949
+ atBRANDAt523940: AtBRANDAt523940;
950
950
  };
951
- export type PropertiesAtBRANDAt547391 = {};
951
+ export type PropertiesAtBRANDAt523940 = {};
952
952
  export type MaxLength = {
953
- atBRANDAt547391: PropertiesAtBRANDAt547391;
953
+ atBRANDAt523940: PropertiesAtBRANDAt523940;
954
954
  };
955
- export type GetConfigurationProductsPropertiesAtBRANDAt547391 = {};
955
+ export type GetConfigurationProductsPropertiesAtBRANDAt523940 = {};
956
956
  export type Pattern = {
957
- atBRANDAt547391: GetConfigurationProductsPropertiesAtBRANDAt547391;
957
+ atBRANDAt523940: GetConfigurationProductsPropertiesAtBRANDAt523940;
958
958
  };
959
959
  export declare const UiReadOnly3: {
960
960
  readonly Update: "update";
@@ -1281,18 +1281,18 @@ export declare const GetConfigurationProductsType$inboundSchema: z.ZodNativeEnum
1281
1281
  /** @internal */
1282
1282
  export declare const GetConfigurationProductsType$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsType>;
1283
1283
  /** @internal */
1284
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391, z.ZodTypeDef, unknown>;
1284
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940, z.ZodTypeDef, unknown>;
1285
1285
  /** @internal */
1286
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391$Outbound = {};
1286
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940$Outbound = {};
1287
1287
  /** @internal */
1288
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391>;
1289
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391): string;
1290
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391, SDKValidationError>;
1288
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940>;
1289
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940): string;
1290
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940, SDKValidationError>;
1291
1291
  /** @internal */
1292
1292
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1293
1293
  /** @internal */
1294
1294
  export type PropertiesValue$Outbound = {
1295
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547391$Outbound;
1295
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt523940$Outbound;
1296
1296
  };
1297
1297
  /** @internal */
1298
1298
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1363,54 +1363,54 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
1363
1363
  /** @internal */
1364
1364
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
1365
1365
  /** @internal */
1366
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391, z.ZodTypeDef, unknown>;
1366
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940, z.ZodTypeDef, unknown>;
1367
1367
  /** @internal */
1368
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391$Outbound = {};
1368
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940$Outbound = {};
1369
1369
  /** @internal */
1370
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391>;
1371
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391): string;
1372
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391, SDKValidationError>;
1370
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940>;
1371
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940): string;
1372
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940, SDKValidationError>;
1373
1373
  /** @internal */
1374
1374
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
1375
1375
  /** @internal */
1376
1376
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
1377
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547391$Outbound;
1377
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt523940$Outbound;
1378
1378
  };
1379
1379
  /** @internal */
1380
1380
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
1381
1381
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
1382
1382
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
1383
1383
  /** @internal */
1384
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391, z.ZodTypeDef, unknown>;
1384
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940, z.ZodTypeDef, unknown>;
1385
1385
  /** @internal */
1386
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391$Outbound = {};
1386
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940$Outbound = {};
1387
1387
  /** @internal */
1388
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391>;
1389
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391): string;
1390
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391, SDKValidationError>;
1388
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940>;
1389
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940): string;
1390
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940, SDKValidationError>;
1391
1391
  /** @internal */
1392
1392
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
1393
1393
  /** @internal */
1394
1394
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
1395
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547391$Outbound;
1395
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt523940$Outbound;
1396
1396
  };
1397
1397
  /** @internal */
1398
1398
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
1399
1399
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
1400
1400
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
1401
1401
  /** @internal */
1402
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391, z.ZodTypeDef, unknown>;
1402
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940, z.ZodTypeDef, unknown>;
1403
1403
  /** @internal */
1404
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391$Outbound = {};
1404
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940$Outbound = {};
1405
1405
  /** @internal */
1406
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391>;
1407
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391): string;
1408
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391, SDKValidationError>;
1406
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940>;
1407
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940): string;
1408
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940, SDKValidationError>;
1409
1409
  /** @internal */
1410
1410
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
1411
1411
  /** @internal */
1412
1412
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
1413
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547391$Outbound;
1413
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt523940$Outbound;
1414
1414
  };
1415
1415
  /** @internal */
1416
1416
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
@@ -1547,54 +1547,54 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
1547
1547
  /** @internal */
1548
1548
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
1549
1549
  /** @internal */
1550
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391, z.ZodTypeDef, unknown>;
1550
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940, z.ZodTypeDef, unknown>;
1551
1551
  /** @internal */
1552
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391$Outbound = {};
1552
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940$Outbound = {};
1553
1553
  /** @internal */
1554
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391>;
1555
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391): string;
1556
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391, SDKValidationError>;
1554
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940>;
1555
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940): string;
1556
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940, SDKValidationError>;
1557
1557
  /** @internal */
1558
1558
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1559
1559
  /** @internal */
1560
1560
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
1561
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547391$Outbound;
1561
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt523940$Outbound;
1562
1562
  };
1563
1563
  /** @internal */
1564
1564
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
1565
1565
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
1566
1566
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1567
1567
  /** @internal */
1568
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391, z.ZodTypeDef, unknown>;
1568
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940, z.ZodTypeDef, unknown>;
1569
1569
  /** @internal */
1570
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391$Outbound = {};
1570
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940$Outbound = {};
1571
1571
  /** @internal */
1572
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391>;
1573
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391): string;
1574
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391, SDKValidationError>;
1572
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940>;
1573
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940): string;
1574
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940, SDKValidationError>;
1575
1575
  /** @internal */
1576
1576
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1577
1577
  /** @internal */
1578
1578
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
1579
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547391$Outbound;
1579
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt523940$Outbound;
1580
1580
  };
1581
1581
  /** @internal */
1582
1582
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
1583
1583
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
1584
1584
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1585
1585
  /** @internal */
1586
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391, z.ZodTypeDef, unknown>;
1586
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940, z.ZodTypeDef, unknown>;
1587
1587
  /** @internal */
1588
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391$Outbound = {};
1588
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940$Outbound = {};
1589
1589
  /** @internal */
1590
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391>;
1591
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391): string;
1592
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391, SDKValidationError>;
1590
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940>;
1591
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940): string;
1592
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940, SDKValidationError>;
1593
1593
  /** @internal */
1594
1594
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1595
1595
  /** @internal */
1596
1596
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
1597
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547391$Outbound;
1597
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt523940$Outbound;
1598
1598
  };
1599
1599
  /** @internal */
1600
1600
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -1617,18 +1617,18 @@ export declare const GetConfigurationProductsPropertiesIntegrationsItems$outboun
1617
1617
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
1618
1618
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
1619
1619
  /** @internal */
1620
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391, z.ZodTypeDef, unknown>;
1620
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940, z.ZodTypeDef, unknown>;
1621
1621
  /** @internal */
1622
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391$Outbound = {};
1622
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940$Outbound = {};
1623
1623
  /** @internal */
1624
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391>;
1625
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391): string;
1626
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391, SDKValidationError>;
1624
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940>;
1625
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940): string;
1626
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940, SDKValidationError>;
1627
1627
  /** @internal */
1628
1628
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
1629
1629
  /** @internal */
1630
1630
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
1631
- "__@BRAND@547391": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547391$Outbound;
1631
+ "__@BRAND@523940": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt523940$Outbound;
1632
1632
  };
1633
1633
  /** @internal */
1634
1634
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -1691,18 +1691,18 @@ export declare const GetConfigurationProductsUiOptions3$outboundSchema: z.ZodTyp
1691
1691
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
1692
1692
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
1693
1693
  /** @internal */
1694
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt547391, z.ZodTypeDef, unknown>;
1694
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt523940, z.ZodTypeDef, unknown>;
1695
1695
  /** @internal */
1696
- export type GetConfigurationProductsUiOptionsAtBRANDAt547391$Outbound = {};
1696
+ export type GetConfigurationProductsUiOptionsAtBRANDAt523940$Outbound = {};
1697
1697
  /** @internal */
1698
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt547391>;
1699
- export declare function getConfigurationProductsUiOptionsAtBRANDAt547391ToJSON(getConfigurationProductsUiOptionsAtBRANDAt547391: GetConfigurationProductsUiOptionsAtBRANDAt547391): string;
1700
- export declare function getConfigurationProductsUiOptionsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt547391, SDKValidationError>;
1698
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt523940>;
1699
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt523940ToJSON(getConfigurationProductsUiOptionsAtBRANDAt523940: GetConfigurationProductsUiOptionsAtBRANDAt523940): string;
1700
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt523940, SDKValidationError>;
1701
1701
  /** @internal */
1702
1702
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
1703
1703
  /** @internal */
1704
1704
  export type GetConfigurationProductsUiOptions2$Outbound = {
1705
- "__@BRAND@547391": GetConfigurationProductsUiOptionsAtBRANDAt547391$Outbound;
1705
+ "__@BRAND@523940": GetConfigurationProductsUiOptionsAtBRANDAt523940$Outbound;
1706
1706
  };
1707
1707
  /** @internal */
1708
1708
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -1868,36 +1868,36 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
1868
1868
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
1869
1869
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
1870
1870
  /** @internal */
1871
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391, z.ZodTypeDef, unknown>;
1871
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940, z.ZodTypeDef, unknown>;
1872
1872
  /** @internal */
1873
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391$Outbound = {};
1873
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940$Outbound = {};
1874
1874
  /** @internal */
1875
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391>;
1876
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391): string;
1877
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391, SDKValidationError>;
1875
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940>;
1876
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940): string;
1877
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940, SDKValidationError>;
1878
1878
  /** @internal */
1879
1879
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
1880
1880
  /** @internal */
1881
1881
  export type Default$Outbound = {
1882
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547391$Outbound;
1882
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt523940$Outbound;
1883
1883
  };
1884
1884
  /** @internal */
1885
1885
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
1886
1886
  export declare function defaultToJSON(value: Default): string;
1887
1887
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
1888
1888
  /** @internal */
1889
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391, z.ZodTypeDef, unknown>;
1889
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940, z.ZodTypeDef, unknown>;
1890
1890
  /** @internal */
1891
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391$Outbound = {};
1891
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940$Outbound = {};
1892
1892
  /** @internal */
1893
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391>;
1894
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391): string;
1895
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391, SDKValidationError>;
1893
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940>;
1894
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940): string;
1895
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940, SDKValidationError>;
1896
1896
  /** @internal */
1897
1897
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
1898
1898
  /** @internal */
1899
1899
  export type Example$Outbound = {
1900
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547391$Outbound;
1900
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt523940$Outbound;
1901
1901
  };
1902
1902
  /** @internal */
1903
1903
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -1937,18 +1937,18 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
1937
1937
  /** @internal */
1938
1938
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
1939
1939
  /** @internal */
1940
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391, z.ZodTypeDef, unknown>;
1940
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940, z.ZodTypeDef, unknown>;
1941
1941
  /** @internal */
1942
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391$Outbound = {};
1942
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940$Outbound = {};
1943
1943
  /** @internal */
1944
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391>;
1945
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391): string;
1946
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391, SDKValidationError>;
1944
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940>;
1945
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940): string;
1946
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940, SDKValidationError>;
1947
1947
  /** @internal */
1948
1948
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
1949
1949
  /** @internal */
1950
1950
  export type UiOptionsValue$Outbound = {
1951
- "__@BRAND@547391": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547391$Outbound;
1951
+ "__@BRAND@523940": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt523940$Outbound;
1952
1952
  };
1953
1953
  /** @internal */
1954
1954
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -2011,18 +2011,18 @@ export declare const UiOptions3$outboundSchema: z.ZodType<UiOptions3$Outbound, z
2011
2011
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
2012
2012
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
2013
2013
  /** @internal */
2014
- export declare const UiOptionsAtBRANDAt547391$inboundSchema: z.ZodType<UiOptionsAtBRANDAt547391, z.ZodTypeDef, unknown>;
2014
+ export declare const UiOptionsAtBRANDAt523940$inboundSchema: z.ZodType<UiOptionsAtBRANDAt523940, z.ZodTypeDef, unknown>;
2015
2015
  /** @internal */
2016
- export type UiOptionsAtBRANDAt547391$Outbound = {};
2016
+ export type UiOptionsAtBRANDAt523940$Outbound = {};
2017
2017
  /** @internal */
2018
- export declare const UiOptionsAtBRANDAt547391$outboundSchema: z.ZodType<UiOptionsAtBRANDAt547391$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt547391>;
2019
- export declare function uiOptionsAtBRANDAt547391ToJSON(uiOptionsAtBRANDAt547391: UiOptionsAtBRANDAt547391): string;
2020
- export declare function uiOptionsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt547391, SDKValidationError>;
2018
+ export declare const UiOptionsAtBRANDAt523940$outboundSchema: z.ZodType<UiOptionsAtBRANDAt523940$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt523940>;
2019
+ export declare function uiOptionsAtBRANDAt523940ToJSON(uiOptionsAtBRANDAt523940: UiOptionsAtBRANDAt523940): string;
2020
+ export declare function uiOptionsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt523940, SDKValidationError>;
2021
2021
  /** @internal */
2022
2022
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
2023
2023
  /** @internal */
2024
2024
  export type UiOptions2$Outbound = {
2025
- "__@BRAND@547391": UiOptionsAtBRANDAt547391$Outbound;
2025
+ "__@BRAND@523940": UiOptionsAtBRANDAt523940$Outbound;
2026
2026
  };
2027
2027
  /** @internal */
2028
2028
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -2094,54 +2094,54 @@ export declare const GetConfigurationProductsPropertiesUiOptions$outboundSchema:
2094
2094
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
2095
2095
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
2096
2096
  /** @internal */
2097
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391, z.ZodTypeDef, unknown>;
2097
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940, z.ZodTypeDef, unknown>;
2098
2098
  /** @internal */
2099
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391$Outbound = {};
2099
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940$Outbound = {};
2100
2100
  /** @internal */
2101
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391>;
2102
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391): string;
2103
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391, SDKValidationError>;
2101
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940>;
2102
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940): string;
2103
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940, SDKValidationError>;
2104
2104
  /** @internal */
2105
2105
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
2106
2106
  /** @internal */
2107
2107
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
2108
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547391$Outbound;
2108
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt523940$Outbound;
2109
2109
  };
2110
2110
  /** @internal */
2111
2111
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
2112
2112
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
2113
2113
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
2114
2114
  /** @internal */
2115
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391, z.ZodTypeDef, unknown>;
2115
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940, z.ZodTypeDef, unknown>;
2116
2116
  /** @internal */
2117
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391$Outbound = {};
2117
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940$Outbound = {};
2118
2118
  /** @internal */
2119
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391>;
2120
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391): string;
2121
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391, SDKValidationError>;
2119
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940>;
2120
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940): string;
2121
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940, SDKValidationError>;
2122
2122
  /** @internal */
2123
2123
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
2124
2124
  /** @internal */
2125
2125
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
2126
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547391$Outbound;
2126
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt523940$Outbound;
2127
2127
  };
2128
2128
  /** @internal */
2129
2129
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
2130
2130
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
2131
2131
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
2132
2132
  /** @internal */
2133
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391, z.ZodTypeDef, unknown>;
2133
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940, z.ZodTypeDef, unknown>;
2134
2134
  /** @internal */
2135
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391$Outbound = {};
2135
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940$Outbound = {};
2136
2136
  /** @internal */
2137
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391>;
2138
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391): string;
2139
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391, SDKValidationError>;
2137
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940>;
2138
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940): string;
2139
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940, SDKValidationError>;
2140
2140
  /** @internal */
2141
2141
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
2142
2142
  /** @internal */
2143
2143
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
2144
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547391$Outbound;
2144
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt523940$Outbound;
2145
2145
  };
2146
2146
  /** @internal */
2147
2147
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -2279,54 +2279,54 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
2279
2279
  /** @internal */
2280
2280
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
2281
2281
  /** @internal */
2282
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391, z.ZodTypeDef, unknown>;
2282
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940, z.ZodTypeDef, unknown>;
2283
2283
  /** @internal */
2284
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391$Outbound = {};
2284
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940$Outbound = {};
2285
2285
  /** @internal */
2286
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391>;
2287
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391): string;
2288
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391, SDKValidationError>;
2286
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940>;
2287
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940): string;
2288
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940, SDKValidationError>;
2289
2289
  /** @internal */
2290
2290
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2291
2291
  /** @internal */
2292
2292
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound = {
2293
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547391$Outbound;
2293
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt523940$Outbound;
2294
2294
  };
2295
2295
  /** @internal */
2296
2296
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength>;
2297
2297
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength): string;
2298
2298
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
2299
2299
  /** @internal */
2300
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391, z.ZodTypeDef, unknown>;
2300
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940, z.ZodTypeDef, unknown>;
2301
2301
  /** @internal */
2302
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391$Outbound = {};
2302
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940$Outbound = {};
2303
2303
  /** @internal */
2304
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391>;
2305
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391): string;
2306
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391, SDKValidationError>;
2304
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940>;
2305
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940): string;
2306
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940, SDKValidationError>;
2307
2307
  /** @internal */
2308
2308
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2309
2309
  /** @internal */
2310
2310
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound = {
2311
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547391$Outbound;
2311
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt523940$Outbound;
2312
2312
  };
2313
2313
  /** @internal */
2314
2314
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength>;
2315
2315
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength): string;
2316
2316
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
2317
2317
  /** @internal */
2318
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391, z.ZodTypeDef, unknown>;
2318
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940, z.ZodTypeDef, unknown>;
2319
2319
  /** @internal */
2320
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391$Outbound = {};
2320
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940$Outbound = {};
2321
2321
  /** @internal */
2322
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391>;
2323
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391): string;
2324
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391, SDKValidationError>;
2322
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940>;
2323
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940): string;
2324
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940, SDKValidationError>;
2325
2325
  /** @internal */
2326
2326
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2327
2327
  /** @internal */
2328
2328
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound = {
2329
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547391$Outbound;
2329
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt523940$Outbound;
2330
2330
  };
2331
2331
  /** @internal */
2332
2332
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern>;
@@ -2590,54 +2590,54 @@ export declare const UiOptions$outboundSchema: z.ZodType<UiOptions$Outbound, z.Z
2590
2590
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
2591
2591
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
2592
2592
  /** @internal */
2593
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391, z.ZodTypeDef, unknown>;
2593
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940, z.ZodTypeDef, unknown>;
2594
2594
  /** @internal */
2595
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391$Outbound = {};
2595
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940$Outbound = {};
2596
2596
  /** @internal */
2597
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391>;
2598
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391): string;
2599
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391, SDKValidationError>;
2597
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940>;
2598
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940): string;
2599
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940, SDKValidationError>;
2600
2600
  /** @internal */
2601
2601
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
2602
2602
  /** @internal */
2603
2603
  export type PropertiesMinLength$Outbound = {
2604
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547391$Outbound;
2604
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt523940$Outbound;
2605
2605
  };
2606
2606
  /** @internal */
2607
2607
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
2608
2608
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
2609
2609
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
2610
2610
  /** @internal */
2611
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391, z.ZodTypeDef, unknown>;
2611
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940, z.ZodTypeDef, unknown>;
2612
2612
  /** @internal */
2613
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391$Outbound = {};
2613
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940$Outbound = {};
2614
2614
  /** @internal */
2615
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391>;
2616
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391): string;
2617
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391, SDKValidationError>;
2615
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940>;
2616
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940): string;
2617
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940, SDKValidationError>;
2618
2618
  /** @internal */
2619
2619
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
2620
2620
  /** @internal */
2621
2621
  export type PropertiesMaxLength$Outbound = {
2622
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547391$Outbound;
2622
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt523940$Outbound;
2623
2623
  };
2624
2624
  /** @internal */
2625
2625
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
2626
2626
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
2627
2627
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
2628
2628
  /** @internal */
2629
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391, z.ZodTypeDef, unknown>;
2629
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940, z.ZodTypeDef, unknown>;
2630
2630
  /** @internal */
2631
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391$Outbound = {};
2631
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940$Outbound = {};
2632
2632
  /** @internal */
2633
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391>;
2634
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391): string;
2635
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391, SDKValidationError>;
2633
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940>;
2634
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940): string;
2635
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940, SDKValidationError>;
2636
2636
  /** @internal */
2637
2637
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
2638
2638
  /** @internal */
2639
2639
  export type PropertiesPattern$Outbound = {
2640
- "__@BRAND@547391": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547391$Outbound;
2640
+ "__@BRAND@523940": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt523940$Outbound;
2641
2641
  };
2642
2642
  /** @internal */
2643
2643
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -3163,54 +3163,54 @@ export declare const UiControl$inboundSchema: z.ZodNativeEnum<typeof UiControl>;
3163
3163
  /** @internal */
3164
3164
  export declare const UiControl$outboundSchema: z.ZodNativeEnum<typeof UiControl>;
3165
3165
  /** @internal */
3166
- export declare const AtBRANDAt547391$inboundSchema: z.ZodType<AtBRANDAt547391, z.ZodTypeDef, unknown>;
3166
+ export declare const AtBRANDAt523940$inboundSchema: z.ZodType<AtBRANDAt523940, z.ZodTypeDef, unknown>;
3167
3167
  /** @internal */
3168
- export type AtBRANDAt547391$Outbound = {};
3168
+ export type AtBRANDAt523940$Outbound = {};
3169
3169
  /** @internal */
3170
- export declare const AtBRANDAt547391$outboundSchema: z.ZodType<AtBRANDAt547391$Outbound, z.ZodTypeDef, AtBRANDAt547391>;
3171
- export declare function atBRANDAt547391ToJSON(atBRANDAt547391: AtBRANDAt547391): string;
3172
- export declare function atBRANDAt547391FromJSON(jsonString: string): SafeParseResult<AtBRANDAt547391, SDKValidationError>;
3170
+ export declare const AtBRANDAt523940$outboundSchema: z.ZodType<AtBRANDAt523940$Outbound, z.ZodTypeDef, AtBRANDAt523940>;
3171
+ export declare function atBRANDAt523940ToJSON(atBRANDAt523940: AtBRANDAt523940): string;
3172
+ export declare function atBRANDAt523940FromJSON(jsonString: string): SafeParseResult<AtBRANDAt523940, SDKValidationError>;
3173
3173
  /** @internal */
3174
3174
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
3175
3175
  /** @internal */
3176
3176
  export type MinLength$Outbound = {
3177
- "__@BRAND@547391": AtBRANDAt547391$Outbound;
3177
+ "__@BRAND@523940": AtBRANDAt523940$Outbound;
3178
3178
  };
3179
3179
  /** @internal */
3180
3180
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
3181
3181
  export declare function minLengthToJSON(minLength: MinLength): string;
3182
3182
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
3183
3183
  /** @internal */
3184
- export declare const PropertiesAtBRANDAt547391$inboundSchema: z.ZodType<PropertiesAtBRANDAt547391, z.ZodTypeDef, unknown>;
3184
+ export declare const PropertiesAtBRANDAt523940$inboundSchema: z.ZodType<PropertiesAtBRANDAt523940, z.ZodTypeDef, unknown>;
3185
3185
  /** @internal */
3186
- export type PropertiesAtBRANDAt547391$Outbound = {};
3186
+ export type PropertiesAtBRANDAt523940$Outbound = {};
3187
3187
  /** @internal */
3188
- export declare const PropertiesAtBRANDAt547391$outboundSchema: z.ZodType<PropertiesAtBRANDAt547391$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt547391>;
3189
- export declare function propertiesAtBRANDAt547391ToJSON(propertiesAtBRANDAt547391: PropertiesAtBRANDAt547391): string;
3190
- export declare function propertiesAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt547391, SDKValidationError>;
3188
+ export declare const PropertiesAtBRANDAt523940$outboundSchema: z.ZodType<PropertiesAtBRANDAt523940$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt523940>;
3189
+ export declare function propertiesAtBRANDAt523940ToJSON(propertiesAtBRANDAt523940: PropertiesAtBRANDAt523940): string;
3190
+ export declare function propertiesAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt523940, SDKValidationError>;
3191
3191
  /** @internal */
3192
3192
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
3193
3193
  /** @internal */
3194
3194
  export type MaxLength$Outbound = {
3195
- "__@BRAND@547391": PropertiesAtBRANDAt547391$Outbound;
3195
+ "__@BRAND@523940": PropertiesAtBRANDAt523940$Outbound;
3196
3196
  };
3197
3197
  /** @internal */
3198
3198
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
3199
3199
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
3200
3200
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
3201
3201
  /** @internal */
3202
- export declare const GetConfigurationProductsPropertiesAtBRANDAt547391$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt547391, z.ZodTypeDef, unknown>;
3202
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt523940$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt523940, z.ZodTypeDef, unknown>;
3203
3203
  /** @internal */
3204
- export type GetConfigurationProductsPropertiesAtBRANDAt547391$Outbound = {};
3204
+ export type GetConfigurationProductsPropertiesAtBRANDAt523940$Outbound = {};
3205
3205
  /** @internal */
3206
- export declare const GetConfigurationProductsPropertiesAtBRANDAt547391$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt547391$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt547391>;
3207
- export declare function getConfigurationProductsPropertiesAtBRANDAt547391ToJSON(getConfigurationProductsPropertiesAtBRANDAt547391: GetConfigurationProductsPropertiesAtBRANDAt547391): string;
3208
- export declare function getConfigurationProductsPropertiesAtBRANDAt547391FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt547391, SDKValidationError>;
3206
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt523940$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt523940$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt523940>;
3207
+ export declare function getConfigurationProductsPropertiesAtBRANDAt523940ToJSON(getConfigurationProductsPropertiesAtBRANDAt523940: GetConfigurationProductsPropertiesAtBRANDAt523940): string;
3208
+ export declare function getConfigurationProductsPropertiesAtBRANDAt523940FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt523940, SDKValidationError>;
3209
3209
  /** @internal */
3210
3210
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
3211
3211
  /** @internal */
3212
3212
  export type Pattern$Outbound = {
3213
- "__@BRAND@547391": GetConfigurationProductsPropertiesAtBRANDAt547391$Outbound;
3213
+ "__@BRAND@523940": GetConfigurationProductsPropertiesAtBRANDAt523940$Outbound;
3214
3214
  };
3215
3215
  /** @internal */
3216
3216
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;