@vercel/sdk 1.11.2 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +60 -59
  2. package/bin/mcp-server.js +4502 -3066
  3. package/bin/mcp-server.js.map +46 -40
  4. package/docs/sdks/deployments/README.md +8 -0
  5. package/docs/sdks/edgecache/README.md +169 -0
  6. package/docs/sdks/integrations/README.md +83 -0
  7. package/docs/sdks/projects/README.md +0 -2
  8. package/docs/sdks/vercel/README.md +0 -74
  9. package/esm/__tests__/deployments.test.js +1 -1
  10. package/esm/__tests__/deployments.test.js.map +1 -1
  11. package/esm/__tests__/domains.test.js +3 -12
  12. package/esm/__tests__/domains.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +28 -1
  14. package/esm/__tests__/integrations.test.js.map +1 -1
  15. package/esm/__tests__/logdrains.test.js +9 -0
  16. package/esm/__tests__/logdrains.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/vercel.test.js +3 -27
  22. package/esm/__tests__/vercel.test.js.map +1 -1
  23. package/esm/funcs/deploymentsGetDeployments.js +1 -0
  24. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  25. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
  26. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  27. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
  28. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  29. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
  30. package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
  31. package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
  32. package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
  33. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  34. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  35. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  36. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  37. package/esm/funcs/marketplaceImportResource.js +2 -2
  38. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  39. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  40. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  41. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  42. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  43. package/esm/funcs/projectsGetProjects.js +0 -1
  44. package/esm/funcs/projectsGetProjects.js.map +1 -1
  45. package/esm/lib/config.d.ts +3 -3
  46. package/esm/lib/config.js +3 -3
  47. package/esm/lib/url.js +1 -1
  48. package/esm/lib/url.js.map +1 -1
  49. package/esm/mcp-server/mcp-server.js +1 -1
  50. package/esm/mcp-server/server.d.ts.map +1 -1
  51. package/esm/mcp-server/server.js +7 -3
  52. package/esm/mcp-server/server.js.map +1 -1
  53. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
  54. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  55. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
  56. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  57. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
  58. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
  59. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
  60. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
  61. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  62. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  63. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  64. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  65. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  66. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  67. package/esm/models/approverollingreleasestageop.js +6 -0
  68. package/esm/models/approverollingreleasestageop.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +63 -50
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +59 -54
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/completerollingreleaseop.d.ts +15 -0
  74. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  75. package/esm/models/completerollingreleaseop.js +6 -0
  76. package/esm/models/completerollingreleaseop.js.map +1 -1
  77. package/esm/models/createdeploymentop.d.ts +289 -144
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +259 -124
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createedgeconfigop.d.ts +2 -2
  82. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  83. package/esm/models/createedgeconfigop.js +2 -2
  84. package/esm/models/createedgeconfigop.js.map +1 -1
  85. package/esm/models/createintegrationstoredirectop.d.ts +906 -308
  86. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  87. package/esm/models/createintegrationstoredirectop.js +1077 -371
  88. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  89. package/esm/models/createlogdrainop.d.ts +126 -4
  90. package/esm/models/createlogdrainop.d.ts.map +1 -1
  91. package/esm/models/createlogdrainop.js +129 -1
  92. package/esm/models/createlogdrainop.js.map +1 -1
  93. package/esm/models/createprojectop.d.ts +43 -30
  94. package/esm/models/createprojectop.d.ts.map +1 -1
  95. package/esm/models/createprojectop.js +24 -18
  96. package/esm/models/createprojectop.js.map +1 -1
  97. package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
  98. package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
  99. package/esm/models/dangerouslydeletebytagsop.js +117 -0
  100. package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
  101. package/esm/models/getbillingplansop.d.ts +257 -0
  102. package/esm/models/getbillingplansop.d.ts.map +1 -0
  103. package/esm/models/getbillingplansop.js +244 -0
  104. package/esm/models/getbillingplansop.js.map +1 -0
  105. package/esm/models/getconfigurationop.d.ts +8 -8
  106. package/esm/models/getconfigurationop.d.ts.map +1 -1
  107. package/esm/models/getconfigurationop.js +12 -12
  108. package/esm/models/getconfigurationop.js.map +1 -1
  109. package/esm/models/getconfigurationproductsop.d.ts +909 -390
  110. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  111. package/esm/models/getconfigurationproductsop.js +1104 -471
  112. package/esm/models/getconfigurationproductsop.js.map +1 -1
  113. package/esm/models/getconfigurationsop.d.ts +3 -0
  114. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  115. package/esm/models/getconfigurationsop.js +1 -0
  116. package/esm/models/getconfigurationsop.js.map +1 -1
  117. package/esm/models/getdeploymentop.d.ts +33 -20
  118. package/esm/models/getdeploymentop.d.ts.map +1 -1
  119. package/esm/models/getdeploymentop.js +25 -20
  120. package/esm/models/getdeploymentop.js.map +1 -1
  121. package/esm/models/getdeploymentsop.d.ts +8 -0
  122. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  123. package/esm/models/getdeploymentsop.js +3 -0
  124. package/esm/models/getdeploymentsop.js.map +1 -1
  125. package/esm/models/getedgeconfigop.d.ts +2 -2
  126. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  127. package/esm/models/getedgeconfigop.js +2 -2
  128. package/esm/models/getedgeconfigop.js.map +1 -1
  129. package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
  130. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  131. package/esm/models/getintegrationlogdrainsop.js +130 -0
  132. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  133. package/esm/models/getprojectsop.d.ts +206 -178
  134. package/esm/models/getprojectsop.d.ts.map +1 -1
  135. package/esm/models/getprojectsop.js +207 -166
  136. package/esm/models/getprojectsop.js.map +1 -1
  137. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  138. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  139. package/esm/models/getrollingreleaseconfigop.js +2 -0
  140. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  141. package/esm/models/getrollingreleaseop.d.ts +15 -0
  142. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  143. package/esm/models/getrollingreleaseop.js +6 -0
  144. package/esm/models/getrollingreleaseop.js.map +1 -1
  145. package/esm/models/getwebhooksop.d.ts +3 -0
  146. package/esm/models/getwebhooksop.d.ts.map +1 -1
  147. package/esm/models/getwebhooksop.js +1 -0
  148. package/esm/models/getwebhooksop.js.map +1 -1
  149. package/esm/models/importresourceop.d.ts +15 -15
  150. package/esm/models/importresourceop.d.ts.map +1 -1
  151. package/esm/models/importresourceop.js +17 -15
  152. package/esm/models/importresourceop.js.map +1 -1
  153. package/esm/models/invalidatebytagsop.d.ts +115 -0
  154. package/esm/models/invalidatebytagsop.d.ts.map +1 -0
  155. package/esm/models/invalidatebytagsop.js +116 -0
  156. package/esm/models/invalidatebytagsop.js.map +1 -0
  157. package/esm/models/updateedgeconfigop.d.ts +2 -2
  158. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  159. package/esm/models/updateedgeconfigop.js +2 -2
  160. package/esm/models/updateedgeconfigop.js.map +1 -1
  161. package/esm/models/updateprojectdatacacheop.d.ts +10 -0
  162. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  163. package/esm/models/updateprojectdatacacheop.js +5 -0
  164. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  165. package/esm/models/updateprojectop.d.ts +149 -136
  166. package/esm/models/updateprojectop.d.ts.map +1 -1
  167. package/esm/models/updateprojectop.js +146 -140
  168. package/esm/models/updateprojectop.js.map +1 -1
  169. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  170. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  171. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  172. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  173. package/esm/models/userevent.d.ts +1300 -1049
  174. package/esm/models/userevent.d.ts.map +1 -1
  175. package/esm/models/userevent.js +1654 -1406
  176. package/esm/models/userevent.js.map +1 -1
  177. package/esm/sdk/edgecache.d.ts +20 -0
  178. package/esm/sdk/edgecache.d.ts.map +1 -0
  179. package/esm/sdk/edgecache.js +28 -0
  180. package/esm/sdk/edgecache.js.map +1 -0
  181. package/esm/sdk/integrations.d.ts +8 -0
  182. package/esm/sdk/integrations.d.ts.map +1 -1
  183. package/esm/sdk/integrations.js +10 -0
  184. package/esm/sdk/integrations.js.map +1 -1
  185. package/esm/sdk/sdk.d.ts +4 -3
  186. package/esm/sdk/sdk.d.ts.map +1 -1
  187. package/esm/sdk/sdk.js +4 -5
  188. package/esm/sdk/sdk.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/deployments.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -12
  194. package/src/__tests__/integrations.test.ts +32 -1
  195. package/src/__tests__/logdrains.test.ts +9 -0
  196. package/src/__tests__/rollingrelease.test.ts +2 -6
  197. package/src/__tests__/security.test.ts +4 -4
  198. package/src/__tests__/vercel.test.ts +4 -33
  199. package/src/funcs/deploymentsGetDeployments.ts +1 -0
  200. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
  201. package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
  202. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  203. package/src/funcs/marketplaceImportResource.ts +2 -2
  204. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  205. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  206. package/src/funcs/projectsGetProjects.ts +0 -1
  207. package/src/lib/config.ts +3 -3
  208. package/src/lib/url.ts +1 -1
  209. package/src/mcp-server/mcp-server.ts +1 -1
  210. package/src/mcp-server/server.ts +7 -5
  211. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
  212. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
  213. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  214. package/src/models/approverollingreleasestageop.ts +21 -0
  215. package/src/models/canceldeploymentop.ts +127 -104
  216. package/src/models/completerollingreleaseop.ts +21 -0
  217. package/src/models/createdeploymentop.ts +532 -226
  218. package/src/models/createedgeconfigop.ts +4 -4
  219. package/src/models/createintegrationstoredirectop.ts +2459 -673
  220. package/src/models/createlogdrainop.ts +260 -2
  221. package/src/models/createprojectop.ts +43 -30
  222. package/src/models/dangerouslydeletebytagsop.ts +249 -0
  223. package/src/models/getbillingplansop.ts +508 -0
  224. package/src/models/getconfigurationop.ts +20 -15
  225. package/src/models/getconfigurationproductsop.ts +2433 -838
  226. package/src/models/getconfigurationsop.ts +1 -0
  227. package/src/models/getdeploymentop.ts +63 -48
  228. package/src/models/getdeploymentsop.ts +8 -0
  229. package/src/models/getedgeconfigop.ts +4 -4
  230. package/src/models/getintegrationlogdrainsop.ts +237 -0
  231. package/src/models/getprojectsop.ts +434 -336
  232. package/src/models/getrollingreleaseconfigop.ts +7 -0
  233. package/src/models/getrollingreleaseop.ts +21 -0
  234. package/src/models/getwebhooksop.ts +1 -0
  235. package/src/models/importresourceop.ts +27 -29
  236. package/src/models/invalidatebytagsop.ts +227 -0
  237. package/src/models/updateedgeconfigop.ts +4 -4
  238. package/src/models/updateprojectdatacacheop.ts +12 -0
  239. package/src/models/updateprojectop.ts +299 -286
  240. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  241. package/src/models/userevent.ts +3017 -2473
  242. package/src/sdk/edgecache.ts +46 -0
  243. package/src/sdk/integrations.ts +22 -0
  244. package/src/sdk/sdk.ts +7 -23
  245. package/vercel-spec.json +3578 -2444
  246. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  247. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  248. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  249. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  250. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  251. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  252. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  253. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  254. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  255. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  256. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  257. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -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 GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164 = {};
