@vercel/sdk 1.18.0 → 1.18.1

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 (177) hide show
  1. package/bin/mcp-server.js +462 -388
  2. package/bin/mcp-server.js.map +36 -36
  3. package/esm/__tests__/accessgroups.test.js +3 -1
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -6
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/drains.test.js +27 -0
  10. package/esm/__tests__/drains.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -6
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +11 -1
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.js +1 -0
  19. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
  20. package/esm/lib/config.d.ts +3 -3
  21. package/esm/lib/config.js +3 -3
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.js +1 -1
  24. package/esm/models/buydomainsop.d.ts +4 -4
  25. package/esm/models/buydomainsop.d.ts.map +1 -1
  26. package/esm/models/buysingledomainop.d.ts +1 -4
  27. package/esm/models/buysingledomainop.d.ts.map +1 -1
  28. package/esm/models/buysingledomainop.js.map +1 -1
  29. package/esm/models/canceldeploymentop.d.ts +18 -0
  30. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  31. package/esm/models/canceldeploymentop.js +17 -0
  32. package/esm/models/canceldeploymentop.js.map +1 -1
  33. package/esm/models/createdeploymentop.d.ts +18 -0
  34. package/esm/models/createdeploymentop.d.ts.map +1 -1
  35. package/esm/models/createdeploymentop.js +17 -0
  36. package/esm/models/createdeploymentop.js.map +1 -1
  37. package/esm/models/createdrainop.d.ts +8 -8
  38. package/esm/models/createdrainop.d.ts.map +1 -1
  39. package/esm/models/createdrainop.js +8 -10
  40. package/esm/models/createdrainop.js.map +1 -1
  41. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  42. package/esm/models/createintegrationstoredirectop.js +218 -218
  43. package/esm/models/createprojectop.d.ts +2 -0
  44. package/esm/models/createprojectop.d.ts.map +1 -1
  45. package/esm/models/createprojectop.js +2 -0
  46. package/esm/models/createprojectop.js.map +1 -1
  47. package/esm/models/createwebhookop.d.ts +4 -0
  48. package/esm/models/createwebhookop.d.ts.map +1 -1
  49. package/esm/models/createwebhookop.js +4 -0
  50. package/esm/models/createwebhookop.js.map +1 -1
  51. package/esm/models/getalllogdrainsop.d.ts +8 -8
  52. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  53. package/esm/models/getalllogdrainsop.js +8 -10
  54. package/esm/models/getalllogdrainsop.js.map +1 -1
  55. package/esm/models/getbillingplansop.d.ts +2 -0
  56. package/esm/models/getbillingplansop.d.ts.map +1 -1
  57. package/esm/models/getbillingplansop.js +2 -0
  58. package/esm/models/getbillingplansop.js.map +1 -1
  59. package/esm/models/getbulkavailabilityop.d.ts +3 -0
  60. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  61. package/esm/models/getbulkavailabilityop.js.map +1 -1
  62. package/esm/models/getconfigurationop.d.ts +2 -38
  63. package/esm/models/getconfigurationop.d.ts.map +1 -1
  64. package/esm/models/getconfigurationop.js +4 -35
  65. package/esm/models/getconfigurationop.js.map +1 -1
  66. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  67. package/esm/models/getconfigurationproductsop.js +290 -290
  68. package/esm/models/getconfigurationsop.d.ts +2 -38
  69. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  70. package/esm/models/getconfigurationsop.js +4 -35
  71. package/esm/models/getconfigurationsop.js.map +1 -1
  72. package/esm/models/getdeploymentop.d.ts +18 -0
  73. package/esm/models/getdeploymentop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentop.js +20 -0
  75. package/esm/models/getdeploymentop.js.map +1 -1
  76. package/esm/models/getdomainpriceop.d.ts +36 -15
  77. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  78. package/esm/models/getdomainpriceop.js +36 -6
  79. package/esm/models/getdomainpriceop.js.map +1 -1
  80. package/esm/models/getdrainop.d.ts +8 -8
  81. package/esm/models/getdrainop.d.ts.map +1 -1
  82. package/esm/models/getdrainop.js +8 -10
  83. package/esm/models/getdrainop.js.map +1 -1
  84. package/esm/models/getdrainsop.d.ts +8 -8
  85. package/esm/models/getdrainsop.d.ts.map +1 -1
  86. package/esm/models/getdrainsop.js +8 -8
  87. package/esm/models/getdrainsop.js.map +1 -1
  88. package/esm/models/getinvoiceop.d.ts +10 -0
  89. package/esm/models/getinvoiceop.d.ts.map +1 -1
  90. package/esm/models/getinvoiceop.js +4 -0
  91. package/esm/models/getinvoiceop.js.map +1 -1
  92. package/esm/models/getorderop.d.ts +9 -9
  93. package/esm/models/getorderop.d.ts.map +1 -1
  94. package/esm/models/getprojectsop.d.ts +2 -0
  95. package/esm/models/getprojectsop.d.ts.map +1 -1
  96. package/esm/models/getprojectsop.js +2 -0
  97. package/esm/models/getprojectsop.js.map +1 -1
  98. package/esm/models/gettldpriceop.d.ts +36 -15
  99. package/esm/models/gettldpriceop.d.ts.map +1 -1
  100. package/esm/models/gettldpriceop.js +36 -6
  101. package/esm/models/gettldpriceop.js.map +1 -1
  102. package/esm/models/getwebhookop.d.ts +2 -0
  103. package/esm/models/getwebhookop.d.ts.map +1 -1
  104. package/esm/models/getwebhookop.js +2 -0
  105. package/esm/models/getwebhookop.js.map +1 -1
  106. package/esm/models/getwebhooksop.d.ts +4 -0
  107. package/esm/models/getwebhooksop.d.ts.map +1 -1
  108. package/esm/models/getwebhooksop.js +4 -0
  109. package/esm/models/getwebhooksop.js.map +1 -1
  110. package/esm/models/renewdomainop.d.ts +1 -4
  111. package/esm/models/renewdomainop.d.ts.map +1 -1
  112. package/esm/models/renewdomainop.js.map +1 -1
  113. package/esm/models/transferindomainop.d.ts +4 -4
  114. package/esm/models/transferindomainop.d.ts.map +1 -1
  115. package/esm/models/updatedrainop.d.ts +8 -8
  116. package/esm/models/updatedrainop.d.ts.map +1 -1
  117. package/esm/models/updatedrainop.js +8 -12
  118. package/esm/models/updatedrainop.js.map +1 -1
  119. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  120. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  121. package/esm/models/updateprojectdatacacheop.js +2 -0
  122. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  123. package/esm/models/updateprojectop.d.ts +2 -0
  124. package/esm/models/updateprojectop.d.ts.map +1 -1
  125. package/esm/models/updateprojectop.js +2 -0
  126. package/esm/models/updateprojectop.js.map +1 -1
  127. package/esm/models/userevent.d.ts +52 -10
  128. package/esm/models/userevent.d.ts.map +1 -1
  129. package/esm/models/userevent.js +50 -10
  130. package/esm/models/userevent.js.map +1 -1
  131. package/examples/package-lock.json +1 -1
  132. package/jsr.json +1 -1
  133. package/package.json +1 -1
  134. package/src/__tests__/accessgroups.test.ts +3 -1
  135. package/src/__tests__/checks.test.ts +1 -1
  136. package/src/__tests__/domains.test.ts +3 -6
  137. package/src/__tests__/drains.test.ts +27 -0
  138. package/src/__tests__/edgeconfig.test.ts +6 -6
  139. package/src/__tests__/integrations.test.ts +1 -1
  140. package/src/__tests__/logdrains.test.ts +7 -6
  141. package/src/__tests__/security.test.ts +11 -1
  142. package/src/funcs/integrationsGetBillingPlans.ts +1 -0
  143. package/src/lib/config.ts +3 -3
  144. package/src/mcp-server/mcp-server.ts +1 -1
  145. package/src/mcp-server/server.ts +1 -1
  146. package/src/models/buydomainsop.ts +4 -4
  147. package/src/models/buysingledomainop.ts +1 -4
  148. package/src/models/canceldeploymentop.ts +29 -0
  149. package/src/models/createdeploymentop.ts +29 -0
  150. package/src/models/createdrainop.ts +19 -29
  151. package/src/models/createintegrationstoredirectop.ts +471 -471
  152. package/src/models/createprojectop.ts +4 -0
  153. package/src/models/createwebhookop.ts +4 -0
  154. package/src/models/getalllogdrainsop.ts +20 -26
  155. package/src/models/getbillingplansop.ts +4 -0
  156. package/src/models/getbulkavailabilityop.ts +3 -0
  157. package/src/models/getconfigurationop.ts +6 -60
  158. package/src/models/getconfigurationproductsop.ts +627 -627
  159. package/src/models/getconfigurationsop.ts +6 -60
  160. package/src/models/getdeploymentop.ts +30 -0
  161. package/src/models/getdomainpriceop.ts +124 -21
  162. package/src/models/getdrainop.ts +20 -26
  163. package/src/models/getdrainsop.ts +20 -24
  164. package/src/models/getinvoiceop.ts +14 -0
  165. package/src/models/getorderop.ts +9 -9
  166. package/src/models/getprojectsop.ts +4 -0
  167. package/src/models/gettldpriceop.ts +108 -21
  168. package/src/models/getwebhookop.ts +2 -0
  169. package/src/models/getwebhooksop.ts +4 -0
  170. package/src/models/renewdomainop.ts +1 -4
  171. package/src/models/transferindomainop.ts +4 -4
  172. package/src/models/updatedrainop.ts +20 -28
  173. package/src/models/updateprojectdatacacheop.ts +4 -0
  174. package/src/models/updateprojectop.ts +4 -0
  175. package/src/models/userevent.ts +112 -22
  176. package/tsconfig.json +1 -1
  177. package/vercel-spec.json +312 -159
