@vercel/sdk 1.11.0 → 1.11.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 (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
@@ -44,6 +44,14 @@ export const Format = {
44
44
  Json: "json",
45
45
  Ndjson: "ndjson",
46
46
  };
47
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus = {
48
+ Disabled: "disabled",
49
+ Enabled: "enabled",
50
+ };
51
+ export const GetConfigurationProductsFormat = {
52
+ Json: "json",
53
+ Proto: "proto",
54
+ };
47
55
  export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus = {
48
56
  Disabled: "disabled",
49
57
  Enabled: "enabled",
@@ -62,6 +70,7 @@ export const PrimaryProtocol = {
62
70
  Workflow: "workflow",
63
71
  Checks: "checks",
64
72
  LogDrain: "logDrain",
73
+ TraceDrain: "traceDrain",
65
74
  Messaging: "messaging",
66
75
  Other: "other",
67
76
  };
@@ -697,16 +706,16 @@ export var Format$;
697
706
  /** @internal */
698
707
  export const LogDrain$inboundSchema = z.object({
699
708
  status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema,
700
- format: Format$inboundSchema,
701
709
  endpoint: z.string(),
702
710
  headers: z.record(z.string()).optional(),
711
+ format: Format$inboundSchema,
703
712
  });
704
713
  /** @internal */
705
714
  export const LogDrain$outboundSchema = z.object({
706
715
  status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema,
707
- format: Format$outboundSchema,
708
716
  endpoint: z.string(),
709
717
  headers: z.record(z.string()).optional(),
718
+ format: Format$outboundSchema,
710
719
  });
711
720
  /**
712
721
  * @internal
@@ -726,6 +735,67 @@ export function logDrainFromJSON(jsonString) {
726
735
  return safeParse(jsonString, (x) => LogDrain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'LogDrain' from JSON`);
727
736
  }
728
737
  /** @internal */
738
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema = z.nativeEnum(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus);
739
+ /** @internal */
740
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
741
+ /**
742
+ * @internal
743
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
744
+ */
745
+ export var GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$;
746
+ (function (GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$) {
747
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema` instead. */
748
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.inboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
749
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema` instead. */
750
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema;
751
+ })(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ || (GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ = {}));
752
+ /** @internal */
753
+ export const GetConfigurationProductsFormat$inboundSchema = z.nativeEnum(GetConfigurationProductsFormat);
754
+ /** @internal */
755
+ export const GetConfigurationProductsFormat$outboundSchema = GetConfigurationProductsFormat$inboundSchema;
756
+ /**
757
+ * @internal
758
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
759
+ */
760
+ export var GetConfigurationProductsFormat$;
761
+ (function (GetConfigurationProductsFormat$) {
762
+ /** @deprecated use `GetConfigurationProductsFormat$inboundSchema` instead. */
763
+ GetConfigurationProductsFormat$.inboundSchema = GetConfigurationProductsFormat$inboundSchema;
764
+ /** @deprecated use `GetConfigurationProductsFormat$outboundSchema` instead. */
765
+ GetConfigurationProductsFormat$.outboundSchema = GetConfigurationProductsFormat$outboundSchema;
766
+ })(GetConfigurationProductsFormat$ || (GetConfigurationProductsFormat$ = {}));
767
+ /** @internal */
768
+ export const TraceDrain$inboundSchema = z.object({
769
+ status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema,
770
+ endpoint: z.string(),
771
+ headers: z.record(z.string()).optional(),
772
+ format: GetConfigurationProductsFormat$inboundSchema,
773
+ });
774
+ /** @internal */
775
+ export const TraceDrain$outboundSchema = z.object({
776
+ status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema,
777
+ endpoint: z.string(),
778
+ headers: z.record(z.string()).optional(),
779
+ format: GetConfigurationProductsFormat$outboundSchema,
780
+ });
781
+ /**
782
+ * @internal
783
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
784
+ */
785
+ export var TraceDrain$;
786
+ (function (TraceDrain$) {
787
+ /** @deprecated use `TraceDrain$inboundSchema` instead. */
788
+ TraceDrain$.inboundSchema = TraceDrain$inboundSchema;
789
+ /** @deprecated use `TraceDrain$outboundSchema` instead. */
790
+ TraceDrain$.outboundSchema = TraceDrain$outboundSchema;
791
+ })(TraceDrain$ || (TraceDrain$ = {}));
792
+ export function traceDrainToJSON(traceDrain) {
793
+ return JSON.stringify(TraceDrain$outboundSchema.parse(traceDrain));
794
+ }
795
+ export function traceDrainFromJSON(jsonString) {
796
+ return safeParse(jsonString, (x) => TraceDrain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TraceDrain' from JSON`);
797
+ }
798
+ /** @internal */
729
799
  export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema = z.nativeEnum(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus);
730
800
  /** @internal */
731
801
  export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema;
@@ -817,6 +887,7 @@ export const Protocols$inboundSchema = z.object({
817
887
  workflow: z.lazy(() => Workflow$inboundSchema).optional(),
818
888
  checks: z.lazy(() => GetConfigurationProductsChecks$inboundSchema).optional(),
819
889
  logDrain: z.lazy(() => LogDrain$inboundSchema).optional(),
890
+ traceDrain: z.lazy(() => TraceDrain$inboundSchema).optional(),
820
891
  messaging: z.lazy(() => Messaging$inboundSchema).optional(),
821
892
  other: z.lazy(() => Other$inboundSchema).optional(),
822
893
  });
@@ -832,6 +903,7 @@ export const Protocols$outboundSchema = z.object({
832
903
  checks: z.lazy(() => GetConfigurationProductsChecks$outboundSchema)
833
904
  .optional(),
834
905
  logDrain: z.lazy(() => LogDrain$outboundSchema).optional(),
906
+ traceDrain: z.lazy(() => TraceDrain$outboundSchema).optional(),
835
907
  messaging: z.lazy(() => Messaging$outboundSchema).optional(),
836
908
  other: z.lazy(() => Other$outboundSchema).optional(),
837
909
  });
@@ -883,42 +955,42 @@ export var GetConfigurationProductsType$;
883
955
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
884
956
  })(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
885
957
  /** @internal */
886
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema = z.object({});
958
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema = z.object({});
887
959
  /** @internal */
888
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema = z.object({});
960
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema = z.object({});
889
961
  /**
890
962
  * @internal
891
963
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
892
964
  */
893
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$;
894
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$) {
895
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema` instead. */
896
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema;
897
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema` instead. */
898
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema;
899
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$ = {}));
900
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581) {
901
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema
902
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581));
965
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$;
966
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$) {
967
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema` instead. */
968
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema;
969
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema` instead. */
970
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema;
971
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$ = {}));
972
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349) {
973
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema
974
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349));
903
975
  }
