@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
@@ -68,11 +68,11 @@ export const PrimaryProtocol = {
68
68
  export const GetConfigurationProductsType = {
69
69
  Object: "object",
70
70
  };
71
- export const Disabled3 = {
71
+ export const GetConfigurationProductsDisabled3 = {
72
72
  Update: "update",
73
73
  Create: "create",
74
74
  };
75
- export const Hidden3 = {
75
+ export const GetConfigurationProductsHidden3 = {
76
76
  Update: "update",
77
77
  Create: "create",
78
78
  };
@@ -119,11 +119,11 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
119
119
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = {
120
120
  VercelRegion: "vercel-region",
121
121
  };
122
- export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
122
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = {
123
123
  Update: "update",
124
124
  Create: "create",
125
125
  };
126
- export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
126
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = {
127
127
  Update: "update",
128
128
  Create: "create",
129
129
  };
@@ -156,11 +156,11 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200UiControl
156
156
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = {
157
157
  String: "string",
158
158
  };
159
- export const GetConfigurationProductsDisabled3 = {
159
+ export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
160
160
  Update: "update",
161
161
  Create: "create",
162
162
  };
163
- export const GetConfigurationProductsHidden3 = {
163
+ export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
164
164
  Update: "update",
165
165
  Create: "create",
166
166
  };
@@ -322,14 +322,13 @@ export var GetConfigurationProductsStatus$;
322
322
  GetConfigurationProductsStatus$.outboundSchema = GetConfigurationProductsStatus$outboundSchema;
323
323
  })(GetConfigurationProductsStatus$ || (GetConfigurationProductsStatus$ = {}));
324
324
  /** @internal */
325
- export const Repl$inboundSchema = z
326
- .object({
325
+ export const GetConfigurationProductsRepl$inboundSchema = z.object({
327
326
  enabled: z.boolean(),
328
327
  supportsReadOnlyMode: z.boolean(),
329
328
  welcomeMessage: z.string().optional(),
330
329
  });
331
330
  /** @internal */
332
- export const Repl$outboundSchema = z.object({
331
+ export const GetConfigurationProductsRepl$outboundSchema = z.object({
333
332
  enabled: z.boolean(),
334
333
  supportsReadOnlyMode: z.boolean(),
335
334
  welcomeMessage: z.string().optional(),
@@ -338,28 +337,28 @@ export const Repl$outboundSchema = z.object({
338
337
  * @internal
339
338
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
340
339
  */
341
- export var Repl$;
342
- (function (Repl$) {
343
- /** @deprecated use `Repl$inboundSchema` instead. */
344
- Repl$.inboundSchema = Repl$inboundSchema;
345
- /** @deprecated use `Repl$outboundSchema` instead. */
346
- Repl$.outboundSchema = Repl$outboundSchema;
347
- })(Repl$ || (Repl$ = {}));
348
- export function replToJSON(repl) {
349
- return JSON.stringify(Repl$outboundSchema.parse(repl));
340
+ export var GetConfigurationProductsRepl$;
341
+ (function (GetConfigurationProductsRepl$) {
342
+ /** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
343
+ GetConfigurationProductsRepl$.inboundSchema = GetConfigurationProductsRepl$inboundSchema;
344
+ /** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
345
+ GetConfigurationProductsRepl$.outboundSchema = GetConfigurationProductsRepl$outboundSchema;
346
+ })(GetConfigurationProductsRepl$ || (GetConfigurationProductsRepl$ = {}));
347
+ export function getConfigurationProductsReplToJSON(getConfigurationProductsRepl) {
348
+ return JSON.stringify(GetConfigurationProductsRepl$outboundSchema.parse(getConfigurationProductsRepl));
350
349
  }
351
- export function replFromJSON(jsonString) {
352
- return safeParse(jsonString, (x) => Repl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Repl' from JSON`);
350
+ export function getConfigurationProductsReplFromJSON(jsonString) {
351
+ return safeParse(jsonString, (x) => GetConfigurationProductsRepl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsRepl' from JSON`);
353
352
  }
354
353
  /** @internal */
355
354
  export const Storage$inboundSchema = z.object({
356
355
  status: GetConfigurationProductsStatus$inboundSchema,
357
- repl: z.lazy(() => Repl$inboundSchema).optional(),
356
+ repl: z.lazy(() => GetConfigurationProductsRepl$inboundSchema).optional(),
358
357
  });
359
358
  /** @internal */
360
359
  export const Storage$outboundSchema = z.object({
361
360
  status: GetConfigurationProductsStatus$outboundSchema,
362
- repl: z.lazy(() => Repl$outboundSchema).optional(),
361
+ repl: z.lazy(() => GetConfigurationProductsRepl$outboundSchema).optional(),
363
362
  });
364
363
  /**
365
364
  * @internal
@@ -884,42 +883,42 @@ export var GetConfigurationProductsType$;
884
883
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
885
884
  })(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
886
885
  /** @internal */
887
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema = z.object({});
886
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema = z.object({});
888
887
  /** @internal */
889
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema = z.object({});
888
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema = z.object({});
890
889
  /**
891
890
  * @internal
892
891
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
893
892
  */
894
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$;
895
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$) {
896
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema` instead. */
897
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema;
898
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema` instead. */
899
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema;
900
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ = {}));
901
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263) {
902
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
903
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263));
893
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$;
894
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$) {
895
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema` instead. */
896
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema;
897
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema` instead. */
898
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema;
899
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$ = {}));
900
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540) {
901
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema
902
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540));
904
903
  }
905
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263FromJSON(jsonString) {
906
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
907
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263' from JSON`);
904
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540FromJSON(jsonString) {
905
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema
906
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540' from JSON`);
908
907
  }
909
908
  /** @internal */
910
909
  export const PropertiesValue$inboundSchema = z.object({
911
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema),
910
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema),
912
911
  }).transform((v) => {
913
912
  return remap$(v, {
914
- "__@BRAND@446263": "atBRANDAt446263",
913
+ "__@BRAND@502540": "atBRANDAt502540",
915
914
  });
916
915
  });
917
916
  /** @internal */
918
917
  export const PropertiesValue$outboundSchema = z.object({
919
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema),
918
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema),
920
919
  }).transform((v) => {
921
920
  return remap$(v, {
922
- atBRANDAt446263: "__@BRAND@446263",
921
+ atBRANDAt502540: "__@BRAND@502540",
923
922
  });
924
923
  });
925
924
  /**
@@ -940,172 +939,169 @@ export function propertiesValueFromJSON(jsonString) {
940
939
  return safeParse(jsonString, (x) => PropertiesValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesValue' from JSON`);
941
940
  }
942
941
  /** @internal */
943
- export const Disabled3$inboundSchema = z
944
- .nativeEnum(Disabled3);
942
+ export const GetConfigurationProductsDisabled3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabled3);
945
943
  /** @internal */
946
- export const Disabled3$outboundSchema = Disabled3$inboundSchema;
944
+ export const GetConfigurationProductsDisabled3$outboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
947
945
  /**
948
946
  * @internal
949
947
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
950
948
  */
951
- export var Disabled3$;
952
- (function (Disabled3$) {
953
- /** @deprecated use `Disabled3$inboundSchema` instead. */
954
- Disabled3$.inboundSchema = Disabled3$inboundSchema;
955
- /** @deprecated use `Disabled3$outboundSchema` instead. */
956
- Disabled3$.outboundSchema = Disabled3$outboundSchema;
957
- })(Disabled3$ || (Disabled3$ = {}));
949
+ export var GetConfigurationProductsDisabled3$;
950
+ (function (GetConfigurationProductsDisabled3$) {
951
+ /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
952
+ GetConfigurationProductsDisabled3$.inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
953
+ /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
954
+ GetConfigurationProductsDisabled3$.outboundSchema = GetConfigurationProductsDisabled3$outboundSchema;
955
+ })(GetConfigurationProductsDisabled3$ || (GetConfigurationProductsDisabled3$ = {}));
958
956
  /** @internal */