@@ -632,31 +632,31 @@ export const GetConfigurationProductsType$inboundSchema = z.nativeEnum(GetConfig
632
632
  /** @internal */
633
633
  export const GetConfigurationProductsType$outboundSchema = GetConfigurationProductsType$inboundSchema;
634
634
  /** @internal */
635
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema = z.object({});
635
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema = z.object({});
636
636
  /** @internal */
637
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema = z.object({});
638
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241) {
639
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema
640
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241));
637
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema = z.object({});
638
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006) {
639
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema
640
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006));
641
641
  }
642
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241FromJSON(jsonString) {
643
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema
644
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241' from JSON`);
642
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006FromJSON(jsonString) {
643
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema
644
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006' from JSON`);
645
645
  }
646
646
  /** @internal */
647
647
  export const PropertiesValue$inboundSchema = z.object({
648
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema),
648
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema),
649
649
  }).transform((v) => {
650
650
  return remap$(v, {
651
- "__@BRAND@543241": "atBRANDAt543241",
651
+ "__@BRAND@547006": "atBRANDAt547006",
652
652
  });
653
653
  });
654
654
  /** @internal */
655
655
  export const PropertiesValue$outboundSchema = z.object({
656
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema),
656
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema),
657
657
  }).transform((v) => {
658
658
  return remap$(v, {
659
- atBRANDAt543241: "__@BRAND@543241",
659
+ atBRANDAt547006: "__@BRAND@547006",
660
660
  });
661
661
  });
662
662
  export function propertiesValueToJSON(propertiesValue) {
@@ -780,31 +780,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
780
780
  /** @internal */
781
781
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
782
782
  /** @internal */
783
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema = z.object({});
783
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema = z.object({});
784
784
  /** @internal */
785
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema = z.object({});
786
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241) {
787
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema
788
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241));
785
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema = z.object({});
786
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006) {
787
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema
788
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006));
789
789
  }
790
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241FromJSON(jsonString) {
791
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema
792
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241' from JSON`);
790
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006FromJSON(jsonString) {
791
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema
792
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006' from JSON`);
793
793
  }
794
794
  /** @internal */
795
795
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
796
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema),
796
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema),
797
797
  }).transform((v) => {
798
798
  return remap$(v, {
799
- "__@BRAND@543241": "atBRANDAt543241",
799
+ "__@BRAND@547006": "atBRANDAt547006",
800
800
  });
801
801
  });
802
802
  /** @internal */
803
803
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
804
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema),
804
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema),
805
805
  }).transform((v) => {
806
806
  return remap$(v, {
807
- atBRANDAt543241: "__@BRAND@543241",
807
+ atBRANDAt547006: "__@BRAND@547006",
808
808
  });
809
809
  });