904
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581FromJSON(jsonString) {
905
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema
906
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581' from JSON`);
976
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349FromJSON(jsonString) {
977
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema
978
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349' from JSON`);
907
979
  }
908
980
  /** @internal */
909
981
  export const PropertiesValue$inboundSchema = z.object({
910
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema),
982
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema),
911
983
  }).transform((v) => {
912
984
  return remap$(v, {
913
- "__@BRAND@508581": "atBRANDAt508581",
985
+ "__@BRAND@510349": "atBRANDAt510349",
914
986
  });
915
987
  });
916
988
  /** @internal */
917
989
  export const PropertiesValue$outboundSchema = z.object({
918
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema),
990
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema),
919
991
  }).transform((v) => {
920
992
  return remap$(v, {
921
- atBRANDAt508581: "__@BRAND@508581",
993
+ atBRANDAt510349: "__@BRAND@510349",
922
994
  });
923
995
  });
924
996
  /**
@@ -1167,42 +1239,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
1167
1239
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
1168
1240
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
1169
1241
  /** @internal */
1170
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema = z.object({});
1242
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema = z.object({});
1171
1243
  /** @internal */
1172
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema = z.object({});
1244
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema = z.object({});
1173
1245
  /**
1174
1246
  * @internal
1175
1247
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1176
1248
  */
1177
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$;
1178
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$) {
1179
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
1180
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema;
1181
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
1182
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema;
1183
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$ = {}));
1184
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581) {
1185
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema
1186
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581));
1249
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$;
1250
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$) {
1251
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema` instead. */
1252
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema;
1253
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema` instead. */
1254
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema;
1255
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$ = {}));
1256
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349) {
1257
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema
1258
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349));
1187
1259
  }
1188
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581FromJSON(jsonString) {
1189
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema
1190
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581' from JSON`);
1260
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349FromJSON(jsonString) {
1261
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema
1262
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349' from JSON`);
1191
1263
  }
1192
1264
  /** @internal */
1193
1265
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1194
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema),
1266
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema),
1195
1267
  }).transform((v) => {
1196
1268
  return remap$(v, {
1197
- "__@BRAND@508581": "atBRANDAt508581",
1269
+ "__@BRAND@510349": "atBRANDAt510349",
1198
1270
  });
1199
1271
  });
1200
1272
  /** @internal */
1201
1273
  export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1202
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema),
1274
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema),
1203
1275
  }).transform((v) => {
1204
1276
  return remap$(v, {
1205
- atBRANDAt508581: "__@BRAND@508581",
1277
+ atBRANDAt510349: "__@BRAND@510349",
1206
1278
  });
1207
1279
  });
1208
1280
  /**
@@ -1225,42 +1297,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
1225
1297
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
1226
1298
  }
1227
1299
  /** @internal */
1228
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema = z.object({});
1300
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema = z.object({});
1229
1301
  /** @internal */
1230
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema = z.object({});
1302
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema = z.object({});
1231
1303
  /**
1232
1304
  * @internal
1233
1305
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1234
1306
  */
1235
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$;
1236
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$) {
1237
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema` instead. */
1238
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema;
1239
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema` instead. */
1240
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema;
1241
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$ = {}));
1242
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581) {
1243
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema
1244
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581));
1307
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$;
1308
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$) {
1309
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema` instead. */
1310
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema;
1311
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema` instead. */
1312
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema;
1313
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$ = {}));
1314
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349) {
1315
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema
1316
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349));
1245
1317
  }
1246
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581FromJSON(jsonString) {
1247
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema
1248
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581' from JSON`);
1318
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349FromJSON(jsonString) {
1319
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema
1320
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349' from JSON`);
1249
1321
  }
1250
1322
  /** @internal */
1251
1323
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1252
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema),
1324
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema),
1253
1325
  }).transform((v) => {
1254
1326
  return remap$(v, {
1255
- "__@BRAND@508581": "atBRANDAt508581",
1327
+ "__@BRAND@510349": "atBRANDAt510349",
1256
1328
  });
1257
1329
  });
1258
1330
  /** @internal */
1259
1331
  export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1260
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema),
1332
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema),
1261
1333
  }).transform((v) => {
1262
1334
  return remap$(v, {
1263
- atBRANDAt508581: "__@BRAND@508581",
1335
+ atBRANDAt510349: "__@BRAND@510349",
1264
1336
  });
1265
1337
  });
1266
1338
  /**
@@ -1283,42 +1355,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
1283
1355
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
1284
1356
  }
1285
1357
  /** @internal */
1286
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema = z.object({});
1358
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema = z.object({});
1287
1359
  /** @internal */
1288
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema = z.object({});
1360
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema = z.object({});
1289
1361
  /**
1290
1362
  * @internal
1291
1363
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1292
1364
  */
1293
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$;
1294
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$) {
1295
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema` instead. */
1296
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema;
1297
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema` instead. */
1298
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema;
1299
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$ = {}));
1300
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581) {
1301
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema
1302
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581));
1365
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$;
1366
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$) {
1367
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema` instead. */
1368
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema;
1369
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema` instead. */
1370
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema;
1371
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$ = {}));
1372
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349) {
1373
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema
1374
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349));
1303
1375
  }
1304
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581FromJSON(jsonString) {
1305
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema
1306
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581' from JSON`);
1376
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349FromJSON(jsonString) {
1377
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema
1378
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349' from JSON`);
1307
1379
  }
1308
1380
  /** @internal */
1309
1381
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1310
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema),
1382
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema),
1311
1383
  }).transform((v) => {
1312
1384
  return remap$(v, {
1313
- "__@BRAND@508581": "atBRANDAt508581",
1385
+ "__@BRAND@510349": "atBRANDAt510349",
1314
1386
  });
1315
1387
  });
1316
1388
  /** @internal */
1317
1389
  export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1318
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema),
1390
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema),
1319
1391
  }).transform((v) => {
1320
1392
  return remap$(v, {
1321
- atBRANDAt508581: "__@BRAND@508581",
1393
+ atBRANDAt510349: "__@BRAND@510349",
1322
1394
  });
1323
1395
  });
1324
1396
  /**
@@ -1378,42 +1450,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
1378
1450
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
1379
1451
  }
1380
1452
  /** @internal */
1381
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema = z.object({});
1453
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema = z.object({});
1382
1454
  /** @internal */
1383
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema = z.object({});
1455
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema = z.object({});
1384
1456
  /**
1385
1457
  * @internal
1386
1458
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1387
1459
  */
1388
- export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$;
1389
- (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$) {
1390
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
1391
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema;
1392
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
1393
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema;
1394
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$ = {}));
1395
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581) {
1396
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema
1397
- .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581));
1460
+ export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$;
1461
+ (function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$) {
1462
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema` instead. */
1463
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema;
1464
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema` instead. */
1465
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema;
1466
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$ = {}));
1467
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349) {
1468
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema
1469
+ .parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349));
1398
1470
  }