959
- export const Disabled2$inboundSchema = z.object({
957
+ export const GetConfigurationProductsDisabled2$inboundSchema = z.object({
960
958
  expr: z.string(),
961
959
  });
962
960
  /** @internal */
963
- export const Disabled2$outboundSchema = z.object({
961
+ export const GetConfigurationProductsDisabled2$outboundSchema = z.object({
964
962
  expr: z.string(),
965
963
  });
966
964
  /**
967
965
  * @internal
968
966
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
969
967
  */
970
- export var Disabled2$;
971
- (function (Disabled2$) {
972
- /** @deprecated use `Disabled2$inboundSchema` instead. */
973
- Disabled2$.inboundSchema = Disabled2$inboundSchema;
974
- /** @deprecated use `Disabled2$outboundSchema` instead. */
975
- Disabled2$.outboundSchema = Disabled2$outboundSchema;
976
- })(Disabled2$ || (Disabled2$ = {}));
977
- export function disabled2ToJSON(disabled2) {
978
- return JSON.stringify(Disabled2$outboundSchema.parse(disabled2));
968
+ export var GetConfigurationProductsDisabled2$;
969
+ (function (GetConfigurationProductsDisabled2$) {
970
+ /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
971
+ GetConfigurationProductsDisabled2$.inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
972
+ /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
973
+ GetConfigurationProductsDisabled2$.outboundSchema = GetConfigurationProductsDisabled2$outboundSchema;
974
+ })(GetConfigurationProductsDisabled2$ || (GetConfigurationProductsDisabled2$ = {}));
975
+ export function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2) {
976
+ return JSON.stringify(GetConfigurationProductsDisabled2$outboundSchema.parse(getConfigurationProductsDisabled2));
979
977
  }
980
- export function disabled2FromJSON(jsonString) {
981
- return safeParse(jsonString, (x) => Disabled2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Disabled2' from JSON`);
978
+ export function getConfigurationProductsDisabled2FromJSON(jsonString) {
979
+ return safeParse(jsonString, (x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabled2' from JSON`);
982
980
  }
983
981
  /** @internal */
984
- export const Disabled$inboundSchema = z.union([
985
- z.lazy(() => Disabled2$inboundSchema),
982
+ export const PropertiesDisabled$inboundSchema = z.union([
983
+ z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
986
984
  z.boolean(),
987
- Disabled3$inboundSchema,
985
+ GetConfigurationProductsDisabled3$inboundSchema,
988
986
  ]);
989
987
  /** @internal */
990
- export const Disabled$outboundSchema = z.union([
991
- z.lazy(() => Disabled2$outboundSchema),
988
+ export const PropertiesDisabled$outboundSchema = z.union([
989
+ z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
992
990
  z.boolean(),
993
- Disabled3$outboundSchema,
991
+ GetConfigurationProductsDisabled3$outboundSchema,
994
992
  ]);
995
993
  /**
996
994
  * @internal
997
995
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
998
996
  */
999
- export var Disabled$;
1000
- (function (Disabled$) {
1001
- /** @deprecated use `Disabled$inboundSchema` instead. */
1002
- Disabled$.inboundSchema = Disabled$inboundSchema;
1003
- /** @deprecated use `Disabled$outboundSchema` instead. */
1004
- Disabled$.outboundSchema = Disabled$outboundSchema;
1005
- })(Disabled$ || (Disabled$ = {}));
1006
- export function disabledToJSON(disabled) {
1007
- return JSON.stringify(Disabled$outboundSchema.parse(disabled));
997
+ export var PropertiesDisabled$;
998
+ (function (PropertiesDisabled$) {
999
+ /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
1000
+ PropertiesDisabled$.inboundSchema = PropertiesDisabled$inboundSchema;
1001
+ /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
1002
+ PropertiesDisabled$.outboundSchema = PropertiesDisabled$outboundSchema;
1003
+ })(PropertiesDisabled$ || (PropertiesDisabled$ = {}));
1004
+ export function propertiesDisabledToJSON(propertiesDisabled) {
1005
+ return JSON.stringify(PropertiesDisabled$outboundSchema.parse(propertiesDisabled));
1008
1006
  }
1009
- export function disabledFromJSON(jsonString) {
1010
- return safeParse(jsonString, (x) => Disabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Disabled' from JSON`);
1007
+ export function propertiesDisabledFromJSON(jsonString) {
1008
+ return safeParse(jsonString, (x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesDisabled' from JSON`);
1011
1009
  }
1012
1010
  /** @internal */
1013
- export const Hidden3$inboundSchema = z
1014
- .nativeEnum(Hidden3);
1011
+ export const GetConfigurationProductsHidden3$inboundSchema = z.nativeEnum(GetConfigurationProductsHidden3);
1015
1012
  /** @internal */
1016
- export const Hidden3$outboundSchema = Hidden3$inboundSchema;
1013
+ export const GetConfigurationProductsHidden3$outboundSchema = GetConfigurationProductsHidden3$inboundSchema;
1017
1014
  /**
1018
1015
  * @internal
1019
1016
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1020
1017
  */
1021
- export var Hidden3$;
1022
- (function (Hidden3$) {
1023
- /** @deprecated use `Hidden3$inboundSchema` instead. */
1024
- Hidden3$.inboundSchema = Hidden3$inboundSchema;
1025
- /** @deprecated use `Hidden3$outboundSchema` instead. */
1026
- Hidden3$.outboundSchema = Hidden3$outboundSchema;
1027
- })(Hidden3$ || (Hidden3$ = {}));
1018
+ export var GetConfigurationProductsHidden3$;
1019
+ (function (GetConfigurationProductsHidden3$) {
1020
+ /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
1021
+ GetConfigurationProductsHidden3$.inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
1022
+ /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
1023
+ GetConfigurationProductsHidden3$.outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
1024
+ })(GetConfigurationProductsHidden3$ || (GetConfigurationProductsHidden3$ = {}));
1028
1025
  /** @internal */
1029
- export const Hidden2$inboundSchema = z.object({
1026
+ export const GetConfigurationProductsHidden2$inboundSchema = z.object({
1030
1027
  expr: z.string(),
1031
1028
  });
1032
1029
  /** @internal */
1033
- export const Hidden2$outboundSchema = z.object({
1030
+ export const GetConfigurationProductsHidden2$outboundSchema = z.object({
1034
1031
  expr: z.string(),
1035
1032
  });
1036
1033
  /**
1037
1034
  * @internal
1038
1035
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1039
1036
  */
1040
- export var Hidden2$;
1041
- (function (Hidden2$) {
1042
- /** @deprecated use `Hidden2$inboundSchema` instead. */
1043
- Hidden2$.inboundSchema = Hidden2$inboundSchema;
1044
- /** @deprecated use `Hidden2$outboundSchema` instead. */
1045
- Hidden2$.outboundSchema = Hidden2$outboundSchema;
1046
- })(Hidden2$ || (Hidden2$ = {}));
1047
- export function hidden2ToJSON(hidden2) {
1048
- return JSON.stringify(Hidden2$outboundSchema.parse(hidden2));
1037
+ export var GetConfigurationProductsHidden2$;
1038
+ (function (GetConfigurationProductsHidden2$) {
1039
+ /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
1040
+ GetConfigurationProductsHidden2$.inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
1041
+ /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
1042
+ GetConfigurationProductsHidden2$.outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
1043
+ })(GetConfigurationProductsHidden2$ || (GetConfigurationProductsHidden2$ = {}));
1044
+ export function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2) {
1045
+ return JSON.stringify(GetConfigurationProductsHidden2$outboundSchema.parse(getConfigurationProductsHidden2));
1049
1046
  }
1050
- export function hidden2FromJSON(jsonString) {
1051
- return safeParse(jsonString, (x) => Hidden2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Hidden2' from JSON`);
1047
+ export function getConfigurationProductsHidden2FromJSON(jsonString) {
1048
+ return safeParse(jsonString, (x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHidden2' from JSON`);
1052
1049
  }
1053
1050
  /** @internal */
1054
- export const Hidden$inboundSchema = z
1055
- .union([
1056
- z.lazy(() => Hidden2$inboundSchema),
1051
+ export const PropertiesHidden$inboundSchema = z.union([
1052
+ z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
1057
1053
  z.boolean(),
1058
- Hidden3$inboundSchema,
1054
+ GetConfigurationProductsHidden3$inboundSchema,
1059
1055
  ]);
1060
1056
  /** @internal */
1061
- export const Hidden$outboundSchema = z.union([
1062
- z.lazy(() => Hidden2$outboundSchema),
1057
+ export const PropertiesHidden$outboundSchema = z.union([
1058
+ z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
1063
1059
  z.boolean(),
1064
- Hidden3$outboundSchema,
1060
+ GetConfigurationProductsHidden3$outboundSchema,
1065
1061
  ]);
1066
1062
  /**
1067
1063
  * @internal
1068
1064
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1069
1065
  */
1070
- export var Hidden$;
1071
- (function (Hidden$) {
1072
- /** @deprecated use `Hidden$inboundSchema` instead. */
1073
- Hidden$.inboundSchema = Hidden$inboundSchema;
1074
- /** @deprecated use `Hidden$outboundSchema` instead. */
1075
- Hidden$.outboundSchema = Hidden$outboundSchema;
1076
- })(Hidden$ || (Hidden$ = {}));
1077
- export function hiddenToJSON(hidden) {
1078
- return JSON.stringify(Hidden$outboundSchema.parse(hidden));
1066
+ export var PropertiesHidden$;
1067
+ (function (PropertiesHidden$) {
1068
+ /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
1069
+ PropertiesHidden$.inboundSchema = PropertiesHidden$inboundSchema;
1070
+ /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
1071
+ PropertiesHidden$.outboundSchema = PropertiesHidden$outboundSchema;
1072
+ })(PropertiesHidden$ || (PropertiesHidden$ = {}));
1073
+ export function propertiesHiddenToJSON(propertiesHidden) {
1074
+ return JSON.stringify(PropertiesHidden$outboundSchema.parse(propertiesHidden));
1079
1075
  }
1080
- export function hiddenFromJSON(jsonString) {
1081
- return safeParse(jsonString, (x) => Hidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Hidden' from JSON`);
1076
+ export function propertiesHiddenFromJSON(jsonString) {
1077
+ return safeParse(jsonString, (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesHidden' from JSON`);
1082
1078
  }
1083
1079
  /** @internal */
1084
1080
  export const Properties9$inboundSchema = z.object({
1085
1081
  value: z.lazy(() => PropertiesValue$inboundSchema),
1086
1082
  disabled: z.union([
1087
- z.lazy(() => Disabled2$inboundSchema),
1083
+ z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
1088
1084
  z.boolean(),
1089
- Disabled3$inboundSchema,
1085
+ GetConfigurationProductsDisabled3$inboundSchema,
1090
1086
  ]).optional(),
1091
1087
  hidden: z.union([
1092
- z.lazy(() => Hidden2$inboundSchema),
1088
+ z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
1093
1089
  z.boolean(),
1094
- Hidden3$inboundSchema,
1090
+ GetConfigurationProductsHidden3$inboundSchema,
1095
1091
  ]).optional(),
1096
1092
  });
1097
1093
  /** @internal */
1098
1094
  export const Properties9$outboundSchema = z.object({
1099
1095
  value: z.lazy(() => PropertiesValue$outboundSchema),
1100
1096
  disabled: z.union([
1101
- z.lazy(() => Disabled2$outboundSchema),
1097
+ z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
1102
1098
  z.boolean(),
1103
- Disabled3$outboundSchema,
1099
+ GetConfigurationProductsDisabled3$outboundSchema,
1104
1100
  ]).optional(),
1105
1101
  hidden: z.union([
1106
- z.lazy(() => Hidden2$outboundSchema),
1102
+ z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
1107
1103
  z.boolean(),
1108
- Hidden3$outboundSchema,
1104
+ GetConfigurationProductsHidden3$outboundSchema,
1109
1105
  ]).optional(),
1110
1106
  });
1111
1107
  /**
@@ -1171,42 +1167,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
1171
1167
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
1172
1168
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
1173
1169
  /** @internal */
1174
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema = z.object({});
1170
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema = z.object({});
1175
1171
  /** @internal */
1176
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema = z.object({});
1172
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema = z.object({});
1177
1173
  /**
1178
1174
  * @internal
1179
1175
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1180
1176
  */
1181
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$;
1182
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$) {
1183
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
1184
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema;
1185
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
1186
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema;
1187
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ = {}));
1188
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263) {
1189
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
1190
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263));
1177
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$;
1178
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$) {
1179
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
1180
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema;
1181
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
1182
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema;
1183
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$ = {}));
1184
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540) {
1185
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema
1186
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540));
1191
1187
  }
1192
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263FromJSON(jsonString) {
1193
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
1194
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263' from JSON`);
1188
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540FromJSON(jsonString) {
1189
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema
1190
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540' from JSON`);
1195
1191
  }
1196
1192
  /** @internal */
1197
1193
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1198
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema),
1194
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema),
1199
1195
  }).transform((v) => {
1200
1196
  return remap$(v, {
1201
- "__@BRAND@446263": "atBRANDAt446263",
1197
+ "__@BRAND@502540": "atBRANDAt502540",
1202
1198
  });
1203
1199
  });
1204
1200
  /** @internal */
1205
1201
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1206
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema),
1202
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema),
1207
1203
  }).transform((v) => {
1208
1204
  return remap$(v, {
1209
- atBRANDAt446263: "__@BRAND@446263",
1205
+ atBRANDAt502540: "__@BRAND@502540",
1210
1206
  });
1211
1207
  });
1212
1208
  /**
@@ -1229,42 +1225,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
1229
1225
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
1230
1226
  }
1231
1227
  /** @internal */
1232
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema = z.object({});
1228
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema = z.object({});
1233
1229
  /** @internal */
1234
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema = z.object({});
1230
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema = z.object({});
1235
1231
  /**
1236
1232
  * @internal
1237
1233
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1238
1234
  */
1239
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$;
1240
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$) {
1241
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema` instead. */
1242
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema;
1243
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema` instead. */
1244
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema;
1245
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ = {}));
1246
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263) {
1247
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
1248
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263));
1235
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$;
1236
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$) {
1237
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema` instead. */
1238
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema;
1239
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema` instead. */
1240
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema;
1241
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$ = {}));
1242
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540) {
1243
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema
1244
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540));
1249
1245
  }
1250
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263FromJSON(jsonString) {
1251
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
1252
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263' from JSON`);
1246
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540FromJSON(jsonString) {
1247
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema
1248
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540' from JSON`);
1253
1249
  }
1254
1250
  /** @internal */
1255
1251
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1256
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema),
1252
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema),
1257
1253
  }).transform((v) => {
1258
1254
  return remap$(v, {
1259
- "__@BRAND@446263": "atBRANDAt446263",
1255
+ "__@BRAND@502540": "atBRANDAt502540",
1260
1256
  });
1261
1257
  });
1262
1258
  /** @internal */
1263
1259
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1264
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema),
1260
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema),
1265
1261
  }).transform((v) => {
1266
1262
  return remap$(v, {
1267
- atBRANDAt446263: "__@BRAND@446263",
1263
+ atBRANDAt502540: "__@BRAND@502540",
1268
1264
  });
1269
1265
  });
1270
1266
  /**
@@ -1287,42 +1283,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
1287
1283
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
1288
1284
  }
1289
1285
  /** @internal */
1290
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema = z.object({});
1286
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema = z.object({});
1291
1287
  /** @internal */
1292
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema = z.object({});
1288
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema = z.object({});
1293
1289
  /**
1294
1290
  * @internal
1295
1291
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1296
1292
  */
1297
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$;
1298
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$) {
1299
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema` instead. */
1300
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema;
1301
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema` instead. */
1302
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema;
1303
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ = {}));
1304
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263) {
1305
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
1306
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263));
1293
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$;
1294
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$) {
1295
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema` instead. */
1296
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema;
1297
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema` instead. */
1298
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema;
1299
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$ = {}));
1300
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540) {
1301
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema
1302
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540));
1307
1303
  }
