@vercel/sdk 1.10.5 → 1.10.7

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 (226) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +5829 -1512
  3. package/bin/mcp-server.js.map +44 -35
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +4 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/domains.test.js +7 -2
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +62 -0
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +1 -1
  15. package/esm/__tests__/security.test.js +1 -11
  16. package/esm/__tests__/security.test.js.map +1 -1
  17. package/esm/__tests__/vercel.test.js +28 -1
  18. package/esm/__tests__/vercel.test.js.map +1 -1
  19. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  20. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  21. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  22. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  23. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  25. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  26. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  27. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  29. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  30. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  31. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  33. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  34. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  35. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  36. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  37. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  38. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  39. package/esm/funcs/projectsGetProjects.js +2 -0
  40. package/esm/funcs/projectsGetProjects.js.map +1 -1
  41. package/esm/lib/config.d.ts +3 -3
  42. package/esm/lib/config.js +3 -3
  43. package/esm/mcp-server/mcp-server.js +1 -1
  44. package/esm/mcp-server/server.d.ts.map +1 -1
  45. package/esm/mcp-server/server.js +7 -1
  46. package/esm/mcp-server/server.js.map +1 -1
  47. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  48. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  49. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  51. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  52. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  53. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  55. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  56. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  57. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  59. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  60. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  61. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  62. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  63. package/esm/models/authuser.d.ts +3 -3
  64. package/esm/models/authuser.js +1 -1
  65. package/esm/models/authuser.js.map +1 -1
  66. package/esm/models/canceldeploymentop.d.ts +45 -7
  67. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  68. package/esm/models/canceldeploymentop.js +31 -2
  69. package/esm/models/canceldeploymentop.js.map +1 -1
  70. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  71. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  72. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  73. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  74. package/esm/models/createdeploymentop.d.ts +259 -221
  75. package/esm/models/createdeploymentop.d.ts.map +1 -1
  76. package/esm/models/createdeploymentop.js +233 -206
  77. package/esm/models/createdeploymentop.js.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  79. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  80. package/esm/models/createintegrationstoredirectop.js +6597 -0
  81. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  82. package/esm/models/createprojectop.d.ts +31 -4
  83. package/esm/models/createprojectop.d.ts.map +1 -1
  84. package/esm/models/createprojectop.js +10 -4
  85. package/esm/models/createprojectop.js.map +1 -1
  86. package/esm/models/createwebhookop.d.ts +12 -0
  87. package/esm/models/createwebhookop.d.ts.map +1 -1
  88. package/esm/models/createwebhookop.js +4 -0
  89. package/esm/models/createwebhookop.js.map +1 -1
  90. package/esm/models/getconfigurationop.d.ts +6 -0
  91. package/esm/models/getconfigurationop.d.ts.map +1 -1
  92. package/esm/models/getconfigurationop.js +2 -0
  93. package/esm/models/getconfigurationop.js.map +1 -1
  94. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  95. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  96. package/esm/models/getconfigurationproductsop.js +666 -665
  97. package/esm/models/getconfigurationproductsop.js.map +1 -1
  98. package/esm/models/getconfigurationsop.d.ts +6 -0
  99. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  100. package/esm/models/getconfigurationsop.js +2 -0
  101. package/esm/models/getconfigurationsop.js.map +1 -1
  102. package/esm/models/getdeploymentop.d.ts +45 -7
  103. package/esm/models/getdeploymentop.d.ts.map +1 -1
  104. package/esm/models/getdeploymentop.js +30 -2
  105. package/esm/models/getdeploymentop.js.map +1 -1
  106. package/esm/models/getintegrationresourceop.d.ts +13 -13
  107. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  108. package/esm/models/getintegrationresourceop.js +13 -13
  109. package/esm/models/getintegrationresourceop.js.map +1 -1
  110. package/esm/models/getprojectsop.d.ts +101 -4
  111. package/esm/models/getprojectsop.d.ts.map +1 -1
  112. package/esm/models/getprojectsop.js +57 -4
  113. package/esm/models/getprojectsop.js.map +1 -1
  114. package/esm/models/getteammembersop.d.ts +102 -9
  115. package/esm/models/getteammembersop.d.ts.map +1 -1
  116. package/esm/models/getteammembersop.js +60 -3
  117. package/esm/models/getteammembersop.js.map +1 -1
  118. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  119. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  120. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  121. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  122. package/esm/models/getwebhookop.d.ts +6 -0
  123. package/esm/models/getwebhookop.d.ts.map +1 -1
  124. package/esm/models/getwebhookop.js +2 -0
  125. package/esm/models/getwebhookop.js.map +1 -1
  126. package/esm/models/getwebhooksop.d.ts +27 -15
  127. package/esm/models/getwebhooksop.d.ts.map +1 -1
  128. package/esm/models/getwebhooksop.js +19 -15
  129. package/esm/models/getwebhooksop.js.map +1 -1
  130. package/esm/models/inviteusertoteamop.d.ts +3 -0
  131. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  132. package/esm/models/inviteusertoteamop.js +1 -0
  133. package/esm/models/inviteusertoteamop.js.map +1 -1
  134. package/esm/models/patchteamop.d.ts +253 -0
  135. package/esm/models/patchteamop.d.ts.map +1 -1
  136. package/esm/models/patchteamop.js +150 -0
  137. package/esm/models/patchteamop.js.map +1 -1
  138. package/esm/models/team.d.ts +47 -0
  139. package/esm/models/team.d.ts.map +1 -1
  140. package/esm/models/team.js +36 -0
  141. package/esm/models/team.js.map +1 -1
  142. package/esm/models/teamlimited.d.ts +3 -0
  143. package/esm/models/teamlimited.d.ts.map +1 -1
  144. package/esm/models/teamlimited.js +1 -0
  145. package/esm/models/teamlimited.js.map +1 -1
  146. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  147. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  148. package/esm/models/updatefirewallconfigop.js +49 -49
  149. package/esm/models/updatefirewallconfigop.js.map +1 -1
  150. package/esm/models/updateinvoiceop.d.ts +36 -15
  151. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  152. package/esm/models/updateinvoiceop.js +37 -16
  153. package/esm/models/updateinvoiceop.js.map +1 -1
  154. package/esm/models/updateprojectdatacacheop.d.ts +25 -0
  155. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  156. package/esm/models/updateprojectdatacacheop.js +4 -0
  157. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  158. package/esm/models/updateprojectop.d.ts +31 -4
  159. package/esm/models/updateprojectop.d.ts.map +1 -1
  160. package/esm/models/updateprojectop.js +10 -4
  161. package/esm/models/updateprojectop.js.map +1 -1
  162. package/esm/models/userevent.d.ts +406 -305
  163. package/esm/models/userevent.d.ts.map +1 -1
  164. package/esm/models/userevent.js +467 -365
  165. package/esm/models/userevent.js.map +1 -1
  166. package/esm/sdk/integrations.d.ts +16 -0
  167. package/esm/sdk/integrations.d.ts.map +1 -1
  168. package/esm/sdk/integrations.js +20 -0
  169. package/esm/sdk/integrations.js.map +1 -1
  170. package/esm/sdk/sdk.d.ts +3 -1
  171. package/esm/sdk/sdk.d.ts.map +1 -1
  172. package/esm/sdk/sdk.js +5 -0
  173. package/esm/sdk/sdk.js.map +1 -1
  174. package/examples/package-lock.json +1 -1
  175. package/jsr.json +1 -1
  176. package/package.json +1 -1
  177. package/src/__tests__/domains.test.ts +7 -2
  178. package/src/__tests__/edgeconfig.test.ts +6 -6
  179. package/src/__tests__/integrations.test.ts +65 -0
  180. package/src/__tests__/rollingrelease.test.ts +1 -1
  181. package/src/__tests__/security.test.ts +1 -11
  182. package/src/__tests__/vercel.test.ts +36 -1
  183. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  184. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  185. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  186. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  187. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  188. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  189. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  190. package/src/funcs/projectsGetProjects.ts +2 -0
  191. package/src/lib/config.ts +3 -3
  192. package/src/mcp-server/mcp-server.ts +1 -1
  193. package/src/mcp-server/server.ts +9 -1
  194. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  195. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  196. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  197. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  198. package/src/models/authuser.ts +1 -1
  199. package/src/models/canceldeploymentop.ts +56 -9
  200. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  201. package/src/models/createdeploymentop.ts +540 -498
  202. package/src/models/createintegrationstoredirectop.ts +15739 -0
  203. package/src/models/createprojectop.ts +41 -8
  204. package/src/models/createwebhookop.ts +4 -0
  205. package/src/models/getconfigurationop.ts +2 -0
  206. package/src/models/getconfigurationproductsop.ts +1326 -1163
  207. package/src/models/getconfigurationsop.ts +2 -0
  208. package/src/models/getdeploymentop.ts +59 -9
  209. package/src/models/getintegrationresourceop.ts +26 -20
  210. package/src/models/getprojectsop.ts +122 -8
  211. package/src/models/getteammembersop.ts +84 -3
  212. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  213. package/src/models/getwebhookop.ts +2 -0
  214. package/src/models/getwebhooksop.ts +31 -25
  215. package/src/models/inviteusertoteamop.ts +1 -0
  216. package/src/models/patchteamop.ts +254 -0
  217. package/src/models/team.ts +92 -0
  218. package/src/models/teamlimited.ts +1 -0
  219. package/src/models/updatefirewallconfigop.ts +74 -68
  220. package/src/models/updateinvoiceop.ts +78 -27
  221. package/src/models/updateprojectdatacacheop.ts +29 -0
  222. package/src/models/updateprojectop.ts +41 -8
  223. package/src/models/userevent.ts +918 -682
  224. package/src/sdk/integrations.ts +41 -0
  225. package/src/sdk/sdk.ts +23 -1
  226. package/vercel-spec.json +3689 -540
@@ -32,7 +32,7 @@ export type GetConfigurationProductsStatus = ClosedEnum<
32
32
  typeof GetConfigurationProductsStatus
33
33
  >;
34
34
 
35
- export type Repl = {
35
+ export type GetConfigurationProductsRepl = {
36
36
  enabled: boolean;
37
37
  supportsReadOnlyMode: boolean;
38
38
  welcomeMessage?: string | undefined;
@@ -40,7 +40,7 @@ export type Repl = {
40
40
 
41
41
  export type Storage = {
42
42
  status: GetConfigurationProductsStatus;
43
- repl?: Repl | undefined;
43
+ repl?: GetConfigurationProductsRepl | undefined;
44
44
  };
45
45
 
46
46
  export const GetConfigurationProductsIntegrationsStatus = {
@@ -229,42 +229,60 @@ export type GetConfigurationProductsType = ClosedEnum<
229
229
  typeof GetConfigurationProductsType
230
230
  >;
231
231
 
232
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263 =
232
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540 =
233
233
  {};
234
234
 
235
235
  export type PropertiesValue = {
236
- atBRANDAt446263:
237
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263;
236
+ atBRANDAt502540:
237
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540;
238
238
  };
239
239
 
240
- export const Disabled3 = {
240
+ export const GetConfigurationProductsDisabled3 = {
241
241
  Update: "update",
242
242
  Create: "create",
243
243
  } as const;
244
- export type Disabled3 = ClosedEnum<typeof Disabled3>;
244
+ export type GetConfigurationProductsDisabled3 = ClosedEnum<
245
+ typeof GetConfigurationProductsDisabled3
246
+ >;
245
247
 
246
- export type Disabled2 = {
248
+ export type GetConfigurationProductsDisabled2 = {
247
249
  expr: string;
248
250
  };
249
251
 
250
- export type Disabled = Disabled2 | boolean | Disabled3;
252
+ export type PropertiesDisabled =
253
+ | GetConfigurationProductsDisabled2
254
+ | boolean
255
+ | GetConfigurationProductsDisabled3;
251
256
 
252
- export const Hidden3 = {
257
+ export const GetConfigurationProductsHidden3 = {
253
258
  Update: "update",
254
259
  Create: "create",
255
260
  } as const;
256
- export type Hidden3 = ClosedEnum<typeof Hidden3>;
261
+ export type GetConfigurationProductsHidden3 = ClosedEnum<
262
+ typeof GetConfigurationProductsHidden3
263
+ >;
257
264
 
258
- export type Hidden2 = {
265
+ export type GetConfigurationProductsHidden2 = {
259
266
  expr: string;
260
267
  };
261
268
 
262
- export type Hidden = Hidden2 | boolean | Hidden3;
269
+ export type PropertiesHidden =
270
+ | GetConfigurationProductsHidden2
271
+ | boolean
272
+ | GetConfigurationProductsHidden3;
263
273
 
264
274
  export type Properties9 = {
265
275
  value: PropertiesValue;
266
- disabled?: Disabled2 | boolean | Disabled3 | undefined;
267
- hidden?: Hidden2 | boolean | Hidden3 | undefined;
276
+ disabled?:
277
+ | GetConfigurationProductsDisabled2
278
+ | boolean
279
+ | GetConfigurationProductsDisabled3
280
+ | undefined;
281
+ hidden?:
282
+ | GetConfigurationProductsHidden2
283
+ | boolean
284
+ | GetConfigurationProductsHidden3
285
+ | undefined;
268
286
  };
269
287
 
270
288
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType =
@@ -294,28 +312,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
294
312
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
295
313
  >;
296
314
 
297
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263 =
315
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540 =
298
316
  {};
299
317
 
300
318
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
301
- atBRANDAt446263:
302
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263;
319
+ atBRANDAt502540:
320
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540;
303
321
  };
304
322
 
305
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263 =
323
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540 =
306
324
  {};
307
325
 
308
326
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
309
- atBRANDAt446263:
310
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263;
327
+ atBRANDAt502540:
328
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540;
311
329
  };
312
330
 
313
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263 =
331
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540 =
314
332
  {};
315
333
 
316
334
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
317
- atBRANDAt446263:
318
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263;
335
+ atBRANDAt502540:
336
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540;
319
337
  };
320
338
 
321
339
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
@@ -335,12 +353,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
335
353
  enum?: Array<string> | undefined;
336
354
  };
337
355
 
338
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263 =
356
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540 =
339
357
  {};
340
358
 
341
359
  export type GetConfigurationProductsUiOptionsValue = {
342
- atBRANDAt446263:
343
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263;
360
+ atBRANDAt502540:
361
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540;
344
362
  };
345
363
 
346
364
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
@@ -397,10 +415,10 @@ export type GetConfigurationProductsUiOptions3 = {
397
415
  | undefined;
398
416
  };
399
417
 
400
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263 = {};
418
+ export type GetConfigurationProductsUiOptionsAtBRANDAt502540 = {};
401
419
 
402
420
  export type GetConfigurationProductsUiOptions2 = {
403
- atBRANDAt446263: GetConfigurationProductsUiOptionsAtBRANDAt446263;
421
+ atBRANDAt502540: GetConfigurationProductsUiOptionsAtBRANDAt502540;
404
422
  };
405
423
 
406
424
  export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
@@ -530,20 +548,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
530
548
  expr: string;
531
549
  };
532
550
 
533
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263 =
551
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540 =
534
552
  {};
535
553
 
536
554
  export type Default = {
537
- atBRANDAt446263:
538
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263;
555
+ atBRANDAt502540:
556
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540;
539
557
  };
540
558
 
541
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263 =
559
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540 =
542
560
  {};
543
561
 
544
562
  export type Example = {
545
- atBRANDAt446263:
546
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263;
563
+ atBRANDAt502540:
564
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540;
547
565
  };
548
566
 
549
567
  export type Properties8 = {
@@ -606,64 +624,70 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
606
624
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
607
625
  >;
608
626
 
609
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263 = {};
627
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540 = {};
610
628
 
611
629
  export type UiOptionsValue = {
612
- atBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263;
630
+ atBRANDAt502540: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540;
613
631
  };
614
632
 
615
- export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
616
- Update: "update",
617
- Create: "create",
618
- } as const;
619
- export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<
620
- typeof GetConfigurationProductsDisabledIntegrationsResponse3
621
- >;
633
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
634
+ {
635
+ Update: "update",
636
+ Create: "create",
637
+ } as const;
638
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
639
+ ClosedEnum<
640
+ typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
641
+ >;
622
642
 
623
- export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
624
- expr: string;
625
- };
643
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 =
644
+ {
645
+ expr: string;
646
+ };
626
647
 
627
648
  export type GetConfigurationProductsUiOptionsDisabled =
628
- | GetConfigurationProductsDisabledIntegrationsResponse2
649
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
629
650
  | boolean
630
- | GetConfigurationProductsDisabledIntegrationsResponse3;
651
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
631
652
 
632
- export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
633
- Update: "update",
634
- Create: "create",
635
- } as const;
636
- export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<
637
- typeof GetConfigurationProductsHiddenIntegrationsResponse3
638
- >;
653
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
654
+ {
655
+ Update: "update",
656
+ Create: "create",
657
+ } as const;
658
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
659
+ ClosedEnum<
660
+ typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
661
+ >;
639
662
 
640
- export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
641
- expr: string;
642
- };
663
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 =
664
+ {
665
+ expr: string;
666
+ };
643
667
 
644
668
  export type GetConfigurationProductsUiOptionsHidden =
645
- | GetConfigurationProductsHiddenIntegrationsResponse2
669
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
646
670
  | boolean
647
- | GetConfigurationProductsHiddenIntegrationsResponse3;
671
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
648
672
 
649
673
  export type UiOptions3 = {
650
674
  value: UiOptionsValue;
651
675
  disabled?:
652
- | GetConfigurationProductsDisabledIntegrationsResponse2
676
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
653
677
  | boolean
654
- | GetConfigurationProductsDisabledIntegrationsResponse3
678
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
655
679
  | undefined;
656
680
  hidden?:
657
- | GetConfigurationProductsHiddenIntegrationsResponse2
681
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
658
682
  | boolean
659
- | GetConfigurationProductsHiddenIntegrationsResponse3
683
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
660
684
  | undefined;
661
685
  };
662
686
 
663
- export type UiOptionsAtBRANDAt446263 = {};
687
+ export type UiOptionsAtBRANDAt502540 = {};
664
688
 
665
689
  export type UiOptions2 = {
666
- atBRANDAt446263: UiOptionsAtBRANDAt446263;
690
+ atBRANDAt502540: UiOptionsAtBRANDAt502540;
667
691
  };
668
692
 
669
693
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -726,28 +750,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
726
750
  | UiOptions2
727
751
  | UiOptions3;
728
752
 
729
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263 =
753
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540 =
730
754
  {};
731
755
 
732
756
  export type GetConfigurationProductsPropertiesMinLength = {
733
- atBRANDAt446263:
734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263;
757
+ atBRANDAt502540:
758
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540;
735
759
  };
736
760
 
737
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263 =
761
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540 =
738
762
  {};
739
763
 
740
764
  export type GetConfigurationProductsPropertiesMaxLength = {
741
- atBRANDAt446263:
742
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263;
765
+ atBRANDAt502540:
766
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540;
743
767
  };
744
768
 
745
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263 =
769
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540 =
746
770
  {};
747
771
 
748
772
  export type GetConfigurationProductsPropertiesPattern = {
749
- atBRANDAt446263:
750
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263;
773
+ atBRANDAt502540:
774
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540;
751
775
  };
752
776
 
753
777
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -889,28 +913,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
889
913
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
890
914
  >;
891
915
 
892
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263 =
916
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540 =
893
917
  {};
894
918
 
895
919
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
896
- atBRANDAt446263:
897
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263;
920
+ atBRANDAt502540:
921
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540;
898
922
  };
899
923
 
900
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263 =
924
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540 =
901
925
  {};
902
926
 
903
927
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
904
- atBRANDAt446263:
905
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263;
928
+ atBRANDAt502540:
929
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540;
906
930
  };
907
931
 
908
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263 =
932
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540 =
909
933
  {};
910
934
 
911
935
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
912
- atBRANDAt446263:
913
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263;
936
+ atBRANDAt502540:
937
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540;
914
938
  };
915
939
 