1399
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581FromJSON(jsonString) {
1400
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema
1401
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581' from JSON`);
1471
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349FromJSON(jsonString) {
1472
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema
1473
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349' from JSON`);
1402
1474
  }
1403
1475
  /** @internal */
1404
1476
  export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
1405
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema),
1477
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema),
1406
1478
  }).transform((v) => {
1407
1479
  return remap$(v, {
1408
- "__@BRAND@508581": "atBRANDAt508581",
1480
+ "__@BRAND@510349": "atBRANDAt510349",
1409
1481
  });
1410
1482
  });
1411
1483
  /** @internal */
1412
1484
  export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
1413
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema),
1485
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema),
1414
1486
  }).transform((v) => {
1415
1487
  return remap$(v, {
1416
- atBRANDAt508581: "__@BRAND@508581",
1488
+ atBRANDAt510349: "__@BRAND@510349",
1417
1489
  });
1418
1490
  });
1419
1491
  /**
@@ -1625,40 +1697,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
1625
1697
  return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
1626
1698
  }
1627
1699
  /** @internal */
1628
- export const GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema = z.object({});
1700
+ export const GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema = z.object({});
1629
1701
  /** @internal */
1630
- export const GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema = z.object({});
1702
+ export const GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema = z.object({});
1631
1703
  /**
1632
1704
  * @internal
1633
1705
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1634
1706
  */
1635
- export var GetConfigurationProductsUiOptionsAtBRANDAt508581$;
1636
- (function (GetConfigurationProductsUiOptionsAtBRANDAt508581$) {
1637
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema` instead. */
1638
- GetConfigurationProductsUiOptionsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema;
1639
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema` instead. */
1640
- GetConfigurationProductsUiOptionsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema;
1641
- })(GetConfigurationProductsUiOptionsAtBRANDAt508581$ || (GetConfigurationProductsUiOptionsAtBRANDAt508581$ = {}));
1642
- export function getConfigurationProductsUiOptionsAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsAtBRANDAt508581) {
1643
- return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt508581));
1707
+ export var GetConfigurationProductsUiOptionsAtBRANDAt510349$;
1708
+ (function (GetConfigurationProductsUiOptionsAtBRANDAt510349$) {
1709
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema` instead. */
1710
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema;
1711
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema` instead. */
1712
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema;
1713
+ })(GetConfigurationProductsUiOptionsAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsAtBRANDAt510349$ = {}));
1714
+ export function getConfigurationProductsUiOptionsAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsAtBRANDAt510349) {
1715
+ return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt510349));
1644
1716
  }
1645
- export function getConfigurationProductsUiOptionsAtBRANDAt508581FromJSON(jsonString) {
1646
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt508581' from JSON`);
1717
+ export function getConfigurationProductsUiOptionsAtBRANDAt510349FromJSON(jsonString) {
1718
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt510349' from JSON`);
1647
1719
  }
1648
1720
  /** @internal */
1649
1721
  export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
1650
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema),
1722
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema),
1651
1723
  }).transform((v) => {
1652
1724
  return remap$(v, {
1653
- "__@BRAND@508581": "atBRANDAt508581",
1725
+ "__@BRAND@510349": "atBRANDAt510349",
1654
1726
  });
1655
1727
  });
1656
1728
  /** @internal */
1657
1729
  export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
1658
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema),
1730
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema),
1659
1731
  }).transform((v) => {
1660
1732
  return remap$(v, {
1661
- atBRANDAt508581: "__@BRAND@508581",
1733
+ atBRANDAt510349: "__@BRAND@510349",
1662
1734
  });
1663
1735
  });
1664
1736
  /**
@@ -2200,42 +2272,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
2200
2272
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
2201
2273
  }
2202
2274
  /** @internal */
2203
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema = z.object({});
2275
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema = z.object({});
2204
2276
  /** @internal */
2205
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema = z.object({});
2277
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema = z.object({});
2206
2278
  /**
2207
2279
  * @internal
2208
2280
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2209
2281
  */
2210
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$;
2211
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$) {
2212
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema` instead. */
2213
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema;
2214
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema` instead. */
2215
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema;
2216
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$ = {}));
2217
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581) {
2218
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema
2219
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581));
2282
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$;
2283
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$) {
2284
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema` instead. */
2285
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema;
2286
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema` instead. */
2287
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema;
2288
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$ = {}));
2289
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349) {
2290
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema
2291
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349));
2220
2292
  }
2221
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581FromJSON(jsonString) {
2222
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema
2223
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581' from JSON`);
2293
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349FromJSON(jsonString) {
2294
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema
2295
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349' from JSON`);
2224
2296
  }
2225
2297
  /** @internal */
2226
2298
  export const Default$inboundSchema = z.object({
2227
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema),
2299
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema),
2228
2300
  }).transform((v) => {
2229
2301
  return remap$(v, {
2230
- "__@BRAND@508581": "atBRANDAt508581",
2302
+ "__@BRAND@510349": "atBRANDAt510349",
2231
2303
  });
2232
2304
  });
2233
2305
  /** @internal */
2234
2306
  export const Default$outboundSchema = z.object({
2235
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema),
2307
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema),
2236
2308
  }).transform((v) => {
2237
2309
  return remap$(v, {
2238
- atBRANDAt508581: "__@BRAND@508581",
2310
+ atBRANDAt510349: "__@BRAND@510349",
2239
2311
  });
2240
2312
  });
2241
2313
  /**
@@ -2256,42 +2328,42 @@ export function defaultFromJSON(jsonString) {
2256
2328
  return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
2257
2329
  }
2258
2330
  /** @internal */
2259
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema = z.object({});
2331
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema = z.object({});
2260
2332
  /** @internal */
2261
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema = z.object({});
2333
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema = z.object({});
2262
2334
  /**
2263
2335
  * @internal
2264
2336
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2265
2337
  */
2266
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$;
2267
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$) {
2268
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema` instead. */
2269
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema;
2270
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema` instead. */
2271
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema;
2272
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$ = {}));
2273
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581) {
2274
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema
2275
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581));
2338
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$;
2339
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$) {
2340
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema` instead. */
2341
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema;
2342
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema` instead. */
2343
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema;
2344
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$ = {}));
2345
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349) {
2346
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema
2347
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349));
2276
2348
  }
2277
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581FromJSON(jsonString) {
2278
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema
2279
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581' from JSON`);
2349
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349FromJSON(jsonString) {
2350
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema
2351
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349' from JSON`);
2280
2352
  }
2281
2353
  /** @internal */
2282
2354
  export const Example$inboundSchema = z.object({
2283
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema),
2355
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema),
2284
2356
  }).transform((v) => {
2285
2357
  return remap$(v, {
2286
- "__@BRAND@508581": "atBRANDAt508581",
2358
+ "__@BRAND@510349": "atBRANDAt510349",
2287
2359
  });
2288
2360
  });