1308
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263FromJSON(jsonString) {
1309
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
1310
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263' from JSON`);
1304
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540FromJSON(jsonString) {
1305
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema
1306
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540' from JSON`);
1311
1307
  }
1312
1308
  /** @internal */
1313
1309
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1314
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema),
1310
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema),
1315
1311
  }).transform((v) => {
1316
1312
  return remap$(v, {
1317
- "__@BRAND@446263": "atBRANDAt446263",
1313
+ "__@BRAND@502540": "atBRANDAt502540",
1318
1314
  });
1319
1315
  });
1320
1316
  /** @internal */
1321
1317
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1322
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema),
1318
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema),
1323
1319
  }).transform((v) => {
1324
1320
  return remap$(v, {
1325
- atBRANDAt446263: "__@BRAND@446263",
1321
+ atBRANDAt502540: "__@BRAND@502540",
1326
1322
  });
1327
1323
  });
1328
1324
  /**
@@ -1382,42 +1378,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
1382
1378
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
1383
1379
  }
1384
1380
  /** @internal */
1385
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema = z.object({});
1381
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema = z.object({});
1386
1382
  /** @internal */
1387
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema = z.object({});
1383
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema = z.object({});
1388
1384
  /**
1389
1385
  * @internal
1390
1386
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1391
1387
  */
1392
- export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$;
1393
- (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$) {
1394
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
1395
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema;
1396
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
1397
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema;
1398
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ = {}));
1399
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263) {
1400
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
1401
- .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263));
1388
+ export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$;
1389
+ (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$) {
1390
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
1391
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema;
1392
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
1393
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema;
1394
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$ = {}));
1395
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540) {
1396
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema
1397
+ .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540));
1402
1398
  }
1403
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263FromJSON(jsonString) {
1404
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
1405
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263' from JSON`);
1399
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540FromJSON(jsonString) {
1400
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema
1401
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540' from JSON`);
1406
1402
  }
1407
1403
  /** @internal */
1408
1404
  export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
1409
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema),
1405
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema),
1410
1406
  }).transform((v) => {
1411
1407
  return remap$(v, {
1412
- "__@BRAND@446263": "atBRANDAt446263",
1408
+ "__@BRAND@502540": "atBRANDAt502540",
1413
1409
  });
1414
1410
  });
1415
1411
  /** @internal */
1416
1412
  export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
1417
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema),
1413
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema),
1418
1414
  }).transform((v) => {
1419
1415
  return remap$(v, {
1420
- atBRANDAt446263: "__@BRAND@446263",
1416
+ atBRANDAt502540: "__@BRAND@502540",
1421
1417
  });
1422
1418
  });
1423
1419
  /**
@@ -1629,40 +1625,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
1629
1625
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
1630
1626
  }
1631
1627
  /** @internal */
1632
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema = z.object({});
1628
+ export const GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema = z.object({});
1633
1629
  /** @internal */
1634
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema = z.object({});
1630
+ export const GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema = z.object({});
1635
1631
  /**
1636
1632
  * @internal
1637
1633
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1638
1634
  */
1639
- export var GetConfigurationProductsUiOptionsAtBRANDAt446263$;
1640
- (function (GetConfigurationProductsUiOptionsAtBRANDAt446263$) {
1641
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema` instead. */
1642
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema;
1643
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema` instead. */
1644
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema;
1645
- })(GetConfigurationProductsUiOptionsAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsAtBRANDAt446263$ = {}));
1646
- export function getConfigurationProductsUiOptionsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsAtBRANDAt446263) {
1647
- return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt446263));
1635
+ export var GetConfigurationProductsUiOptionsAtBRANDAt502540$;
1636
+ (function (GetConfigurationProductsUiOptionsAtBRANDAt502540$) {
1637
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema` instead. */
1638
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema;
1639
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema` instead. */
1640
+ GetConfigurationProductsUiOptionsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema;
1641
+ })(GetConfigurationProductsUiOptionsAtBRANDAt502540$ || (GetConfigurationProductsUiOptionsAtBRANDAt502540$ = {}));
1642
+ export function getConfigurationProductsUiOptionsAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsAtBRANDAt502540) {
1643
+ return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt502540));
1648
1644
  }
1649
- export function getConfigurationProductsUiOptionsAtBRANDAt446263FromJSON(jsonString) {
1650
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt446263' from JSON`);
1645
+ export function getConfigurationProductsUiOptionsAtBRANDAt502540FromJSON(jsonString) {
1646
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt502540' from JSON`);
1651
1647
  }
1652
1648
  /** @internal */
1653
1649
  export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
1654
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema),
1650
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema),
1655
1651
  }).transform((v) => {
1656
1652
  return remap$(v, {
1657
- "__@BRAND@446263": "atBRANDAt446263",
1653
+ "__@BRAND@502540": "atBRANDAt502540",
1658
1654
  });
1659
1655
  });
1660
1656
  /** @internal */
1661
1657
  export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
1662
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema),
1658
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema),
1663
1659
  }).transform((v) => {
1664
1660
  return remap$(v, {
1665
- atBRANDAt446263: "__@BRAND@446263",
1661
+ atBRANDAt502540: "__@BRAND@502540",
1666
1662
  });
1667
1663
  });
1668
1664
  /**
@@ -2204,42 +2200,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
2204
2200
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
2205
2201
  }
2206
2202
  /** @internal */
2207
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema = z.object({});
2203
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema = z.object({});
2208
2204
  /** @internal */
2209
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema = z.object({});
2205
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema = z.object({});
2210
2206
  /**
2211
2207
  * @internal
2212
2208
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2213
2209
  */
2214
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$;
2215
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$) {
2216
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema` instead. */
2217
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema;
2218
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema` instead. */
2219
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema;
2220
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ = {}));
2221
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263) {
2222
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
2223
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263));
2210
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$;
2211
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$) {
2212
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema` instead. */
2213
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema;
2214
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema` instead. */
2215
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema;
2216
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$ = {}));
2217
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540) {
2218
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema
2219
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540));
2224
2220
  }
2225
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263FromJSON(jsonString) {
2226
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
2227
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263' from JSON`);
2221
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540FromJSON(jsonString) {
2222
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema
2223
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540' from JSON`);
2228
2224
  }
2229
2225
  /** @internal */
2230
2226
  export const Default$inboundSchema = z.object({
2231
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema),
2227
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema),
2232
2228
  }).transform((v) => {
2233
2229
  return remap$(v, {
2234
- "__@BRAND@446263": "atBRANDAt446263",
2230
+ "__@BRAND@502540": "atBRANDAt502540",
2235
2231
  });
2236
2232
  });
2237
2233
  /** @internal */
2238
2234
  export const Default$outboundSchema = z.object({
2239
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema),
2235
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema),
2240
2236
  }).transform((v) => {
2241
2237
  return remap$(v, {
2242
- atBRANDAt446263: "__@BRAND@446263",
2238
+ atBRANDAt502540: "__@BRAND@502540",
2243
2239
  });
2244
2240
  });
2245
2241
  /**
@@ -2260,42 +2256,42 @@ export function defaultFromJSON(jsonString) {
2260
2256
  return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
2261
2257
  }
2262
2258
  /** @internal */
2263
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema = z.object({});
2259
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema = z.object({});
2264
2260
  /** @internal */
2265
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema = z.object({});
2261
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema = z.object({});
2266
2262
  /**
2267
2263
  * @internal
2268
2264
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2269
2265
  */
2270
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$;
2271
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$) {
2272
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema` instead. */
2273
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema;
2274
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema` instead. */
2275
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema;
2276
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ = {}));
2277
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263) {
2278
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
2279
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263));
2266
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$;
2267
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$) {
2268
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema` instead. */
2269
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema;
2270
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema` instead. */
2271
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema;
2272
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$ = {}));
2273
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540) {
2274
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema
2275
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540));
2280
2276
  }
2281
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263FromJSON(jsonString) {
2282
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
2283
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263' from JSON`);
2277
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540FromJSON(jsonString) {
2278
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema
2279
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540' from JSON`);
2284
2280
  }
2285
2281
  /** @internal */
2286
2282
  export const Example$inboundSchema = z.object({
2287
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema),
2283
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema),
2288
2284
  }).transform((v) => {
2289
2285
  return remap$(v, {
2290
- "__@BRAND@446263": "atBRANDAt446263",
2286
+ "__@BRAND@502540": "atBRANDAt502540",
2291
2287
  });
2292
2288
  });