810
810
  export function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength) {
@@ -816,31 +816,31 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
816
816
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
817
817
  }
818
818
  /** @internal */
819
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema = z.object({});
819
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema = z.object({});
820
820
  /** @internal */
821
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema = z.object({});
822
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241) {
823
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema
824
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241));
821
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema = z.object({});
822
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006) {
823
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema
824
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006));
825
825
  }
826
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241FromJSON(jsonString) {
827
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema
828
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241' from JSON`);
826
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006FromJSON(jsonString) {
827
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema
828
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006' from JSON`);
829
829
  }
830
830
  /** @internal */
831
831
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
832
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema),
832
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema),
833
833
  }).transform((v) => {
834
834
  return remap$(v, {
835
- "__@BRAND@543241": "atBRANDAt543241",
835
+ "__@BRAND@547006": "atBRANDAt547006",
836
836
  });
837
837
  });
838
838
  /** @internal */
839
839
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
840
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema),
840
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema),
841
841
  }).transform((v) => {
842
842
  return remap$(v, {
843
- atBRANDAt543241: "__@BRAND@543241",
843
+ atBRANDAt547006: "__@BRAND@547006",
844
844
  });
845
845
  });
846
846
  export function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength) {
@@ -852,31 +852,31 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
852
852
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
853
853
  }
854
854
  /** @internal */
855
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema = z.object({});
855
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema = z.object({});
856
856
  /** @internal */
857
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema = z.object({});
858
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241) {
859
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema
860
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241));
857
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema = z.object({});
858
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006) {
859
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema
860
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006));
861
861
  }
862
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241FromJSON(jsonString) {
863
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema
864
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241' from JSON`);
862
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006FromJSON(jsonString) {
863
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema
864
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006' from JSON`);
865
865
  }
866
866
  /** @internal */
867
867
  export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
868
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema),
868
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema),
869
869
  }).transform((v) => {
870
870
  return remap$(v, {
871
- "__@BRAND@543241": "atBRANDAt543241",
871
+ "__@BRAND@547006": "atBRANDAt547006",
872
872
  });
873
873
  });
874
874
  /** @internal */
875
875
  export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
876
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema),
876
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema),
877
877
  }).transform((v) => {
878
878
  return remap$(v, {
879
- atBRANDAt543241: "__@BRAND@543241",
879
+ atBRANDAt547006: "__@BRAND@547006",
880
880
  });
881
881
  });
882
882
  export function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern) {
@@ -1162,31 +1162,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
1162
1162
  /** @internal */
1163
1163
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
1164
1164
  /** @internal */
1165
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema = z.object({});
1165
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema = z.object({});
1166
1166
  /** @internal */
1167
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema = z.object({});
1168
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241) {
1169
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema
1170
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241));
1167
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema = z.object({});
1168
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006) {
1169
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema
1170
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006));
1171
1171
  }
1172
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241FromJSON(jsonString) {
1173
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema
1174
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241' from JSON`);
1172
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006FromJSON(jsonString) {
1173
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema
1174
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006' from JSON`);
1175
1175
  }
1176
1176
  /** @internal */
1177
1177
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1178
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema),
1178
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema),
1179
1179
  }).transform((v) => {
1180
1180
  return remap$(v, {
1181
- "__@BRAND@543241": "atBRANDAt543241",
1181
+ "__@BRAND@547006": "atBRANDAt547006",
1182
1182
  });
1183
1183
  });
1184
1184
  /** @internal */
1185
1185
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1186
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema),
1186
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema),
1187
1187
  }).transform((v) => {
1188
1188
  return remap$(v, {
1189
- atBRANDAt543241: "__@BRAND@543241",
1189
+ atBRANDAt547006: "__@BRAND@547006",
1190
1190
  });
1191
1191
  });
1192
1192
  export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength) {
@@ -1198,31 +1198,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
1198
1198
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
1199
1199
  }
1200
1200
  /** @internal */
1201
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema = z.object({});
1201
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema = z.object({});
1202
1202
  /** @internal */
1203
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema = z.object({});
1204
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241) {
1205
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema
1206
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241));
1203
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema = z.object({});
1204
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006) {
1205
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema
1206
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006));
1207
1207
  }
1208
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241FromJSON(jsonString) {
1209
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema
1210
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241' from JSON`);
1208
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006FromJSON(jsonString) {
1209
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema
1210
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006' from JSON`);
1211
1211
  }
1212
1212
  /** @internal */
1213
1213
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1214
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema),
1214
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema),
1215
1215
  }).transform((v) => {
1216
1216
  return remap$(v, {
1217
- "__@BRAND@543241": "atBRANDAt543241",
1217
+ "__@BRAND@547006": "atBRANDAt547006",
1218
1218
  });
1219
1219
  });
1220
1220
  /** @internal */
1221
1221
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1222
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema),
1222
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema),
1223
1223
  }).transform((v) => {
1224
1224
  return remap$(v, {
1225
- atBRANDAt543241: "__@BRAND@543241",
1225
+ atBRANDAt547006: "__@BRAND@547006",
1226
1226
  });
1227
1227
  });
1228
1228
  export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength) {
@@ -1234,31 +1234,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
1234
1234
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
1235
1235
  }
1236
1236
  /** @internal */
1237
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema = z.object({});
1237
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema = z.object({});
1238
1238
  /** @internal */
1239
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema = z.object({});
1240
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241) {
1241
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema
1242
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241));
1239
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema = z.object({});
1240
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006) {
1241
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema
1242
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006));
1243
1243
  }
1244
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241FromJSON(jsonString) {
1245
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema
1246
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241' from JSON`);
1244
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006FromJSON(jsonString) {
1245
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema
1246
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006' from JSON`);
1247
1247
  }
1248
1248
  /** @internal */
1249
1249
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1250
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema),
1250
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema),
1251
1251
  }).transform((v) => {
1252
1252
  return remap$(v, {
1253
- "__@BRAND@543241": "atBRANDAt543241",
1253
+ "__@BRAND@547006": "atBRANDAt547006",
1254
1254
  });
1255
1255
  });
1256
1256
  /** @internal */