2289
2361
  /** @internal */
2290
2362
  export const Example$outboundSchema = z.object({
2291
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema),
2363
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema),
2292
2364
  }).transform((v) => {
2293
2365
  return remap$(v, {
2294
- atBRANDAt508581: "__@BRAND@508581",
2366
+ atBRANDAt510349: "__@BRAND@510349",
2295
2367
  });
2296
2368
  });
2297
2369
  /**
@@ -2459,42 +2531,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
2459
2531
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
2460
2532
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
2461
2533
  /** @internal */
2462
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema = z.object({});
2534
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema = z.object({});
2463
2535
  /** @internal */
2464
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema = z.object({});
2536
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema = z.object({});
2465
2537
  /**
2466
2538
  * @internal
2467
2539
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2468
2540
  */
2469
- export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$;
2470
- (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$) {
2471
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema` instead. */
2472
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema;
2473
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema` instead. */
2474
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema;
2475
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$ = {}));
2476
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581) {
2477
- return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema
2478
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581));
2541
+ export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$;
2542
+ (function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$) {
2543
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema` instead. */
2544
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema;
2545
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema` instead. */
2546
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema;
2547
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$ = {}));
2548
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349) {
2549
+ return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema
2550
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349));
2479
2551
  }
2480
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581FromJSON(jsonString) {
2481
- return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema
2482
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581' from JSON`);
2552
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349FromJSON(jsonString) {
2553
+ return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema
2554
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349' from JSON`);
2483
2555
  }
2484
2556
  /** @internal */
2485
2557
  export const UiOptionsValue$inboundSchema = z.object({
2486
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema),
2558
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema),
2487
2559
  }).transform((v) => {
2488
2560
  return remap$(v, {
2489
- "__@BRAND@508581": "atBRANDAt508581",
2561
+ "__@BRAND@510349": "atBRANDAt510349",
2490
2562
  });
2491
2563
  });
2492
2564
  /** @internal */
2493
2565
  export const UiOptionsValue$outboundSchema = z.object({
2494
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema),
2566
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema),
2495
2567
  }).transform((v) => {
2496
2568
  return remap$(v, {
2497
- atBRANDAt508581: "__@BRAND@508581",
2569
+ atBRANDAt510349: "__@BRAND@510349",
2498
2570
  });
2499
2571
  });
2500
2572
  /**
@@ -2702,40 +2774,40 @@ export function uiOptions3FromJSON(jsonString) {
2702
2774
  return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
2703
2775
  }
2704
2776
  /** @internal */
2705
- export const UiOptionsAtBRANDAt508581$inboundSchema = z.object({});
2777
+ export const UiOptionsAtBRANDAt510349$inboundSchema = z.object({});
2706
2778
  /** @internal */
2707
- export const UiOptionsAtBRANDAt508581$outboundSchema = z.object({});
2779
+ export const UiOptionsAtBRANDAt510349$outboundSchema = z.object({});
2708
2780
  /**
2709
2781
  * @internal
2710
2782
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2711
2783
  */
2712
- export var UiOptionsAtBRANDAt508581$;
2713
- (function (UiOptionsAtBRANDAt508581$) {
2714
- /** @deprecated use `UiOptionsAtBRANDAt508581$inboundSchema` instead. */
2715
- UiOptionsAtBRANDAt508581$.inboundSchema = UiOptionsAtBRANDAt508581$inboundSchema;
2716
- /** @deprecated use `UiOptionsAtBRANDAt508581$outboundSchema` instead. */
2717
- UiOptionsAtBRANDAt508581$.outboundSchema = UiOptionsAtBRANDAt508581$outboundSchema;
2718
- })(UiOptionsAtBRANDAt508581$ || (UiOptionsAtBRANDAt508581$ = {}));
2719
- export function uiOptionsAtBRANDAt508581ToJSON(uiOptionsAtBRANDAt508581) {
2720
- return JSON.stringify(UiOptionsAtBRANDAt508581$outboundSchema.parse(uiOptionsAtBRANDAt508581));
2784
+ export var UiOptionsAtBRANDAt510349$;
2785
+ (function (UiOptionsAtBRANDAt510349$) {
2786
+ /** @deprecated use `UiOptionsAtBRANDAt510349$inboundSchema` instead. */
2787
+ UiOptionsAtBRANDAt510349$.inboundSchema = UiOptionsAtBRANDAt510349$inboundSchema;
2788
+ /** @deprecated use `UiOptionsAtBRANDAt510349$outboundSchema` instead. */
2789
+ UiOptionsAtBRANDAt510349$.outboundSchema = UiOptionsAtBRANDAt510349$outboundSchema;
2790
+ })(UiOptionsAtBRANDAt510349$ || (UiOptionsAtBRANDAt510349$ = {}));
2791
+ export function uiOptionsAtBRANDAt510349ToJSON(uiOptionsAtBRANDAt510349) {
2792
+ return JSON.stringify(UiOptionsAtBRANDAt510349$outboundSchema.parse(uiOptionsAtBRANDAt510349));
2721
2793
  }
2722
- export function uiOptionsAtBRANDAt508581FromJSON(jsonString) {
2723
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt508581' from JSON`);
2794
+ export function uiOptionsAtBRANDAt510349FromJSON(jsonString) {
2795
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt510349' from JSON`);
2724
2796
  }
2725
2797
  /** @internal */
2726
2798
  export const UiOptions2$inboundSchema = z.object({
2727
- "__@BRAND@508581": z.lazy(() => UiOptionsAtBRANDAt508581$inboundSchema),
2799
+ "__@BRAND@510349": z.lazy(() => UiOptionsAtBRANDAt510349$inboundSchema),
2728
2800
  }).transform((v) => {
2729
2801
  return remap$(v, {
2730
- "__@BRAND@508581": "atBRANDAt508581",
2802
+ "__@BRAND@510349": "atBRANDAt510349",
2731
2803
  });
2732
2804
  });
2733
2805
  /** @internal */
2734
2806
  export const UiOptions2$outboundSchema = z.object({
2735
- atBRANDAt508581: z.lazy(() => UiOptionsAtBRANDAt508581$outboundSchema),
2807
+ atBRANDAt510349: z.lazy(() => UiOptionsAtBRANDAt510349$outboundSchema),
2736
2808
  }).transform((v) => {
2737
2809
  return remap$(v, {
2738
- atBRANDAt508581: "__@BRAND@508581",
2810
+ atBRANDAt510349: "__@BRAND@510349",
2739
2811
  });
2740
2812
  });
2741
2813
  /**
@@ -2974,42 +3046,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
2974
3046
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
2975
3047
  }
2976
3048
  /** @internal */
2977
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema = z.object({});
3049
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema = z.object({});
2978
3050
  /** @internal */
2979
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema = z.object({});
3051
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema = z.object({});
2980
3052
  /**
2981
3053
  * @internal
2982
3054
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2983
3055
  */
2984
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$;
2985
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$) {
2986
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema` instead. */
2987
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema;
2988
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema` instead. */
2989
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema;
2990
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$ = {}));
2991
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581) {
2992
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema
2993
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581));
3056
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$;
3057
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$) {
3058
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema` instead. */
3059
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema;
3060
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema` instead. */
3061
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema;
3062
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$ = {}));
3063
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349) {
3064
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema
3065
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349));
2994
3066
  }