2293
2289
  /** @internal */
2294
2290
  export const Example$outboundSchema = z.object({
2295
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema),
2291
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema),
2296
2292
  }).transform((v) => {
2297
2293
  return remap$(v, {
2298
- atBRANDAt446263: "__@BRAND@446263",
2294
+ atBRANDAt502540: "__@BRAND@502540",
2299
2295
  });
2300
2296
  });
2301
2297
  /**
@@ -2463,42 +2459,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
2463
2459
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
2464
2460
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
2465
2461
  /** @internal */
2466
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema = z.object({});
2462
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema = z.object({});
2467
2463
  /** @internal */
2468
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema = z.object({});
2464
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema = z.object({});
2469
2465
  /**
2470
2466
  * @internal
2471
2467
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2472
2468
  */
2473
- export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$;
2474
- (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$) {
2475
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema` instead. */
2476
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema;
2477
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema` instead. */
2478
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema;
2479
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ = {}));
2480
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263) {
2481
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
2482
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263));
2469
+ export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$;
2470
+ (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$) {
2471
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema` instead. */
2472
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema;
2473
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema` instead. */
2474
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema;
2475
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$ = {}));
2476
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540) {
2477
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema
2478
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540));
2483
2479
  }
2484
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263FromJSON(jsonString) {
2485
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
2486
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263' from JSON`);
2480
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540FromJSON(jsonString) {
2481
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema
2482
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540' from JSON`);
2487
2483
  }
2488
2484
  /** @internal */
2489
2485
  export const UiOptionsValue$inboundSchema = z.object({
2490
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema),
2486
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema),
2491
2487
  }).transform((v) => {
2492
2488
  return remap$(v, {
2493
- "__@BRAND@446263": "atBRANDAt446263",
2489
+ "__@BRAND@502540": "atBRANDAt502540",
2494
2490
  });
2495
2491
  });
2496
2492
  /** @internal */
2497
2493
  export const UiOptionsValue$outboundSchema = z.object({
2498
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema),
2494
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema),
2499
2495
  }).transform((v) => {
2500
2496
  return remap$(v, {
2501
- atBRANDAt446263: "__@BRAND@446263",
2497
+ atBRANDAt502540: "__@BRAND@502540",
2502
2498
  });
2503
2499
  });
2504
2500
  /**
@@ -2519,56 +2515,58 @@ export function uiOptionsValueFromJSON(jsonString) {
2519
2515
  return safeParse(jsonString, (x) => UiOptionsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsValue' from JSON`);
2520
2516
  }
2521
2517
  /** @internal */
2522
- export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
2518
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3);
2523
2519
  /** @internal */
2524
- export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
2520
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
2525
2521
  /**
2526
2522
  * @internal
2527
2523
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2528
2524
  */
2529
- export var GetConfigurationProductsDisabledIntegrationsResponse3$;
2530
- (function (GetConfigurationProductsDisabledIntegrationsResponse3$) {
2531
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
2532
- GetConfigurationProductsDisabledIntegrationsResponse3$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
2533
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
2534
- GetConfigurationProductsDisabledIntegrationsResponse3$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
2535
- })(GetConfigurationProductsDisabledIntegrationsResponse3$ || (GetConfigurationProductsDisabledIntegrationsResponse3$ = {}));
2525
+ export var GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$;
2526
+ (function (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$) {
2527
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
2528
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
2529
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
2530
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
2531
+ })(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ || (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ = {}));
2536
2532
  /** @internal */
2537
- export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema = z.object({
2533
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema = z.object({
2538
2534
  expr: z.string(),
2539
2535
  });
2540
2536
  /** @internal */
2541
- export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema = z.object({
2537
+ export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema = z.object({
2542
2538
  expr: z.string(),
2543
2539
  });
2544
2540
  /**
2545
2541
  * @internal
2546
2542
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2547
2543
  */
2548
- export var GetConfigurationProductsDisabledIntegrationsResponse2$;
2549
- (function (GetConfigurationProductsDisabledIntegrationsResponse2$) {
2550
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
2551
- GetConfigurationProductsDisabledIntegrationsResponse2$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
2552
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
2553
- GetConfigurationProductsDisabledIntegrationsResponse2$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
2554
- })(GetConfigurationProductsDisabledIntegrationsResponse2$ || (GetConfigurationProductsDisabledIntegrationsResponse2$ = {}));
2555
- export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2) {
2556
- return JSON.stringify(GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsDisabledIntegrationsResponse2));
2544
+ export var GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$;
2545
+ (function (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$) {
2546
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
2547
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
2548
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
2549
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
2550
+ })(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ || (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ = {}));
2551
+ export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2) {
2552
+ return JSON.stringify(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
2553
+ .parse(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2));
2557
2554
  }
2558
- export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString) {
2559
- return safeParse(jsonString, (x) => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`);
2555
+ export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString) {
2556
+ return safeParse(jsonString, (x) => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
2557
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`);
2560
2558
  }
2561
2559
  /** @internal */
2562
2560
  export const GetConfigurationProductsUiOptionsDisabled$inboundSchema = z.union([
2563
- z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
2561
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
2564
2562
  z.boolean(),
2565
- GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
2563
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
2566
2564
  ]);
2567
2565
  /** @internal */
2568
2566
  export const GetConfigurationProductsUiOptionsDisabled$outboundSchema = z.union([
2569
- z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
2567
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
2570
2568
  z.boolean(),
2571
- GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
2569
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
2572
2570
  ]);
2573
2571
  /**
2574
2572
  * @internal
@@ -2588,56 +2586,58 @@ export function getConfigurationProductsUiOptionsDisabledFromJSON(jsonString) {
2588
2586
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsDisabled' from JSON`);
2589
2587
  }
2590
2588
  /** @internal */
2591
- export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
2589
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema = z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3);
2592
2590
  /** @internal */
2593
- export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
2591
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
2594
2592
  /**
2595
2593
  * @internal
2596
2594
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2597
2595
  */
2598
- export var GetConfigurationProductsHiddenIntegrationsResponse3$;
2599
- (function (GetConfigurationProductsHiddenIntegrationsResponse3$) {
2600
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
2601
- GetConfigurationProductsHiddenIntegrationsResponse3$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
2602
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
2603
- GetConfigurationProductsHiddenIntegrationsResponse3$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
2604
- })(GetConfigurationProductsHiddenIntegrationsResponse3$ || (GetConfigurationProductsHiddenIntegrationsResponse3$ = {}));
2596
+ export var GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$;
2597
+ (function (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$) {
2598
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
2599
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
2600
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
2601
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
2602
+ })(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ || (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ = {}));
2605
2603
  /** @internal */
