@vercel/sdk 1.10.5 → 1.10.6

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 (80) hide show
  1. package/bin/mcp-server.js +496 -463
  2. package/bin/mcp-server.js.map +17 -17
  3. package/docs/sdks/projects/README.md +2 -0
  4. package/esm/__tests__/accessgroups.test.js +1 -3
  5. package/esm/__tests__/accessgroups.test.js.map +1 -1
  6. package/esm/__tests__/domains.test.js +7 -2
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/funcs/projectsGetProjects.js +1 -0
  15. package/esm/funcs/projectsGetProjects.js.map +1 -1
  16. package/esm/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +35 -35
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +13 -13
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +33 -33
  25. package/esm/models/createdeploymentop.js +11 -11
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createprojectenvop.d.ts +6 -6
  28. package/esm/models/createprojectenvop.js +2 -2
  29. package/esm/models/createprojectenvop.js.map +1 -1
  30. package/esm/models/createprojectop.d.ts +164 -158
  31. package/esm/models/createprojectop.d.ts.map +1 -1
  32. package/esm/models/createprojectop.js +156 -150
  33. package/esm/models/createprojectop.js.map +1 -1
  34. package/esm/models/editprojectenvop.d.ts +3 -3
  35. package/esm/models/editprojectenvop.js +1 -1
  36. package/esm/models/editprojectenvop.js.map +1 -1
  37. package/esm/models/filterprojectenvsop.d.ts +9 -9
  38. package/esm/models/filterprojectenvsop.js +3 -3
  39. package/esm/models/filterprojectenvsop.js.map +1 -1
  40. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  41. package/esm/models/getconfigurationproductsop.js +408 -408
  42. package/esm/models/getprojectsop.d.ts +44 -4
  43. package/esm/models/getprojectsop.d.ts.map +1 -1
  44. package/esm/models/getprojectsop.js +33 -4
  45. package/esm/models/getprojectsop.js.map +1 -1
  46. package/esm/models/removeprojectenvop.d.ts +9 -9
  47. package/esm/models/removeprojectenvop.js +3 -3
  48. package/esm/models/removeprojectenvop.js.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.d.ts +4 -0
  50. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  51. package/esm/models/updateprojectdatacacheop.js +4 -0
  52. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  53. package/esm/models/updateprojectop.d.ts +10 -4
  54. package/esm/models/updateprojectop.d.ts.map +1 -1
  55. package/esm/models/updateprojectop.js +10 -4
  56. package/esm/models/updateprojectop.js.map +1 -1
  57. package/examples/package-lock.json +1 -1
  58. package/jsr.json +1 -1
  59. package/package.json +1 -1
  60. package/src/__tests__/accessgroups.test.ts +1 -3
  61. package/src/__tests__/domains.test.ts +7 -2
  62. package/src/__tests__/edgeconfig.test.ts +6 -6
  63. package/src/__tests__/rollingrelease.test.ts +6 -2
  64. package/src/__tests__/security.test.ts +4 -4
  65. package/src/funcs/projectsGetProjects.ts +1 -0
  66. package/src/lib/config.ts +3 -3
  67. package/src/mcp-server/mcp-server.ts +1 -1
  68. package/src/mcp-server/server.ts +1 -1
  69. package/src/models/canceldeploymentop.ts +15 -15
  70. package/src/models/createdeploymentop.ts +11 -11
  71. package/src/models/createprojectenvop.ts +2 -2
  72. package/src/models/createprojectop.ts +312 -300
  73. package/src/models/editprojectenvop.ts +1 -1
  74. package/src/models/filterprojectenvsop.ts +3 -3
  75. package/src/models/getconfigurationproductsop.ts +703 -703
  76. package/src/models/getprojectsop.ts +59 -8
  77. package/src/models/removeprojectenvop.ts +3 -3
  78. package/src/models/updateprojectdatacacheop.ts +8 -0
  79. package/src/models/updateprojectop.ts +20 -8
  80. package/vercel-spec.json +396 -346
@@ -229,12 +229,12 @@ export type GetConfigurationProductsType = ClosedEnum<
229
229
  typeof GetConfigurationProductsType
230
230
  >;
231
231
 
232
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263 =
232
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943 =
233
233
  {};
234
234
 
235
235
  export type PropertiesValue = {
236
- atBRANDAt446263:
237
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263;
236
+ atBRANDAt447943:
237
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943;
238
238
  };
239
239
 
240
240
  export const Disabled3 = {
@@ -294,28 +294,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
294
294
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
295
295
  >;
296
296
 
297
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263 =
297
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943 =
298
298
  {};
299
299
 
300
300
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
301
- atBRANDAt446263:
302
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263;
301
+ atBRANDAt447943:
302
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943;
303
303
  };
304
304
 
305
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263 =
305
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943 =
306
306
  {};
307
307
 
308
308
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
309
- atBRANDAt446263:
310
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263;
309
+ atBRANDAt447943:
310
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943;
311
311
  };
312
312
 
313
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263 =
313
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943 =
314
314
  {};
315
315
 
316
316
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
317
- atBRANDAt446263:
318
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263;
317
+ atBRANDAt447943:
318
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943;
319
319
  };
320
320
 
321
321
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
@@ -335,12 +335,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
335
335
  enum?: Array<string> | undefined;
336
336
  };
337
337
 
338
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263 =
338
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943 =
339
339
  {};
340
340
 
341
341
  export type GetConfigurationProductsUiOptionsValue = {
342
- atBRANDAt446263:
343
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263;
342
+ atBRANDAt447943:
343
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943;
344
344
  };
345
345
 
346
346
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
@@ -397,10 +397,10 @@ export type GetConfigurationProductsUiOptions3 = {
397
397
  | undefined;
398
398
  };
399
399
 
400
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263 = {};
400
+ export type GetConfigurationProductsUiOptionsAtBRANDAt447943 = {};
401
401
 
402
402
  export type GetConfigurationProductsUiOptions2 = {
403
- atBRANDAt446263: GetConfigurationProductsUiOptionsAtBRANDAt446263;
403
+ atBRANDAt447943: GetConfigurationProductsUiOptionsAtBRANDAt447943;
404
404
  };
405
405
 
406
406
  export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
@@ -530,20 +530,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
530
530
  expr: string;
531
531
  };
532
532
 
533
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263 =
533
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943 =
534
534
  {};
535
535
 
536
536
  export type Default = {
537
- atBRANDAt446263:
538
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263;
537
+ atBRANDAt447943:
538
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943;
539
539
  };
540
540
 
541
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263 =
541
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943 =
542
542
  {};
543
543
 
544
544
  export type Example = {
545
- atBRANDAt446263:
546
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263;
545
+ atBRANDAt447943:
546
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943;
547
547
  };
548
548
 
549
549
  export type Properties8 = {
@@ -606,10 +606,10 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
606
606
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
607
607
  >;
608
608
 
609
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263 = {};
609
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943 = {};
610
610
 
611
611
  export type UiOptionsValue = {
612
- atBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263;
612
+ atBRANDAt447943: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943;
613
613
  };
614
614
 
615
615
  export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
@@ -660,10 +660,10 @@ export type UiOptions3 = {
660
660
  | undefined;
661
661
  };
662
662
 
663
- export type UiOptionsAtBRANDAt446263 = {};
663
+ export type UiOptionsAtBRANDAt447943 = {};
664
664
 
665
665
  export type UiOptions2 = {
666
- atBRANDAt446263: UiOptionsAtBRANDAt446263;
666
+ atBRANDAt447943: UiOptionsAtBRANDAt447943;
667
667
  };
668
668
 
669
669
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -726,28 +726,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
726
726
  | UiOptions2
727
727
  | UiOptions3;
728
728
 
729
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263 =
729
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943 =
730
730
  {};
731
731
 
732
732
  export type GetConfigurationProductsPropertiesMinLength = {
733
- atBRANDAt446263:
734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263;
733
+ atBRANDAt447943:
734
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943;
735
735
  };
736
736
 
737
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263 =
737
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943 =
738
738
  {};
739
739
 
740
740
  export type GetConfigurationProductsPropertiesMaxLength = {
741
- atBRANDAt446263:
742
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263;
741
+ atBRANDAt447943:
742
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943;
743
743
  };
744
744
 
745
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263 =
745
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943 =
746
746
  {};
747
747
 
748
748
  export type GetConfigurationProductsPropertiesPattern = {
749
- atBRANDAt446263:
750
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263;
749
+ atBRANDAt447943:
750
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943;
751
751
  };
752
752
 
753
753
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -889,28 +889,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
889
889
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
890
890
  >;
891
891
 
892
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263 =
892
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943 =
893
893
  {};
894
894
 
895
895
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
896
- atBRANDAt446263:
897
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263;
896
+ atBRANDAt447943:
897
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943;
898
898
  };
899
899
 
900
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263 =
900
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943 =
901
901
  {};
902
902
 
903
903
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
904
- atBRANDAt446263:
905
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263;
904
+ atBRANDAt447943:
905
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943;
906
906
  };
907
907
 
908
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263 =
908
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943 =
909
909
  {};
910
910
 
911
911
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
912
- atBRANDAt446263:
913
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263;
912
+ atBRANDAt447943:
913
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943;
914
914
  };
915
915
 