2995
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581FromJSON(jsonString) {
2996
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema
2997
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581' from JSON`);
3067
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349FromJSON(jsonString) {
3068
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema
3069
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349' from JSON`);
2998
3070
  }
2999
3071
  /** @internal */
3000
3072
  export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
3001
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema),
3073
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema),
3002
3074
  }).transform((v) => {
3003
3075
  return remap$(v, {
3004
- "__@BRAND@508581": "atBRANDAt508581",
3076
+ "__@BRAND@510349": "atBRANDAt510349",
3005
3077
  });
3006
3078
  });
3007
3079
  /** @internal */
3008
3080
  export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
3009
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema),
3081
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema),
3010
3082
  }).transform((v) => {
3011
3083
  return remap$(v, {
3012
- atBRANDAt508581: "__@BRAND@508581",
3084
+ atBRANDAt510349: "__@BRAND@510349",
3013
3085
  });
3014
3086
  });
3015
3087
  /**
@@ -3030,42 +3102,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
3030
3102
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
3031
3103
  }
3032
3104
  /** @internal */
3033
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema = z.object({});
3105
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema = z.object({});
3034
3106
  /** @internal */
3035
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema = z.object({});
3107
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema = z.object({});
3036
3108
  /**
3037
3109
  * @internal
3038
3110
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3039
3111
  */
3040
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$;
3041
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$) {
3042
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema` instead. */
3043
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema;
3044
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema` instead. */
3045
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema;
3046
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$ = {}));
3047
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581) {
3048
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema
3049
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581));
3112
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$;
3113
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$) {
3114
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema` instead. */
3115
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema;
3116
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema` instead. */
3117
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema;
3118
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$ = {}));
3119
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349) {
3120
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema
3121
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349));
3050
3122
  }
3051
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581FromJSON(jsonString) {
3052
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema
3053
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581' from JSON`);
3123
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349FromJSON(jsonString) {
3124
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema
3125
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349' from JSON`);
3054
3126
  }
3055
3127
  /** @internal */
3056
3128
  export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
3057
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema),
3129
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema),
3058
3130
  }).transform((v) => {
3059
3131
  return remap$(v, {
3060
- "__@BRAND@508581": "atBRANDAt508581",
3132
+ "__@BRAND@510349": "atBRANDAt510349",
3061
3133
  });
3062
3134
  });
3063
3135
  /** @internal */
3064
3136
  export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
3065
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema),
3137
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema),
3066
3138
  }).transform((v) => {
3067
3139
  return remap$(v, {
3068
- atBRANDAt508581: "__@BRAND@508581",
3140
+ atBRANDAt510349: "__@BRAND@510349",
3069
3141
  });
3070
3142
  });
3071
3143
  /**
@@ -3086,42 +3158,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
3086
3158
  return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
3087
3159
  }
3088
3160
  /** @internal */
3089
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema = z.object({});
3161
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema = z.object({});
3090
3162
  /** @internal */
3091
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema = z.object({});
3163
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema = z.object({});
3092
3164
  /**
3093
3165
  * @internal
3094
3166
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3095
3167
  */
3096
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$;
3097
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$) {
3098
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema` instead. */
3099
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema;
3100
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema` instead. */
3101
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema;
3102
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$ = {}));
3103
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581) {
3104
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema
3105
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581));
3168
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$;
3169
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$) {
3170
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema` instead. */
3171
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema;
3172
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema` instead. */
3173
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema;
3174
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$ = {}));
3175
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349) {
3176
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema
3177
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349));
3106
3178
  }
3107
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581FromJSON(jsonString) {
3108
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema
3109
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581' from JSON`);
3179
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349FromJSON(jsonString) {
3180
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema
3181
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349' from JSON`);
3110
3182
  }
3111
3183
  /** @internal */
3112
3184
  export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
3113
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema),
3185
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema),
3114
3186
  }).transform((v) => {
3115
3187
  return remap$(v, {
3116
- "__@BRAND@508581": "atBRANDAt508581",
3188
+ "__@BRAND@510349": "atBRANDAt510349",
3117
3189
  });
3118
3190
  });
3119
3191
  /** @internal */
3120
3192
  export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
3121
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema),
3193
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema),
3122
3194
  }).transform((v) => {
3123
3195
  return remap$(v, {
3124
- atBRANDAt508581: "__@BRAND@508581",
3196
+ atBRANDAt510349: "__@BRAND@510349",
3125
3197
  });
3126
3198
  });
3127
3199
  /**
@@ -3607,42 +3679,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
3607
3679
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
3608
3680
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
3609
3681
  /** @internal */
3610
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema = z.object({});
3682
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema = z.object({});
3611
3683
  /** @internal */
3612
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema = z.object({});
3684
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema = z.object({});
3613
3685
  /**
3614
3686
  * @internal
3615
3687
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3616
3688
  */
3617
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$;
3618
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$) {
3619
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
3620
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema;
3621
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
3622
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema;
3623
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$ = {}));
3624
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581) {
3625
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema
3626
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581));
3689
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$;
3690
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$) {
3691
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema` instead. */
3692
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema;
3693
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema` instead. */
3694
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema;
3695
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$ = {}));
3696
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349) {
3697
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema
3698
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349));
3627
3699
  }
3628
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581FromJSON(jsonString) {
3629
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema
3630
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581' from JSON`);
3700
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349FromJSON(jsonString) {
3701
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema
3702
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349' from JSON`);
3631
3703
  }
3632
3704
  /** @internal */
3633
3705
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
3634
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema),
3706
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema),
3635
3707
  }).transform((v) => {
3636
3708
  return remap$(v, {
3637
- "__@BRAND@508581": "atBRANDAt508581",
3709
+ "__@BRAND@510349": "atBRANDAt510349",
3638
3710
  });
3639
3711
  });
3640
3712
  /** @internal */
3641
3713
  export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