2606
- export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema = z.object({
2604
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema = z.object({
2607
2605
  expr: z.string(),
2608
2606
  });
2609
2607
  /** @internal */
2610
- export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema = z.object({
2608
+ export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema = z.object({
2611
2609
  expr: z.string(),
2612
2610
  });
2613
2611
  /**
2614
2612
  * @internal
2615
2613
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2616
2614
  */
2617
- export var GetConfigurationProductsHiddenIntegrationsResponse2$;
2618
- (function (GetConfigurationProductsHiddenIntegrationsResponse2$) {
2619
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
2620
- GetConfigurationProductsHiddenIntegrationsResponse2$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
2621
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
2622
- GetConfigurationProductsHiddenIntegrationsResponse2$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
2623
- })(GetConfigurationProductsHiddenIntegrationsResponse2$ || (GetConfigurationProductsHiddenIntegrationsResponse2$ = {}));
2624
- export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2) {
2625
- return JSON.stringify(GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsHiddenIntegrationsResponse2));
2615
+ export var GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$;
2616
+ (function (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$) {
2617
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
2618
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
2619
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
2620
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
2621
+ })(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ || (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ = {}));
2622
+ export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2) {
2623
+ return JSON.stringify(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
2624
+ .parse(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2));
2626
2625
  }
2627
- export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString) {
2628
- return safeParse(jsonString, (x) => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`);
2626
+ export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString) {
2627
+ return safeParse(jsonString, (x) => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
2628
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`);
2629
2629
  }
2630
2630
  /** @internal */
2631
2631
  export const GetConfigurationProductsUiOptionsHidden$inboundSchema = z.union([
2632
- z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
2632
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
2633
2633
  z.boolean(),
2634
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
2634
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
2635
2635
  ]);
2636
2636
  /** @internal */
2637
2637
  export const GetConfigurationProductsUiOptionsHidden$outboundSchema = z.union([
2638
- z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
2638
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
2639
2639
  z.boolean(),
2640
- GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
2640
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
2641
2641
  ]);
2642
2642
  /**
2643
2643
  * @internal
@@ -2660,28 +2660,28 @@ export function getConfigurationProductsUiOptionsHiddenFromJSON(jsonString) {
2660
2660
  export const UiOptions3$inboundSchema = z.object({
2661
2661
  value: z.lazy(() => UiOptionsValue$inboundSchema),
2662
2662
  disabled: z.union([
2663
- z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
2663
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
2664
2664
  z.boolean(),
2665
- GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
2665
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
2666
2666
  ]).optional(),
2667
2667
  hidden: z.union([
2668
- z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
2668
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
2669
2669
  z.boolean(),
2670
- GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
2670
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
2671
2671
  ]).optional(),
2672
2672
  });
2673
2673
  /** @internal */
2674
2674
  export const UiOptions3$outboundSchema = z.object({
2675
2675
  value: z.lazy(() => UiOptionsValue$outboundSchema),
2676
2676
  disabled: z.union([
2677
- z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
2677
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
2678
2678
  z.boolean(),
2679
- GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
2679
+ GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
2680
2680
  ]).optional(),
2681
2681
  hidden: z.union([
2682
- z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
2682
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
2683
2683
  z.boolean(),
2684
- GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
2684
+ GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
2685
2685
  ]).optional(),
2686
2686
  });
2687
2687
  /**
@@ -2702,40 +2702,40 @@ export function uiOptions3FromJSON(jsonString) {
2702
2702
  return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
2703
2703
  }
2704
2704
  /** @internal */
2705
- export const UiOptionsAtBRANDAt446263$inboundSchema = z.object({});
2705
+ export const UiOptionsAtBRANDAt502540$inboundSchema = z.object({});
2706
2706
  /** @internal */
2707
- export const UiOptionsAtBRANDAt446263$outboundSchema = z.object({});
2707
+ export const UiOptionsAtBRANDAt502540$outboundSchema = z.object({});
2708
2708
  /**
2709
2709
  * @internal
2710
2710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2711
2711
  */
2712
- export var UiOptionsAtBRANDAt446263$;
2713
- (function (UiOptionsAtBRANDAt446263$) {
2714
- /** @deprecated use `UiOptionsAtBRANDAt446263$inboundSchema` instead. */
2715
- UiOptionsAtBRANDAt446263$.inboundSchema = UiOptionsAtBRANDAt446263$inboundSchema;
2716
- /** @deprecated use `UiOptionsAtBRANDAt446263$outboundSchema` instead. */
2717
- UiOptionsAtBRANDAt446263$.outboundSchema = UiOptionsAtBRANDAt446263$outboundSchema;
2718
- })(UiOptionsAtBRANDAt446263$ || (UiOptionsAtBRANDAt446263$ = {}));
2719
- export function uiOptionsAtBRANDAt446263ToJSON(uiOptionsAtBRANDAt446263) {
2720
- return JSON.stringify(UiOptionsAtBRANDAt446263$outboundSchema.parse(uiOptionsAtBRANDAt446263));
2712
+ export var UiOptionsAtBRANDAt502540$;
2713
+ (function (UiOptionsAtBRANDAt502540$) {
2714
+ /** @deprecated use `UiOptionsAtBRANDAt502540$inboundSchema` instead. */
2715
+ UiOptionsAtBRANDAt502540$.inboundSchema = UiOptionsAtBRANDAt502540$inboundSchema;
2716
+ /** @deprecated use `UiOptionsAtBRANDAt502540$outboundSchema` instead. */
2717
+ UiOptionsAtBRANDAt502540$.outboundSchema = UiOptionsAtBRANDAt502540$outboundSchema;
2718
+ })(UiOptionsAtBRANDAt502540$ || (UiOptionsAtBRANDAt502540$ = {}));
2719
+ export function uiOptionsAtBRANDAt502540ToJSON(uiOptionsAtBRANDAt502540) {
2720
+ return JSON.stringify(UiOptionsAtBRANDAt502540$outboundSchema.parse(uiOptionsAtBRANDAt502540));
2721
2721
  }
2722
- export function uiOptionsAtBRANDAt446263FromJSON(jsonString) {
2723
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt446263' from JSON`);
2722
+ export function uiOptionsAtBRANDAt502540FromJSON(jsonString) {
2723
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt502540' from JSON`);
2724
2724
  }
2725
2725
  /** @internal */
2726
2726
  export const UiOptions2$inboundSchema = z.object({
2727
- "__@BRAND@446263": z.lazy(() => UiOptionsAtBRANDAt446263$inboundSchema),
2727
+ "__@BRAND@502540": z.lazy(() => UiOptionsAtBRANDAt502540$inboundSchema),
2728
2728
  }).transform((v) => {
2729
2729
  return remap$(v, {
2730
- "__@BRAND@446263": "atBRANDAt446263",
2730
+ "__@BRAND@502540": "atBRANDAt502540",
2731
2731
  });
2732
2732
  });
2733
2733
  /** @internal */
2734
2734
  export const UiOptions2$outboundSchema = z.object({
2735
- atBRANDAt446263: z.lazy(() => UiOptionsAtBRANDAt446263$outboundSchema),
2735
+ atBRANDAt502540: z.lazy(() => UiOptionsAtBRANDAt502540$outboundSchema),
2736
2736
  }).transform((v) => {
2737
2737
  return remap$(v, {
2738
- atBRANDAt446263: "__@BRAND@446263",
2738
+ atBRANDAt502540: "__@BRAND@502540",
2739
2739
  });
2740
2740
  });
2741
2741
  /**
@@ -2974,42 +2974,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
2974
2974
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
2975
2975
  }
2976
2976
  /** @internal */
2977
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema = z.object({});
2977
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema = z.object({});
2978
2978
  /** @internal */
2979
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema = z.object({});
2979
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema = z.object({});
2980
2980
  /**
2981
2981
  * @internal
2982
2982
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2983
2983
  */
2984
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$;
2985
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$) {
2986
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema` instead. */
2987
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema;
2988
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema` instead. */
2989
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema;
2990
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ = {}));
2991
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263) {
2992
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
2993
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263));
2984
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$;
2985
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$) {
2986
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema` instead. */
2987
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema;
2988
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema` instead. */
2989
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema;
2990
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$ = {}));
2991
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540) {
2992
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema
2993
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540));
2994
2994
  }
2995
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263FromJSON(jsonString) {
2996
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
2997
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263' from JSON`);
2995
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540FromJSON(jsonString) {
2996
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema
2997
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540' from JSON`);
2998
2998
  }
2999
2999
  /** @internal */
3000
3000
  export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
3001
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema),
3001
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema),
3002
3002
  }).transform((v) => {
3003
3003
  return remap$(v, {
3004
- "__@BRAND@446263": "atBRANDAt446263",
3004
+ "__@BRAND@502540": "atBRANDAt502540",
3005
3005
  });
3006
3006
  });
3007
3007
  /** @internal */
3008
3008
  export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
3009
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema),
3009
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema),
3010
3010
  }).transform((v) => {
3011
3011
  return remap$(v, {
3012
- atBRANDAt446263: "__@BRAND@446263",
3012
+ atBRANDAt502540: "__@BRAND@502540",
3013
3013
  });
3014
3014
  });
3015
3015
  /**
@@ -3030,42 +3030,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
3030
3030
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
3031
3031
  }
3032
3032
  /** @internal */
3033
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema = z.object({});
3033
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema = z.object({});
3034
3034
  /** @internal */
3035
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema = z.object({});
3035
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema = z.object({});
3036
3036
  /**
3037
3037
  * @internal
3038
3038
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3039
3039
  */
3040
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$;
3041
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$) {
3042
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema` instead. */
3043
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema;
3044
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema` instead. */
3045
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema;
3046
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ = {}));
3047
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263) {
3048
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
3049
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263));
3040
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$;
3041
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$) {
3042
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema` instead. */
3043
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema;
3044
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema` instead. */
3045
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema;
3046
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$ = {}));
3047
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540) {
3048
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema
3049
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540));
3050
3050
  }
3051
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263FromJSON(jsonString) {
3052
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
3053
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263' from JSON`);
3051
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540FromJSON(jsonString) {
3052
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema
3053
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540' from JSON`);
3054
3054
  }
3055
3055
  /** @internal */
3056
3056
  export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
3057
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema),
3057
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema),
3058
3058
  }).transform((v) => {
3059
3059
  return remap$(v, {
3060
- "__@BRAND@446263": "atBRANDAt446263",
3060
+ "__@BRAND@502540": "atBRANDAt502540",
3061
3061
  });
3062
3062
  });
3063
3063
  /** @internal */
3064
3064
  export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
3065
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema),
3065
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema),
3066
3066
  }).transform((v) => {
3067
3067
  return remap$(v, {
3068
- atBRANDAt446263: "__@BRAND@446263",
3068
+ atBRANDAt502540: "__@BRAND@502540",
3069
3069
  });
3070
3070
  });
3071
3071
  /**
@@ -3086,42 +3086,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
3086
3086
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
3087
3087
  }
3088
3088
  /** @internal */
3089
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema = z.object({});
3089
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema = z.object({});
3090
3090
  /** @internal */
3091
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema = z.object({});
3091
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema = z.object({});
3092
3092
  /**
3093
3093
  * @internal
3094
3094
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3095
3095
  */
3096
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$;
3097
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$) {
3098
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema` instead. */
3099
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema;
3100
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema` instead. */
3101
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema;
3102
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ = {}));
3103
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263) {
3104
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
3105
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263));
3096
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$;
3097
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$) {
3098
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema` instead. */
3099
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema;
3100
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema` instead. */
3101
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema;
3102
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$ = {}));
3103
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540) {
3104
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema
3105
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540));
3106
3106
  }
3107
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263FromJSON(jsonString) {
3108
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
3109
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263' from JSON`);
3107
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540FromJSON(jsonString) {
3108
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema
3109
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540' from JSON`);
3110
3110
  }
3111
3111
  /** @internal */
3112
3112
  export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
3113
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema),
3113
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema),
3114
3114
  }).transform((v) => {
3115
3115
  return remap$(v, {
3116
- "__@BRAND@446263": "atBRANDAt446263",
3116
+ "__@BRAND@502540": "atBRANDAt502540",
3117
3117
  });
3118
3118
  });
3119
3119
  /** @internal */
3120
3120
  export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
3121
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema),
3121
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema),
3122
3122
  }).transform((v) => {
3123
3123
  return remap$(v, {
3124
- atBRANDAt446263: "__@BRAND@446263",
3124
+ atBRANDAt502540: "__@BRAND@502540",
3125
3125
  });
3126
3126
  });
3127
3127
  /**
@@ -3607,42 +3607,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
3607
3607
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
3608
3608
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
3609
3609
  /** @internal */
3610
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema = z.object({});
3610
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema = z.object({});
3611
3611
  /** @internal */
3612
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema = z.object({});
3612
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema = z.object({});
3613
3613
  /**
3614
3614
  * @internal
3615
3615
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3616
3616
  */
3617
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$;
3618
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$) {
3619
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
3620
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema;
3621
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
3622
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema;
3623
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ = {}));
3624
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263) {
3625
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
3626
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263));
3617
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$;
3618
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$) {
3619
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
3620
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema;
3621
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
3622
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema;
3623
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$ = {}));
3624
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540) {
3625
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema
3626
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540));
3627
3627
  }
3628
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263FromJSON(jsonString) {
3629
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
3630
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263' from JSON`);
3628
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540FromJSON(jsonString) {
3629
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema
3630
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540' from JSON`);
3631
3631
  }
3632
3632
  /** @internal */
3633
3633
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
3634
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema),
3634
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema),
3635
3635
  }).transform((v) => {
3636
3636
  return remap$(v, {
3637
- "__@BRAND@446263": "atBRANDAt446263",
3637
+ "__@BRAND@502540": "atBRANDAt502540",
3638
3638
  });
3639
3639
  });
3640
3640
  /** @internal */
3641
3641
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
3642
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema),
3642
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema),
3643
3643
  }).transform((v) => {
3644
3644
  return remap$(v, {
3645
- atBRANDAt446263: "__@BRAND@446263",
3645
+ atBRANDAt502540: "__@BRAND@502540",
3646
3646
  });
3647
3647
  });
3648
3648
  /**
@@ -3665,42 +3665,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
3665
3665
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
3666
3666
  }
3667
3667
  /** @internal */
3668
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema = z.object({});
3668
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema = z.object({});
3669
3669
  /** @internal */
3670
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema = z.object({});
3670
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema = z.object({});
3671
3671
  /**
3672
3672
  * @internal
3673
3673
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3674
3674
  */