916
916
  export type GetConfigurationProductsPropertiesItems = {
@@ -1153,27 +1153,27 @@ export type UiOptions = {
1153
1153
  | undefined;
1154
1154
  };
1155
1155
 
1156
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263 = {};
1156
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943 = {};
1157
1157
 
1158
1158
  export type PropertiesMinLength = {
1159
- atBRANDAt446263:
1160
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263;
1159
+ atBRANDAt447943:
1160
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943;
1161
1161
  };
1162
1162
 
1163
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263 =
1163
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943 =
1164
1164
  {};
1165
1165
 
1166
1166
  export type PropertiesMaxLength = {
1167
- atBRANDAt446263:
1168
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263;
1167
+ atBRANDAt447943:
1168
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943;
1169
1169
  };
1170
1170
 
1171
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263 =
1171
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943 =
1172
1172
  {};
1173
1173
 
1174
1174
  export type PropertiesPattern = {
1175
- atBRANDAt446263:
1176
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263;
1175
+ atBRANDAt447943:
1176
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943;
1177
1177
  };
1178
1178
 
1179
1179
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
@@ -1622,22 +1622,22 @@ export const UiControl = {
1622
1622
  } as const;
1623
1623
  export type UiControl = ClosedEnum<typeof UiControl>;
1624
1624
 
1625
- export type AtBRANDAt446263 = {};
1625
+ export type AtBRANDAt447943 = {};
1626
1626
 
1627
1627
  export type MinLength = {
1628
- atBRANDAt446263: AtBRANDAt446263;
1628
+ atBRANDAt447943: AtBRANDAt447943;
1629
1629
  };
1630
1630
 
1631
- export type PropertiesAtBRANDAt446263 = {};
1631
+ export type PropertiesAtBRANDAt447943 = {};
1632
1632
 
1633
1633
  export type MaxLength = {
1634
- atBRANDAt446263: PropertiesAtBRANDAt446263;
1634
+ atBRANDAt447943: PropertiesAtBRANDAt447943;
1635
1635
  };
1636
1636
 
1637
- export type GetConfigurationProductsPropertiesAtBRANDAt446263 = {};
1637
+ export type GetConfigurationProductsPropertiesAtBRANDAt447943 = {};
1638
1638
 
1639
1639
  export type Pattern = {
1640
- atBRANDAt446263: GetConfigurationProductsPropertiesAtBRANDAt446263;
1640
+ atBRANDAt447943: GetConfigurationProductsPropertiesAtBRANDAt447943;
1641
1641
  };
1642
1642
 
1643
1643
  export const UiReadOnly3 = {
@@ -2893,65 +2893,65 @@ export namespace GetConfigurationProductsType$ {
2893
2893
  }
2894
2894
 
2895
2895
  /** @internal */
2896
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema:
2896
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema:
2897
2897
  z.ZodType<
2898
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2898
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943,
2899
2899
  z.ZodTypeDef,
2900
2900
  unknown
2901
2901
  > = z.object({});
2902
2902
 
2903
2903
  /** @internal */
2904
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound =
2904
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$Outbound =
2905
2905
  {};
2906
2906
 
2907
2907
  /** @internal */
2908
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema:
2908
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema:
2909
2909
  z.ZodType<
2910
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound,
2910
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$Outbound,
2911
2911
  z.ZodTypeDef,
2912
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263
2912
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943
2913
2913
  > = z.object({});
2914
2914
 
2915
2915
  /**
2916
2916
  * @internal
2917
2917
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2918
2918
  */
2919
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ {
2920
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema` instead. */
2919
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$ {
2920
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema` instead. */
2921
2921
  export const inboundSchema =
2922
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema;
2923
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema` instead. */
2922
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema;
2923
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema` instead. */
2924
2924
  export const outboundSchema =
2925
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema;
2926
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound` instead. */
2925
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema;
2926
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$Outbound` instead. */
2927
2927
  export type Outbound =
2928
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
2928
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$Outbound;
2929
2929
  }
2930
2930
 
2931
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263ToJSON(
2932
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263:
2933
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2931
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943ToJSON(
2932
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943:
2933
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943,
2934
2934
  ): string {
2935
2935
  return JSON.stringify(
2936
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
2936
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema
2937
2937
  .parse(
2938
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2938
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943,
2939
2939
  ),
2940
2940
  );
2941
2941
  }
2942
2942
 
2943
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263FromJSON(
2943
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943FromJSON(
2944
2944
  jsonString: string,
2945
2945
  ): SafeParseResult<
2946
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263,
2946
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943,
2947
2947
  SDKValidationError
2948
2948
  > {
2949
2949
  return safeParse(
2950
2950
  jsonString,
2951
2951
  (x) =>
2952
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
2952
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema
2953
2953
  .parse(JSON.parse(x)),
2954
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263' from JSON`,
2954
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943' from JSON`,
2955
2955
  );
2956
2956
  }
2957
2957
 
@@ -2961,19 +2961,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
2961
2961
  z.ZodTypeDef,
2962
2962
  unknown
2963
2963
  > = z.object({
2964
- "__@BRAND@446263": z.lazy(() =>
2965
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema
2964
+ "__@BRAND@447943": z.lazy(() =>
2965
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema
2966
2966
  ),
2967
2967
  }).transform((v) => {
2968
2968
  return remap$(v, {
2969
- "__@BRAND@446263": "atBRANDAt446263",
2969
+ "__@BRAND@447943": "atBRANDAt447943",
2970
2970
  });
2971
2971
  });
2972
2972
 
2973
2973
  /** @internal */
2974
2974
  export type PropertiesValue$Outbound = {
2975
- "__@BRAND@446263":
2976
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
2975
+ "__@BRAND@447943":
2976
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$Outbound;
2977
2977
  };
2978
2978
 
2979
2979
  /** @internal */
@@ -2982,12 +2982,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
2982
2982
  z.ZodTypeDef,
2983
2983
  PropertiesValue
2984
2984
  > = z.object({
2985
- atBRANDAt446263: z.lazy(() =>
2986
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema
2985
+ atBRANDAt447943: z.lazy(() =>
2986
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema
2987
2987
  ),
2988
2988
  }).transform((v) => {
2989
2989
  return remap$(v, {
2990
- atBRANDAt446263: "__@BRAND@446263",
2990
+ atBRANDAt447943: "__@BRAND@447943",
2991
2991
  });
2992
2992
  });
2993
2993
 
@@ -3413,65 +3413,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
3413
3413
  }
3414
3414
 
3415
3415
  /** @internal */
3416
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema:
3416
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema:
3417
3417
  z.ZodType<
3418
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3418
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943,
3419
3419
  z.ZodTypeDef,
3420
3420
  unknown
3421
3421
  > = z.object({});
3422
3422
 
3423
3423
  /** @internal */
3424
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound =
3424
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$Outbound =
3425
3425
  {};
3426
3426
 
3427
3427
  /** @internal */
3428
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema:
3428
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema:
3429
3429
  z.ZodType<
3430
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound,
3430
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$Outbound,
3431
3431
  z.ZodTypeDef,
3432
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263
3432
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943
3433
3433
  > = z.object({});
3434
3434
 
3435
3435
  /**
3436
3436
  * @internal
3437
3437
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3438
3438
  */
3439
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ {
3440
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
3439
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$ {
3440
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema` instead. */
3441
3441
  export const inboundSchema =
3442
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema;
3443
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
3442
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema;
3443
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema` instead. */
3444
3444
  export const outboundSchema =
3445
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema;
3446
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
3445
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema;
3446
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$Outbound` instead. */
3447
3447
  export type Outbound =
3448
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
3448
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$Outbound;
3449
3449
  }
3450
3450
 
3451
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263ToJSON(
3452
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263:
3453
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3451
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943ToJSON(
3452
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943:
3453
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943,
3454
3454
  ): string {
3455
3455
  return JSON.stringify(
3456
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
3456
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema
3457
3457
  .parse(
3458
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3458
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943,
3459
3459
  ),
3460
3460
  );
3461
3461
  }
3462
3462
 
3463
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263FromJSON(
3463
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943FromJSON(
3464
3464
  jsonString: string,
3465
3465
  ): SafeParseResult<
3466
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263,
3466
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943,
3467
3467
  SDKValidationError
3468
3468
  > {
3469
3469
  return safeParse(
3470
3470
  jsonString,
3471
3471
  (x) =>
3472
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
3472
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema
3473
3473
  .parse(JSON.parse(x)),
3474
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263' from JSON`,
3474
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943' from JSON`,
3475
3475
  );
3476
3476
  }
3477
3477
 
@@ -3482,20 +3482,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
3482
3482
  z.ZodTypeDef,
3483
3483
  unknown
3484
3484
  > = z.object({
3485
- "__@BRAND@446263": z.lazy(() =>
3486
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema
3485
+ "__@BRAND@447943": z.lazy(() =>
3486
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema
3487
3487
  ),
3488
3488
  }).transform((v) => {
3489
3489
  return remap$(v, {
3490
- "__@BRAND@446263": "atBRANDAt446263",
3490
+ "__@BRAND@447943": "atBRANDAt447943",
3491
3491
  });
3492
3492
  });
3493
3493
 
3494
3494
  /** @internal */
3495
3495
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
3496
3496
  {
3497
- "__@BRAND@446263":
3498
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
3497
+ "__@BRAND@447943":
3498
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$Outbound;
3499
3499
  };
3500
3500
 
3501
3501
  /** @internal */
@@ -3505,12 +3505,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
3505
3505
  z.ZodTypeDef,
3506
3506
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength
3507
3507
  > = z.object({
3508
- atBRANDAt446263: z.lazy(() =>
3509
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema
3508
+ atBRANDAt447943: z.lazy(() =>
3509
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema
3510
3510
  ),
3511
3511
  }).transform((v) => {
3512
3512
  return remap$(v, {
3513
- atBRANDAt446263: "__@BRAND@446263",
3513
+ atBRANDAt447943: "__@BRAND@447943",
3514
3514
  });
3515
3515
  });
3516
3516
 
@@ -3556,65 +3556,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
3556
3556
  }
3557
3557
 
3558
3558
  /** @internal */
3559
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema:
3559
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema:
3560
3560
  z.ZodType<
3561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3561
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943,
3562
3562
  z.ZodTypeDef,
3563
3563
  unknown
3564
3564
  > = z.object({});
3565
3565
 
3566
3566
  /** @internal */
3567
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound =
3567
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$Outbound =
3568
3568
  {};
3569
3569
 
3570
3570
  /** @internal */
3571
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema:
3571
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema:
3572
3572
  z.ZodType<
3573
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound,
3573
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$Outbound,
3574
3574
  z.ZodTypeDef,
3575
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263
3575
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943
3576
3576
  > = z.object({});
3577
3577
 
3578
3578
  /**
3579
3579
  * @internal
3580
3580
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3581
3581
  */
3582
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ {
3583
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema` instead. */
3582
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$ {
3583
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema` instead. */
3584
3584
  export const inboundSchema =
3585
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema;
3586
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema` instead. */
3585
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema;
3586
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema` instead. */
3587
3587
  export const outboundSchema =
3588
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema;
3589
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound` instead. */
3588
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema;
3589
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$Outbound` instead. */
3590
3590
  export type Outbound =
3591
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
3591
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$Outbound;
3592
3592
  }
3593
3593
 
3594
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263ToJSON(
3595
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263:
3596
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3594
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943ToJSON(
3595
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943:
3596
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943,
3597
3597
  ): string {
3598
3598
  return JSON.stringify(
3599
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
3599
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema
3600
3600
  .parse(
3601
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3601
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943,
3602
3602
  ),
3603
3603
  );
3604
3604
  }
3605
3605
 
3606
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263FromJSON(
3606
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943FromJSON(
3607
3607
  jsonString: string,
3608
3608
  ): SafeParseResult<
3609
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263,
3609
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943,
3610
3610
  SDKValidationError
3611
3611
  > {
3612
3612
  return safeParse(
3613
3613
  jsonString,
3614
3614
  (x) =>
3615
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
3615
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema
3616
3616
  .parse(JSON.parse(x)),
3617
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263' from JSON`,
3617
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943' from JSON`,
3618
3618
  );
3619
3619
  }
3620
3620
 
@@ -3625,20 +3625,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
3625
3625
  z.ZodTypeDef,
3626
3626
  unknown
3627
3627
  > = z.object({
3628
- "__@BRAND@446263": z.lazy(() =>
3629
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema
3628
+ "__@BRAND@447943": z.lazy(() =>
3629
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema
3630
3630
  ),
3631
3631
  }).transform((v) => {
3632
3632
  return remap$(v, {
3633
- "__@BRAND@446263": "atBRANDAt446263",
3633
+ "__@BRAND@447943": "atBRANDAt447943",
3634
3634
  });
3635
3635
  });
3636
3636
 
3637
3637
  /** @internal */
3638
3638
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
3639
3639
  {
3640
- "__@BRAND@446263":
3641
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
3640
+ "__@BRAND@447943":
3641
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$Outbound;
3642
3642
  };
3643
3643
 
3644
3644
  /** @internal */
@@ -3648,12 +3648,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
3648
3648
  z.ZodTypeDef,
3649
3649
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
3650
3650
  > = z.object({
3651
- atBRANDAt446263: z.lazy(() =>
3652
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema
3651
+ atBRANDAt447943: z.lazy(() =>
3652
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema
3653
3653
  ),
3654
3654
  }).transform((v) => {
3655
3655
  return remap$(v, {
3656
- atBRANDAt446263: "__@BRAND@446263",
3656
+ atBRANDAt447943: "__@BRAND@447943",
3657
3657
  });
3658
3658
  });
3659
3659
 
@@ -3699,65 +3699,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
3699
3699
  }
3700
3700
 
3701
3701
  /** @internal */
3702
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema:
3702
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema:
3703
3703
  z.ZodType<
3704
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3704
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943,
3705
3705
  z.ZodTypeDef,
3706
3706
  unknown
3707
3707
  > = z.object({});
3708
3708
 
3709
3709
  /** @internal */
3710
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound =
3710
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$Outbound =
3711
3711
  {};
3712
3712
 
3713
3713
  /** @internal */
3714
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema:
3714
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema:
3715
3715
  z.ZodType<
3716
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound,
3716
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$Outbound,
3717
3717
  z.ZodTypeDef,
3718
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263
3718
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943
3719
3719
  > = z.object({});
3720
3720
 
3721
3721
  /**
3722
3722
  * @internal
3723
3723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3724
3724
  */
3725
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ {
3726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema` instead. */
3725
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$ {
3726
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema` instead. */
3727
3727
  export const inboundSchema =
3728
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema;
3729
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema` instead. */
3728
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema;
3729
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema` instead. */
3730
3730
  export const outboundSchema =
3731
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema;
3732
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound` instead. */
3731
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema;
3732
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$Outbound` instead. */
3733
3733
  export type Outbound =
3734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
3734
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$Outbound;
3735
3735
  }
3736
3736
 
3737
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263ToJSON(
3738
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263:
3739
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3737
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943ToJSON(
3738
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943:
3739
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943,
3740
3740
  ): string {
3741
3741
  return JSON.stringify(
3742
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
3742
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema
3743
3743
  .parse(
3744
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3744
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943,
3745
3745
  ),
3746
3746
  );
3747
3747
  }
3748
3748
 
3749
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263FromJSON(
3749
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943FromJSON(
3750
3750
  jsonString: string,
3751
3751
  ): SafeParseResult<
3752
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263,
3752
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943,
3753
3753
  SDKValidationError
3754
3754
  > {
3755
3755
  return safeParse(
3756
3756
  jsonString,
3757
3757
  (x) =>
3758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
3758
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema
3759
3759
  .parse(JSON.parse(x)),
3760
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263' from JSON`,
3760
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943' from JSON`,
3761
3761
  );
3762
3762
  }
3763
3763
 
@@ -3768,20 +3768,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
3768
3768
  z.ZodTypeDef,
3769
3769
  unknown
3770
3770
  > = z.object({
3771
- "__@BRAND@446263": z.lazy(() =>
3772
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema
3771
+ "__@BRAND@447943": z.lazy(() =>
3772
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema
3773
3773
  ),
3774
3774
  }).transform((v) => {
3775
3775
  return remap$(v, {
3776
- "__@BRAND@446263": "atBRANDAt446263",
3776
+ "__@BRAND@447943": "atBRANDAt447943",
3777
3777
  });
3778
3778
  });
3779
3779
 
3780
3780
  /** @internal */
3781
3781
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
3782
3782
  {
3783
- "__@BRAND@446263":
3784
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
3783
+ "__@BRAND@447943":
3784
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$Outbound;
3785
3785
  };
3786
3786
 
3787
3787
  /** @internal */
@@ -3791,12 +3791,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
3791
3791
  z.ZodTypeDef,
3792
3792
  GetConfigurationProductsPropertiesIntegrationsResponsePattern
3793
3793
  > = z.object({
3794
- atBRANDAt446263: z.lazy(() =>
3795
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema
3794
+ atBRANDAt447943: z.lazy(() =>
3795
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema
3796
3796
  ),
3797
3797
  }).transform((v) => {
3798
3798
  return remap$(v, {
3799
- atBRANDAt446263: "__@BRAND@446263",
3799
+ atBRANDAt447943: "__@BRAND@447943",
3800
3800
  });
3801
3801
  });
3802
3802
 
@@ -3948,65 +3948,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
3948
3948
  }
3949
3949
 
3950
3950
  /** @internal */
3951
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema:
3951
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema:
3952
3952
  z.ZodType<
3953
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
3953
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943,
3954
3954
  z.ZodTypeDef,
3955
3955
  unknown
3956
3956
  > = z.object({});
3957
3957
 
3958
3958
  /** @internal */
3959
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound =
3959
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$Outbound =
3960
3960
  {};
3961
3961
 
3962
3962
  /** @internal */
3963
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema:
3963
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema:
3964
3964
  z.ZodType<
3965
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound,
3965
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$Outbound,
3966
3966
  z.ZodTypeDef,
3967
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263
3967
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943
3968
3968
  > = z.object({});
3969
3969
 
3970
3970
  /**
3971
3971
  * @internal
3972
3972
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3973
3973
  */
3974
- export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ {
3975
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
3974
+ export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$ {
3975
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema` instead. */
3976
3976
  export const inboundSchema =
3977
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema;
3978
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
3977
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema;
3978
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema` instead. */
3979
3979
  export const outboundSchema =
3980
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema;
3981
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
3980
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema;
3981
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$Outbound` instead. */
3982
3982
  export type Outbound =
3983
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
3983
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$Outbound;
3984
3984
  }
3985
3985
 
3986
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263ToJSON(
3987
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263:
3988
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
3986
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943ToJSON(
3987
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943:
3988
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943,
3989
3989
  ): string {
3990
3990
  return JSON.stringify(
3991
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
3991
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema
3992
3992
  .parse(
3993
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
3993
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943,
3994
3994
  ),
3995
3995
  );
3996
3996
  }
3997
3997
 
3998
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263FromJSON(
3998
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943FromJSON(
3999
3999
  jsonString: string,
4000
4000
  ): SafeParseResult<
4001
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263,
4001
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943,
4002
4002
  SDKValidationError
4003
4003
  > {
4004
4004
  return safeParse(
4005
4005
  jsonString,
4006
4006
  (x) =>
4007
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
4007
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema
4008
4008
  .parse(JSON.parse(x)),
4009
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263' from JSON`,
4009
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943' from JSON`,
4010
4010
  );
4011
4011
  }
4012
4012
 
@@ -4016,19 +4016,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
4016
4016
  z.ZodTypeDef,
4017
4017
  unknown
4018
4018
  > = z.object({
4019
- "__@BRAND@446263": z.lazy(() =>
4020
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema
4019
+ "__@BRAND@447943": z.lazy(() =>
4020
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema
4021
4021
  ),
4022
4022
  }).transform((v) => {
4023
4023
  return remap$(v, {
4024
- "__@BRAND@446263": "atBRANDAt446263",
4024
+ "__@BRAND@447943": "atBRANDAt447943",
4025
4025
  });
4026
4026
  });
4027
4027
 
4028
4028
  /** @internal */
4029
4029
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
4030
- "__@BRAND@446263":
4031
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
4030
+ "__@BRAND@447943":
4031
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$Outbound;
4032
4032
  };
4033
4033
 
4034
4034
  /** @internal */
@@ -4037,12 +4037,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
4037
4037
  z.ZodTypeDef,
4038
4038
  GetConfigurationProductsUiOptionsValue
4039
4039
  > = z.object({
4040
- atBRANDAt446263: z.lazy(() =>
4041
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema
4040
+ atBRANDAt447943: z.lazy(() =>
4041
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema
4042
4042
  ),
4043
4043
  }).transform((v) => {
4044
4044
  return remap$(v, {
4045
- atBRANDAt446263: "__@BRAND@446263",
4045
+ atBRANDAt447943: "__@BRAND@447943",
4046
4046
  });
4047
4047
  });
4048
4048
 
@@ -4524,64 +4524,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
4524
4524
  }
4525
4525
 
4526
4526
  /** @internal */
4527
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema:
4527
+ export const GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema:
4528
4528
  z.ZodType<
4529
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4529
+ GetConfigurationProductsUiOptionsAtBRANDAt447943,
4530
4530
  z.ZodTypeDef,
4531
4531
  unknown
4532
4532
  > = z.object({});
4533
4533
 
4534
4534
  /** @internal */
4535
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound = {};
4535
+ export type GetConfigurationProductsUiOptionsAtBRANDAt447943$Outbound = {};
4536
4536
 
4537
4537
  /** @internal */
4538
- export const GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema:
4538
+ export const GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema:
4539
4539
  z.ZodType<
4540
- GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound,
4540
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$Outbound,
4541
4541
  z.ZodTypeDef,
4542
- GetConfigurationProductsUiOptionsAtBRANDAt446263
4542
+ GetConfigurationProductsUiOptionsAtBRANDAt447943
4543
4543
  > = z.object({});
4544
4544
 
4545
4545
  /**
4546
4546
  * @internal
4547
4547
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4548
4548
  */
4549
- export namespace GetConfigurationProductsUiOptionsAtBRANDAt446263$ {
4550
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema` instead. */
4549
+ export namespace GetConfigurationProductsUiOptionsAtBRANDAt447943$ {
4550
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema` instead. */
4551
4551
  export const inboundSchema =
4552
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema;
4553
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema` instead. */
4552
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema;
4553
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema` instead. */
4554
4554
  export const outboundSchema =
4555
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema;
4556
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound` instead. */
4555
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema;
4556
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt447943$Outbound` instead. */
4557
4557
  export type Outbound =
4558
- GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
4558
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$Outbound;
4559
4559
  }
4560
4560
 
4561
- export function getConfigurationProductsUiOptionsAtBRANDAt446263ToJSON(
4562
- getConfigurationProductsUiOptionsAtBRANDAt446263:
4563
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4561
+ export function getConfigurationProductsUiOptionsAtBRANDAt447943ToJSON(
4562
+ getConfigurationProductsUiOptionsAtBRANDAt447943:
4563
+ GetConfigurationProductsUiOptionsAtBRANDAt447943,
4564
4564
  ): string {
4565
4565
  return JSON.stringify(
4566
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema.parse(
4567
- getConfigurationProductsUiOptionsAtBRANDAt446263,
4566
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema.parse(
4567
+ getConfigurationProductsUiOptionsAtBRANDAt447943,
4568
4568
  ),
4569
4569
  );
4570
4570
  }
4571
4571
 
4572
- export function getConfigurationProductsUiOptionsAtBRANDAt446263FromJSON(
4572
+ export function getConfigurationProductsUiOptionsAtBRANDAt447943FromJSON(
4573
4573
  jsonString: string,
4574
4574
  ): SafeParseResult<
4575
- GetConfigurationProductsUiOptionsAtBRANDAt446263,
4575
+ GetConfigurationProductsUiOptionsAtBRANDAt447943,
4576
4576
  SDKValidationError
4577
4577
  > {
4578
4578
  return safeParse(
4579
4579
  jsonString,
4580
4580
  (x) =>
4581
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema.parse(
4581
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema.parse(
4582
4582
  JSON.parse(x),
4583
4583
  ),
4584
- `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt446263' from JSON`,
4584
+ `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt447943' from JSON`,
4585
4585
  );
4586
4586
  }
4587
4587
 
@@ -4591,18 +4591,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
4591
4591
  z.ZodTypeDef,
4592
4592
  unknown
4593
4593
  > = z.object({
4594
- "__@BRAND@446263": z.lazy(() =>
4595
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema
4594
+ "__@BRAND@447943": z.lazy(() =>
4595
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema
4596
4596
  ),
4597
4597
  }).transform((v) => {
4598
4598
  return remap$(v, {
4599
- "__@BRAND@446263": "atBRANDAt446263",
4599
+ "__@BRAND@447943": "atBRANDAt447943",
4600
4600
  });
4601
4601
  });
4602
4602
 
4603
4603
  /** @internal */
4604
4604
  export type GetConfigurationProductsUiOptions2$Outbound = {
4605
- "__@BRAND@446263": GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
4605
+ "__@BRAND@447943": GetConfigurationProductsUiOptionsAtBRANDAt447943$Outbound;
4606
4606
  };
4607
4607
 
4608
4608
  /** @internal */
@@ -4611,12 +4611,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
4611
4611
  z.ZodTypeDef,
4612
4612
  GetConfigurationProductsUiOptions2
4613
4613
  > = z.object({
4614
- atBRANDAt446263: z.lazy(() =>
4615
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema
4614
+ atBRANDAt447943: z.lazy(() =>
4615
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema
4616
4616
  ),
4617
4617
  }).transform((v) => {
4618
4618
  return remap$(v, {
4619
- atBRANDAt446263: "__@BRAND@446263",
4619
+ atBRANDAt447943: "__@BRAND@447943",
4620
4620
  });
4621
4621
  });
4622
4622
 
@@ -5898,84 +5898,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
5898
5898
  }
5899
5899
 
5900
5900
  /** @internal */
5901
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema:
5901
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema:
5902
5902
  z.ZodType<
5903
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
5903
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943,
5904
5904
  z.ZodTypeDef,
5905
5905
  unknown
5906
5906
  > = z.object({});
5907
5907
 
5908
5908
  /** @internal */
5909
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound =
5909
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$Outbound =
5910
5910
  {};
5911
5911
 
5912
5912
  /** @internal */
5913
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema:
5913
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema:
5914
5914
  z.ZodType<
5915
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound,
5915
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$Outbound,
5916
5916
  z.ZodTypeDef,
5917
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263
5917
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943
5918
5918
  > = z.object({});
5919
5919
 
5920
5920
  /**
5921
5921
  * @internal
5922
5922
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5923
5923
  */
5924
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ {
5925
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema` instead. */
5924
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$ {
5925
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema` instead. */
5926
5926
  export const inboundSchema =
5927
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema;
5928
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema` instead. */
5927
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema;
5928
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema` instead. */
5929
5929
  export const outboundSchema =
5930
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema;
5931
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound` instead. */
5930
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema;
5931
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$Outbound` instead. */
5932
5932
  export type Outbound =
5933
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
5933
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$Outbound;
5934
5934
  }
5935
5935
 
5936
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263ToJSON(
5937
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263:
5938
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
5936
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943ToJSON(
5937
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943:
5938
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943,
5939
5939
  ): string {
5940
5940
  return JSON.stringify(
5941
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
5941
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema
5942
5942
  .parse(
5943
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
5943
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943,
5944
5944
  ),
5945
5945
  );
5946
5946
  }
5947
5947
 
5948
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263FromJSON(
5948
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943FromJSON(
5949
5949
  jsonString: string,
5950
5950
  ): SafeParseResult<
5951
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263,
5951
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943,
5952
5952
  SDKValidationError
5953
5953
  > {
5954
5954
  return safeParse(
5955
5955
  jsonString,
5956
5956
  (x) =>
5957
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
5957
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema
5958
5958
  .parse(JSON.parse(x)),
5959
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263' from JSON`,
5959
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943' from JSON`,
5960
5960
  );
5961
5961
  }
5962
5962
 
5963
5963
  /** @internal */
5964
5964
  export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
5965
5965
  z.object({
5966
- "__@BRAND@446263": z.lazy(() =>
5967
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema
5966
+ "__@BRAND@447943": z.lazy(() =>
5967
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema
5968
5968
  ),
5969
5969
  }).transform((v) => {
5970
5970
  return remap$(v, {
5971
- "__@BRAND@446263": "atBRANDAt446263",
5971
+ "__@BRAND@447943": "atBRANDAt447943",
5972
5972
  });
5973
5973
  });
5974
5974
 
5975
5975
  /** @internal */
5976
5976
  export type Default$Outbound = {
5977
- "__@BRAND@446263":
5978
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
5977
+ "__@BRAND@447943":
5978
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$Outbound;
5979
5979
  };
5980
5980
 
5981
5981
  /** @internal */
@@ -5984,12 +5984,12 @@ export const Default$outboundSchema: z.ZodType<
5984
5984
  z.ZodTypeDef,
5985
5985
  Default
5986
5986
  > = z.object({
5987
- atBRANDAt446263: z.lazy(() =>
5988
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema
5987
+ atBRANDAt447943: z.lazy(() =>
5988
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema
5989
5989
  ),
5990
5990
  }).transform((v) => {
5991
5991
  return remap$(v, {
5992
- atBRANDAt446263: "__@BRAND@446263",
5992
+ atBRANDAt447943: "__@BRAND@447943",
5993
5993
  });
5994
5994
  });
5995
5995
 
@@ -6021,84 +6021,84 @@ export function defaultFromJSON(
6021
6021
  }
6022
6022
 
6023
6023
  /** @internal */
6024
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema:
6024
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema:
6025
6025
  z.ZodType<
6026
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6026
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943,
6027
6027
  z.ZodTypeDef,
6028
6028
  unknown
6029
6029
  > = z.object({});
6030
6030
 
6031
6031
  /** @internal */
6032
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound =
6032
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$Outbound =
6033
6033
  {};
6034
6034
 
6035
6035
  /** @internal */
6036
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema:
6036
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema:
6037
6037
  z.ZodType<
6038
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound,
6038
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$Outbound,
6039
6039
  z.ZodTypeDef,
6040
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263
6040
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943
6041
6041
  > = z.object({});
6042
6042
 
6043
6043
  /**
6044
6044
  * @internal
6045
6045
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6046
6046
  */
6047
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ {
6048
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema` instead. */
6047
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$ {
6048
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema` instead. */
6049
6049
  export const inboundSchema =
6050
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema;
6051
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema` instead. */
6050
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema;
6051
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema` instead. */
6052
6052
  export const outboundSchema =
6053
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema;
6054
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound` instead. */
6053
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema;
6054
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$Outbound` instead. */
6055
6055
  export type Outbound =
6056
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
6056
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$Outbound;
6057
6057
  }
6058
6058
 
6059
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263ToJSON(
6060
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263:
6061
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6059
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943ToJSON(
6060
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943:
6061
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943,
6062
6062
  ): string {
6063
6063
  return JSON.stringify(
6064
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
6064
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema
6065
6065
  .parse(
6066
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6066
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943,
6067
6067
  ),
6068
6068
  );
6069
6069
  }
6070
6070
 
6071
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263FromJSON(
6071
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943FromJSON(
6072
6072
  jsonString: string,
6073
6073
  ): SafeParseResult<
6074
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263,
6074
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943,
6075
6075
  SDKValidationError
6076
6076
  > {
6077
6077
  return safeParse(
6078
6078
  jsonString,
6079
6079
  (x) =>
6080
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
6080
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema
6081
6081
  .parse(JSON.parse(x)),
6082
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263' from JSON`,
6082
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943' from JSON`,
6083
6083
  );
6084
6084
  }
6085
6085
 
6086
6086
  /** @internal */
6087
6087
  export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
6088
6088
  z.object({
6089
- "__@BRAND@446263": z.lazy(() =>
6090
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema
6089
+ "__@BRAND@447943": z.lazy(() =>
6090
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema
6091
6091
  ),
6092
6092
  }).transform((v) => {
6093
6093
  return remap$(v, {
6094
- "__@BRAND@446263": "atBRANDAt446263",
6094
+ "__@BRAND@447943": "atBRANDAt447943",
6095
6095
  });
6096
6096
  });
6097
6097
 
6098
6098
  /** @internal */
6099
6099
  export type Example$Outbound = {
6100
- "__@BRAND@446263":
6101
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
6100
+ "__@BRAND@447943":
6101
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$Outbound;
6102
6102
  };
6103
6103
 
6104
6104
  /** @internal */
@@ -6107,12 +6107,12 @@ export const Example$outboundSchema: z.ZodType<
6107
6107
  z.ZodTypeDef,
6108
6108
  Example
6109
6109
  > = z.object({
6110
- atBRANDAt446263: z.lazy(() =>
6111
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema
6110
+ atBRANDAt447943: z.lazy(() =>
6111
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema
6112
6112
  ),
6113
6113
  }).transform((v) => {
6114
6114
  return remap$(v, {
6115
- atBRANDAt446263: "__@BRAND@446263",
6115
+ atBRANDAt447943: "__@BRAND@447943",
6116
6116
  });
6117
6117
  });
6118
6118
 
@@ -6410,63 +6410,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
6410
6410
  }
6411
6411
 
6412
6412
  /** @internal */
6413
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema:
6413
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema:
6414
6414
  z.ZodType<
6415
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6415
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943,
6416
6416
  z.ZodTypeDef,
6417
6417
  unknown
6418
6418
  > = z.object({});
6419
6419
 
6420
6420
  /** @internal */
6421
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound =
6421
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$Outbound =
6422
6422
  {};
6423
6423
 
6424
6424
  /** @internal */
6425
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema:
6425
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema:
6426
6426
  z.ZodType<
6427
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound,
6427
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$Outbound,
6428
6428
  z.ZodTypeDef,
6429
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263
6429
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943
6430
6430
  > = z.object({});
6431
6431
 
6432
6432
  /**
6433
6433
  * @internal
6434
6434
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6435
6435
  */
6436
- export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ {
6437
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema` instead. */
6436
+ export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$ {
6437
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema` instead. */
6438
6438
  export const inboundSchema =
6439
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema;
6440
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema` instead. */
6439
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema;
6440
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema` instead. */
6441
6441
  export const outboundSchema =
6442
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema;
6443
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound` instead. */
6442
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema;
6443
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$Outbound` instead. */
6444
6444
  export type Outbound =
6445
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
6445
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$Outbound;
6446
6446
  }
6447
6447
 
6448
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263ToJSON(
6449
- getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263:
6450
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6448
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943ToJSON(
6449
+ getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943:
6450
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943,
6451
6451
  ): string {
6452
6452
  return JSON.stringify(
6453
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
6454
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263),
6453
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema
6454
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943),
6455
6455
  );
6456
6456
  }
6457
6457
 
6458
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263FromJSON(
6458
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943FromJSON(
6459
6459
  jsonString: string,
6460
6460
  ): SafeParseResult<
6461
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263,
6461
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943,
6462
6462
  SDKValidationError
6463
6463
  > {
6464
6464
  return safeParse(
6465
6465
  jsonString,
6466
6466
  (x) =>
6467
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
6467
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema
6468
6468
  .parse(JSON.parse(x)),
6469
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263' from JSON`,
6469
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943' from JSON`,
6470
6470
  );
6471
6471
  }
6472
6472
 
@@ -6476,19 +6476,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
6476
6476
  z.ZodTypeDef,
6477
6477
  unknown
6478
6478
  > = z.object({
6479
- "__@BRAND@446263": z.lazy(() =>
6480
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema
6479
+ "__@BRAND@447943": z.lazy(() =>
6480
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema
6481
6481
  ),
6482
6482
  }).transform((v) => {
6483
6483
  return remap$(v, {
6484
- "__@BRAND@446263": "atBRANDAt446263",
6484
+ "__@BRAND@447943": "atBRANDAt447943",
6485
6485
  });
6486
6486
  });
6487
6487
 
6488
6488
  /** @internal */
6489
6489
  export type UiOptionsValue$Outbound = {
6490
- "__@BRAND@446263":
6491
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
6490
+ "__@BRAND@447943":
6491
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$Outbound;
6492
6492
  };
6493
6493
 
6494
6494
  /** @internal */
@@ -6497,12 +6497,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
6497
6497
  z.ZodTypeDef,
6498
6498
  UiOptionsValue
6499
6499
  > = z.object({
6500
- atBRANDAt446263: z.lazy(() =>
6501
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema
6500
+ atBRANDAt447943: z.lazy(() =>
6501
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema
6502
6502
  ),
6503
6503
  }).transform((v) => {
6504
6504
  return remap$(v, {
6505
- atBRANDAt446263: "__@BRAND@446263",
6505
+ atBRANDAt447943: "__@BRAND@447943",
6506
6506
  });
6507
6507
  });
6508
6508
 
@@ -6955,50 +6955,50 @@ export function uiOptions3FromJSON(
6955
6955
  }
6956
6956
 
6957
6957
  /** @internal */
6958
- export const UiOptionsAtBRANDAt446263$inboundSchema: z.ZodType<
6959
- UiOptionsAtBRANDAt446263,
6958
+ export const UiOptionsAtBRANDAt447943$inboundSchema: z.ZodType<
6959
+ UiOptionsAtBRANDAt447943,
6960
6960
  z.ZodTypeDef,
6961
6961
  unknown
6962
6962
  > = z.object({});
6963
6963
 
6964
6964
  /** @internal */
6965
- export type UiOptionsAtBRANDAt446263$Outbound = {};
6965
+ export type UiOptionsAtBRANDAt447943$Outbound = {};
6966
6966
 
6967
6967
  /** @internal */
6968
- export const UiOptionsAtBRANDAt446263$outboundSchema: z.ZodType<
6969
- UiOptionsAtBRANDAt446263$Outbound,
6968
+ export const UiOptionsAtBRANDAt447943$outboundSchema: z.ZodType<
6969
+ UiOptionsAtBRANDAt447943$Outbound,
6970
6970
  z.ZodTypeDef,
6971
- UiOptionsAtBRANDAt446263
6971
+ UiOptionsAtBRANDAt447943
6972
6972
  > = z.object({});
6973
6973
 
6974
6974
  /**
6975
6975
  * @internal
6976
6976
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6977
6977
  */
6978
- export namespace UiOptionsAtBRANDAt446263$ {
6979
- /** @deprecated use `UiOptionsAtBRANDAt446263$inboundSchema` instead. */
6980
- export const inboundSchema = UiOptionsAtBRANDAt446263$inboundSchema;
6981
- /** @deprecated use `UiOptionsAtBRANDAt446263$outboundSchema` instead. */
6982
- export const outboundSchema = UiOptionsAtBRANDAt446263$outboundSchema;
6983
- /** @deprecated use `UiOptionsAtBRANDAt446263$Outbound` instead. */
6984
- export type Outbound = UiOptionsAtBRANDAt446263$Outbound;
6978
+ export namespace UiOptionsAtBRANDAt447943$ {
6979
+ /** @deprecated use `UiOptionsAtBRANDAt447943$inboundSchema` instead. */
6980
+ export const inboundSchema = UiOptionsAtBRANDAt447943$inboundSchema;
6981
+ /** @deprecated use `UiOptionsAtBRANDAt447943$outboundSchema` instead. */
6982
+ export const outboundSchema = UiOptionsAtBRANDAt447943$outboundSchema;
6983
+ /** @deprecated use `UiOptionsAtBRANDAt447943$Outbound` instead. */
6984
+ export type Outbound = UiOptionsAtBRANDAt447943$Outbound;
6985
6985
  }
6986
6986
 
6987
- export function uiOptionsAtBRANDAt446263ToJSON(
6988
- uiOptionsAtBRANDAt446263: UiOptionsAtBRANDAt446263,
6987
+ export function uiOptionsAtBRANDAt447943ToJSON(
6988
+ uiOptionsAtBRANDAt447943: UiOptionsAtBRANDAt447943,
6989
6989
  ): string {
6990
6990
  return JSON.stringify(
6991
- UiOptionsAtBRANDAt446263$outboundSchema.parse(uiOptionsAtBRANDAt446263),
6991
+ UiOptionsAtBRANDAt447943$outboundSchema.parse(uiOptionsAtBRANDAt447943),
6992
6992
  );
6993
6993
  }
6994
6994
 
6995
- export function uiOptionsAtBRANDAt446263FromJSON(
6995
+ export function uiOptionsAtBRANDAt447943FromJSON(
6996
6996
  jsonString: string,
6997
- ): SafeParseResult<UiOptionsAtBRANDAt446263, SDKValidationError> {
6997
+ ): SafeParseResult<UiOptionsAtBRANDAt447943, SDKValidationError> {
6998
6998
  return safeParse(
6999
6999
  jsonString,
7000
- (x) => UiOptionsAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
7001
- `Failed to parse 'UiOptionsAtBRANDAt446263' from JSON`,
7000
+ (x) => UiOptionsAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)),
7001
+ `Failed to parse 'UiOptionsAtBRANDAt447943' from JSON`,
7002
7002
  );
7003
7003
  }
7004
7004
 
@@ -7008,16 +7008,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
7008
7008
  z.ZodTypeDef,
7009
7009
  unknown
7010
7010
  > = z.object({
7011
- "__@BRAND@446263": z.lazy(() => UiOptionsAtBRANDAt446263$inboundSchema),
7011
+ "__@BRAND@447943": z.lazy(() => UiOptionsAtBRANDAt447943$inboundSchema),
7012
7012
  }).transform((v) => {
7013
7013
  return remap$(v, {
7014
- "__@BRAND@446263": "atBRANDAt446263",
7014
+ "__@BRAND@447943": "atBRANDAt447943",
7015
7015
  });
7016
7016
  });
7017
7017
 
7018
7018
  /** @internal */
7019
7019
  export type UiOptions2$Outbound = {
7020
- "__@BRAND@446263": UiOptionsAtBRANDAt446263$Outbound;
7020
+ "__@BRAND@447943": UiOptionsAtBRANDAt447943$Outbound;
7021
7021
  };
7022
7022
 
7023
7023
  /** @internal */
@@ -7026,10 +7026,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
7026
7026
  z.ZodTypeDef,
7027
7027
  UiOptions2
7028
7028
  > = z.object({
7029
- atBRANDAt446263: z.lazy(() => UiOptionsAtBRANDAt446263$outboundSchema),
7029
+ atBRANDAt447943: z.lazy(() => UiOptionsAtBRANDAt447943$outboundSchema),
7030
7030
  }).transform((v) => {
7031
7031
  return remap$(v, {
7032
- atBRANDAt446263: "__@BRAND@446263",
7032
+ atBRANDAt447943: "__@BRAND@447943",
7033
7033
  });
7034
7034
  });
7035
7035
 
@@ -7542,65 +7542,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
7542
7542
  }
7543
7543
 
7544
7544
  /** @internal */
7545
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema:
7545
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema:
7546
7546
  z.ZodType<
7547
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7547
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943,
7548
7548
  z.ZodTypeDef,
7549
7549
  unknown
7550
7550
  > = z.object({});
7551
7551
 
7552
7552
  /** @internal */
7553
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound =
7553
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$Outbound =
7554
7554
  {};
7555
7555
 
7556
7556
  /** @internal */
7557
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema:
7557
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema:
7558
7558
  z.ZodType<
7559
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound,
7559
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$Outbound,
7560
7560
  z.ZodTypeDef,
7561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263
7561
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943
7562
7562
  > = z.object({});
7563
7563
 
7564
7564
  /**
7565
7565
  * @internal
7566
7566
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7567
7567
  */
7568
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ {
7569
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema` instead. */
7568
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$ {
7569
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema` instead. */
7570
7570
  export const inboundSchema =
7571
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema;
7572
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema` instead. */
7571
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema;
7572
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema` instead. */
7573
7573
  export const outboundSchema =
7574
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema;
7575
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound` instead. */
7574
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema;
7575
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$Outbound` instead. */
7576
7576
  export type Outbound =
7577
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
7577
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$Outbound;
7578
7578
  }
7579
7579
 
7580
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263ToJSON(
7581
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263:
7582
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7580
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943ToJSON(
7581
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943:
7582
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943,
7583
7583
  ): string {
7584
7584
  return JSON.stringify(
7585
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
7585
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema
7586
7586
  .parse(
7587
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7587
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943,
7588
7588
  ),
7589
7589
  );
7590
7590
  }
7591
7591
 
7592
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263FromJSON(
7592
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943FromJSON(
7593
7593
  jsonString: string,
7594
7594
  ): SafeParseResult<
7595
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263,
7595
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943,
7596
7596
  SDKValidationError
7597
7597
  > {
7598
7598
  return safeParse(
7599
7599
  jsonString,
7600
7600
  (x) =>
7601
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
7601
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema
7602
7602
  .parse(JSON.parse(x)),
7603
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263' from JSON`,
7603
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943' from JSON`,
7604
7604
  );
7605
7605
  }
7606
7606
 
@@ -7611,19 +7611,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
7611
7611
  z.ZodTypeDef,
7612
7612
  unknown
7613
7613
  > = z.object({
7614
- "__@BRAND@446263": z.lazy(() =>
7615
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema
7614
+ "__@BRAND@447943": z.lazy(() =>
7615
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema
7616
7616
  ),
7617
7617
  }).transform((v) => {
7618
7618
  return remap$(v, {
7619
- "__@BRAND@446263": "atBRANDAt446263",
7619
+ "__@BRAND@447943": "atBRANDAt447943",
7620
7620
  });
7621
7621
  });
7622
7622
 
7623
7623
  /** @internal */
7624
7624
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
7625
- "__@BRAND@446263":
7626
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
7625
+ "__@BRAND@447943":
7626
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$Outbound;
7627
7627
  };
7628
7628
 
7629
7629
  /** @internal */
@@ -7633,12 +7633,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
7633
7633
  z.ZodTypeDef,
7634
7634
  GetConfigurationProductsPropertiesMinLength
7635
7635
  > = z.object({
7636
- atBRANDAt446263: z.lazy(() =>
7637
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema
7636
+ atBRANDAt447943: z.lazy(() =>
7637
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema
7638
7638
  ),
7639
7639
  }).transform((v) => {
7640
7640
  return remap$(v, {
7641
- atBRANDAt446263: "__@BRAND@446263",
7641
+ atBRANDAt447943: "__@BRAND@447943",
7642
7642
  });
7643
7643
  });
7644
7644
 
@@ -7685,65 +7685,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
7685
7685
  }
7686
7686
 
7687
7687
  /** @internal */
7688
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema:
7688
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema:
7689
7689
  z.ZodType<
7690
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7690
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943,
7691
7691
  z.ZodTypeDef,
7692
7692
  unknown
7693
7693
  > = z.object({});
7694
7694
 
7695
7695
  /** @internal */
7696
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound =
7696
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$Outbound =
7697
7697
  {};
7698
7698
 
7699
7699
  /** @internal */
7700
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema:
7700
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema:
7701
7701
  z.ZodType<
7702
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound,
7702
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$Outbound,
7703
7703
  z.ZodTypeDef,
7704
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263
7704
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943
7705
7705
  > = z.object({});
7706
7706
 
7707
7707
  /**
7708
7708
  * @internal
7709
7709
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7710
7710
  */
7711
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ {
7712
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema` instead. */
7711
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$ {
7712
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema` instead. */
7713
7713
  export const inboundSchema =
7714
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema;
7715
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema` instead. */
7714
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema;
7715
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema` instead. */
7716
7716
  export const outboundSchema =
7717
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema;
7718
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound` instead. */
7717
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema;
7718
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$Outbound` instead. */
7719
7719
  export type Outbound =
7720
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
7720
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$Outbound;
7721
7721
  }
7722
7722
 
7723
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263ToJSON(
7724
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263:
7725
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7723
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943ToJSON(
7724
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943:
7725
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943,
7726
7726
  ): string {
7727
7727
  return JSON.stringify(
7728
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
7728
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema
7729
7729
  .parse(
7730
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7730
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943,
7731
7731
  ),
7732
7732
  );
7733
7733
  }
7734
7734
 
7735
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263FromJSON(
7735
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943FromJSON(
7736
7736
  jsonString: string,
7737
7737
  ): SafeParseResult<
7738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263,
7738
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943,
7739
7739
  SDKValidationError
7740
7740
  > {
7741
7741
  return safeParse(
7742
7742
  jsonString,
7743
7743
  (x) =>
7744
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
7744
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema
7745
7745
  .parse(JSON.parse(x)),
7746
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263' from JSON`,
7746
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943' from JSON`,
7747
7747
  );
7748
7748
  }
7749
7749
 
@@ -7754,19 +7754,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
7754
7754
  z.ZodTypeDef,
7755
7755
  unknown
7756
7756
  > = z.object({
7757
- "__@BRAND@446263": z.lazy(() =>
7758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema
7757
+ "__@BRAND@447943": z.lazy(() =>
7758
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema
7759
7759
  ),
7760
7760
  }).transform((v) => {
7761
7761
  return remap$(v, {
7762
- "__@BRAND@446263": "atBRANDAt446263",
7762
+ "__@BRAND@447943": "atBRANDAt447943",
7763
7763
  });
7764
7764
  });
7765
7765
 
7766
7766
  /** @internal */
7767
7767
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
7768
- "__@BRAND@446263":
7769
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
7768
+ "__@BRAND@447943":
7769
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$Outbound;
7770
7770
  };
7771
7771
 
7772
7772
  /** @internal */
@@ -7776,12 +7776,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
7776
7776
  z.ZodTypeDef,
7777
7777
  GetConfigurationProductsPropertiesMaxLength
7778
7778
  > = z.object({
7779
- atBRANDAt446263: z.lazy(() =>
7780
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema
7779
+ atBRANDAt447943: z.lazy(() =>
7780
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema
7781
7781
  ),
7782
7782
  }).transform((v) => {
7783
7783
  return remap$(v, {
7784
- atBRANDAt446263: "__@BRAND@446263",
7784
+ atBRANDAt447943: "__@BRAND@447943",
7785
7785
  });
7786
7786
  });
7787
7787
 
@@ -7828,65 +7828,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
7828
7828
  }
7829
7829
 
7830
7830
  /** @internal */
7831
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema:
7831
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema:
7832
7832
  z.ZodType<
7833
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7833
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943,
7834
7834
  z.ZodTypeDef,
7835
7835
  unknown
7836
7836
  > = z.object({});
7837
7837
 
7838
7838
  /** @internal */
7839
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound =
7839
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$Outbound =
7840
7840
  {};
7841
7841
 
7842
7842
  /** @internal */
7843
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema:
7843
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema:
7844
7844
  z.ZodType<
7845
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound,
7845
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$Outbound,
7846
7846
  z.ZodTypeDef,
7847
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263
7847
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943
7848
7848
  > = z.object({});
7849
7849
 
7850
7850
  /**
7851
7851
  * @internal
7852
7852
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7853
7853
  */
7854
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ {
7855
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema` instead. */
7854
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$ {
7855
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema` instead. */
7856
7856
  export const inboundSchema =
7857
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema;
7858
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema` instead. */
7857
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema;
7858
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema` instead. */
7859
7859
  export const outboundSchema =
7860
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema;
7861
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound` instead. */
7860
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema;
7861
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$Outbound` instead. */
7862
7862
  export type Outbound =
7863
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
7863
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$Outbound;
7864
7864
  }
7865
7865
 
7866
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263ToJSON(
7867
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263:
7868
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7866
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943ToJSON(
7867
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943:
7868
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943,
7869
7869
  ): string {
7870
7870
  return JSON.stringify(
7871
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
7871
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema
7872
7872
  .parse(
7873
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7873
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943,
7874
7874
  ),
7875
7875
  );
7876
7876
  }
7877
7877
 
7878
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263FromJSON(
7878
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943FromJSON(
7879
7879
  jsonString: string,
7880
7880
  ): SafeParseResult<
7881
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263,
7881
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943,
7882
7882
  SDKValidationError
7883
7883
  > {
7884
7884
  return safeParse(
7885
7885
  jsonString,
7886
7886
  (x) =>
7887
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
7887
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema
7888
7888
  .parse(JSON.parse(x)),
7889
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263' from JSON`,
7889
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943' from JSON`,
7890
7890
  );
7891
7891
  }
7892
7892
 
@@ -7896,19 +7896,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
7896
7896
  z.ZodTypeDef,
7897
7897
  unknown
7898
7898
  > = z.object({
7899
- "__@BRAND@446263": z.lazy(() =>
7900
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema
7899
+ "__@BRAND@447943": z.lazy(() =>
7900
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema
7901
7901
  ),
7902
7902
  }).transform((v) => {
7903
7903
  return remap$(v, {
7904
- "__@BRAND@446263": "atBRANDAt446263",
7904
+ "__@BRAND@447943": "atBRANDAt447943",
7905
7905
  });
7906
7906
  });
7907
7907
 
7908
7908
  /** @internal */
7909
7909
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
7910
- "__@BRAND@446263":
7911
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
7910
+ "__@BRAND@447943":
7911
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$Outbound;
7912
7912
  };
7913
7913
 
7914
7914
  /** @internal */
@@ -7918,12 +7918,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
7918
7918
  z.ZodTypeDef,
7919
7919
  GetConfigurationProductsPropertiesPattern
7920
7920
  > = z.object({
7921
- atBRANDAt446263: z.lazy(() =>
7922
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema
7921
+ atBRANDAt447943: z.lazy(() =>
7922
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema
7923
7923
  ),
7924
7924
  }).transform((v) => {
7925
7925
  return remap$(v, {
7926
- atBRANDAt446263: "__@BRAND@446263",
7926
+ atBRANDAt447943: "__@BRAND@447943",
7927
7927
  });
7928
7928
  });
7929
7929
 
@@ -9003,65 +9003,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
9003
9003
  }
9004
9004
 
9005
9005
  /** @internal */
9006
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema:
9006
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema:
9007
9007
  z.ZodType<
9008
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9008
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943,
9009
9009
  z.ZodTypeDef,
9010
9010
  unknown
9011
9011
  > = z.object({});
9012
9012
 
9013
9013
  /** @internal */
9014
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound =
9014
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$Outbound =
9015
9015
  {};
9016
9016
 
9017
9017
  /** @internal */
9018
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema:
9018
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema:
9019
9019
  z.ZodType<
9020
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound,
9020
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$Outbound,
9021
9021
  z.ZodTypeDef,
9022
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263
9022
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943
9023
9023
  > = z.object({});
9024
9024
 
9025
9025
  /**
9026
9026
  * @internal
9027
9027
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9028
9028
  */
9029
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ {
9030
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
9029
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$ {
9030
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema` instead. */
9031
9031
  export const inboundSchema =
9032
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema;
9033
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
9032
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema;
9033
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema` instead. */
9034
9034
  export const outboundSchema =
9035
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema;
9036
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
9035
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema;
9036
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$Outbound` instead. */
9037
9037
  export type Outbound =
9038
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
9038
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$Outbound;
9039
9039
  }
9040
9040
 
9041
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263ToJSON(
9042
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263:
9043
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9041
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943ToJSON(
9042
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943:
9043
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943,
9044
9044
  ): string {
9045
9045
  return JSON.stringify(
9046
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
9046
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema
9047
9047
  .parse(
9048
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9048
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943,
9049
9049
  ),
9050
9050
  );
9051
9051
  }
9052
9052
 
9053
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263FromJSON(
9053
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943FromJSON(
9054
9054
  jsonString: string,
9055
9055
  ): SafeParseResult<
9056
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263,
9056
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943,
9057
9057
  SDKValidationError
9058
9058
  > {
9059
9059
  return safeParse(
9060
9060
  jsonString,
9061
9061
  (x) =>
9062
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
9062
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema
9063
9063
  .parse(JSON.parse(x)),
9064
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263' from JSON`,
9064
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943' from JSON`,
9065
9065
  );
9066
9066
  }
9067
9067
 
@@ -9072,19 +9072,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
9072
9072
  z.ZodTypeDef,
9073
9073
  unknown
9074
9074
  > = z.object({
9075
- "__@BRAND@446263": z.lazy(() =>
9076
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema
9075
+ "__@BRAND@447943": z.lazy(() =>
9076
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema
9077
9077
  ),
9078
9078
  }).transform((v) => {
9079
9079
  return remap$(v, {
9080
- "__@BRAND@446263": "atBRANDAt446263",
9080
+ "__@BRAND@447943": "atBRANDAt447943",
9081
9081
  });
9082
9082
  });
9083
9083
 
9084
9084
  /** @internal */
9085
9085
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
9086
- "__@BRAND@446263":
9087
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
9086
+ "__@BRAND@447943":
9087
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$Outbound;
9088
9088
  };
9089
9089
 
9090
9090
  /** @internal */
@@ -9094,12 +9094,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
9094
9094
  z.ZodTypeDef,
9095
9095
  GetConfigurationProductsPropertiesIntegrationsMinLength
9096
9096
  > = z.object({
9097
- atBRANDAt446263: z.lazy(() =>
9098
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema
9097
+ atBRANDAt447943: z.lazy(() =>
9098
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema
9099
9099
  ),
9100
9100
  }).transform((v) => {
9101
9101
  return remap$(v, {
9102
- atBRANDAt446263: "__@BRAND@446263",
9102
+ atBRANDAt447943: "__@BRAND@447943",
9103
9103
  });
9104
9104
  });
9105
9105
 
@@ -9145,65 +9145,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
9145
9145
  }
9146
9146
 
9147
9147
  /** @internal */
9148
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema:
9148
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema:
9149
9149
  z.ZodType<
9150
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9150
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943,
9151
9151
  z.ZodTypeDef,
9152
9152
  unknown
9153
9153
  > = z.object({});
9154
9154
 
9155
9155
  /** @internal */
9156
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound =
9156
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$Outbound =
9157
9157
  {};
9158
9158
 
9159
9159
  /** @internal */
9160
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema:
9160
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema:
9161
9161
  z.ZodType<
9162
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound,
9162
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$Outbound,
9163
9163
  z.ZodTypeDef,
9164
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263
9164
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943
9165
9165
  > = z.object({});
9166
9166
 
9167
9167
  /**
9168
9168
  * @internal
9169
9169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9170
9170
  */
9171
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ {
9172
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema` instead. */
9171
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$ {
9172
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema` instead. */
9173
9173
  export const inboundSchema =
9174
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema;
9175
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema` instead. */
9174
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema;
9175
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema` instead. */
9176
9176
  export const outboundSchema =
9177
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema;
9178
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound` instead. */
9177
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema;
9178
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$Outbound` instead. */
9179
9179
  export type Outbound =
9180
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
9180
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$Outbound;
9181
9181
  }
9182
9182
 
9183
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263ToJSON(
9184
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263:
9185
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9183
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943ToJSON(
9184
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943:
9185
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943,
9186
9186
  ): string {
9187
9187
  return JSON.stringify(
9188
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
9188
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema
9189
9189
  .parse(
9190
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9190
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943,
9191
9191
  ),
9192
9192
  );
9193
9193
  }
9194
9194
 
9195
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263FromJSON(
9195
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943FromJSON(
9196
9196
  jsonString: string,
9197
9197
  ): SafeParseResult<
9198
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263,
9198
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943,
9199
9199
  SDKValidationError
9200
9200
  > {
9201
9201
  return safeParse(
9202
9202
  jsonString,
9203
9203
  (x) =>
9204
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
9204
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema
9205
9205
  .parse(JSON.parse(x)),
9206
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263' from JSON`,
9206
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943' from JSON`,
9207
9207
  );
9208
9208
  }
9209
9209
 
@@ -9214,19 +9214,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
9214
9214
  z.ZodTypeDef,
9215
9215
  unknown
9216
9216
  > = z.object({
9217
- "__@BRAND@446263": z.lazy(() =>
9218
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema
9217
+ "__@BRAND@447943": z.lazy(() =>
9218
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema
9219
9219
  ),
9220
9220
  }).transform((v) => {
9221
9221
  return remap$(v, {
9222
- "__@BRAND@446263": "atBRANDAt446263",
9222
+ "__@BRAND@447943": "atBRANDAt447943",
9223
9223
  });
9224
9224
  });
9225
9225
 
9226
9226
  /** @internal */
9227
9227
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
9228
- "__@BRAND@446263":
9229
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
9228
+ "__@BRAND@447943":
9229
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$Outbound;
9230
9230
  };
9231
9231
 
9232
9232
  /** @internal */
@@ -9236,12 +9236,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
9236
9236
  z.ZodTypeDef,
9237
9237
  GetConfigurationProductsPropertiesIntegrationsMaxLength
9238
9238
  > = z.object({
9239
- atBRANDAt446263: z.lazy(() =>
9240
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema
9239
+ atBRANDAt447943: z.lazy(() =>
9240
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema
9241
9241
  ),
9242
9242
  }).transform((v) => {
9243
9243
  return remap$(v, {
9244
- atBRANDAt446263: "__@BRAND@446263",
9244
+ atBRANDAt447943: "__@BRAND@447943",
9245
9245
  });
9246
9246
  });
9247
9247
 
@@ -9287,65 +9287,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
9287
9287
  }
9288
9288
 
9289
9289
  /** @internal */
9290
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema:
9290
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema:
9291
9291
  z.ZodType<
9292
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9292
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943,
9293
9293
  z.ZodTypeDef,
9294
9294
  unknown
9295
9295
  > = z.object({});
9296
9296
 
9297
9297
  /** @internal */
9298
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound =
9298
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$Outbound =
9299
9299
  {};
9300
9300
 
9301
9301
  /** @internal */
9302
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema:
9302
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema:
9303
9303
  z.ZodType<
9304
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound,
9304
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$Outbound,
9305
9305
  z.ZodTypeDef,
9306
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263
9306
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943
9307
9307
  > = z.object({});
9308
9308
 
9309
9309
  /**
9310
9310
  * @internal
9311
9311
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9312
9312
  */
9313
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ {
9314
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema` instead. */
9313
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$ {
9314
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema` instead. */
9315
9315
  export const inboundSchema =
9316
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema;
9317
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema` instead. */
9316
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema;
9317
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema` instead. */
9318
9318
  export const outboundSchema =
9319
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema;
9320
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound` instead. */
9319
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema;
9320
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$Outbound` instead. */
9321
9321
  export type Outbound =
9322
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
9322
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$Outbound;
9323
9323
  }
9324
9324
 
9325
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263ToJSON(
9326
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263:
9327
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9325
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943ToJSON(
9326
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943:
9327
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943,
9328
9328
  ): string {
9329
9329
  return JSON.stringify(
9330
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
9330
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema
9331
9331
  .parse(
9332
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9332
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943,
9333
9333
  ),
9334
9334
  );
9335
9335
  }
9336
9336
 
9337
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263FromJSON(
9337
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943FromJSON(
9338
9338
  jsonString: string,
9339
9339
  ): SafeParseResult<
9340
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263,
9340
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943,
9341
9341
  SDKValidationError
9342
9342
  > {
9343
9343
  return safeParse(
9344
9344
  jsonString,
9345
9345
  (x) =>
9346
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
9346
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema
9347
9347
  .parse(JSON.parse(x)),
9348
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263' from JSON`,
9348
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943' from JSON`,
9349
9349
  );
9350
9350
  }
9351
9351
 
@@ -9356,19 +9356,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
9356
9356
  z.ZodTypeDef,
9357
9357
  unknown
9358
9358
  > = z.object({
9359
- "__@BRAND@446263": z.lazy(() =>
9360
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema
9359
+ "__@BRAND@447943": z.lazy(() =>
9360
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema
9361
9361
  ),
9362
9362
  }).transform((v) => {
9363
9363
  return remap$(v, {
9364
- "__@BRAND@446263": "atBRANDAt446263",
9364
+ "__@BRAND@447943": "atBRANDAt447943",
9365
9365
  });
9366
9366
  });
9367
9367
 
9368
9368
  /** @internal */
9369
9369
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
9370
- "__@BRAND@446263":
9371
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
9370
+ "__@BRAND@447943":
9371
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$Outbound;
9372
9372
  };
9373
9373
 
9374
9374
  /** @internal */
@@ -9378,12 +9378,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
9378
9378
  z.ZodTypeDef,
9379
9379
  GetConfigurationProductsPropertiesIntegrationsPattern
9380
9380
  > = z.object({
9381
- atBRANDAt446263: z.lazy(() =>
9382
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema
9381
+ atBRANDAt447943: z.lazy(() =>
9382
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema
9383
9383
  ),
9384
9384
  }).transform((v) => {
9385
9385
  return remap$(v, {
9386
- atBRANDAt446263: "__@BRAND@446263",
9386
+ atBRANDAt447943: "__@BRAND@447943",
9387
9387
  });
9388
9388
  });
9389
9389
 
@@ -11275,63 +11275,63 @@ export function uiOptionsFromJSON(
11275
11275
  }
11276
11276
 
11277
11277
  /** @internal */
11278
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema:
11278
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema:
11279
11279
  z.ZodType<
11280
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11280
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943,
11281
11281
  z.ZodTypeDef,
11282
11282
  unknown
11283
11283
  > = z.object({});
11284
11284
 
11285
11285
  /** @internal */
11286
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound =
11286
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$Outbound =
11287
11287
  {};
11288
11288
 
11289
11289
  /** @internal */
11290
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema:
11290
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema:
11291
11291
  z.ZodType<
11292
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound,
11292
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$Outbound,
11293
11293
  z.ZodTypeDef,
11294
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263
11294
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943
11295
11295
  > = z.object({});
11296
11296
 
11297
11297
  /**
11298
11298
  * @internal
11299
11299
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11300
11300
  */
11301
- export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ {
11302
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema` instead. */
11301
+ export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$ {
11302
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema` instead. */
11303
11303
  export const inboundSchema =
11304
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema;
11305
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema` instead. */
11304
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema;
11305
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema` instead. */
11306
11306
  export const outboundSchema =
11307
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema;
11308
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound` instead. */
11307
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema;
11308
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$Outbound` instead. */
11309
11309
  export type Outbound =
11310
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
11310
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$Outbound;
11311
11311
  }
11312
11312
 
11313
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263ToJSON(
11314
- getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263:
11315
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11313
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943ToJSON(
11314
+ getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943:
11315
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943,
11316
11316
  ): string {
11317
11317
  return JSON.stringify(
11318
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
11319
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263),
11318
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema
11319
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943),
11320
11320
  );
11321
11321
  }
11322
11322
 
11323
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263FromJSON(
11323
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt447943FromJSON(
11324
11324
  jsonString: string,
11325
11325
  ): SafeParseResult<
11326
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263,
11326
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943,
11327
11327
  SDKValidationError
11328
11328
  > {
11329
11329
  return safeParse(
11330
11330
  jsonString,
11331
11331
  (x) =>
11332
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
11332
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema
11333
11333
  .parse(JSON.parse(x)),
11334
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263' from JSON`,
11334
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943' from JSON`,
11335
11335
  );
11336
11336
  }
11337
11337
 
@@ -11341,19 +11341,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
11341
11341
  z.ZodTypeDef,
11342
11342
  unknown
11343
11343
  > = z.object({
11344
- "__@BRAND@446263": z.lazy(() =>
11345
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema
11344
+ "__@BRAND@447943": z.lazy(() =>
11345
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema
11346
11346
  ),
11347
11347
  }).transform((v) => {
11348
11348
  return remap$(v, {
11349
- "__@BRAND@446263": "atBRANDAt446263",
11349
+ "__@BRAND@447943": "atBRANDAt447943",
11350
11350
  });
11351
11351
  });
11352
11352
 
11353
11353
  /** @internal */
11354
11354
  export type PropertiesMinLength$Outbound = {
11355
- "__@BRAND@446263":
11356
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
11355
+ "__@BRAND@447943":
11356
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$Outbound;
11357
11357
  };
11358
11358
 
11359
11359
  /** @internal */
@@ -11362,12 +11362,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
11362
11362
  z.ZodTypeDef,
11363
11363
  PropertiesMinLength
11364
11364
  > = z.object({
11365
- atBRANDAt446263: z.lazy(() =>
11366
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema
11365
+ atBRANDAt447943: z.lazy(() =>
11366
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema
11367
11367
  ),
11368
11368
  }).transform((v) => {
11369
11369
  return remap$(v, {
11370
- atBRANDAt446263: "__@BRAND@446263",
11370
+ atBRANDAt447943: "__@BRAND@447943",
11371
11371
  });
11372
11372
  });
11373
11373
 
@@ -11403,65 +11403,65 @@ export function propertiesMinLengthFromJSON(
11403
11403
  }
11404
11404
 
11405
11405
  /** @internal */
11406
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema:
11406
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema:
11407
11407
  z.ZodType<
11408
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11408
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943,
11409
11409
  z.ZodTypeDef,
11410
11410
  unknown
11411
11411
  > = z.object({});
11412
11412
 
11413
11413
  /** @internal */
11414
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound =
11414
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$Outbound =
11415
11415
  {};
11416
11416
 
11417
11417
  /** @internal */
11418
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema:
11418
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema:
11419
11419
  z.ZodType<
11420
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound,
11420
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$Outbound,
11421
11421
  z.ZodTypeDef,
11422
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263
11422
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943
11423
11423
  > = z.object({});
11424
11424
 
11425
11425
  /**
11426
11426
  * @internal
11427
11427
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11428
11428
  */
11429
- export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ {
11430
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
11429
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$ {
11430
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema` instead. */
11431
11431
  export const inboundSchema =
11432
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema;
11433
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
11432
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema;
11433
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema` instead. */
11434
11434
  export const outboundSchema =
11435
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema;
11436
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
11435
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema;
11436
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$Outbound` instead. */
11437
11437
  export type Outbound =
11438
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
11438
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$Outbound;
11439
11439
  }
11440
11440
 
11441
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263ToJSON(
11442
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263:
11443
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11441
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943ToJSON(
11442
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943:
11443
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943,
11444
11444
  ): string {
11445
11445
  return JSON.stringify(
11446
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
11446
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema
11447
11447
  .parse(
11448
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11448
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943,
11449
11449
  ),
11450
11450
  );
11451
11451
  }
11452
11452
 
11453
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263FromJSON(
11453
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943FromJSON(
11454
11454
  jsonString: string,
11455
11455
  ): SafeParseResult<
11456
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263,
11456
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943,
11457
11457
  SDKValidationError
11458
11458
  > {
11459
11459
  return safeParse(
11460
11460
  jsonString,
11461
11461
  (x) =>
11462
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
11462
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema
11463
11463
  .parse(JSON.parse(x)),
11464
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263' from JSON`,
11464
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943' from JSON`,
11465
11465
  );
11466
11466
  }
11467
11467
 
@@ -11471,19 +11471,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
11471
11471
  z.ZodTypeDef,
11472
11472
  unknown
11473
11473
  > = z.object({
11474
- "__@BRAND@446263": z.lazy(() =>
11475
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema
11474
+ "__@BRAND@447943": z.lazy(() =>
11475
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema
11476
11476
  ),
11477
11477
  }).transform((v) => {
11478
11478
  return remap$(v, {
11479
- "__@BRAND@446263": "atBRANDAt446263",
11479
+ "__@BRAND@447943": "atBRANDAt447943",
11480
11480
  });
11481
11481
  });
11482
11482
 
11483
11483
  /** @internal */
11484
11484
  export type PropertiesMaxLength$Outbound = {
11485
- "__@BRAND@446263":
11486
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
11485
+ "__@BRAND@447943":
11486
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$Outbound;
11487
11487
  };
11488
11488
 
11489
11489
  /** @internal */
@@ -11492,12 +11492,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
11492
11492
  z.ZodTypeDef,
11493
11493
  PropertiesMaxLength
11494
11494
  > = z.object({
11495
- atBRANDAt446263: z.lazy(() =>
11496
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema
11495
+ atBRANDAt447943: z.lazy(() =>
11496
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema
11497
11497
  ),
11498
11498
  }).transform((v) => {
11499
11499
  return remap$(v, {
11500
- atBRANDAt446263: "__@BRAND@446263",
11500
+ atBRANDAt447943: "__@BRAND@447943",
11501
11501
  });
11502
11502
  });
11503
11503
 
@@ -11533,65 +11533,65 @@ export function propertiesMaxLengthFromJSON(
11533
11533
  }
11534
11534
 
11535
11535
  /** @internal */
11536
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema:
11536
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema:
11537
11537
  z.ZodType<
11538
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11538
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943,
11539
11539
  z.ZodTypeDef,
11540
11540
  unknown
11541
11541
  > = z.object({});
11542
11542
 
11543
11543
  /** @internal */
11544
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound =
11544
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$Outbound =
11545
11545
  {};
11546
11546
 
11547
11547
  /** @internal */
11548
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema:
11548
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema:
11549
11549
  z.ZodType<
11550
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound,
11550
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$Outbound,
11551
11551
  z.ZodTypeDef,
11552
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263
11552
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943
11553
11553
  > = z.object({});
11554
11554
 
11555
11555
  /**
11556
11556
  * @internal
11557
11557
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11558
11558
  */
11559
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ {
11560
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema` instead. */
11559
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$ {
11560
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema` instead. */
11561
11561
  export const inboundSchema =
11562
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema;
11563
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema` instead. */
11562
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema;
11563
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema` instead. */
11564
11564
  export const outboundSchema =
11565
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema;
11566
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound` instead. */
11565
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema;
11566
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$Outbound` instead. */
11567
11567
  export type Outbound =
11568
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
11568
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$Outbound;
11569
11569
  }
11570
11570
 
11571
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263ToJSON(
11572
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263:
11573
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11571
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943ToJSON(
11572
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943:
11573
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943,
11574
11574
  ): string {
11575
11575
  return JSON.stringify(
11576
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
11576
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema
11577
11577
  .parse(
11578
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11578
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943,
11579
11579
  ),
11580
11580
  );
11581
11581
  }
11582
11582
 
11583
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263FromJSON(
11583
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943FromJSON(
11584
11584
  jsonString: string,
11585
11585
  ): SafeParseResult<
11586
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263,
11586
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943,
11587
11587
  SDKValidationError
11588
11588
  > {
11589
11589
  return safeParse(
11590
11590
  jsonString,
11591
11591
  (x) =>
11592
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
11592
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema
11593
11593
  .parse(JSON.parse(x)),
11594
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263' from JSON`,
11594
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943' from JSON`,
11595
11595
  );
11596
11596
  }
11597
11597
 
@@ -11601,19 +11601,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
11601
11601
  z.ZodTypeDef,
11602
11602
  unknown
11603
11603
  > = z.object({
11604
- "__@BRAND@446263": z.lazy(() =>
11605
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema
11604
+ "__@BRAND@447943": z.lazy(() =>
11605
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema
11606
11606
  ),
11607
11607
  }).transform((v) => {
11608
11608
  return remap$(v, {
11609
- "__@BRAND@446263": "atBRANDAt446263",
11609
+ "__@BRAND@447943": "atBRANDAt447943",
11610
11610
  });
11611
11611
  });
11612
11612
 
11613
11613
  /** @internal */
11614
11614
  export type PropertiesPattern$Outbound = {
11615
- "__@BRAND@446263":
11616
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
11615
+ "__@BRAND@447943":
11616
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$Outbound;
11617
11617
  };
11618
11618
 
11619
11619
  /** @internal */
@@ -11622,12 +11622,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
11622
11622
  z.ZodTypeDef,
11623
11623
  PropertiesPattern
11624
11624
  > = z.object({
11625
- atBRANDAt446263: z.lazy(() =>
11626
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema
11625
+ atBRANDAt447943: z.lazy(() =>
11626
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema
11627
11627
  ),
11628
11628
  }).transform((v) => {
11629
11629
  return remap$(v, {
11630
- atBRANDAt446263: "__@BRAND@446263",
11630
+ atBRANDAt447943: "__@BRAND@447943",
11631
11631
  });
11632
11632
  });
11633
11633
 
@@ -15340,48 +15340,48 @@ export namespace UiControl$ {
15340
15340
  }
15341
15341
 
15342
15342
  /** @internal */
15343
- export const AtBRANDAt446263$inboundSchema: z.ZodType<
15344
- AtBRANDAt446263,
15343
+ export const AtBRANDAt447943$inboundSchema: z.ZodType<
15344
+ AtBRANDAt447943,
15345
15345
  z.ZodTypeDef,
15346
15346
  unknown
15347
15347
  > = z.object({});
15348
15348
 
15349
15349
  /** @internal */
15350
- export type AtBRANDAt446263$Outbound = {};
15350
+ export type AtBRANDAt447943$Outbound = {};
15351
15351
 
15352
15352
  /** @internal */
15353
- export const AtBRANDAt446263$outboundSchema: z.ZodType<
15354
- AtBRANDAt446263$Outbound,
15353
+ export const AtBRANDAt447943$outboundSchema: z.ZodType<
15354
+ AtBRANDAt447943$Outbound,
15355
15355
  z.ZodTypeDef,
15356
- AtBRANDAt446263
15356
+ AtBRANDAt447943
15357
15357
  > = z.object({});
15358
15358
 
15359
15359
  /**
15360
15360
  * @internal
15361
15361
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15362
15362
  */
15363
- export namespace AtBRANDAt446263$ {
15364
- /** @deprecated use `AtBRANDAt446263$inboundSchema` instead. */
15365
- export const inboundSchema = AtBRANDAt446263$inboundSchema;
15366
- /** @deprecated use `AtBRANDAt446263$outboundSchema` instead. */
15367
- export const outboundSchema = AtBRANDAt446263$outboundSchema;
15368
- /** @deprecated use `AtBRANDAt446263$Outbound` instead. */
15369
- export type Outbound = AtBRANDAt446263$Outbound;
15363
+ export namespace AtBRANDAt447943$ {
15364
+ /** @deprecated use `AtBRANDAt447943$inboundSchema` instead. */
15365
+ export const inboundSchema = AtBRANDAt447943$inboundSchema;
15366
+ /** @deprecated use `AtBRANDAt447943$outboundSchema` instead. */
15367
+ export const outboundSchema = AtBRANDAt447943$outboundSchema;
15368
+ /** @deprecated use `AtBRANDAt447943$Outbound` instead. */
15369
+ export type Outbound = AtBRANDAt447943$Outbound;
15370
15370
  }
15371
15371
 
15372
- export function atBRANDAt446263ToJSON(
15373
- atBRANDAt446263: AtBRANDAt446263,
15372
+ export function atBRANDAt447943ToJSON(
15373
+ atBRANDAt447943: AtBRANDAt447943,
15374
15374
  ): string {
15375
- return JSON.stringify(AtBRANDAt446263$outboundSchema.parse(atBRANDAt446263));
15375
+ return JSON.stringify(AtBRANDAt447943$outboundSchema.parse(atBRANDAt447943));
15376
15376
  }
15377
15377
 
15378
- export function atBRANDAt446263FromJSON(
15378
+ export function atBRANDAt447943FromJSON(
15379
15379
  jsonString: string,
15380
- ): SafeParseResult<AtBRANDAt446263, SDKValidationError> {
15380
+ ): SafeParseResult<AtBRANDAt447943, SDKValidationError> {
15381
15381
  return safeParse(
15382
15382
  jsonString,
15383
- (x) => AtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
15384
- `Failed to parse 'AtBRANDAt446263' from JSON`,
15383
+ (x) => AtBRANDAt447943$inboundSchema.parse(JSON.parse(x)),
15384
+ `Failed to parse 'AtBRANDAt447943' from JSON`,
15385
15385
  );
15386
15386
  }
15387
15387
 
@@ -15391,16 +15391,16 @@ export const MinLength$inboundSchema: z.ZodType<
15391
15391
  z.ZodTypeDef,
15392
15392
  unknown
15393
15393
  > = z.object({
15394
- "__@BRAND@446263": z.lazy(() => AtBRANDAt446263$inboundSchema),
15394
+ "__@BRAND@447943": z.lazy(() => AtBRANDAt447943$inboundSchema),
15395
15395
  }).transform((v) => {
15396
15396
  return remap$(v, {
15397
- "__@BRAND@446263": "atBRANDAt446263",
15397
+ "__@BRAND@447943": "atBRANDAt447943",
15398
15398
  });
15399
15399
  });
15400
15400
 
15401
15401
  /** @internal */
15402
15402
  export type MinLength$Outbound = {
15403
- "__@BRAND@446263": AtBRANDAt446263$Outbound;
15403
+ "__@BRAND@447943": AtBRANDAt447943$Outbound;
15404
15404
  };
15405
15405
 
15406
15406
  /** @internal */
@@ -15409,10 +15409,10 @@ export const MinLength$outboundSchema: z.ZodType<
15409
15409
  z.ZodTypeDef,
15410
15410
  MinLength
15411
15411
  > = z.object({
15412
- atBRANDAt446263: z.lazy(() => AtBRANDAt446263$outboundSchema),
15412
+ atBRANDAt447943: z.lazy(() => AtBRANDAt447943$outboundSchema),
15413
15413
  }).transform((v) => {
15414
15414
  return remap$(v, {
15415
- atBRANDAt446263: "__@BRAND@446263",
15415
+ atBRANDAt447943: "__@BRAND@447943",
15416
15416
  });
15417
15417
  });
15418
15418
 
@@ -15444,50 +15444,50 @@ export function minLengthFromJSON(
15444
15444
  }
15445
15445
 
15446
15446
  /** @internal */
15447
- export const PropertiesAtBRANDAt446263$inboundSchema: z.ZodType<
15448
- PropertiesAtBRANDAt446263,
15447
+ export const PropertiesAtBRANDAt447943$inboundSchema: z.ZodType<
15448
+ PropertiesAtBRANDAt447943,
15449
15449
  z.ZodTypeDef,
15450
15450
  unknown
15451
15451
  > = z.object({});
15452
15452
 
15453
15453
  /** @internal */
15454
- export type PropertiesAtBRANDAt446263$Outbound = {};
15454
+ export type PropertiesAtBRANDAt447943$Outbound = {};
15455
15455
 
15456
15456
  /** @internal */
15457
- export const PropertiesAtBRANDAt446263$outboundSchema: z.ZodType<
15458
- PropertiesAtBRANDAt446263$Outbound,
15457
+ export const PropertiesAtBRANDAt447943$outboundSchema: z.ZodType<
15458
+ PropertiesAtBRANDAt447943$Outbound,
15459
15459
  z.ZodTypeDef,
15460
- PropertiesAtBRANDAt446263
15460
+ PropertiesAtBRANDAt447943
15461
15461
  > = z.object({});
15462
15462
 
15463
15463
  /**
15464
15464
  * @internal
15465
15465
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15466
15466
  */
15467
- export namespace PropertiesAtBRANDAt446263$ {
15468
- /** @deprecated use `PropertiesAtBRANDAt446263$inboundSchema` instead. */
15469
- export const inboundSchema = PropertiesAtBRANDAt446263$inboundSchema;
15470
- /** @deprecated use `PropertiesAtBRANDAt446263$outboundSchema` instead. */
15471
- export const outboundSchema = PropertiesAtBRANDAt446263$outboundSchema;
15472
- /** @deprecated use `PropertiesAtBRANDAt446263$Outbound` instead. */
15473
- export type Outbound = PropertiesAtBRANDAt446263$Outbound;
15467
+ export namespace PropertiesAtBRANDAt447943$ {
15468
+ /** @deprecated use `PropertiesAtBRANDAt447943$inboundSchema` instead. */
15469
+ export const inboundSchema = PropertiesAtBRANDAt447943$inboundSchema;
15470
+ /** @deprecated use `PropertiesAtBRANDAt447943$outboundSchema` instead. */
15471
+ export const outboundSchema = PropertiesAtBRANDAt447943$outboundSchema;
15472
+ /** @deprecated use `PropertiesAtBRANDAt447943$Outbound` instead. */
15473
+ export type Outbound = PropertiesAtBRANDAt447943$Outbound;
15474
15474
  }
15475
15475
 
15476
- export function propertiesAtBRANDAt446263ToJSON(
15477
- propertiesAtBRANDAt446263: PropertiesAtBRANDAt446263,
15476
+ export function propertiesAtBRANDAt447943ToJSON(
15477
+ propertiesAtBRANDAt447943: PropertiesAtBRANDAt447943,
15478
15478
  ): string {
15479
15479
  return JSON.stringify(
15480
- PropertiesAtBRANDAt446263$outboundSchema.parse(propertiesAtBRANDAt446263),
15480
+ PropertiesAtBRANDAt447943$outboundSchema.parse(propertiesAtBRANDAt447943),
15481
15481
  );
15482
15482
  }
15483
15483
 
15484
- export function propertiesAtBRANDAt446263FromJSON(
15484
+ export function propertiesAtBRANDAt447943FromJSON(
15485
15485
  jsonString: string,
15486
- ): SafeParseResult<PropertiesAtBRANDAt446263, SDKValidationError> {
15486
+ ): SafeParseResult<PropertiesAtBRANDAt447943, SDKValidationError> {
15487
15487
  return safeParse(
15488
15488
  jsonString,
15489
- (x) => PropertiesAtBRANDAt446263$inboundSchema.parse(JSON.parse(x)),
15490
- `Failed to parse 'PropertiesAtBRANDAt446263' from JSON`,
15489
+ (x) => PropertiesAtBRANDAt447943$inboundSchema.parse(JSON.parse(x)),
15490
+ `Failed to parse 'PropertiesAtBRANDAt447943' from JSON`,
15491
15491
  );
15492
15492
  }
15493
15493
 
@@ -15497,16 +15497,16 @@ export const MaxLength$inboundSchema: z.ZodType<
15497
15497
  z.ZodTypeDef,
15498
15498
  unknown
15499
15499
  > = z.object({
15500
- "__@BRAND@446263": z.lazy(() => PropertiesAtBRANDAt446263$inboundSchema),
15500
+ "__@BRAND@447943": z.lazy(() => PropertiesAtBRANDAt447943$inboundSchema),
15501
15501
  }).transform((v) => {
15502
15502
  return remap$(v, {
15503
- "__@BRAND@446263": "atBRANDAt446263",
15503
+ "__@BRAND@447943": "atBRANDAt447943",
15504
15504
  });
15505
15505
  });
15506
15506
 
15507
15507
  /** @internal */
15508
15508
  export type MaxLength$Outbound = {
15509
- "__@BRAND@446263": PropertiesAtBRANDAt446263$Outbound;
15509
+ "__@BRAND@447943": PropertiesAtBRANDAt447943$Outbound;
15510
15510
  };
15511
15511
 
15512
15512
  /** @internal */
@@ -15515,10 +15515,10 @@ export const MaxLength$outboundSchema: z.ZodType<
15515
15515
  z.ZodTypeDef,
15516
15516
  MaxLength
15517
15517
  > = z.object({
15518
- atBRANDAt446263: z.lazy(() => PropertiesAtBRANDAt446263$outboundSchema),
15518
+ atBRANDAt447943: z.lazy(() => PropertiesAtBRANDAt447943$outboundSchema),
15519
15519
  }).transform((v) => {
15520
15520
  return remap$(v, {
15521
- atBRANDAt446263: "__@BRAND@446263",
15521
+ atBRANDAt447943: "__@BRAND@447943",
15522
15522
  });
15523
15523
  });
15524
15524
 
@@ -15550,82 +15550,82 @@ export function maxLengthFromJSON(
15550
15550
  }
15551
15551
 
15552
15552
  /** @internal */
15553
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema:
15553
+ export const GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema:
15554
15554
  z.ZodType<
15555
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15555
+ GetConfigurationProductsPropertiesAtBRANDAt447943,
15556
15556
  z.ZodTypeDef,
15557
15557
  unknown
15558
15558
  > = z.object({});
15559
15559
 
15560
15560
  /** @internal */
15561
- export type GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound = {};
15561
+ export type GetConfigurationProductsPropertiesAtBRANDAt447943$Outbound = {};
15562
15562
 
15563
15563
  /** @internal */
15564
- export const GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema:
15564
+ export const GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema:
15565
15565
  z.ZodType<
15566
- GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound,
15566
+ GetConfigurationProductsPropertiesAtBRANDAt447943$Outbound,
15567
15567
  z.ZodTypeDef,
15568
- GetConfigurationProductsPropertiesAtBRANDAt446263
15568
+ GetConfigurationProductsPropertiesAtBRANDAt447943
15569
15569
  > = z.object({});
15570
15570
 
15571
15571
  /**
15572
15572
  * @internal
15573
15573
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15574
15574
  */
15575
- export namespace GetConfigurationProductsPropertiesAtBRANDAt446263$ {
15576
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema` instead. */
15575
+ export namespace GetConfigurationProductsPropertiesAtBRANDAt447943$ {
15576
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema` instead. */
15577
15577
  export const inboundSchema =
15578
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema;
15579
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema` instead. */
15578
+ GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema;
15579
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema` instead. */
15580
15580
  export const outboundSchema =
15581
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema;
15582
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound` instead. */
15581
+ GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema;
15582
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt447943$Outbound` instead. */
15583
15583
  export type Outbound =
15584
- GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
15584
+ GetConfigurationProductsPropertiesAtBRANDAt447943$Outbound;
15585
15585
  }
15586
15586
 
15587
- export function getConfigurationProductsPropertiesAtBRANDAt446263ToJSON(
15588
- getConfigurationProductsPropertiesAtBRANDAt446263:
15589
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15587
+ export function getConfigurationProductsPropertiesAtBRANDAt447943ToJSON(
15588
+ getConfigurationProductsPropertiesAtBRANDAt447943:
15589
+ GetConfigurationProductsPropertiesAtBRANDAt447943,
15590
15590
  ): string {
15591
15591
  return JSON.stringify(
15592
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema.parse(
15593
- getConfigurationProductsPropertiesAtBRANDAt446263,
15592
+ GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema.parse(
15593
+ getConfigurationProductsPropertiesAtBRANDAt447943,
15594
15594
  ),
15595
15595
  );
15596
15596
  }
15597
15597
 
15598
- export function getConfigurationProductsPropertiesAtBRANDAt446263FromJSON(
15598
+ export function getConfigurationProductsPropertiesAtBRANDAt447943FromJSON(
15599
15599
  jsonString: string,
15600
15600
  ): SafeParseResult<
15601
- GetConfigurationProductsPropertiesAtBRANDAt446263,
15601
+ GetConfigurationProductsPropertiesAtBRANDAt447943,
15602
15602
  SDKValidationError
15603
15603
  > {
15604
15604
  return safeParse(
15605
15605
  jsonString,
15606
15606
  (x) =>
15607
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema.parse(
15607
+ GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema.parse(
15608
15608
  JSON.parse(x),
15609
15609
  ),
15610
- `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt446263' from JSON`,
15610
+ `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt447943' from JSON`,
15611
15611
  );
15612
15612
  }
15613
15613
 
15614
15614
  /** @internal */
15615
15615
  export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
15616
15616
  z.object({
15617
- "__@BRAND@446263": z.lazy(() =>
15618
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema
15617
+ "__@BRAND@447943": z.lazy(() =>
15618
+ GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema
15619
15619
  ),
15620
15620
  }).transform((v) => {
15621
15621
  return remap$(v, {
15622
- "__@BRAND@446263": "atBRANDAt446263",
15622
+ "__@BRAND@447943": "atBRANDAt447943",
15623
15623
  });
15624
15624
  });
15625
15625
 
15626
15626
  /** @internal */
15627
15627
  export type Pattern$Outbound = {
15628
- "__@BRAND@446263": GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
15628
+ "__@BRAND@447943": GetConfigurationProductsPropertiesAtBRANDAt447943$Outbound;
15629
15629
  };
15630
15630
 
15631
15631
  /** @internal */
@@ -15634,12 +15634,12 @@ export const Pattern$outboundSchema: z.ZodType<
15634
15634
  z.ZodTypeDef,
15635
15635
  Pattern
15636
15636
  > = z.object({
15637
- atBRANDAt446263: z.lazy(() =>
15638
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema
15637
+ atBRANDAt447943: z.lazy(() =>
15638
+ GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema
15639
15639
  ),
15640
15640
  }).transform((v) => {
15641
15641
  return remap$(v, {
15642
- atBRANDAt446263: "__@BRAND@446263",
15642
+ atBRANDAt447943: "__@BRAND@447943",
15643
15643
  });
15644
15644
  });
15645
15645