3642
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema),
3714
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema),
3643
3715
  }).transform((v) => {
3644
3716
  return remap$(v, {
3645
- atBRANDAt508581: "__@BRAND@508581",
3717
+ atBRANDAt510349: "__@BRAND@510349",
3646
3718
  });
3647
3719
  });
3648
3720
  /**
@@ -3665,42 +3737,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
3665
3737
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
3666
3738
  }
3667
3739
  /** @internal */
3668
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema = z.object({});
3740
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema = z.object({});
3669
3741
  /** @internal */
3670
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema = z.object({});
3742
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema = z.object({});
3671
3743
  /**
3672
3744
  * @internal
3673
3745
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3674
3746
  */
3675
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$;
3676
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$) {
3677
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema` instead. */
3678
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema;
3679
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema` instead. */
3680
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema;
3681
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$ = {}));
3682
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581) {
3683
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema
3684
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581));
3747
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$;
3748
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$) {
3749
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema` instead. */
3750
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema;
3751
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema` instead. */
3752
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema;
3753
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$ = {}));
3754
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349) {
3755
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema
3756
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349));
3685
3757
  }
3686
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581FromJSON(jsonString) {
3687
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema
3688
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581' from JSON`);
3758
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349FromJSON(jsonString) {
3759
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema
3760
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349' from JSON`);
3689
3761
  }
3690
3762
  /** @internal */
3691
3763
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3692
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema),
3764
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema),
3693
3765
  }).transform((v) => {
3694
3766
  return remap$(v, {
3695
- "__@BRAND@508581": "atBRANDAt508581",
3767
+ "__@BRAND@510349": "atBRANDAt510349",
3696
3768
  });
3697
3769
  });
3698
3770
  /** @internal */
3699
3771
  export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3700
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema),
3772
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema),
3701
3773
  }).transform((v) => {
3702
3774
  return remap$(v, {
3703
- atBRANDAt508581: "__@BRAND@508581",
3775
+ atBRANDAt510349: "__@BRAND@510349",
3704
3776
  });
3705
3777
  });
3706
3778
  /**
@@ -3723,42 +3795,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
3723
3795
  .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
3724
3796
  }
3725
3797
  /** @internal */
3726
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema = z.object({});
3798
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema = z.object({});
3727
3799
  /** @internal */
3728
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema = z.object({});
3800
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema = z.object({});
3729
3801
  /**
3730
3802
  * @internal
3731
3803
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3732
3804
  */
3733
- export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$;
3734
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$) {
3735
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema` instead. */
3736
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema;
3737
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema` instead. */
3738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema;
3739
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$ = {}));
3740
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581) {
3741
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema
3742
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581));
3805
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$;
3806
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$) {
3807
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema` instead. */
3808
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema;
3809
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema` instead. */
3810
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema;
3811
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$ = {}));
3812
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349) {
3813
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema
3814
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349));
3743
3815
  }
3744
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581FromJSON(jsonString) {
3745
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema
3746
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581' from JSON`);
3816
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349FromJSON(jsonString) {
3817
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema
3818
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349' from JSON`);
3747
3819
  }
3748
3820
  /** @internal */
3749
3821
  export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
3750
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema),
3822
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema),
3751
3823
  }).transform((v) => {
3752
3824
  return remap$(v, {
3753
- "__@BRAND@508581": "atBRANDAt508581",
3825
+ "__@BRAND@510349": "atBRANDAt510349",
3754
3826
  });
3755
3827
  });
3756
3828
  /** @internal */
3757
3829
  export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
3758
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema),
3830
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema),
3759
3831
  }).transform((v) => {
3760
3832
  return remap$(v, {
3761
- atBRANDAt508581: "__@BRAND@508581",
3833
+ atBRANDAt510349: "__@BRAND@510349",
3762
3834
  });
3763
3835
  });
3764
3836
  /**
@@ -4630,42 +4702,42 @@ export function uiOptionsFromJSON(jsonString) {
4630
4702
  return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
4631
4703
  }
4632
4704
  /** @internal */
4633
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema = z.object({});
4705
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema = z.object({});
4634
4706
  /** @internal */
4635
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema = z.object({});
4707
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema = z.object({});
4636
4708
  /**
4637
4709
  * @internal
4638
4710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4639
4711
  */
4640
- export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$;
4641
- (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$) {
4642
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema` instead. */
4643
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema;
4644
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema` instead. */
4645
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema;
4646
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$ = {}));
4647
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581) {
4648
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema
4649
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581));
4712
+ export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$;
4713
+ (function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$) {
4714
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema` instead. */
4715
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema;
4716
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema` instead. */
4717
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema;
4718
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$ = {}));
4719
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349) {
4720
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema
4721
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349));
4650
4722
  }
4651
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581FromJSON(jsonString) {
4652
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema
4653
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581' from JSON`);
4723
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349FromJSON(jsonString) {
4724
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema
4725
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349' from JSON`);
4654
4726
  }
4655
4727
  /** @internal */
4656
4728
  export const PropertiesMinLength$inboundSchema = z.object({
4657
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema),
4729
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema),
4658
4730
  }).transform((v) => {
4659
4731
  return remap$(v, {
4660
- "__@BRAND@508581": "atBRANDAt508581",
4732
+ "__@BRAND@510349": "atBRANDAt510349",
4661
4733
  });
4662
4734
  });
4663
4735
  /** @internal */
4664
4736
  export const PropertiesMinLength$outboundSchema = z.object({
4665
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema),
4737
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema),
4666
4738
  }).transform((v) => {
4667
4739
  return remap$(v, {
4668
- atBRANDAt508581: "__@BRAND@508581",
4740
+ atBRANDAt510349: "__@BRAND@510349",
4669
4741
  });
4670
4742
  });
4671
4743
  /**
@@ -4686,42 +4758,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
4686
4758
  return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
4687
4759
  }
4688
4760
  /** @internal */
4689
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema = z.object({});
4761
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema = z.object({});
4690
4762
  /** @internal */
4691
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema = z.object({});
4763
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema = z.object({});
4692
4764
  /**
4693
4765
  * @internal
4694
4766
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4695
4767
  */
4696
- export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$;
4697
- (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$) {
4698
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
4699
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema;
4700
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
4701
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema;
4702
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$ = {}));
4703
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581) {
4704
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema
4705
- .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581));
4768
+ export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$;
4769
+ (function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$) {
4770
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema` instead. */
4771
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema;
4772
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema` instead. */
4773
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema;
4774
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$ = {}));
4775
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349) {
4776
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema
4777
+ .parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349));
4706
4778
  }