1257
1257
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1258
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema),
1258
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema),
1259
1259
  }).transform((v) => {
1260
1260
  return remap$(v, {
1261
- atBRANDAt543241: "__@BRAND@543241",
1261
+ atBRANDAt547006: "__@BRAND@547006",
1262
1262
  });
1263
1263
  });
1264
1264
  export function getConfigurationProductsPropertiesIntegrationsResponsePatternToJSON(getConfigurationProductsPropertiesIntegrationsResponsePattern) {
@@ -1296,31 +1296,31 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
1296
1296
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
1297
1297
  }
1298
1298
  /** @internal */
1299
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema = z.object({});
1299
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema = z.object({});
1300
1300
  /** @internal */
1301
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema = z.object({});
1302
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241) {
1303
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema
1304
- .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241));
1301
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema = z.object({});
1302
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006) {
1303
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema
1304
+ .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006));
1305
1305
  }
1306
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241FromJSON(jsonString) {
1307
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema
1308
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241' from JSON`);
1306
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006FromJSON(jsonString) {
1307
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema
1308
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006' from JSON`);
1309
1309
  }
1310
1310
  /** @internal */
1311
1311
  export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
1312
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema),
1312
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema),
1313
1313
  }).transform((v) => {
1314
1314
  return remap$(v, {
1315
- "__@BRAND@543241": "atBRANDAt543241",
1315
+ "__@BRAND@547006": "atBRANDAt547006",
1316
1316
  });
1317
1317
  });
1318
1318
  /** @internal */
1319
1319
  export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
1320
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema),
1320
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema),
1321
1321
  }).transform((v) => {
1322
1322
  return remap$(v, {
1323
- atBRANDAt543241: "__@BRAND@543241",
1323
+ atBRANDAt547006: "__@BRAND@547006",
1324
1324
  });
1325
1325
  });
1326
1326
  export function getConfigurationProductsUiOptionsValueToJSON(getConfigurationProductsUiOptionsValue) {
@@ -1444,29 +1444,29 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
1444
1444
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
1445
1445
  }
1446
1446
  /** @internal */
1447
- export const GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema = z.object({});
1447
+ export const GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema = z.object({});
1448
1448
  /** @internal */
1449
- export const GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema = z.object({});
1450
- export function getConfigurationProductsUiOptionsAtBRANDAt543241ToJSON(getConfigurationProductsUiOptionsAtBRANDAt543241) {
1451
- return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt543241));
1449
+ export const GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema = z.object({});
1450
+ export function getConfigurationProductsUiOptionsAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsAtBRANDAt547006) {
1451
+ return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt547006));
1452
1452
  }
1453
- export function getConfigurationProductsUiOptionsAtBRANDAt543241FromJSON(jsonString) {
1454
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt543241' from JSON`);
1453
+ export function getConfigurationProductsUiOptionsAtBRANDAt547006FromJSON(jsonString) {
1454
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt547006' from JSON`);
1455
1455
  }
1456
1456
  /** @internal */
1457
1457
  export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
1458
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema),
1458
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema),
1459
1459
  }).transform((v) => {
1460
1460
  return remap$(v, {
1461
- "__@BRAND@543241": "atBRANDAt543241",
1461
+ "__@BRAND@547006": "atBRANDAt547006",
1462
1462
  });
1463
1463
  });
1464
1464
  /** @internal */
1465
1465
  export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
1466
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema),
1466
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema),
1467
1467
  }).transform((v) => {
1468
1468
  return remap$(v, {
1469
- atBRANDAt543241: "__@BRAND@543241",
1469
+ atBRANDAt547006: "__@BRAND@547006",
1470
1470
  });
1471
1471
  });
1472
1472
  export function getConfigurationProductsUiOptions2ToJSON(getConfigurationProductsUiOptions2) {
@@ -1777,31 +1777,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
1777
1777
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
1778
1778
  }
1779
1779
  /** @internal */
1780
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema = z.object({});
1780
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema = z.object({});
1781
1781
  /** @internal */
1782
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema = z.object({});
1783
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241) {
1784
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema
1785
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241));
1782
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema = z.object({});
1783
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006) {
1784
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema
1785
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006));
1786
1786
  }
1787
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241FromJSON(jsonString) {
1788
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema
1789
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241' from JSON`);
1787
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006FromJSON(jsonString) {
1788
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema
1789
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006' from JSON`);
1790
1790
  }
1791
1791
  /** @internal */
1792
1792
  export const Default$inboundSchema = z.object({
1793
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema),
1793
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema),
1794
1794
  }).transform((v) => {
1795
1795
  return remap$(v, {
1796
- "__@BRAND@543241": "atBRANDAt543241",
1796
+ "__@BRAND@547006": "atBRANDAt547006",
1797
1797
  });
1798
1798
  });
1799
1799
  /** @internal */
1800
1800
  export const Default$outboundSchema = z.object({
1801
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema),
1801
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema),
1802
1802
  }).transform((v) => {
1803
1803
  return remap$(v, {
1804
- atBRANDAt543241: "__@BRAND@543241",
1804
+ atBRANDAt547006: "__@BRAND@547006",
1805
1805
  });
1806
1806
  });
1807
1807
  export function defaultToJSON(value) {
@@ -1811,31 +1811,31 @@ export function defaultFromJSON(jsonString) {
1811
1811
  return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
1812
1812
  }
1813
1813
  /** @internal */
1814
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema = z.object({});
1814
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema = z.object({});
1815
1815
  /** @internal */
1816
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema = z.object({});
1817
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241) {
1818
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema
1819
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241));
1816
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema = z.object({});
1817
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006) {
1818
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema
1819
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006));
1820
1820
  }
1821
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241FromJSON(jsonString) {
1822
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema
1823
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241' from JSON`);
1821
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006FromJSON(jsonString) {
1822
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema
1823
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006' from JSON`);
1824
1824
  }
1825
1825
  /** @internal */
1826
1826
  export const Example$inboundSchema = z.object({
1827
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema),
1827
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema),
1828
1828
  }).transform((v) => {
1829
1829
  return remap$(v, {
1830
- "__@BRAND@543241": "atBRANDAt543241",
1830
+ "__@BRAND@547006": "atBRANDAt547006",
1831
1831
  });
1832
1832
  });