3675
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$;
3676
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$) {
3677
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema` instead. */
3678
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema;
3679
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema` instead. */
3680
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema;
3681
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ = {}));
3682
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263) {
3683
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
3684
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263));
3675
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$;
3676
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$) {
3677
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema` instead. */
3678
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema;
3679
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema` instead. */
3680
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema;
3681
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$ = {}));
3682
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540) {
3683
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema
3684
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540));
3685
3685
  }
3686
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263FromJSON(jsonString) {
3687
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
3688
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263' from JSON`);
3686
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540FromJSON(jsonString) {
3687
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema
3688
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540' from JSON`);
3689
3689
  }
3690
3690
  /** @internal */
3691
3691
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3692
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema),
3692
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema),
3693
3693
  }).transform((v) => {
3694
3694
  return remap$(v, {
3695
- "__@BRAND@446263": "atBRANDAt446263",
3695
+ "__@BRAND@502540": "atBRANDAt502540",
3696
3696
  });
3697
3697
  });
3698
3698
  /** @internal */
3699
3699
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3700
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema),
3700
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema),
3701
3701
  }).transform((v) => {
3702
3702
  return remap$(v, {
3703
- atBRANDAt446263: "__@BRAND@446263",
3703
+ atBRANDAt502540: "__@BRAND@502540",
3704
3704
  });
3705
3705
  });
3706
3706
  /**
@@ -3723,42 +3723,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
3723
3723
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
3724
3724
  }
3725
3725
  /** @internal */
3726
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema = z.object({});
3726
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema = z.object({});
3727
3727
  /** @internal */
3728
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema = z.object({});
3728
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema = z.object({});
3729
3729
  /**
3730
3730
  * @internal
3731
3731
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3732
3732
  */
3733
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$;
3734
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$) {
3735
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema` instead. */
3736
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema;
3737
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema` instead. */
3738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema;
3739
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ = {}));
3740
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263) {
3741
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
3742
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263));
3733
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$;
3734
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$) {
3735
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema` instead. */
3736
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema;
3737
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema` instead. */
3738
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema;
3739
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$ = {}));
3740
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540) {
3741
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema
3742
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540));
3743
3743
  }
3744
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263FromJSON(jsonString) {
3745
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
3746
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263' from JSON`);
3744
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540FromJSON(jsonString) {
3745
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema
3746
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540' from JSON`);
3747
3747
  }
3748
3748
  /** @internal */
3749
3749
  export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
3750
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema),
3750
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema),
3751
3751
  }).transform((v) => {
3752
3752
  return remap$(v, {
3753
- "__@BRAND@446263": "atBRANDAt446263",
3753
+ "__@BRAND@502540": "atBRANDAt502540",
3754
3754
  });
3755
3755
  });
3756
3756
  /** @internal */
3757
3757
  export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
3758
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema),
3758
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema),
3759
3759
  }).transform((v) => {
3760
3760
  return remap$(v, {
3761
- atBRANDAt446263: "__@BRAND@446263",
3761
+ atBRANDAt502540: "__@BRAND@502540",
3762
3762
  });
3763
3763
  });
3764
3764
  /**
@@ -3816,156 +3816,157 @@ export function getConfigurationProductsPropertiesItemsFromJSON(jsonString) {
3816
3816
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesItems' from JSON`);
3817
3817
  }
3818
3818
  /** @internal */
3819
- export const GetConfigurationProductsDisabled3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabled3);
3819
+ export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
3820
3820
  /** @internal */
3821
- export const GetConfigurationProductsDisabled3$outboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
3821
+ export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
3822
3822
  /**
3823
3823
  * @internal
3824
3824
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3825
3825
  */
3826
- export var GetConfigurationProductsDisabled3$;
3827
- (function (GetConfigurationProductsDisabled3$) {
3828
- /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
3829
- GetConfigurationProductsDisabled3$.inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
3830
- /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
3831
- GetConfigurationProductsDisabled3$.outboundSchema = GetConfigurationProductsDisabled3$outboundSchema;
3832
- })(GetConfigurationProductsDisabled3$ || (GetConfigurationProductsDisabled3$ = {}));
3826
+ export var GetConfigurationProductsDisabledIntegrationsResponse3$;
3827
+ (function (GetConfigurationProductsDisabledIntegrationsResponse3$) {
3828
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
3829
+ GetConfigurationProductsDisabledIntegrationsResponse3$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
3830
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
3831
+ GetConfigurationProductsDisabledIntegrationsResponse3$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
3832
+ })(GetConfigurationProductsDisabledIntegrationsResponse3$ || (GetConfigurationProductsDisabledIntegrationsResponse3$ = {}));
3833
3833
  /** @internal */