4707
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581FromJSON(jsonString) {
4708
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema
4709
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581' from JSON`);
4779
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349FromJSON(jsonString) {
4780
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema
4781
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349' from JSON`);
4710
4782
  }
4711
4783
  /** @internal */
4712
4784
  export const PropertiesMaxLength$inboundSchema = z.object({
4713
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema),
4785
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema),
4714
4786
  }).transform((v) => {
4715
4787
  return remap$(v, {
4716
- "__@BRAND@508581": "atBRANDAt508581",
4788
+ "__@BRAND@510349": "atBRANDAt510349",
4717
4789
  });
4718
4790
  });
4719
4791
  /** @internal */
4720
4792
  export const PropertiesMaxLength$outboundSchema = z.object({
4721
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema),
4793
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema),
4722
4794
  }).transform((v) => {
4723
4795
  return remap$(v, {
4724
- atBRANDAt508581: "__@BRAND@508581",
4796
+ atBRANDAt510349: "__@BRAND@510349",
4725
4797
  });
4726
4798
  });
4727
4799
  /**
@@ -4742,42 +4814,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
4742
4814
  return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
4743
4815
  }
4744
4816
  /** @internal */
4745
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema = z.object({});
4817
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema = z.object({});
4746
4818
  /** @internal */
4747
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema = z.object({});
4819
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema = z.object({});
4748
4820
  /**
4749
4821
  * @internal
4750
4822
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4751
4823
  */
4752
- export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$;
4753
- (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$) {
4754
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema` instead. */
4755
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema;
4756
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema` instead. */
4757
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema;
4758
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$ = {}));
4759
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581) {
4760
- return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema
4761
- .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581));
4824
+ export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$;
4825
+ (function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$) {
4826
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema` instead. */
4827
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema;
4828
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema` instead. */
4829
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema;
4830
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$ = {}));
4831
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349) {
4832
+ return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema
4833
+ .parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349));
4762
4834
  }
4763
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581FromJSON(jsonString) {
4764
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema
4765
- .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581' from JSON`);
4835
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349FromJSON(jsonString) {
4836
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema
4837
+ .parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349' from JSON`);
4766
4838
  }
4767
4839
  /** @internal */
4768
4840
  export const PropertiesPattern$inboundSchema = z.object({
4769
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema),
4841
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema),
4770
4842
  }).transform((v) => {
4771
4843
  return remap$(v, {
4772
- "__@BRAND@508581": "atBRANDAt508581",
4844
+ "__@BRAND@510349": "atBRANDAt510349",
4773
4845
  });
4774
4846
  });
4775
4847
  /** @internal */
4776
4848
  export const PropertiesPattern$outboundSchema = z.object({
4777
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema),
4849
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema),
4778
4850
  }).transform((v) => {
4779
4851
  return remap$(v, {
4780
- atBRANDAt508581: "__@BRAND@508581",
4852
+ atBRANDAt510349: "__@BRAND@510349",
4781
4853
  });
4782
4854
  });
4783
4855
  /**
@@ -6557,40 +6629,40 @@ export var UiControl$;
6557
6629
  UiControl$.outboundSchema = UiControl$outboundSchema;
6558
6630
  })(UiControl$ || (UiControl$ = {}));
6559
6631
  /** @internal */
6560
- export const AtBRANDAt508581$inboundSchema = z.object({});
6632
+ export const AtBRANDAt510349$inboundSchema = z.object({});
6561
6633
  /** @internal */
6562
- export const AtBRANDAt508581$outboundSchema = z.object({});
6634
+ export const AtBRANDAt510349$outboundSchema = z.object({});
6563
6635
  /**
6564
6636
  * @internal
6565
6637
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6566
6638
  */
