@vercel/sdk 1.17.4 → 1.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/bin/mcp-server.js +1594 -1509
  2. package/bin/mcp-server.js.map +17 -17
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +11 -2
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/marketplaceImportResource.js +2 -2
  19. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  20. package/esm/lib/config.d.ts +3 -3
  21. package/esm/lib/config.js +3 -3
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.js +1 -1
  24. package/esm/models/canceldeploymentop.d.ts +2 -37
  25. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  26. package/esm/models/canceldeploymentop.js +2 -23
  27. package/esm/models/canceldeploymentop.js.map +1 -1
  28. package/esm/models/createdeploymentop.d.ts +2 -37
  29. package/esm/models/createdeploymentop.d.ts.map +1 -1
  30. package/esm/models/createdeploymentop.js +2 -22
  31. package/esm/models/createdeploymentop.js.map +1 -1
  32. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  33. package/esm/models/createintegrationstoredirectop.js +218 -218
  34. package/esm/models/createprojectop.d.ts +18 -18
  35. package/esm/models/createprojectop.d.ts.map +1 -1
  36. package/esm/models/createprojectop.js +18 -18
  37. package/esm/models/createprojectop.js.map +1 -1
  38. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  39. package/esm/models/getconfigurationproductsop.js +290 -290
  40. package/esm/models/getdeploymentop.d.ts +2 -37
  41. package/esm/models/getdeploymentop.d.ts.map +1 -1
  42. package/esm/models/getdeploymentop.js +2 -22
  43. package/esm/models/getdeploymentop.js.map +1 -1
  44. package/esm/models/getmemberop.d.ts +4 -0
  45. package/esm/models/getmemberop.d.ts.map +1 -1
  46. package/esm/models/getmemberop.js +4 -0
  47. package/esm/models/getmemberop.js.map +1 -1
  48. package/esm/models/team.d.ts +21 -11
  49. package/esm/models/team.d.ts.map +1 -1
  50. package/esm/models/team.js +12 -8
  51. package/esm/models/team.js.map +1 -1
  52. package/esm/models/teamlimited.d.ts +10 -0
  53. package/esm/models/teamlimited.d.ts.map +1 -1
  54. package/esm/models/teamlimited.js +4 -0
  55. package/esm/models/teamlimited.js.map +1 -1
  56. package/esm/models/updateprojectop.d.ts +18 -18
  57. package/esm/models/updateprojectop.d.ts.map +1 -1
  58. package/esm/models/updateprojectop.js +18 -18
  59. package/esm/models/updateprojectop.js.map +1 -1
  60. package/esm/models/userevent.d.ts +1599 -1433
  61. package/esm/models/userevent.d.ts.map +1 -1
  62. package/esm/models/userevent.js +2124 -1947
  63. package/esm/models/userevent.js.map +1 -1
  64. package/esm/types/enums.d.ts +1 -8
  65. package/esm/types/enums.d.ts.map +1 -1
  66. package/esm/types/enums.js +1 -18
  67. package/esm/types/enums.js.map +1 -1
  68. package/esm/types/unrecognized.d.ts +10 -0
  69. package/esm/types/unrecognized.d.ts.map +1 -0
  70. package/esm/types/unrecognized.js +23 -0
  71. package/esm/types/unrecognized.js.map +1 -0
  72. package/examples/package-lock.json +1 -1
  73. package/jsr.json +1 -1
  74. package/package.json +1 -1
  75. package/src/__tests__/accessgroups.test.ts +1 -3
  76. package/src/__tests__/checks.test.ts +1 -1
  77. package/src/__tests__/domains.test.ts +11 -2
  78. package/src/__tests__/edgeconfig.test.ts +6 -6
  79. package/src/__tests__/integrations.test.ts +1 -1
  80. package/src/__tests__/rollingrelease.test.ts +6 -2
  81. package/src/__tests__/security.test.ts +4 -4
  82. package/src/__tests__/teams.test.ts +2 -2
  83. package/src/funcs/marketplaceImportResource.ts +2 -2
  84. package/src/lib/config.ts +3 -3
  85. package/src/mcp-server/mcp-server.ts +1 -1
  86. package/src/mcp-server/server.ts +1 -1
  87. package/src/models/canceldeploymentop.ts +4 -76
  88. package/src/models/createdeploymentop.ts +4 -87
  89. package/src/models/createintegrationstoredirectop.ts +471 -471
  90. package/src/models/createprojectop.ts +30 -30
  91. package/src/models/getconfigurationproductsop.ts +627 -627
  92. package/src/models/getdeploymentop.ts +4 -88
  93. package/src/models/getmemberop.ts +8 -0
  94. package/src/models/team.ts +29 -15
  95. package/src/models/teamlimited.ts +14 -0
  96. package/src/models/updateprojectop.ts +30 -30
  97. package/src/models/userevent.ts +4882 -4390
  98. package/src/types/enums.ts +1 -21
  99. package/src/types/unrecognized.ts +27 -0
  100. package/vercel-spec.json +356 -244
@@ -257,12 +257,12 @@ export type GetConfigurationProductsType = ClosedEnum<
257
257
  typeof GetConfigurationProductsType
258
258
  >;
259
259
 
260
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792 =
260
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241 =
261
261
  {};
262
262
 
263
263
  export type PropertiesValue = {
264
- atBRANDAt666792:
265
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792;
264
+ atBRANDAt543241:
265
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241;
266
266
  };
267
267
 
268
268
  export const GetConfigurationProductsDisabled3 = {
@@ -331,28 +331,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
331
331
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl
332
332
  >;
333
333
 
334
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792 =
334
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241 =
335
335
  {};
336
336
 
337
337
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
338
- atBRANDAt666792:
339
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792;
338
+ atBRANDAt543241:
339
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241;
340
340
  };
341
341
 
342
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792 =
342
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241 =
343
343
  {};
344
344
 
345
345
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
346
- atBRANDAt666792:
347
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792;
346
+ atBRANDAt543241:
347
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241;
348
348
  };
349
349
 
350
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792 =
350
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241 =
351
351
  {};
352
352
 
353
353
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
354
- atBRANDAt666792:
355
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792;
354
+ atBRANDAt543241:
355
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241;
356
356
  };
357
357
 
358
358
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 =
@@ -497,28 +497,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
497
497
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
498
498
  >;
499
499
 
500
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792 =
500
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241 =
501
501
  {};
502
502
 
503
503
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
504
- atBRANDAt666792:
505
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792;
504
+ atBRANDAt543241:
505
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241;
506
506
  };
507
507
 
508
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792 =
508
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241 =
509
509
  {};
510
510
 
511
511
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
512
- atBRANDAt666792:
513
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792;
512
+ atBRANDAt543241:
513
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241;
514
514
  };
515
515
 
516
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792 =
516
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241 =
517
517
  {};
518
518
 
519
519
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
520
- atBRANDAt666792:
521
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792;
520
+ atBRANDAt543241:
521
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241;
522
522
  };
523
523
 
524
524
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
@@ -538,12 +538,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
538
538
  enum?: Array<string> | undefined;
539
539
  };
540
540
 
541
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792 =
541
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241 =
542
542
  {};
543
543
 
544
544
  export type GetConfigurationProductsUiOptionsValue = {
545
- atBRANDAt666792:
546
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792;
545
+ atBRANDAt543241:
546
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241;
547
547
  };
548
548
 
549
549
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
@@ -600,10 +600,10 @@ export type GetConfigurationProductsUiOptions3 = {
600
600
  | undefined;
601
601
  };
602
602
 
603
- export type GetConfigurationProductsUiOptionsAtBRANDAt666792 = {};
603
+ export type GetConfigurationProductsUiOptionsAtBRANDAt543241 = {};
604
604
 
605
605
  export type GetConfigurationProductsUiOptions2 = {
606
- atBRANDAt666792: GetConfigurationProductsUiOptionsAtBRANDAt666792;
606
+ atBRANDAt543241: GetConfigurationProductsUiOptionsAtBRANDAt543241;
607
607
  };
608
608
 
609
609
  export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
@@ -733,20 +733,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
733
733
  expr: string;
734
734
  };
735
735
 
736
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792 =
736
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241 =
737
737
  {};
738
738
 
739
739
  export type Default = {
740
- atBRANDAt666792:
741
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792;
740
+ atBRANDAt543241:
741
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241;
742
742
  };
743
743
 
744
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792 =
744
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241 =
745
745
  {};
746
746
 
747
747
  export type Example = {
748
- atBRANDAt666792:
749
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792;
748
+ atBRANDAt543241:
749
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241;
750
750
  };
751
751
 
752
752
  export type Properties8 = {
@@ -809,10 +809,10 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
809
809
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
810
810
  >;
811
811
 
812
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792 = {};
812
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241 = {};
813
813
 
814
814
  export type UiOptionsValue = {
815
- atBRANDAt666792: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792;
815
+ atBRANDAt543241: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241;
816
816
  };
817
817
 
818
818
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
@@ -869,10 +869,10 @@ export type UiOptions3 = {
869
869
  | undefined;
870
870
  };
871
871
 
872
- export type UiOptionsAtBRANDAt666792 = {};
872
+ export type UiOptionsAtBRANDAt543241 = {};
873
873
 
874
874
  export type UiOptions2 = {
875
- atBRANDAt666792: UiOptionsAtBRANDAt666792;
875
+ atBRANDAt543241: UiOptionsAtBRANDAt543241;
876
876
  };
877
877
 
878
878
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -935,28 +935,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
935
935
  | UiOptions2
936
936
  | UiOptions3;
937
937
 
938
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792 =
938
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241 =
939
939
  {};
940
940
 
941
941
  export type GetConfigurationProductsPropertiesMinLength = {
942
- atBRANDAt666792:
943
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792;
942
+ atBRANDAt543241:
943
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241;
944
944
  };
945
945
 
946
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792 =
946
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241 =
947
947
  {};
948
948
 
949
949
  export type GetConfigurationProductsPropertiesMaxLength = {
950
- atBRANDAt666792:
951
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792;
950
+ atBRANDAt543241:
951
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241;
952
952
  };
953
953
 
954
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792 =
954
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241 =
955
955
  {};
956
956
 
957
957
  export type GetConfigurationProductsPropertiesPattern = {
958
- atBRANDAt666792:
959
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792;
958
+ atBRANDAt543241:
959
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241;
960
960
  };
961
961
 
962
962
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -1098,30 +1098,30 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
1098
1098
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
1099
1099
  >;
1100
1100
 
1101
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792 =
1101
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241 =
1102
1102
  {};
1103
1103
 
1104
1104
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength =
1105
1105
  {
1106
- atBRANDAt666792:
1107
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792;
1106
+ atBRANDAt543241:
1107
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241;
1108
1108
  };
1109
1109
 
1110
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792 =
1110
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241 =
1111
1111
  {};
1112
1112
 
1113
1113
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength =
1114
1114
  {
1115
- atBRANDAt666792:
1116
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792;
1115
+ atBRANDAt543241:
1116
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241;
1117
1117
  };
1118
1118
 
1119
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792 =
1119
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241 =
1120
1120
  {};
1121
1121
 
1122
1122
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
1123
- atBRANDAt666792:
1124
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792;
1123
+ atBRANDAt543241:
1124
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241;
1125
1125
  };
1126
1126
 