175
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612 = {};
176
176
  export type PropertiesValue = {
177
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164;
177
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612;
178
178
  };
179
179
  export declare const GetConfigurationProductsDisabled3: {
180
180
  readonly Update: "update";
@@ -194,11 +194,82 @@ export type GetConfigurationProductsHidden2 = {
194
194
  expr: string;
195
195
  };
196
196
  export type PropertiesHidden = GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3;
197
- export type Properties9 = {
197
+ export type Properties10 = {
198
198
  value: PropertiesValue;
199
199
  disabled?: GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3 | undefined;
200
200
  hidden?: GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3 | undefined;
201
201
  };
202
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType: {
203
+ readonly String: "string";
204
+ };
205
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
206
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl: {
207
+ readonly Domain: "domain";
208
+ };
209
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
210
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612 = {};
211
+ export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
212
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612;
213
+ };
214
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612 = {};
215
+ export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
216
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612;
217
+ };
218
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612 = {};
219
+ export type GetConfigurationProductsPropertiesIntegrationsPattern = {
220
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612;
221
+ };
222
+ export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
223
+ readonly Update: "update";
224
+ readonly Create: "create";
225
+ };
226
+ export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
227
+ export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 = {
228
+ expr: string;
229
+ };
230
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3;
231
+ export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
232
+ readonly Update: "update";
233
+ readonly Create: "create";
234
+ };
235
+ export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
236
+ export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 = {
237
+ expr: string;
238
+ };
239
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3;
240
+ export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
241
+ readonly Update: "update";
242
+ readonly Create: "create";
243
+ };
244
+ export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
245
+ export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 = {
246
+ expr: string;
247
+ };
248
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3;
249
+ export type GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 = {
250
+ expr: string;
251
+ };
252
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | string;
253
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue = {
254
+ expr: string;
255
+ };
256
+ export type Properties9 = {
257
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType;
258
+ uiControl: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl;
259
+ description?: string | undefined;
260
+ minLength?: GetConfigurationProductsPropertiesIntegrationsMinLength | undefined;
261
+ maxLength?: GetConfigurationProductsPropertiesIntegrationsMaxLength | undefined;
262
+ pattern?: GetConfigurationProductsPropertiesIntegrationsPattern | undefined;
263
+ default?: string | undefined;
264
+ enum?: Array<string> | undefined;
265
+ uiLabel?: string | undefined;
266
+ uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 | undefined;
267
+ uiHidden?: GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 | undefined;
268
+ uiDisabled?: GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 | undefined;
269
+ uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2 | string | undefined;
270
+ uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue | undefined;
271
+ uiPlaceholder?: string | undefined;
272
+ };
202
273
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType: {
203
274
  readonly Array: "array";
204
275
  };
@@ -211,17 +282,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
211
282
  readonly String: "string";
212
283
  };
213
284
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
214
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164 = {};
285
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612 = {};
215
286
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
216
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164;
287
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612;
217
288
  };
218
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164 = {};
289
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612 = {};
219
290
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
220
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164;
291
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612;
221
292
  };
222
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164 = {};
293
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612 = {};
223
294
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
224
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164;
295
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612;
225
296
  };
226
297
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
227
298
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -232,9 +303,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
232
303
  default?: string | undefined;
233
304
  enum?: Array<string> | undefined;
234
305
  };
235
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164 = {};
306
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612 = {};
236
307
  export type GetConfigurationProductsUiOptionsValue = {
237
- atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164;
308
+ atBRANDAt541612: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612;
238
309
  };
239
310
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
240
311
  readonly Update: "update";
@@ -259,9 +330,9 @@ export type GetConfigurationProductsUiOptions3 = {
259
330
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
260
331
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
261
332
  };
262
- export type GetConfigurationProductsUiOptionsAtBRANDAt513164 = {};
333
+ export type GetConfigurationProductsUiOptionsAtBRANDAt541612 = {};
263
334
  export type GetConfigurationProductsUiOptions2 = {
264
- atBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164;
335
+ atBRANDAt541612: GetConfigurationProductsUiOptionsAtBRANDAt541612;
265
336
  };
266
337
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
267
338
  readonly Update: "update";
@@ -322,13 +393,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
322
393
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
323
394
  expr: string;
324
395
  };
325
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164 = {};
396
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612 = {};
326
397
  export type Default = {
327
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164;
398
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612;
328
399
  };
329
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164 = {};
400
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612 = {};
330
401
  export type Example = {
331
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164;
402
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612;
332
403
  };
333
404
  export type Properties8 = {
334
405
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -356,9 +427,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
356
427
  readonly VercelRegion: "vercel-region";
357
428
  };
358
429
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
359
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164 = {};
430
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612 = {};
360
431
  export type UiOptionsValue = {
361
- atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164;
432
+ atBRANDAt541612: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612;
362
433
  };
363
434
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
364
435
  readonly Update: "update";
@@ -383,9 +454,9 @@ export type UiOptions3 = {
383
454
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
384
455
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
385
456
  };
386
- export type UiOptionsAtBRANDAt513164 = {};
457
+ export type UiOptionsAtBRANDAt541612 = {};
387
458
  export type UiOptions2 = {
388
- atBRANDAt513164: UiOptionsAtBRANDAt513164;
459
+ atBRANDAt541612: UiOptionsAtBRANDAt541612;
389
460
  };
390
461
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
391
462
  readonly Update: "update";
@@ -412,17 +483,17 @@ export type UiOptions1 = {
412
483
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
413
484
  };
414
485
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
415
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164 = {};
486
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612 = {};
416
487
  export type GetConfigurationProductsPropertiesMinLength = {
417
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164;
488
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612;
418
489
  };
419
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164 = {};
490
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612 = {};
420
491
  export type GetConfigurationProductsPropertiesMaxLength = {
421
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164;
492
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612;
422
493
  };
423
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164 = {};
494
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612 = {};
424
495
  export type GetConfigurationProductsPropertiesPattern = {
425
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164;
496
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612;
426
497
  };
427
498
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
428
499
  readonly Update: "update";
@@ -488,24 +559,24 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
488
559
  readonly String: "string";
489
560
  };
490
561
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
491
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164 = {};
492
- export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
493
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164;
562
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612 = {};
563
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength = {
564
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612;
494
565
  };
495
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164 = {};
496
- export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
497
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164;
566
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612 = {};
567
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength = {
568
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612;
498
569
  };
499
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164 = {};
500
- export type GetConfigurationProductsPropertiesIntegrationsPattern = {
501
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164;
570
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612 = {};
571
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
572
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612;
502
573
  };
503
574
  export type GetConfigurationProductsPropertiesItems = {
504
575
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
505
576
  description?: string | undefined;
506
- minLength?: GetConfigurationProductsPropertiesIntegrationsMinLength | undefined;
507
- maxLength?: GetConfigurationProductsPropertiesIntegrationsMaxLength | undefined;
508
- pattern?: GetConfigurationProductsPropertiesIntegrationsPattern | undefined;
577
+ minLength?: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength | undefined;
578
+ maxLength?: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength | undefined;
579
+ pattern?: GetConfigurationProductsPropertiesIntegrationsResponse200Pattern | undefined;
509
580
  default?: string | undefined;
510
581
  enum?: Array<string> | undefined;
511
582
  };
@@ -617,17 +688,17 @@ export type UiOptions = {
617
688
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
618
689
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
619
690
  };