3834
- export const GetConfigurationProductsDisabled2$inboundSchema = z.object({
3834
+ export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema = z.object({
3835
3835
  expr: z.string(),
3836
3836
  });
3837
3837
  /** @internal */
3838
- export const GetConfigurationProductsDisabled2$outboundSchema = z.object({
3838
+ export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema = z.object({
3839
3839
  expr: z.string(),
3840
3840
  });
3841
3841
  /**
3842
3842
  * @internal
3843
3843
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3844
3844
  */
3845
- export var GetConfigurationProductsDisabled2$;
3846
- (function (GetConfigurationProductsDisabled2$) {
3847
- /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
3848
- GetConfigurationProductsDisabled2$.inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
3849
- /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
3850
- GetConfigurationProductsDisabled2$.outboundSchema = GetConfigurationProductsDisabled2$outboundSchema;
3851
- })(GetConfigurationProductsDisabled2$ || (GetConfigurationProductsDisabled2$ = {}));
3852
- export function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2) {
3853
- return JSON.stringify(GetConfigurationProductsDisabled2$outboundSchema.parse(getConfigurationProductsDisabled2));
3845
+ export var GetConfigurationProductsDisabledIntegrationsResponse2$;
3846
+ (function (GetConfigurationProductsDisabledIntegrationsResponse2$) {
3847
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
3848
+ GetConfigurationProductsDisabledIntegrationsResponse2$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
3849
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
3850
+ GetConfigurationProductsDisabledIntegrationsResponse2$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
3851
+ })(GetConfigurationProductsDisabledIntegrationsResponse2$ || (GetConfigurationProductsDisabledIntegrationsResponse2$ = {}));
3852
+ export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2) {
3853
+ return JSON.stringify(GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsDisabledIntegrationsResponse2));
3854
3854
  }
3855
- export function getConfigurationProductsDisabled2FromJSON(jsonString) {
3856
- return safeParse(jsonString, (x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabled2' from JSON`);
3855
+ export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString) {
3856
+ return safeParse(jsonString, (x) => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`);
3857
3857
  }
3858
3858
  /** @internal */
3859
- export const PropertiesDisabled$inboundSchema = z.union([
3860
- z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
3859
+ export const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema = z.union([
3860
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
3861
3861
  z.boolean(),
3862
- GetConfigurationProductsDisabled3$inboundSchema,
3862
+ GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
3863
3863
  ]);
3864
3864
  /** @internal */
3865
- export const PropertiesDisabled$outboundSchema = z.union([
3866
- z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
3865
+ export const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema = z.union([
3866
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
3867
3867
  z.boolean(),
3868
- GetConfigurationProductsDisabled3$outboundSchema,
3868
+ GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
3869
3869
  ]);
3870
3870
  /**
3871
3871
  * @internal
3872
3872
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3873
3873
  */
3874
- export var PropertiesDisabled$;
3875
- (function (PropertiesDisabled$) {
3876
- /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
3877
- PropertiesDisabled$.inboundSchema = PropertiesDisabled$inboundSchema;
3878
- /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
3879
- PropertiesDisabled$.outboundSchema = PropertiesDisabled$outboundSchema;
3880
- })(PropertiesDisabled$ || (PropertiesDisabled$ = {}));
3881
- export function propertiesDisabledToJSON(propertiesDisabled) {
3882
- return JSON.stringify(PropertiesDisabled$outboundSchema.parse(propertiesDisabled));
3874
+ export var GetConfigurationProductsPropertiesIntegrationsDisabled$;
3875
+ (function (GetConfigurationProductsPropertiesIntegrationsDisabled$) {
3876
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
3877
+ GetConfigurationProductsPropertiesIntegrationsDisabled$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema;
3878
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
3879
+ GetConfigurationProductsPropertiesIntegrationsDisabled$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema;
3880
+ })(GetConfigurationProductsPropertiesIntegrationsDisabled$ || (GetConfigurationProductsPropertiesIntegrationsDisabled$ = {}));
3881
+ export function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(getConfigurationProductsPropertiesIntegrationsDisabled) {
3882
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsDisabled));
3883
3883
  }
3884
- export function propertiesDisabledFromJSON(jsonString) {
3885
- return safeParse(jsonString, (x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesDisabled' from JSON`);
3884
+ export function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(jsonString) {
3885
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema
3886
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsDisabled' from JSON`);
3886
3887
  }
3887
3888
  /** @internal */
3888
- export const GetConfigurationProductsHidden3$inboundSchema = z.nativeEnum(GetConfigurationProductsHidden3);
3889
+ export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
3889
3890
  /** @internal */
3890
- export const GetConfigurationProductsHidden3$outboundSchema = GetConfigurationProductsHidden3$inboundSchema;
3891
+ export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
3891
3892
  /**
3892
3893
  * @internal
3893
3894
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3894
3895
  */
3895
- export var GetConfigurationProductsHidden3$;
3896
- (function (GetConfigurationProductsHidden3$) {
3897
- /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
3898
- GetConfigurationProductsHidden3$.inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
3899
- /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
3900
- GetConfigurationProductsHidden3$.outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
3901
- })(GetConfigurationProductsHidden3$ || (GetConfigurationProductsHidden3$ = {}));
3896
+ export var GetConfigurationProductsHiddenIntegrationsResponse3$;
3897
+ (function (GetConfigurationProductsHiddenIntegrationsResponse3$) {
3898
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
3899
+ GetConfigurationProductsHiddenIntegrationsResponse3$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
3900
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
3901
+ GetConfigurationProductsHiddenIntegrationsResponse3$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
3902
+ })(GetConfigurationProductsHiddenIntegrationsResponse3$ || (GetConfigurationProductsHiddenIntegrationsResponse3$ = {}));
3902
3903
  /** @internal */
3903
- export const GetConfigurationProductsHidden2$inboundSchema = z.object({
3904
+ export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema = z.object({
3904
3905
  expr: z.string(),
3905
3906
  });
3906
3907
  /** @internal */
3907
- export const GetConfigurationProductsHidden2$outboundSchema = z.object({
3908
+ export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema = z.object({
3908
3909
  expr: z.string(),
3909
3910
  });
3910
3911
  /**
3911
3912
  * @internal
3912
3913
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3913
3914
  */
3914
- export var GetConfigurationProductsHidden2$;
3915
- (function (GetConfigurationProductsHidden2$) {
3916
- /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
3917
- GetConfigurationProductsHidden2$.inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
3918
- /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
3919
- GetConfigurationProductsHidden2$.outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
3920
- })(GetConfigurationProductsHidden2$ || (GetConfigurationProductsHidden2$ = {}));
3921
- export function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2) {
3922
- return JSON.stringify(GetConfigurationProductsHidden2$outboundSchema.parse(getConfigurationProductsHidden2));
3915
+ export var GetConfigurationProductsHiddenIntegrationsResponse2$;
3916
+ (function (GetConfigurationProductsHiddenIntegrationsResponse2$) {
3917
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
3918
+ GetConfigurationProductsHiddenIntegrationsResponse2$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
3919
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
3920
+ GetConfigurationProductsHiddenIntegrationsResponse2$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
3921
+ })(GetConfigurationProductsHiddenIntegrationsResponse2$ || (GetConfigurationProductsHiddenIntegrationsResponse2$ = {}));
3922
+ export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2) {
3923
+ return JSON.stringify(GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsHiddenIntegrationsResponse2));
3923
3924
  }
3924
- export function getConfigurationProductsHidden2FromJSON(jsonString) {
3925
- return safeParse(jsonString, (x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHidden2' from JSON`);
3925
+ export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString) {
3926
+ return safeParse(jsonString, (x) => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`);
3926
3927
  }
3927
3928
  /** @internal */
3928
- export const PropertiesHidden$inboundSchema = z.union([
3929
- z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
3929
+ export const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema = z.union([
3930
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
3930
3931
  z.boolean(),
3931
- GetConfigurationProductsHidden3$inboundSchema,
3932
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
3932
3933
  ]);
3933
3934
  /** @internal */
3934
- export const PropertiesHidden$outboundSchema = z.union([
3935
- z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
3935
+ export const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema = z.union([
3936
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
3936
3937
  z.boolean(),
3937
- GetConfigurationProductsHidden3$outboundSchema,
3938
+ GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
3938
3939
  ]);
3939
3940
  /**
3940
3941
  * @internal
3941
3942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3942
3943
  */
3943
- export var PropertiesHidden$;
3944
- (function (PropertiesHidden$) {
3945
- /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
3946
- PropertiesHidden$.inboundSchema = PropertiesHidden$inboundSchema;
3947
- /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
3948
- PropertiesHidden$.outboundSchema = PropertiesHidden$outboundSchema;
3949
- })(PropertiesHidden$ || (PropertiesHidden$ = {}));
3950
- export function propertiesHiddenToJSON(propertiesHidden) {
3951
- return JSON.stringify(PropertiesHidden$outboundSchema.parse(propertiesHidden));
3944
+ export var GetConfigurationProductsPropertiesIntegrationsHidden$;
3945
+ (function (GetConfigurationProductsPropertiesIntegrationsHidden$) {
3946
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
3947
+ GetConfigurationProductsPropertiesIntegrationsHidden$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema;
3948
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
3949
+ GetConfigurationProductsPropertiesIntegrationsHidden$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema;
3950
+ })(GetConfigurationProductsPropertiesIntegrationsHidden$ || (GetConfigurationProductsPropertiesIntegrationsHidden$ = {}));
3951
+ export function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(getConfigurationProductsPropertiesIntegrationsHidden) {
3952
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsHidden));
3952
3953
  }
3953
- export function propertiesHiddenFromJSON(jsonString) {
3954
- return safeParse(jsonString, (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesHidden' from JSON`);
3954
+ export function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(jsonString) {
3955
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsHidden' from JSON`);
3955
3956
  }
3956
3957
  /** @internal */
3957
3958
  export const PropertiesUiOptions$inboundSchema = z.object({
3958
3959
  value: z.string(),
3959
3960
  label: z.string(),
3960
3961
  disabled: z.union([
3961
- z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
3962
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
3962
3963
  z.boolean(),
3963
- GetConfigurationProductsDisabled3$inboundSchema,
3964
+ GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
3964
3965
  ]).optional(),
3965
3966
  hidden: z.union([
3966
- z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
3967
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
3967
3968
  z.boolean(),
3968
- GetConfigurationProductsHidden3$inboundSchema,
3969
+ GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
3969
3970
  ]).optional(),
3970
3971
  });
3971
3972
  /** @internal */
@@ -3973,14 +3974,14 @@ export const PropertiesUiOptions$outboundSchema = z.object({
3973
3974
  value: z.string(),
3974
3975
  label: z.string(),
3975
3976
  disabled: z.union([
3976
- z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
3977
+ z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
3977
3978
  z.boolean(),
3978
- GetConfigurationProductsDisabled3$outboundSchema,
3979
+ GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
3979
3980
  ]).optional(),
3980
3981
  hidden: z.union([
3981
- z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
3982
+ z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
3982
3983
  z.boolean(),
3983
- GetConfigurationProductsHidden3$outboundSchema,
3984
+ GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
3984
3985
  ]).optional(),
3985
3986
  });
3986
3987
  /**
@@ -4629,42 +4630,42 @@ export function uiOptionsFromJSON(jsonString) {
4629
4630
  return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
4630
4631
  }
4631
4632
  /** @internal */
4632
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema = z.object({});
4633
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema = z.object({});
4633
4634
  /** @internal */
4634
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema = z.object({});
4635
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema = z.object({});
4635
4636
  /**
4636
4637
  * @internal
4637
4638
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4638
4639
  */
4639
- export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$;
4640
- (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$) {
4641
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema` instead. */
4642
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema;
4643
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema` instead. */
4644
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema;
4645
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ = {}));
4646
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263) {
4647
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
4648
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263));
4640
+ export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$;
4641
+ (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$) {
4642
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema` instead. */
4643
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema;
4644
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema` instead. */
4645
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema;
4646
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$ = {}));
4647
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540) {
4648
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema
4649
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540));
4649
4650
  }
4650
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263FromJSON(jsonString) {
4651
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
4652
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263' from JSON`);
4651
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540FromJSON(jsonString) {
4652
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema
4653
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540' from JSON`);
4653
4654
  }
4654
4655
  /** @internal */
4655
4656
  export const PropertiesMinLength$inboundSchema = z.object({
4656
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema),
4657
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema),
4657
4658
  }).transform((v) => {
4658
4659
  return remap$(v, {
4659
- "__@BRAND@446263": "atBRANDAt446263",
4660
+ "__@BRAND@502540": "atBRANDAt502540",
4660
4661
  });
4661
4662
  });
4662
4663
  /** @internal */
4663
4664
  export const PropertiesMinLength$outboundSchema = z.object({
4664
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema),
4665
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema),
4665
4666
  }).transform((v) => {
4666
4667
  return remap$(v, {
4667
- atBRANDAt446263: "__@BRAND@446263",
4668
+ atBRANDAt502540: "__@BRAND@502540",
4668
4669
  });
4669
4670
  });
4670
4671
  /**
@@ -4685,42 +4686,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
4685
4686
  return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
4686
4687
  }
4687
4688
  /** @internal */
4688
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema = z.object({});
4689
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema = z.object({});
4689
4690
  /** @internal */
4690
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema = z.object({});
4691
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema = z.object({});
4691
4692
  /**
4692
4693
  * @internal
4693
4694
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4694
4695
  */
4695
- export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$;
4696
- (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$) {
4697
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
4698
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema;
4699
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
4700
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema;
4701
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ = {}));
4702
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263) {
4703
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
4704
- .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263));
4696
+ export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$;
4697
+ (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$) {
4698
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
4699
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema;
4700
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
4701
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema;
4702
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$ = {}));
4703
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540) {
4704
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema
4705
+ .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540));
4705
4706
  }
4706
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263FromJSON(jsonString) {
4707
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
4708
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263' from JSON`);
4707
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540FromJSON(jsonString) {
4708
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema
4709
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540' from JSON`);
4709
4710
  }
4710
4711
  /** @internal */
4711
4712
  export const PropertiesMaxLength$inboundSchema = z.object({
4712
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema),
4713
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema),
4713
4714
  }).transform((v) => {
4714
4715
  return remap$(v, {
4715
- "__@BRAND@446263": "atBRANDAt446263",
4716
+ "__@BRAND@502540": "atBRANDAt502540",
4716
4717
  });
4717
4718
  });
4718
4719
  /** @internal */
4719
4720
  export const PropertiesMaxLength$outboundSchema = z.object({
4720
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema),
4721
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema),
4721
4722
  }).transform((v) => {
4722
4723
  return remap$(v, {
4723
- atBRANDAt446263: "__@BRAND@446263",
4724
+ atBRANDAt502540: "__@BRAND@502540",
4724
4725
  });
4725
4726
  });
4726
4727
  /**
@@ -4741,42 +4742,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
4741
4742
  return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
4742
4743
  }
4743
4744
  /** @internal */
4744
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema = z.object({});
4745
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema = z.object({});
4745
4746
  /** @internal */
4746
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema = z.object({});
4747
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema = z.object({});
4747
4748
  /**
4748
4749
  * @internal
4749
4750
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4750
4751
  */
4751
- export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$;
4752
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$) {
4753
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema` instead. */
4754
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema;
4755
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema` instead. */
4756
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema;
4757
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ = {}));
4758
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263) {
4759
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
4760
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263));
4752
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$;
4753
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$) {
4754
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema` instead. */
4755
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema;
4756
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema` instead. */
4757
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema;
4758
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$ = {}));
4759
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540) {
4760
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema
4761
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540));
4761
4762
  }
4762
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263FromJSON(jsonString) {
4763
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
4764
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263' from JSON`);
4763
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540FromJSON(jsonString) {
4764
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema
4765
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540' from JSON`);
4765
4766
  }
4766
4767
  /** @internal */
4767
4768
  export const PropertiesPattern$inboundSchema = z.object({
4768
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema),
4769
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema),
4769
4770
  }).transform((v) => {
4770
4771
  return remap$(v, {
4771
- "__@BRAND@446263": "atBRANDAt446263",
4772
+ "__@BRAND@502540": "atBRANDAt502540",
4772
4773
  });
4773
4774
  });
4774
4775
  /** @internal */
4775
4776
  export const PropertiesPattern$outboundSchema = z.object({
4776
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema),
4777
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema),
4777
4778
  }).transform((v) => {
4778
4779
  return remap$(v, {
4779
- atBRANDAt446263: "__@BRAND@446263",
4780
+ atBRANDAt502540: "__@BRAND@502540",
4780
4781
  });
4781
4782
  });