1127
1127
  export type GetConfigurationProductsPropertiesItems = {
@@ -1366,27 +1366,27 @@ export type UiOptions = {
1366
1366
  | undefined;
1367
1367
  };
1368
1368
 
1369
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792 = {};
1369
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241 = {};
1370
1370
 
1371
1371
  export type PropertiesMinLength = {
1372
- atBRANDAt666792:
1373
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792;
1372
+ atBRANDAt543241:
1373
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241;
1374
1374
  };
1375
1375
 
1376
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792 =
1376
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241 =
1377
1377
  {};
1378
1378
 
1379
1379
  export type PropertiesMaxLength = {
1380
- atBRANDAt666792:
1381
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792;
1380
+ atBRANDAt543241:
1381
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241;
1382
1382
  };
1383
1383
 
1384
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792 =
1384
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241 =
1385
1385
  {};
1386
1386
 
1387
1387
  export type PropertiesPattern = {
1388
- atBRANDAt666792:
1389
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792;
1388
+ atBRANDAt543241:
1389
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241;
1390
1390
  };
1391
1391
 
1392
1392
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
@@ -1835,22 +1835,22 @@ export const UiControl = {
1835
1835
  } as const;
1836
1836
  export type UiControl = ClosedEnum<typeof UiControl>;
1837
1837
 
1838
- export type AtBRANDAt666792 = {};
1838
+ export type AtBRANDAt543241 = {};
1839
1839
 
1840
1840
  export type MinLength = {
1841
- atBRANDAt666792: AtBRANDAt666792;
1841
+ atBRANDAt543241: AtBRANDAt543241;
1842
1842
  };
1843
1843
 
1844
- export type PropertiesAtBRANDAt666792 = {};
1844
+ export type PropertiesAtBRANDAt543241 = {};
1845
1845
 
1846
1846
  export type MaxLength = {
1847
- atBRANDAt666792: PropertiesAtBRANDAt666792;
1847
+ atBRANDAt543241: PropertiesAtBRANDAt543241;
1848
1848
  };
1849
1849
 
1850
- export type GetConfigurationProductsPropertiesAtBRANDAt666792 = {};
1850
+ export type GetConfigurationProductsPropertiesAtBRANDAt543241 = {};
1851
1851
 
1852
1852
  export type Pattern = {
1853
- atBRANDAt666792: GetConfigurationProductsPropertiesAtBRANDAt666792;
1853
+ atBRANDAt543241: GetConfigurationProductsPropertiesAtBRANDAt543241;
1854
1854
  };
1855
1855
 
1856
1856
  export const UiReadOnly3 = {
@@ -2792,47 +2792,47 @@ export const GetConfigurationProductsType$outboundSchema: z.ZodNativeEnum<
2792
2792
  > = GetConfigurationProductsType$inboundSchema;
2793
2793
 
2794
2794
  /** @internal */
2795
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$inboundSchema:
2795
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema:
2796
2796
  z.ZodType<
2797
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792,
2797
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241,
2798
2798
  z.ZodTypeDef,
2799
2799
  unknown
2800
2800
  > = z.object({});
2801
2801
  /** @internal */
2802
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$Outbound =
2802
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$Outbound =
2803
2803
  {};
2804
2804
 
2805
2805
  /** @internal */
2806
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$outboundSchema:
2806
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema:
2807
2807
  z.ZodType<
2808
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$Outbound,
2808
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$Outbound,
2809
2809
  z.ZodTypeDef,
2810
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792
2810
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241
2811
2811
  > = z.object({});
2812
2812
 
2813
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792ToJSON(
2814
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792:
2815
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792,
2813
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241ToJSON(
2814
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241:
2815
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241,
2816
2816
  ): string {
2817
2817
  return JSON.stringify(
2818
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$outboundSchema
2818
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema
2819
2819
  .parse(
2820
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792,
2820
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241,
2821
2821
  ),
2822
2822
  );
2823
2823
  }
2824
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792FromJSON(
2824
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241FromJSON(
2825
2825
  jsonString: string,
2826
2826
  ): SafeParseResult<
2827
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792,
2827
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241,
2828
2828
  SDKValidationError
2829
2829
  > {
2830
2830
  return safeParse(
2831
2831
  jsonString,
2832
2832
  (x) =>
2833
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$inboundSchema
2833
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema
2834
2834
  .parse(JSON.parse(x)),
2835
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792' from JSON`,
2835
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241' from JSON`,
2836
2836
  );
2837
2837
  }
2838
2838
 
@@ -2842,18 +2842,18 @@ export const PropertiesValue$inboundSchema: z.ZodType<
2842
2842
  z.ZodTypeDef,
2843
2843
  unknown
2844
2844
  > = z.object({
2845
- "__@BRAND@666792": z.lazy(() =>
2846
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$inboundSchema
2845
+ "__@BRAND@543241": z.lazy(() =>
2846
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema
2847
2847
  ),
2848
2848
  }).transform((v) => {
2849
2849
  return remap$(v, {
2850
- "__@BRAND@666792": "atBRANDAt666792",
2850
+ "__@BRAND@543241": "atBRANDAt543241",
2851
2851
  });
2852
2852
  });
2853
2853
  /** @internal */
2854
2854
  export type PropertiesValue$Outbound = {
2855
- "__@BRAND@666792":
2856
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$Outbound;
2855
+ "__@BRAND@543241":
2856
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$Outbound;
2857
2857
  };
2858
2858
 
2859
2859
  /** @internal */
@@ -2862,12 +2862,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
2862
2862
  z.ZodTypeDef,
2863
2863
  PropertiesValue
2864
2864
  > = z.object({
2865
- atBRANDAt666792: z.lazy(() =>
2866
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt666792$outboundSchema
2865
+ atBRANDAt543241: z.lazy(() =>
2866
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema
2867
2867
  ),
2868
2868
  }).transform((v) => {
2869
2869
  return remap$(v, {
2870
- atBRANDAt666792: "__@BRAND@666792",
2870
+ atBRANDAt543241: "__@BRAND@543241",
2871
2871
  });
2872
2872
  });
2873
2873
 
@@ -3168,47 +3168,47 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
3168
3168
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
3169
3169
 
3170
3170
  /** @internal */
3171
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$inboundSchema:
3171
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema:
3172
3172
  z.ZodType<
3173
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792,
3173
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241,
3174
3174
  z.ZodTypeDef,
3175
3175
  unknown
3176
3176
  > = z.object({});
3177
3177
  /** @internal */
3178
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$Outbound =
3178
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$Outbound =
3179
3179
  {};
3180
3180
 
3181
3181
  /** @internal */
3182
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$outboundSchema:
3182
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema:
3183
3183
  z.ZodType<
3184
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$Outbound,
3184
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$Outbound,
3185
3185
  z.ZodTypeDef,
3186
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792
3186
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241
3187
3187
  > = z.object({});
3188
3188
 
3189
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792ToJSON(
3190
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792:
3191
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792,
3189
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241ToJSON(
3190
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241:
3191
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241,
3192
3192
  ): string {
3193
3193
  return JSON.stringify(
3194
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$outboundSchema
3194
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema
3195
3195
  .parse(
3196
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792,
3196
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241,
3197
3197
  ),
3198
3198
  );
3199
3199
  }
3200
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792FromJSON(
3200
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241FromJSON(
3201
3201
  jsonString: string,
3202
3202
  ): SafeParseResult<
3203
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792,
3203
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241,
3204
3204
  SDKValidationError
3205
3205
  > {
3206
3206
  return safeParse(
3207
3207
  jsonString,
3208
3208
  (x) =>
3209
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$inboundSchema
3209
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema
3210
3210
  .parse(JSON.parse(x)),
3211
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792' from JSON`,
3211
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241' from JSON`,
3212
3212
  );
3213
3213
  }
3214
3214
 
@@ -3219,18 +3219,18 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
3219
3219
  z.ZodTypeDef,
3220
3220
  unknown
3221
3221
  > = z.object({
3222
- "__@BRAND@666792": z.lazy(() =>
3223
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$inboundSchema
3222
+ "__@BRAND@543241": z.lazy(() =>
3223
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema
3224
3224
  ),
3225
3225
  }).transform((v) => {
3226
3226
  return remap$(v, {
3227
- "__@BRAND@666792": "atBRANDAt666792",
3227
+ "__@BRAND@543241": "atBRANDAt543241",
3228
3228
  });
3229
3229
  });
3230
3230
  /** @internal */
3231
3231
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3232
- "__@BRAND@666792":
3233
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$Outbound;
3232
+ "__@BRAND@543241":
3233
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$Outbound;
3234
3234
  };
3235
3235
 
3236
3236
  /** @internal */
@@ -3240,12 +3240,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
3240
3240
  z.ZodTypeDef,
3241
3241
  GetConfigurationProductsPropertiesIntegrationsMinLength
3242
3242
  > = z.object({
3243
- atBRANDAt666792: z.lazy(() =>
3244
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt666792$outboundSchema
3243
+ atBRANDAt543241: z.lazy(() =>
3244
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema
3245
3245
  ),
3246
3246
  }).transform((v) => {
3247
3247
  return remap$(v, {
3248
- atBRANDAt666792: "__@BRAND@666792",
3248
+ atBRANDAt543241: "__@BRAND@543241",
3249
3249
  });
3250
3250
  });
3251
3251
 
@@ -3274,47 +3274,47 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
3274
3274
  }
3275
3275
 
3276
3276
  /** @internal */
3277
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$inboundSchema:
3277
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema:
3278
3278
  z.ZodType<
3279
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792,
3279
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241,
3280
3280
  z.ZodTypeDef,
3281
3281
  unknown
3282
3282
  > = z.object({});
3283
3283
  /** @internal */
3284
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$Outbound =
3284
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$Outbound =
3285
3285
  {};
3286
3286
 
3287
3287
  /** @internal */
3288
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$outboundSchema:
3288
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema:
3289
3289
  z.ZodType<
3290
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$Outbound,
3290
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$Outbound,
3291
3291
  z.ZodTypeDef,
3292
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792
3292
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241
3293
3293
  > = z.object({});
3294
3294
 
3295
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792ToJSON(
3296
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792:
3297
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792,
3295
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241ToJSON(
3296
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241:
3297
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241,
3298
3298
  ): string {
3299
3299
  return JSON.stringify(
3300
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$outboundSchema
3300
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema
3301
3301
  .parse(
3302
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792,
3302
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241,
3303
3303
  ),
3304
3304
  );
3305
3305
  }
3306
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792FromJSON(
3306
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241FromJSON(
3307
3307
  jsonString: string,
3308
3308
  ): SafeParseResult<
3309
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792,
3309
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241,
3310
3310
  SDKValidationError
3311
3311
  > {
3312
3312
  return safeParse(
3313
3313
  jsonString,
3314
3314
  (x) =>
3315
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$inboundSchema
3315
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema
3316
3316
  .parse(JSON.parse(x)),
3317
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792' from JSON`,
3317
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241' from JSON`,
3318
3318
  );
3319
3319
  }
3320
3320
 
@@ -3325,18 +3325,18 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
3325
3325
  z.ZodTypeDef,
3326
3326
  unknown
3327
3327
  > = z.object({
3328
- "__@BRAND@666792": z.lazy(() =>
3329
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$inboundSchema
3328
+ "__@BRAND@543241": z.lazy(() =>
3329
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema
3330
3330
  ),
3331
3331
  }).transform((v) => {
3332
3332
  return remap$(v, {
3333
- "__@BRAND@666792": "atBRANDAt666792",
3333
+ "__@BRAND@543241": "atBRANDAt543241",
3334
3334
  });
3335
3335
  });
3336
3336
  /** @internal */
3337
3337
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3338
- "__@BRAND@666792":
3339
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$Outbound;
3338
+ "__@BRAND@543241":
3339
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$Outbound;
3340
3340
  };
3341
3341
 
3342
3342
  /** @internal */
@@ -3346,12 +3346,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
3346
3346
  z.ZodTypeDef,
3347
3347
  GetConfigurationProductsPropertiesIntegrationsMaxLength
3348
3348
  > = z.object({
3349
- atBRANDAt666792: z.lazy(() =>
3350
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt666792$outboundSchema
3349
+ atBRANDAt543241: z.lazy(() =>
3350
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema
3351
3351
  ),
3352
3352
  }).transform((v) => {
3353
3353
  return remap$(v, {
3354
- atBRANDAt666792: "__@BRAND@666792",
3354
+ atBRANDAt543241: "__@BRAND@543241",
3355
3355
  });
3356
3356
  });
3357
3357
 
@@ -3380,47 +3380,47 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
3380
3380
  }
3381
3381
 
3382
3382
  /** @internal */
3383
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$inboundSchema:
3383
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema:
3384
3384
  z.ZodType<
3385
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792,
3385
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241,
3386
3386
  z.ZodTypeDef,
3387
3387
  unknown
3388
3388
  > = z.object({});
3389
3389
  /** @internal */
3390
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$Outbound =
3390
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$Outbound =
3391
3391
  {};
3392
3392
 
3393
3393
  /** @internal */
3394
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$outboundSchema:
3394
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema:
3395
3395
  z.ZodType<
3396
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$Outbound,
3396
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$Outbound,
3397
3397
  z.ZodTypeDef,
3398
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792
3398
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241
3399
3399
  > = z.object({});
3400
3400
 
3401
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792ToJSON(
3402
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792:
3403
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792,
3401
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241ToJSON(
3402
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241:
3403
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241,
3404
3404
  ): string {
3405
3405
  return JSON.stringify(
3406
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$outboundSchema
3406
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema
3407
3407
  .parse(
3408
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792,
3408
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241,
3409
3409
  ),
3410
3410
  );
3411
3411
  }
3412
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792FromJSON(
3412
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241FromJSON(
3413
3413
  jsonString: string,
3414
3414
  ): SafeParseResult<
3415
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792,
3415
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241,
3416
3416
  SDKValidationError
3417
3417
  > {
3418
3418
  return safeParse(
3419
3419
  jsonString,
3420
3420
  (x) =>
3421
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$inboundSchema
3421
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema
3422
3422
  .parse(JSON.parse(x)),
3423
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792' from JSON`,
3423
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241' from JSON`,
3424
3424
  );
3425
3425
  }
3426
3426
 
@@ -3431,18 +3431,18 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
3431
3431
  z.ZodTypeDef,
3432
3432
  unknown
3433
3433
  > = z.object({
3434
- "__@BRAND@666792": z.lazy(() =>
3435
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$inboundSchema
3434
+ "__@BRAND@543241": z.lazy(() =>
3435
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema
3436
3436
  ),
3437
3437
  }).transform((v) => {
3438
3438
  return remap$(v, {
3439
- "__@BRAND@666792": "atBRANDAt666792",
3439
+ "__@BRAND@543241": "atBRANDAt543241",
3440
3440
  });
3441
3441
  });
3442
3442
  /** @internal */
3443
3443
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
3444
- "__@BRAND@666792":
3445
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$Outbound;
3444
+ "__@BRAND@543241":
3445
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$Outbound;
3446
3446
  };
3447
3447
 
3448
3448
  /** @internal */
@@ -3452,12 +3452,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
3452
3452
  z.ZodTypeDef,
3453
3453
  GetConfigurationProductsPropertiesIntegrationsPattern
3454
3454
  > = z.object({
3455
- atBRANDAt666792: z.lazy(() =>
3456
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt666792$outboundSchema
3455
+ atBRANDAt543241: z.lazy(() =>
3456
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema
3457
3457
  ),
3458
3458
  }).transform((v) => {
3459
3459
  return remap$(v, {
3460
- atBRANDAt666792: "__@BRAND@666792",
3460
+ atBRANDAt543241: "__@BRAND@543241",
3461
3461
  });
3462
3462
  });
3463
3463
 
@@ -4248,47 +4248,47 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
4248
4248
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
4249
4249
 
4250
4250
  /** @internal */
4251
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$inboundSchema:
4251
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema:
4252
4252
  z.ZodType<
4253
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792,
4253
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241,
4254
4254
  z.ZodTypeDef,
4255
4255
  unknown
4256
4256
  > = z.object({});
4257
4257
  /** @internal */
4258
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$Outbound =
4258
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$Outbound =
4259
4259
  {};
4260
4260
 
4261
4261
  /** @internal */
4262
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$outboundSchema:
4262
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema:
4263
4263
  z.ZodType<
4264
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$Outbound,
4264
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$Outbound,
4265
4265
  z.ZodTypeDef,
4266
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792
4266
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241
4267
4267
  > = z.object({});
4268
4268
 
4269
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792ToJSON(
4270
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792:
4271
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792,
4269
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241ToJSON(
4270
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241:
4271
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241,
4272
4272
  ): string {
4273
4273
  return JSON.stringify(
4274
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$outboundSchema
4274
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema
4275
4275
  .parse(
4276
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792,
4276
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241,
4277
4277
  ),
4278
4278
  );
4279
4279
  }
4280
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792FromJSON(
4280
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241FromJSON(
4281
4281
  jsonString: string,
4282
4282
  ): SafeParseResult<
4283
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792,
4283
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241,
4284
4284
  SDKValidationError
4285
4285
  > {
4286
4286
  return safeParse(
4287
4287
  jsonString,
4288
4288
  (x) =>
4289
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$inboundSchema
4289
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema
4290
4290
  .parse(JSON.parse(x)),
4291
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792' from JSON`,
4291
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241' from JSON`,
4292
4292
  );
4293
4293
  }
4294
4294
 
@@ -4299,19 +4299,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
4299
4299
  z.ZodTypeDef,
4300
4300
  unknown
4301
4301
  > = z.object({
4302
- "__@BRAND@666792": z.lazy(() =>
4303
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$inboundSchema
4302
+ "__@BRAND@543241": z.lazy(() =>
4303
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema
4304
4304
  ),
4305
4305
  }).transform((v) => {
4306
4306
  return remap$(v, {
4307
- "__@BRAND@666792": "atBRANDAt666792",
4307
+ "__@BRAND@543241": "atBRANDAt543241",
4308
4308
  });
4309
4309
  });
4310
4310
  /** @internal */
4311
4311
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
4312
4312
  {
4313
- "__@BRAND@666792":
4314
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$Outbound;
4313
+ "__@BRAND@543241":
4314
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$Outbound;
4315
4315
  };
4316
4316
 
4317
4317
  /** @internal */
@@ -4321,12 +4321,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
4321
4321
  z.ZodTypeDef,
4322
4322
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength
4323
4323
  > = z.object({
4324
- atBRANDAt666792: z.lazy(() =>
4325
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt666792$outboundSchema
4324
+ atBRANDAt543241: z.lazy(() =>
4325
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema
4326
4326
  ),
4327
4327
  }).transform((v) => {
4328
4328
  return remap$(v, {
4329
- atBRANDAt666792: "__@BRAND@666792",
4329
+ atBRANDAt543241: "__@BRAND@543241",
4330
4330
  });
4331
4331
  });
4332
4332
 
@@ -4355,47 +4355,47 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
4355
4355
  }
4356
4356
 
4357
4357
  /** @internal */
4358
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$inboundSchema:
4358
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema:
4359
4359
  z.ZodType<
4360
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792,
4360
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241,
4361
4361
  z.ZodTypeDef,
4362
4362
  unknown
4363
4363
  > = z.object({});
4364
4364
  /** @internal */
4365
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$Outbound =
4365
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$Outbound =
4366
4366
  {};
4367
4367
 
4368
4368
  /** @internal */
4369
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$outboundSchema:
4369
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema:
4370
4370
  z.ZodType<
4371
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$Outbound,
4371
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$Outbound,
4372
4372
  z.ZodTypeDef,
4373
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792
4373
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241
4374
4374
  > = z.object({});
4375
4375
 
4376
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792ToJSON(
4377
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792:
4378
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792,
4376
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241ToJSON(
4377
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241:
4378
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241,
4379
4379
  ): string {
4380
4380
  return JSON.stringify(
4381
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$outboundSchema
4381
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema
4382
4382
  .parse(
4383
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792,
4383
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241,
4384
4384
  ),
4385
4385
  );
4386
4386
  }
4387
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792FromJSON(
4387
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241FromJSON(
4388
4388
  jsonString: string,
4389
4389
  ): SafeParseResult<
4390
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792,
4390
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241,
4391
4391
  SDKValidationError
4392
4392
  > {
4393
4393
  return safeParse(
4394
4394
  jsonString,
4395
4395
  (x) =>
4396
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$inboundSchema
4396
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema
4397
4397
  .parse(JSON.parse(x)),
4398
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792' from JSON`,
4398
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241' from JSON`,
4399
4399
  );
4400
4400
  }
4401
4401
 
@@ -4406,19 +4406,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
4406
4406
  z.ZodTypeDef,
4407
4407
  unknown
4408
4408
  > = z.object({
4409
- "__@BRAND@666792": z.lazy(() =>
4410
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$inboundSchema
4409
+ "__@BRAND@543241": z.lazy(() =>
4410
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema
4411
4411
  ),
4412
4412
  }).transform((v) => {
4413
4413
  return remap$(v, {
4414
- "__@BRAND@666792": "atBRANDAt666792",
4414
+ "__@BRAND@543241": "atBRANDAt543241",
4415
4415
  });
4416
4416
  });
4417
4417
  /** @internal */
4418
4418
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
4419
4419
  {
4420
- "__@BRAND@666792":
4421
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$Outbound;
4420
+ "__@BRAND@543241":
4421
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$Outbound;
4422
4422
  };
4423
4423
 
4424
4424
  /** @internal */
@@ -4428,12 +4428,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
4428
4428
  z.ZodTypeDef,
4429
4429
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
4430
4430
  > = z.object({
4431
- atBRANDAt666792: z.lazy(() =>
4432
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt666792$outboundSchema
4431
+ atBRANDAt543241: z.lazy(() =>
4432
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema
4433
4433
  ),
4434
4434
  }).transform((v) => {
4435
4435
  return remap$(v, {
4436
- atBRANDAt666792: "__@BRAND@666792",
4436
+ atBRANDAt543241: "__@BRAND@543241",
4437
4437
  });
4438
4438
  });
4439
4439
 
@@ -4462,47 +4462,47 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
4462
4462
  }
4463
4463
 
4464
4464
  /** @internal */
4465
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$inboundSchema:
4465
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema:
4466
4466
  z.ZodType<
4467
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792,
4467
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241,
4468
4468
  z.ZodTypeDef,
4469
4469
  unknown
4470
4470
  > = z.object({});
4471
4471
  /** @internal */
4472
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$Outbound =
4472
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$Outbound =
4473
4473
  {};
4474
4474
 
4475
4475
  /** @internal */
4476
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$outboundSchema:
4476
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema:
4477
4477
  z.ZodType<
4478
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$Outbound,
4478
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$Outbound,
4479
4479
  z.ZodTypeDef,
4480
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792
4480
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241
4481
4481
  > = z.object({});
4482
4482
 
4483
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792ToJSON(
4484
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792:
4485
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792,
4483
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241ToJSON(
4484
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241:
4485
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241,
4486
4486
  ): string {
4487
4487
  return JSON.stringify(
4488
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$outboundSchema
4488
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema
4489
4489
  .parse(
4490
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792,
4490
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241,
4491
4491
  ),
4492
4492
  );
4493
4493
  }
4494
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792FromJSON(
4494
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241FromJSON(
4495
4495
  jsonString: string,
4496
4496
  ): SafeParseResult<
4497
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792,
4497
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241,
4498
4498
  SDKValidationError
4499
4499
  > {
4500
4500
  return safeParse(
4501
4501
  jsonString,
4502
4502
  (x) =>
4503
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$inboundSchema
4503
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema
4504
4504
  .parse(JSON.parse(x)),
4505
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792' from JSON`,
4505
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241' from JSON`,
4506
4506
  );
4507
4507
  }
4508
4508
 
@@ -4513,19 +4513,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
4513
4513
  z.ZodTypeDef,
4514
4514
  unknown
4515
4515
  > = z.object({
4516
- "__@BRAND@666792": z.lazy(() =>
4517
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$inboundSchema
4516
+ "__@BRAND@543241": z.lazy(() =>
4517
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema
4518
4518
  ),
4519
4519
  }).transform((v) => {
4520
4520
  return remap$(v, {
4521
- "__@BRAND@666792": "atBRANDAt666792",
4521
+ "__@BRAND@543241": "atBRANDAt543241",
4522
4522
  });
4523
4523
  });
4524
4524
  /** @internal */
4525
4525
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
4526
4526
  {
4527
- "__@BRAND@666792":
4528
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$Outbound;
4527
+ "__@BRAND@543241":
4528
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$Outbound;
4529
4529
  };
4530
4530
 
4531
4531
  /** @internal */
@@ -4535,12 +4535,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
4535
4535
  z.ZodTypeDef,
4536
4536
  GetConfigurationProductsPropertiesIntegrationsResponsePattern
4537
4537
  > = z.object({
4538
- atBRANDAt666792: z.lazy(() =>
4539
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt666792$outboundSchema
4538
+ atBRANDAt543241: z.lazy(() =>
4539
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema
4540
4540
  ),
4541
4541
  }).transform((v) => {
4542
4542
  return remap$(v, {
4543
- atBRANDAt666792: "__@BRAND@666792",
4543
+ atBRANDAt543241: "__@BRAND@543241",
4544
4544
  });
4545
4545
  });
4546
4546
 
@@ -4657,47 +4657,47 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
4657
4657
  }
4658
4658
 
4659
4659
  /** @internal */
4660
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$inboundSchema:
4660
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema:
4661
4661
  z.ZodType<
4662
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792,
4662
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241,
4663
4663
  z.ZodTypeDef,
4664
4664
  unknown
4665
4665
  > = z.object({});
4666
4666
  /** @internal */
4667
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$Outbound =
4667
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$Outbound =
4668
4668
  {};
4669
4669
 
4670
4670
  /** @internal */
4671
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$outboundSchema:
4671
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema:
4672
4672
  z.ZodType<
4673
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$Outbound,
4673
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$Outbound,
4674
4674
  z.ZodTypeDef,
4675
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792
4675
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241
4676
4676
  > = z.object({});
4677
4677
 
4678
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792ToJSON(
4679
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792:
4680
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792,
4678
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241ToJSON(
4679
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241:
4680
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241,
4681
4681
  ): string {
4682
4682
  return JSON.stringify(
4683
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$outboundSchema
4683
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema
4684
4684
  .parse(
4685
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792,
4685
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241,
4686
4686
  ),
4687
4687
  );
4688
4688
  }
4689
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792FromJSON(
4689
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241FromJSON(
4690
4690
  jsonString: string,
4691
4691
  ): SafeParseResult<
4692
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792,
4692
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241,
4693
4693
  SDKValidationError
4694
4694
  > {
4695
4695
  return safeParse(
4696
4696
  jsonString,
4697
4697
  (x) =>
4698
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$inboundSchema
4698
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema
4699
4699
  .parse(JSON.parse(x)),
4700
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792' from JSON`,
4700
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241' from JSON`,
4701
4701
  );
4702
4702
  }
4703
4703
 
@@ -4707,18 +4707,18 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
4707
4707
  z.ZodTypeDef,
4708
4708
  unknown
4709
4709
  > = z.object({
4710
- "__@BRAND@666792": z.lazy(() =>
4711
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$inboundSchema
4710
+ "__@BRAND@543241": z.lazy(() =>
4711
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema
4712
4712
  ),
4713
4713
  }).transform((v) => {
4714
4714
  return remap$(v, {
4715
- "__@BRAND@666792": "atBRANDAt666792",
4715
+ "__@BRAND@543241": "atBRANDAt543241",
4716
4716
  });
4717
4717
  });
4718
4718
  /** @internal */
4719
4719
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
4720
- "__@BRAND@666792":
4721
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$Outbound;
4720
+ "__@BRAND@543241":
4721
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$Outbound;
4722
4722
  };
4723
4723
 
4724
4724
  /** @internal */
@@ -4727,12 +4727,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
4727
4727
  z.ZodTypeDef,
4728
4728
  GetConfigurationProductsUiOptionsValue
4729
4729
  > = z.object({
4730
- atBRANDAt666792: z.lazy(() =>
4731
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt666792$outboundSchema
4730
+ atBRANDAt543241: z.lazy(() =>
4731
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema
4732
4732
  ),
4733
4733
  }).transform((v) => {
4734
4734
  return remap$(v, {
4735
- atBRANDAt666792: "__@BRAND@666792",
4735
+ atBRANDAt543241: "__@BRAND@543241",
4736
4736
  });
4737
4737
  });
4738
4738
 
@@ -5082,46 +5082,46 @@ export function getConfigurationProductsUiOptions3FromJSON(
5082
5082
  }
5083
5083
 
5084
5084
  /** @internal */
5085
- export const GetConfigurationProductsUiOptionsAtBRANDAt666792$inboundSchema:
5085
+ export const GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema:
5086
5086
  z.ZodType<
5087
- GetConfigurationProductsUiOptionsAtBRANDAt666792,
5087
+ GetConfigurationProductsUiOptionsAtBRANDAt543241,
5088
5088
  z.ZodTypeDef,
5089
5089
  unknown
5090
5090
  > = z.object({});
5091
5091
  /** @internal */
5092
- export type GetConfigurationProductsUiOptionsAtBRANDAt666792$Outbound = {};
5092
+ export type GetConfigurationProductsUiOptionsAtBRANDAt543241$Outbound = {};
5093
5093
 
5094
5094
  /** @internal */
5095
- export const GetConfigurationProductsUiOptionsAtBRANDAt666792$outboundSchema:
5095
+ export const GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema:
5096
5096
  z.ZodType<
5097
- GetConfigurationProductsUiOptionsAtBRANDAt666792$Outbound,
5097
+ GetConfigurationProductsUiOptionsAtBRANDAt543241$Outbound,
5098
5098
  z.ZodTypeDef,
5099
- GetConfigurationProductsUiOptionsAtBRANDAt666792
5099
+ GetConfigurationProductsUiOptionsAtBRANDAt543241
5100
5100
  > = z.object({});
5101
5101
 
5102
- export function getConfigurationProductsUiOptionsAtBRANDAt666792ToJSON(
5103
- getConfigurationProductsUiOptionsAtBRANDAt666792:
5104
- GetConfigurationProductsUiOptionsAtBRANDAt666792,
5102
+ export function getConfigurationProductsUiOptionsAtBRANDAt543241ToJSON(
5103
+ getConfigurationProductsUiOptionsAtBRANDAt543241:
5104
+ GetConfigurationProductsUiOptionsAtBRANDAt543241,
5105
5105
  ): string {
5106
5106
  return JSON.stringify(
5107
- GetConfigurationProductsUiOptionsAtBRANDAt666792$outboundSchema.parse(
5108
- getConfigurationProductsUiOptionsAtBRANDAt666792,
5107
+ GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema.parse(
5108
+ getConfigurationProductsUiOptionsAtBRANDAt543241,
5109
5109
  ),
5110
5110
  );
5111
5111
  }
5112
- export function getConfigurationProductsUiOptionsAtBRANDAt666792FromJSON(
5112
+ export function getConfigurationProductsUiOptionsAtBRANDAt543241FromJSON(
5113
5113
  jsonString: string,
5114
5114
  ): SafeParseResult<
5115
- GetConfigurationProductsUiOptionsAtBRANDAt666792,
5115
+ GetConfigurationProductsUiOptionsAtBRANDAt543241,
5116
5116
  SDKValidationError
5117
5117
  > {
5118
5118
  return safeParse(
5119
5119
  jsonString,
5120
5120
  (x) =>
5121
- GetConfigurationProductsUiOptionsAtBRANDAt666792$inboundSchema.parse(
5121
+ GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema.parse(
5122
5122
  JSON.parse(x),
5123
5123
  ),
5124
- `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt666792' from JSON`,
5124
+ `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt543241' from JSON`,
5125
5125
  );
5126
5126
  }
5127
5127
 
@@ -5131,17 +5131,17 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
5131
5131
  z.ZodTypeDef,
5132
5132
  unknown
5133
5133
  > = z.object({
5134
- "__@BRAND@666792": z.lazy(() =>
5135
- GetConfigurationProductsUiOptionsAtBRANDAt666792$inboundSchema
5134
+ "__@BRAND@543241": z.lazy(() =>
5135
+ GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema
5136
5136
  ),
5137
5137
  }).transform((v) => {
5138
5138
  return remap$(v, {
5139
- "__@BRAND@666792": "atBRANDAt666792",
5139
+ "__@BRAND@543241": "atBRANDAt543241",
5140
5140
  });
5141
5141
  });
5142
5142
  /** @internal */
5143
5143
  export type GetConfigurationProductsUiOptions2$Outbound = {
5144
- "__@BRAND@666792": GetConfigurationProductsUiOptionsAtBRANDAt666792$Outbound;
5144
+ "__@BRAND@543241": GetConfigurationProductsUiOptionsAtBRANDAt543241$Outbound;
5145
5145
  };
5146
5146
 
5147
5147
  /** @internal */
@@ -5150,12 +5150,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
5150
5150
  z.ZodTypeDef,
5151
5151
  GetConfigurationProductsUiOptions2
5152
5152
  > = z.object({
5153
- atBRANDAt666792: z.lazy(() =>
5154
- GetConfigurationProductsUiOptionsAtBRANDAt666792$outboundSchema
5153
+ atBRANDAt543241: z.lazy(() =>
5154
+ GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema
5155
5155
  ),
5156
5156
  }).transform((v) => {
5157
5157
  return remap$(v, {
5158
- atBRANDAt666792: "__@BRAND@666792",
5158
+ atBRANDAt543241: "__@BRAND@543241",
5159
5159
  });
5160
5160
  });
5161
5161
 
@@ -6084,65 +6084,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
6084
6084
  }
6085
6085
 
6086
6086
  /** @internal */
6087
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$inboundSchema:
6087
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema:
6088
6088
  z.ZodType<
6089
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792,
6089
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241,
6090
6090
  z.ZodTypeDef,
6091
6091
  unknown
6092
6092
  > = z.object({});
6093
6093
  /** @internal */
6094
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$Outbound =
6094
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$Outbound =
6095
6095
  {};
6096
6096
 
6097
6097
  /** @internal */
6098
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$outboundSchema:
6098
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema:
6099
6099
  z.ZodType<
6100
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$Outbound,
6100
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$Outbound,
6101
6101
  z.ZodTypeDef,
6102
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792
6102
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241
6103
6103
  > = z.object({});
6104
6104
 
6105
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792ToJSON(
6106
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792:
6107
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792,
6105
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241ToJSON(
6106
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241:
6107
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241,
6108
6108
  ): string {
6109
6109
  return JSON.stringify(
6110
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$outboundSchema
6110
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema
6111
6111
  .parse(
6112
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792,
6112
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241,
6113
6113
  ),
6114
6114
  );
6115
6115
  }
6116
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792FromJSON(
6116
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241FromJSON(
6117
6117
  jsonString: string,
6118
6118
  ): SafeParseResult<
6119
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792,
6119
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241,
6120
6120
  SDKValidationError
6121
6121
  > {
6122
6122
  return safeParse(
6123
6123
  jsonString,
6124
6124
  (x) =>
6125
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$inboundSchema
6125
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema
6126
6126
  .parse(JSON.parse(x)),
6127
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792' from JSON`,
6127
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241' from JSON`,
6128
6128
  );
6129
6129
  }
6130
6130
 
6131
6131
  /** @internal */
6132
6132
  export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
6133
6133
  z.object({
6134
- "__@BRAND@666792": z.lazy(() =>
6135
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$inboundSchema
6134
+ "__@BRAND@543241": z.lazy(() =>
6135
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema
6136
6136
  ),
6137
6137
  }).transform((v) => {
6138
6138
  return remap$(v, {
6139
- "__@BRAND@666792": "atBRANDAt666792",
6139
+ "__@BRAND@543241": "atBRANDAt543241",
6140
6140
  });
6141
6141
  });
6142
6142
  /** @internal */
6143
6143
  export type Default$Outbound = {
6144
- "__@BRAND@666792":
6145
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$Outbound;
6144
+ "__@BRAND@543241":
6145
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$Outbound;
6146
6146
  };
6147
6147
 
6148
6148
  /** @internal */
@@ -6151,12 +6151,12 @@ export const Default$outboundSchema: z.ZodType<
6151
6151
  z.ZodTypeDef,
6152
6152
  Default
6153
6153
  > = z.object({
6154
- atBRANDAt666792: z.lazy(() =>
6155
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt666792$outboundSchema
6154
+ atBRANDAt543241: z.lazy(() =>
6155
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema
6156
6156
  ),
6157
6157
  }).transform((v) => {
6158
6158
  return remap$(v, {
6159
- atBRANDAt666792: "__@BRAND@666792",
6159
+ atBRANDAt543241: "__@BRAND@543241",
6160
6160
  });
6161
6161
  });
6162
6162
 
@@ -6174,65 +6174,65 @@ export function defaultFromJSON(
6174
6174
  }
6175
6175
 
6176
6176
  /** @internal */
6177
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$inboundSchema:
6177
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema:
6178
6178
  z.ZodType<
6179
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792,
6179
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241,
6180
6180
  z.ZodTypeDef,
6181
6181
  unknown
6182
6182
  > = z.object({});
6183
6183
  /** @internal */
6184
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$Outbound =
6184
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$Outbound =
6185
6185
  {};
6186
6186
 
6187
6187
  /** @internal */
6188
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$outboundSchema:
6188
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema:
6189
6189
  z.ZodType<
6190
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$Outbound,
6190
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$Outbound,
6191
6191
  z.ZodTypeDef,
6192
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792
6192
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241
6193
6193
  > = z.object({});
6194
6194
 
6195
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792ToJSON(
6196
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792:
6197
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792,
6195
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241ToJSON(
6196
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241:
6197
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241,
6198
6198
  ): string {
6199
6199
  return JSON.stringify(
6200
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$outboundSchema
6200
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema
6201
6201
  .parse(
6202
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792,
6202
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241,
6203
6203
  ),
6204
6204
  );
6205
6205
  }
6206
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792FromJSON(
6206
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241FromJSON(
6207
6207
  jsonString: string,
6208
6208
  ): SafeParseResult<
6209
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792,
6209
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241,
6210
6210
  SDKValidationError
6211
6211
  > {
6212
6212
  return safeParse(
6213
6213
  jsonString,
6214
6214
  (x) =>
6215
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$inboundSchema
6215
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema
6216
6216
  .parse(JSON.parse(x)),
6217
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792' from JSON`,
6217
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241' from JSON`,
6218
6218
  );
6219
6219
  }
6220
6220
 
6221
6221
  /** @internal */
6222
6222
  export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
6223
6223
  z.object({
6224
- "__@BRAND@666792": z.lazy(() =>
6225
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$inboundSchema
6224
+ "__@BRAND@543241": z.lazy(() =>
6225
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema
6226
6226
  ),
6227
6227
  }).transform((v) => {
6228
6228
  return remap$(v, {
6229
- "__@BRAND@666792": "atBRANDAt666792",
6229
+ "__@BRAND@543241": "atBRANDAt543241",
6230
6230
  });
6231
6231
  });
6232
6232
  /** @internal */
6233
6233
  export type Example$Outbound = {
6234
- "__@BRAND@666792":
6235
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$Outbound;
6234
+ "__@BRAND@543241":
6235
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$Outbound;
6236
6236
  };
6237
6237
 
6238
6238
  /** @internal */
@@ -6241,12 +6241,12 @@ export const Example$outboundSchema: z.ZodType<
6241
6241
  z.ZodTypeDef,
6242
6242
  Example
6243
6243
  > = z.object({
6244
- atBRANDAt666792: z.lazy(() =>
6245
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt666792$outboundSchema
6244
+ atBRANDAt543241: z.lazy(() =>
6245
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema
6246
6246
  ),
6247
6247
  }).transform((v) => {
6248
6248
  return remap$(v, {
6249
- atBRANDAt666792: "__@BRAND@666792",
6249
+ atBRANDAt543241: "__@BRAND@543241",
6250
6250
  });
6251
6251
  });
6252
6252
 
@@ -6487,45 +6487,45 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
6487
6487
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
6488
6488
 
6489
6489
  /** @internal */
6490
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$inboundSchema:
6490
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema:
6491
6491
  z.ZodType<
6492
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792,
6492
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241,
6493
6493
  z.ZodTypeDef,
6494
6494
  unknown
6495
6495
  > = z.object({});
6496
6496
  /** @internal */
6497
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$Outbound =
6497
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$Outbound =
6498
6498
  {};
6499
6499
 
6500
6500
  /** @internal */
6501
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$outboundSchema:
6501
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema:
6502
6502
  z.ZodType<
6503
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$Outbound,
6503
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$Outbound,
6504
6504
  z.ZodTypeDef,
6505
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792
6505
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241
6506
6506
  > = z.object({});
6507
6507
 
6508
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792ToJSON(
6509
- getConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792:
6510
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792,
6508
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241ToJSON(
6509
+ getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241:
6510
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241,
6511
6511
  ): string {
6512
6512
  return JSON.stringify(
6513
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$outboundSchema
6514
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792),
6513
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema
6514
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241),
6515
6515
  );
6516
6516
  }
6517
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792FromJSON(
6517
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241FromJSON(
6518
6518
  jsonString: string,
6519
6519
  ): SafeParseResult<
6520
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792,
6520
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241,
6521
6521
  SDKValidationError
6522
6522
  > {
6523
6523
  return safeParse(
6524
6524
  jsonString,
6525
6525
  (x) =>
6526
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$inboundSchema
6526
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema
6527
6527
  .parse(JSON.parse(x)),
6528
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792' from JSON`,
6528
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241' from JSON`,
6529
6529
  );
6530
6530
  }
6531
6531
 
@@ -6535,18 +6535,18 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
6535
6535
  z.ZodTypeDef,
6536
6536
  unknown
6537
6537
  > = z.object({
6538
- "__@BRAND@666792": z.lazy(() =>
6539
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$inboundSchema
6538
+ "__@BRAND@543241": z.lazy(() =>
6539
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema
6540
6540
  ),
6541
6541
  }).transform((v) => {
6542
6542
  return remap$(v, {
6543
- "__@BRAND@666792": "atBRANDAt666792",
6543
+ "__@BRAND@543241": "atBRANDAt543241",
6544
6544
  });
6545
6545
  });
6546
6546
  /** @internal */
6547
6547
  export type UiOptionsValue$Outbound = {
6548
- "__@BRAND@666792":
6549
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$Outbound;
6548
+ "__@BRAND@543241":
6549
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$Outbound;
6550
6550
  };
6551
6551
 
6552
6552
  /** @internal */
@@ -6555,12 +6555,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
6555
6555
  z.ZodTypeDef,
6556
6556
  UiOptionsValue
6557
6557
  > = z.object({
6558
- atBRANDAt666792: z.lazy(() =>
6559
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt666792$outboundSchema
6558
+ atBRANDAt543241: z.lazy(() =>
6559
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema
6560
6560
  ),
6561
6561
  }).transform((v) => {
6562
6562
  return remap$(v, {
6563
- atBRANDAt666792: "__@BRAND@666792",
6563
+ atBRANDAt543241: "__@BRAND@543241",
6564
6564
  });
6565
6565
  });
6566
6566
 
@@ -6896,35 +6896,35 @@ export function uiOptions3FromJSON(
6896
6896
  }
6897
6897
 
6898
6898
  /** @internal */
6899
- export const UiOptionsAtBRANDAt666792$inboundSchema: z.ZodType<
6900
- UiOptionsAtBRANDAt666792,
6899
+ export const UiOptionsAtBRANDAt543241$inboundSchema: z.ZodType<
6900
+ UiOptionsAtBRANDAt543241,
6901
6901
  z.ZodTypeDef,
6902
6902
  unknown
6903
6903
  > = z.object({});
6904
6904
  /** @internal */
6905
- export type UiOptionsAtBRANDAt666792$Outbound = {};
6905
+ export type UiOptionsAtBRANDAt543241$Outbound = {};
6906
6906
 
6907
6907
  /** @internal */
6908
- export const UiOptionsAtBRANDAt666792$outboundSchema: z.ZodType<
6909
- UiOptionsAtBRANDAt666792$Outbound,
6908
+ export const UiOptionsAtBRANDAt543241$outboundSchema: z.ZodType<
6909
+ UiOptionsAtBRANDAt543241$Outbound,
6910
6910
  z.ZodTypeDef,
6911
- UiOptionsAtBRANDAt666792
6911
+ UiOptionsAtBRANDAt543241
6912
6912
  > = z.object({});
6913
6913
 
6914
- export function uiOptionsAtBRANDAt666792ToJSON(
6915
- uiOptionsAtBRANDAt666792: UiOptionsAtBRANDAt666792,
6914
+ export function uiOptionsAtBRANDAt543241ToJSON(
6915
+ uiOptionsAtBRANDAt543241: UiOptionsAtBRANDAt543241,
6916
6916
  ): string {
6917
6917
  return JSON.stringify(
6918
- UiOptionsAtBRANDAt666792$outboundSchema.parse(uiOptionsAtBRANDAt666792),
6918
+ UiOptionsAtBRANDAt543241$outboundSchema.parse(uiOptionsAtBRANDAt543241),
6919
6919
  );
6920
6920
  }
6921
- export function uiOptionsAtBRANDAt666792FromJSON(
6921
+ export function uiOptionsAtBRANDAt543241FromJSON(
6922
6922
  jsonString: string,
6923
- ): SafeParseResult<UiOptionsAtBRANDAt666792, SDKValidationError> {
6923
+ ): SafeParseResult<UiOptionsAtBRANDAt543241, SDKValidationError> {
6924
6924
  return safeParse(
6925
6925
  jsonString,
6926
- (x) => UiOptionsAtBRANDAt666792$inboundSchema.parse(JSON.parse(x)),
6927
- `Failed to parse 'UiOptionsAtBRANDAt666792' from JSON`,
6926
+ (x) => UiOptionsAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)),
6927
+ `Failed to parse 'UiOptionsAtBRANDAt543241' from JSON`,
6928
6928
  );
6929
6929
  }
6930
6930
 
@@ -6934,15 +6934,15 @@ export const UiOptions2$inboundSchema: z.ZodType<
6934
6934
  z.ZodTypeDef,
6935
6935
  unknown
6936
6936
  > = z.object({
6937
- "__@BRAND@666792": z.lazy(() => UiOptionsAtBRANDAt666792$inboundSchema),
6937
+ "__@BRAND@543241": z.lazy(() => UiOptionsAtBRANDAt543241$inboundSchema),
6938
6938
  }).transform((v) => {
6939
6939
  return remap$(v, {
6940
- "__@BRAND@666792": "atBRANDAt666792",
6940
+ "__@BRAND@543241": "atBRANDAt543241",
6941
6941
  });
6942
6942
  });
6943
6943
  /** @internal */
6944
6944
  export type UiOptions2$Outbound = {
6945
- "__@BRAND@666792": UiOptionsAtBRANDAt666792$Outbound;
6945
+ "__@BRAND@543241": UiOptionsAtBRANDAt543241$Outbound;
6946
6946
  };
6947
6947
 
6948
6948
  /** @internal */
@@ -6951,10 +6951,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
6951
6951
  z.ZodTypeDef,
6952
6952
  UiOptions2
6953
6953
  > = z.object({
6954
- atBRANDAt666792: z.lazy(() => UiOptionsAtBRANDAt666792$outboundSchema),
6954
+ atBRANDAt543241: z.lazy(() => UiOptionsAtBRANDAt543241$outboundSchema),
6955
6955
  }).transform((v) => {
6956
6956
  return remap$(v, {
6957
- atBRANDAt666792: "__@BRAND@666792",
6957
+ atBRANDAt543241: "__@BRAND@543241",
6958
6958
  });
6959
6959
  });
6960
6960
 
@@ -7327,47 +7327,47 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
7327
7327
  }
7328
7328
 
7329
7329
  /** @internal */
7330
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$inboundSchema:
7330
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema:
7331
7331
  z.ZodType<
7332
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792,
7332
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241,
7333
7333
  z.ZodTypeDef,
7334
7334
  unknown
7335
7335
  > = z.object({});
7336
7336
  /** @internal */
7337
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$Outbound =
7337
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$Outbound =
7338
7338
  {};
7339
7339
 
7340
7340
  /** @internal */
7341
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$outboundSchema:
7341
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema:
7342
7342
  z.ZodType<
7343
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$Outbound,
7343
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$Outbound,
7344
7344
  z.ZodTypeDef,
7345
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792
7345
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241
7346
7346
  > = z.object({});
7347
7347
 
7348
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792ToJSON(
7349
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792:
7350
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792,
7348
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241ToJSON(
7349
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241:
7350
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241,
7351
7351
  ): string {
7352
7352
  return JSON.stringify(
7353
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$outboundSchema
7353
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema
7354
7354
  .parse(
7355
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792,
7355
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241,
7356
7356
  ),
7357
7357
  );
7358
7358
  }
7359
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792FromJSON(
7359
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241FromJSON(
7360
7360
  jsonString: string,
7361
7361
  ): SafeParseResult<
7362
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792,
7362
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241,
7363
7363
  SDKValidationError
7364
7364
  > {
7365
7365
  return safeParse(
7366
7366
  jsonString,
7367
7367
  (x) =>
7368
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$inboundSchema
7368
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema
7369
7369
  .parse(JSON.parse(x)),
7370
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792' from JSON`,
7370
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241' from JSON`,
7371
7371
  );
7372
7372
  }
7373
7373
 
@@ -7378,18 +7378,18 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
7378
7378
  z.ZodTypeDef,
7379
7379
  unknown
7380
7380
  > = z.object({
7381
- "__@BRAND@666792": z.lazy(() =>
7382
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$inboundSchema
7381
+ "__@BRAND@543241": z.lazy(() =>
7382
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema
7383
7383
  ),
7384
7384
  }).transform((v) => {
7385
7385
  return remap$(v, {
7386
- "__@BRAND@666792": "atBRANDAt666792",
7386
+ "__@BRAND@543241": "atBRANDAt543241",
7387
7387
  });
7388
7388
  });
7389
7389
  /** @internal */
7390
7390
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
7391
- "__@BRAND@666792":
7392
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$Outbound;
7391
+ "__@BRAND@543241":
7392
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$Outbound;
7393
7393
  };
7394
7394
 
7395
7395
  /** @internal */
@@ -7399,12 +7399,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
7399
7399
  z.ZodTypeDef,
7400
7400
  GetConfigurationProductsPropertiesMinLength
7401
7401
  > = z.object({
7402
- atBRANDAt666792: z.lazy(() =>
7403
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt666792$outboundSchema
7402
+ atBRANDAt543241: z.lazy(() =>
7403
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema
7404
7404
  ),
7405
7405
  }).transform((v) => {
7406
7406
  return remap$(v, {
7407
- atBRANDAt666792: "__@BRAND@666792",
7407
+ atBRANDAt543241: "__@BRAND@543241",
7408
7408
  });
7409
7409
  });
7410
7410
 
@@ -7435,47 +7435,47 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
7435
7435
  }
7436
7436
 
7437
7437
  /** @internal */
7438
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$inboundSchema:
7438
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema:
7439
7439
  z.ZodType<
7440
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792,
7440
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241,
7441
7441
  z.ZodTypeDef,
7442
7442
  unknown
7443
7443
  > = z.object({});
7444
7444
  /** @internal */
7445
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$Outbound =
7445
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$Outbound =
7446
7446
  {};
7447
7447
 
7448
7448
  /** @internal */
7449
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$outboundSchema:
7449
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema:
7450
7450
  z.ZodType<
7451
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$Outbound,
7451
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$Outbound,
7452
7452
  z.ZodTypeDef,
7453
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792
7453
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241
7454
7454
  > = z.object({});
7455
7455
 
7456
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792ToJSON(
7457
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792:
7458
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792,
7456
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241ToJSON(
7457
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241:
7458
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241,
7459
7459
  ): string {
7460
7460
  return JSON.stringify(
7461
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$outboundSchema
7461
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema
7462
7462
  .parse(
7463
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792,
7463
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241,
7464
7464
  ),
7465
7465
  );
7466
7466
  }
7467
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792FromJSON(
7467
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241FromJSON(
7468
7468
  jsonString: string,
7469
7469
  ): SafeParseResult<
7470
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792,
7470
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241,
7471
7471
  SDKValidationError
7472
7472
  > {
7473
7473
  return safeParse(
7474
7474
  jsonString,
7475
7475
  (x) =>
7476
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$inboundSchema
7476
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema
7477
7477
  .parse(JSON.parse(x)),
7478
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792' from JSON`,
7478
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241' from JSON`,
7479
7479
  );
7480
7480
  }
7481
7481
 
@@ -7486,18 +7486,18 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
7486
7486
  z.ZodTypeDef,
7487
7487
  unknown
7488
7488
  > = z.object({
7489
- "__@BRAND@666792": z.lazy(() =>
7490
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$inboundSchema
7489
+ "__@BRAND@543241": z.lazy(() =>
7490
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema
7491
7491
  ),
7492
7492
  }).transform((v) => {
7493
7493
  return remap$(v, {
7494
- "__@BRAND@666792": "atBRANDAt666792",
7494
+ "__@BRAND@543241": "atBRANDAt543241",
7495
7495
  });
7496
7496
  });
7497
7497
  /** @internal */
7498
7498
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
7499
- "__@BRAND@666792":
7500
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$Outbound;
7499
+ "__@BRAND@543241":
7500
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$Outbound;
7501
7501
  };
7502
7502
 
7503
7503
  /** @internal */
@@ -7507,12 +7507,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
7507
7507
  z.ZodTypeDef,
7508
7508
  GetConfigurationProductsPropertiesMaxLength
7509
7509
  > = z.object({
7510
- atBRANDAt666792: z.lazy(() =>
7511
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt666792$outboundSchema
7510
+ atBRANDAt543241: z.lazy(() =>
7511
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema
7512
7512
  ),
7513
7513
  }).transform((v) => {
7514
7514
  return remap$(v, {
7515
- atBRANDAt666792: "__@BRAND@666792",
7515
+ atBRANDAt543241: "__@BRAND@543241",
7516
7516
  });
7517
7517
  });
7518
7518
 
@@ -7543,47 +7543,47 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
7543
7543
  }
7544
7544
 
7545
7545
  /** @internal */
7546
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$inboundSchema:
7546
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema:
7547
7547
  z.ZodType<
7548
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792,
7548
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241,
7549
7549
  z.ZodTypeDef,
7550
7550
  unknown
7551
7551
  > = z.object({});
7552
7552
  /** @internal */
7553
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$Outbound =
7553
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$Outbound =
7554
7554
  {};
7555
7555
 
7556
7556
  /** @internal */
7557
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$outboundSchema:
7557
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema:
7558
7558
  z.ZodType<
7559
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$Outbound,
7559
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$Outbound,
7560
7560
  z.ZodTypeDef,
7561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792
7561
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241
7562
7562
  > = z.object({});
7563
7563
 
7564
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792ToJSON(
7565
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792:
7566
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792,
7564
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241ToJSON(
7565
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241:
7566
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241,
7567
7567
  ): string {
7568
7568
  return JSON.stringify(
7569
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$outboundSchema
7569
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema
7570
7570
  .parse(
7571
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792,
7571
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241,
7572
7572
  ),
7573
7573
  );
7574
7574
  }
7575
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792FromJSON(
7575
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241FromJSON(
7576
7576
  jsonString: string,
7577
7577
  ): SafeParseResult<
7578
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792,
7578
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241,
7579
7579
  SDKValidationError
7580
7580
  > {
7581
7581
  return safeParse(
7582
7582
  jsonString,
7583
7583
  (x) =>
7584
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$inboundSchema
7584
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema
7585
7585
  .parse(JSON.parse(x)),
7586
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792' from JSON`,
7586
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241' from JSON`,
7587
7587
  );
7588
7588
  }
7589
7589
 
@@ -7593,18 +7593,18 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
7593
7593
  z.ZodTypeDef,
7594
7594
  unknown
7595
7595
  > = z.object({
7596
- "__@BRAND@666792": z.lazy(() =>
7597
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$inboundSchema
7596
+ "__@BRAND@543241": z.lazy(() =>
7597
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema
7598
7598
  ),
7599
7599
  }).transform((v) => {
7600
7600
  return remap$(v, {
7601
- "__@BRAND@666792": "atBRANDAt666792",
7601
+ "__@BRAND@543241": "atBRANDAt543241",
7602
7602
  });
7603
7603
  });
7604
7604
  /** @internal */
7605
7605
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
7606
- "__@BRAND@666792":
7607
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$Outbound;
7606
+ "__@BRAND@543241":
7607
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$Outbound;
7608
7608
  };
7609
7609
 
7610
7610
  /** @internal */
@@ -7614,12 +7614,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
7614
7614
  z.ZodTypeDef,
7615
7615
  GetConfigurationProductsPropertiesPattern
7616
7616
  > = z.object({
7617
- atBRANDAt666792: z.lazy(() =>
7618
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt666792$outboundSchema
7617
+ atBRANDAt543241: z.lazy(() =>
7618
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema
7619
7619
  ),
7620
7620
  }).transform((v) => {
7621
7621
  return remap$(v, {
7622
- atBRANDAt666792: "__@BRAND@666792",
7622
+ atBRANDAt543241: "__@BRAND@543241",
7623
7623
  });
7624
7624
  });
7625
7625
 
@@ -8422,47 +8422,47 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
8422
8422
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
8423
8423
 
8424
8424
  /** @internal */
8425
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$inboundSchema:
8425
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema:
8426
8426
  z.ZodType<
8427
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792,
8427
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241,
8428
8428
  z.ZodTypeDef,
8429
8429
  unknown
8430
8430
  > = z.object({});
8431
8431
  /** @internal */
8432
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$Outbound =
8432
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$Outbound =
8433
8433
  {};
8434
8434
 
8435
8435
  /** @internal */
8436
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$outboundSchema:
8436
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema:
8437
8437
  z.ZodType<
8438
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$Outbound,
8438
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$Outbound,
8439
8439
  z.ZodTypeDef,
8440
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792
8440
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241
8441
8441
  > = z.object({});
8442
8442
 
8443
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792ToJSON(
8444
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792:
8445
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792,
8443
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241ToJSON(
8444
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241:
8445
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241,
8446
8446
  ): string {
8447
8447
  return JSON.stringify(
8448
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$outboundSchema
8448
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema
8449
8449
  .parse(
8450
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792,
8450
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241,
8451
8451
  ),
8452
8452
  );
8453
8453
  }
8454
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792FromJSON(
8454
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241FromJSON(
8455
8455
  jsonString: string,
8456
8456
  ): SafeParseResult<
8457
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792,
8457
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241,
8458
8458
  SDKValidationError
8459
8459
  > {
8460
8460
  return safeParse(
8461
8461
  jsonString,
8462
8462
  (x) =>
8463
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$inboundSchema
8463
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema
8464
8464
  .parse(JSON.parse(x)),
8465
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792' from JSON`,
8465
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241' from JSON`,
8466
8466
  );
8467
8467
  }
8468
8468
 
@@ -8473,19 +8473,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
8473
8473
  z.ZodTypeDef,
8474
8474
  unknown
8475
8475
  > = z.object({
8476
- "__@BRAND@666792": z.lazy(() =>
8477
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$inboundSchema
8476
+ "__@BRAND@543241": z.lazy(() =>
8477
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema
8478
8478
  ),
8479
8479
  }).transform((v) => {
8480
8480
  return remap$(v, {
8481
- "__@BRAND@666792": "atBRANDAt666792",
8481
+ "__@BRAND@543241": "atBRANDAt543241",
8482
8482
  });
8483
8483
  });
8484
8484
  /** @internal */
8485
8485
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound =
8486
8486
  {
8487
- "__@BRAND@666792":
8488
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$Outbound;
8487
+ "__@BRAND@543241":
8488
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$Outbound;
8489
8489
  };
8490
8490
 
8491
8491
  /** @internal */
@@ -8495,12 +8495,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
8495
8495
  z.ZodTypeDef,
8496
8496
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength
8497
8497
  > = z.object({
8498
- atBRANDAt666792: z.lazy(() =>
8499
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt666792$outboundSchema
8498
+ atBRANDAt543241: z.lazy(() =>
8499
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema
8500
8500
  ),
8501
8501
  }).transform((v) => {
8502
8502
  return remap$(v, {
8503
- atBRANDAt666792: "__@BRAND@666792",
8503
+ atBRANDAt543241: "__@BRAND@543241",
8504
8504
  });
8505
8505
  });
8506
8506
 
@@ -8531,47 +8531,47 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
8531
8531
  }
8532
8532
 
8533
8533
  /** @internal */
8534
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$inboundSchema:
8534
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema:
8535
8535
  z.ZodType<
8536
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792,
8536
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241,
8537
8537
  z.ZodTypeDef,
8538
8538
  unknown
8539
8539
  > = z.object({});
8540
8540
  /** @internal */
8541
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$Outbound =
8541
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$Outbound =
8542
8542
  {};
8543
8543
 
8544
8544
  /** @internal */
8545
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$outboundSchema:
8545
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema:
8546
8546
  z.ZodType<
8547
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$Outbound,
8547
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$Outbound,
8548
8548
  z.ZodTypeDef,
8549
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792
8549
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241
8550
8550
  > = z.object({});
8551
8551
 
8552
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792ToJSON(
8553
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792:
8554
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792,
8552
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241ToJSON(
8553
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241:
8554
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241,
8555
8555
  ): string {
8556
8556
  return JSON.stringify(
8557
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$outboundSchema
8557
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema
8558
8558
  .parse(
8559
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792,
8559
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241,
8560
8560
  ),
8561
8561
  );
8562
8562
  }
8563
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792FromJSON(
8563
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241FromJSON(
8564
8564
  jsonString: string,
8565
8565
  ): SafeParseResult<
8566
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792,
8566
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241,
8567
8567
  SDKValidationError
8568
8568
  > {
8569
8569
  return safeParse(
8570
8570
  jsonString,
8571
8571
  (x) =>
8572
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$inboundSchema
8572
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema
8573
8573
  .parse(JSON.parse(x)),
8574
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792' from JSON`,
8574
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241' from JSON`,
8575
8575
  );
8576
8576
  }
8577
8577
 
@@ -8582,19 +8582,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
8582
8582
  z.ZodTypeDef,
8583
8583
  unknown
8584
8584
  > = z.object({
8585
- "__@BRAND@666792": z.lazy(() =>
8586
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$inboundSchema
8585
+ "__@BRAND@543241": z.lazy(() =>
8586
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema
8587
8587
  ),
8588
8588
  }).transform((v) => {
8589
8589
  return remap$(v, {
8590
- "__@BRAND@666792": "atBRANDAt666792",
8590
+ "__@BRAND@543241": "atBRANDAt543241",
8591
8591
  });
8592
8592
  });
8593
8593
  /** @internal */
8594
8594
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound =
8595
8595
  {
8596
- "__@BRAND@666792":
8597
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$Outbound;
8596
+ "__@BRAND@543241":
8597
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$Outbound;
8598
8598
  };
8599
8599
 
8600
8600
  /** @internal */
@@ -8604,12 +8604,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
8604
8604
  z.ZodTypeDef,
8605
8605
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength
8606
8606
  > = z.object({
8607
- atBRANDAt666792: z.lazy(() =>
8608
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt666792$outboundSchema
8607
+ atBRANDAt543241: z.lazy(() =>
8608
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema
8609
8609
  ),
8610
8610
  }).transform((v) => {
8611
8611
  return remap$(v, {
8612
- atBRANDAt666792: "__@BRAND@666792",
8612
+ atBRANDAt543241: "__@BRAND@543241",
8613
8613
  });
8614
8614
  });
8615
8615
 
@@ -8640,47 +8640,47 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
8640
8640
  }
8641
8641
 
8642
8642
  /** @internal */
8643
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$inboundSchema:
8643
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema:
8644
8644
  z.ZodType<
8645
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792,
8645
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241,
8646
8646
  z.ZodTypeDef,
8647
8647
  unknown
8648
8648
  > = z.object({});
8649
8649
  /** @internal */
8650
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$Outbound =
8650
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$Outbound =
8651
8651
  {};
8652
8652
 
8653
8653
  /** @internal */
8654
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$outboundSchema:
8654
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema:
8655
8655
  z.ZodType<
8656
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$Outbound,
8656
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$Outbound,
8657
8657
  z.ZodTypeDef,
8658
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792
8658
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241
8659
8659
  > = z.object({});
8660
8660
 
8661
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792ToJSON(
8662
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792:
8663
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792,
8661
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241ToJSON(
8662
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241:
8663
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241,
8664
8664
  ): string {
8665
8665
  return JSON.stringify(
8666
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$outboundSchema
8666
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema
8667
8667
  .parse(
8668
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792,
8668
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241,
8669
8669
  ),
8670
8670
  );
8671
8671
  }
8672
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792FromJSON(
8672
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241FromJSON(
8673
8673
  jsonString: string,
8674
8674
  ): SafeParseResult<
8675
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792,
8675
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241,
8676
8676
  SDKValidationError
8677
8677
  > {
8678
8678
  return safeParse(
8679
8679
  jsonString,
8680
8680
  (x) =>
8681
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$inboundSchema
8681
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema
8682
8682
  .parse(JSON.parse(x)),
8683
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792' from JSON`,
8683
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241' from JSON`,
8684
8684
  );
8685
8685
  }
8686
8686
 
@@ -8691,19 +8691,19 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$in
8691
8691
  z.ZodTypeDef,
8692
8692
  unknown
8693
8693
  > = z.object({
8694
- "__@BRAND@666792": z.lazy(() =>
8695
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$inboundSchema
8694
+ "__@BRAND@543241": z.lazy(() =>
8695
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema
8696
8696
  ),
8697
8697
  }).transform((v) => {
8698
8698
  return remap$(v, {
8699
- "__@BRAND@666792": "atBRANDAt666792",
8699
+ "__@BRAND@543241": "atBRANDAt543241",
8700
8700
  });
8701
8701
  });
8702
8702
  /** @internal */
8703
8703
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound =
8704
8704
  {
8705
- "__@BRAND@666792":
8706
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$Outbound;
8705
+ "__@BRAND@543241":
8706
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$Outbound;
8707
8707
  };
8708
8708
 
8709
8709
  /** @internal */
@@ -8713,12 +8713,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ou
8713
8713
  z.ZodTypeDef,
8714
8714
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern
8715
8715
  > = z.object({
8716
- atBRANDAt666792: z.lazy(() =>
8717
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt666792$outboundSchema
8716
+ atBRANDAt543241: z.lazy(() =>
8717
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema
8718
8718
  ),
8719
8719
  }).transform((v) => {
8720
8720
  return remap$(v, {
8721
- atBRANDAt666792: "__@BRAND@666792",
8721
+ atBRANDAt543241: "__@BRAND@543241",
8722
8722
  });
8723
8723
  });
8724
8724
 
@@ -10172,45 +10172,45 @@ export function uiOptionsFromJSON(
10172
10172
  }
10173
10173
 
10174
10174
  /** @internal */
10175
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$inboundSchema:
10175
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema:
10176
10176
  z.ZodType<
10177
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792,
10177
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241,
10178
10178
  z.ZodTypeDef,
10179
10179
  unknown
10180
10180
  > = z.object({});
10181
10181
  /** @internal */
10182
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$Outbound =
10182
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$Outbound =
10183
10183
  {};
10184
10184
 
10185
10185
  /** @internal */
10186
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$outboundSchema:
10186
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema:
10187
10187
  z.ZodType<
10188
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$Outbound,
10188
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$Outbound,
10189
10189
  z.ZodTypeDef,
10190
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792
10190
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241
10191
10191
  > = z.object({});
10192
10192
 
10193
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt666792ToJSON(
10194
- getConfigurationProductsPropertiesIntegrationsAtBRANDAt666792:
10195
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792,
10193
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241ToJSON(
10194
+ getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241:
10195
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241,
10196
10196
  ): string {
10197
10197
  return JSON.stringify(
10198
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$outboundSchema
10199
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt666792),
10198
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema
10199
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241),
10200
10200
  );
10201
10201
  }
10202
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt666792FromJSON(
10202
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543241FromJSON(
10203
10203
  jsonString: string,
10204
10204
  ): SafeParseResult<
10205
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792,
10205
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241,
10206
10206
  SDKValidationError
10207
10207
  > {
10208
10208
  return safeParse(
10209
10209
  jsonString,
10210
10210
  (x) =>
10211
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$inboundSchema
10211
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema
10212
10212
  .parse(JSON.parse(x)),
10213
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792' from JSON`,
10213
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241' from JSON`,
10214
10214
  );
10215
10215
  }
10216
10216
 
@@ -10220,18 +10220,18 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
10220
10220
  z.ZodTypeDef,
10221
10221
  unknown
10222
10222
  > = z.object({
10223
- "__@BRAND@666792": z.lazy(() =>
10224
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$inboundSchema
10223
+ "__@BRAND@543241": z.lazy(() =>
10224
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema
10225
10225
  ),
10226
10226
  }).transform((v) => {
10227
10227
  return remap$(v, {
10228
- "__@BRAND@666792": "atBRANDAt666792",
10228
+ "__@BRAND@543241": "atBRANDAt543241",
10229
10229
  });
10230
10230
  });
10231
10231
  /** @internal */
10232
10232
  export type PropertiesMinLength$Outbound = {
10233
- "__@BRAND@666792":
10234
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$Outbound;
10233
+ "__@BRAND@543241":
10234
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$Outbound;
10235
10235
  };
10236
10236
 
10237
10237
  /** @internal */
@@ -10240,12 +10240,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
10240
10240
  z.ZodTypeDef,
10241
10241
  PropertiesMinLength
10242
10242
  > = z.object({
10243
- atBRANDAt666792: z.lazy(() =>
10244
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt666792$outboundSchema
10243
+ atBRANDAt543241: z.lazy(() =>
10244
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema
10245
10245
  ),
10246
10246
  }).transform((v) => {
10247
10247
  return remap$(v, {
10248
- atBRANDAt666792: "__@BRAND@666792",
10248
+ atBRANDAt543241: "__@BRAND@543241",
10249
10249
  });
10250
10250
  });
10251
10251
 
@@ -10267,47 +10267,47 @@ export function propertiesMinLengthFromJSON(
10267
10267
  }
10268
10268
 
10269
10269
  /** @internal */
10270
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$inboundSchema:
10270
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema:
10271
10271
  z.ZodType<
10272
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792,
10272
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241,
10273
10273
  z.ZodTypeDef,
10274
10274
  unknown
10275
10275
  > = z.object({});
10276
10276
  /** @internal */
10277
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$Outbound =
10277
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$Outbound =
10278
10278
  {};
10279
10279
 
10280
10280
  /** @internal */
10281
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$outboundSchema:
10281
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema:
10282
10282
  z.ZodType<
10283
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$Outbound,
10283
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$Outbound,
10284
10284
  z.ZodTypeDef,
10285
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792
10285
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241
10286
10286
  > = z.object({});
10287
10287
 
10288
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792ToJSON(
10289
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792:
10290
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792,
10288
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241ToJSON(
10289
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241:
10290
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241,
10291
10291
  ): string {
10292
10292
  return JSON.stringify(
10293
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$outboundSchema
10293
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema
10294
10294
  .parse(
10295
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792,
10295
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241,
10296
10296
  ),
10297
10297
  );
10298
10298
  }
10299
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792FromJSON(
10299
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241FromJSON(
10300
10300
  jsonString: string,
10301
10301
  ): SafeParseResult<
10302
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792,
10302
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241,
10303
10303
  SDKValidationError
10304
10304
  > {
10305
10305
  return safeParse(
10306
10306
  jsonString,
10307
10307
  (x) =>
10308
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$inboundSchema
10308
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema
10309
10309
  .parse(JSON.parse(x)),
10310
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792' from JSON`,
10310
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241' from JSON`,
10311
10311
  );
10312
10312
  }
10313
10313
 
@@ -10317,18 +10317,18 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
10317
10317
  z.ZodTypeDef,
10318
10318
  unknown
10319
10319
  > = z.object({
10320
- "__@BRAND@666792": z.lazy(() =>
10321
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$inboundSchema
10320
+ "__@BRAND@543241": z.lazy(() =>
10321
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema
10322
10322
  ),
10323
10323
  }).transform((v) => {
10324
10324
  return remap$(v, {
10325
- "__@BRAND@666792": "atBRANDAt666792",
10325
+ "__@BRAND@543241": "atBRANDAt543241",
10326
10326
  });
10327
10327
  });
10328
10328
  /** @internal */
10329
10329
  export type PropertiesMaxLength$Outbound = {
10330
- "__@BRAND@666792":
10331
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$Outbound;
10330
+ "__@BRAND@543241":
10331
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$Outbound;
10332
10332
  };
10333
10333
 
10334
10334
  /** @internal */
@@ -10337,12 +10337,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
10337
10337
  z.ZodTypeDef,
10338
10338
  PropertiesMaxLength
10339
10339
  > = z.object({
10340
- atBRANDAt666792: z.lazy(() =>
10341
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt666792$outboundSchema
10340
+ atBRANDAt543241: z.lazy(() =>
10341
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema
10342
10342
  ),
10343
10343
  }).transform((v) => {
10344
10344
  return remap$(v, {
10345
- atBRANDAt666792: "__@BRAND@666792",
10345
+ atBRANDAt543241: "__@BRAND@543241",
10346
10346
  });
10347
10347
  });
10348
10348
 
@@ -10364,47 +10364,47 @@ export function propertiesMaxLengthFromJSON(
10364
10364
  }
10365
10365
 
10366
10366
  /** @internal */
10367
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$inboundSchema:
10367
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema:
10368
10368
  z.ZodType<
10369
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792,
10369
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241,
10370
10370
  z.ZodTypeDef,
10371
10371
  unknown
10372
10372
  > = z.object({});
10373
10373
  /** @internal */
10374
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$Outbound =
10374
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$Outbound =
10375
10375
  {};
10376
10376
 
10377
10377
  /** @internal */
10378
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$outboundSchema:
10378
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema:
10379
10379
  z.ZodType<
10380
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$Outbound,
10380
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$Outbound,
10381
10381
  z.ZodTypeDef,
10382
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792
10382
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241
10383
10383
  > = z.object({});
10384
10384
 
10385
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792ToJSON(
10386
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792:
10387
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792,
10385
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241ToJSON(
10386
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241:
10387
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241,
10388
10388
  ): string {
10389
10389
  return JSON.stringify(
10390
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$outboundSchema
10390
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema
10391
10391
  .parse(
10392
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792,
10392
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241,
10393
10393
  ),
10394
10394
  );
10395
10395
  }
10396
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792FromJSON(
10396
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241FromJSON(
10397
10397
  jsonString: string,
10398
10398
  ): SafeParseResult<
10399
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792,
10399
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241,
10400
10400
  SDKValidationError
10401
10401
  > {
10402
10402
  return safeParse(
10403
10403
  jsonString,
10404
10404
  (x) =>
10405
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$inboundSchema
10405
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema
10406
10406
  .parse(JSON.parse(x)),
10407
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792' from JSON`,
10407
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241' from JSON`,
10408
10408
  );
10409
10409
  }
10410
10410
 
@@ -10414,18 +10414,18 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
10414
10414
  z.ZodTypeDef,
10415
10415
  unknown
10416
10416
  > = z.object({
10417
- "__@BRAND@666792": z.lazy(() =>
10418
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$inboundSchema
10417
+ "__@BRAND@543241": z.lazy(() =>
10418
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema
10419
10419
  ),
10420
10420
  }).transform((v) => {
10421
10421
  return remap$(v, {
10422
- "__@BRAND@666792": "atBRANDAt666792",
10422
+ "__@BRAND@543241": "atBRANDAt543241",
10423
10423
  });
10424
10424
  });
10425
10425
  /** @internal */
10426
10426
  export type PropertiesPattern$Outbound = {
10427
- "__@BRAND@666792":
10428
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$Outbound;
10427
+ "__@BRAND@543241":
10428
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$Outbound;
10429
10429
  };
10430
10430
 
10431
10431
  /** @internal */
@@ -10434,12 +10434,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
10434
10434
  z.ZodTypeDef,
10435
10435
  PropertiesPattern
10436
10436
  > = z.object({
10437
- atBRANDAt666792: z.lazy(() =>
10438
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt666792$outboundSchema
10437
+ atBRANDAt543241: z.lazy(() =>
10438
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema
10439
10439
  ),
10440
10440
  }).transform((v) => {
10441
10441
  return remap$(v, {
10442
- atBRANDAt666792: "__@BRAND@666792",
10442
+ atBRANDAt543241: "__@BRAND@543241",
10443
10443
  });
10444
10444
  });
10445
10445
 
@@ -13152,33 +13152,33 @@ export const UiControl$outboundSchema: z.ZodNativeEnum<typeof UiControl> =
13152
13152
  UiControl$inboundSchema;
13153
13153
 
13154
13154
  /** @internal */
13155
- export const AtBRANDAt666792$inboundSchema: z.ZodType<
13156
- AtBRANDAt666792,
13155
+ export const AtBRANDAt543241$inboundSchema: z.ZodType<
13156
+ AtBRANDAt543241,
13157
13157
  z.ZodTypeDef,
13158
13158
  unknown
13159
13159
  > = z.object({});
13160
13160
  /** @internal */
13161
- export type AtBRANDAt666792$Outbound = {};
13161
+ export type AtBRANDAt543241$Outbound = {};
13162
13162
 
13163
13163
  /** @internal */
13164
- export const AtBRANDAt666792$outboundSchema: z.ZodType<
13165
- AtBRANDAt666792$Outbound,
13164
+ export const AtBRANDAt543241$outboundSchema: z.ZodType<
13165
+ AtBRANDAt543241$Outbound,
13166
13166
  z.ZodTypeDef,
13167
- AtBRANDAt666792
13167
+ AtBRANDAt543241
13168
13168
  > = z.object({});
13169
13169
 
13170
- export function atBRANDAt666792ToJSON(
13171
- atBRANDAt666792: AtBRANDAt666792,
13170
+ export function atBRANDAt543241ToJSON(
13171
+ atBRANDAt543241: AtBRANDAt543241,
13172
13172
  ): string {
13173
- return JSON.stringify(AtBRANDAt666792$outboundSchema.parse(atBRANDAt666792));
13173
+ return JSON.stringify(AtBRANDAt543241$outboundSchema.parse(atBRANDAt543241));
13174
13174
  }
13175
- export function atBRANDAt666792FromJSON(
13175
+ export function atBRANDAt543241FromJSON(
13176
13176
  jsonString: string,
13177
- ): SafeParseResult<AtBRANDAt666792, SDKValidationError> {
13177
+ ): SafeParseResult<AtBRANDAt543241, SDKValidationError> {
13178
13178
  return safeParse(
13179
13179
  jsonString,
13180
- (x) => AtBRANDAt666792$inboundSchema.parse(JSON.parse(x)),
13181
- `Failed to parse 'AtBRANDAt666792' from JSON`,
13180
+ (x) => AtBRANDAt543241$inboundSchema.parse(JSON.parse(x)),
13181
+ `Failed to parse 'AtBRANDAt543241' from JSON`,
13182
13182
  );
13183
13183
  }
13184
13184
 
@@ -13188,15 +13188,15 @@ export const MinLength$inboundSchema: z.ZodType<
13188
13188
  z.ZodTypeDef,
13189
13189
  unknown
13190
13190
  > = z.object({
13191
- "__@BRAND@666792": z.lazy(() => AtBRANDAt666792$inboundSchema),
13191
+ "__@BRAND@543241": z.lazy(() => AtBRANDAt543241$inboundSchema),
13192
13192
  }).transform((v) => {
13193
13193
  return remap$(v, {
13194
- "__@BRAND@666792": "atBRANDAt666792",
13194
+ "__@BRAND@543241": "atBRANDAt543241",
13195
13195
  });
13196
13196
  });
13197
13197
  /** @internal */
13198
13198
  export type MinLength$Outbound = {
13199
- "__@BRAND@666792": AtBRANDAt666792$Outbound;
13199
+ "__@BRAND@543241": AtBRANDAt543241$Outbound;
13200
13200
  };
13201
13201
 
13202
13202
  /** @internal */
@@ -13205,10 +13205,10 @@ export const MinLength$outboundSchema: z.ZodType<
13205
13205
  z.ZodTypeDef,
13206
13206
  MinLength
13207
13207
  > = z.object({
13208
- atBRANDAt666792: z.lazy(() => AtBRANDAt666792$outboundSchema),
13208
+ atBRANDAt543241: z.lazy(() => AtBRANDAt543241$outboundSchema),
13209
13209
  }).transform((v) => {
13210
13210
  return remap$(v, {
13211
- atBRANDAt666792: "__@BRAND@666792",
13211
+ atBRANDAt543241: "__@BRAND@543241",
13212
13212
  });
13213
13213
  });
13214
13214
 
@@ -13226,35 +13226,35 @@ export function minLengthFromJSON(
13226
13226
  }
13227
13227
 
13228
13228
  /** @internal */
13229
- export const PropertiesAtBRANDAt666792$inboundSchema: z.ZodType<
13230
- PropertiesAtBRANDAt666792,
13229
+ export const PropertiesAtBRANDAt543241$inboundSchema: z.ZodType<
13230
+ PropertiesAtBRANDAt543241,
13231
13231
  z.ZodTypeDef,
13232
13232
  unknown
13233
13233
  > = z.object({});
13234
13234
  /** @internal */
13235
- export type PropertiesAtBRANDAt666792$Outbound = {};
13235
+ export type PropertiesAtBRANDAt543241$Outbound = {};
13236
13236
 
13237
13237
  /** @internal */
13238
- export const PropertiesAtBRANDAt666792$outboundSchema: z.ZodType<
13239
- PropertiesAtBRANDAt666792$Outbound,
13238
+ export const PropertiesAtBRANDAt543241$outboundSchema: z.ZodType<
13239
+ PropertiesAtBRANDAt543241$Outbound,
13240
13240
  z.ZodTypeDef,
13241
- PropertiesAtBRANDAt666792
13241
+ PropertiesAtBRANDAt543241
13242
13242
  > = z.object({});
13243
13243
 
13244
- export function propertiesAtBRANDAt666792ToJSON(
13245
- propertiesAtBRANDAt666792: PropertiesAtBRANDAt666792,
13244
+ export function propertiesAtBRANDAt543241ToJSON(
13245
+ propertiesAtBRANDAt543241: PropertiesAtBRANDAt543241,
13246
13246
  ): string {
13247
13247
  return JSON.stringify(
13248
- PropertiesAtBRANDAt666792$outboundSchema.parse(propertiesAtBRANDAt666792),
13248
+ PropertiesAtBRANDAt543241$outboundSchema.parse(propertiesAtBRANDAt543241),
13249
13249
  );
13250
13250
  }
13251
- export function propertiesAtBRANDAt666792FromJSON(
13251
+ export function propertiesAtBRANDAt543241FromJSON(
13252
13252
  jsonString: string,
13253
- ): SafeParseResult<PropertiesAtBRANDAt666792, SDKValidationError> {
13253
+ ): SafeParseResult<PropertiesAtBRANDAt543241, SDKValidationError> {
13254
13254
  return safeParse(
13255
13255
  jsonString,
13256
- (x) => PropertiesAtBRANDAt666792$inboundSchema.parse(JSON.parse(x)),
13257
- `Failed to parse 'PropertiesAtBRANDAt666792' from JSON`,
13256
+ (x) => PropertiesAtBRANDAt543241$inboundSchema.parse(JSON.parse(x)),
13257
+ `Failed to parse 'PropertiesAtBRANDAt543241' from JSON`,
13258
13258
  );
13259
13259
  }
13260
13260
 
@@ -13264,15 +13264,15 @@ export const MaxLength$inboundSchema: z.ZodType<
13264
13264
  z.ZodTypeDef,
13265
13265
  unknown
13266
13266
  > = z.object({
13267
- "__@BRAND@666792": z.lazy(() => PropertiesAtBRANDAt666792$inboundSchema),
13267
+ "__@BRAND@543241": z.lazy(() => PropertiesAtBRANDAt543241$inboundSchema),
13268
13268
  }).transform((v) => {
13269
13269
  return remap$(v, {
13270
- "__@BRAND@666792": "atBRANDAt666792",
13270
+ "__@BRAND@543241": "atBRANDAt543241",
13271
13271
  });
13272
13272
  });
13273
13273
  /** @internal */
13274
13274
  export type MaxLength$Outbound = {
13275
- "__@BRAND@666792": PropertiesAtBRANDAt666792$Outbound;
13275
+ "__@BRAND@543241": PropertiesAtBRANDAt543241$Outbound;
13276
13276
  };
13277
13277
 
13278
13278
  /** @internal */
@@ -13281,10 +13281,10 @@ export const MaxLength$outboundSchema: z.ZodType<
13281
13281
  z.ZodTypeDef,
13282
13282
  MaxLength
13283
13283
  > = z.object({
13284
- atBRANDAt666792: z.lazy(() => PropertiesAtBRANDAt666792$outboundSchema),
13284
+ atBRANDAt543241: z.lazy(() => PropertiesAtBRANDAt543241$outboundSchema),
13285
13285
  }).transform((v) => {
13286
13286
  return remap$(v, {
13287
- atBRANDAt666792: "__@BRAND@666792",
13287
+ atBRANDAt543241: "__@BRAND@543241",
13288
13288
  });
13289
13289
  });
13290
13290
 
@@ -13302,63 +13302,63 @@ export function maxLengthFromJSON(
13302
13302
  }
13303
13303
 
13304
13304
  /** @internal */
13305
- export const GetConfigurationProductsPropertiesAtBRANDAt666792$inboundSchema:
13305
+ export const GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema:
13306
13306
  z.ZodType<
13307
- GetConfigurationProductsPropertiesAtBRANDAt666792,
13307
+ GetConfigurationProductsPropertiesAtBRANDAt543241,
13308
13308
  z.ZodTypeDef,
13309
13309
  unknown
13310
13310
  > = z.object({});
13311
13311
  /** @internal */
13312
- export type GetConfigurationProductsPropertiesAtBRANDAt666792$Outbound = {};
13312
+ export type GetConfigurationProductsPropertiesAtBRANDAt543241$Outbound = {};
13313
13313
 
13314
13314
  /** @internal */
13315
- export const GetConfigurationProductsPropertiesAtBRANDAt666792$outboundSchema:
13315
+ export const GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema:
13316
13316
  z.ZodType<
13317
- GetConfigurationProductsPropertiesAtBRANDAt666792$Outbound,
13317
+ GetConfigurationProductsPropertiesAtBRANDAt543241$Outbound,
13318
13318
  z.ZodTypeDef,
13319
- GetConfigurationProductsPropertiesAtBRANDAt666792
13319
+ GetConfigurationProductsPropertiesAtBRANDAt543241
13320
13320
  > = z.object({});
13321
13321
 
13322
- export function getConfigurationProductsPropertiesAtBRANDAt666792ToJSON(
13323
- getConfigurationProductsPropertiesAtBRANDAt666792:
13324
- GetConfigurationProductsPropertiesAtBRANDAt666792,
13322
+ export function getConfigurationProductsPropertiesAtBRANDAt543241ToJSON(
13323
+ getConfigurationProductsPropertiesAtBRANDAt543241:
13324
+ GetConfigurationProductsPropertiesAtBRANDAt543241,
13325
13325
  ): string {
13326
13326
  return JSON.stringify(
13327
- GetConfigurationProductsPropertiesAtBRANDAt666792$outboundSchema.parse(
13328
- getConfigurationProductsPropertiesAtBRANDAt666792,
13327
+ GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema.parse(
13328
+ getConfigurationProductsPropertiesAtBRANDAt543241,
13329
13329
  ),
13330
13330
  );
13331
13331
  }
13332
- export function getConfigurationProductsPropertiesAtBRANDAt666792FromJSON(
13332
+ export function getConfigurationProductsPropertiesAtBRANDAt543241FromJSON(
13333
13333
  jsonString: string,
13334
13334
  ): SafeParseResult<
13335
- GetConfigurationProductsPropertiesAtBRANDAt666792,
13335
+ GetConfigurationProductsPropertiesAtBRANDAt543241,
13336
13336
  SDKValidationError
13337
13337
  > {
13338
13338
  return safeParse(
13339
13339
  jsonString,
13340
13340
  (x) =>
13341
- GetConfigurationProductsPropertiesAtBRANDAt666792$inboundSchema.parse(
13341
+ GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema.parse(
13342
13342
  JSON.parse(x),
13343
13343
  ),
13344
- `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt666792' from JSON`,
13344
+ `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt543241' from JSON`,
13345
13345
  );
13346
13346
  }
13347
13347
 
13348
13348
  /** @internal */
13349
13349
  export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
13350
13350
  z.object({
13351
- "__@BRAND@666792": z.lazy(() =>
13352
- GetConfigurationProductsPropertiesAtBRANDAt666792$inboundSchema
13351
+ "__@BRAND@543241": z.lazy(() =>
13352
+ GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema
13353
13353
  ),
13354
13354
  }).transform((v) => {
13355
13355
  return remap$(v, {
13356
- "__@BRAND@666792": "atBRANDAt666792",
13356
+ "__@BRAND@543241": "atBRANDAt543241",
13357
13357
  });
13358
13358
  });
13359
13359
  /** @internal */
13360
13360
  export type Pattern$Outbound = {
13361
- "__@BRAND@666792": GetConfigurationProductsPropertiesAtBRANDAt666792$Outbound;
13361
+ "__@BRAND@543241": GetConfigurationProductsPropertiesAtBRANDAt543241$Outbound;
13362
13362
  };
13363
13363
 
13364
13364
  /** @internal */
@@ -13367,12 +13367,12 @@ export const Pattern$outboundSchema: z.ZodType<
13367
13367
  z.ZodTypeDef,
13368
13368
  Pattern
13369
13369
  > = z.object({
13370
- atBRANDAt666792: z.lazy(() =>
13371
- GetConfigurationProductsPropertiesAtBRANDAt666792$outboundSchema
13370
+ atBRANDAt543241: z.lazy(() =>
13371
+ GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema
13372
13372
  ),
13373
13373
  }).transform((v) => {
13374
13374
  return remap$(v, {
13375
- atBRANDAt666792: "__@BRAND@666792",
13375
+ atBRANDAt543241: "__@BRAND@543241",
13376
13376
  });
13377
13377
  });
13378
13378