620
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164 = {};
691
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612 = {};
621
692
  export type PropertiesMinLength = {
622
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164;
693
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612;
623
694
  };
624
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164 = {};
695
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612 = {};
625
696
  export type PropertiesMaxLength = {
626
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164;
697
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612;
627
698
  };
628
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164 = {};
699
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612 = {};
629
700
  export type PropertiesPattern = {
630
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164;
701
+ atBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612;
631
702
  };
632
703
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
633
704
  readonly Update: "update";
@@ -689,12 +760,12 @@ export declare const GetConfigurationProductsPropertiesIntegrationsUiControl: {
689
760
  readonly Slider: "slider";
690
761
  };
691
762
  export type GetConfigurationProductsPropertiesIntegrationsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsUiControl>;
692
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType: {
763
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type: {
693
764
  readonly Number: "number";
694
765
  };
695
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
766
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type>;
696
767
  export type PropertiesItems = {
697
- type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType;
768
+ type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type;
698
769
  description?: string | undefined;
699
770
  minimum?: number | undefined;
700
771
  exclusiveMinimum?: number | undefined;
@@ -873,17 +944,17 @@ export declare const UiControl: {
873
944
  readonly Input: "input";
874
945
  };
875
946
  export type UiControl = ClosedEnum<typeof UiControl>;
876
- export type AtBRANDAt513164 = {};
947
+ export type AtBRANDAt541612 = {};
877
948
  export type MinLength = {
878
- atBRANDAt513164: AtBRANDAt513164;
949
+ atBRANDAt541612: AtBRANDAt541612;
879
950
  };
880
- export type PropertiesAtBRANDAt513164 = {};
951
+ export type PropertiesAtBRANDAt541612 = {};
881
952
  export type MaxLength = {
882
- atBRANDAt513164: PropertiesAtBRANDAt513164;
953
+ atBRANDAt541612: PropertiesAtBRANDAt541612;
883
954
  };
884
- export type GetConfigurationProductsPropertiesAtBRANDAt513164 = {};
955
+ export type GetConfigurationProductsPropertiesAtBRANDAt541612 = {};
885
956
  export type Pattern = {
886
- atBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164;
957
+ atBRANDAt541612: GetConfigurationProductsPropertiesAtBRANDAt541612;
887
958
  };
888
959
  export declare const UiReadOnly3: {
889
960
  readonly Update: "update";
@@ -936,11 +1007,11 @@ export type Properties1 = {
936
1007
  uiFormattedValue?: UiFormattedValue | undefined;
937
1008
  uiPlaceholder?: string | undefined;
938
1009
  };
939
- export type Properties = Properties4 | Properties6 | Properties8 | Properties5 | Properties7 | Properties1 | Properties2 | Properties3 | Properties9;
1010
+ export type Properties = Properties4 | Properties6 | Properties8 | Properties5 | Properties7 | Properties1 | Properties2 | Properties3 | Properties9 | Properties10;
940
1011
  export type MetadataSchema = {
941
1012
  type: GetConfigurationProductsType;
942
1013
  properties: {
943
- [k: string]: Properties4 | Properties6 | Properties8 | Properties5 | Properties7 | Properties1 | Properties2 | Properties3 | Properties9;
1014
+ [k: string]: Properties4 | Properties6 | Properties8 | Properties5 | Properties7 | Properties1 | Properties2 | Properties3 | Properties9 | Properties10;
944
1015
  };
945
1016
  required?: Array<string> | undefined;
946
1017
  };
@@ -1664,30 +1735,30 @@ export declare namespace GetConfigurationProductsType$ {
1664
1735
  }>;
1665
1736
  }
1666
1737
  /** @internal */
1667
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, z.ZodTypeDef, unknown>;
1738
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612, z.ZodTypeDef, unknown>;
1668
1739
  /** @internal */
1669
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound = {};
1740
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound = {};
1670
1741
  /** @internal */
1671
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164>;
1742
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612>;
1672
1743
  /**
1673
1744
  * @internal
1674
1745
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1675
1746
  */
1676
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$ {
1677
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema` instead. */
1678
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, z.ZodTypeDef, unknown>;
1679
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema` instead. */
1680
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164>;
1681
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound` instead. */
1682
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
1747
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$ {
1748
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema` instead. */
1749
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612, z.ZodTypeDef, unknown>;
1750
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema` instead. */
1751
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612>;
1752
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound` instead. */
1753
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound;
1683
1754
  }
1684
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164): string;
1685
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, SDKValidationError>;
1755
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612): string;
1756
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612, SDKValidationError>;
1686
1757
  /** @internal */
1687
1758
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1688
1759
  /** @internal */
1689
1760
  export type PropertiesValue$Outbound = {
1690
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
1761
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound;
1691
1762
  };
1692
1763
  /** @internal */