4782
4783
  /**
@@ -6556,40 +6557,40 @@ export var UiControl$;
6556
6557
  UiControl$.outboundSchema = UiControl$outboundSchema;
6557
6558
  })(UiControl$ || (UiControl$ = {}));
6558
6559
  /** @internal */
6559
- export const AtBRANDAt446263$inboundSchema = z.object({});
6560
+ export const AtBRANDAt502540$inboundSchema = z.object({});
6560
6561
  /** @internal */
6561
- export const AtBRANDAt446263$outboundSchema = z.object({});
6562
+ export const AtBRANDAt502540$outboundSchema = z.object({});
6562
6563
  /**
6563
6564
  * @internal
6564
6565
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6565
6566
  */
6566
- export var AtBRANDAt446263$;
6567
- (function (AtBRANDAt446263$) {
6568
- /** @deprecated use `AtBRANDAt446263$inboundSchema` instead. */
6569
- AtBRANDAt446263$.inboundSchema = AtBRANDAt446263$inboundSchema;
6570
- /** @deprecated use `AtBRANDAt446263$outboundSchema` instead. */
6571
- AtBRANDAt446263$.outboundSchema = AtBRANDAt446263$outboundSchema;
6572
- })(AtBRANDAt446263$ || (AtBRANDAt446263$ = {}));
6573
- export function atBRANDAt446263ToJSON(atBRANDAt446263) {
6574
- return JSON.stringify(AtBRANDAt446263$outboundSchema.parse(atBRANDAt446263));
6567
+ export var AtBRANDAt502540$;
6568
+ (function (AtBRANDAt502540$) {
6569
+ /** @deprecated use `AtBRANDAt502540$inboundSchema` instead. */
6570
+ AtBRANDAt502540$.inboundSchema = AtBRANDAt502540$inboundSchema;
6571
+ /** @deprecated use `AtBRANDAt502540$outboundSchema` instead. */
6572
+ AtBRANDAt502540$.outboundSchema = AtBRANDAt502540$outboundSchema;
6573
+ })(AtBRANDAt502540$ || (AtBRANDAt502540$ = {}));
6574
+ export function atBRANDAt502540ToJSON(atBRANDAt502540) {
6575
+ return JSON.stringify(AtBRANDAt502540$outboundSchema.parse(atBRANDAt502540));
6575
6576
  }
6576
- export function atBRANDAt446263FromJSON(jsonString) {
6577
- return safeParse(jsonString, (x) => AtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt446263' from JSON`);
6577
+ export function atBRANDAt502540FromJSON(jsonString) {
6578
+ return safeParse(jsonString, (x) => AtBRANDAt502540$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt502540' from JSON`);
6578
6579
  }
6579
6580
  /** @internal */
6580
6581
  export const MinLength$inboundSchema = z.object({
6581
- "__@BRAND@446263": z.lazy(() => AtBRANDAt446263$inboundSchema),
6582
+ "__@BRAND@502540": z.lazy(() => AtBRANDAt502540$inboundSchema),
6582
6583
  }).transform((v) => {
6583
6584
  return remap$(v, {
6584
- "__@BRAND@446263": "atBRANDAt446263",
6585
+ "__@BRAND@502540": "atBRANDAt502540",
6585
6586
  });
6586
6587
  });
6587
6588
  /** @internal */
6588
6589
  export const MinLength$outboundSchema = z.object({
6589
- atBRANDAt446263: z.lazy(() => AtBRANDAt446263$outboundSchema),
6590
+ atBRANDAt502540: z.lazy(() => AtBRANDAt502540$outboundSchema),
6590
6591
  }).transform((v) => {
6591
6592
  return remap$(v, {
6592
- atBRANDAt446263: "__@BRAND@446263",
6593
+ atBRANDAt502540: "__@BRAND@502540",
6593
6594
  });
6594
6595
  });
6595
6596
  /**
@@ -6610,40 +6611,40 @@ export function minLengthFromJSON(jsonString) {
6610
6611
  return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
6611
6612
  }
6612
6613
  /** @internal */
6613
- export const PropertiesAtBRANDAt446263$inboundSchema = z.object({});
6614
+ export const PropertiesAtBRANDAt502540$inboundSchema = z.object({});
6614
6615
  /** @internal */
6615
- export const PropertiesAtBRANDAt446263$outboundSchema = z.object({});
6616
+ export const PropertiesAtBRANDAt502540$outboundSchema = z.object({});
6616
6617
  /**
6617
6618
  * @internal
6618
6619
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6619
6620
  */
6620
- export var PropertiesAtBRANDAt446263$;
6621
- (function (PropertiesAtBRANDAt446263$) {
6622
- /** @deprecated use `PropertiesAtBRANDAt446263$inboundSchema` instead. */
6623
- PropertiesAtBRANDAt446263$.inboundSchema = PropertiesAtBRANDAt446263$inboundSchema;
6624
- /** @deprecated use `PropertiesAtBRANDAt446263$outboundSchema` instead. */
6625
- PropertiesAtBRANDAt446263$.outboundSchema = PropertiesAtBRANDAt446263$outboundSchema;
6626
- })(PropertiesAtBRANDAt446263$ || (PropertiesAtBRANDAt446263$ = {}));
6627
- export function propertiesAtBRANDAt446263ToJSON(propertiesAtBRANDAt446263) {
6628
- return JSON.stringify(PropertiesAtBRANDAt446263$outboundSchema.parse(propertiesAtBRANDAt446263));
6621
+ export var PropertiesAtBRANDAt502540$;
6622
+ (function (PropertiesAtBRANDAt502540$) {
6623
+ /** @deprecated use `PropertiesAtBRANDAt502540$inboundSchema` instead. */
6624
+ PropertiesAtBRANDAt502540$.inboundSchema = PropertiesAtBRANDAt502540$inboundSchema;
6625
+ /** @deprecated use `PropertiesAtBRANDAt502540$outboundSchema` instead. */
6626
+ PropertiesAtBRANDAt502540$.outboundSchema = PropertiesAtBRANDAt502540$outboundSchema;
6627
+ })(PropertiesAtBRANDAt502540$ || (PropertiesAtBRANDAt502540$ = {}));
6628
+ export function propertiesAtBRANDAt502540ToJSON(propertiesAtBRANDAt502540) {
6629
+ return JSON.stringify(PropertiesAtBRANDAt502540$outboundSchema.parse(propertiesAtBRANDAt502540));
6629
6630
  }
6630
- export function propertiesAtBRANDAt446263FromJSON(jsonString) {
6631
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt446263' from JSON`);
6631
+ export function propertiesAtBRANDAt502540FromJSON(jsonString) {
6632
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt502540' from JSON`);
6632
6633
  }
6633
6634
  /** @internal */
6634
6635
  export const MaxLength$inboundSchema = z.object({
6635
- "__@BRAND@446263": z.lazy(() => PropertiesAtBRANDAt446263$inboundSchema),
6636
+ "__@BRAND@502540": z.lazy(() => PropertiesAtBRANDAt502540$inboundSchema),
6636
6637
  }).transform((v) => {
6637
6638
  return remap$(v, {
6638
- "__@BRAND@446263": "atBRANDAt446263",
6639
+ "__@BRAND@502540": "atBRANDAt502540",
6639
6640
  });
6640
6641
  });
6641
6642
  /** @internal */
6642
6643
  export const MaxLength$outboundSchema = z.object({
6643
- atBRANDAt446263: z.lazy(() => PropertiesAtBRANDAt446263$outboundSchema),
6644
+ atBRANDAt502540: z.lazy(() => PropertiesAtBRANDAt502540$outboundSchema),
6644
6645
  }).transform((v) => {
6645
6646
  return remap$(v, {
6646
- atBRANDAt446263: "__@BRAND@446263",
6647
+ atBRANDAt502540: "__@BRAND@502540",
6647
6648
  });
6648
6649
  });
6649
6650
  /**
@@ -6664,40 +6665,40 @@ export function maxLengthFromJSON(jsonString) {
6664
6665
  return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
6665
6666
  }
6666
6667
  /** @internal */
6667
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema = z.object({});
6668
+ export const GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema = z.object({});
6668
6669
  /** @internal */
6669
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema = z.object({});
6670
+ export const GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema = z.object({});
6670
6671
  /**
6671
6672
  * @internal
6672
6673
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6673
6674
  */
6674
- export var GetConfigurationProductsPropertiesAtBRANDAt446263$;
6675
- (function (GetConfigurationProductsPropertiesAtBRANDAt446263$) {
6676
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema` instead. */
6677
- GetConfigurationProductsPropertiesAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema;
6678
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema` instead. */
6679
- GetConfigurationProductsPropertiesAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema;
6680
- })(GetConfigurationProductsPropertiesAtBRANDAt446263$ || (GetConfigurationProductsPropertiesAtBRANDAt446263$ = {}));
6681
- export function getConfigurationProductsPropertiesAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesAtBRANDAt446263) {
6682
- return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt446263));
6675
+ export var GetConfigurationProductsPropertiesAtBRANDAt502540$;
6676
+ (function (GetConfigurationProductsPropertiesAtBRANDAt502540$) {
6677
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema` instead. */
6678
+ GetConfigurationProductsPropertiesAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema;
6679
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema` instead. */
6680
+ GetConfigurationProductsPropertiesAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema;
6681
+ })(GetConfigurationProductsPropertiesAtBRANDAt502540$ || (GetConfigurationProductsPropertiesAtBRANDAt502540$ = {}));
6682
+ export function getConfigurationProductsPropertiesAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesAtBRANDAt502540) {
6683
+ return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt502540));
6683
6684
  }
6684
- export function getConfigurationProductsPropertiesAtBRANDAt446263FromJSON(jsonString) {
6685
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt446263' from JSON`);
6685
+ export function getConfigurationProductsPropertiesAtBRANDAt502540FromJSON(jsonString) {
6686
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt502540' from JSON`);
6686
6687
  }
6687
6688
  /** @internal */
6688
6689
  export const Pattern$inboundSchema = z.object({
6689
- "__@BRAND@446263": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema),
6690
+ "__@BRAND@502540": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema),
6690
6691
  }).transform((v) => {
6691
6692
  return remap$(v, {
6692
- "__@BRAND@446263": "atBRANDAt446263",
6693
+ "__@BRAND@502540": "atBRANDAt502540",
6693
6694
  });
6694
6695
  });
6695
6696
  /** @internal */
6696
6697
  export const Pattern$outboundSchema = z.object({
6697
- atBRANDAt446263: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema),
6698
+ atBRANDAt502540: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema),
6698
6699
  }).transform((v) => {
6699
6700
  return remap$(v, {
6700
- atBRANDAt446263: "__@BRAND@446263",
6701
+ atBRANDAt502540: "__@BRAND@502540",
6701
6702
  });
6702
6703
  });
6703
6704
  /**