1833
1833
  /** @internal */
1834
1834
  export const Example$outboundSchema = z.object({
1835
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema),
1835
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema),
1836
1836
  }).transform((v) => {
1837
1837
  return remap$(v, {
1838
- atBRANDAt543241: "__@BRAND@543241",
1838
+ atBRANDAt547006: "__@BRAND@547006",
1839
1839
  });
1840
1840
  });
1841
1841
  export function exampleToJSON(example) {
@@ -1959,31 +1959,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
1959
1959
  /** @internal */
1960
1960
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
1961
1961
  /** @internal */
1962
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema = z.object({});
1962
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema = z.object({});
1963
1963
  /** @internal */
1964
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema = z.object({});
1965
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241) {
1966
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema
1967
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241));
1964
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema = z.object({});
1965
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006) {
1966
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema
1967
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006));
1968
1968
  }
1969
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241FromJSON(jsonString) {
1970
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema
1971
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241' from JSON`);
1969
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006FromJSON(jsonString) {
1970
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema
1971
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006' from JSON`);
1972
1972
  }
1973
1973
  /** @internal */
1974
1974
  export const UiOptionsValue$inboundSchema = z.object({
1975
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema),
1975
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema),
1976
1976
  }).transform((v) => {
1977
1977
  return remap$(v, {
1978
- "__@BRAND@543241": "atBRANDAt543241",
1978
+ "__@BRAND@547006": "atBRANDAt547006",
1979
1979
  });
1980
1980
  });
1981
1981
  /** @internal */
1982
1982
  export const UiOptionsValue$outboundSchema = z.object({
1983
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema),
1983
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema),
1984
1984
  }).transform((v) => {
1985
1985
  return remap$(v, {
1986
- atBRANDAt543241: "__@BRAND@543241",
1986
+ atBRANDAt547006: "__@BRAND@547006",
1987
1987
  });
1988
1988
  });
1989
1989
  export function uiOptionsValueToJSON(uiOptionsValue) {
@@ -2103,29 +2103,29 @@ export function uiOptions3FromJSON(jsonString) {
2103
2103
  return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
2104
2104
  }
2105
2105
  /** @internal */
2106
- export const UiOptionsAtBRANDAt543241$inboundSchema = z.object({});
2106
+ export const UiOptionsAtBRANDAt547006$inboundSchema = z.object({});
2107
2107
  /** @internal */
2108
- export const UiOptionsAtBRANDAt543241$outboundSchema = z.object({});
2109
- export function uiOptionsAtBRANDAt543241ToJSON(uiOptionsAtBRANDAt543241) {
2110
- return JSON.stringify(UiOptionsAtBRANDAt543241$outboundSchema.parse(uiOptionsAtBRANDAt543241));
2108
+ export const UiOptionsAtBRANDAt547006$outboundSchema = z.object({});
2109
+ export function uiOptionsAtBRANDAt547006ToJSON(uiOptionsAtBRANDAt547006) {
2110
+ return JSON.stringify(UiOptionsAtBRANDAt547006$outboundSchema.parse(uiOptionsAtBRANDAt547006));
2111
2111
  }
2112
- export function uiOptionsAtBRANDAt543241FromJSON(jsonString) {
2113
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt543241' from JSON`);
2112
+ export function uiOptionsAtBRANDAt547006FromJSON(jsonString) {
2113
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt547006' from JSON`);
2114
2114
  }
2115
2115
  /** @internal */
2116
2116
  export const UiOptions2$inboundSchema = z.object({
2117
- "__@BRAND@543241": z.lazy(() => UiOptionsAtBRANDAt543241$inboundSchema),
2117
+ "__@BRAND@547006": z.lazy(() => UiOptionsAtBRANDAt547006$inboundSchema),
2118
2118
  }).transform((v) => {
2119
2119
  return remap$(v, {
2120
- "__@BRAND@543241": "atBRANDAt543241",
2120
+ "__@BRAND@547006": "atBRANDAt547006",
2121
2121
  });
2122
2122
  });
2123
2123
  /** @internal */
2124
2124
  export const UiOptions2$outboundSchema = z.object({
2125
- atBRANDAt543241: z.lazy(() => UiOptionsAtBRANDAt543241$outboundSchema),
2125
+ atBRANDAt547006: z.lazy(() => UiOptionsAtBRANDAt547006$outboundSchema),
2126
2126
  }).transform((v) => {
2127
2127
  return remap$(v, {
2128
- atBRANDAt543241: "__@BRAND@543241",
2128
+ atBRANDAt547006: "__@BRAND@547006",
2129
2129
  });
2130
2130
  });
2131
2131
  export function uiOptions2ToJSON(uiOptions2) {
@@ -2265,31 +2265,31 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
2265
2265
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
2266
2266
  }
2267
2267
  /** @internal */
2268
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema = z.object({});
2268
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema = z.object({});
2269
2269
  /** @internal */
2270
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema = z.object({});
2271
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241) {
2272
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema
2273
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241));
2270
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema = z.object({});
2271
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006) {
2272
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema
2273
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006));
2274
2274
  }
2275
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241FromJSON(jsonString) {
2276
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema
2277
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241' from JSON`);
2275
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006FromJSON(jsonString) {
2276
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema
2277
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006' from JSON`);
2278
2278
  }
2279
2279
  /** @internal */
2280
2280
  export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
2281
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema),
2281
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema),
2282
2282
  }).transform((v) => {
2283
2283
  return remap$(v, {
2284
- "__@BRAND@543241": "atBRANDAt543241",
2284
+ "__@BRAND@547006": "atBRANDAt547006",
2285
2285
  });
2286
2286
  });
2287
2287
  /** @internal */
2288
2288
  export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
2289
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema),
2289
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema),
2290
2290
  }).transform((v) => {
2291
2291
  return remap$(v, {
2292
- atBRANDAt543241: "__@BRAND@543241",
2292
+ atBRANDAt547006: "__@BRAND@547006",
2293
2293
  });
2294
2294
  });
2295
2295
  export function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength) {
@@ -2299,31 +2299,31 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
2299
2299
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
2300
2300
  }
2301
2301
  /** @internal */
2302
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema = z.object({});
2302
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema = z.object({});
2303
2303
  /** @internal */