6567
- export var AtBRANDAt508581$;
6568
- (function (AtBRANDAt508581$) {
6569
- /** @deprecated use `AtBRANDAt508581$inboundSchema` instead. */
6570
- AtBRANDAt508581$.inboundSchema = AtBRANDAt508581$inboundSchema;
6571
- /** @deprecated use `AtBRANDAt508581$outboundSchema` instead. */
6572
- AtBRANDAt508581$.outboundSchema = AtBRANDAt508581$outboundSchema;
6573
- })(AtBRANDAt508581$ || (AtBRANDAt508581$ = {}));
6574
- export function atBRANDAt508581ToJSON(atBRANDAt508581) {
6575
- return JSON.stringify(AtBRANDAt508581$outboundSchema.parse(atBRANDAt508581));
6639
+ export var AtBRANDAt510349$;
6640
+ (function (AtBRANDAt510349$) {
6641
+ /** @deprecated use `AtBRANDAt510349$inboundSchema` instead. */
6642
+ AtBRANDAt510349$.inboundSchema = AtBRANDAt510349$inboundSchema;
6643
+ /** @deprecated use `AtBRANDAt510349$outboundSchema` instead. */
6644
+ AtBRANDAt510349$.outboundSchema = AtBRANDAt510349$outboundSchema;
6645
+ })(AtBRANDAt510349$ || (AtBRANDAt510349$ = {}));
6646
+ export function atBRANDAt510349ToJSON(atBRANDAt510349) {
6647
+ return JSON.stringify(AtBRANDAt510349$outboundSchema.parse(atBRANDAt510349));
6576
6648
  }
6577
- export function atBRANDAt508581FromJSON(jsonString) {
6578
- return safeParse(jsonString, (x) => AtBRANDAt508581$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt508581' from JSON`);
6649
+ export function atBRANDAt510349FromJSON(jsonString) {
6650
+ return safeParse(jsonString, (x) => AtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt510349' from JSON`);
6579
6651
  }
6580
6652
  /** @internal */
6581
6653
  export const MinLength$inboundSchema = z.object({
6582
- "__@BRAND@508581": z.lazy(() => AtBRANDAt508581$inboundSchema),
6654
+ "__@BRAND@510349": z.lazy(() => AtBRANDAt510349$inboundSchema),
6583
6655
  }).transform((v) => {
6584
6656
  return remap$(v, {
6585
- "__@BRAND@508581": "atBRANDAt508581",
6657
+ "__@BRAND@510349": "atBRANDAt510349",
6586
6658
  });
6587
6659
  });
6588
6660
  /** @internal */
6589
6661
  export const MinLength$outboundSchema = z.object({
6590
- atBRANDAt508581: z.lazy(() => AtBRANDAt508581$outboundSchema),
6662
+ atBRANDAt510349: z.lazy(() => AtBRANDAt510349$outboundSchema),
6591
6663
  }).transform((v) => {
6592
6664
  return remap$(v, {
6593
- atBRANDAt508581: "__@BRAND@508581",
6665
+ atBRANDAt510349: "__@BRAND@510349",
6594
6666
  });
6595
6667
  });
6596
6668
  /**
@@ -6611,40 +6683,40 @@ export function minLengthFromJSON(jsonString) {
6611
6683
  return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
6612
6684
  }
6613
6685
  /** @internal */
6614
- export const PropertiesAtBRANDAt508581$inboundSchema = z.object({});
6686
+ export const PropertiesAtBRANDAt510349$inboundSchema = z.object({});
6615
6687
  /** @internal */
6616
- export const PropertiesAtBRANDAt508581$outboundSchema = z.object({});
6688
+ export const PropertiesAtBRANDAt510349$outboundSchema = z.object({});
6617
6689
  /**
6618
6690
  * @internal
6619
6691
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6620
6692
  */
6621
- export var PropertiesAtBRANDAt508581$;
6622
- (function (PropertiesAtBRANDAt508581$) {
6623
- /** @deprecated use `PropertiesAtBRANDAt508581$inboundSchema` instead. */
6624
- PropertiesAtBRANDAt508581$.inboundSchema = PropertiesAtBRANDAt508581$inboundSchema;
6625
- /** @deprecated use `PropertiesAtBRANDAt508581$outboundSchema` instead. */
6626
- PropertiesAtBRANDAt508581$.outboundSchema = PropertiesAtBRANDAt508581$outboundSchema;
6627
- })(PropertiesAtBRANDAt508581$ || (PropertiesAtBRANDAt508581$ = {}));
6628
- export function propertiesAtBRANDAt508581ToJSON(propertiesAtBRANDAt508581) {
6629
- return JSON.stringify(PropertiesAtBRANDAt508581$outboundSchema.parse(propertiesAtBRANDAt508581));
6693
+ export var PropertiesAtBRANDAt510349$;
6694
+ (function (PropertiesAtBRANDAt510349$) {
6695
+ /** @deprecated use `PropertiesAtBRANDAt510349$inboundSchema` instead. */
6696
+ PropertiesAtBRANDAt510349$.inboundSchema = PropertiesAtBRANDAt510349$inboundSchema;
6697
+ /** @deprecated use `PropertiesAtBRANDAt510349$outboundSchema` instead. */
6698
+ PropertiesAtBRANDAt510349$.outboundSchema = PropertiesAtBRANDAt510349$outboundSchema;
6699
+ })(PropertiesAtBRANDAt510349$ || (PropertiesAtBRANDAt510349$ = {}));
6700
+ export function propertiesAtBRANDAt510349ToJSON(propertiesAtBRANDAt510349) {
6701
+ return JSON.stringify(PropertiesAtBRANDAt510349$outboundSchema.parse(propertiesAtBRANDAt510349));
6630
6702
  }
6631
- export function propertiesAtBRANDAt508581FromJSON(jsonString) {
6632
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt508581' from JSON`);
6703
+ export function propertiesAtBRANDAt510349FromJSON(jsonString) {
6704
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt510349' from JSON`);
6633
6705
  }
6634
6706
  /** @internal */
6635
6707
  export const MaxLength$inboundSchema = z.object({
6636
- "__@BRAND@508581": z.lazy(() => PropertiesAtBRANDAt508581$inboundSchema),
6708
+ "__@BRAND@510349": z.lazy(() => PropertiesAtBRANDAt510349$inboundSchema),
6637
6709
  }).transform((v) => {
6638
6710
  return remap$(v, {
6639
- "__@BRAND@508581": "atBRANDAt508581",
6711
+ "__@BRAND@510349": "atBRANDAt510349",
6640
6712
  });
6641
6713
  });
6642
6714
  /** @internal */
6643
6715
  export const MaxLength$outboundSchema = z.object({
6644
- atBRANDAt508581: z.lazy(() => PropertiesAtBRANDAt508581$outboundSchema),
6716
+ atBRANDAt510349: z.lazy(() => PropertiesAtBRANDAt510349$outboundSchema),
6645
6717
  }).transform((v) => {
6646
6718
  return remap$(v, {
6647
- atBRANDAt508581: "__@BRAND@508581",
6719
+ atBRANDAt510349: "__@BRAND@510349",
6648
6720
  });
6649
6721
  });
6650
6722
  /**
@@ -6665,40 +6737,40 @@ export function maxLengthFromJSON(jsonString) {
6665
6737
  return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
6666
6738
  }
6667
6739
  /** @internal */
6668
- export const GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema = z.object({});
6740
+ export const GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema = z.object({});
6669
6741
  /** @internal */
6670
- export const GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema = z.object({});
6742
+ export const GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema = z.object({});
6671
6743
  /**
6672
6744
  * @internal
6673
6745
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6674
6746
  */
6675
- export var GetConfigurationProductsPropertiesAtBRANDAt508581$;
6676
- (function (GetConfigurationProductsPropertiesAtBRANDAt508581$) {
6677
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema` instead. */
6678
- GetConfigurationProductsPropertiesAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema;
6679
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema` instead. */
6680
- GetConfigurationProductsPropertiesAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema;
6681
- })(GetConfigurationProductsPropertiesAtBRANDAt508581$ || (GetConfigurationProductsPropertiesAtBRANDAt508581$ = {}));
6682
- export function getConfigurationProductsPropertiesAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesAtBRANDAt508581) {
6683
- return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt508581));
6747
+ export var GetConfigurationProductsPropertiesAtBRANDAt510349$;
6748
+ (function (GetConfigurationProductsPropertiesAtBRANDAt510349$) {
6749
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema` instead. */
6750
+ GetConfigurationProductsPropertiesAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema;
6751
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema` instead. */
6752
+ GetConfigurationProductsPropertiesAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema;
6753
+ })(GetConfigurationProductsPropertiesAtBRANDAt510349$ || (GetConfigurationProductsPropertiesAtBRANDAt510349$ = {}));
6754
+ export function getConfigurationProductsPropertiesAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesAtBRANDAt510349) {
6755
+ return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt510349));
6684
6756
  }
6685
- export function getConfigurationProductsPropertiesAtBRANDAt508581FromJSON(jsonString) {
6686
- return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt508581' from JSON`);
6757
+ export function getConfigurationProductsPropertiesAtBRANDAt510349FromJSON(jsonString) {
6758
+ return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt510349' from JSON`);
6687
6759
  }
6688
6760
  /** @internal */
6689
6761
  export const Pattern$inboundSchema = z.object({
6690
- "__@BRAND@508581": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema),
6762
+ "__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema),
6691
6763
  }).transform((v) => {
6692
6764
  return remap$(v, {
6693
- "__@BRAND@508581": "atBRANDAt508581",
6765
+ "__@BRAND@510349": "atBRANDAt510349",
6694
6766
  });
6695
6767
  });
6696
6768
  /** @internal */
6697
6769
  export const Pattern$outboundSchema = z.object({
6698
- atBRANDAt508581: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema),
6770
+ atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema),
6699
6771
  }).transform((v) => {
6700
6772
  return remap$(v, {
6701
- atBRANDAt508581: "__@BRAND@508581",
6773
+ atBRANDAt510349: "__@BRAND@510349",
6702
6774
  });
6703
6775
  });
6704
6776
  /**