1693
1764
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1830,14 +1901,462 @@ export declare namespace PropertiesHidden$ {
1830
1901
  export declare function propertiesHiddenToJSON(propertiesHidden: PropertiesHidden): string;
1831
1902
  export declare function propertiesHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesHidden, SDKValidationError>;
1832
1903
  /** @internal */
1833
- export declare const Properties9$inboundSchema: z.ZodType<Properties9, z.ZodTypeDef, unknown>;
1904
+ export declare const Properties10$inboundSchema: z.ZodType<Properties10, z.ZodTypeDef, unknown>;
1834
1905
  /** @internal */
1835
- export type Properties9$Outbound = {
1906
+ export type Properties10$Outbound = {
1836
1907
  value: PropertiesValue$Outbound;
1837
1908
  disabled?: GetConfigurationProductsDisabled2$Outbound | boolean | string | undefined;
1838
1909
  hidden?: GetConfigurationProductsHidden2$Outbound | boolean | string | undefined;
1839
1910
  };
1840
1911
  /** @internal */
1912
+ export declare const Properties10$outboundSchema: z.ZodType<Properties10$Outbound, z.ZodTypeDef, Properties10>;
1913
+ /**
1914
+ * @internal
1915
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1916
+ */
1917
+ export declare namespace Properties10$ {
1918
+ /** @deprecated use `Properties10$inboundSchema` instead. */
1919
+ const inboundSchema: z.ZodType<Properties10, z.ZodTypeDef, unknown>;
1920
+ /** @deprecated use `Properties10$outboundSchema` instead. */
1921
+ const outboundSchema: z.ZodType<Properties10$Outbound, z.ZodTypeDef, Properties10>;
1922
+ /** @deprecated use `Properties10$Outbound` instead. */
1923
+ type Outbound = Properties10$Outbound;
1924
+ }
1925
+ export declare function properties10ToJSON(properties10: Properties10): string;
1926
+ export declare function properties10FromJSON(jsonString: string): SafeParseResult<Properties10, SDKValidationError>;
1927
+ /** @internal */
1928
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
1929
+ /** @internal */
1930
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
1931
+ /**
1932
+ * @internal
1933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1934
+ */
1935
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ {
1936
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema` instead. */
1937
+ const inboundSchema: z.ZodNativeEnum<{
1938
+ readonly String: "string";
1939
+ }>;
1940
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema` instead. */
1941
+ const outboundSchema: z.ZodNativeEnum<{
1942
+ readonly String: "string";
1943
+ }>;
1944
+ }
1945
+ /** @internal */
1946
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
1947
+ /** @internal */
1948
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
1949
+ /**
1950
+ * @internal
1951
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1952
+ */
1953
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ {
1954
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema` instead. */
1955
+ const inboundSchema: z.ZodNativeEnum<{
1956
+ readonly Domain: "domain";
1957
+ }>;
1958
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema` instead. */
1959
+ const outboundSchema: z.ZodNativeEnum<{
1960
+ readonly Domain: "domain";
1961
+ }>;
1962
+ }
1963
+ /** @internal */
1964
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612, z.ZodTypeDef, unknown>;
1965
+ /** @internal */
1966
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound = {};
1967
+ /** @internal */
1968
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612>;
1969
+ /**
1970
+ * @internal
1971
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1972
+ */
1973
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$ {
1974
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema` instead. */
1975
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612, z.ZodTypeDef, unknown>;
1976
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema` instead. */
1977
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612>;
1978
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound` instead. */
1979
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound;
1980
+ }
1981
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612): string;
1982
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612, SDKValidationError>;
1983
+ /** @internal */
1984
+ export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
1985
+ /** @internal */
1986
+ export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
1987
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound;
1988
+ };
1989
+ /** @internal */
1990
+ export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
1991
+ /**
1992
+ * @internal
1993
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1994
+ */
1995
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength$ {
1996
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema` instead. */
1997
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
1998
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema` instead. */
1999
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
2000
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound` instead. */
2001
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound;
2002
+ }
2003
+ export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
2004
+ export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
2005
+ /** @internal */
2006
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
2007
+ /** @internal */
2008
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound = {};
2009
+ /** @internal */
2010
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612>;
2011
+ /**
2012
+ * @internal
2013
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2014
+ */
2015
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$ {
2016
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema` instead. */
2017
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
2018
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema` instead. */
2019
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612>;
2020
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound` instead. */
2021
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound;
2022
+ }
2023
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612): string;
2024
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612, SDKValidationError>;
2025
+ /** @internal */
2026
+ export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2027
+ /** @internal */
2028
+ export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
2029
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound;
2030
+ };
2031
+ /** @internal */
2032
+ export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
2033
+ /**
2034
+ * @internal
2035
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2036
+ */
2037
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength$ {
2038
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema` instead. */
2039
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2040
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema` instead. */
2041
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
2042
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound` instead. */
2043
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound;
2044
+ }
2045
+ export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
2046
+ export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
2047
+ /** @internal */
2048
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612, z.ZodTypeDef, unknown>;
2049
+ /** @internal */
2050
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound = {};
2051
+ /** @internal */
2052
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612>;
2053
+ /**
2054
+ * @internal
2055
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2056
+ */
2057
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$ {
2058
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema` instead. */
2059
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612, z.ZodTypeDef, unknown>;
2060
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema` instead. */
2061
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612>;
2062
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound` instead. */
2063
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound;
2064
+ }
2065
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612): string;
2066
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612, SDKValidationError>;
2067
+ /** @internal */
2068
+ export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2069
+ /** @internal */
2070
+ export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
2071
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound;
2072
+ };
2073
+ /** @internal */
2074
+ export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
2075
+ /**
2076
+ * @internal
2077
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2078
+ */
2079
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsPattern$ {
2080
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema` instead. */
2081
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2082
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema` instead. */
2083
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
2084
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$Outbound` instead. */
2085
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsPattern$Outbound;
2086
+ }
2087
+ export declare function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern: GetConfigurationProductsPropertiesIntegrationsPattern): string;
2088
+ export declare function getConfigurationProductsPropertiesIntegrationsPatternFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsPattern, SDKValidationError>;
2089
+ /** @internal */
2090
+ export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2091
+ /** @internal */
2092
+ export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2093
+ /**
2094
+ * @internal
2095
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2096
+ */
2097
+ export declare namespace GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ {
2098
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
2099
+ const inboundSchema: z.ZodNativeEnum<{
2100
+ readonly Update: "update";
2101
+ readonly Create: "create";
2102
+ }>;
2103
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
2104
+ const outboundSchema: z.ZodNativeEnum<{
2105
+ readonly Update: "update";
2106
+ readonly Create: "create";
2107
+ }>;
2108
+ }
2109
+ /** @internal */
2110
+ export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2111
+ /** @internal */
2112
+ export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound = {
2113
+ expr: string;
2114
+ };
2115
+ /** @internal */
2116
+ export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2117
+ /**
2118
+ * @internal
2119
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2120
+ */
2121
+ export declare namespace GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ {
2122
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
2123
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2124
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
2125
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2126
+ /** @deprecated use `GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound` instead. */
2127
+ type Outbound = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound;
2128
+ }
2129
+ export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2: GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2): string;
2130
+ export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, SDKValidationError>;
2131
+ /** @internal */
2132
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly, z.ZodTypeDef, unknown>;
2133
+ /** @internal */
2134
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$Outbound = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string;
2135
+ /** @internal */
2136
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly>;
2137
+ /**
2138
+ * @internal
2139
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2140
+ */
2141
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$ {
2142
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema` instead. */
2143
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly, z.ZodTypeDef, unknown>;
2144
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema` instead. */
2145
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly>;
2146
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$Outbound` instead. */
2147
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$Outbound;
2148
+ }
2149
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnlyToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly): string;
2150
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly, SDKValidationError>;
2151
+ /** @internal */
2152
+ export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2153
+ /** @internal */
2154
+ export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2155
+ /**
2156
+ * @internal
2157
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2158
+ */
2159
+ export declare namespace GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ {
2160
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
2161
+ const inboundSchema: z.ZodNativeEnum<{
2162
+ readonly Update: "update";
2163
+ readonly Create: "create";
2164
+ }>;
2165
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
2166
+ const outboundSchema: z.ZodNativeEnum<{
2167
+ readonly Update: "update";
2168
+ readonly Create: "create";
2169
+ }>;
2170
+ }
2171
+ /** @internal */
2172
+ export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2173
+ /** @internal */
2174
+ export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound = {
2175
+ expr: string;
2176
+ };
2177
+ /** @internal */
2178
+ export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2179
+ /**
2180
+ * @internal
2181
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2182
+ */
2183
+ export declare namespace GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ {
2184
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
2185
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2186
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
2187
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2188
+ /** @deprecated use `GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound` instead. */
2189
+ type Outbound = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound;
2190
+ }
2191
+ export declare function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2: GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2): string;
2192
+ export declare function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, SDKValidationError>;
2193
+ /** @internal */
2194
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden, z.ZodTypeDef, unknown>;
2195
+ /** @internal */
2196
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$Outbound = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string;
2197
+ /** @internal */
2198
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden>;
2199
+ /**
2200
+ * @internal
2201
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2202
+ */
2203
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$ {
2204
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema` instead. */
2205
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden, z.ZodTypeDef, unknown>;
2206
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema` instead. */
2207
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden>;
2208
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$Outbound` instead. */
2209
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$Outbound;
2210
+ }
2211
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHiddenToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden): string;
2212
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden, SDKValidationError>;
2213
+ /** @internal */
2214
+ export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2215
+ /** @internal */
2216
+ export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3>;
2217
+ /**
2218
+ * @internal
2219
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2220
+ */
2221
+ export declare namespace GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$ {
2222
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema` instead. */
2223
+ const inboundSchema: z.ZodNativeEnum<{
2224
+ readonly Update: "update";
2225
+ readonly Create: "create";
2226
+ }>;
2227
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema` instead. */
2228
+ const outboundSchema: z.ZodNativeEnum<{
2229
+ readonly Update: "update";
2230
+ readonly Create: "create";
2231
+ }>;
2232
+ }
2233
+ /** @internal */
2234
+ export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2235
+ /** @internal */
2236
+ export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound = {
2237
+ expr: string;
2238
+ };
2239
+ /** @internal */
2240
+ export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2241
+ /**
2242
+ * @internal
2243
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2244
+ */
2245
+ export declare namespace GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ {
2246
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
2247
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2248
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
2249
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2250
+ /** @deprecated use `GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound` instead. */
2251
+ type Outbound = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound;
2252
+ }
2253
+ export declare function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2: GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2): string;
2254
+ export declare function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, SDKValidationError>;
2255
+ /** @internal */
2256
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled, z.ZodTypeDef, unknown>;
2257
+ /** @internal */
2258
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$Outbound = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string;
2259
+ /** @internal */
2260
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled>;
2261
+ /**
2262
+ * @internal
2263
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2264
+ */
2265
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$ {
2266
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema` instead. */
2267
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled, z.ZodTypeDef, unknown>;
2268
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema` instead. */
2269
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled>;
2270
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$Outbound` instead. */
2271
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$Outbound;
2272
+ }
2273
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabledToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled): string;
2274
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled, SDKValidationError>;
2275
+ /** @internal */
2276
+ export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2277
+ /** @internal */
2278
+ export type GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound = {
2279
+ expr: string;
2280
+ };
2281
+ /** @internal */
2282
+ export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2283
+ /**
2284
+ * @internal
2285
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2286
+ */
2287
+ export declare namespace GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$ {
2288
+ /** @deprecated use `GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema` instead. */
2289
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, z.ZodTypeDef, unknown>;
2290
+ /** @deprecated use `GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema` instead. */
2291
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2>;
2292
+ /** @deprecated use `GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound` instead. */
2293
+ type Outbound = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound;
2294
+ }
2295
+ export declare function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2ToJSON(getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2): string;
2296
+ export declare function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2, SDKValidationError>;
2297
+ /** @internal */
2298
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription, z.ZodTypeDef, unknown>;
2299
+ /** @internal */
2300
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$Outbound = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | string;
2301
+ /** @internal */
2302
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription>;
2303
+ /**
2304
+ * @internal
2305
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2306
+ */
2307
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$ {
2308
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema` instead. */
2309
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription, z.ZodTypeDef, unknown>;
2310
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema` instead. */
2311
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription>;
2312
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$Outbound` instead. */
2313
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$Outbound;
2314
+ }
2315
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescriptionToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription): string;
2316
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription, SDKValidationError>;
2317
+ /** @internal */
2318
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue, z.ZodTypeDef, unknown>;
2319
+ /** @internal */
2320
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound = {
2321
+ expr: string;
2322
+ };
2323
+ /** @internal */
2324
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue>;
2325
+ /**
2326
+ * @internal
2327
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2328
+ */
2329
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$ {
2330
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema` instead. */
2331
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue, z.ZodTypeDef, unknown>;
2332
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema` instead. */
2333
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue>;
2334
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound` instead. */
2335
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound;
2336
+ }
2337
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue): string;
2338
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue, SDKValidationError>;
2339
+ /** @internal */
2340
+ export declare const Properties9$inboundSchema: z.ZodType<Properties9, z.ZodTypeDef, unknown>;
2341
+ /** @internal */
2342
+ export type Properties9$Outbound = {
2343
+ type: string;
2344
+ "ui:control": string;
2345
+ description?: string | undefined;
2346
+ minLength?: GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound | undefined;
2347
+ maxLength?: GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound | undefined;
2348
+ pattern?: GetConfigurationProductsPropertiesIntegrationsPattern$Outbound | undefined;
2349
+ default?: string | undefined;
2350
+ enum?: Array<string> | undefined;
2351
+ "ui:label"?: string | undefined;
2352
+ "ui:read-only"?: GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string | undefined;
2353
+ "ui:hidden"?: GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string | undefined;
2354
+ "ui:disabled"?: GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | boolean | string | undefined;
2355
+ "ui:description"?: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$Outbound | string | undefined;
2356
+ "ui:formatted-value"?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$Outbound | undefined;
2357
+ "ui:placeholder"?: string | undefined;
2358
+ };
2359
+ /** @internal */
1841
2360
  export declare const Properties9$outboundSchema: z.ZodType<Properties9$Outbound, z.ZodTypeDef, Properties9>;
1842
2361
  /**
1843
2362
  * @internal
@@ -1908,30 +2427,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
1908
2427
  }>;
1909
2428
  }
1910
2429
  /** @internal */
1911
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
2430
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
1912
2431
  /** @internal */
1913
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound = {};
2432
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound = {};
1914
2433
  /** @internal */
1915
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164>;
2434
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612>;
1916
2435
  /**
1917
2436
  * @internal
1918
2437
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1919
2438
  */
1920
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$ {
1921
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
1922
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
1923
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
1924
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164>;
1925
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
1926
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
2439
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$ {
2440
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
2441
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
2442
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
2443
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612>;
2444
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound` instead. */
2445
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound;
1927
2446
  }