2304
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema = z.object({});
2305
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241) {
2306
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema
2307
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241));
2304
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema = z.object({});
2305
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006) {
2306
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema
2307
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006));
2308
2308
  }
2309
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241FromJSON(jsonString) {
2310
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema
2311
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241' from JSON`);
2309
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006FromJSON(jsonString) {
2310
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema
2311
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006' from JSON`);
2312
2312
  }
2313
2313
  /** @internal */
2314
2314
  export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
2315
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema),
2315
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema),
2316
2316
  }).transform((v) => {
2317
2317
  return remap$(v, {
2318
- "__@BRAND@543241": "atBRANDAt543241",
2318
+ "__@BRAND@547006": "atBRANDAt547006",
2319
2319
  });
2320
2320
  });
2321
2321
  /** @internal */
2322
2322
  export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
2323
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema),
2323
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema),
2324
2324
  }).transform((v) => {
2325
2325
  return remap$(v, {
2326
- atBRANDAt543241: "__@BRAND@543241",
2326
+ atBRANDAt547006: "__@BRAND@547006",
2327
2327
  });
2328
2328
  });
2329
2329
  export function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength) {
@@ -2333,31 +2333,31 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
2333
2333
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
2334
2334
  }
2335
2335
  /** @internal */
2336
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema = z.object({});
2336
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema = z.object({});
2337
2337
  /** @internal */
2338
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema = z.object({});
2339
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241) {
2340
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema
2341
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241));
2338
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema = z.object({});
2339
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006) {
2340
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema
2341
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006));
2342
2342
  }
2343
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241FromJSON(jsonString) {
2344
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema
2345
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241' from JSON`);
2343
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006FromJSON(jsonString) {
2344
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema
2345
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006' from JSON`);
2346
2346
  }
2347
2347
  /** @internal */
2348
2348
  export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
2349
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema),
2349
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema),
2350
2350
  }).transform((v) => {
2351
2351
  return remap$(v, {
2352
- "__@BRAND@543241": "atBRANDAt543241",
2352
+ "__@BRAND@547006": "atBRANDAt547006",
2353
2353
  });
2354
2354
  });
2355
2355
  /** @internal */
2356
2356
  export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
2357
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema),
2357
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema),
2358
2358
  }).transform((v) => {
2359
2359
  return remap$(v, {
2360
- atBRANDAt543241: "__@BRAND@543241",
2360
+ atBRANDAt547006: "__@BRAND@547006",
2361
2361
  });
2362
2362
  });
2363
2363
  export function getConfigurationProductsPropertiesPatternToJSON(getConfigurationProductsPropertiesPattern) {
@@ -2656,31 +2656,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
2656
2656
  /** @internal */
2657
2657
  export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
2658
2658
  /** @internal */
2659
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema = z.object({});
2659
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema = z.object({});
2660
2660
  /** @internal */
2661
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema = z.object({});
2662
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241) {
2663
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema
2664
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241));
2661
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema = z.object({});
2662
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006) {
2663
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema
2664
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006));
2665
2665
  }
2666
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241FromJSON(jsonString) {
2667
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema
2668
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241' from JSON`);
2666
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006FromJSON(jsonString) {
2667
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema
2668
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006' from JSON`);
2669
2669
  }
2670
2670
  /** @internal */
2671
2671
  export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2672
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema),
2672
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema),
2673
2673
  }).transform((v) => {
2674
2674
  return remap$(v, {
2675
- "__@BRAND@543241": "atBRANDAt543241",
2675
+ "__@BRAND@547006": "atBRANDAt547006",
2676
2676
  });
2677
2677
  });
2678
2678
  /** @internal */
2679
2679
  export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2680
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema),
2680
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema),
2681
2681
  }).transform((v) => {
2682
2682
  return remap$(v, {
2683
- atBRANDAt543241: "__@BRAND@543241",
2683
+ atBRANDAt547006: "__@BRAND@547006",
2684
2684
  });
2685
2685
  });
2686
2686
  export function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength) {
@@ -2692,31 +2692,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
2692
2692
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MinLength' from JSON`);
2693
2693
  }
2694
2694
  /** @internal */
2695
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema = z.object({});
2695
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema = z.object({});
2696
2696
  /** @internal */
2697
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema = z.object({});
2698
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241) {
2699
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema
2700
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241));
2697
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema = z.object({});
2698
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006) {
2699
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema
2700
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006));
2701
2701
  }
2702
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241FromJSON(jsonString) {
2703
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema
2704
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241' from JSON`);
2702
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006FromJSON(jsonString) {
2703
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema
2704
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006' from JSON`);
2705
2705
  }
2706
2706
  /** @internal */
2707
2707
  export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2708
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema),
2708
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema),
2709
2709
  }).transform((v) => {
2710
2710
  return remap$(v, {
2711
- "__@BRAND@543241": "atBRANDAt543241",
2711
+ "__@BRAND@547006": "atBRANDAt547006",
2712
2712
  });
2713
2713
  });
2714
2714
  /** @internal */
2715
2715
  export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2716
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema),
2716
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema),
2717
2717
  }).transform((v) => {
2718
2718
  return remap$(v, {
2719
- atBRANDAt543241: "__@BRAND@543241",
2719
+ atBRANDAt547006: "__@BRAND@547006",
2720
2720
  });
2721
2721
  });
2722
2722
  export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength) {
@@ -2728,31 +2728,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
2728
2728
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength' from JSON`);
2729
2729
  }
2730
2730
  /** @internal */
2731
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema = z.object({});
2731
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema = z.object({});
2732
2732
  /** @internal */
2733
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema = z.object({});
2734
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241) {
2735
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema
2736
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241));
2733
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema = z.object({});
2734
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006) {
2735
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema
2736
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006));
2737
2737
  }
2738
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241FromJSON(jsonString) {
2739
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema
2740
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241' from JSON`);
2738
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006FromJSON(jsonString) {
2739
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema
2740
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006' from JSON`);
2741
2741
  }
2742
2742
  /** @internal */
2743
2743
  export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2744
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema),
2744
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema),
2745
2745
  }).transform((v) => {
2746
2746
  return remap$(v, {
2747
- "__@BRAND@543241": "atBRANDAt543241",
2747
+ "__@BRAND@547006": "atBRANDAt547006",
2748
2748
  });
2749
2749
  });