916
940
  export type GetConfigurationProductsPropertiesItems = {
@@ -928,52 +952,52 @@ export type GetConfigurationProductsPropertiesItems = {
928
952
  enum?: Array<string> | undefined;
929
953
  };
930
954
 
931
- export const GetConfigurationProductsDisabled3 = {
955
+ export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
932
956
  Update: "update",
933
957
  Create: "create",
934
958
  } as const;
935
- export type GetConfigurationProductsDisabled3 = ClosedEnum<
936
- typeof GetConfigurationProductsDisabled3
959
+ export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<
960
+ typeof GetConfigurationProductsDisabledIntegrationsResponse3
937
961
  >;
938
962
 
939
- export type GetConfigurationProductsDisabled2 = {
963
+ export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
940
964
  expr: string;
941
965
  };
942
966
 
943
- export type PropertiesDisabled =
944
- | GetConfigurationProductsDisabled2
967
+ export type GetConfigurationProductsPropertiesIntegrationsDisabled =
968
+ | GetConfigurationProductsDisabledIntegrationsResponse2
945
969
  | boolean
946
- | GetConfigurationProductsDisabled3;
970
+ | GetConfigurationProductsDisabledIntegrationsResponse3;
947
971
 
948
- export const GetConfigurationProductsHidden3 = {
972
+ export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
949
973
  Update: "update",
950
974
  Create: "create",
951
975
  } as const;
952
- export type GetConfigurationProductsHidden3 = ClosedEnum<
953
- typeof GetConfigurationProductsHidden3
976
+ export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<
977
+ typeof GetConfigurationProductsHiddenIntegrationsResponse3
954
978
  >;
955
979
 
956
- export type GetConfigurationProductsHidden2 = {
980
+ export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
957
981
  expr: string;
958
982
  };
959
983
 
960
- export type PropertiesHidden =
961
- | GetConfigurationProductsHidden2
984
+ export type GetConfigurationProductsPropertiesIntegrationsHidden =
985
+ | GetConfigurationProductsHiddenIntegrationsResponse2
962
986
  | boolean
963
- | GetConfigurationProductsHidden3;
987
+ | GetConfigurationProductsHiddenIntegrationsResponse3;
964
988
 
965
989
  export type PropertiesUiOptions = {
966
990
  value: string;
967
991
  label: string;
968
992
  disabled?:
969
- | GetConfigurationProductsDisabled2
993
+ | GetConfigurationProductsDisabledIntegrationsResponse2
970
994
  | boolean
971
- | GetConfigurationProductsDisabled3
995
+ | GetConfigurationProductsDisabledIntegrationsResponse3
972
996
  | undefined;
973
997
  hidden?:
974
- | GetConfigurationProductsHidden2
998
+ | GetConfigurationProductsHiddenIntegrationsResponse2
975
999
  | boolean
976
- | GetConfigurationProductsHidden3
1000
+ | GetConfigurationProductsHiddenIntegrationsResponse3
977
1001
  | undefined;
978
1002
  };
979
1003
 
@@ -1153,27 +1177,27 @@ export type UiOptions = {
1153
1177
  | undefined;
1154
1178
  };
1155
1179
 
1156
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263 = {};
1180
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540 = {};
1157
1181
 
1158
1182
  export type PropertiesMinLength = {
1159
- atBRANDAt446263:
1160
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263;
1183
+ atBRANDAt502540:
1184
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540;
1161
1185
  };
1162
1186
 
1163
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263 =
1187
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540 =
1164
1188
  {};
1165
1189
 
1166
1190
  export type PropertiesMaxLength = {
1167
- atBRANDAt446263:
1168
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263;
1191
+ atBRANDAt502540:
1192
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540;
1169
1193
  };
1170
1194
 
1171
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263 =
1195
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540 =
1172
1196
  {};
1173
1197
 
1174
1198
  export type PropertiesPattern = {
1175
- atBRANDAt446263:
1176
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263;
1199
+ atBRANDAt502540:
1200
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540;
1177
1201
  };
1178
1202
 
1179
1203
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
@@ -1622,22 +1646,22 @@ export const UiControl = {
1622
1646
  } as const;
1623
1647
  export type UiControl = ClosedEnum<typeof UiControl>;
1624
1648
 
1625
- export type AtBRANDAt446263 = {};
1649
+ export type AtBRANDAt502540 = {};
1626
1650
 
1627
1651
  export type MinLength = {
1628
- atBRANDAt446263: AtBRANDAt446263;
1652
+ atBRANDAt502540: AtBRANDAt502540;
1629
1653
  };
1630
1654
 
1631
- export type PropertiesAtBRANDAt446263 = {};
1655
+ export type PropertiesAtBRANDAt502540 = {};
1632
1656
 
1633
1657
  export type MaxLength = {
1634
- atBRANDAt446263: PropertiesAtBRANDAt446263;
1658
+ atBRANDAt502540: PropertiesAtBRANDAt502540;
1635
1659
  };
1636
1660
 
1637
- export type GetConfigurationProductsPropertiesAtBRANDAt446263 = {};
1661
+ export type GetConfigurationProductsPropertiesAtBRANDAt502540 = {};
1638
1662
 
1639
1663
  export type Pattern = {
1640
- atBRANDAt446263: GetConfigurationProductsPropertiesAtBRANDAt446263;
1664
+ atBRANDAt502540: GetConfigurationProductsPropertiesAtBRANDAt502540;
1641
1665
  };
1642
1666
 
1643
1667
  export const UiReadOnly3 = {
@@ -1844,52 +1868,64 @@ export namespace GetConfigurationProductsStatus$ {
1844
1868
  }
1845
1869
 
1846
1870
  /** @internal */
1847
- export const Repl$inboundSchema: z.ZodType<Repl, z.ZodTypeDef, unknown> = z
1848
- .object({
1849
- enabled: z.boolean(),
1850
- supportsReadOnlyMode: z.boolean(),
1851
- welcomeMessage: z.string().optional(),
1852
- });
1871
+ export const GetConfigurationProductsRepl$inboundSchema: z.ZodType<
1872
+ GetConfigurationProductsRepl,
1873
+ z.ZodTypeDef,
1874
+ unknown
1875
+ > = z.object({
1876
+ enabled: z.boolean(),
1877
+ supportsReadOnlyMode: z.boolean(),
1878
+ welcomeMessage: z.string().optional(),
1879
+ });
1853
1880
 
1854
1881
  /** @internal */
1855
- export type Repl$Outbound = {
1882
+ export type GetConfigurationProductsRepl$Outbound = {
1856
1883
  enabled: boolean;
1857
1884
  supportsReadOnlyMode: boolean;
1858
1885
  welcomeMessage?: string | undefined;
1859
1886
  };
1860
1887
 
1861
1888
  /** @internal */
1862
- export const Repl$outboundSchema: z.ZodType<Repl$Outbound, z.ZodTypeDef, Repl> =
1863
- z.object({
1864
- enabled: z.boolean(),
1865
- supportsReadOnlyMode: z.boolean(),
1866
- welcomeMessage: z.string().optional(),
1867
- });
1889
+ export const GetConfigurationProductsRepl$outboundSchema: z.ZodType<
1890
+ GetConfigurationProductsRepl$Outbound,
1891
+ z.ZodTypeDef,
1892
+ GetConfigurationProductsRepl
1893
+ > = z.object({
1894
+ enabled: z.boolean(),
1895
+ supportsReadOnlyMode: z.boolean(),
1896
+ welcomeMessage: z.string().optional(),
1897
+ });
1868
1898
 
1869
1899
  /**
1870
1900
  * @internal
1871
1901
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1872
1902
  */
1873
- export namespace Repl$ {
1874
- /** @deprecated use `Repl$inboundSchema` instead. */
1875
- export const inboundSchema = Repl$inboundSchema;
1876
- /** @deprecated use `Repl$outboundSchema` instead. */
1877
- export const outboundSchema = Repl$outboundSchema;
1878
- /** @deprecated use `Repl$Outbound` instead. */
1879
- export type Outbound = Repl$Outbound;
1903
+ export namespace GetConfigurationProductsRepl$ {
1904
+ /** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
1905
+ export const inboundSchema = GetConfigurationProductsRepl$inboundSchema;
1906
+ /** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
1907
+ export const outboundSchema = GetConfigurationProductsRepl$outboundSchema;
1908
+ /** @deprecated use `GetConfigurationProductsRepl$Outbound` instead. */
1909
+ export type Outbound = GetConfigurationProductsRepl$Outbound;
1880
1910
  }
1881
1911
 
1882
- export function replToJSON(repl: Repl): string {
1883
- return JSON.stringify(Repl$outboundSchema.parse(repl));
1912
+ export function getConfigurationProductsReplToJSON(
1913
+ getConfigurationProductsRepl: GetConfigurationProductsRepl,
1914
+ ): string {
1915
+ return JSON.stringify(
1916
+ GetConfigurationProductsRepl$outboundSchema.parse(
1917
+ getConfigurationProductsRepl,
1918
+ ),
1919
+ );
1884
1920
  }
1885
1921
 
1886
- export function replFromJSON(
1922
+ export function getConfigurationProductsReplFromJSON(
1887
1923
  jsonString: string,
1888
- ): SafeParseResult<Repl, SDKValidationError> {
1924
+ ): SafeParseResult<GetConfigurationProductsRepl, SDKValidationError> {
1889
1925
  return safeParse(
1890
1926
  jsonString,
1891
- (x) => Repl$inboundSchema.parse(JSON.parse(x)),
1892
- `Failed to parse 'Repl' from JSON`,
1927
+ (x) => GetConfigurationProductsRepl$inboundSchema.parse(JSON.parse(x)),
1928
+ `Failed to parse 'GetConfigurationProductsRepl' from JSON`,
1893
1929
  );
1894
1930
  }
1895
1931
 
@@ -1897,13 +1933,13 @@ export function replFromJSON(
1897
1933
  export const Storage$inboundSchema: z.ZodType<Storage, z.ZodTypeDef, unknown> =
1898
1934
  z.object({
1899
1935
  status: GetConfigurationProductsStatus$inboundSchema,
1900
- repl: z.lazy(() => Repl$inboundSchema).optional(),
1936
+ repl: z.lazy(() => GetConfigurationProductsRepl$inboundSchema).optional(),
1901
1937
  });
1902
1938
 
1903
1939
  /** @internal */
1904
1940
  export type Storage$Outbound = {
1905
1941
  status: string;
1906
- repl?: Repl$Outbound | undefined;
1942
+ repl?: GetConfigurationProductsRepl$Outbound | undefined;
1907
1943
  };
1908
1944
 
1909
1945
  /** @internal */
@@ -1913,7 +1949,7 @@ export const Storage$outboundSchema: z.ZodType<
1913
1949
  Storage
1914
1950
  > = z.object({
1915
1951
  status: GetConfigurationProductsStatus$outboundSchema,
1916
- repl: z.lazy(() => Repl$outboundSchema).optional(),
1952
+ repl: z.lazy(() => GetConfigurationProductsRepl$outboundSchema).optional(),
1917
1953
  });
1918
1954
 
1919
1955
  /**
@@ -2893,65 +2929,65 @@ export namespace GetConfigurationProductsType$ {
2893
2929
  }
2894
2930
 
2895
2931
  /** @internal */
2896
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema:
2932
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema:
2897
2933
  z.ZodType<
2898
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2934
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540,
2899
2935
  z.ZodTypeDef,
2900
2936
  unknown
2901
2937
  > = z.object({});
2902
2938
 
2903
2939
  /** @internal */
2904
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound =
2940
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound =
2905
2941
  {};
2906
2942
 
2907
2943
  /** @internal */
2908
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema:
2944
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema:
2909
2945
  z.ZodType<
2910
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound,
2946
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound,
2911
2947
  z.ZodTypeDef,
2912
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263
2948
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540
2913
2949
  > = z.object({});
2914
2950
 
2915
2951
  /**
2916
2952
  * @internal
2917
2953
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2918
2954
  */
2919
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ {
2920
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema` instead. */
2955
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$ {
2956
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema` instead. */
2921
2957
  export const inboundSchema =
2922
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema;
2923
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema` instead. */
2958
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema;
2959
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema` instead. */
2924
2960
  export const outboundSchema =
2925
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema;
2926
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound` instead. */
2961
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema;
2962
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound` instead. */
2927
2963
  export type Outbound =
2928
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
2964
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound;
2929
2965
  }
2930
2966
 
2931
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263ToJSON(
2932
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263:
2933
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2967
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540ToJSON(
2968
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540:
2969
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540,
2934
2970
  ): string {
2935
2971
  return JSON.stringify(
2936
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
2972
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema
2937
2973
  .parse(
2938
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2974
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540,
2939
2975
  ),
2940
2976
  );
2941
2977
  }
2942
2978
 
2943
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263FromJSON(
2979
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540FromJSON(
2944
2980
  jsonString: string,
2945
2981
  ): SafeParseResult<
2946
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2982
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540,
2947
2983
  SDKValidationError
2948
2984
  > {
2949
2985
  return safeParse(
2950
2986
  jsonString,
2951
2987
  (x) =>
2952
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
2988
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema
2953
2989
  .parse(JSON.parse(x)),
2954
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263' from JSON`,
2990
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540' from JSON`,
2955
2991
  );
2956
2992
  }
2957
2993
 
@@ -2961,19 +2997,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
2961
2997
  z.ZodTypeDef,
2962
2998
  unknown
2963
2999
  > = z.object({
2964
- "__@BRAND@446263": z.lazy(() =>
2965
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
3000
+ "__@BRAND@502540": z.lazy(() =>
3001
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema
2966
3002
  ),
2967
3003
  }).transform((v) => {
2968
3004
  return remap$(v, {
2969
- "__@BRAND@446263": "atBRANDAt446263",
3005
+ "__@BRAND@502540": "atBRANDAt502540",
2970
3006
  });
2971
3007
  });
2972
3008
 
2973
3009
  /** @internal */
2974
3010
  export type PropertiesValue$Outbound = {
2975
- "__@BRAND@446263":
2976
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
3011
+ "__@BRAND@502540":
3012
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound;
2977
3013
  };
2978
3014
 
2979
3015
  /** @internal */
@@ -2982,12 +3018,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
2982
3018
  z.ZodTypeDef,
2983
3019
  PropertiesValue
2984
3020
  > = z.object({
2985
- atBRANDAt446263: z.lazy(() =>
2986
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
3021
+ atBRANDAt502540: z.lazy(() =>
3022
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema
2987
3023
  ),
2988
3024
  }).transform((v) => {
2989
3025
  return remap$(v, {
2990
- atBRANDAt446263: "__@BRAND@446263",
3026
+ atBRANDAt502540: "__@BRAND@502540",
2991
3027
  });
2992
3028
  });
2993
3029
 
@@ -3021,27 +3057,30 @@ export function propertiesValueFromJSON(
3021
3057
  }
3022
3058
 
3023
3059
  /** @internal */
3024
- export const Disabled3$inboundSchema: z.ZodNativeEnum<typeof Disabled3> = z
3025
- .nativeEnum(Disabled3);
3060
+ export const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<
3061
+ typeof GetConfigurationProductsDisabled3
3062
+ > = z.nativeEnum(GetConfigurationProductsDisabled3);
3026
3063
 
3027
3064
  /** @internal */
3028
- export const Disabled3$outboundSchema: z.ZodNativeEnum<typeof Disabled3> =
3029
- Disabled3$inboundSchema;
3065
+ export const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<
3066
+ typeof GetConfigurationProductsDisabled3
3067
+ > = GetConfigurationProductsDisabled3$inboundSchema;
3030
3068
 
3031
3069
  /**
3032
3070
  * @internal
3033
3071
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3034
3072
  */
3035
- export namespace Disabled3$ {
3036
- /** @deprecated use `Disabled3$inboundSchema` instead. */
3037
- export const inboundSchema = Disabled3$inboundSchema;
3038
- /** @deprecated use `Disabled3$outboundSchema` instead. */
3039
- export const outboundSchema = Disabled3$outboundSchema;
3073
+ export namespace GetConfigurationProductsDisabled3$ {
3074
+ /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
3075
+ export const inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
3076
+ /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
3077
+ export const outboundSchema =
3078
+ GetConfigurationProductsDisabled3$outboundSchema;
3040
3079
  }
3041
3080
 
3042
3081
  /** @internal */
3043
- export const Disabled2$inboundSchema: z.ZodType<
3044
- Disabled2,
3082
+ export const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<
3083
+ GetConfigurationProductsDisabled2,
3045
3084
  z.ZodTypeDef,
3046
3085
  unknown
3047
3086
  > = z.object({
@@ -3049,15 +3088,15 @@ export const Disabled2$inboundSchema: z.ZodType<
3049
3088
  });
3050
3089
 
3051
3090
  /** @internal */
3052
- export type Disabled2$Outbound = {
3091
+ export type GetConfigurationProductsDisabled2$Outbound = {
3053
3092
  expr: string;
3054
3093
  };
3055
3094
 
3056
3095
  /** @internal */
3057
- export const Disabled2$outboundSchema: z.ZodType<
3058
- Disabled2$Outbound,
3096
+ export const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<
3097
+ GetConfigurationProductsDisabled2$Outbound,
3059
3098
  z.ZodTypeDef,
3060
- Disabled2
3099
+ GetConfigurationProductsDisabled2
3061
3100
  > = z.object({
3062
3101
  expr: z.string(),
3063
3102
  });
@@ -3066,116 +3105,135 @@ export const Disabled2$outboundSchema: z.ZodType<
3066
3105
  * @internal
3067
3106
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3068
3107
  */
3069
- export namespace Disabled2$ {
3070
- /** @deprecated use `Disabled2$inboundSchema` instead. */
3071
- export const inboundSchema = Disabled2$inboundSchema;
3072
- /** @deprecated use `Disabled2$outboundSchema` instead. */
3073
- export const outboundSchema = Disabled2$outboundSchema;
3074
- /** @deprecated use `Disabled2$Outbound` instead. */
3075
- export type Outbound = Disabled2$Outbound;
3108
+ export namespace GetConfigurationProductsDisabled2$ {
3109
+ /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
3110
+ export const inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
3111
+ /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
3112
+ export const outboundSchema =
3113
+ GetConfigurationProductsDisabled2$outboundSchema;
3114
+ /** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
3115
+ export type Outbound = GetConfigurationProductsDisabled2$Outbound;
3076
3116
  }
3077
3117
 
3078
- export function disabled2ToJSON(disabled2: Disabled2): string {
3079
- return JSON.stringify(Disabled2$outboundSchema.parse(disabled2));
3118
+ export function getConfigurationProductsDisabled2ToJSON(
3119
+ getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2,
3120
+ ): string {
3121
+ return JSON.stringify(
3122
+ GetConfigurationProductsDisabled2$outboundSchema.parse(
3123
+ getConfigurationProductsDisabled2,
3124
+ ),
3125
+ );
3080
3126
  }
3081
3127
 
3082
- export function disabled2FromJSON(
3128
+ export function getConfigurationProductsDisabled2FromJSON(
3083
3129
  jsonString: string,
3084
- ): SafeParseResult<Disabled2, SDKValidationError> {
3130
+ ): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError> {
3085
3131
  return safeParse(
3086
3132
  jsonString,
3087
- (x) => Disabled2$inboundSchema.parse(JSON.parse(x)),
3088
- `Failed to parse 'Disabled2' from JSON`,
3133
+ (x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)),
3134
+ `Failed to parse 'GetConfigurationProductsDisabled2' from JSON`,
3089
3135
  );
3090
3136
  }
3091
3137
 
3092
3138
  /** @internal */
3093
- export const Disabled$inboundSchema: z.ZodType<
3094
- Disabled,
3139
+ export const PropertiesDisabled$inboundSchema: z.ZodType<
3140
+ PropertiesDisabled,
3095
3141
  z.ZodTypeDef,
3096
3142
  unknown
3097
3143
  > = z.union([
3098
- z.lazy(() => Disabled2$inboundSchema),
3144
+ z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
3099
3145
  z.boolean(),
3100
- Disabled3$inboundSchema,
3146
+ GetConfigurationProductsDisabled3$inboundSchema,
3101
3147
  ]);
3102
3148
 
3103
3149
  /** @internal */
3104
- export type Disabled$Outbound = Disabled2$Outbound | boolean | string;
3150
+ export type PropertiesDisabled$Outbound =
3151
+ | GetConfigurationProductsDisabled2$Outbound
3152
+ | boolean
3153
+ | string;
3105
3154
 
3106
3155
  /** @internal */
3107
- export const Disabled$outboundSchema: z.ZodType<
3108
- Disabled$Outbound,
3156
+ export const PropertiesDisabled$outboundSchema: z.ZodType<
3157
+ PropertiesDisabled$Outbound,
3109
3158
  z.ZodTypeDef,
3110
- Disabled
3159
+ PropertiesDisabled
3111
3160
  > = z.union([
3112
- z.lazy(() => Disabled2$outboundSchema),
3161
+ z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
3113
3162
  z.boolean(),
3114
- Disabled3$outboundSchema,
3163
+ GetConfigurationProductsDisabled3$outboundSchema,
3115
3164
  ]);
3116
3165
 
3117
3166
  /**
3118
3167
  * @internal
3119
3168
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3120
3169
  */
3121
- export namespace Disabled$ {
3122
- /** @deprecated use `Disabled$inboundSchema` instead. */
3123
- export const inboundSchema = Disabled$inboundSchema;
3124
- /** @deprecated use `Disabled$outboundSchema` instead. */
3125
- export const outboundSchema = Disabled$outboundSchema;
3126
- /** @deprecated use `Disabled$Outbound` instead. */
3127
- export type Outbound = Disabled$Outbound;
3170
+ export namespace PropertiesDisabled$ {
3171
+ /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
3172
+ export const inboundSchema = PropertiesDisabled$inboundSchema;
3173
+ /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
3174
+ export const outboundSchema = PropertiesDisabled$outboundSchema;
3175
+ /** @deprecated use `PropertiesDisabled$Outbound` instead. */
3176
+ export type Outbound = PropertiesDisabled$Outbound;
3128
3177
  }
3129
3178
 
3130
- export function disabledToJSON(disabled: Disabled): string {
3131
- return JSON.stringify(Disabled$outboundSchema.parse(disabled));
3179
+ export function propertiesDisabledToJSON(
3180
+ propertiesDisabled: PropertiesDisabled,
3181
+ ): string {
3182
+ return JSON.stringify(
3183
+ PropertiesDisabled$outboundSchema.parse(propertiesDisabled),
3184
+ );
3132
3185
  }
3133
3186
 
3134
- export function disabledFromJSON(
3187
+ export function propertiesDisabledFromJSON(
3135
3188
  jsonString: string,
3136
- ): SafeParseResult<Disabled, SDKValidationError> {
3189
+ ): SafeParseResult<PropertiesDisabled, SDKValidationError> {
3137
3190
  return safeParse(
3138
3191
  jsonString,
3139
- (x) => Disabled$inboundSchema.parse(JSON.parse(x)),
3140
- `Failed to parse 'Disabled' from JSON`,
3192
+ (x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)),
3193
+ `Failed to parse 'PropertiesDisabled' from JSON`,
3141
3194
  );
3142
3195
  }
3143
3196
 
3144
3197
  /** @internal */
3145
- export const Hidden3$inboundSchema: z.ZodNativeEnum<typeof Hidden3> = z
3146
- .nativeEnum(Hidden3);
3198
+ export const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<
3199
+ typeof GetConfigurationProductsHidden3
3200
+ > = z.nativeEnum(GetConfigurationProductsHidden3);
3147
3201
 
3148
3202
  /** @internal */
3149
- export const Hidden3$outboundSchema: z.ZodNativeEnum<typeof Hidden3> =
3150
- Hidden3$inboundSchema;
3203
+ export const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<
3204
+ typeof GetConfigurationProductsHidden3
3205
+ > = GetConfigurationProductsHidden3$inboundSchema;
3151
3206
 
3152
3207
  /**
3153
3208
  * @internal
3154
3209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3155
3210
  */
3156
- export namespace Hidden3$ {
3157
- /** @deprecated use `Hidden3$inboundSchema` instead. */
3158
- export const inboundSchema = Hidden3$inboundSchema;
3159
- /** @deprecated use `Hidden3$outboundSchema` instead. */
3160
- export const outboundSchema = Hidden3$outboundSchema;
3211
+ export namespace GetConfigurationProductsHidden3$ {
3212
+ /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
3213
+ export const inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
3214
+ /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
3215
+ export const outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
3161
3216
  }
3162
3217
 
3163
3218
  /** @internal */
3164
- export const Hidden2$inboundSchema: z.ZodType<Hidden2, z.ZodTypeDef, unknown> =
3165
- z.object({
3166
- expr: z.string(),
3167
- });
3219
+ export const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<
3220
+ GetConfigurationProductsHidden2,
3221
+ z.ZodTypeDef,
3222
+ unknown
3223
+ > = z.object({
3224
+ expr: z.string(),
3225
+ });
3168
3226
 
3169
3227
  /** @internal */
3170
- export type Hidden2$Outbound = {
3228
+ export type GetConfigurationProductsHidden2$Outbound = {
3171
3229
  expr: string;
3172
3230
  };
3173
3231
 
3174
3232
  /** @internal */
3175
- export const Hidden2$outboundSchema: z.ZodType<
3176
- Hidden2$Outbound,
3233
+ export const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<
3234
+ GetConfigurationProductsHidden2$Outbound,
3177
3235
  z.ZodTypeDef,
3178
- Hidden2
3236
+ GetConfigurationProductsHidden2
3179
3237
  > = z.object({
3180
3238
  expr: z.string(),
3181
3239
  });
@@ -3184,75 +3242,91 @@ export const Hidden2$outboundSchema: z.ZodType<
3184
3242
  * @internal
3185
3243
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3186
3244
  */
3187
- export namespace Hidden2$ {
3188
- /** @deprecated use `Hidden2$inboundSchema` instead. */
3189
- export const inboundSchema = Hidden2$inboundSchema;
3190
- /** @deprecated use `Hidden2$outboundSchema` instead. */
3191
- export const outboundSchema = Hidden2$outboundSchema;
3192
- /** @deprecated use `Hidden2$Outbound` instead. */
3193
- export type Outbound = Hidden2$Outbound;
3245
+ export namespace GetConfigurationProductsHidden2$ {
3246
+ /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
3247
+ export const inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
3248
+ /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
3249
+ export const outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
3250
+ /** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
3251
+ export type Outbound = GetConfigurationProductsHidden2$Outbound;
3194
3252
  }
3195
3253
 
3196
- export function hidden2ToJSON(hidden2: Hidden2): string {
3197
- return JSON.stringify(Hidden2$outboundSchema.parse(hidden2));
3254
+ export function getConfigurationProductsHidden2ToJSON(
3255
+ getConfigurationProductsHidden2: GetConfigurationProductsHidden2,
3256
+ ): string {
3257
+ return JSON.stringify(
3258
+ GetConfigurationProductsHidden2$outboundSchema.parse(
3259
+ getConfigurationProductsHidden2,
3260
+ ),
3261
+ );
3198
3262
  }
3199
3263
 
3200
- export function hidden2FromJSON(
3264
+ export function getConfigurationProductsHidden2FromJSON(
3201
3265
  jsonString: string,
3202
- ): SafeParseResult<Hidden2, SDKValidationError> {
3266
+ ): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError> {
3203
3267
  return safeParse(
3204
3268
  jsonString,
3205
- (x) => Hidden2$inboundSchema.parse(JSON.parse(x)),
3206
- `Failed to parse 'Hidden2' from JSON`,
3269
+ (x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)),
3270
+ `Failed to parse 'GetConfigurationProductsHidden2' from JSON`,
3207
3271
  );
3208
3272
  }
3209
3273
 
3210
3274
  /** @internal */
3211
- export const Hidden$inboundSchema: z.ZodType<Hidden, z.ZodTypeDef, unknown> = z
3212
- .union([
3213
- z.lazy(() => Hidden2$inboundSchema),
3214
- z.boolean(),
3215
- Hidden3$inboundSchema,
3216
- ]);
3275
+ export const PropertiesHidden$inboundSchema: z.ZodType<
3276
+ PropertiesHidden,
3277
+ z.ZodTypeDef,
3278
+ unknown
3279
+ > = z.union([
3280
+ z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
3281
+ z.boolean(),
3282
+ GetConfigurationProductsHidden3$inboundSchema,
3283
+ ]);
3217
3284
 
3218
3285
  /** @internal */
3219
- export type Hidden$Outbound = Hidden2$Outbound | boolean | string;
3286
+ export type PropertiesHidden$Outbound =
3287
+ | GetConfigurationProductsHidden2$Outbound
3288
+ | boolean
3289
+ | string;
3220
3290
 
3221
3291
  /** @internal */
3222
- export const Hidden$outboundSchema: z.ZodType<
3223
- Hidden$Outbound,
3292
+ export const PropertiesHidden$outboundSchema: z.ZodType<
3293
+ PropertiesHidden$Outbound,
3224
3294
  z.ZodTypeDef,
3225
- Hidden
3295
+ PropertiesHidden
3226
3296
  > = z.union([
3227
- z.lazy(() => Hidden2$outboundSchema),
3297
+ z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
3228
3298
  z.boolean(),
3229
- Hidden3$outboundSchema,
3299
+ GetConfigurationProductsHidden3$outboundSchema,
3230
3300
  ]);
3231
3301
 
3232
3302
  /**
3233
3303
  * @internal
3234
3304
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3235
3305
  */
3236
- export namespace Hidden$ {
3237
- /** @deprecated use `Hidden$inboundSchema` instead. */
3238
- export const inboundSchema = Hidden$inboundSchema;
3239
- /** @deprecated use `Hidden$outboundSchema` instead. */
3240
- export const outboundSchema = Hidden$outboundSchema;
3241
- /** @deprecated use `Hidden$Outbound` instead. */
3242
- export type Outbound = Hidden$Outbound;
3243
- }
3306
+ export namespace PropertiesHidden$ {
3307
+ /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
3308
+ export const inboundSchema = PropertiesHidden$inboundSchema;
3309
+ /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
3310
+ export const outboundSchema = PropertiesHidden$outboundSchema;
3311
+ /** @deprecated use `PropertiesHidden$Outbound` instead. */
3312
+ export type Outbound = PropertiesHidden$Outbound;
3313
+ }
3244
3314
 
3245
- export function hiddenToJSON(hidden: Hidden): string {
3246
- return JSON.stringify(Hidden$outboundSchema.parse(hidden));
3315
+ export function propertiesHiddenToJSON(
3316
+ propertiesHidden: PropertiesHidden,
3317
+ ): string {
3318
+ return JSON.stringify(
3319
+ PropertiesHidden$outboundSchema.parse(propertiesHidden),
3320
+ );
3247
3321
  }
3248
3322
 
3249
- export function hiddenFromJSON(
3323
+ export function propertiesHiddenFromJSON(
3250
3324
  jsonString: string,
3251
- ): SafeParseResult<Hidden, SDKValidationError> {
3325
+ ): SafeParseResult<PropertiesHidden, SDKValidationError> {
3252
3326
  return safeParse(
3253
3327
  jsonString,
3254
- (x) => Hidden$inboundSchema.parse(JSON.parse(x)),
3255
- `Failed to parse 'Hidden' from JSON`,
3328
+ (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)),
3329
+ `Failed to parse 'PropertiesHidden' from JSON`,
3256
3330
  );
3257
3331
  }
3258
3332
 
@@ -3264,22 +3338,30 @@ export const Properties9$inboundSchema: z.ZodType<
3264
3338
  > = z.object({
3265
3339
  value: z.lazy(() => PropertiesValue$inboundSchema),
3266
3340
  disabled: z.union([
3267
- z.lazy(() => Disabled2$inboundSchema),
3341
+ z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
3268
3342
  z.boolean(),
3269
- Disabled3$inboundSchema,
3343
+ GetConfigurationProductsDisabled3$inboundSchema,
3270
3344
  ]).optional(),
3271
3345
  hidden: z.union([
3272
- z.lazy(() => Hidden2$inboundSchema),
3346
+ z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
3273
3347
  z.boolean(),
3274
- Hidden3$inboundSchema,
3348
+ GetConfigurationProductsHidden3$inboundSchema,
3275
3349
  ]).optional(),
3276
3350
  });
3277
3351
 
3278
3352
  /** @internal */
3279
3353
  export type Properties9$Outbound = {
3280
3354
  value: PropertiesValue$Outbound;
3281
- disabled?: Disabled2$Outbound | boolean | string | undefined;
3282
- hidden?: Hidden2$Outbound | boolean | string | undefined;
3355
+ disabled?:
3356
+ | GetConfigurationProductsDisabled2$Outbound
3357
+ | boolean
3358
+ | string
3359
+ | undefined;
3360
+ hidden?:
3361
+ | GetConfigurationProductsHidden2$Outbound
3362
+ | boolean
3363
+ | string
3364
+ | undefined;
3283
3365
  };
3284
3366
 
3285
3367
  /** @internal */
@@ -3290,14 +3372,14 @@ export const Properties9$outboundSchema: z.ZodType<
3290
3372
  > = z.object({
3291
3373
  value: z.lazy(() => PropertiesValue$outboundSchema),
3292
3374
  disabled: z.union([
3293
- z.lazy(() => Disabled2$outboundSchema),
3375
+ z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
3294
3376
  z.boolean(),
3295
- Disabled3$outboundSchema,
3377
+ GetConfigurationProductsDisabled3$outboundSchema,
3296
3378
  ]).optional(),
3297
3379
  hidden: z.union([
3298
- z.lazy(() => Hidden2$outboundSchema),
3380
+ z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
3299
3381
  z.boolean(),
3300
- Hidden3$outboundSchema,
3382
+ GetConfigurationProductsHidden3$outboundSchema,
3301
3383
  ]).optional(),
3302
3384
  });
3303
3385
 
@@ -3413,65 +3495,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
3413
3495
  }
3414
3496
 
3415
3497
  /** @internal */
3416
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema:
3498
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema:
3417
3499
  z.ZodType<
3418
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3500
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540,
3419
3501
  z.ZodTypeDef,
3420
3502
  unknown
3421
3503
  > = z.object({});
3422
3504
 
3423
3505
  /** @internal */
3424
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound =
3506
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound =
3425
3507
  {};
3426
3508
 
3427
3509
  /** @internal */
3428
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema:
3510
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema:
3429
3511
  z.ZodType<
3430
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound,
3512
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound,
3431
3513
  z.ZodTypeDef,
3432
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263
3514
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540
3433
3515
  > = z.object({});
3434
3516
 
3435
3517
  /**
3436
3518
  * @internal
3437
3519
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3438
3520
  */
3439
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ {
3440
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
3521
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$ {
3522
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
3441
3523
  export const inboundSchema =
3442
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema;
3443
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
3524
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema;
3525
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
3444
3526
  export const outboundSchema =
3445
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema;
3446
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
3527
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema;
3528
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound` instead. */
3447
3529
  export type Outbound =
3448
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
3530
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound;
3449
3531
  }
3450
3532
 
3451
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263ToJSON(
3452
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263:
3453
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3533
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540ToJSON(
3534
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540:
3535
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540,
3454
3536
  ): string {
3455
3537
  return JSON.stringify(
3456
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
3538
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema
3457
3539
  .parse(
3458
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3540
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540,
3459
3541
  ),
3460
3542
  );
3461
3543
  }
3462
3544
 
3463
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263FromJSON(
3545
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540FromJSON(
3464
3546
  jsonString: string,
3465
3547
  ): SafeParseResult<
3466
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3548
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540,
3467
3549
  SDKValidationError
3468
3550
  > {
3469
3551
  return safeParse(
3470
3552
  jsonString,
3471
3553
  (x) =>
3472
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
3554
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema
3473
3555
  .parse(JSON.parse(x)),
3474
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263' from JSON`,
3556
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540' from JSON`,
3475
3557
  );
3476
3558
  }
3477
3559
 
@@ -3482,20 +3564,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
3482
3564
  z.ZodTypeDef,
3483
3565
  unknown
3484
3566
  > = z.object({
3485
- "__@BRAND@446263": z.lazy(() =>
3486
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
3567
+ "__@BRAND@502540": z.lazy(() =>
3568
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema
3487
3569
  ),
3488
3570
  }).transform((v) => {
3489
3571
  return remap$(v, {
3490
- "__@BRAND@446263": "atBRANDAt446263",
3572
+ "__@BRAND@502540": "atBRANDAt502540",
3491
3573
  });
3492
3574
  });
3493
3575
 
3494
3576
  /** @internal */
3495
3577
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
3496
3578
  {
3497
- "__@BRAND@446263":
3498
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
3579
+ "__@BRAND@502540":
3580
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound;
3499
3581
  };
3500
3582
 
3501
3583
  /** @internal */
@@ -3505,12 +3587,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
3505
3587
  z.ZodTypeDef,
3506
3588
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength
3507
3589
  > = z.object({
3508
- atBRANDAt446263: z.lazy(() =>
3509
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
3590
+ atBRANDAt502540: z.lazy(() =>
3591
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema
3510
3592
  ),
3511
3593
  }).transform((v) => {
3512
3594
  return remap$(v, {
3513
- atBRANDAt446263: "__@BRAND@446263",
3595
+ atBRANDAt502540: "__@BRAND@502540",
3514
3596
  });
3515
3597
  });
3516
3598
 
@@ -3556,65 +3638,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
3556
3638
  }
3557
3639
 
3558
3640
  /** @internal */
3559
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema:
3641
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema:
3560
3642
  z.ZodType<
3561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3643
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540,
3562
3644
  z.ZodTypeDef,
3563
3645
  unknown
3564
3646
  > = z.object({});
3565
3647
 
3566
3648
  /** @internal */
3567
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound =
3649
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound =
3568
3650
  {};
3569
3651
 
3570
3652
  /** @internal */
3571
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema:
3653
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema:
3572
3654
  z.ZodType<
3573
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound,
3655
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound,
3574
3656
  z.ZodTypeDef,
3575
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263
3657
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540
3576
3658
  > = z.object({});
3577
3659
 
3578
3660
  /**
3579
3661
  * @internal
3580
3662
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3581
3663
  */
3582
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ {
3583
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema` instead. */
3664
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$ {
3665
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema` instead. */
3584
3666
  export const inboundSchema =
3585
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema;
3586
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema` instead. */
3667
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema;
3668
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema` instead. */
3587
3669
  export const outboundSchema =
3588
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema;
3589
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound` instead. */
3670
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema;
3671
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound` instead. */
3590
3672
  export type Outbound =
3591
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
3673
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound;
3592
3674
  }
3593
3675
 
3594
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263ToJSON(
3595
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263:
3596
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3676
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540ToJSON(
3677
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540:
3678
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540,
3597
3679
  ): string {
3598
3680
  return JSON.stringify(
3599
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
3681
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema
3600
3682
  .parse(
3601
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3683
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540,
3602
3684
  ),
3603
3685
  );
3604
3686
  }
3605
3687
 
3606
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263FromJSON(
3688
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540FromJSON(
3607
3689
  jsonString: string,
3608
3690
  ): SafeParseResult<
3609
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3691
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540,
3610
3692
  SDKValidationError
3611
3693
  > {
3612
3694
  return safeParse(
3613
3695
  jsonString,
3614
3696
  (x) =>
3615
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
3697
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema
3616
3698
  .parse(JSON.parse(x)),
3617
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263' from JSON`,
3699
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540' from JSON`,
3618
3700
  );
3619
3701
  }
3620
3702
 
@@ -3625,20 +3707,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
3625
3707
  z.ZodTypeDef,
3626
3708
  unknown
3627
3709
  > = z.object({
3628
- "__@BRAND@446263": z.lazy(() =>
3629
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
3710
+ "__@BRAND@502540": z.lazy(() =>
3711
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema
3630
3712
  ),
3631
3713
  }).transform((v) => {
3632
3714
  return remap$(v, {
3633
- "__@BRAND@446263": "atBRANDAt446263",
3715
+ "__@BRAND@502540": "atBRANDAt502540",
3634
3716
  });
3635
3717
  });
3636
3718
 
3637
3719
  /** @internal */
3638
3720
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
3639
3721
  {
3640
- "__@BRAND@446263":
3641
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
3722
+ "__@BRAND@502540":
3723
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound;
3642
3724
  };
3643
3725
 
3644
3726
  /** @internal */
@@ -3648,12 +3730,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
3648
3730
  z.ZodTypeDef,
3649
3731
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
3650
3732
  > = z.object({
3651
- atBRANDAt446263: z.lazy(() =>
3652
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
3733
+ atBRANDAt502540: z.lazy(() =>
3734
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema
3653
3735
  ),
3654
3736
  }).transform((v) => {
3655
3737
  return remap$(v, {
3656
- atBRANDAt446263: "__@BRAND@446263",
3738
+ atBRANDAt502540: "__@BRAND@502540",
3657
3739
  });
3658
3740
  });
3659
3741
 
@@ -3699,65 +3781,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
3699
3781
  }
3700
3782
 
3701
3783
  /** @internal */
3702
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema:
3784
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema:
3703
3785
  z.ZodType<
3704
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3786
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540,
3705
3787
  z.ZodTypeDef,
3706
3788
  unknown
3707
3789
  > = z.object({});
3708
3790
 
3709
3791
  /** @internal */
3710
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound =
3792
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound =
3711
3793
  {};
3712
3794
 
3713
3795
  /** @internal */
3714
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema:
3796
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema:
3715
3797
  z.ZodType<
3716
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound,
3798
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound,
3717
3799
  z.ZodTypeDef,
3718
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263
3800
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540
3719
3801
  > = z.object({});
3720
3802
 
3721
3803
  /**
3722
3804
  * @internal
3723
3805
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3724
3806
  */
3725
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ {
3726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema` instead. */
3807
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$ {
3808
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema` instead. */
3727
3809
  export const inboundSchema =
3728
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema;
3729
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema` instead. */
3810
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema;
3811
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema` instead. */
3730
3812
  export const outboundSchema =
3731
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema;
3732
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound` instead. */
3813
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema;
3814
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound` instead. */
3733
3815
  export type Outbound =
3734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
3816
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound;
3735
3817
  }
3736
3818
 
3737
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263ToJSON(
3738
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263:
3739
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3819
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540ToJSON(
3820
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540:
3821
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540,
3740
3822
  ): string {
3741
3823
  return JSON.stringify(
3742
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
3824
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema
3743
3825
  .parse(
3744
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3826
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540,
3745
3827
  ),
3746
3828
  );
3747
3829
  }
3748
3830
 
3749
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263FromJSON(
3831
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540FromJSON(
3750
3832
  jsonString: string,
3751
3833
  ): SafeParseResult<
3752
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3834
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540,
3753
3835
  SDKValidationError
3754
3836
  > {
3755
3837
  return safeParse(
3756
3838
  jsonString,
3757
3839
  (x) =>
3758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
3840
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema
3759
3841
  .parse(JSON.parse(x)),
3760
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263' from JSON`,
3842
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540' from JSON`,
3761
3843
  );
3762
3844
  }
3763
3845
 
@@ -3768,20 +3850,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
3768
3850
  z.ZodTypeDef,
3769
3851
  unknown
3770
3852
  > = z.object({
3771
- "__@BRAND@446263": z.lazy(() =>
3772
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
3853
+ "__@BRAND@502540": z.lazy(() =>
3854
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema
3773
3855
  ),
3774
3856
  }).transform((v) => {
3775
3857
  return remap$(v, {
3776
- "__@BRAND@446263": "atBRANDAt446263",
3858
+ "__@BRAND@502540": "atBRANDAt502540",
3777
3859
  });
3778
3860
  });
3779
3861
 
3780
3862
  /** @internal */
3781
3863
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
3782
3864
  {
3783
- "__@BRAND@446263":
3784
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
3865
+ "__@BRAND@502540":
3866
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound;
3785
3867
  };
3786
3868
 
3787
3869
  /** @internal */
@@ -3791,12 +3873,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
3791
3873
  z.ZodTypeDef,
3792
3874
  GetConfigurationProductsPropertiesIntegrationsResponsePattern
3793
3875
  > = z.object({
3794
- atBRANDAt446263: z.lazy(() =>
3795
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
3876
+ atBRANDAt502540: z.lazy(() =>
3877
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema
3796
3878
  ),
3797
3879
  }).transform((v) => {
3798
3880
  return remap$(v, {
3799
- atBRANDAt446263: "__@BRAND@446263",
3881
+ atBRANDAt502540: "__@BRAND@502540",
3800
3882
  });
3801
3883
  });
3802
3884
 
@@ -3948,65 +4030,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
3948
4030
  }
3949
4031
 
3950
4032
  /** @internal */
3951
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema:
4033
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema:
3952
4034
  z.ZodType<
3953
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
4035
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540,
3954
4036
  z.ZodTypeDef,
3955
4037
  unknown
3956
4038
  > = z.object({});
3957
4039
 
3958
4040
  /** @internal */
3959
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound =
4041
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound =
3960
4042
  {};
3961
4043
 
3962
4044
  /** @internal */
3963
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema:
4045
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema:
3964
4046
  z.ZodType<
3965
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound,
4047
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound,
3966
4048
  z.ZodTypeDef,
3967
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263
4049
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540
3968
4050
  > = z.object({});
3969
4051
 
3970
4052
  /**
3971
4053
  * @internal
3972
4054
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3973
4055
  */
3974
- export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ {
3975
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
4056
+ export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$ {
4057
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
3976
4058
  export const inboundSchema =
3977
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema;
3978
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
4059
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema;
4060
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
3979
4061
  export const outboundSchema =
3980
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema;
3981
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
4062
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema;
4063
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound` instead. */
3982
4064
  export type Outbound =
3983
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
4065
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound;
3984
4066
  }
3985
4067
 
3986
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263ToJSON(
3987
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263:
3988
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
4068
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540ToJSON(
4069
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540:
4070
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540,
3989
4071
  ): string {
3990
4072
  return JSON.stringify(
3991
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
4073
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema
3992
4074
  .parse(
3993
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
4075
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540,
3994
4076
  ),
3995
4077
  );
3996
4078
  }
3997
4079
 
3998
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263FromJSON(
4080
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540FromJSON(
3999
4081
  jsonString: string,
4000
4082
  ): SafeParseResult<
4001
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
4083
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540,
4002
4084
  SDKValidationError
4003
4085
  > {
4004
4086
  return safeParse(
4005
4087
  jsonString,
4006
4088
  (x) =>
4007
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
4089
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema
4008
4090
  .parse(JSON.parse(x)),
4009
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263' from JSON`,
4091
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540' from JSON`,
4010
4092
  );
4011
4093
  }
4012
4094
 
@@ -4016,19 +4098,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
4016
4098
  z.ZodTypeDef,
4017
4099
  unknown
4018
4100
  > = z.object({
4019
- "__@BRAND@446263": z.lazy(() =>
4020
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
4101
+ "__@BRAND@502540": z.lazy(() =>
4102
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema
4021
4103
  ),
4022
4104
  }).transform((v) => {
4023
4105
  return remap$(v, {
4024
- "__@BRAND@446263": "atBRANDAt446263",
4106
+ "__@BRAND@502540": "atBRANDAt502540",
4025
4107
  });
4026
4108
  });
4027
4109
 
4028
4110
  /** @internal */
4029
4111
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
4030
- "__@BRAND@446263":
4031
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
4112
+ "__@BRAND@502540":
4113
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound;
4032
4114
  };
4033
4115
 
4034
4116
  /** @internal */
@@ -4037,12 +4119,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
4037
4119
  z.ZodTypeDef,
4038
4120
  GetConfigurationProductsUiOptionsValue
4039
4121
  > = z.object({
4040
- atBRANDAt446263: z.lazy(() =>
4041
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
4122
+ atBRANDAt502540: z.lazy(() =>
4123
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema
4042
4124
  ),
4043
4125
  }).transform((v) => {
4044
4126
  return remap$(v, {
4045
- atBRANDAt446263: "__@BRAND@446263",
4127
+ atBRANDAt502540: "__@BRAND@502540",
4046
4128
  });
4047
4129
  });
4048
4130
 
@@ -4524,64 +4606,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
4524
4606
  }
4525
4607
 
4526
4608
  /** @internal */
4527
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema:
4609
+ export const GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema:
4528
4610
  z.ZodType<
4529
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4611
+ GetConfigurationProductsUiOptionsAtBRANDAt502540,
4530
4612
  z.ZodTypeDef,
4531
4613
  unknown
4532
4614
  > = z.object({});
4533
4615
 
4534
4616
  /** @internal */
4535
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound = {};
4617
+ export type GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound = {};
4536
4618
 
4537
4619
  /** @internal */
4538
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema:
4620
+ export const GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema:
4539
4621
  z.ZodType<
4540
- GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound,
4622
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound,
4541
4623
  z.ZodTypeDef,
4542
- GetConfigurationProductsUiOptionsAtBRANDAt446263
4624
+ GetConfigurationProductsUiOptionsAtBRANDAt502540
4543
4625
  > = z.object({});
4544
4626
 
4545
4627
  /**
4546
4628
  * @internal
4547
4629
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4548
4630
  */
4549
- export namespace GetConfigurationProductsUiOptionsAtBRANDAt446263$ {
4550
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema` instead. */
4631
+ export namespace GetConfigurationProductsUiOptionsAtBRANDAt502540$ {
4632
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema` instead. */
4551
4633
  export const inboundSchema =
4552
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema;
4553
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema` instead. */
4634
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema;
4635
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema` instead. */
4554
4636
  export const outboundSchema =
4555
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema;
4556
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound` instead. */
4637
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema;
4638
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound` instead. */
4557
4639
  export type Outbound =
4558
- GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
4640
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound;
4559
4641
  }
4560
4642
 
4561
- export function getConfigurationProductsUiOptionsAtBRANDAt446263ToJSON(
4562
- getConfigurationProductsUiOptionsAtBRANDAt446263:
4563
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4643
+ export function getConfigurationProductsUiOptionsAtBRANDAt502540ToJSON(
4644
+ getConfigurationProductsUiOptionsAtBRANDAt502540:
4645
+ GetConfigurationProductsUiOptionsAtBRANDAt502540,
4564
4646
  ): string {
4565
4647
  return JSON.stringify(
4566
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema.parse(
4567
- getConfigurationProductsUiOptionsAtBRANDAt446263,
4648
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema.parse(
4649
+ getConfigurationProductsUiOptionsAtBRANDAt502540,
4568
4650
  ),
4569
4651
  );
4570
4652
  }
4571
4653
 
4572
- export function getConfigurationProductsUiOptionsAtBRANDAt446263FromJSON(
4654
+ export function getConfigurationProductsUiOptionsAtBRANDAt502540FromJSON(
4573
4655
  jsonString: string,
4574
4656
  ): SafeParseResult<
4575
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4657
+ GetConfigurationProductsUiOptionsAtBRANDAt502540,
4576
4658
  SDKValidationError
4577
4659
  > {
4578
4660
  return safeParse(
4579
4661
  jsonString,
4580
4662
  (x) =>
4581
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema.parse(
4663
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema.parse(
4582
4664
  JSON.parse(x),
4583
4665
  ),
4584
- `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt446263' from JSON`,
4666
+ `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt502540' from JSON`,
4585
4667
  );
4586
4668
  }
4587
4669
 
@@ -4591,18 +4673,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
4591
4673
  z.ZodTypeDef,
4592
4674
  unknown
4593
4675
  > = z.object({
4594
- "__@BRAND@446263": z.lazy(() =>
4595
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema
4676
+ "__@BRAND@502540": z.lazy(() =>
4677
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema
4596
4678
  ),
4597
4679
  }).transform((v) => {
4598
4680
  return remap$(v, {
4599
- "__@BRAND@446263": "atBRANDAt446263",
4681
+ "__@BRAND@502540": "atBRANDAt502540",
4600
4682
  });
4601
4683
  });
4602
4684
 
4603
4685
  /** @internal */
4604
4686
  export type GetConfigurationProductsUiOptions2$Outbound = {
4605
- "__@BRAND@446263": GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
4687
+ "__@BRAND@502540": GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound;
4606
4688
  };
4607
4689
 
4608
4690
  /** @internal */
@@ -4611,12 +4693,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
4611
4693
  z.ZodTypeDef,
4612
4694
  GetConfigurationProductsUiOptions2
4613
4695
  > = z.object({
4614
- atBRANDAt446263: z.lazy(() =>
4615
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema
4696
+ atBRANDAt502540: z.lazy(() =>
4697
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema
4616
4698
  ),
4617
4699
  }).transform((v) => {
4618
4700
  return remap$(v, {
4619
- atBRANDAt446263: "__@BRAND@446263",
4701
+ atBRANDAt502540: "__@BRAND@502540",
4620
4702
  });
4621
4703
  });
4622
4704
 
@@ -5898,84 +5980,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
5898
5980
  }
5899
5981
 
5900
5982
  /** @internal */
5901
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema:
5983
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema:
5902
5984
  z.ZodType<
5903
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
5985
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540,
5904
5986
  z.ZodTypeDef,
5905
5987
  unknown
5906
5988
  > = z.object({});
5907
5989
 
5908
5990
  /** @internal */
5909
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound =
5991
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound =
5910
5992
  {};
5911
5993
 
5912
5994
  /** @internal */
5913
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema:
5995
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema:
5914
5996
  z.ZodType<
5915
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound,
5997
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound,
5916
5998
  z.ZodTypeDef,
5917
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263
5999
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540
5918
6000
  > = z.object({});
5919
6001
 
5920
6002
  /**
5921
6003
  * @internal
5922
6004
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5923
6005
  */
5924
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ {
5925
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema` instead. */
6006
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$ {
6007
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema` instead. */
5926
6008
  export const inboundSchema =
5927
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema;
5928
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema` instead. */
6009
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema;
6010
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema` instead. */
5929
6011
  export const outboundSchema =
5930
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema;
5931
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound` instead. */
6012
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema;
6013
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound` instead. */
5932
6014
  export type Outbound =
5933
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
6015
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound;
5934
6016
  }
5935
6017
 
5936
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263ToJSON(
5937
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263:
5938
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
6018
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540ToJSON(
6019
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540:
6020
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540,
5939
6021
  ): string {
5940
6022
  return JSON.stringify(
5941
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
6023
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema
5942
6024
  .parse(
5943
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
6025
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540,
5944
6026
  ),
5945
6027
  );
5946
6028
  }
5947
6029
 
5948
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263FromJSON(
6030
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540FromJSON(
5949
6031
  jsonString: string,
5950
6032
  ): SafeParseResult<
5951
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
6033
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540,
5952
6034
  SDKValidationError
5953
6035
  > {
5954
6036
  return safeParse(
5955
6037
  jsonString,
5956
6038
  (x) =>
5957
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
6039
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema
5958
6040
  .parse(JSON.parse(x)),
5959
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263' from JSON`,
6041
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540' from JSON`,
5960
6042
  );
5961
6043
  }
5962
6044
 
5963
6045
  /** @internal */
5964
6046
  export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
5965
6047
  z.object({
5966
- "__@BRAND@446263": z.lazy(() =>
5967
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
6048
+ "__@BRAND@502540": z.lazy(() =>
6049
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema
5968
6050
  ),
5969
6051
  }).transform((v) => {
5970
6052
  return remap$(v, {
5971
- "__@BRAND@446263": "atBRANDAt446263",
6053
+ "__@BRAND@502540": "atBRANDAt502540",
5972
6054
  });
5973
6055
  });
5974
6056
 
5975
6057
  /** @internal */
5976
6058
  export type Default$Outbound = {
5977
- "__@BRAND@446263":
5978
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
6059
+ "__@BRAND@502540":
6060
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound;
5979
6061
  };
5980
6062
 
5981
6063
  /** @internal */
@@ -5984,12 +6066,12 @@ export const Default$outboundSchema: z.ZodType<
5984
6066
  z.ZodTypeDef,
5985
6067
  Default
5986
6068
  > = z.object({
5987
- atBRANDAt446263: z.lazy(() =>
5988
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
6069
+ atBRANDAt502540: z.lazy(() =>
6070
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema
5989
6071
  ),
5990
6072
  }).transform((v) => {
5991
6073
  return remap$(v, {
5992
- atBRANDAt446263: "__@BRAND@446263",
6074
+ atBRANDAt502540: "__@BRAND@502540",
5993
6075
  });
5994
6076
  });
5995
6077
 
@@ -6021,84 +6103,84 @@ export function defaultFromJSON(
6021
6103
  }
6022
6104
 
6023
6105
  /** @internal */
6024
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema:
6106
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema:
6025
6107
  z.ZodType<
6026
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6108
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540,
6027
6109
  z.ZodTypeDef,
6028
6110
  unknown
6029
6111
  > = z.object({});
6030
6112
 
6031
6113
  /** @internal */
6032
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound =
6114
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound =
6033
6115
  {};
6034
6116
 
6035
6117
  /** @internal */
6036
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema:
6118
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema:
6037
6119
  z.ZodType<
6038
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound,
6120
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound,
6039
6121
  z.ZodTypeDef,
6040
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263
6122
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540
6041
6123
  > = z.object({});
6042
6124
 
6043
6125
  /**
6044
6126
  * @internal
6045
6127
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6046
6128
  */
6047
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ {
6048
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema` instead. */
6129
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$ {
6130
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema` instead. */
6049
6131
  export const inboundSchema =
6050
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema;
6051
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema` instead. */
6132
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema;
6133
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema` instead. */
6052
6134
  export const outboundSchema =
6053
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema;
6054
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound` instead. */
6135
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema;
6136
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound` instead. */
6055
6137
  export type Outbound =
6056
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
6138
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound;
6057
6139
  }
6058
6140
 
6059
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263ToJSON(
6060
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263:
6061
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6141
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540ToJSON(
6142
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540:
6143
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540,
6062
6144
  ): string {
6063
6145
  return JSON.stringify(
6064
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
6146
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema
6065
6147
  .parse(
6066
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6148
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540,
6067
6149
  ),
6068
6150
  );
6069
6151
  }
6070
6152
 
6071
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263FromJSON(
6153
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540FromJSON(
6072
6154
  jsonString: string,
6073
6155
  ): SafeParseResult<
6074
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6156
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540,
6075
6157
  SDKValidationError
6076
6158
  > {
6077
6159
  return safeParse(
6078
6160
  jsonString,
6079
6161
  (x) =>
6080
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
6162
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema
6081
6163
  .parse(JSON.parse(x)),
6082
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263' from JSON`,
6164
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540' from JSON`,
6083
6165
  );
6084
6166
  }
6085
6167
 
6086
6168
  /** @internal */
6087
6169
  export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
6088
6170
  z.object({
6089
- "__@BRAND@446263": z.lazy(() =>
6090
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
6171
+ "__@BRAND@502540": z.lazy(() =>
6172
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema
6091
6173
  ),
6092
6174
  }).transform((v) => {
6093
6175
  return remap$(v, {
6094
- "__@BRAND@446263": "atBRANDAt446263",
6176
+ "__@BRAND@502540": "atBRANDAt502540",
6095
6177
  });
6096
6178
  });
6097
6179
 
6098
6180
  /** @internal */
6099
6181
  export type Example$Outbound = {
6100
- "__@BRAND@446263":
6101
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
6182
+ "__@BRAND@502540":
6183
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound;
6102
6184
  };
6103
6185
 
6104
6186
  /** @internal */
@@ -6107,12 +6189,12 @@ export const Example$outboundSchema: z.ZodType<
6107
6189
  z.ZodTypeDef,
6108
6190
  Example
6109
6191
  > = z.object({
6110
- atBRANDAt446263: z.lazy(() =>
6111
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
6192
+ atBRANDAt502540: z.lazy(() =>
6193
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema
6112
6194
  ),
6113
6195
  }).transform((v) => {
6114
6196
  return remap$(v, {
6115
- atBRANDAt446263: "__@BRAND@446263",
6197
+ atBRANDAt502540: "__@BRAND@502540",
6116
6198
  });
6117
6199
  });
6118
6200
 
@@ -6410,63 +6492,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
6410
6492
  }
6411
6493
 
6412
6494
  /** @internal */
6413
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema:
6495
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema:
6414
6496
  z.ZodType<
6415
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6497
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540,
6416
6498
  z.ZodTypeDef,
6417
6499
  unknown
6418
6500
  > = z.object({});
6419
6501
 
6420
6502
  /** @internal */
6421
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound =
6503
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound =
6422
6504
  {};
6423
6505
 
6424
6506
  /** @internal */
6425
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema:
6507
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema:
6426
6508
  z.ZodType<
6427
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound,
6509
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound,
6428
6510
  z.ZodTypeDef,
6429
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263
6511
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540
6430
6512
  > = z.object({});
6431
6513
 
6432
6514
  /**
6433
6515
  * @internal
6434
6516
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6435
6517
  */
6436
- export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ {
6437
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema` instead. */
6518
+ export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$ {
6519
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema` instead. */
6438
6520
  export const inboundSchema =
6439
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema;
6440
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema` instead. */
6521
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema;
6522
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema` instead. */
6441
6523
  export const outboundSchema =
6442
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema;
6443
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound` instead. */
6524
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema;
6525
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound` instead. */
6444
6526
  export type Outbound =
6445
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
6527
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound;
6446
6528
  }
6447
6529
 
6448
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263ToJSON(
6449
- getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263:
6450
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6530
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540ToJSON(
6531
+ getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540:
6532
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540,
6451
6533
  ): string {
6452
6534
  return JSON.stringify(
6453
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
6454
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263),
6535
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema
6536
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540),
6455
6537
  );
6456
6538
  }
6457
6539
 
6458
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263FromJSON(
6540
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540FromJSON(
6459
6541
  jsonString: string,
6460
6542
  ): SafeParseResult<
6461
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6543
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540,
6462
6544
  SDKValidationError
6463
6545
  > {
6464
6546
  return safeParse(
6465
6547
  jsonString,
6466
6548
  (x) =>
6467
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
6549
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema
6468
6550
  .parse(JSON.parse(x)),
6469
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263' from JSON`,
6551
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540' from JSON`,
6470
6552
  );
6471
6553
  }
6472
6554
 
@@ -6476,19 +6558,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
6476
6558
  z.ZodTypeDef,
6477
6559
  unknown
6478
6560
  > = z.object({
6479
- "__@BRAND@446263": z.lazy(() =>
6480
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
6561
+ "__@BRAND@502540": z.lazy(() =>
6562
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema
6481
6563
  ),
6482
6564
  }).transform((v) => {
6483
6565
  return remap$(v, {
6484
- "__@BRAND@446263": "atBRANDAt446263",
6566
+ "__@BRAND@502540": "atBRANDAt502540",
6485
6567
  });
6486
6568
  });
6487
6569
 
6488
6570
  /** @internal */
6489
6571
  export type UiOptionsValue$Outbound = {
6490
- "__@BRAND@446263":
6491
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
6572
+ "__@BRAND@502540":
6573
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound;
6492
6574
  };
6493
6575
 
6494
6576
  /** @internal */
@@ -6497,12 +6579,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
6497
6579
  z.ZodTypeDef,
6498
6580
  UiOptionsValue
6499
6581
  > = z.object({
6500
- atBRANDAt446263: z.lazy(() =>
6501
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
6582
+ atBRANDAt502540: z.lazy(() =>
6583
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema
6502
6584
  ),
6503
6585
  }).transform((v) => {
6504
6586
  return remap$(v, {
6505
- atBRANDAt446263: "__@BRAND@446263",
6587
+ atBRANDAt502540: "__@BRAND@502540",
6506
6588
  });
6507
6589
  });
6508
6590
 
@@ -6534,34 +6616,37 @@ export function uiOptionsValueFromJSON(
6534
6616
  }
6535
6617
 
6536
6618
  /** @internal */
6537
- export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema:
6619
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema:
6538
6620
  z.ZodNativeEnum<
6539
- typeof GetConfigurationProductsDisabledIntegrationsResponse3
6540
- > = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
6621
+ typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
6622
+ > = z.nativeEnum(
6623
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3,
6624
+ );
6541
6625
 
6542
6626
  /** @internal */
6543
- export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema:
6627
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema:
6544
6628
  z.ZodNativeEnum<
6545
- typeof GetConfigurationProductsDisabledIntegrationsResponse3
6546
- > = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
6629
+ typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
6630
+ > =
6631
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
6547
6632
 
6548
6633
  /**
6549
6634
  * @internal
6550
6635
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6551
6636
  */
6552
- export namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
6553
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
6637
+ export namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
6638
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
6554
6639
  export const inboundSchema =
6555
- GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
6556
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
6640
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
6641
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
6557
6642
  export const outboundSchema =
6558
- GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
6643
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
6559
6644
  }
6560
6645
 
6561
6646
  /** @internal */
6562
- export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema:
6647
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema:
6563
6648
  z.ZodType<
6564
- GetConfigurationProductsDisabledIntegrationsResponse2,
6649
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6565
6650
  z.ZodTypeDef,
6566
6651
  unknown
6567
6652
  > = z.object({
@@ -6569,16 +6654,17 @@ export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
6569
6654
  });
6570
6655
 
6571
6656
  /** @internal */
6572
- export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
6573
- expr: string;
6574
- };
6657
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound =
6658
+ {
6659
+ expr: string;
6660
+ };
6575
6661
 
6576
6662
  /** @internal */
6577
- export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema:
6663
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema:
6578
6664
  z.ZodType<
6579
- GetConfigurationProductsDisabledIntegrationsResponse2$Outbound,
6665
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound,
6580
6666
  z.ZodTypeDef,
6581
- GetConfigurationProductsDisabledIntegrationsResponse2
6667
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
6582
6668
  > = z.object({
6583
6669
  expr: z.string(),
6584
6670
  });
@@ -6587,42 +6673,42 @@ export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchem
6587
6673
  * @internal
6588
6674
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6589
6675
  */
6590
- export namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
6591
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
6676
+ export namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
6677
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
6592
6678
  export const inboundSchema =
6593
- GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
6594
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
6679
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
6680
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
6595
6681
  export const outboundSchema =
6596
- GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
6597
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
6682
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
6683
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
6598
6684
  export type Outbound =
6599
- GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
6685
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
6600
6686
  }
6601
6687
 
6602
- export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(
6603
- getConfigurationProductsDisabledIntegrationsResponse2:
6604
- GetConfigurationProductsDisabledIntegrationsResponse2,
6688
+ export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(
6689
+ getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2:
6690
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6605
6691
  ): string {
6606
6692
  return JSON.stringify(
6607
- GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(
6608
- getConfigurationProductsDisabledIntegrationsResponse2,
6609
- ),
6693
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6694
+ .parse(
6695
+ getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6696
+ ),
6610
6697
  );
6611
6698
  }
6612
6699
 
6613
- export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(
6700
+ export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(
6614
6701
  jsonString: string,
6615
6702
  ): SafeParseResult<
6616
- GetConfigurationProductsDisabledIntegrationsResponse2,
6703
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6617
6704
  SDKValidationError
6618
6705
  > {
6619
6706
  return safeParse(
6620
6707
  jsonString,
6621
6708
  (x) =>
6622
- GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(
6623
- JSON.parse(x),
6624
- ),
6625
- `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`,
6709
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6710
+ .parse(JSON.parse(x)),
6711
+ `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`,
6626
6712
  );
6627
6713
  }
6628
6714
 
@@ -6633,15 +6719,15 @@ export const GetConfigurationProductsUiOptionsDisabled$inboundSchema: z.ZodType<
6633
6719
  unknown
6634
6720
  > = z.union([
6635
6721
  z.lazy(() =>
6636
- GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
6722
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6637
6723
  ),
6638
6724
  z.boolean(),
6639
- GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
6725
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
6640
6726
  ]);
6641
6727
 
6642
6728
  /** @internal */
6643
6729
  export type GetConfigurationProductsUiOptionsDisabled$Outbound =
6644
- | GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
6730
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
6645
6731
  | boolean
6646
6732
  | string;
6647
6733
 
@@ -6653,10 +6739,10 @@ export const GetConfigurationProductsUiOptionsDisabled$outboundSchema:
6653
6739
  GetConfigurationProductsUiOptionsDisabled
6654
6740
  > = z.union([
6655
6741
  z.lazy(() =>
6656
- GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
6742
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6657
6743
  ),
6658
6744
  z.boolean(),
6659
- GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
6745
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
6660
6746
  ]);
6661
6747
 
6662
6748
  /**
@@ -6702,32 +6788,37 @@ export function getConfigurationProductsUiOptionsDisabledFromJSON(
6702
6788
  }
6703
6789
 
6704
6790
  /** @internal */
6705
- export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema:
6706
- z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
6707
- z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
6791
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema:
6792
+ z.ZodNativeEnum<
6793
+ typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
6794
+ > = z.nativeEnum(
6795
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3,
6796
+ );
6708
6797
 
6709
6798
  /** @internal */
6710
- export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema:
6711
- z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
6712
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
6799
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema:
6800
+ z.ZodNativeEnum<
6801
+ typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
6802
+ > =
6803
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
6713
6804
 
6714
6805
  /**
6715
6806
  * @internal
6716
6807
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6717
6808
  */
6718
- export namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
6719
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
6809
+ export namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
6810
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
6720
6811
  export const inboundSchema =
6721
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
6722
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
6812
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
6813
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
6723
6814
  export const outboundSchema =
6724
- GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
6815
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
6725
6816
  }
6726
6817
 
6727
6818
  /** @internal */
6728
- export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema:
6819
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema:
6729
6820
  z.ZodType<
6730
- GetConfigurationProductsHiddenIntegrationsResponse2,
6821
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6731
6822
  z.ZodTypeDef,
6732
6823
  unknown
6733
6824
  > = z.object({
@@ -6735,16 +6826,17 @@ export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema:
6735
6826
  });
6736
6827
 
6737
6828
  /** @internal */
6738
- export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
6739
- expr: string;
6740
- };
6829
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound =
6830
+ {
6831
+ expr: string;
6832
+ };
6741
6833
 
6742
6834
  /** @internal */
6743
- export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema:
6835
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema:
6744
6836
  z.ZodType<
6745
- GetConfigurationProductsHiddenIntegrationsResponse2$Outbound,
6837
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound,
6746
6838
  z.ZodTypeDef,
6747
- GetConfigurationProductsHiddenIntegrationsResponse2
6839
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
6748
6840
  > = z.object({
6749
6841
  expr: z.string(),
6750
6842
  });
@@ -6753,42 +6845,42 @@ export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema:
6753
6845
  * @internal
6754
6846
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6755
6847
  */
6756
- export namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
6757
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
6848
+ export namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
6849
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
6758
6850
  export const inboundSchema =
6759
- GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
6760
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
6851
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
6852
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
6761
6853
  export const outboundSchema =
6762
- GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
6763
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
6854
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
6855
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
6764
6856
  export type Outbound =
6765
- GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
6857
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
6766
6858
  }
6767
6859
 
6768
- export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(
6769
- getConfigurationProductsHiddenIntegrationsResponse2:
6770
- GetConfigurationProductsHiddenIntegrationsResponse2,
6860
+ export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(
6861
+ getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2:
6862
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6771
6863
  ): string {
6772
6864
  return JSON.stringify(
6773
- GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(
6774
- getConfigurationProductsHiddenIntegrationsResponse2,
6775
- ),
6865
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6866
+ .parse(
6867
+ getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6868
+ ),
6776
6869
  );
6777
6870
  }
6778
6871
 
6779
- export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(
6872
+ export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(
6780
6873
  jsonString: string,
6781
6874
  ): SafeParseResult<
6782
- GetConfigurationProductsHiddenIntegrationsResponse2,
6875
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
6783
6876
  SDKValidationError
6784
6877
  > {
6785
6878
  return safeParse(
6786
6879
  jsonString,
6787
6880
  (x) =>
6788
- GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(
6789
- JSON.parse(x),
6790
- ),
6791
- `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`,
6881
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6882
+ .parse(JSON.parse(x)),
6883
+ `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`,
6792
6884
  );
6793
6885
  }
6794
6886
 
@@ -6799,15 +6891,15 @@ export const GetConfigurationProductsUiOptionsHidden$inboundSchema: z.ZodType<
6799
6891
  unknown
6800
6892
  > = z.union([
6801
6893
  z.lazy(() =>
6802
- GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
6894
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6803
6895
  ),
6804
6896
  z.boolean(),
6805
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
6897
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
6806
6898
  ]);
6807
6899
 
6808
6900
  /** @internal */
6809
6901
  export type GetConfigurationProductsUiOptionsHidden$Outbound =
6810
- | GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
6902
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
6811
6903
  | boolean
6812
6904
  | string;
6813
6905
 
@@ -6818,10 +6910,10 @@ export const GetConfigurationProductsUiOptionsHidden$outboundSchema: z.ZodType<
6818
6910
  GetConfigurationProductsUiOptionsHidden
6819
6911
  > = z.union([
6820
6912
  z.lazy(() =>
6821
- GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
6913
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6822
6914
  ),
6823
6915
  z.boolean(),
6824
- GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
6916
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
6825
6917
  ]);
6826
6918
 
6827
6919
  /**
@@ -6875,17 +6967,17 @@ export const UiOptions3$inboundSchema: z.ZodType<
6875
6967
  value: z.lazy(() => UiOptionsValue$inboundSchema),
6876
6968
  disabled: z.union([
6877
6969
  z.lazy(() =>
6878
- GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
6970
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6879
6971
  ),
6880
6972
  z.boolean(),
6881
- GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
6973
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
6882
6974
  ]).optional(),
6883
6975
  hidden: z.union([
6884
6976
  z.lazy(() =>
6885
- GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
6977
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
6886
6978
  ),
6887
6979
  z.boolean(),
6888
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
6980
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
6889
6981
  ]).optional(),
6890
6982
  });
6891
6983
 
@@ -6893,12 +6985,12 @@ export const UiOptions3$inboundSchema: z.ZodType<
6893
6985
  export type UiOptions3$Outbound = {
6894
6986
  value: UiOptionsValue$Outbound;
6895
6987
  disabled?:
6896
- | GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
6988
+ | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
6897
6989
  | boolean
6898
6990
  | string
6899
6991
  | undefined;
6900
6992
  hidden?:
6901
- | GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
6993
+ | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
6902
6994
  | boolean
6903
6995
  | string
6904
6996
  | undefined;
@@ -6913,17 +7005,17 @@ export const UiOptions3$outboundSchema: z.ZodType<
6913
7005
  value: z.lazy(() => UiOptionsValue$outboundSchema),
6914
7006
  disabled: z.union([
6915
7007
  z.lazy(() =>
6916
- GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
7008
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6917
7009
  ),
6918
7010
  z.boolean(),
6919
- GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
7011
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
6920
7012
  ]).optional(),
6921
7013
  hidden: z.union([
6922
7014
  z.lazy(() =>
6923
- GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
7015
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
6924
7016
  ),
6925
7017
  z.boolean(),
6926
- GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
7018
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
6927
7019
  ]).optional(),
6928
7020
  });
6929
7021
 
@@ -6955,50 +7047,50 @@ export function uiOptions3FromJSON(
6955
7047
  }
6956
7048
 
6957
7049
  /** @internal */
6958
- export const UiOptionsAtBRANDAt446263$inboundSchema: z.ZodType<
6959
- UiOptionsAtBRANDAt446263,
7050
+ export const UiOptionsAtBRANDAt502540$inboundSchema: z.ZodType<
7051
+ UiOptionsAtBRANDAt502540,
6960
7052
  z.ZodTypeDef,
6961
7053
  unknown
6962
7054
  > = z.object({});
6963
7055
 
6964
7056
  /** @internal */
6965
- export type UiOptionsAtBRANDAt446263$Outbound = {};
7057
+ export type UiOptionsAtBRANDAt502540$Outbound = {};
6966
7058
 
6967
7059
  /** @internal */
6968
- export const UiOptionsAtBRANDAt446263$outboundSchema: z.ZodType<
6969
- UiOptionsAtBRANDAt446263$Outbound,
7060
+ export const UiOptionsAtBRANDAt502540$outboundSchema: z.ZodType<
7061
+ UiOptionsAtBRANDAt502540$Outbound,
6970
7062
  z.ZodTypeDef,
6971
- UiOptionsAtBRANDAt446263
7063
+ UiOptionsAtBRANDAt502540
6972
7064
  > = z.object({});
6973
7065
 
6974
7066
  /**
6975
7067
  * @internal
6976
7068
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6977
7069
  */
6978
- export namespace UiOptionsAtBRANDAt446263$ {
6979
- /** @deprecated use `UiOptionsAtBRANDAt446263$inboundSchema` instead. */
6980
- export const inboundSchema = UiOptionsAtBRANDAt446263$inboundSchema;
6981
- /** @deprecated use `UiOptionsAtBRANDAt446263$outboundSchema` instead. */
6982
- export const outboundSchema = UiOptionsAtBRANDAt446263$outboundSchema;
6983
- /** @deprecated use `UiOptionsAtBRANDAt446263$Outbound` instead. */
6984
- export type Outbound = UiOptionsAtBRANDAt446263$Outbound;
7070
+ export namespace UiOptionsAtBRANDAt502540$ {
7071
+ /** @deprecated use `UiOptionsAtBRANDAt502540$inboundSchema` instead. */
7072
+ export const inboundSchema = UiOptionsAtBRANDAt502540$inboundSchema;
7073
+ /** @deprecated use `UiOptionsAtBRANDAt502540$outboundSchema` instead. */
7074
+ export const outboundSchema = UiOptionsAtBRANDAt502540$outboundSchema;
7075
+ /** @deprecated use `UiOptionsAtBRANDAt502540$Outbound` instead. */
7076
+ export type Outbound = UiOptionsAtBRANDAt502540$Outbound;
6985
7077
  }
6986
7078
 
6987
- export function uiOptionsAtBRANDAt446263ToJSON(
6988
- uiOptionsAtBRANDAt446263: UiOptionsAtBRANDAt446263,
7079
+ export function uiOptionsAtBRANDAt502540ToJSON(
7080
+ uiOptionsAtBRANDAt502540: UiOptionsAtBRANDAt502540,
6989
7081
  ): string {
6990
7082
  return JSON.stringify(
6991
- UiOptionsAtBRANDAt446263$outboundSchema.parse(uiOptionsAtBRANDAt446263),
7083
+ UiOptionsAtBRANDAt502540$outboundSchema.parse(uiOptionsAtBRANDAt502540),
6992
7084
  );
6993
7085
  }
6994
7086
 
6995
- export function uiOptionsAtBRANDAt446263FromJSON(
7087
+ export function uiOptionsAtBRANDAt502540FromJSON(
6996
7088
  jsonString: string,
6997
- ): SafeParseResult<UiOptionsAtBRANDAt446263, SDKValidationError> {
7089
+ ): SafeParseResult<UiOptionsAtBRANDAt502540, SDKValidationError> {
6998
7090
  return safeParse(
6999
7091
  jsonString,
7000
- (x) => UiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
7001
- `Failed to parse 'UiOptionsAtBRANDAt446263' from JSON`,
7092
+ (x) => UiOptionsAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)),
7093
+ `Failed to parse 'UiOptionsAtBRANDAt502540' from JSON`,
7002
7094
  );
7003
7095
  }
7004
7096
 
@@ -7008,16 +7100,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
7008
7100
  z.ZodTypeDef,
7009
7101
  unknown
7010
7102
  > = z.object({
7011
- "__@BRAND@446263": z.lazy(() => UiOptionsAtBRANDAt446263$inboundSchema),
7103
+ "__@BRAND@502540": z.lazy(() => UiOptionsAtBRANDAt502540$inboundSchema),
7012
7104
  }).transform((v) => {
7013
7105
  return remap$(v, {
7014
- "__@BRAND@446263": "atBRANDAt446263",
7106
+ "__@BRAND@502540": "atBRANDAt502540",
7015
7107
  });
7016
7108
  });
7017
7109
 
7018
7110
  /** @internal */
7019
7111
  export type UiOptions2$Outbound = {
7020
- "__@BRAND@446263": UiOptionsAtBRANDAt446263$Outbound;
7112
+ "__@BRAND@502540": UiOptionsAtBRANDAt502540$Outbound;
7021
7113
  };
7022
7114
 
7023
7115
  /** @internal */
@@ -7026,10 +7118,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
7026
7118
  z.ZodTypeDef,
7027
7119
  UiOptions2
7028
7120
  > = z.object({
7029
- atBRANDAt446263: z.lazy(() => UiOptionsAtBRANDAt446263$outboundSchema),
7121
+ atBRANDAt502540: z.lazy(() => UiOptionsAtBRANDAt502540$outboundSchema),
7030
7122
  }).transform((v) => {
7031
7123
  return remap$(v, {
7032
- atBRANDAt446263: "__@BRAND@446263",
7124
+ atBRANDAt502540: "__@BRAND@502540",
7033
7125
  });
7034
7126
  });
7035
7127
 
@@ -7542,65 +7634,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
7542
7634
  }
7543
7635
 
7544
7636
  /** @internal */
7545
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema:
7637
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema:
7546
7638
  z.ZodType<
7547
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7639
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540,
7548
7640
  z.ZodTypeDef,
7549
7641
  unknown
7550
7642
  > = z.object({});
7551
7643
 
7552
7644
  /** @internal */
7553
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound =
7645
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound =
7554
7646
  {};
7555
7647
 
7556
7648
  /** @internal */
7557
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema:
7649
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema:
7558
7650
  z.ZodType<
7559
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound,
7651
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound,
7560
7652
  z.ZodTypeDef,
7561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263
7653
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540
7562
7654
  > = z.object({});
7563
7655
 
7564
7656
  /**
7565
7657
  * @internal
7566
7658
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7567
7659
  */
7568
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ {
7569
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema` instead. */
7660
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$ {
7661
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema` instead. */
7570
7662
  export const inboundSchema =
7571
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema;
7572
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema` instead. */
7663
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema;
7664
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema` instead. */
7573
7665
  export const outboundSchema =
7574
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema;
7575
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound` instead. */
7666
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema;
7667
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound` instead. */
7576
7668
  export type Outbound =
7577
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
7669
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound;
7578
7670
  }
7579
7671
 
7580
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263ToJSON(
7581
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263:
7582
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7672
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540ToJSON(
7673
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540:
7674
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540,
7583
7675
  ): string {
7584
7676
  return JSON.stringify(
7585
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
7677
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema
7586
7678
  .parse(
7587
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7679
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540,
7588
7680
  ),
7589
7681
  );
7590
7682
  }
7591
7683
 
7592
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263FromJSON(
7684
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540FromJSON(
7593
7685
  jsonString: string,
7594
7686
  ): SafeParseResult<
7595
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7687
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540,
7596
7688
  SDKValidationError
7597
7689
  > {
7598
7690
  return safeParse(
7599
7691
  jsonString,
7600
7692
  (x) =>
7601
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
7693
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema
7602
7694
  .parse(JSON.parse(x)),
7603
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263' from JSON`,
7695
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540' from JSON`,
7604
7696
  );
7605
7697
  }
7606
7698
 
@@ -7611,19 +7703,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
7611
7703
  z.ZodTypeDef,
7612
7704
  unknown
7613
7705
  > = z.object({
7614
- "__@BRAND@446263": z.lazy(() =>
7615
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
7706
+ "__@BRAND@502540": z.lazy(() =>
7707
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema
7616
7708
  ),
7617
7709
  }).transform((v) => {
7618
7710
  return remap$(v, {
7619
- "__@BRAND@446263": "atBRANDAt446263",
7711
+ "__@BRAND@502540": "atBRANDAt502540",
7620
7712
  });
7621
7713
  });
7622
7714
 
7623
7715
  /** @internal */
7624
7716
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
7625
- "__@BRAND@446263":
7626
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
7717
+ "__@BRAND@502540":
7718
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound;
7627
7719
  };
7628
7720
 
7629
7721
  /** @internal */
@@ -7633,12 +7725,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
7633
7725
  z.ZodTypeDef,
7634
7726
  GetConfigurationProductsPropertiesMinLength
7635
7727
  > = z.object({
7636
- atBRANDAt446263: z.lazy(() =>
7637
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
7728
+ atBRANDAt502540: z.lazy(() =>
7729
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema
7638
7730
  ),
7639
7731
  }).transform((v) => {
7640
7732
  return remap$(v, {
7641
- atBRANDAt446263: "__@BRAND@446263",
7733
+ atBRANDAt502540: "__@BRAND@502540",
7642
7734
  });
7643
7735
  });
7644
7736
 
@@ -7685,65 +7777,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
7685
7777
  }
7686
7778
 
7687
7779
  /** @internal */
7688
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema:
7780
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema:
7689
7781
  z.ZodType<
7690
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7782
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540,
7691
7783
  z.ZodTypeDef,
7692
7784
  unknown
7693
7785
  > = z.object({});
7694
7786
 
7695
7787
  /** @internal */
7696
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound =
7788
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound =
7697
7789
  {};
7698
7790
 
7699
7791
  /** @internal */
7700
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema:
7792
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema:
7701
7793
  z.ZodType<
7702
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound,
7794
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound,
7703
7795
  z.ZodTypeDef,
7704
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263
7796
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540
7705
7797
  > = z.object({});
7706
7798
 
7707
7799
  /**
7708
7800
  * @internal
7709
7801
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7710
7802
  */
7711
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ {
7712
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema` instead. */
7803
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$ {
7804
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema` instead. */
7713
7805
  export const inboundSchema =
7714
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema;
7715
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema` instead. */
7806
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema;
7807
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema` instead. */
7716
7808
  export const outboundSchema =
7717
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema;
7718
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound` instead. */
7809
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema;
7810
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound` instead. */
7719
7811
  export type Outbound =
7720
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
7812
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound;
7721
7813
  }
7722
7814
 
7723
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263ToJSON(
7724
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263:
7725
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7815
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540ToJSON(
7816
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540:
7817
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540,
7726
7818
  ): string {
7727
7819
  return JSON.stringify(
7728
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
7820
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema
7729
7821
  .parse(
7730
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7822
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540,
7731
7823
  ),
7732
7824
  );
7733
7825
  }
7734
7826
 
7735
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263FromJSON(
7827
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540FromJSON(
7736
7828
  jsonString: string,
7737
7829
  ): SafeParseResult<
7738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7830
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540,
7739
7831
  SDKValidationError
7740
7832
  > {
7741
7833
  return safeParse(
7742
7834
  jsonString,
7743
7835
  (x) =>
7744
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
7836
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema
7745
7837
  .parse(JSON.parse(x)),
7746
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263' from JSON`,
7838
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540' from JSON`,
7747
7839
  );
7748
7840
  }
7749
7841
 
@@ -7754,19 +7846,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
7754
7846
  z.ZodTypeDef,
7755
7847
  unknown
7756
7848
  > = z.object({
7757
- "__@BRAND@446263": z.lazy(() =>
7758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
7849
+ "__@BRAND@502540": z.lazy(() =>
7850
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema
7759
7851
  ),
7760
7852
  }).transform((v) => {
7761
7853
  return remap$(v, {
7762
- "__@BRAND@446263": "atBRANDAt446263",
7854
+ "__@BRAND@502540": "atBRANDAt502540",
7763
7855
  });
7764
7856
  });
7765
7857
 
7766
7858
  /** @internal */
7767
7859
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
7768
- "__@BRAND@446263":
7769
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
7860
+ "__@BRAND@502540":
7861
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound;
7770
7862
  };
7771
7863
 
7772
7864
  /** @internal */
@@ -7776,12 +7868,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
7776
7868
  z.ZodTypeDef,
7777
7869
  GetConfigurationProductsPropertiesMaxLength
7778
7870
  > = z.object({
7779
- atBRANDAt446263: z.lazy(() =>
7780
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
7871
+ atBRANDAt502540: z.lazy(() =>
7872
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema
7781
7873
  ),
7782
7874
  }).transform((v) => {
7783
7875
  return remap$(v, {
7784
- atBRANDAt446263: "__@BRAND@446263",
7876
+ atBRANDAt502540: "__@BRAND@502540",
7785
7877
  });
7786
7878
  });
7787
7879
 
@@ -7828,65 +7920,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
7828
7920
  }
7829
7921
 
7830
7922
  /** @internal */
7831
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema:
7923
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema:
7832
7924
  z.ZodType<
7833
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7925
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540,
7834
7926
  z.ZodTypeDef,
7835
7927
  unknown
7836
7928
  > = z.object({});
7837
7929
 
7838
7930
  /** @internal */
7839
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound =
7931
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound =
7840
7932
  {};
7841
7933
 
7842
7934
  /** @internal */
7843
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema:
7935
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema:
7844
7936
  z.ZodType<
7845
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound,
7937
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound,
7846
7938
  z.ZodTypeDef,
7847
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263
7939
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540
7848
7940
  > = z.object({});
7849
7941
 
7850
7942
  /**
7851
7943
  * @internal
7852
7944
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7853
7945
  */
7854
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ {
7855
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema` instead. */
7946
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$ {
7947
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema` instead. */
7856
7948
  export const inboundSchema =
7857
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema;
7858
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema` instead. */
7949
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema;
7950
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema` instead. */
7859
7951
  export const outboundSchema =
7860
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema;
7861
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound` instead. */
7952
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema;
7953
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound` instead. */
7862
7954
  export type Outbound =
7863
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
7955
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound;
7864
7956
  }
7865
7957
 
7866
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263ToJSON(
7867
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263:
7868
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7958
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540ToJSON(
7959
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540:
7960
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540,
7869
7961
  ): string {
7870
7962
  return JSON.stringify(
7871
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
7963
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema
7872
7964
  .parse(
7873
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7965
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540,
7874
7966
  ),
7875
7967
  );
7876
7968
  }
7877
7969
 
7878
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263FromJSON(
7970
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540FromJSON(
7879
7971
  jsonString: string,
7880
7972
  ): SafeParseResult<
7881
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7973
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540,
7882
7974
  SDKValidationError
7883
7975
  > {
7884
7976
  return safeParse(
7885
7977
  jsonString,
7886
7978
  (x) =>
7887
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
7979
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema
7888
7980
  .parse(JSON.parse(x)),
7889
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263' from JSON`,
7981
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540' from JSON`,
7890
7982
  );
7891
7983
  }
7892
7984
 
@@ -7896,19 +7988,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
7896
7988
  z.ZodTypeDef,
7897
7989
  unknown
7898
7990
  > = z.object({
7899
- "__@BRAND@446263": z.lazy(() =>
7900
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
7991
+ "__@BRAND@502540": z.lazy(() =>
7992
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema
7901
7993
  ),
7902
7994
  }).transform((v) => {
7903
7995
  return remap$(v, {
7904
- "__@BRAND@446263": "atBRANDAt446263",
7996
+ "__@BRAND@502540": "atBRANDAt502540",
7905
7997
  });
7906
7998
  });
7907
7999
 
7908
8000
  /** @internal */
7909
8001
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
7910
- "__@BRAND@446263":
7911
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
8002
+ "__@BRAND@502540":
8003
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound;
7912
8004
  };
7913
8005
 
7914
8006
  /** @internal */
@@ -7918,12 +8010,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
7918
8010
  z.ZodTypeDef,
7919
8011
  GetConfigurationProductsPropertiesPattern
7920
8012
  > = z.object({
7921
- atBRANDAt446263: z.lazy(() =>
7922
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
8013
+ atBRANDAt502540: z.lazy(() =>
8014
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema
7923
8015
  ),
7924
8016
  }).transform((v) => {
7925
8017
  return remap$(v, {
7926
- atBRANDAt446263: "__@BRAND@446263",
8018
+ atBRANDAt502540: "__@BRAND@502540",
7927
8019
  });
7928
8020
  });
7929
8021
 
@@ -9003,65 +9095,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
9003
9095
  }
9004
9096
 
9005
9097
  /** @internal */
9006
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema:
9098
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema:
9007
9099
  z.ZodType<
9008
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9100
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540,
9009
9101
  z.ZodTypeDef,
9010
9102
  unknown
9011
9103
  > = z.object({});
9012
9104
 
9013
9105
  /** @internal */
9014
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound =
9106
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound =
9015
9107
  {};
9016
9108
 
9017
9109
  /** @internal */
9018
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema:
9110
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema:
9019
9111
  z.ZodType<
9020
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound,
9112
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound,
9021
9113
  z.ZodTypeDef,
9022
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263
9114
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540
9023
9115
  > = z.object({});
9024
9116
 
9025
9117
  /**
9026
9118
  * @internal
9027
9119
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9028
9120
  */
9029
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ {
9030
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
9121
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$ {
9122
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
9031
9123
  export const inboundSchema =
9032
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema;
9033
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
9124
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema;
9125
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
9034
9126
  export const outboundSchema =
9035
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema;
9036
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
9127
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema;
9128
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound` instead. */
9037
9129
  export type Outbound =
9038
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
9130
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound;
9039
9131
  }
9040
9132
 
9041
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263ToJSON(
9042
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263:
9043
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9133
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540ToJSON(
9134
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540:
9135
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540,
9044
9136
  ): string {
9045
9137
  return JSON.stringify(
9046
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
9138
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema
9047
9139
  .parse(
9048
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9140
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540,
9049
9141
  ),
9050
9142
  );
9051
9143
  }
9052
9144
 
9053
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263FromJSON(
9145
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540FromJSON(
9054
9146
  jsonString: string,
9055
9147
  ): SafeParseResult<
9056
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9148
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540,
9057
9149
  SDKValidationError
9058
9150
  > {
9059
9151
  return safeParse(
9060
9152
  jsonString,
9061
9153
  (x) =>
9062
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
9154
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema
9063
9155
  .parse(JSON.parse(x)),
9064
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263' from JSON`,
9156
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540' from JSON`,
9065
9157
  );
9066
9158
  }
9067
9159
 
@@ -9072,19 +9164,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
9072
9164
  z.ZodTypeDef,
9073
9165
  unknown
9074
9166
  > = z.object({
9075
- "__@BRAND@446263": z.lazy(() =>
9076
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
9167
+ "__@BRAND@502540": z.lazy(() =>
9168
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema
9077
9169
  ),
9078
9170
  }).transform((v) => {
9079
9171
  return remap$(v, {
9080
- "__@BRAND@446263": "atBRANDAt446263",
9172
+ "__@BRAND@502540": "atBRANDAt502540",
9081
9173
  });
9082
9174
  });
9083
9175
 
9084
9176
  /** @internal */
9085
9177
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
9086
- "__@BRAND@446263":
9087
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
9178
+ "__@BRAND@502540":
9179
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound;
9088
9180
  };
9089
9181
 
9090
9182
  /** @internal */
@@ -9094,12 +9186,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
9094
9186
  z.ZodTypeDef,
9095
9187
  GetConfigurationProductsPropertiesIntegrationsMinLength
9096
9188
  > = z.object({
9097
- atBRANDAt446263: z.lazy(() =>
9098
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
9189
+ atBRANDAt502540: z.lazy(() =>
9190
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema
9099
9191
  ),
9100
9192
  }).transform((v) => {
9101
9193
  return remap$(v, {
9102
- atBRANDAt446263: "__@BRAND@446263",
9194
+ atBRANDAt502540: "__@BRAND@502540",
9103
9195
  });
9104
9196
  });
9105
9197
 
@@ -9145,65 +9237,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
9145
9237
  }
9146
9238
 
9147
9239
  /** @internal */
9148
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema:
9240
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema:
9149
9241
  z.ZodType<
9150
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9242
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540,
9151
9243
  z.ZodTypeDef,
9152
9244
  unknown
9153
9245
  > = z.object({});
9154
9246
 
9155
9247
  /** @internal */
9156
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound =
9248
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound =
9157
9249
  {};
9158
9250
 
9159
9251
  /** @internal */
9160
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema:
9252
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema:
9161
9253
  z.ZodType<
9162
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound,
9254
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound,
9163
9255
  z.ZodTypeDef,
9164
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263
9256
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540
9165
9257
  > = z.object({});
9166
9258
 
9167
9259
  /**
9168
9260
  * @internal
9169
9261
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9170
9262
  */
9171
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ {
9172
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema` instead. */
9263
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$ {
9264
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema` instead. */
9173
9265
  export const inboundSchema =
9174
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema;
9175
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema` instead. */
9266
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema;
9267
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema` instead. */
9176
9268
  export const outboundSchema =
9177
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema;
9178
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound` instead. */
9269
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema;
9270
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound` instead. */
9179
9271
  export type Outbound =
9180
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
9272
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound;
9181
9273
  }
9182
9274
 
9183
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263ToJSON(
9184
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263:
9185
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9275
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540ToJSON(
9276
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540:
9277
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540,
9186
9278
  ): string {
9187
9279
  return JSON.stringify(
9188
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
9280
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema
9189
9281
  .parse(
9190
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9282
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540,
9191
9283
  ),
9192
9284
  );
9193
9285
  }
9194
9286
 
9195
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263FromJSON(
9287
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540FromJSON(
9196
9288
  jsonString: string,
9197
9289
  ): SafeParseResult<
9198
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9290
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540,
9199
9291
  SDKValidationError
9200
9292
  > {
9201
9293
  return safeParse(
9202
9294
  jsonString,
9203
9295
  (x) =>
9204
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
9296
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema
9205
9297
  .parse(JSON.parse(x)),
9206
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263' from JSON`,
9298
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540' from JSON`,
9207
9299
  );
9208
9300
  }
9209
9301
 
@@ -9214,19 +9306,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
9214
9306
  z.ZodTypeDef,
9215
9307
  unknown
9216
9308
  > = z.object({
9217
- "__@BRAND@446263": z.lazy(() =>
9218
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
9309
+ "__@BRAND@502540": z.lazy(() =>
9310
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema
9219
9311
  ),
9220
9312
  }).transform((v) => {
9221
9313
  return remap$(v, {
9222
- "__@BRAND@446263": "atBRANDAt446263",
9314
+ "__@BRAND@502540": "atBRANDAt502540",
9223
9315
  });
9224
9316
  });
9225
9317
 
9226
9318
  /** @internal */
9227
9319
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
9228
- "__@BRAND@446263":
9229
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
9320
+ "__@BRAND@502540":
9321
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound;
9230
9322
  };
9231
9323
 
9232
9324
  /** @internal */
@@ -9236,12 +9328,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
9236
9328
  z.ZodTypeDef,
9237
9329
  GetConfigurationProductsPropertiesIntegrationsMaxLength
9238
9330
  > = z.object({
9239
- atBRANDAt446263: z.lazy(() =>
9240
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
9331
+ atBRANDAt502540: z.lazy(() =>
9332
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema
9241
9333
  ),
9242
9334
  }).transform((v) => {
9243
9335
  return remap$(v, {
9244
- atBRANDAt446263: "__@BRAND@446263",
9336
+ atBRANDAt502540: "__@BRAND@502540",
9245
9337
  });
9246
9338
  });
9247
9339
 
@@ -9287,65 +9379,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
9287
9379
  }
9288
9380
 
9289
9381
  /** @internal */
9290
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema:
9382
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema:
9291
9383
  z.ZodType<
9292
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9384
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540,
9293
9385
  z.ZodTypeDef,
9294
9386
  unknown
9295
9387
  > = z.object({});
9296
9388
 
9297
9389
  /** @internal */
9298
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound =
9390
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound =
9299
9391
  {};
9300
9392
 
9301
9393
  /** @internal */
9302
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema:
9394
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema:
9303
9395
  z.ZodType<
9304
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound,
9396
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound,
9305
9397
  z.ZodTypeDef,
9306
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263
9398
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540
9307
9399
  > = z.object({});
9308
9400
 
9309
9401
  /**
9310
9402
  * @internal
9311
9403
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9312
9404
  */
9313
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ {
9314
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema` instead. */
9405
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$ {
9406
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema` instead. */
9315
9407
  export const inboundSchema =
9316
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema;
9317
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema` instead. */
9408
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema;
9409
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema` instead. */
9318
9410
  export const outboundSchema =
9319
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema;
9320
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound` instead. */
9411
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema;
9412
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound` instead. */
9321
9413
  export type Outbound =
9322
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
9414
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound;
9323
9415
  }
9324
9416
 
9325
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263ToJSON(
9326
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263:
9327
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9417
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540ToJSON(
9418
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540:
9419
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540,
9328
9420
  ): string {
9329
9421
  return JSON.stringify(
9330
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
9422
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema
9331
9423
  .parse(
9332
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9424
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540,
9333
9425
  ),
9334
9426
  );
9335
9427
  }
9336
9428
 
9337
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263FromJSON(
9429
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540FromJSON(
9338
9430
  jsonString: string,
9339
9431
  ): SafeParseResult<
9340
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9432
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540,
9341
9433
  SDKValidationError
9342
9434
  > {
9343
9435
  return safeParse(
9344
9436
  jsonString,
9345
9437
  (x) =>
9346
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
9438
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema
9347
9439
  .parse(JSON.parse(x)),
9348
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263' from JSON`,
9440
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540' from JSON`,
9349
9441
  );
9350
9442
  }
9351
9443
 
@@ -9356,19 +9448,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
9356
9448
  z.ZodTypeDef,
9357
9449
  unknown
9358
9450
  > = z.object({
9359
- "__@BRAND@446263": z.lazy(() =>
9360
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
9451
+ "__@BRAND@502540": z.lazy(() =>
9452
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema
9361
9453
  ),
9362
9454
  }).transform((v) => {
9363
9455
  return remap$(v, {
9364
- "__@BRAND@446263": "atBRANDAt446263",
9456
+ "__@BRAND@502540": "atBRANDAt502540",
9365
9457
  });
9366
9458
  });
9367
9459
 
9368
9460
  /** @internal */
9369
9461
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
9370
- "__@BRAND@446263":
9371
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
9462
+ "__@BRAND@502540":
9463
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound;
9372
9464
  };
9373
9465
 
9374
9466
  /** @internal */
@@ -9378,12 +9470,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
9378
9470
  z.ZodTypeDef,
9379
9471
  GetConfigurationProductsPropertiesIntegrationsPattern
9380
9472
  > = z.object({
9381
- atBRANDAt446263: z.lazy(() =>
9382
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
9473
+ atBRANDAt502540: z.lazy(() =>
9474
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema
9383
9475
  ),
9384
9476
  }).transform((v) => {
9385
9477
  return remap$(v, {
9386
- atBRANDAt446263: "__@BRAND@446263",
9478
+ atBRANDAt502540: "__@BRAND@502540",
9387
9479
  });
9388
9480
  });
9389
9481
 
@@ -9534,276 +9626,339 @@ export function getConfigurationProductsPropertiesItemsFromJSON(
9534
9626
  }
9535
9627
 
9536
9628
  /** @internal */
9537
- export const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<
9538
- typeof GetConfigurationProductsDisabled3
9539
- > = z.nativeEnum(GetConfigurationProductsDisabled3);
9629
+ export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema:
9630
+ z.ZodNativeEnum<
9631
+ typeof GetConfigurationProductsDisabledIntegrationsResponse3
9632
+ > = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
9540
9633
 
9541
9634
  /** @internal */
9542
- export const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<
9543
- typeof GetConfigurationProductsDisabled3
9544
- > = GetConfigurationProductsDisabled3$inboundSchema;
9635
+ export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema:
9636
+ z.ZodNativeEnum<
9637
+ typeof GetConfigurationProductsDisabledIntegrationsResponse3
9638
+ > = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
9545
9639
 
9546
9640
  /**
9547
9641
  * @internal
9548
9642
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9549
9643
  */
9550
- export namespace GetConfigurationProductsDisabled3$ {
9551
- /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
9552
- export const inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
9553
- /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
9644
+ export namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
9645
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
9646
+ export const inboundSchema =
9647
+ GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
9648
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
9554
9649
  export const outboundSchema =
9555
- GetConfigurationProductsDisabled3$outboundSchema;
9650
+ GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
9556
9651
  }
9557
9652
 
9558
9653
  /** @internal */
9559
- export const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<
9560
- GetConfigurationProductsDisabled2,
9561
- z.ZodTypeDef,
9562
- unknown
9563
- > = z.object({
9564
- expr: z.string(),
9565
- });
9654
+ export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema:
9655
+ z.ZodType<
9656
+ GetConfigurationProductsDisabledIntegrationsResponse2,
9657
+ z.ZodTypeDef,
9658
+ unknown
9659
+ > = z.object({
9660
+ expr: z.string(),
9661
+ });
9566
9662
 
9567
9663
  /** @internal */
9568
- export type GetConfigurationProductsDisabled2$Outbound = {
9664
+ export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
9569
9665
  expr: string;
9570
9666
  };
9571
9667
 
9572
9668
  /** @internal */
9573
- export const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<
9574
- GetConfigurationProductsDisabled2$Outbound,
9575
- z.ZodTypeDef,
9576
- GetConfigurationProductsDisabled2
9577
- > = z.object({
9578
- expr: z.string(),
9579
- });
9669
+ export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema:
9670
+ z.ZodType<
9671
+ GetConfigurationProductsDisabledIntegrationsResponse2$Outbound,
9672
+ z.ZodTypeDef,
9673
+ GetConfigurationProductsDisabledIntegrationsResponse2
9674
+ > = z.object({
9675
+ expr: z.string(),
9676
+ });
9580
9677
 
9581
9678
  /**
9582
9679
  * @internal
9583
9680
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9584
9681
  */
9585
- export namespace GetConfigurationProductsDisabled2$ {
9586
- /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
9587
- export const inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
9588
- /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
9682
+ export namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
9683
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
9684
+ export const inboundSchema =
9685
+ GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
9686
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
9589
9687
  export const outboundSchema =
9590
- GetConfigurationProductsDisabled2$outboundSchema;
9591
- /** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
9592
- export type Outbound = GetConfigurationProductsDisabled2$Outbound;
9688
+ GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
9689
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
9690
+ export type Outbound =
9691
+ GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
9593
9692
  }
9594
9693
 
9595
- export function getConfigurationProductsDisabled2ToJSON(
9596
- getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2,
9694
+ export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(
9695
+ getConfigurationProductsDisabledIntegrationsResponse2:
9696
+ GetConfigurationProductsDisabledIntegrationsResponse2,
9597
9697
  ): string {
9598
9698
  return JSON.stringify(
9599
- GetConfigurationProductsDisabled2$outboundSchema.parse(
9600
- getConfigurationProductsDisabled2,
9699
+ GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(
9700
+ getConfigurationProductsDisabledIntegrationsResponse2,
9601
9701
  ),
9602
9702
  );
9603
9703
  }
9604
9704
 
9605
- export function getConfigurationProductsDisabled2FromJSON(
9705
+ export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(
9606
9706
  jsonString: string,
9607
- ): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError> {
9707
+ ): SafeParseResult<
9708
+ GetConfigurationProductsDisabledIntegrationsResponse2,
9709
+ SDKValidationError
9710
+ > {
9608
9711
  return safeParse(
9609
9712
  jsonString,
9610
- (x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)),
9611
- `Failed to parse 'GetConfigurationProductsDisabled2' from JSON`,
9713
+ (x) =>
9714
+ GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(
9715
+ JSON.parse(x),
9716
+ ),
9717
+ `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`,
9612
9718
  );
9613
9719
  }
9614
9720
 
9615
9721
  /** @internal */
9616
- export const PropertiesDisabled$inboundSchema: z.ZodType<
9617
- PropertiesDisabled,
9618
- z.ZodTypeDef,
9619
- unknown
9620
- > = z.union([
9621
- z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
9622
- z.boolean(),
9623
- GetConfigurationProductsDisabled3$inboundSchema,
9624
- ]);
9722
+ export const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema:
9723
+ z.ZodType<
9724
+ GetConfigurationProductsPropertiesIntegrationsDisabled,
9725
+ z.ZodTypeDef,
9726
+ unknown
9727
+ > = z.union([
9728
+ z.lazy(() =>
9729
+ GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
9730
+ ),
9731
+ z.boolean(),
9732
+ GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
9733
+ ]);
9625
9734
 
9626
9735
  /** @internal */
9627
- export type PropertiesDisabled$Outbound =
9628
- | GetConfigurationProductsDisabled2$Outbound
9736
+ export type GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound =
9737
+ | GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
9629
9738
  | boolean
9630
9739
  | string;
9631
9740
 
9632
9741
  /** @internal */
9633
- export const PropertiesDisabled$outboundSchema: z.ZodType<
9634
- PropertiesDisabled$Outbound,
9635
- z.ZodTypeDef,
9636
- PropertiesDisabled
9637
- > = z.union([
9638
- z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
9639
- z.boolean(),
9640
- GetConfigurationProductsDisabled3$outboundSchema,
9641
- ]);
9742
+ export const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema:
9743
+ z.ZodType<
9744
+ GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound,
9745
+ z.ZodTypeDef,
9746
+ GetConfigurationProductsPropertiesIntegrationsDisabled
9747
+ > = z.union([
9748
+ z.lazy(() =>
9749
+ GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
9750
+ ),
9751
+ z.boolean(),
9752
+ GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
9753
+ ]);
9642
9754
 
9643
9755
  /**
9644
9756
  * @internal
9645
9757
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9646
9758
  */
9647
- export namespace PropertiesDisabled$ {
9648
- /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
9649
- export const inboundSchema = PropertiesDisabled$inboundSchema;
9650
- /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
9651
- export const outboundSchema = PropertiesDisabled$outboundSchema;
9652
- /** @deprecated use `PropertiesDisabled$Outbound` instead. */
9653
- export type Outbound = PropertiesDisabled$Outbound;
9759
+ export namespace GetConfigurationProductsPropertiesIntegrationsDisabled$ {
9760
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
9761
+ export const inboundSchema =
9762
+ GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema;
9763
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
9764
+ export const outboundSchema =
9765
+ GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema;
9766
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound` instead. */
9767
+ export type Outbound =
9768
+ GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound;
9654
9769
  }
9655
9770
 
9656
- export function propertiesDisabledToJSON(
9657
- propertiesDisabled: PropertiesDisabled,
9771
+ export function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(
9772
+ getConfigurationProductsPropertiesIntegrationsDisabled:
9773
+ GetConfigurationProductsPropertiesIntegrationsDisabled,
9658
9774
  ): string {
9659
9775
  return JSON.stringify(
9660
- PropertiesDisabled$outboundSchema.parse(propertiesDisabled),
9776
+ GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema.parse(
9777
+ getConfigurationProductsPropertiesIntegrationsDisabled,
9778
+ ),
9661
9779
  );
9662
9780
  }
9663
9781
 
9664
- export function propertiesDisabledFromJSON(
9782
+ export function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(
9665
9783
  jsonString: string,
9666
- ): SafeParseResult<PropertiesDisabled, SDKValidationError> {
9784
+ ): SafeParseResult<
9785
+ GetConfigurationProductsPropertiesIntegrationsDisabled,
9786
+ SDKValidationError
9787
+ > {
9667
9788
  return safeParse(
9668
9789
  jsonString,
9669
- (x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)),
9670
- `Failed to parse 'PropertiesDisabled' from JSON`,
9790
+ (x) =>
9791
+ GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema
9792
+ .parse(JSON.parse(x)),
9793
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsDisabled' from JSON`,
9671
9794
  );
9672
9795
  }
9673
9796
 
9674
9797
  /** @internal */
9675
- export const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<
9676
- typeof GetConfigurationProductsHidden3
9677
- > = z.nativeEnum(GetConfigurationProductsHidden3);
9798
+ export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema:
9799
+ z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
9800
+ z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
9678
9801
 
9679
9802
  /** @internal */
9680
- export const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<
9681
- typeof GetConfigurationProductsHidden3
9682
- > = GetConfigurationProductsHidden3$inboundSchema;
9803
+ export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema:
9804
+ z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
9805
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
9683
9806
 
9684
9807
  /**
9685
9808
  * @internal
9686
9809
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9687
9810
  */
9688
- export namespace GetConfigurationProductsHidden3$ {
9689
- /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
9690
- export const inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
9691
- /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
9692
- export const outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
9811
+ export namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
9812
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
9813
+ export const inboundSchema =
9814
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
9815
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
9816
+ export const outboundSchema =
9817
+ GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
9693
9818
  }
9694
9819
 
9695
9820
  /** @internal */
9696
- export const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<
9697
- GetConfigurationProductsHidden2,
9698
- z.ZodTypeDef,
9699
- unknown
9700
- > = z.object({
9701
- expr: z.string(),
9702
- });
9821
+ export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema:
9822
+ z.ZodType<
9823
+ GetConfigurationProductsHiddenIntegrationsResponse2,
9824
+ z.ZodTypeDef,
9825
+ unknown
9826
+ > = z.object({
9827
+ expr: z.string(),
9828
+ });
9703
9829
 
9704
9830
  /** @internal */
9705
- export type GetConfigurationProductsHidden2$Outbound = {
9831
+ export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
9706
9832
  expr: string;
9707
9833
  };
9708
9834
 
9709
9835
  /** @internal */
9710
- export const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<
9711
- GetConfigurationProductsHidden2$Outbound,
9712
- z.ZodTypeDef,
9713
- GetConfigurationProductsHidden2
9714
- > = z.object({
9715
- expr: z.string(),
9716
- });
9836
+ export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema:
9837
+ z.ZodType<
9838
+ GetConfigurationProductsHiddenIntegrationsResponse2$Outbound,
9839
+ z.ZodTypeDef,
9840
+ GetConfigurationProductsHiddenIntegrationsResponse2
9841
+ > = z.object({
9842
+ expr: z.string(),
9843
+ });
9717
9844
 
9718
9845
  /**
9719
9846
  * @internal
9720
9847
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9721
9848
  */
9722
- export namespace GetConfigurationProductsHidden2$ {
9723
- /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
9724
- export const inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
9725
- /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
9726
- export const outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
9727
- /** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
9728
- export type Outbound = GetConfigurationProductsHidden2$Outbound;
9849
+ export namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
9850
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
9851
+ export const inboundSchema =
9852
+ GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
9853
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
9854
+ export const outboundSchema =
9855
+ GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
9856
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
9857
+ export type Outbound =
9858
+ GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
9729
9859
  }
9730
9860
 
9731
- export function getConfigurationProductsHidden2ToJSON(
9732
- getConfigurationProductsHidden2: GetConfigurationProductsHidden2,
9861
+ export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(
9862
+ getConfigurationProductsHiddenIntegrationsResponse2:
9863
+ GetConfigurationProductsHiddenIntegrationsResponse2,
9733
9864
  ): string {
9734
9865
  return JSON.stringify(
9735
- GetConfigurationProductsHidden2$outboundSchema.parse(
9736
- getConfigurationProductsHidden2,
9866
+ GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(
9867
+ getConfigurationProductsHiddenIntegrationsResponse2,
9737
9868
  ),
9738
9869
  );
9739
9870
  }
9740
9871
 
9741
- export function getConfigurationProductsHidden2FromJSON(
9872
+ export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(
9742
9873
  jsonString: string,
9743
- ): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError> {
9874
+ ): SafeParseResult<
9875
+ GetConfigurationProductsHiddenIntegrationsResponse2,
9876
+ SDKValidationError
9877
+ > {
9744
9878
  return safeParse(
9745
9879
  jsonString,
9746
- (x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)),
9747
- `Failed to parse 'GetConfigurationProductsHidden2' from JSON`,
9880
+ (x) =>
9881
+ GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(
9882
+ JSON.parse(x),
9883
+ ),
9884
+ `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`,
9748
9885
  );
9749
9886
  }
9750
9887
 
9751
9888
  /** @internal */
9752
- export const PropertiesHidden$inboundSchema: z.ZodType<
9753
- PropertiesHidden,
9754
- z.ZodTypeDef,
9755
- unknown
9756
- > = z.union([
9757
- z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
9758
- z.boolean(),
9759
- GetConfigurationProductsHidden3$inboundSchema,
9760
- ]);
9889
+ export const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema:
9890
+ z.ZodType<
9891
+ GetConfigurationProductsPropertiesIntegrationsHidden,
9892
+ z.ZodTypeDef,
9893
+ unknown
9894
+ > = z.union([
9895
+ z.lazy(() =>
9896
+ GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
9897
+ ),
9898
+ z.boolean(),
9899
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
9900
+ ]);
9761
9901
 
9762
9902
  /** @internal */
9763
- export type PropertiesHidden$Outbound =
9764
- | GetConfigurationProductsHidden2$Outbound
9903
+ export type GetConfigurationProductsPropertiesIntegrationsHidden$Outbound =
9904
+ | GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
9765
9905
  | boolean
9766
9906
  | string;
9767
9907
 
9768
9908
  /** @internal */
9769
- export const PropertiesHidden$outboundSchema: z.ZodType<
9770
- PropertiesHidden$Outbound,
9771
- z.ZodTypeDef,
9772
- PropertiesHidden
9773
- > = z.union([
9774
- z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
9775
- z.boolean(),
9776
- GetConfigurationProductsHidden3$outboundSchema,
9777
- ]);
9909
+ export const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema:
9910
+ z.ZodType<
9911
+ GetConfigurationProductsPropertiesIntegrationsHidden$Outbound,
9912
+ z.ZodTypeDef,
9913
+ GetConfigurationProductsPropertiesIntegrationsHidden
9914
+ > = z.union([
9915
+ z.lazy(() =>
9916
+ GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
9917
+ ),
9918
+ z.boolean(),
9919
+ GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
9920
+ ]);
9778
9921
 
9779
9922
  /**
9780
9923
  * @internal
9781
9924
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9782
9925
  */
9783
- export namespace PropertiesHidden$ {
9784
- /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
9785
- export const inboundSchema = PropertiesHidden$inboundSchema;
9786
- /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
9787
- export const outboundSchema = PropertiesHidden$outboundSchema;
9788
- /** @deprecated use `PropertiesHidden$Outbound` instead. */
9789
- export type Outbound = PropertiesHidden$Outbound;
9926
+ export namespace GetConfigurationProductsPropertiesIntegrationsHidden$ {
9927
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
9928
+ export const inboundSchema =
9929
+ GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema;
9930
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
9931
+ export const outboundSchema =
9932
+ GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema;
9933
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$Outbound` instead. */
9934
+ export type Outbound =
9935
+ GetConfigurationProductsPropertiesIntegrationsHidden$Outbound;
9790
9936
  }
9791
9937
 
9792
- export function propertiesHiddenToJSON(
9793
- propertiesHidden: PropertiesHidden,
9938
+ export function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(
9939
+ getConfigurationProductsPropertiesIntegrationsHidden:
9940
+ GetConfigurationProductsPropertiesIntegrationsHidden,
9794
9941
  ): string {
9795
9942
  return JSON.stringify(
9796
- PropertiesHidden$outboundSchema.parse(propertiesHidden),
9943
+ GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema.parse(
9944
+ getConfigurationProductsPropertiesIntegrationsHidden,
9945
+ ),
9797
9946
  );
9798
9947
  }
9799
9948
 
9800
- export function propertiesHiddenFromJSON(
9949
+ export function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(
9801
9950
  jsonString: string,
9802
- ): SafeParseResult<PropertiesHidden, SDKValidationError> {
9951
+ ): SafeParseResult<
9952
+ GetConfigurationProductsPropertiesIntegrationsHidden,
9953
+ SDKValidationError
9954
+ > {
9803
9955
  return safeParse(
9804
9956
  jsonString,
9805
- (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)),
9806
- `Failed to parse 'PropertiesHidden' from JSON`,
9957
+ (x) =>
9958
+ GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema.parse(
9959
+ JSON.parse(x),
9960
+ ),
9961
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsHidden' from JSON`,
9807
9962
  );
9808
9963
  }
9809
9964
 
@@ -9816,14 +9971,18 @@ export const PropertiesUiOptions$inboundSchema: z.ZodType<
9816
9971
  value: z.string(),
9817
9972
  label: z.string(),
9818
9973
  disabled: z.union([
9819
- z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
9974
+ z.lazy(() =>
9975
+ GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
9976
+ ),
9820
9977
  z.boolean(),
9821
- GetConfigurationProductsDisabled3$inboundSchema,
9978
+ GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
9822
9979
  ]).optional(),
9823
9980
  hidden: z.union([
9824
- z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
9981
+ z.lazy(() =>
9982
+ GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
9983
+ ),
9825
9984
  z.boolean(),
9826
- GetConfigurationProductsHidden3$inboundSchema,
9985
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
9827
9986
  ]).optional(),
9828
9987
  });
9829
9988
 
@@ -9832,12 +9991,12 @@ export type PropertiesUiOptions$Outbound = {
9832
9991
  value: string;
9833
9992
  label: string;
9834
9993
  disabled?:
9835
- | GetConfigurationProductsDisabled2$Outbound
9994
+ | GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
9836
9995
  | boolean
9837
9996
  | string
9838
9997
  | undefined;
9839
9998
  hidden?:
9840
- | GetConfigurationProductsHidden2$Outbound
9999
+ | GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
9841
10000
  | boolean
9842
10001
  | string
9843
10002
  | undefined;
@@ -9852,14 +10011,18 @@ export const PropertiesUiOptions$outboundSchema: z.ZodType<
9852
10011
  value: z.string(),
9853
10012
  label: z.string(),
9854
10013
  disabled: z.union([
9855
- z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
10014
+ z.lazy(() =>
10015
+ GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
10016
+ ),
9856
10017
  z.boolean(),
9857
- GetConfigurationProductsDisabled3$outboundSchema,
10018
+ GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
9858
10019
  ]).optional(),
9859
10020
  hidden: z.union([
9860
- z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
10021
+ z.lazy(() =>
10022
+ GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
10023
+ ),
9861
10024
  z.boolean(),
9862
- GetConfigurationProductsHidden3$outboundSchema,
10025
+ GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
9863
10026
  ]).optional(),
9864
10027
  });
9865
10028
 
@@ -11275,63 +11438,63 @@ export function uiOptionsFromJSON(
11275
11438
  }
11276
11439
 
11277
11440
  /** @internal */
11278
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema:
11441
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema:
11279
11442
  z.ZodType<
11280
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11443
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540,
11281
11444
  z.ZodTypeDef,
11282
11445
  unknown
11283
11446
  > = z.object({});
11284
11447
 
11285
11448
  /** @internal */
11286
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound =
11449
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound =
11287
11450
  {};
11288
11451
 
11289
11452
  /** @internal */
11290
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema:
11453
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema:
11291
11454
  z.ZodType<
11292
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound,
11455
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound,
11293
11456
  z.ZodTypeDef,
11294
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263
11457
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540
11295
11458
  > = z.object({});
11296
11459
 
11297
11460
  /**
11298
11461
  * @internal
11299
11462
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11300
11463
  */
11301
- export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ {
11302
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema` instead. */
11464
+ export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$ {
11465
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema` instead. */
11303
11466
  export const inboundSchema =
11304
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema;
11305
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema` instead. */
11467
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema;
11468
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema` instead. */
11306
11469
  export const outboundSchema =
11307
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema;
11308
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound` instead. */
11470
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema;
11471
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound` instead. */
11309
11472
  export type Outbound =
11310
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
11473
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound;
11311
11474
  }
11312
11475
 
11313
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263ToJSON(
11314
- getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263:
11315
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11476
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540ToJSON(
11477
+ getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540:
11478
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540,
11316
11479
  ): string {
11317
11480
  return JSON.stringify(
11318
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
11319
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263),
11481
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema
11482
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540),
11320
11483
  );
11321
11484
  }
11322
11485
 
11323
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263FromJSON(
11486
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540FromJSON(
11324
11487
  jsonString: string,
11325
11488
  ): SafeParseResult<
11326
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11489
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540,
11327
11490
  SDKValidationError
11328
11491
  > {
11329
11492
  return safeParse(
11330
11493
  jsonString,
11331
11494
  (x) =>
11332
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
11495
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema
11333
11496
  .parse(JSON.parse(x)),
11334
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263' from JSON`,
11497
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540' from JSON`,
11335
11498
  );
11336
11499
  }
11337
11500
 
@@ -11341,19 +11504,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
11341
11504
  z.ZodTypeDef,
11342
11505
  unknown
11343
11506
  > = z.object({
11344
- "__@BRAND@446263": z.lazy(() =>
11345
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
11507
+ "__@BRAND@502540": z.lazy(() =>
11508
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema
11346
11509
  ),
11347
11510
  }).transform((v) => {
11348
11511
  return remap$(v, {
11349
- "__@BRAND@446263": "atBRANDAt446263",
11512
+ "__@BRAND@502540": "atBRANDAt502540",
11350
11513
  });
11351
11514
  });
11352
11515
 
11353
11516
  /** @internal */
11354
11517
  export type PropertiesMinLength$Outbound = {
11355
- "__@BRAND@446263":
11356
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
11518
+ "__@BRAND@502540":
11519
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound;
11357
11520
  };
11358
11521
 
11359
11522
  /** @internal */
@@ -11362,12 +11525,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
11362
11525
  z.ZodTypeDef,
11363
11526
  PropertiesMinLength
11364
11527
  > = z.object({
11365
- atBRANDAt446263: z.lazy(() =>
11366
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
11528
+ atBRANDAt502540: z.lazy(() =>
11529
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema
11367
11530
  ),
11368
11531
  }).transform((v) => {
11369
11532
  return remap$(v, {
11370
- atBRANDAt446263: "__@BRAND@446263",
11533
+ atBRANDAt502540: "__@BRAND@502540",
11371
11534
  });
11372
11535
  });
11373
11536
 
@@ -11403,65 +11566,65 @@ export function propertiesMinLengthFromJSON(
11403
11566
  }
11404
11567
 
11405
11568
  /** @internal */
11406
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema:
11569
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema:
11407
11570
  z.ZodType<
11408
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11571
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540,
11409
11572
  z.ZodTypeDef,
11410
11573
  unknown
11411
11574
  > = z.object({});
11412
11575
 
11413
11576
  /** @internal */
11414
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound =
11577
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound =
11415
11578
  {};
11416
11579
 
11417
11580
  /** @internal */
11418
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema:
11581
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema:
11419
11582
  z.ZodType<
11420
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound,
11583
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound,
11421
11584
  z.ZodTypeDef,
11422
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263
11585
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540
11423
11586
  > = z.object({});
11424
11587
 
11425
11588
  /**
11426
11589
  * @internal
11427
11590
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11428
11591
  */
11429
- export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ {
11430
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
11592
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$ {
11593
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
11431
11594
  export const inboundSchema =
11432
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema;
11433
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
11595
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema;
11596
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
11434
11597
  export const outboundSchema =
11435
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema;
11436
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
11598
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema;
11599
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound` instead. */
11437
11600
  export type Outbound =
11438
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
11601
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound;
11439
11602
  }
11440
11603
 
11441
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263ToJSON(
11442
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263:
11443
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11604
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540ToJSON(
11605
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540:
11606
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540,
11444
11607
  ): string {
11445
11608
  return JSON.stringify(
11446
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
11609
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema
11447
11610
  .parse(
11448
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11611
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540,
11449
11612
  ),
11450
11613
  );
11451
11614
  }
11452
11615
 
11453
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263FromJSON(
11616
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540FromJSON(
11454
11617
  jsonString: string,
11455
11618
  ): SafeParseResult<
11456
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11619
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540,
11457
11620
  SDKValidationError
11458
11621
  > {
11459
11622
  return safeParse(
11460
11623
  jsonString,
11461
11624
  (x) =>
11462
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
11625
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema
11463
11626
  .parse(JSON.parse(x)),
11464
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263' from JSON`,
11627
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540' from JSON`,
11465
11628
  );
11466
11629
  }
11467
11630
 
@@ -11471,19 +11634,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
11471
11634
  z.ZodTypeDef,
11472
11635
  unknown
11473
11636
  > = z.object({
11474
- "__@BRAND@446263": z.lazy(() =>
11475
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
11637
+ "__@BRAND@502540": z.lazy(() =>
11638
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema
11476
11639
  ),
11477
11640
  }).transform((v) => {
11478
11641
  return remap$(v, {
11479
- "__@BRAND@446263": "atBRANDAt446263",
11642
+ "__@BRAND@502540": "atBRANDAt502540",
11480
11643
  });
11481
11644
  });
11482
11645
 
11483
11646
  /** @internal */
11484
11647
  export type PropertiesMaxLength$Outbound = {
11485
- "__@BRAND@446263":
11486
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
11648
+ "__@BRAND@502540":
11649
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound;
11487
11650
  };
11488
11651
 
11489
11652
  /** @internal */
@@ -11492,12 +11655,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
11492
11655
  z.ZodTypeDef,
11493
11656
  PropertiesMaxLength
11494
11657
  > = z.object({
11495
- atBRANDAt446263: z.lazy(() =>
11496
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
11658
+ atBRANDAt502540: z.lazy(() =>
11659
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema
11497
11660
  ),
11498
11661
  }).transform((v) => {
11499
11662
  return remap$(v, {
11500
- atBRANDAt446263: "__@BRAND@446263",
11663
+ atBRANDAt502540: "__@BRAND@502540",
11501
11664
  });
11502
11665
  });
11503
11666
 
@@ -11533,65 +11696,65 @@ export function propertiesMaxLengthFromJSON(
11533
11696
  }
11534
11697
 
11535
11698
  /** @internal */
11536
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema:
11699
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema:
11537
11700
  z.ZodType<
11538
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11701
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540,
11539
11702
  z.ZodTypeDef,
11540
11703
  unknown
11541
11704
  > = z.object({});
11542
11705
 
11543
11706
  /** @internal */
11544
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound =
11707
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound =
11545
11708
  {};
11546
11709
 
11547
11710
  /** @internal */
11548
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema:
11711
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema:
11549
11712
  z.ZodType<
11550
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound,
11713
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound,
11551
11714
  z.ZodTypeDef,
11552
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263
11715
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540
11553
11716
  > = z.object({});
11554
11717
 
11555
11718
  /**
11556
11719
  * @internal
11557
11720
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11558
11721
  */
11559
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ {
11560
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema` instead. */
11722
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$ {
11723
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema` instead. */
11561
11724
  export const inboundSchema =
11562
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema;
11563
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema` instead. */
11725
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema;
11726
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema` instead. */
11564
11727
  export const outboundSchema =
11565
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema;
11566
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound` instead. */
11728
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema;
11729
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound` instead. */
11567
11730
  export type Outbound =
11568
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
11731
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound;
11569
11732
  }
11570
11733
 
11571
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263ToJSON(
11572
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263:
11573
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11734
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540ToJSON(
11735
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540:
11736
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540,
11574
11737
  ): string {
11575
11738
  return JSON.stringify(
11576
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
11739
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema
11577
11740
  .parse(
11578
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11741
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540,
11579
11742
  ),
11580
11743
  );
11581
11744
  }
11582
11745
 
11583
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263FromJSON(
11746
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540FromJSON(
11584
11747
  jsonString: string,
11585
11748
  ): SafeParseResult<
11586
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11749
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540,
11587
11750
  SDKValidationError
11588
11751
  > {
11589
11752
  return safeParse(
11590
11753
  jsonString,
11591
11754
  (x) =>
11592
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
11755
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema
11593
11756
  .parse(JSON.parse(x)),
11594
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263' from JSON`,
11757
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540' from JSON`,
11595
11758
  );
11596
11759
  }
11597
11760
 
@@ -11601,19 +11764,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
11601
11764
  z.ZodTypeDef,
11602
11765
  unknown
11603
11766
  > = z.object({
11604
- "__@BRAND@446263": z.lazy(() =>
11605
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
11767
+ "__@BRAND@502540": z.lazy(() =>
11768
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema
11606
11769
  ),
11607
11770
  }).transform((v) => {
11608
11771
  return remap$(v, {
11609
- "__@BRAND@446263": "atBRANDAt446263",
11772
+ "__@BRAND@502540": "atBRANDAt502540",
11610
11773
  });
11611
11774
  });
11612
11775
 
11613
11776
  /** @internal */
11614
11777
  export type PropertiesPattern$Outbound = {
11615
- "__@BRAND@446263":
11616
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
11778
+ "__@BRAND@502540":
11779
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound;
11617
11780
  };
11618
11781
 
11619
11782
  /** @internal */
@@ -11622,12 +11785,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
11622
11785
  z.ZodTypeDef,
11623
11786
  PropertiesPattern
11624
11787
  > = z.object({
11625
- atBRANDAt446263: z.lazy(() =>
11626
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
11788
+ atBRANDAt502540: z.lazy(() =>
11789
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema
11627
11790
  ),
11628
11791
  }).transform((v) => {
11629
11792
  return remap$(v, {
11630
- atBRANDAt446263: "__@BRAND@446263",
11793
+ atBRANDAt502540: "__@BRAND@502540",
11631
11794
  });
11632
11795
  });
11633
11796
 
@@ -15340,48 +15503,48 @@ export namespace UiControl$ {
15340
15503
  }
15341
15504
 
15342
15505
  /** @internal */
15343
- export const AtBRANDAt446263$inboundSchema: z.ZodType<
15344
- AtBRANDAt446263,
15506
+ export const AtBRANDAt502540$inboundSchema: z.ZodType<
15507
+ AtBRANDAt502540,
15345
15508
  z.ZodTypeDef,
15346
15509
  unknown
15347
15510
  > = z.object({});
15348
15511
 
15349
15512
  /** @internal */
15350
- export type AtBRANDAt446263$Outbound = {};
15513
+ export type AtBRANDAt502540$Outbound = {};
15351
15514
 
15352
15515
  /** @internal */
15353
- export const AtBRANDAt446263$outboundSchema: z.ZodType<
15354
- AtBRANDAt446263$Outbound,
15516
+ export const AtBRANDAt502540$outboundSchema: z.ZodType<
15517
+ AtBRANDAt502540$Outbound,
15355
15518
  z.ZodTypeDef,
15356
- AtBRANDAt446263
15519
+ AtBRANDAt502540
15357
15520
  > = z.object({});
15358
15521
 
15359
15522
  /**
15360
15523
  * @internal
15361
15524
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15362
15525
  */
15363
- export namespace AtBRANDAt446263$ {
15364
- /** @deprecated use `AtBRANDAt446263$inboundSchema` instead. */
15365
- export const inboundSchema = AtBRANDAt446263$inboundSchema;
15366
- /** @deprecated use `AtBRANDAt446263$outboundSchema` instead. */
15367
- export const outboundSchema = AtBRANDAt446263$outboundSchema;
15368
- /** @deprecated use `AtBRANDAt446263$Outbound` instead. */
15369
- export type Outbound = AtBRANDAt446263$Outbound;
15526
+ export namespace AtBRANDAt502540$ {
15527
+ /** @deprecated use `AtBRANDAt502540$inboundSchema` instead. */
15528
+ export const inboundSchema = AtBRANDAt502540$inboundSchema;
15529
+ /** @deprecated use `AtBRANDAt502540$outboundSchema` instead. */
15530
+ export const outboundSchema = AtBRANDAt502540$outboundSchema;
15531
+ /** @deprecated use `AtBRANDAt502540$Outbound` instead. */
15532
+ export type Outbound = AtBRANDAt502540$Outbound;
15370
15533
  }
15371
15534
 
15372
- export function atBRANDAt446263ToJSON(
15373
- atBRANDAt446263: AtBRANDAt446263,
15535
+ export function atBRANDAt502540ToJSON(
15536
+ atBRANDAt502540: AtBRANDAt502540,
15374
15537
  ): string {
15375
- return JSON.stringify(AtBRANDAt446263$outboundSchema.parse(atBRANDAt446263));
15538
+ return JSON.stringify(AtBRANDAt502540$outboundSchema.parse(atBRANDAt502540));
15376
15539
  }
15377
15540
 
15378
- export function atBRANDAt446263FromJSON(
15541
+ export function atBRANDAt502540FromJSON(
15379
15542
  jsonString: string,
15380
- ): SafeParseResult<AtBRANDAt446263, SDKValidationError> {
15543
+ ): SafeParseResult<AtBRANDAt502540, SDKValidationError> {
15381
15544
  return safeParse(
15382
15545
  jsonString,
15383
- (x) => AtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
15384
- `Failed to parse 'AtBRANDAt446263' from JSON`,
15546
+ (x) => AtBRANDAt502540$inboundSchema.parse(JSON.parse(x)),
15547
+ `Failed to parse 'AtBRANDAt502540' from JSON`,
15385
15548
  );
15386
15549
  }
15387
15550
 
@@ -15391,16 +15554,16 @@ export const MinLength$inboundSchema: z.ZodType<
15391
15554
  z.ZodTypeDef,
15392
15555
  unknown
15393
15556
  > = z.object({
15394
- "__@BRAND@446263": z.lazy(() => AtBRANDAt446263$inboundSchema),
15557
+ "__@BRAND@502540": z.lazy(() => AtBRANDAt502540$inboundSchema),
15395
15558
  }).transform((v) => {
15396
15559
  return remap$(v, {
15397
- "__@BRAND@446263": "atBRANDAt446263",
15560
+ "__@BRAND@502540": "atBRANDAt502540",
15398
15561
  });
15399
15562
  });
15400
15563
 
15401
15564
  /** @internal */
15402
15565
  export type MinLength$Outbound = {
15403
- "__@BRAND@446263": AtBRANDAt446263$Outbound;
15566
+ "__@BRAND@502540": AtBRANDAt502540$Outbound;
15404
15567
  };
15405
15568
 
15406
15569
  /** @internal */
@@ -15409,10 +15572,10 @@ export const MinLength$outboundSchema: z.ZodType<
15409
15572
  z.ZodTypeDef,
15410
15573
  MinLength
15411
15574
  > = z.object({
15412
- atBRANDAt446263: z.lazy(() => AtBRANDAt446263$outboundSchema),
15575
+ atBRANDAt502540: z.lazy(() => AtBRANDAt502540$outboundSchema),
15413
15576
  }).transform((v) => {
15414
15577
  return remap$(v, {
15415
- atBRANDAt446263: "__@BRAND@446263",
15578
+ atBRANDAt502540: "__@BRAND@502540",
15416
15579
  });
15417
15580
  });
15418
15581
 
@@ -15444,50 +15607,50 @@ export function minLengthFromJSON(
15444
15607
  }
15445
15608
 
15446
15609
  /** @internal */
15447
- export const PropertiesAtBRANDAt446263$inboundSchema: z.ZodType<
15448
- PropertiesAtBRANDAt446263,
15610
+ export const PropertiesAtBRANDAt502540$inboundSchema: z.ZodType<
15611
+ PropertiesAtBRANDAt502540,
15449
15612
  z.ZodTypeDef,
15450
15613
  unknown
15451
15614
  > = z.object({});
15452
15615
 
15453
15616
  /** @internal */
15454
- export type PropertiesAtBRANDAt446263$Outbound = {};
15617
+ export type PropertiesAtBRANDAt502540$Outbound = {};
15455
15618
 
15456
15619
  /** @internal */
15457
- export const PropertiesAtBRANDAt446263$outboundSchema: z.ZodType<
15458
- PropertiesAtBRANDAt446263$Outbound,
15620
+ export const PropertiesAtBRANDAt502540$outboundSchema: z.ZodType<
15621
+ PropertiesAtBRANDAt502540$Outbound,
15459
15622
  z.ZodTypeDef,
15460
- PropertiesAtBRANDAt446263
15623
+ PropertiesAtBRANDAt502540
15461
15624
  > = z.object({});
15462
15625
 
15463
15626
  /**
15464
15627
  * @internal
15465
15628
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15466
15629
  */
15467
- export namespace PropertiesAtBRANDAt446263$ {
15468
- /** @deprecated use `PropertiesAtBRANDAt446263$inboundSchema` instead. */
15469
- export const inboundSchema = PropertiesAtBRANDAt446263$inboundSchema;
15470
- /** @deprecated use `PropertiesAtBRANDAt446263$outboundSchema` instead. */
15471
- export const outboundSchema = PropertiesAtBRANDAt446263$outboundSchema;
15472
- /** @deprecated use `PropertiesAtBRANDAt446263$Outbound` instead. */
15473
- export type Outbound = PropertiesAtBRANDAt446263$Outbound;
15630
+ export namespace PropertiesAtBRANDAt502540$ {
15631
+ /** @deprecated use `PropertiesAtBRANDAt502540$inboundSchema` instead. */
15632
+ export const inboundSchema = PropertiesAtBRANDAt502540$inboundSchema;
15633
+ /** @deprecated use `PropertiesAtBRANDAt502540$outboundSchema` instead. */
15634
+ export const outboundSchema = PropertiesAtBRANDAt502540$outboundSchema;
15635
+ /** @deprecated use `PropertiesAtBRANDAt502540$Outbound` instead. */
15636
+ export type Outbound = PropertiesAtBRANDAt502540$Outbound;
15474
15637
  }
15475
15638
 
15476
- export function propertiesAtBRANDAt446263ToJSON(
15477
- propertiesAtBRANDAt446263: PropertiesAtBRANDAt446263,
15639
+ export function propertiesAtBRANDAt502540ToJSON(
15640
+ propertiesAtBRANDAt502540: PropertiesAtBRANDAt502540,
15478
15641
  ): string {
15479
15642
  return JSON.stringify(
15480
- PropertiesAtBRANDAt446263$outboundSchema.parse(propertiesAtBRANDAt446263),
15643
+ PropertiesAtBRANDAt502540$outboundSchema.parse(propertiesAtBRANDAt502540),
15481
15644
  );
15482
15645
  }
15483
15646
 
15484
- export function propertiesAtBRANDAt446263FromJSON(
15647
+ export function propertiesAtBRANDAt502540FromJSON(
15485
15648
  jsonString: string,
15486
- ): SafeParseResult<PropertiesAtBRANDAt446263, SDKValidationError> {
15649
+ ): SafeParseResult<PropertiesAtBRANDAt502540, SDKValidationError> {
15487
15650
  return safeParse(
15488
15651
  jsonString,
15489
- (x) => PropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
15490
- `Failed to parse 'PropertiesAtBRANDAt446263' from JSON`,
15652
+ (x) => PropertiesAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)),
15653
+ `Failed to parse 'PropertiesAtBRANDAt502540' from JSON`,
15491
15654
  );
15492
15655
  }
15493
15656
 
@@ -15497,16 +15660,16 @@ export const MaxLength$inboundSchema: z.ZodType<
15497
15660
  z.ZodTypeDef,
15498
15661
  unknown
15499
15662
  > = z.object({
15500
- "__@BRAND@446263": z.lazy(() => PropertiesAtBRANDAt446263$inboundSchema),
15663
+ "__@BRAND@502540": z.lazy(() => PropertiesAtBRANDAt502540$inboundSchema),
15501
15664
  }).transform((v) => {
15502
15665
  return remap$(v, {
15503
- "__@BRAND@446263": "atBRANDAt446263",
15666
+ "__@BRAND@502540": "atBRANDAt502540",
15504
15667
  });
15505
15668
  });
15506
15669
 
15507
15670
  /** @internal */
15508
15671
  export type MaxLength$Outbound = {
15509
- "__@BRAND@446263": PropertiesAtBRANDAt446263$Outbound;
15672
+ "__@BRAND@502540": PropertiesAtBRANDAt502540$Outbound;
15510
15673
  };
15511
15674
 
15512
15675
  /** @internal */
@@ -15515,10 +15678,10 @@ export const MaxLength$outboundSchema: z.ZodType<
15515
15678
  z.ZodTypeDef,
15516
15679
  MaxLength
15517
15680
  > = z.object({
15518
- atBRANDAt446263: z.lazy(() => PropertiesAtBRANDAt446263$outboundSchema),
15681
+ atBRANDAt502540: z.lazy(() => PropertiesAtBRANDAt502540$outboundSchema),
15519
15682
  }).transform((v) => {
15520
15683
  return remap$(v, {
15521
- atBRANDAt446263: "__@BRAND@446263",
15684
+ atBRANDAt502540: "__@BRAND@502540",
15522
15685
  });
15523
15686
  });
15524
15687
 
@@ -15550,82 +15713,82 @@ export function maxLengthFromJSON(
15550
15713
  }
15551
15714
 
15552
15715
  /** @internal */
15553
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema:
15716
+ export const GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema:
15554
15717
  z.ZodType<
15555
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15718
+ GetConfigurationProductsPropertiesAtBRANDAt502540,
15556
15719
  z.ZodTypeDef,
15557
15720
  unknown
15558
15721
  > = z.object({});
15559
15722
 
15560
15723
  /** @internal */
15561
- export type GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound = {};
15724
+ export type GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound = {};
15562
15725
 
15563
15726
  /** @internal */
15564
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema:
15727
+ export const GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema:
15565
15728
  z.ZodType<
15566
- GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound,
15729
+ GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound,
15567
15730
  z.ZodTypeDef,
15568
- GetConfigurationProductsPropertiesAtBRANDAt446263
15731
+ GetConfigurationProductsPropertiesAtBRANDAt502540
15569
15732
  > = z.object({});
15570
15733
 
15571
15734
  /**
15572
15735
  * @internal
15573
15736
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15574
15737
  */
15575
- export namespace GetConfigurationProductsPropertiesAtBRANDAt446263$ {
15576
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema` instead. */
15738
+ export namespace GetConfigurationProductsPropertiesAtBRANDAt502540$ {
15739
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema` instead. */
15577
15740
  export const inboundSchema =
15578
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema;
15579
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema` instead. */
15741
+ GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema;
15742
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema` instead. */
15580
15743
  export const outboundSchema =
15581
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema;
15582
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound` instead. */
15744
+ GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema;
15745
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound` instead. */
15583
15746
  export type Outbound =
15584
- GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
15747
+ GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound;
15585
15748
  }
15586
15749
 
15587
- export function getConfigurationProductsPropertiesAtBRANDAt446263ToJSON(
15588
- getConfigurationProductsPropertiesAtBRANDAt446263:
15589
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15750
+ export function getConfigurationProductsPropertiesAtBRANDAt502540ToJSON(
15751
+ getConfigurationProductsPropertiesAtBRANDAt502540:
15752
+ GetConfigurationProductsPropertiesAtBRANDAt502540,
15590
15753
  ): string {
15591
15754
  return JSON.stringify(
15592
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema.parse(
15593
- getConfigurationProductsPropertiesAtBRANDAt446263,
15755
+ GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema.parse(
15756
+ getConfigurationProductsPropertiesAtBRANDAt502540,
15594
15757
  ),
15595
15758
  );
15596
15759
  }
15597
15760
 
15598
- export function getConfigurationProductsPropertiesAtBRANDAt446263FromJSON(
15761
+ export function getConfigurationProductsPropertiesAtBRANDAt502540FromJSON(
15599
15762
  jsonString: string,
15600
15763
  ): SafeParseResult<
15601
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15764
+ GetConfigurationProductsPropertiesAtBRANDAt502540,
15602
15765
  SDKValidationError
15603
15766
  > {
15604
15767
  return safeParse(
15605
15768
  jsonString,
15606
15769
  (x) =>
15607
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema.parse(
15770
+ GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema.parse(
15608
15771
  JSON.parse(x),
15609
15772
  ),
15610
- `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt446263' from JSON`,
15773
+ `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt502540' from JSON`,
15611
15774
  );
15612
15775
  }
15613
15776
 
15614
15777
  /** @internal */
15615
15778
  export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
15616
15779
  z.object({
15617
- "__@BRAND@446263": z.lazy(() =>
15618
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema
15780
+ "__@BRAND@502540": z.lazy(() =>
15781
+ GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema
15619
15782
  ),
15620
15783
  }).transform((v) => {
15621
15784
  return remap$(v, {
15622
- "__@BRAND@446263": "atBRANDAt446263",
15785
+ "__@BRAND@502540": "atBRANDAt502540",
15623
15786
  });
15624
15787
  });
15625
15788
 
15626
15789
  /** @internal */
15627
15790
  export type Pattern$Outbound = {
15628
- "__@BRAND@446263": GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
15791
+ "__@BRAND@502540": GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound;
15629
15792
  };
15630
15793
 
15631
15794
  /** @internal */
@@ -15634,12 +15797,12 @@ export const Pattern$outboundSchema: z.ZodType<
15634
15797
  z.ZodTypeDef,
15635
15798
  Pattern
15636
15799
  > = z.object({
15637
- atBRANDAt446263: z.lazy(() =>
15638
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema
15800
+ atBRANDAt502540: z.lazy(() =>
15801
+ GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema
15639
15802
  ),
15640
15803
  }).transform((v) => {
15641
15804
  return remap$(v, {
15642
- atBRANDAt446263: "__@BRAND@446263",
15805
+ atBRANDAt502540: "__@BRAND@502540",
15643
15806
  });
15644
15807
  });
15645
15808