1928
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164): string;
1929
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
2447
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612): string;
2448
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612, SDKValidationError>;
1930
2449
  /** @internal */
1931
2450
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1932
2451
  /** @internal */
1933
2452
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
1934
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
2453
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound;
1935
2454
  };
1936
2455
  /** @internal */
1937
2456
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
@@ -1950,30 +2469,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1950
2469
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
1951
2470
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1952
2471
  /** @internal */
1953
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2472
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612, z.ZodTypeDef, unknown>;
1954
2473
  /** @internal */
1955
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound = {};
2474
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound = {};
1956
2475
  /** @internal */
1957
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164>;
2476
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612>;
1958
2477
  /**
1959
2478
  * @internal
1960
2479
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1961
2480
  */
1962
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$ {
1963
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema` instead. */
1964
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
1965
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema` instead. */
1966
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164>;
1967
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound` instead. */
1968
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
2481
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$ {
2482
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema` instead. */
2483
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612, z.ZodTypeDef, unknown>;
2484
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema` instead. */
2485
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612>;
2486
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound` instead. */
2487
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound;
1969
2488
  }
1970
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164): string;
1971
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, SDKValidationError>;
2489
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612): string;
2490
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612, SDKValidationError>;
1972
2491
  /** @internal */
1973
2492
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1974
2493
  /** @internal */
1975
2494
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
1976
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
2495
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound;
1977
2496
  };
1978
2497
  /** @internal */
1979
2498
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
@@ -1992,30 +2511,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1992
2511
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
1993
2512
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1994
2513
  /** @internal */
1995
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, z.ZodTypeDef, unknown>;
2514
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612, z.ZodTypeDef, unknown>;
1996
2515
  /** @internal */
1997
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound = {};
2516
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound = {};
1998
2517
  /** @internal */
1999
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164>;
2518
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612>;
2000
2519
  /**
2001
2520
  * @internal
2002
2521
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2003
2522
  */
2004
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$ {
2005
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema` instead. */
2006
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, z.ZodTypeDef, unknown>;
2007
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema` instead. */
2008
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164>;
2009
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound` instead. */
2010
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
2523
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$ {
2524
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema` instead. */
2525
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612, z.ZodTypeDef, unknown>;
2526
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema` instead. */
2527
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612>;
2528
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound` instead. */
2529
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound;
2011
2530
  }
2012
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164): string;
2013
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, SDKValidationError>;
2531
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612): string;
2532
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612, SDKValidationError>;
2014
2533
  /** @internal */
2015
2534
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2016
2535
  /** @internal */
2017
2536
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
2018
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
2537
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound;
2019
2538
  };
2020
2539
  /** @internal */
2021
2540
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -2062,30 +2581,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
2062
2581
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
2063
2582
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
2064
2583
  /** @internal */
2065
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
2584
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612, z.ZodTypeDef, unknown>;
2066
2585
  /** @internal */
2067
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound = {};
2586
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound = {};
2068
2587
  /** @internal */
2069
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164>;
2588
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612>;
2070
2589
  /**
2071
2590
  * @internal
2072
2591
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2073
2592
  */