2750
2750
  /** @internal */
2751
2751
  export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2752
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema),
2752
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema),
2753
2753
  }).transform((v) => {
2754
2754
  return remap$(v, {
2755
- atBRANDAt543241: "__@BRAND@543241",
2755
+ atBRANDAt547006: "__@BRAND@547006",
2756
2756
  });
2757
2757
  });
2758
2758
  export function getConfigurationProductsPropertiesIntegrationsResponse200PatternToJSON(getConfigurationProductsPropertiesIntegrationsResponse200Pattern) {
@@ -3285,31 +3285,31 @@ export function uiOptionsFromJSON(jsonString) {
3285
3285
  return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
3286
3286
  }
3287
3287
  /** @internal */
3288
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema = z.object({});
3288
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema = z.object({});
3289
3289
  /** @internal */
3290
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema = z.object({});
3291
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241) {
3292
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema
3293
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241));
3290
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema = z.object({});
3291
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006) {
3292
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema
3293
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006));
3294
3294
  }
3295
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241FromJSON(jsonString) {
3296
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema
3297
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241' from JSON`);
3295
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006FromJSON(jsonString) {
3296
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema
3297
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006' from JSON`);
3298
3298
  }
3299
3299
  /** @internal */
3300
3300
  export const PropertiesMinLength$inboundSchema = z.object({
3301
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema),
3301
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema),
3302
3302
  }).transform((v) => {
3303
3303
  return remap$(v, {
3304
- "__@BRAND@543241": "atBRANDAt543241",
3304
+ "__@BRAND@547006": "atBRANDAt547006",
3305
3305
  });
3306
3306
  });
3307
3307
  /** @internal */
3308
3308
  export const PropertiesMinLength$outboundSchema = z.object({
3309
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema),
3309
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema),
3310
3310
  }).transform((v) => {
3311
3311
  return remap$(v, {
3312
- atBRANDAt543241: "__@BRAND@543241",
3312
+ atBRANDAt547006: "__@BRAND@547006",
3313
3313
  });
3314
3314
  });
3315
3315
  export function propertiesMinLengthToJSON(propertiesMinLength) {
@@ -3319,31 +3319,31 @@ export function propertiesMinLengthFromJSON(jsonString) {
3319
3319
  return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
3320
3320
  }
3321
3321
  /** @internal */
3322
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema = z.object({});
3322
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema = z.object({});
3323
3323
  /** @internal */
3324
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema = z.object({});
3325
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241) {
3326
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema
3327
- .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241));
3324
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema = z.object({});
3325
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006) {
3326
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema
3327
+ .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006));
3328
3328
  }
3329
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241FromJSON(jsonString) {
3330
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema
3331
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241' from JSON`);
3329
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006FromJSON(jsonString) {
3330
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema
3331
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006' from JSON`);
3332
3332
  }
3333
3333
  /** @internal */
3334
3334
  export const PropertiesMaxLength$inboundSchema = z.object({
3335
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema),
3335
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema),
3336
3336
  }).transform((v) => {
3337
3337
  return remap$(v, {
3338
- "__@BRAND@543241": "atBRANDAt543241",
3338
+ "__@BRAND@547006": "atBRANDAt547006",
3339
3339
  });
3340
3340
  });
3341
3341
  /** @internal */
3342
3342
  export const PropertiesMaxLength$outboundSchema = z.object({
3343
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema),
3343
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema),
3344
3344
  }).transform((v) => {
3345
3345
  return remap$(v, {
3346
- atBRANDAt543241: "__@BRAND@543241",
3346
+ atBRANDAt547006: "__@BRAND@547006",
3347
3347
  });
3348
3348
  });
3349
3349
  export function propertiesMaxLengthToJSON(propertiesMaxLength) {
@@ -3353,31 +3353,31 @@ export function propertiesMaxLengthFromJSON(jsonString) {
3353
3353
  return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
3354
3354
  }
3355
3355
  /** @internal */
3356
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema = z.object({});
3356
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema = z.object({});
3357
3357
  /** @internal */
3358
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema = z.object({});
3359
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241) {
3360
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema
3361
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241));
3358
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema = z.object({});
3359
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006) {
3360
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema
3361
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006));
3362
3362
  }
3363
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241FromJSON(jsonString) {
3364
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema
3365
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241' from JSON`);
3363
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006FromJSON(jsonString) {
3364
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema
3365
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006' from JSON`);
3366
3366
  }
3367
3367
  /** @internal */
3368
3368
  export const PropertiesPattern$inboundSchema = z.object({
3369
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema),
3369
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema),
3370
3370
  }).transform((v) => {
3371
3371
  return remap$(v, {
3372
- "__@BRAND@543241": "atBRANDAt543241",
3372
+ "__@BRAND@547006": "atBRANDAt547006",
3373
3373
  });
3374
3374
  });
3375
3375
  /** @internal */
3376
3376
  export const PropertiesPattern$outboundSchema = z.object({
3377
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema),
3377
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema),
3378
3378
  }).transform((v) => {
3379
3379
  return remap$(v, {
3380
- atBRANDAt543241: "__@BRAND@543241",
3380
+ atBRANDAt547006: "__@BRAND@547006",
3381
3381
  });
3382
3382
  });
3383
3383
  export function propertiesPatternToJSON(propertiesPattern) {
@@ -4464,29 +4464,29 @@ export const UiControl$inboundSchema = z
4464
4464
  /** @internal */
4465
4465
  export const UiControl$outboundSchema = UiControl$inboundSchema;
4466
4466
  /** @internal */
4467
- export const AtBRANDAt543241$inboundSchema = z.object({});
4467
+ export const AtBRANDAt547006$inboundSchema = z.object({});
4468
4468
  /** @internal */
4469
- export const AtBRANDAt543241$outboundSchema = z.object({});
4470
- export function atBRANDAt543241ToJSON(atBRANDAt543241) {
4471
- return JSON.stringify(AtBRANDAt543241$outboundSchema.parse(atBRANDAt543241));
4469
+ export const AtBRANDAt547006$outboundSchema = z.object({});
4470
+ export function atBRANDAt547006ToJSON(atBRANDAt547006) {
4471
+ return JSON.stringify(AtBRANDAt547006$outboundSchema.parse(atBRANDAt547006));
4472
4472
  }
4473
- export function atBRANDAt543241FromJSON(jsonString) {
4474
- return safeParse(jsonString, (x) => AtBRANDAt543241$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt543241' from JSON`);
4473
+ export function atBRANDAt547006FromJSON(jsonString) {
4474
+ return safeParse(jsonString, (x) => AtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt547006' from JSON`);
4475
4475
  }
4476
4476
  /** @internal */
4477
4477
  export const MinLength$inboundSchema = z.object({
4478
- "__@BRAND@543241": z.lazy(() => AtBRANDAt543241$inboundSchema),
4478
+ "__@BRAND@547006": z.lazy(() => AtBRANDAt547006$inboundSchema),
4479
4479
  }).transform((v) => {
4480
4480
  return remap$(v, {
4481
- "__@BRAND@543241": "atBRANDAt543241",
4481
+ "__@BRAND@547006": "atBRANDAt547006",
4482
4482
  });
4483
4483
  });
4484
4484
  /** @internal */
4485
4485
  export const MinLength$outboundSchema = z.object({
4486
- atBRANDAt543241: z.lazy(() => AtBRANDAt543241$outboundSchema),
4486
+ atBRANDAt547006: z.lazy(() => AtBRANDAt547006$outboundSchema),
4487
4487
  }).transform((v) => {
4488
4488
  return remap$(v, {
4489
- atBRANDAt543241: "__@BRAND@543241",
4489
+ atBRANDAt547006: "__@BRAND@547006",
4490
4490
  });
4491
4491
  });
4492
4492
  export function minLengthToJSON(minLength) {
@@ -4496,29 +4496,29 @@ export function minLengthFromJSON(jsonString) {
4496
4496
  return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
4497
4497
  }
4498
4498
  /** @internal */
4499
- export const PropertiesAtBRANDAt543241$inboundSchema = z.object({});
4499
+ export const PropertiesAtBRANDAt547006$inboundSchema = z.object({});
4500
4500
  /** @internal */
4501
- export const PropertiesAtBRANDAt543241$outboundSchema = z.object({});
4502
- export function propertiesAtBRANDAt543241ToJSON(propertiesAtBRANDAt543241) {
4503
- return JSON.stringify(PropertiesAtBRANDAt543241$outboundSchema.parse(propertiesAtBRANDAt543241));
4501
+ export const PropertiesAtBRANDAt547006$outboundSchema = z.object({});
4502
+ export function propertiesAtBRANDAt547006ToJSON(propertiesAtBRANDAt547006) {
4503
+ return JSON.stringify(PropertiesAtBRANDAt547006$outboundSchema.parse(propertiesAtBRANDAt547006));
4504
4504
  }
4505
- export function propertiesAtBRANDAt543241FromJSON(jsonString) {
4506
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt543241' from JSON`);
4505
+ export function propertiesAtBRANDAt547006FromJSON(jsonString) {
4506
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt547006' from JSON`);
4507
4507
  }
4508
4508
  /** @internal */
4509
4509
  export const MaxLength$inboundSchema = z.object({
4510
- "__@BRAND@543241": z.lazy(() => PropertiesAtBRANDAt543241$inboundSchema),
4510
+ "__@BRAND@547006": z.lazy(() => PropertiesAtBRANDAt547006$inboundSchema),
4511
4511
  }).transform((v) => {
4512
4512
  return remap$(v, {
4513
- "__@BRAND@543241": "atBRANDAt543241",
4513
+ "__@BRAND@547006": "atBRANDAt547006",
4514
4514
  });
4515
4515
  });
4516
4516
  /** @internal */
4517
4517
  export const MaxLength$outboundSchema = z.object({
4518
- atBRANDAt543241: z.lazy(() => PropertiesAtBRANDAt543241$outboundSchema),
4518
+ atBRANDAt547006: z.lazy(() => PropertiesAtBRANDAt547006$outboundSchema),
4519
4519
  }).transform((v) => {
4520
4520
  return remap$(v, {
4521
- atBRANDAt543241: "__@BRAND@543241",
4521
+ atBRANDAt547006: "__@BRAND@547006",
4522
4522
  });
4523
4523
  });
4524
4524
  export function maxLengthToJSON(maxLength) {
@@ -4528,29 +4528,29 @@ export function maxLengthFromJSON(jsonString) {
4528
4528
  return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
4529
4529
  }
4530
4530
  /** @internal */
4531
- export const GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema = z.object({});
4531
+ export const GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema = z.object({});
4532
4532
  /** @internal */
4533
- export const GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema = z.object({});
4534
- export function getConfigurationProductsPropertiesAtBRANDAt543241ToJSON(getConfigurationProductsPropertiesAtBRANDAt543241) {
4535
- return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt543241));
4533
+ export const GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema = z.object({});
4534
+ export function getConfigurationProductsPropertiesAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesAtBRANDAt547006) {
4535
+ return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt547006));
4536
4536
  }
4537
- export function getConfigurationProductsPropertiesAtBRANDAt543241FromJSON(jsonString) {
4538
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt543241' from JSON`);
4537
+ export function getConfigurationProductsPropertiesAtBRANDAt547006FromJSON(jsonString) {
4538
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt547006' from JSON`);
4539
4539
  }
4540
4540
  /** @internal */
4541
4541
  export const Pattern$inboundSchema = z.object({
4542
- "__@BRAND@543241": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema),
4542
+ "__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema),
4543
4543
  }).transform((v) => {
4544
4544
  return remap$(v, {
4545
- "__@BRAND@543241": "atBRANDAt543241",
4545
+ "__@BRAND@547006": "atBRANDAt547006",
4546
4546
  });
4547
4547
  });
4548
4548
  /** @internal */
4549
4549
  export const Pattern$outboundSchema = z.object({
4550
- atBRANDAt543241: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema),
4550
+ atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema),
4551
4551
  }).transform((v) => {
4552
4552
  return remap$(v, {
4553
- atBRANDAt543241: "__@BRAND@543241",
4553
+ atBRANDAt547006: "__@BRAND@547006",
4554
4554
  });
4555
4555
  });
4556
4556
  export function patternToJSON(pattern) {