2074
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$ {
2075
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
2076
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
2077
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
2078
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164>;
2079
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
2080
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
2593
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$ {
2594
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
2595
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612, z.ZodTypeDef, unknown>;
2596
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
2597
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612>;
2598
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound` instead. */
2599
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound;
2081
2600
  }
2082
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164): string;
2083
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
2601
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612): string;
2602
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612, SDKValidationError>;
2084
2603
  /** @internal */
2085
2604
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
2086
2605
  /** @internal */
2087
2606
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
2088
- "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
2607
+ "__@BRAND@541612": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound;
2089
2608
  };
2090
2609
  /** @internal */
2091
2610
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -2252,30 +2771,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
2252
2771
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
2253
2772
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
2254
2773
  /** @internal */
2255
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2774
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt541612, z.ZodTypeDef, unknown>;
2256
2775
  /** @internal */
2257
- export type GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound = {};
2776
+ export type GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound = {};
2258
2777
  /** @internal */
2259
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt513164>;
2778
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt541612>;
2260
2779
  /**
2261
2780
  * @internal
2262
2781
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2263
2782
  */
2264
- export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt513164$ {
2265
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema` instead. */
2266
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2267
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema` instead. */
2268
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt513164>;
2269
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound` instead. */
2270
- type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
2783
+ export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt541612$ {
2784
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema` instead. */
2785
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt541612, z.ZodTypeDef, unknown>;
2786
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema` instead. */
2787
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt541612>;
2788
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound` instead. */
2789
+ type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound;
2271
2790
  }
2272
- export declare function getConfigurationProductsUiOptionsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsAtBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164): string;
2273
- export declare function getConfigurationProductsUiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt513164, SDKValidationError>;
2791
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsAtBRANDAt541612: GetConfigurationProductsUiOptionsAtBRANDAt541612): string;
2792
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt541612, SDKValidationError>;
2274
2793
  /** @internal */
2275
2794
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
2276
2795
  /** @internal */
2277
2796
  export type GetConfigurationProductsUiOptions2$Outbound = {
2278
- "__@BRAND@513164": GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
2797
+ "__@BRAND@541612": GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound;
2279
2798
  };
2280
2799
  /** @internal */
2281
2800
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -2713,30 +3232,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2713
3232
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
2714
3233
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
2715
3234
  /** @internal */
2716
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, z.ZodTypeDef, unknown>;
3235
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612, z.ZodTypeDef, unknown>;
2717
3236
  /** @internal */
2718
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound = {};
3237
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound = {};
2719
3238
  /** @internal */
2720
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164>;
3239
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612>;
2721
3240
  /**
2722
3241
  * @internal
2723
3242
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2724
3243
  */
2725
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$ {
2726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema` instead. */
2727
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, z.ZodTypeDef, unknown>;
2728
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema` instead. */
2729
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164>;
2730
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound` instead. */
2731
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
3244
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$ {
3245
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema` instead. */
3246
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612, z.ZodTypeDef, unknown>;
3247
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema` instead. */
3248
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612>;
3249
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound` instead. */
3250
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound;
2732
3251
  }
2733
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164): string;
2734
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, SDKValidationError>;
3252
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612): string;
3253
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612, SDKValidationError>;
2735
3254
  /** @internal */
2736
3255
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
2737
3256
  /** @internal */
2738
3257
  export type Default$Outbound = {
2739
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
3258
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound;
2740
3259
  };
2741
3260
  /** @internal */
2742
3261
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
@@ -2755,30 +3274,30 @@ export declare namespace Default$ {
2755
3274
  export declare function defaultToJSON(value: Default): string;
2756
3275
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
2757
3276
  /** @internal */
2758
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, z.ZodTypeDef, unknown>;
3277
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612, z.ZodTypeDef, unknown>;
2759
3278
  /** @internal */
2760
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound = {};
3279
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound = {};
2761
3280
  /** @internal */
2762
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164>;
3281
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612>;
2763
3282
  /**
2764
3283
  * @internal
2765
3284
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2766
3285
  */
2767
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$ {
2768
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema` instead. */
2769
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, z.ZodTypeDef, unknown>;
2770
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema` instead. */
2771
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164>;
2772
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound` instead. */
2773
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
3286
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$ {
3287
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema` instead. */
3288
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612, z.ZodTypeDef, unknown>;
3289
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema` instead. */
3290
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612>;
3291
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound` instead. */
3292
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound;
2774
3293
  }
2775
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164): string;
2776
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, SDKValidationError>;
3294
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612): string;
3295
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612, SDKValidationError>;
2777
3296
  /** @internal */
2778
3297
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
2779
3298
  /** @internal */
2780
3299
  export type Example$Outbound = {
2781
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
3300
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound;
2782
3301
  };
2783
3302
  /** @internal */
2784
3303
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -2870,30 +3389,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2870
3389
  }>;
2871
3390
  }
2872
3391
  /** @internal */
2873
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3392
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612, z.ZodTypeDef, unknown>;
2874
3393
  /** @internal */
2875
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound = {};
3394
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound = {};
2876
3395
  /** @internal */
2877
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164>;
3396
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612>;
2878
3397
  /**
2879
3398
  * @internal
2880
3399
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2881
3400
  */
2882
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$ {
2883
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema` instead. */
2884
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2885
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema` instead. */
2886
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164>;
2887
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound` instead. */
2888
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
3401
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$ {
3402
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema` instead. */
3403
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3404
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema` instead. */
3405
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612>;
3406
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound` instead. */
3407
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound;
2889
3408
  }
2890
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164): string;
2891
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, SDKValidationError>;
3409
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612): string;
3410
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612, SDKValidationError>;
2892
3411
  /** @internal */
2893
3412
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
2894
3413
  /** @internal */
2895
3414
  export type UiOptionsValue$Outbound = {
2896
- "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
3415
+ "__@BRAND@541612": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound;
2897
3416
  };
2898
3417
  /** @internal */
2899
3418
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -3060,30 +3579,30 @@ export declare namespace UiOptions3$ {
3060
3579
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
3061
3580
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
3062
3581
  /** @internal */
3063
- export declare const UiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<UiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3582
+ export declare const UiOptionsAtBRANDAt541612$inboundSchema: z.ZodType<UiOptionsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3064
3583
  /** @internal */
3065
- export type UiOptionsAtBRANDAt513164$Outbound = {};
3584
+ export type UiOptionsAtBRANDAt541612$Outbound = {};
3066
3585
  /** @internal */
3067
- export declare const UiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<UiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt513164>;
3586
+ export declare const UiOptionsAtBRANDAt541612$outboundSchema: z.ZodType<UiOptionsAtBRANDAt541612$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt541612>;
3068
3587
  /**
3069
3588
  * @internal
3070
3589
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3071
3590
  */
3072
- export declare namespace UiOptionsAtBRANDAt513164$ {
3073
- /** @deprecated use `UiOptionsAtBRANDAt513164$inboundSchema` instead. */
3074
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3075
- /** @deprecated use `UiOptionsAtBRANDAt513164$outboundSchema` instead. */
3076
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt513164>;
3077
- /** @deprecated use `UiOptionsAtBRANDAt513164$Outbound` instead. */
3078
- type Outbound = UiOptionsAtBRANDAt513164$Outbound;
3591
+ export declare namespace UiOptionsAtBRANDAt541612$ {
3592
+ /** @deprecated use `UiOptionsAtBRANDAt541612$inboundSchema` instead. */
3593
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3594
+ /** @deprecated use `UiOptionsAtBRANDAt541612$outboundSchema` instead. */
3595
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt541612$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt541612>;
3596
+ /** @deprecated use `UiOptionsAtBRANDAt541612$Outbound` instead. */
3597
+ type Outbound = UiOptionsAtBRANDAt541612$Outbound;
3079
3598
  }
3080
- export declare function uiOptionsAtBRANDAt513164ToJSON(uiOptionsAtBRANDAt513164: UiOptionsAtBRANDAt513164): string;
3081
- export declare function uiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt513164, SDKValidationError>;
3599
+ export declare function uiOptionsAtBRANDAt541612ToJSON(uiOptionsAtBRANDAt541612: UiOptionsAtBRANDAt541612): string;
3600
+ export declare function uiOptionsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt541612, SDKValidationError>;
3082
3601
  /** @internal */
3083
3602
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
3084
3603
  /** @internal */
3085
3604
  export type UiOptions2$Outbound = {
3086
- "__@BRAND@513164": UiOptionsAtBRANDAt513164$Outbound;
3605
+ "__@BRAND@541612": UiOptionsAtBRANDAt541612$Outbound;
3087
3606
  };
3088
3607
  /** @internal */
3089
3608
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -3271,30 +3790,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
3271
3790
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
3272
3791
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
3273
3792
  /** @internal */
3274
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, z.ZodTypeDef, unknown>;
3793
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612, z.ZodTypeDef, unknown>;
3275
3794
  /** @internal */
3276
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound = {};
3795
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound = {};
3277
3796
  /** @internal */
3278
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164>;
3797
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612>;
3279
3798
  /**
3280
3799
  * @internal
3281
3800
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3282
3801
  */
3283
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$ {
3284
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema` instead. */
3285
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, z.ZodTypeDef, unknown>;
3286
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema` instead. */
3287
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164>;
3288
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound` instead. */
3289
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
3802
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$ {
3803
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema` instead. */
3804
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612, z.ZodTypeDef, unknown>;
3805
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema` instead. */
3806
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612>;
3807
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound` instead. */
3808
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound;
3290
3809
  }
3291
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164): string;
3292
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, SDKValidationError>;
3810
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612): string;
3811
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612, SDKValidationError>;
3293
3812
  /** @internal */
3294
3813
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
3295
3814
  /** @internal */
3296
3815
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
3297
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
3816
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound;
3298
3817
  };
3299
3818
  /** @internal */
3300
3819
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
@@ -3313,30 +3832,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
3313
3832
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
3314
3833
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
3315
3834
  /** @internal */
3316
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, z.ZodTypeDef, unknown>;
3835
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612, z.ZodTypeDef, unknown>;
3317
3836
  /** @internal */
3318
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound = {};
3837
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound = {};
3319
3838
  /** @internal */
3320
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164>;
3839
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612>;
3321
3840
  /**
3322
3841
  * @internal
3323
3842
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3324
3843
  */
3325
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$ {
3326
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema` instead. */
3327
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, z.ZodTypeDef, unknown>;
3328
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema` instead. */
3329
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164>;
3330
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound` instead. */
3331
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
3844
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$ {
3845
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema` instead. */
3846
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612, z.ZodTypeDef, unknown>;
3847
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema` instead. */
3848
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612>;
3849
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound` instead. */
3850
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound;
3332
3851
  }
3333
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164): string;
3334
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, SDKValidationError>;
3852
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612): string;
3853
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612, SDKValidationError>;
3335
3854
  /** @internal */
3336
3855
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
3337
3856
  /** @internal */
3338
3857
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
3339
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
3858
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound;
3340
3859
  };
3341
3860
  /** @internal */
3342
3861
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
@@ -3355,30 +3874,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
3355
3874
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
3356
3875
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
3357
3876
  /** @internal */
3358
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3877
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3359
3878
  /** @internal */
3360
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound = {};
3879
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound = {};
3361
3880
  /** @internal */
3362
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164>;
3881
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612>;
3363
3882
  /**
3364
3883
  * @internal
3365
3884
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3366
3885
  */
3367
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$ {
3368
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema` instead. */
3369
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3370
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema` instead. */
3371
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164>;
3372
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound` instead. */
3373
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
3886
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$ {
3887
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema` instead. */
3888
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3889
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema` instead. */
3890
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612>;
3891
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound` instead. */
3892
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound;
3374
3893
  }
3375
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164): string;
3376
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, SDKValidationError>;
3894
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612): string;
3895
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612, SDKValidationError>;
3377
3896
  /** @internal */
3378
3897
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
3379
3898
  /** @internal */
3380
3899
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
3381
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
3900
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound;
3382
3901
  };
3383
3902
  /** @internal */
3384
3903
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -3738,140 +4257,140 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3738
4257
  }>;
3739
4258
  }
3740
4259
  /** @internal */
3741
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
4260
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
3742
4261
  /** @internal */
3743
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound = {};
4262
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound = {};
3744
4263
  /** @internal */
3745
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164>;
4264
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612>;
3746
4265
  /**
3747
4266
  * @internal
3748
4267
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3749
4268
  */
3750
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$ {
3751
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
3752
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
3753
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
3754
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164>;
3755
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
3756
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
4269
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$ {
4270
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
4271
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612, z.ZodTypeDef, unknown>;
4272
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
4273
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612>;
4274
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound` instead. */
4275
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound;
3757
4276
  }
3758
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164): string;
3759
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
4277
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612): string;
4278
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612, SDKValidationError>;
3760
4279
  /** @internal */
3761
- export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
4280
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
3762
4281
  /** @internal */
3763
- export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3764
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
4282
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound = {
4283
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound;
3765
4284
  };
3766
4285
  /** @internal */
3767
- export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
4286
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength>;
3768
4287
  /**
3769
4288
  * @internal
3770
4289
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3771
4290
  */
3772
- export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength$ {
3773
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema` instead. */
3774
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3775
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema` instead. */
3776
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
3777
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound` instead. */
3778
- type Outbound = GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound;
4291
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$ {
4292
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
4293
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
4294
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
4295
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength>;
4296
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
4297
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound;
3779
4298
  }
3780
- export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
3781
- export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
4299
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength): string;
4300
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
3782
4301
  /** @internal */
3783
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, z.ZodTypeDef, unknown>;
4302
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612, z.ZodTypeDef, unknown>;
3784
4303
  /** @internal */
3785
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound = {};
4304
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound = {};
3786
4305
  /** @internal */
3787
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164>;
4306
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612>;
3788
4307
  /**
3789
4308
  * @internal
3790
4309
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3791
4310
  */
3792
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$ {
3793
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema` instead. */
3794
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, z.ZodTypeDef, unknown>;
3795
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema` instead. */
3796
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164>;
3797
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound` instead. */
3798
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
4311
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$ {
4312
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema` instead. */
4313
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612, z.ZodTypeDef, unknown>;
4314
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema` instead. */
4315
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612>;
4316
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound` instead. */
4317
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound;
3799
4318
  }
3800
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164): string;
3801
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, SDKValidationError>;
4319
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612): string;
4320
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612, SDKValidationError>;
3802
4321
  /** @internal */
3803
- export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
4322
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
3804
4323
  /** @internal */
3805
- export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3806
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
4324
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound = {
4325
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound;
3807
4326
  };
3808
4327
  /** @internal */
3809
- export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
4328
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength>;
3810
4329
  /**
3811
4330
  * @internal
3812
4331
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3813
4332
  */
3814
- export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength$ {
3815
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema` instead. */
3816
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3817
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema` instead. */
3818
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
3819
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound` instead. */
3820
- type Outbound = GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound;
4333
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$ {
4334
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
4335
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
4336
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
4337
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength>;
4338
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
4339
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound;
3821
4340
  }
3822
- export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
3823
- export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
4341
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength): string;
4342
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
3824
4343
  /** @internal */
3825
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
4344
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612, z.ZodTypeDef, unknown>;
3826
4345
  /** @internal */
3827
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound = {};
4346
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound = {};
3828
4347
  /** @internal */
3829
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164>;
4348
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612>;
3830
4349
  /**
3831
4350
  * @internal
3832
4351
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3833
4352
  */
3834
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$ {
3835
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema` instead. */
3836
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3837
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema` instead. */
3838
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164>;
3839
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound` instead. */
3840
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
4353
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$ {
4354
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema` instead. */
4355
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612, z.ZodTypeDef, unknown>;
4356
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema` instead. */
4357
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612>;
4358
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound` instead. */
4359
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound;
3841
4360
  }
3842
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164): string;
3843
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, SDKValidationError>;
4361
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612): string;
4362
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612, SDKValidationError>;
3844
4363
  /** @internal */
3845
- export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
4364
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
3846
4365
  /** @internal */
3847
- export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
3848
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
4366
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound = {
4367
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound;
3849
4368
  };
3850
4369
  /** @internal */
3851
- export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
4370
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern>;
3852
4371
  /**
3853
4372
  * @internal
3854
4373
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3855
4374
  */
3856
- export declare namespace GetConfigurationProductsPropertiesIntegrationsPattern$ {
3857
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema` instead. */
3858
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3859
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema` instead. */
3860
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
3861
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsPattern$Outbound` instead. */
3862
- type Outbound = GetConfigurationProductsPropertiesIntegrationsPattern$Outbound;
4375
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ {
4376
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
4377
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
4378
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
4379
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern>;
4380
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
4381
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound;
3863
4382
  }
3864
- export declare function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern: GetConfigurationProductsPropertiesIntegrationsPattern): string;
3865
- export declare function getConfigurationProductsPropertiesIntegrationsPatternFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsPattern, SDKValidationError>;
4383
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200PatternToJSON(getConfigurationProductsPropertiesIntegrationsResponse200Pattern: GetConfigurationProductsPropertiesIntegrationsResponse200Pattern): string;
4384
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200PatternFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, SDKValidationError>;
3866
4385
  /** @internal */
3867
4386
  export declare const GetConfigurationProductsPropertiesItems$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesItems, z.ZodTypeDef, unknown>;
3868
4387
  /** @internal */
3869
4388
  export type GetConfigurationProductsPropertiesItems$Outbound = {
3870
4389
  type: string;
3871
4390
  description?: string | undefined;
3872
- minLength?: GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound | undefined;
3873
- maxLength?: GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound | undefined;
3874
- pattern?: GetConfigurationProductsPropertiesIntegrationsPattern$Outbound | undefined;
4391
+ minLength?: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound | undefined;
4392
+ maxLength?: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound | undefined;
4393
+ pattern?: GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound | undefined;
3875
4394
  default?: string | undefined;
3876
4395
  enum?: Array<string> | undefined;
3877
4396
  };
@@ -4513,30 +5032,30 @@ export declare namespace UiOptions$ {
4513
5032
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
4514
5033
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
4515
5034
  /** @internal */
4516
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
5035
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612, z.ZodTypeDef, unknown>;
4517
5036
  /** @internal */
4518
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound = {};
5037
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound = {};
4519
5038
  /** @internal */
4520
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164>;
5039
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612>;
4521
5040
  /**
4522
5041
  * @internal
4523
5042
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4524
5043
  */
4525
- export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$ {
4526
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema` instead. */
4527
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
4528
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema` instead. */
4529
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164>;
4530
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound` instead. */
4531
- type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
5044
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$ {
5045
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema` instead. */
5046
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612, z.ZodTypeDef, unknown>;
5047
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema` instead. */
5048
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612>;
5049
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound` instead. */
5050
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound;
4532
5051
  }
4533
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164): string;
4534
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, SDKValidationError>;
5052
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612): string;
5053
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612, SDKValidationError>;
4535
5054
  /** @internal */
4536
5055
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
4537
5056
  /** @internal */
4538
5057
  export type PropertiesMinLength$Outbound = {
4539
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
5058
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound;
4540
5059
  };
4541
5060
  /** @internal */
4542
5061
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
@@ -4555,30 +5074,30 @@ export declare namespace PropertiesMinLength$ {
4555
5074
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
4556
5075
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
4557
5076
  /** @internal */
4558
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
5077
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612, z.ZodTypeDef, unknown>;
4559
5078
  /** @internal */
4560
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound = {};
5079
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound = {};
4561
5080
  /** @internal */
4562
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164>;
5081
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612>;
4563
5082
  /**
4564
5083
  * @internal
4565
5084
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4566
5085
  */
4567
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$ {
4568
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
4569
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
4570
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
4571
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164>;
4572
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
4573
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
5086
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$ {
5087
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
5088
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612, z.ZodTypeDef, unknown>;
5089
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
5090
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612>;
5091
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound` instead. */
5092
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound;
4574
5093
  }
4575
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164): string;
4576
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
5094
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612): string;
5095
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612, SDKValidationError>;
4577
5096
  /** @internal */
4578
5097
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
4579
5098
  /** @internal */
4580
5099
  export type PropertiesMaxLength$Outbound = {
4581
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
5100
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound;
4582
5101
  };
4583
5102
  /** @internal */
4584
5103
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
@@ -4597,30 +5116,30 @@ export declare namespace PropertiesMaxLength$ {
4597
5116
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
4598
5117
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
4599
5118
  /** @internal */
4600
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, z.ZodTypeDef, unknown>;
5119
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612, z.ZodTypeDef, unknown>;
4601
5120
  /** @internal */
4602
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound = {};
5121
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound = {};
4603
5122
  /** @internal */
4604
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164>;
5123
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612>;
4605
5124
  /**
4606
5125
  * @internal
4607
5126
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4608
5127
  */
4609
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$ {
4610
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema` instead. */
4611
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, z.ZodTypeDef, unknown>;
4612
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema` instead. */
4613
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164>;
4614
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound` instead. */
4615
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
5128
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$ {
5129
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema` instead. */
5130
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612, z.ZodTypeDef, unknown>;
5131
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema` instead. */
5132
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612>;
5133
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound` instead. */
5134
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound;
4616
5135
  }
4617
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164): string;
4618
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, SDKValidationError>;
5136
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612): string;
5137
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612, SDKValidationError>;
4619
5138
  /** @internal */
4620
5139
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
4621
5140
  /** @internal */
4622
5141
  export type PropertiesPattern$Outbound = {
4623
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
5142
+ "__@BRAND@541612": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound;
4624
5143
  };
4625
5144
  /** @internal */
4626
5145
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -4962,19 +5481,19 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsUiControl
4962
5481
  }>;
4963
5482
  }
4964
5483
  /** @internal */
4965
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
5484
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type>;
4966
5485
  /** @internal */
4967
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType>;
5486
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type>;
4968
5487
  /**
4969
5488
  * @internal
4970
5489
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4971
5490
  */
4972
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$ {
4973
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema` instead. */
5491
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$ {
5492
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema` instead. */
4974
5493
  const inboundSchema: z.ZodNativeEnum<{
4975
5494
  readonly Number: "number";
4976
5495
  }>;
4977
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema` instead. */
5496
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema` instead. */
4978
5497
  const outboundSchema: z.ZodNativeEnum<{
4979
5498
  readonly Number: "number";
4980
5499
  }>;
@@ -5968,30 +6487,30 @@ export declare namespace UiControl$ {
5968
6487
  }>;
5969
6488
  }
5970
6489
  /** @internal */
5971
- export declare const AtBRANDAt513164$inboundSchema: z.ZodType<AtBRANDAt513164, z.ZodTypeDef, unknown>;
6490
+ export declare const AtBRANDAt541612$inboundSchema: z.ZodType<AtBRANDAt541612, z.ZodTypeDef, unknown>;
5972
6491
  /** @internal */
5973
- export type AtBRANDAt513164$Outbound = {};
6492
+ export type AtBRANDAt541612$Outbound = {};
5974
6493
  /** @internal */
5975
- export declare const AtBRANDAt513164$outboundSchema: z.ZodType<AtBRANDAt513164$Outbound, z.ZodTypeDef, AtBRANDAt513164>;
6494
+ export declare const AtBRANDAt541612$outboundSchema: z.ZodType<AtBRANDAt541612$Outbound, z.ZodTypeDef, AtBRANDAt541612>;
5976
6495
  /**
5977
6496
  * @internal
5978
6497
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5979
6498
  */
5980
- export declare namespace AtBRANDAt513164$ {
5981
- /** @deprecated use `AtBRANDAt513164$inboundSchema` instead. */
5982
- const inboundSchema: z.ZodType<AtBRANDAt513164, z.ZodTypeDef, unknown>;
5983
- /** @deprecated use `AtBRANDAt513164$outboundSchema` instead. */
5984
- const outboundSchema: z.ZodType<AtBRANDAt513164$Outbound, z.ZodTypeDef, AtBRANDAt513164>;
5985
- /** @deprecated use `AtBRANDAt513164$Outbound` instead. */
5986
- type Outbound = AtBRANDAt513164$Outbound;
6499
+ export declare namespace AtBRANDAt541612$ {
6500
+ /** @deprecated use `AtBRANDAt541612$inboundSchema` instead. */
6501
+ const inboundSchema: z.ZodType<AtBRANDAt541612, z.ZodTypeDef, unknown>;
6502
+ /** @deprecated use `AtBRANDAt541612$outboundSchema` instead. */
6503
+ const outboundSchema: z.ZodType<AtBRANDAt541612$Outbound, z.ZodTypeDef, AtBRANDAt541612>;
6504
+ /** @deprecated use `AtBRANDAt541612$Outbound` instead. */
6505
+ type Outbound = AtBRANDAt541612$Outbound;
5987
6506
  }
5988
- export declare function atBRANDAt513164ToJSON(atBRANDAt513164: AtBRANDAt513164): string;
5989
- export declare function atBRANDAt513164FromJSON(jsonString: string): SafeParseResult<AtBRANDAt513164, SDKValidationError>;
6507
+ export declare function atBRANDAt541612ToJSON(atBRANDAt541612: AtBRANDAt541612): string;
6508
+ export declare function atBRANDAt541612FromJSON(jsonString: string): SafeParseResult<AtBRANDAt541612, SDKValidationError>;
5990
6509
  /** @internal */
5991
6510
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
5992
6511
  /** @internal */
5993
6512
  export type MinLength$Outbound = {
5994
- "__@BRAND@513164": AtBRANDAt513164$Outbound;
6513
+ "__@BRAND@541612": AtBRANDAt541612$Outbound;
5995
6514
  };
5996
6515
  /** @internal */
5997
6516
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
@@ -6010,30 +6529,30 @@ export declare namespace MinLength$ {
6010
6529
  export declare function minLengthToJSON(minLength: MinLength): string;
6011
6530
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
6012
6531
  /** @internal */
6013
- export declare const PropertiesAtBRANDAt513164$inboundSchema: z.ZodType<PropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6532
+ export declare const PropertiesAtBRANDAt541612$inboundSchema: z.ZodType<PropertiesAtBRANDAt541612, z.ZodTypeDef, unknown>;
6014
6533
  /** @internal */
6015
- export type PropertiesAtBRANDAt513164$Outbound = {};
6534
+ export type PropertiesAtBRANDAt541612$Outbound = {};
6016
6535
  /** @internal */
6017
- export declare const PropertiesAtBRANDAt513164$outboundSchema: z.ZodType<PropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt513164>;
6536
+ export declare const PropertiesAtBRANDAt541612$outboundSchema: z.ZodType<PropertiesAtBRANDAt541612$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt541612>;
6018
6537
  /**
6019
6538
  * @internal
6020
6539
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6021
6540
  */
6022
- export declare namespace PropertiesAtBRANDAt513164$ {
6023
- /** @deprecated use `PropertiesAtBRANDAt513164$inboundSchema` instead. */
6024
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6025
- /** @deprecated use `PropertiesAtBRANDAt513164$outboundSchema` instead. */
6026
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt513164>;
6027
- /** @deprecated use `PropertiesAtBRANDAt513164$Outbound` instead. */
6028
- type Outbound = PropertiesAtBRANDAt513164$Outbound;
6541
+ export declare namespace PropertiesAtBRANDAt541612$ {
6542
+ /** @deprecated use `PropertiesAtBRANDAt541612$inboundSchema` instead. */
6543
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt541612, z.ZodTypeDef, unknown>;
6544
+ /** @deprecated use `PropertiesAtBRANDAt541612$outboundSchema` instead. */
6545
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt541612$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt541612>;
6546
+ /** @deprecated use `PropertiesAtBRANDAt541612$Outbound` instead. */
6547
+ type Outbound = PropertiesAtBRANDAt541612$Outbound;
6029
6548
  }
6030
- export declare function propertiesAtBRANDAt513164ToJSON(propertiesAtBRANDAt513164: PropertiesAtBRANDAt513164): string;
6031
- export declare function propertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt513164, SDKValidationError>;
6549
+ export declare function propertiesAtBRANDAt541612ToJSON(propertiesAtBRANDAt541612: PropertiesAtBRANDAt541612): string;
6550
+ export declare function propertiesAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt541612, SDKValidationError>;
6032
6551
  /** @internal */
6033
6552
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
6034
6553
  /** @internal */
6035
6554
  export type MaxLength$Outbound = {
6036
- "__@BRAND@513164": PropertiesAtBRANDAt513164$Outbound;
6555
+ "__@BRAND@541612": PropertiesAtBRANDAt541612$Outbound;
6037
6556
  };
6038
6557
  /** @internal */
6039
6558
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
@@ -6052,30 +6571,30 @@ export declare namespace MaxLength$ {
6052
6571
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
6053
6572
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
6054
6573
  /** @internal */
6055
- export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6574
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt541612, z.ZodTypeDef, unknown>;
6056
6575
  /** @internal */
6057
- export type GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound = {};
6576
+ export type GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound = {};
6058
6577
  /** @internal */
6059
- export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt513164>;
6578
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt541612>;
6060
6579
  /**
6061
6580
  * @internal
6062
6581
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6063
6582
  */
6064
- export declare namespace GetConfigurationProductsPropertiesAtBRANDAt513164$ {
6065
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema` instead. */
6066
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6067
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema` instead. */
6068
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt513164>;
6069
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound` instead. */
6070
- type Outbound = GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
6583
+ export declare namespace GetConfigurationProductsPropertiesAtBRANDAt541612$ {
6584
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema` instead. */
6585
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt541612, z.ZodTypeDef, unknown>;
6586
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema` instead. */
6587
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt541612>;
6588
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound` instead. */
6589
+ type Outbound = GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound;
6071
6590
  }
6072
- export declare function getConfigurationProductsPropertiesAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesAtBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164): string;
6073
- export declare function getConfigurationProductsPropertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt513164, SDKValidationError>;
6591
+ export declare function getConfigurationProductsPropertiesAtBRANDAt541612ToJSON(getConfigurationProductsPropertiesAtBRANDAt541612: GetConfigurationProductsPropertiesAtBRANDAt541612): string;
6592
+ export declare function getConfigurationProductsPropertiesAtBRANDAt541612FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt541612, SDKValidationError>;
6074
6593
  /** @internal */
6075
6594
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
6076
6595
  /** @internal */
6077
6596
  export type Pattern$Outbound = {
6078
- "__@BRAND@513164": GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
6597
+ "__@BRAND@541612": GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound;
6079
6598
  };
6080
6599
  /** @internal */
6081
6600
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;
@@ -6382,7 +6901,7 @@ export declare function properties1FromJSON(jsonString: string): SafeParseResult
6382
6901
  /** @internal */
6383
6902
  export declare const Properties$inboundSchema: z.ZodType<Properties, z.ZodTypeDef, unknown>;
6384
6903
  /** @internal */
6385
- export type Properties$Outbound = Properties4$Outbound | Properties6$Outbound | Properties8$Outbound | Properties5$Outbound | Properties7$Outbound | Properties1$Outbound | Properties2$Outbound | Properties3$Outbound | Properties9$Outbound;
6904
+ export type Properties$Outbound = Properties4$Outbound | Properties6$Outbound | Properties8$Outbound | Properties5$Outbound | Properties7$Outbound | Properties1$Outbound | Properties2$Outbound | Properties3$Outbound | Properties9$Outbound | Properties10$Outbound;
6386
6905
  /** @internal */
6387
6906
  export declare const Properties$outboundSchema: z.ZodType<Properties$Outbound, z.ZodTypeDef, Properties>;
6388
6907
  /**
@@ -6405,7 +6924,7 @@ export declare const MetadataSchema$inboundSchema: z.ZodType<MetadataSchema, z.Z
6405
6924
  export type MetadataSchema$Outbound = {
6406
6925
  type: string;
6407
6926
  properties: {
6408
- [k: string]: Properties4$Outbound | Properties6$Outbound | Properties8$Outbound | Properties5$Outbound | Properties7$Outbound | Properties1$Outbound | Properties2$Outbound | Properties3$Outbound | Properties9$Outbound;
6927
+ [k: string]: Properties4$Outbound | Properties6$Outbound | Properties8$Outbound | Properties5$Outbound | Properties7$Outbound | Properties1$Outbound | Properties2$Outbound | Properties3$Outbound | Properties9$Outbound | Properties10$Outbound;
6409
6928
  };
6410
6929
  required?: Array<string> | undefined;
6411
6930
  };