@vercel/sdk 1.11.0 → 1.11.2

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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  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 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  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/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -158,9 +158,35 @@ export type Format = ClosedEnum<typeof Format>;
158
158
  export type LogDrain = {
159
159
  status:
160
160
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus;
161
+ endpoint: string;
162
+ headers?: { [k: string]: string } | undefined;
161
163
  format: Format;
164
+ };
165
+
166
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus =
167
+ {
168
+ Disabled: "disabled",
169
+ Enabled: "enabled",
170
+ } as const;
171
+ export type GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus =
172
+ ClosedEnum<
173
+ typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus
174
+ >;
175
+
176
+ export const GetConfigurationProductsFormat = {
177
+ Json: "json",
178
+ Proto: "proto",
179
+ } as const;
180
+ export type GetConfigurationProductsFormat = ClosedEnum<
181
+ typeof GetConfigurationProductsFormat
182
+ >;
183
+
184
+ export type TraceDrain = {
185
+ status:
186
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus;
162
187
  endpoint: string;
163
188
  headers?: { [k: string]: string } | undefined;
189
+ format: GetConfigurationProductsFormat;
164
190
  };
165
191
 
166
192
  export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus =
@@ -203,6 +229,7 @@ export type Protocols = {
203
229
  workflow?: Workflow | undefined;
204
230
  checks?: GetConfigurationProductsChecks | undefined;
205
231
  logDrain?: LogDrain | undefined;
232
+ traceDrain?: TraceDrain | undefined;
206
233
  messaging?: Messaging | undefined;
207
234
  other?: Other | undefined;
208
235
  };
@@ -217,6 +244,7 @@ export const PrimaryProtocol = {
217
244
  Workflow: "workflow",
218
245
  Checks: "checks",
219
246
  LogDrain: "logDrain",
247
+ TraceDrain: "traceDrain",
220
248
  Messaging: "messaging",
221
249
  Other: "other",
222
250
  } as const;
@@ -229,12 +257,12 @@ export type GetConfigurationProductsType = ClosedEnum<
229
257
  typeof GetConfigurationProductsType
230
258
  >;
231
259
 
232
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581 =
260
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164 =
233
261
  {};
234
262
 
235
263
  export type PropertiesValue = {
236
- atBRANDAt508581:
237
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581;
264
+ atBRANDAt513164:
265
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164;
238
266
  };
239
267
 
240
268
  export const GetConfigurationProductsDisabled3 = {
@@ -312,28 +340,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
312
340
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
313
341
  >;
314
342
 
315
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581 =
343
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164 =
316
344
  {};
317
345
 
318
346
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
319
- atBRANDAt508581:
320
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581;
347
+ atBRANDAt513164:
348
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164;
321
349
  };
322
350
 
323
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581 =
351
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164 =
324
352
  {};
325
353
 
326
354
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
327
- atBRANDAt508581:
328
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581;
355
+ atBRANDAt513164:
356
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164;
329
357
  };
330
358
 
331
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581 =
359
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164 =
332
360
  {};
333
361
 
334
362
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
335
- atBRANDAt508581:
336
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581;
363
+ atBRANDAt513164:
364
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164;
337
365
  };
338
366
 
339
367
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
@@ -353,12 +381,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
353
381
  enum?: Array<string> | undefined;
354
382
  };
355
383
 
356
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581 =
384
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164 =
357
385
  {};
358
386
 
359
387
  export type GetConfigurationProductsUiOptionsValue = {
360
- atBRANDAt508581:
361
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581;
388
+ atBRANDAt513164:
389
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164;
362
390
  };
363
391
 
364
392
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
@@ -415,10 +443,10 @@ export type GetConfigurationProductsUiOptions3 = {
415
443
  | undefined;
416
444
  };
417
445
 
418
- export type GetConfigurationProductsUiOptionsAtBRANDAt508581 = {};
446
+ export type GetConfigurationProductsUiOptionsAtBRANDAt513164 = {};
419
447
 
420
448
  export type GetConfigurationProductsUiOptions2 = {
421
- atBRANDAt508581: GetConfigurationProductsUiOptionsAtBRANDAt508581;
449
+ atBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164;
422
450
  };
423
451
 
424
452
  export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
@@ -548,20 +576,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
548
576
  expr: string;
549
577
  };
550
578
 
551
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581 =
579
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164 =
552
580
  {};
553
581
 
554
582
  export type Default = {
555
- atBRANDAt508581:
556
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581;
583
+ atBRANDAt513164:
584
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164;
557
585
  };
558
586
 
559
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581 =
587
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164 =
560
588
  {};
561
589
 
562
590
  export type Example = {
563
- atBRANDAt508581:
564
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581;
591
+ atBRANDAt513164:
592
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164;
565
593
  };
566
594
 
567
595
  export type Properties8 = {
@@ -624,10 +652,10 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
624
652
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
625
653
  >;
626
654
 
627
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581 = {};
655
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164 = {};
628
656
 
629
657
  export type UiOptionsValue = {
630
- atBRANDAt508581: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581;
658
+ atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164;
631
659
  };
632
660
 
633
661
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
@@ -684,10 +712,10 @@ export type UiOptions3 = {
684
712
  | undefined;
685
713
  };
686
714
 
687
- export type UiOptionsAtBRANDAt508581 = {};
715
+ export type UiOptionsAtBRANDAt513164 = {};
688
716
 
689
717
  export type UiOptions2 = {
690
- atBRANDAt508581: UiOptionsAtBRANDAt508581;
718
+ atBRANDAt513164: UiOptionsAtBRANDAt513164;
691
719
  };
692
720
 
693
721
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -750,28 +778,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
750
778
  | UiOptions2
751
779
  | UiOptions3;
752
780
 
753
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581 =
781
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164 =
754
782
  {};
755
783
 
756
784
  export type GetConfigurationProductsPropertiesMinLength = {
757
- atBRANDAt508581:
758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581;
785
+ atBRANDAt513164:
786
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164;
759
787
  };
760
788
 
761
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581 =
789
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164 =
762
790
  {};
763
791
 
764
792
  export type GetConfigurationProductsPropertiesMaxLength = {
765
- atBRANDAt508581:
766
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581;
793
+ atBRANDAt513164:
794
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164;
767
795
  };
768
796
 
769
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581 =
797
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164 =
770
798
  {};
771
799
 
772
800
  export type GetConfigurationProductsPropertiesPattern = {
773
- atBRANDAt508581:
774
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581;
801
+ atBRANDAt513164:
802
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164;
775
803
  };
776
804
 
777
805
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -913,28 +941,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
913
941
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
914
942
  >;
915
943
 
916
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581 =
944
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164 =
917
945
  {};
918
946
 
919
947
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
920
- atBRANDAt508581:
921
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581;
948
+ atBRANDAt513164:
949
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164;
922
950
  };
923
951
 
924
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581 =
952
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164 =
925
953
  {};
926
954
 
927
955
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
928
- atBRANDAt508581:
929
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581;
956
+ atBRANDAt513164:
957
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164;
930
958
  };
931
959
 
932
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581 =
960
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164 =
933
961
  {};
934
962
 
935
963
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
936
- atBRANDAt508581:
937
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581;
964
+ atBRANDAt513164:
965
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164;
938
966
  };
939
967
 
940
968
  export type GetConfigurationProductsPropertiesItems = {
@@ -1177,27 +1205,27 @@ export type UiOptions = {
1177
1205
  | undefined;
1178
1206
  };
1179
1207
 
1180
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581 = {};
1208
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164 = {};
1181
1209
 
1182
1210
  export type PropertiesMinLength = {
1183
- atBRANDAt508581:
1184
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581;
1211
+ atBRANDAt513164:
1212
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164;
1185
1213
  };
1186
1214
 
1187
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581 =
1215
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164 =
1188
1216
  {};
1189
1217
 
1190
1218
  export type PropertiesMaxLength = {
1191
- atBRANDAt508581:
1192
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581;
1219
+ atBRANDAt513164:
1220
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164;
1193
1221
  };
1194
1222
 
1195
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581 =
1223
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164 =
1196
1224
  {};
1197
1225
 
1198
1226
  export type PropertiesPattern = {
1199
- atBRANDAt508581:
1200
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581;
1227
+ atBRANDAt513164:
1228
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164;
1201
1229
  };
1202
1230
 
1203
1231
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
@@ -1646,22 +1674,22 @@ export const UiControl = {
1646
1674
  } as const;
1647
1675
  export type UiControl = ClosedEnum<typeof UiControl>;
1648
1676
 
1649
- export type AtBRANDAt508581 = {};
1677
+ export type AtBRANDAt513164 = {};
1650
1678
 
1651
1679
  export type MinLength = {
1652
- atBRANDAt508581: AtBRANDAt508581;
1680
+ atBRANDAt513164: AtBRANDAt513164;
1653
1681
  };
1654
1682
 
1655
- export type PropertiesAtBRANDAt508581 = {};
1683
+ export type PropertiesAtBRANDAt513164 = {};
1656
1684
 
1657
1685
  export type MaxLength = {
1658
- atBRANDAt508581: PropertiesAtBRANDAt508581;
1686
+ atBRANDAt513164: PropertiesAtBRANDAt513164;
1659
1687
  };
1660
1688
 
1661
- export type GetConfigurationProductsPropertiesAtBRANDAt508581 = {};
1689
+ export type GetConfigurationProductsPropertiesAtBRANDAt513164 = {};
1662
1690
 
1663
1691
  export type Pattern = {
1664
- atBRANDAt508581: GetConfigurationProductsPropertiesAtBRANDAt508581;
1692
+ atBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164;
1665
1693
  };
1666
1694
 
1667
1695
  export const UiReadOnly3 = {
@@ -2589,17 +2617,17 @@ export const LogDrain$inboundSchema: z.ZodType<
2589
2617
  > = z.object({
2590
2618
  status:
2591
2619
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema,
2592
- format: Format$inboundSchema,
2593
2620
  endpoint: z.string(),
2594
2621
  headers: z.record(z.string()).optional(),
2622
+ format: Format$inboundSchema,
2595
2623
  });
2596
2624
 
2597
2625
  /** @internal */
2598
2626
  export type LogDrain$Outbound = {
2599
2627
  status: string;
2600
- format: string;
2601
2628
  endpoint: string;
2602
2629
  headers?: { [k: string]: string } | undefined;
2630
+ format: string;
2603
2631
  };
2604
2632
 
2605
2633
  /** @internal */
@@ -2610,9 +2638,9 @@ export const LogDrain$outboundSchema: z.ZodType<
2610
2638
  > = z.object({
2611
2639
  status:
2612
2640
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema,
2613
- format: Format$outboundSchema,
2614
2641
  endpoint: z.string(),
2615
2642
  headers: z.record(z.string()).optional(),
2643
+ format: Format$outboundSchema,
2616
2644
  });
2617
2645
 
2618
2646
  /**
@@ -2642,6 +2670,116 @@ export function logDrainFromJSON(
2642
2670
  );
2643
2671
  }
2644
2672
 
2673
+ /** @internal */
2674
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema:
2675
+ z.ZodNativeEnum<
2676
+ typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus
2677
+ > = z.nativeEnum(
2678
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus,
2679
+ );
2680
+
2681
+ /** @internal */
2682
+ export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema:
2683
+ z.ZodNativeEnum<
2684
+ typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus
2685
+ > =
2686
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
2687
+
2688
+ /**
2689
+ * @internal
2690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2691
+ */
2692
+ export namespace GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ {
2693
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema` instead. */
2694
+ export const inboundSchema =
2695
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
2696
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema` instead. */
2697
+ export const outboundSchema =
2698
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema;
2699
+ }
2700
+
2701
+ /** @internal */
2702
+ export const GetConfigurationProductsFormat$inboundSchema: z.ZodNativeEnum<
2703
+ typeof GetConfigurationProductsFormat
2704
+ > = z.nativeEnum(GetConfigurationProductsFormat);
2705
+
2706
+ /** @internal */
2707
+ export const GetConfigurationProductsFormat$outboundSchema: z.ZodNativeEnum<
2708
+ typeof GetConfigurationProductsFormat
2709
+ > = GetConfigurationProductsFormat$inboundSchema;
2710
+
2711
+ /**
2712
+ * @internal
2713
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2714
+ */
2715
+ export namespace GetConfigurationProductsFormat$ {
2716
+ /** @deprecated use `GetConfigurationProductsFormat$inboundSchema` instead. */
2717
+ export const inboundSchema = GetConfigurationProductsFormat$inboundSchema;
2718
+ /** @deprecated use `GetConfigurationProductsFormat$outboundSchema` instead. */
2719
+ export const outboundSchema = GetConfigurationProductsFormat$outboundSchema;
2720
+ }
2721
+
2722
+ /** @internal */
2723
+ export const TraceDrain$inboundSchema: z.ZodType<
2724
+ TraceDrain,
2725
+ z.ZodTypeDef,
2726
+ unknown
2727
+ > = z.object({
2728
+ status:
2729
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema,
2730
+ endpoint: z.string(),
2731
+ headers: z.record(z.string()).optional(),
2732
+ format: GetConfigurationProductsFormat$inboundSchema,
2733
+ });
2734
+
2735
+ /** @internal */
2736
+ export type TraceDrain$Outbound = {
2737
+ status: string;
2738
+ endpoint: string;
2739
+ headers?: { [k: string]: string } | undefined;
2740
+ format: string;
2741
+ };
2742
+
2743
+ /** @internal */
2744
+ export const TraceDrain$outboundSchema: z.ZodType<
2745
+ TraceDrain$Outbound,
2746
+ z.ZodTypeDef,
2747
+ TraceDrain
2748
+ > = z.object({
2749
+ status:
2750
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema,
2751
+ endpoint: z.string(),
2752
+ headers: z.record(z.string()).optional(),
2753
+ format: GetConfigurationProductsFormat$outboundSchema,
2754
+ });
2755
+
2756
+ /**
2757
+ * @internal
2758
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2759
+ */
2760
+ export namespace TraceDrain$ {
2761
+ /** @deprecated use `TraceDrain$inboundSchema` instead. */
2762
+ export const inboundSchema = TraceDrain$inboundSchema;
2763
+ /** @deprecated use `TraceDrain$outboundSchema` instead. */
2764
+ export const outboundSchema = TraceDrain$outboundSchema;
2765
+ /** @deprecated use `TraceDrain$Outbound` instead. */
2766
+ export type Outbound = TraceDrain$Outbound;
2767
+ }
2768
+
2769
+ export function traceDrainToJSON(traceDrain: TraceDrain): string {
2770
+ return JSON.stringify(TraceDrain$outboundSchema.parse(traceDrain));
2771
+ }
2772
+
2773
+ export function traceDrainFromJSON(
2774
+ jsonString: string,
2775
+ ): SafeParseResult<TraceDrain, SDKValidationError> {
2776
+ return safeParse(
2777
+ jsonString,
2778
+ (x) => TraceDrain$inboundSchema.parse(JSON.parse(x)),
2779
+ `Failed to parse 'TraceDrain' from JSON`,
2780
+ );
2781
+ }
2782
+
2645
2783
  /** @internal */
2646
2784
  export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema:
2647
2785
  z.ZodNativeEnum<
@@ -2816,6 +2954,7 @@ export const Protocols$inboundSchema: z.ZodType<
2816
2954
  workflow: z.lazy(() => Workflow$inboundSchema).optional(),
2817
2955
  checks: z.lazy(() => GetConfigurationProductsChecks$inboundSchema).optional(),
2818
2956
  logDrain: z.lazy(() => LogDrain$inboundSchema).optional(),
2957
+ traceDrain: z.lazy(() => TraceDrain$inboundSchema).optional(),
2819
2958
  messaging: z.lazy(() => Messaging$inboundSchema).optional(),
2820
2959
  other: z.lazy(() => Other$inboundSchema).optional(),
2821
2960
  });
@@ -2833,6 +2972,7 @@ export type Protocols$Outbound = {
2833
2972
  workflow?: Workflow$Outbound | undefined;
2834
2973
  checks?: GetConfigurationProductsChecks$Outbound | undefined;
2835
2974
  logDrain?: LogDrain$Outbound | undefined;
2975
+ traceDrain?: TraceDrain$Outbound | undefined;
2836
2976
  messaging?: Messaging$Outbound | undefined;
2837
2977
  other?: Other$Outbound | undefined;
2838
2978
  };
@@ -2855,6 +2995,7 @@ export const Protocols$outboundSchema: z.ZodType<
2855
2995
  checks: z.lazy(() => GetConfigurationProductsChecks$outboundSchema)
2856
2996
  .optional(),
2857
2997
  logDrain: z.lazy(() => LogDrain$outboundSchema).optional(),
2998
+ traceDrain: z.lazy(() => TraceDrain$outboundSchema).optional(),
2858
2999
  messaging: z.lazy(() => Messaging$outboundSchema).optional(),
2859
3000
  other: z.lazy(() => Other$outboundSchema).optional(),
2860
3001
  });
@@ -2929,65 +3070,65 @@ export namespace GetConfigurationProductsType$ {
2929
3070
  }
2930
3071
 
2931
3072
  /** @internal */
2932
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema:
3073
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema:
2933
3074
  z.ZodType<
2934
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581,
3075
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164,
2935
3076
  z.ZodTypeDef,
2936
3077
  unknown
2937
3078
  > = z.object({});
2938
3079
 
2939
3080
  /** @internal */
2940
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound =
3081
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound =
2941
3082
  {};
2942
3083
 
2943
3084
  /** @internal */
2944
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema:
3085
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema:
2945
3086
  z.ZodType<
2946
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound,
3087
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound,
2947
3088
  z.ZodTypeDef,
2948
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581
3089
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164
2949
3090
  > = z.object({});
2950
3091
 
2951
3092
  /**
2952
3093
  * @internal
2953
3094
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2954
3095
  */
2955
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$ {
2956
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema` instead. */
3096
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$ {
3097
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema` instead. */
2957
3098
  export const inboundSchema =
2958
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema;
2959
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema` instead. */
3099
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema;
3100
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema` instead. */
2960
3101
  export const outboundSchema =
2961
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema;
2962
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound` instead. */
3102
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema;
3103
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound` instead. */
2963
3104
  export type Outbound =
2964
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound;
3105
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
2965
3106
  }
2966
3107
 
2967
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581ToJSON(
2968
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581:
2969
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581,
3108
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164ToJSON(
3109
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164:
3110
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164,
2970
3111
  ): string {
2971
3112
  return JSON.stringify(
2972
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema
3113
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema
2973
3114
  .parse(
2974
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581,
3115
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164,
2975
3116
  ),
2976
3117
  );
2977
3118
  }
2978
3119
 
2979
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581FromJSON(
3120
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164FromJSON(
2980
3121
  jsonString: string,
2981
3122
  ): SafeParseResult<
2982
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581,
3123
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164,
2983
3124
  SDKValidationError
2984
3125
  > {
2985
3126
  return safeParse(
2986
3127
  jsonString,
2987
3128
  (x) =>
2988
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema
3129
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema
2989
3130
  .parse(JSON.parse(x)),
2990
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581' from JSON`,
3131
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164' from JSON`,
2991
3132
  );
2992
3133
  }
2993
3134
 
@@ -2997,19 +3138,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
2997
3138
  z.ZodTypeDef,
2998
3139
  unknown
2999
3140
  > = z.object({
3000
- "__@BRAND@508581": z.lazy(() =>
3001
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema
3141
+ "__@BRAND@513164": z.lazy(() =>
3142
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema
3002
3143
  ),
3003
3144
  }).transform((v) => {
3004
3145
  return remap$(v, {
3005
- "__@BRAND@508581": "atBRANDAt508581",
3146
+ "__@BRAND@513164": "atBRANDAt513164",
3006
3147
  });
3007
3148
  });
3008
3149
 
3009
3150
  /** @internal */
3010
3151
  export type PropertiesValue$Outbound = {
3011
- "__@BRAND@508581":
3012
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound;
3152
+ "__@BRAND@513164":
3153
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
3013
3154
  };
3014
3155
 
3015
3156
  /** @internal */
@@ -3018,12 +3159,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
3018
3159
  z.ZodTypeDef,
3019
3160
  PropertiesValue
3020
3161
  > = z.object({
3021
- atBRANDAt508581: z.lazy(() =>
3022
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema
3162
+ atBRANDAt513164: z.lazy(() =>
3163
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema
3023
3164
  ),
3024
3165
  }).transform((v) => {
3025
3166
  return remap$(v, {
3026
- atBRANDAt508581: "__@BRAND@508581",
3167
+ atBRANDAt513164: "__@BRAND@513164",
3027
3168
  });
3028
3169
  });
3029
3170
 
@@ -3495,65 +3636,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
3495
3636
  }
3496
3637
 
3497
3638
  /** @internal */
3498
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema:
3639
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema:
3499
3640
  z.ZodType<
3500
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581,
3641
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164,
3501
3642
  z.ZodTypeDef,
3502
3643
  unknown
3503
3644
  > = z.object({});
3504
3645
 
3505
3646
  /** @internal */
3506
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound =
3647
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound =
3507
3648
  {};
3508
3649
 
3509
3650
  /** @internal */
3510
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema:
3651
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema:
3511
3652
  z.ZodType<
3512
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound,
3653
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound,
3513
3654
  z.ZodTypeDef,
3514
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581
3655
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164
3515
3656
  > = z.object({});
3516
3657
 
3517
3658
  /**
3518
3659
  * @internal
3519
3660
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3520
3661
  */
3521
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$ {
3522
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
3662
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$ {
3663
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
3523
3664
  export const inboundSchema =
3524
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema;
3525
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
3665
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema;
3666
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
3526
3667
  export const outboundSchema =
3527
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema;
3528
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound` instead. */
3668
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema;
3669
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
3529
3670
  export type Outbound =
3530
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound;
3671
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
3531
3672
  }
3532
3673
 
3533
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581ToJSON(
3534
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581:
3535
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581,
3674
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164ToJSON(
3675
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164:
3676
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164,
3536
3677
  ): string {
3537
3678
  return JSON.stringify(
3538
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema
3679
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema
3539
3680
  .parse(
3540
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581,
3681
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164,
3541
3682
  ),
3542
3683
  );
3543
3684
  }
3544
3685
 
3545
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581FromJSON(
3686
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164FromJSON(
3546
3687
  jsonString: string,
3547
3688
  ): SafeParseResult<
3548
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581,
3689
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164,
3549
3690
  SDKValidationError
3550
3691
  > {
3551
3692
  return safeParse(
3552
3693
  jsonString,
3553
3694
  (x) =>
3554
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema
3695
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema
3555
3696
  .parse(JSON.parse(x)),
3556
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581' from JSON`,
3697
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164' from JSON`,
3557
3698
  );
3558
3699
  }
3559
3700
 
@@ -3564,20 +3705,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
3564
3705
  z.ZodTypeDef,
3565
3706
  unknown
3566
3707
  > = z.object({
3567
- "__@BRAND@508581": z.lazy(() =>
3568
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema
3708
+ "__@BRAND@513164": z.lazy(() =>
3709
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema
3569
3710
  ),
3570
3711
  }).transform((v) => {
3571
3712
  return remap$(v, {
3572
- "__@BRAND@508581": "atBRANDAt508581",
3713
+ "__@BRAND@513164": "atBRANDAt513164",
3573
3714
  });
3574
3715
  });
3575
3716
 
3576
3717
  /** @internal */
3577
3718
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
3578
3719
  {
3579
- "__@BRAND@508581":
3580
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound;
3720
+ "__@BRAND@513164":
3721
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
3581
3722
  };
3582
3723
 
3583
3724
  /** @internal */
@@ -3587,12 +3728,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
3587
3728
  z.ZodTypeDef,
3588
3729
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength
3589
3730
  > = z.object({
3590
- atBRANDAt508581: z.lazy(() =>
3591
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema
3731
+ atBRANDAt513164: z.lazy(() =>
3732
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema
3592
3733
  ),
3593
3734
  }).transform((v) => {
3594
3735
  return remap$(v, {
3595
- atBRANDAt508581: "__@BRAND@508581",
3736
+ atBRANDAt513164: "__@BRAND@513164",
3596
3737
  });
3597
3738
  });
3598
3739
 
@@ -3638,65 +3779,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
3638
3779
  }
3639
3780
 
3640
3781
  /** @internal */
3641
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema:
3782
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema:
3642
3783
  z.ZodType<
3643
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581,
3784
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164,
3644
3785
  z.ZodTypeDef,
3645
3786
  unknown
3646
3787
  > = z.object({});
3647
3788
 
3648
3789
  /** @internal */
3649
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound =
3790
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound =
3650
3791
  {};
3651
3792
 
3652
3793
  /** @internal */
3653
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema:
3794
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema:
3654
3795
  z.ZodType<
3655
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound,
3796
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound,
3656
3797
  z.ZodTypeDef,
3657
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581
3798
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164
3658
3799
  > = z.object({});
3659
3800
 
3660
3801
  /**
3661
3802
  * @internal
3662
3803
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3663
3804
  */
3664
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$ {
3665
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema` instead. */
3805
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$ {
3806
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema` instead. */
3666
3807
  export const inboundSchema =
3667
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema;
3668
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema` instead. */
3808
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema;
3809
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema` instead. */
3669
3810
  export const outboundSchema =
3670
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema;
3671
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound` instead. */
3811
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema;
3812
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound` instead. */
3672
3813
  export type Outbound =
3673
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound;
3814
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
3674
3815
  }
3675
3816
 
3676
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581ToJSON(
3677
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581:
3678
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581,
3817
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164ToJSON(
3818
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164:
3819
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164,
3679
3820
  ): string {
3680
3821
  return JSON.stringify(
3681
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema
3822
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema
3682
3823
  .parse(
3683
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581,
3824
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164,
3684
3825
  ),
3685
3826
  );
3686
3827
  }
3687
3828
 
3688
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581FromJSON(
3829
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164FromJSON(
3689
3830
  jsonString: string,
3690
3831
  ): SafeParseResult<
3691
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581,
3832
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164,
3692
3833
  SDKValidationError
3693
3834
  > {
3694
3835
  return safeParse(
3695
3836
  jsonString,
3696
3837
  (x) =>
3697
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema
3838
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema
3698
3839
  .parse(JSON.parse(x)),
3699
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581' from JSON`,
3840
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164' from JSON`,
3700
3841
  );
3701
3842
  }
3702
3843
 
@@ -3707,20 +3848,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
3707
3848
  z.ZodTypeDef,
3708
3849
  unknown
3709
3850
  > = z.object({
3710
- "__@BRAND@508581": z.lazy(() =>
3711
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema
3851
+ "__@BRAND@513164": z.lazy(() =>
3852
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema
3712
3853
  ),
3713
3854
  }).transform((v) => {
3714
3855
  return remap$(v, {
3715
- "__@BRAND@508581": "atBRANDAt508581",
3856
+ "__@BRAND@513164": "atBRANDAt513164",
3716
3857
  });
3717
3858
  });
3718
3859
 
3719
3860
  /** @internal */
3720
3861
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
3721
3862
  {
3722
- "__@BRAND@508581":
3723
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound;
3863
+ "__@BRAND@513164":
3864
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
3724
3865
  };
3725
3866
 
3726
3867
  /** @internal */
@@ -3730,12 +3871,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
3730
3871
  z.ZodTypeDef,
3731
3872
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
3732
3873
  > = z.object({
3733
- atBRANDAt508581: z.lazy(() =>
3734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema
3874
+ atBRANDAt513164: z.lazy(() =>
3875
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema
3735
3876
  ),
3736
3877
  }).transform((v) => {
3737
3878
  return remap$(v, {
3738
- atBRANDAt508581: "__@BRAND@508581",
3879
+ atBRANDAt513164: "__@BRAND@513164",
3739
3880
  });
3740
3881
  });
3741
3882
 
@@ -3781,65 +3922,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
3781
3922
  }
3782
3923
 
3783
3924
  /** @internal */
3784
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema:
3925
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema:
3785
3926
  z.ZodType<
3786
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581,
3927
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164,
3787
3928
  z.ZodTypeDef,
3788
3929
  unknown
3789
3930
  > = z.object({});
3790
3931
 
3791
3932
  /** @internal */
3792
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound =
3933
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound =
3793
3934
  {};
3794
3935
 
3795
3936
  /** @internal */
3796
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema:
3937
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema:
3797
3938
  z.ZodType<
3798
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound,
3939
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound,
3799
3940
  z.ZodTypeDef,
3800
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581
3941
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164
3801
3942
  > = z.object({});
3802
3943
 
3803
3944
  /**
3804
3945
  * @internal
3805
3946
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3806
3947
  */
3807
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$ {
3808
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema` instead. */
3948
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$ {
3949
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema` instead. */
3809
3950
  export const inboundSchema =
3810
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema;
3811
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema` instead. */
3951
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema;
3952
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema` instead. */
3812
3953
  export const outboundSchema =
3813
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema;
3814
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound` instead. */
3954
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema;
3955
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound` instead. */
3815
3956
  export type Outbound =
3816
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound;
3957
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
3817
3958
  }
3818
3959
 
3819
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581ToJSON(
3820
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581:
3821
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581,
3960
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164ToJSON(
3961
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164:
3962
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164,
3822
3963
  ): string {
3823
3964
  return JSON.stringify(
3824
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema
3965
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema
3825
3966
  .parse(
3826
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581,
3967
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164,
3827
3968
  ),
3828
3969
  );
3829
3970
  }
3830
3971
 
3831
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581FromJSON(
3972
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164FromJSON(
3832
3973
  jsonString: string,
3833
3974
  ): SafeParseResult<
3834
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581,
3975
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164,
3835
3976
  SDKValidationError
3836
3977
  > {
3837
3978
  return safeParse(
3838
3979
  jsonString,
3839
3980
  (x) =>
3840
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema
3981
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema
3841
3982
  .parse(JSON.parse(x)),
3842
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581' from JSON`,
3983
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164' from JSON`,
3843
3984
  );
3844
3985
  }
3845
3986
 
@@ -3850,20 +3991,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
3850
3991
  z.ZodTypeDef,
3851
3992
  unknown
3852
3993
  > = z.object({
3853
- "__@BRAND@508581": z.lazy(() =>
3854
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema
3994
+ "__@BRAND@513164": z.lazy(() =>
3995
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema
3855
3996
  ),
3856
3997
  }).transform((v) => {
3857
3998
  return remap$(v, {
3858
- "__@BRAND@508581": "atBRANDAt508581",
3999
+ "__@BRAND@513164": "atBRANDAt513164",
3859
4000
  });
3860
4001
  });
3861
4002
 
3862
4003
  /** @internal */
3863
4004
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
3864
4005
  {
3865
- "__@BRAND@508581":
3866
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound;
4006
+ "__@BRAND@513164":
4007
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
3867
4008
  };
3868
4009
 
3869
4010
  /** @internal */
@@ -3873,12 +4014,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
3873
4014
  z.ZodTypeDef,
3874
4015
  GetConfigurationProductsPropertiesIntegrationsResponsePattern
3875
4016
  > = z.object({
3876
- atBRANDAt508581: z.lazy(() =>
3877
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema
4017
+ atBRANDAt513164: z.lazy(() =>
4018
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema
3878
4019
  ),
3879
4020
  }).transform((v) => {
3880
4021
  return remap$(v, {
3881
- atBRANDAt508581: "__@BRAND@508581",
4022
+ atBRANDAt513164: "__@BRAND@513164",
3882
4023
  });
3883
4024
  });
3884
4025
 
@@ -4030,65 +4171,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
4030
4171
  }
4031
4172
 
4032
4173
  /** @internal */
4033
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema:
4174
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema:
4034
4175
  z.ZodType<
4035
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581,
4176
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164,
4036
4177
  z.ZodTypeDef,
4037
4178
  unknown
4038
4179
  > = z.object({});
4039
4180
 
4040
4181
  /** @internal */
4041
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound =
4182
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound =
4042
4183
  {};
4043
4184
 
4044
4185
  /** @internal */
4045
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema:
4186
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema:
4046
4187
  z.ZodType<
4047
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound,
4188
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound,
4048
4189
  z.ZodTypeDef,
4049
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581
4190
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164
4050
4191
  > = z.object({});
4051
4192
 
4052
4193
  /**
4053
4194
  * @internal
4054
4195
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4055
4196
  */
4056
- export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$ {
4057
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
4197
+ export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$ {
4198
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
4058
4199
  export const inboundSchema =
4059
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema;
4060
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
4200
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema;
4201
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
4061
4202
  export const outboundSchema =
4062
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema;
4063
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound` instead. */
4203
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema;
4204
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
4064
4205
  export type Outbound =
4065
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound;
4206
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
4066
4207
  }
4067
4208
 
4068
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581ToJSON(
4069
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581:
4070
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581,
4209
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164ToJSON(
4210
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164:
4211
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164,
4071
4212
  ): string {
4072
4213
  return JSON.stringify(
4073
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema
4214
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema
4074
4215
  .parse(
4075
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581,
4216
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164,
4076
4217
  ),
4077
4218
  );
4078
4219
  }
4079
4220
 
4080
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581FromJSON(
4221
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164FromJSON(
4081
4222
  jsonString: string,
4082
4223
  ): SafeParseResult<
4083
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581,
4224
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164,
4084
4225
  SDKValidationError
4085
4226
  > {
4086
4227
  return safeParse(
4087
4228
  jsonString,
4088
4229
  (x) =>
4089
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema
4230
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema
4090
4231
  .parse(JSON.parse(x)),
4091
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581' from JSON`,
4232
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164' from JSON`,
4092
4233
  );
4093
4234
  }
4094
4235
 
@@ -4098,19 +4239,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
4098
4239
  z.ZodTypeDef,
4099
4240
  unknown
4100
4241
  > = z.object({
4101
- "__@BRAND@508581": z.lazy(() =>
4102
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema
4242
+ "__@BRAND@513164": z.lazy(() =>
4243
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema
4103
4244
  ),
4104
4245
  }).transform((v) => {
4105
4246
  return remap$(v, {
4106
- "__@BRAND@508581": "atBRANDAt508581",
4247
+ "__@BRAND@513164": "atBRANDAt513164",
4107
4248
  });
4108
4249
  });
4109
4250
 
4110
4251
  /** @internal */
4111
4252
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
4112
- "__@BRAND@508581":
4113
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound;
4253
+ "__@BRAND@513164":
4254
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
4114
4255
  };
4115
4256
 
4116
4257
  /** @internal */
@@ -4119,12 +4260,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
4119
4260
  z.ZodTypeDef,
4120
4261
  GetConfigurationProductsUiOptionsValue
4121
4262
  > = z.object({
4122
- atBRANDAt508581: z.lazy(() =>
4123
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema
4263
+ atBRANDAt513164: z.lazy(() =>
4264
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema
4124
4265
  ),
4125
4266
  }).transform((v) => {
4126
4267
  return remap$(v, {
4127
- atBRANDAt508581: "__@BRAND@508581",
4268
+ atBRANDAt513164: "__@BRAND@513164",
4128
4269
  });
4129
4270
  });
4130
4271
 
@@ -4606,64 +4747,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
4606
4747
  }
4607
4748
 
4608
4749
  /** @internal */
4609
- export const GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema:
4750
+ export const GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema:
4610
4751
  z.ZodType<
4611
- GetConfigurationProductsUiOptionsAtBRANDAt508581,
4752
+ GetConfigurationProductsUiOptionsAtBRANDAt513164,
4612
4753
  z.ZodTypeDef,
4613
4754
  unknown
4614
4755
  > = z.object({});
4615
4756
 
4616
4757
  /** @internal */
4617
- export type GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound = {};
4758
+ export type GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound = {};
4618
4759
 
4619
4760
  /** @internal */
4620
- export const GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema:
4761
+ export const GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema:
4621
4762
  z.ZodType<
4622
- GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound,
4763
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound,
4623
4764
  z.ZodTypeDef,
4624
- GetConfigurationProductsUiOptionsAtBRANDAt508581
4765
+ GetConfigurationProductsUiOptionsAtBRANDAt513164
4625
4766
  > = z.object({});
4626
4767
 
4627
4768
  /**
4628
4769
  * @internal
4629
4770
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4630
4771
  */
4631
- export namespace GetConfigurationProductsUiOptionsAtBRANDAt508581$ {
4632
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema` instead. */
4772
+ export namespace GetConfigurationProductsUiOptionsAtBRANDAt513164$ {
4773
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema` instead. */
4633
4774
  export const inboundSchema =
4634
- GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema;
4635
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema` instead. */
4775
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema;
4776
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema` instead. */
4636
4777
  export const outboundSchema =
4637
- GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema;
4638
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound` instead. */
4778
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema;
4779
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound` instead. */
4639
4780
  export type Outbound =
4640
- GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound;
4781
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
4641
4782
  }
4642
4783
 
4643
- export function getConfigurationProductsUiOptionsAtBRANDAt508581ToJSON(
4644
- getConfigurationProductsUiOptionsAtBRANDAt508581:
4645
- GetConfigurationProductsUiOptionsAtBRANDAt508581,
4784
+ export function getConfigurationProductsUiOptionsAtBRANDAt513164ToJSON(
4785
+ getConfigurationProductsUiOptionsAtBRANDAt513164:
4786
+ GetConfigurationProductsUiOptionsAtBRANDAt513164,
4646
4787
  ): string {
4647
4788
  return JSON.stringify(
4648
- GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema.parse(
4649
- getConfigurationProductsUiOptionsAtBRANDAt508581,
4789
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema.parse(
4790
+ getConfigurationProductsUiOptionsAtBRANDAt513164,
4650
4791
  ),
4651
4792
  );
4652
4793
  }
4653
4794
 
4654
- export function getConfigurationProductsUiOptionsAtBRANDAt508581FromJSON(
4795
+ export function getConfigurationProductsUiOptionsAtBRANDAt513164FromJSON(
4655
4796
  jsonString: string,
4656
4797
  ): SafeParseResult<
4657
- GetConfigurationProductsUiOptionsAtBRANDAt508581,
4798
+ GetConfigurationProductsUiOptionsAtBRANDAt513164,
4658
4799
  SDKValidationError
4659
4800
  > {
4660
4801
  return safeParse(
4661
4802
  jsonString,
4662
4803
  (x) =>
4663
- GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema.parse(
4804
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema.parse(
4664
4805
  JSON.parse(x),
4665
4806
  ),
4666
- `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt508581' from JSON`,
4807
+ `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt513164' from JSON`,
4667
4808
  );
4668
4809
  }
4669
4810
 
@@ -4673,18 +4814,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
4673
4814
  z.ZodTypeDef,
4674
4815
  unknown
4675
4816
  > = z.object({
4676
- "__@BRAND@508581": z.lazy(() =>
4677
- GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema
4817
+ "__@BRAND@513164": z.lazy(() =>
4818
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema
4678
4819
  ),
4679
4820
  }).transform((v) => {
4680
4821
  return remap$(v, {
4681
- "__@BRAND@508581": "atBRANDAt508581",
4822
+ "__@BRAND@513164": "atBRANDAt513164",
4682
4823
  });
4683
4824
  });
4684
4825
 
4685
4826
  /** @internal */
4686
4827
  export type GetConfigurationProductsUiOptions2$Outbound = {
4687
- "__@BRAND@508581": GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound;
4828
+ "__@BRAND@513164": GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
4688
4829
  };
4689
4830
 
4690
4831
  /** @internal */
@@ -4693,12 +4834,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
4693
4834
  z.ZodTypeDef,
4694
4835
  GetConfigurationProductsUiOptions2
4695
4836
  > = z.object({
4696
- atBRANDAt508581: z.lazy(() =>
4697
- GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema
4837
+ atBRANDAt513164: z.lazy(() =>
4838
+ GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema
4698
4839
  ),
4699
4840
  }).transform((v) => {
4700
4841
  return remap$(v, {
4701
- atBRANDAt508581: "__@BRAND@508581",
4842
+ atBRANDAt513164: "__@BRAND@513164",
4702
4843
  });
4703
4844
  });
4704
4845
 
@@ -5980,84 +6121,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
5980
6121
  }
5981
6122
 
5982
6123
  /** @internal */
5983
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema:
6124
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema:
5984
6125
  z.ZodType<
5985
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581,
6126
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164,
5986
6127
  z.ZodTypeDef,
5987
6128
  unknown
5988
6129
  > = z.object({});
5989
6130
 
5990
6131
  /** @internal */
5991
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound =
6132
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound =
5992
6133
  {};
5993
6134
 
5994
6135
  /** @internal */
5995
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema:
6136
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema:
5996
6137
  z.ZodType<
5997
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound,
6138
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound,
5998
6139
  z.ZodTypeDef,
5999
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581
6140
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164
6000
6141
  > = z.object({});
6001
6142
 
6002
6143
  /**
6003
6144
  * @internal
6004
6145
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6005
6146
  */
6006
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$ {
6007
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema` instead. */
6147
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$ {
6148
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema` instead. */
6008
6149
  export const inboundSchema =
6009
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema;
6010
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema` instead. */
6150
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema;
6151
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema` instead. */
6011
6152
  export const outboundSchema =
6012
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema;
6013
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound` instead. */
6153
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema;
6154
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound` instead. */
6014
6155
  export type Outbound =
6015
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound;
6156
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
6016
6157
  }
6017
6158
 
6018
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581ToJSON(
6019
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581:
6020
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581,
6159
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164ToJSON(
6160
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164:
6161
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164,
6021
6162
  ): string {
6022
6163
  return JSON.stringify(
6023
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema
6164
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema
6024
6165
  .parse(
6025
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581,
6166
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164,
6026
6167
  ),
6027
6168
  );
6028
6169
  }
6029
6170
 
6030
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581FromJSON(
6171
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164FromJSON(
6031
6172
  jsonString: string,
6032
6173
  ): SafeParseResult<
6033
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581,
6174
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164,
6034
6175
  SDKValidationError
6035
6176
  > {
6036
6177
  return safeParse(
6037
6178
  jsonString,
6038
6179
  (x) =>
6039
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema
6180
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema
6040
6181
  .parse(JSON.parse(x)),
6041
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581' from JSON`,
6182
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164' from JSON`,
6042
6183
  );
6043
6184
  }
6044
6185
 
6045
6186
  /** @internal */
6046
6187
  export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
6047
6188
  z.object({
6048
- "__@BRAND@508581": z.lazy(() =>
6049
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema
6189
+ "__@BRAND@513164": z.lazy(() =>
6190
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema
6050
6191
  ),
6051
6192
  }).transform((v) => {
6052
6193
  return remap$(v, {
6053
- "__@BRAND@508581": "atBRANDAt508581",
6194
+ "__@BRAND@513164": "atBRANDAt513164",
6054
6195
  });
6055
6196
  });
6056
6197
 
6057
6198
  /** @internal */
6058
6199
  export type Default$Outbound = {
6059
- "__@BRAND@508581":
6060
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound;
6200
+ "__@BRAND@513164":
6201
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
6061
6202
  };
6062
6203
 
6063
6204
  /** @internal */
@@ -6066,12 +6207,12 @@ export const Default$outboundSchema: z.ZodType<
6066
6207
  z.ZodTypeDef,
6067
6208
  Default
6068
6209
  > = z.object({
6069
- atBRANDAt508581: z.lazy(() =>
6070
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema
6210
+ atBRANDAt513164: z.lazy(() =>
6211
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema
6071
6212
  ),
6072
6213
  }).transform((v) => {
6073
6214
  return remap$(v, {
6074
- atBRANDAt508581: "__@BRAND@508581",
6215
+ atBRANDAt513164: "__@BRAND@513164",
6075
6216
  });
6076
6217
  });
6077
6218
 
@@ -6103,84 +6244,84 @@ export function defaultFromJSON(
6103
6244
  }
6104
6245
 
6105
6246
  /** @internal */
6106
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema:
6247
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema:
6107
6248
  z.ZodType<
6108
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581,
6249
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164,
6109
6250
  z.ZodTypeDef,
6110
6251
  unknown
6111
6252
  > = z.object({});
6112
6253
 
6113
6254
  /** @internal */
6114
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound =
6255
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound =
6115
6256
  {};
6116
6257
 
6117
6258
  /** @internal */
6118
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema:
6259
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema:
6119
6260
  z.ZodType<
6120
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound,
6261
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound,
6121
6262
  z.ZodTypeDef,
6122
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581
6263
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164
6123
6264
  > = z.object({});
6124
6265
 
6125
6266
  /**
6126
6267
  * @internal
6127
6268
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6128
6269
  */
6129
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$ {
6130
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema` instead. */
6270
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$ {
6271
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema` instead. */
6131
6272
  export const inboundSchema =
6132
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema;
6133
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema` instead. */
6273
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema;
6274
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema` instead. */
6134
6275
  export const outboundSchema =
6135
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema;
6136
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound` instead. */
6276
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema;
6277
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound` instead. */
6137
6278
  export type Outbound =
6138
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound;
6279
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
6139
6280
  }
6140
6281
 
6141
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581ToJSON(
6142
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581:
6143
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581,
6282
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164ToJSON(
6283
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164:
6284
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164,
6144
6285
  ): string {
6145
6286
  return JSON.stringify(
6146
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema
6287
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema
6147
6288
  .parse(
6148
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581,
6289
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164,
6149
6290
  ),
6150
6291
  );
6151
6292
  }
6152
6293
 
6153
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581FromJSON(
6294
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164FromJSON(
6154
6295
  jsonString: string,
6155
6296
  ): SafeParseResult<
6156
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581,
6297
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164,
6157
6298
  SDKValidationError
6158
6299
  > {
6159
6300
  return safeParse(
6160
6301
  jsonString,
6161
6302
  (x) =>
6162
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema
6303
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema
6163
6304
  .parse(JSON.parse(x)),
6164
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581' from JSON`,
6305
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164' from JSON`,
6165
6306
  );
6166
6307
  }
6167
6308
 
6168
6309
  /** @internal */
6169
6310
  export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
6170
6311
  z.object({
6171
- "__@BRAND@508581": z.lazy(() =>
6172
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema
6312
+ "__@BRAND@513164": z.lazy(() =>
6313
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema
6173
6314
  ),
6174
6315
  }).transform((v) => {
6175
6316
  return remap$(v, {
6176
- "__@BRAND@508581": "atBRANDAt508581",
6317
+ "__@BRAND@513164": "atBRANDAt513164",
6177
6318
  });
6178
6319
  });
6179
6320
 
6180
6321
  /** @internal */
6181
6322
  export type Example$Outbound = {
6182
- "__@BRAND@508581":
6183
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound;
6323
+ "__@BRAND@513164":
6324
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
6184
6325
  };
6185
6326
 
6186
6327
  /** @internal */
@@ -6189,12 +6330,12 @@ export const Example$outboundSchema: z.ZodType<
6189
6330
  z.ZodTypeDef,
6190
6331
  Example
6191
6332
  > = z.object({
6192
- atBRANDAt508581: z.lazy(() =>
6193
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema
6333
+ atBRANDAt513164: z.lazy(() =>
6334
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema
6194
6335
  ),
6195
6336
  }).transform((v) => {
6196
6337
  return remap$(v, {
6197
- atBRANDAt508581: "__@BRAND@508581",
6338
+ atBRANDAt513164: "__@BRAND@513164",
6198
6339
  });
6199
6340
  });
6200
6341
 
@@ -6492,63 +6633,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
6492
6633
  }
6493
6634
 
6494
6635
  /** @internal */
6495
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema:
6636
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema:
6496
6637
  z.ZodType<
6497
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581,
6638
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164,
6498
6639
  z.ZodTypeDef,
6499
6640
  unknown
6500
6641
  > = z.object({});
6501
6642
 
6502
6643
  /** @internal */
6503
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound =
6644
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound =
6504
6645
  {};
6505
6646
 
6506
6647
  /** @internal */
6507
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema:
6648
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema:
6508
6649
  z.ZodType<
6509
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound,
6650
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound,
6510
6651
  z.ZodTypeDef,
6511
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581
6652
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164
6512
6653
  > = z.object({});
6513
6654
 
6514
6655
  /**
6515
6656
  * @internal
6516
6657
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6517
6658
  */
6518
- export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$ {
6519
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema` instead. */
6659
+ export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$ {
6660
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema` instead. */
6520
6661
  export const inboundSchema =
6521
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema;
6522
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema` instead. */
6662
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema;
6663
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema` instead. */
6523
6664
  export const outboundSchema =
6524
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema;
6525
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound` instead. */
6665
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema;
6666
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound` instead. */
6526
6667
  export type Outbound =
6527
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound;
6668
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
6528
6669
  }
6529
6670
 
6530
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581ToJSON(
6531
- getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581:
6532
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581,
6671
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164ToJSON(
6672
+ getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164:
6673
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164,
6533
6674
  ): string {
6534
6675
  return JSON.stringify(
6535
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema
6536
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581),
6676
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema
6677
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164),
6537
6678
  );
6538
6679
  }
6539
6680
 
6540
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581FromJSON(
6681
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164FromJSON(
6541
6682
  jsonString: string,
6542
6683
  ): SafeParseResult<
6543
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581,
6684
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164,
6544
6685
  SDKValidationError
6545
6686
  > {
6546
6687
  return safeParse(
6547
6688
  jsonString,
6548
6689
  (x) =>
6549
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema
6690
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema
6550
6691
  .parse(JSON.parse(x)),
6551
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581' from JSON`,
6692
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164' from JSON`,
6552
6693
  );
6553
6694
  }
6554
6695
 
@@ -6558,19 +6699,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
6558
6699
  z.ZodTypeDef,
6559
6700
  unknown
6560
6701
  > = z.object({
6561
- "__@BRAND@508581": z.lazy(() =>
6562
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema
6702
+ "__@BRAND@513164": z.lazy(() =>
6703
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema
6563
6704
  ),
6564
6705
  }).transform((v) => {
6565
6706
  return remap$(v, {
6566
- "__@BRAND@508581": "atBRANDAt508581",
6707
+ "__@BRAND@513164": "atBRANDAt513164",
6567
6708
  });
6568
6709
  });
6569
6710
 
6570
6711
  /** @internal */
6571
6712
  export type UiOptionsValue$Outbound = {
6572
- "__@BRAND@508581":
6573
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound;
6713
+ "__@BRAND@513164":
6714
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
6574
6715
  };
6575
6716
 
6576
6717
  /** @internal */
@@ -6579,12 +6720,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
6579
6720
  z.ZodTypeDef,
6580
6721
  UiOptionsValue
6581
6722
  > = z.object({
6582
- atBRANDAt508581: z.lazy(() =>
6583
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema
6723
+ atBRANDAt513164: z.lazy(() =>
6724
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema
6584
6725
  ),
6585
6726
  }).transform((v) => {
6586
6727
  return remap$(v, {
6587
- atBRANDAt508581: "__@BRAND@508581",
6728
+ atBRANDAt513164: "__@BRAND@513164",
6588
6729
  });
6589
6730
  });
6590
6731
 
@@ -7047,50 +7188,50 @@ export function uiOptions3FromJSON(
7047
7188
  }
7048
7189
 
7049
7190
  /** @internal */
7050
- export const UiOptionsAtBRANDAt508581$inboundSchema: z.ZodType<
7051
- UiOptionsAtBRANDAt508581,
7191
+ export const UiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<
7192
+ UiOptionsAtBRANDAt513164,
7052
7193
  z.ZodTypeDef,
7053
7194
  unknown
7054
7195
  > = z.object({});
7055
7196
 
7056
7197
  /** @internal */
7057
- export type UiOptionsAtBRANDAt508581$Outbound = {};
7198
+ export type UiOptionsAtBRANDAt513164$Outbound = {};
7058
7199
 
7059
7200
  /** @internal */
7060
- export const UiOptionsAtBRANDAt508581$outboundSchema: z.ZodType<
7061
- UiOptionsAtBRANDAt508581$Outbound,
7201
+ export const UiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<
7202
+ UiOptionsAtBRANDAt513164$Outbound,
7062
7203
  z.ZodTypeDef,
7063
- UiOptionsAtBRANDAt508581
7204
+ UiOptionsAtBRANDAt513164
7064
7205
  > = z.object({});
7065
7206
 
7066
7207
  /**
7067
7208
  * @internal
7068
7209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7069
7210
  */
7070
- export namespace UiOptionsAtBRANDAt508581$ {
7071
- /** @deprecated use `UiOptionsAtBRANDAt508581$inboundSchema` instead. */
7072
- export const inboundSchema = UiOptionsAtBRANDAt508581$inboundSchema;
7073
- /** @deprecated use `UiOptionsAtBRANDAt508581$outboundSchema` instead. */
7074
- export const outboundSchema = UiOptionsAtBRANDAt508581$outboundSchema;
7075
- /** @deprecated use `UiOptionsAtBRANDAt508581$Outbound` instead. */
7076
- export type Outbound = UiOptionsAtBRANDAt508581$Outbound;
7211
+ export namespace UiOptionsAtBRANDAt513164$ {
7212
+ /** @deprecated use `UiOptionsAtBRANDAt513164$inboundSchema` instead. */
7213
+ export const inboundSchema = UiOptionsAtBRANDAt513164$inboundSchema;
7214
+ /** @deprecated use `UiOptionsAtBRANDAt513164$outboundSchema` instead. */
7215
+ export const outboundSchema = UiOptionsAtBRANDAt513164$outboundSchema;
7216
+ /** @deprecated use `UiOptionsAtBRANDAt513164$Outbound` instead. */
7217
+ export type Outbound = UiOptionsAtBRANDAt513164$Outbound;
7077
7218
  }
7078
7219
 
7079
- export function uiOptionsAtBRANDAt508581ToJSON(
7080
- uiOptionsAtBRANDAt508581: UiOptionsAtBRANDAt508581,
7220
+ export function uiOptionsAtBRANDAt513164ToJSON(
7221
+ uiOptionsAtBRANDAt513164: UiOptionsAtBRANDAt513164,
7081
7222
  ): string {
7082
7223
  return JSON.stringify(
7083
- UiOptionsAtBRANDAt508581$outboundSchema.parse(uiOptionsAtBRANDAt508581),
7224
+ UiOptionsAtBRANDAt513164$outboundSchema.parse(uiOptionsAtBRANDAt513164),
7084
7225
  );
7085
7226
  }
7086
7227
 
7087
- export function uiOptionsAtBRANDAt508581FromJSON(
7228
+ export function uiOptionsAtBRANDAt513164FromJSON(
7088
7229
  jsonString: string,
7089
- ): SafeParseResult<UiOptionsAtBRANDAt508581, SDKValidationError> {
7230
+ ): SafeParseResult<UiOptionsAtBRANDAt513164, SDKValidationError> {
7090
7231
  return safeParse(
7091
7232
  jsonString,
7092
- (x) => UiOptionsAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)),
7093
- `Failed to parse 'UiOptionsAtBRANDAt508581' from JSON`,
7233
+ (x) => UiOptionsAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)),
7234
+ `Failed to parse 'UiOptionsAtBRANDAt513164' from JSON`,
7094
7235
  );
7095
7236
  }
7096
7237
 
@@ -7100,16 +7241,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
7100
7241
  z.ZodTypeDef,
7101
7242
  unknown
7102
7243
  > = z.object({
7103
- "__@BRAND@508581": z.lazy(() => UiOptionsAtBRANDAt508581$inboundSchema),
7244
+ "__@BRAND@513164": z.lazy(() => UiOptionsAtBRANDAt513164$inboundSchema),
7104
7245
  }).transform((v) => {
7105
7246
  return remap$(v, {
7106
- "__@BRAND@508581": "atBRANDAt508581",
7247
+ "__@BRAND@513164": "atBRANDAt513164",
7107
7248
  });
7108
7249
  });
7109
7250
 
7110
7251
  /** @internal */
7111
7252
  export type UiOptions2$Outbound = {
7112
- "__@BRAND@508581": UiOptionsAtBRANDAt508581$Outbound;
7253
+ "__@BRAND@513164": UiOptionsAtBRANDAt513164$Outbound;
7113
7254
  };
7114
7255
 
7115
7256
  /** @internal */
@@ -7118,10 +7259,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
7118
7259
  z.ZodTypeDef,
7119
7260
  UiOptions2
7120
7261
  > = z.object({
7121
- atBRANDAt508581: z.lazy(() => UiOptionsAtBRANDAt508581$outboundSchema),
7262
+ atBRANDAt513164: z.lazy(() => UiOptionsAtBRANDAt513164$outboundSchema),
7122
7263
  }).transform((v) => {
7123
7264
  return remap$(v, {
7124
- atBRANDAt508581: "__@BRAND@508581",
7265
+ atBRANDAt513164: "__@BRAND@513164",
7125
7266
  });
7126
7267
  });
7127
7268
 
@@ -7634,65 +7775,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
7634
7775
  }
7635
7776
 
7636
7777
  /** @internal */
7637
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema:
7778
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema:
7638
7779
  z.ZodType<
7639
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581,
7780
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164,
7640
7781
  z.ZodTypeDef,
7641
7782
  unknown
7642
7783
  > = z.object({});
7643
7784
 
7644
7785
  /** @internal */
7645
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound =
7786
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound =
7646
7787
  {};
7647
7788
 
7648
7789
  /** @internal */
7649
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema:
7790
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema:
7650
7791
  z.ZodType<
7651
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound,
7792
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound,
7652
7793
  z.ZodTypeDef,
7653
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581
7794
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164
7654
7795
  > = z.object({});
7655
7796
 
7656
7797
  /**
7657
7798
  * @internal
7658
7799
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7659
7800
  */
7660
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$ {
7661
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema` instead. */
7801
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$ {
7802
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema` instead. */
7662
7803
  export const inboundSchema =
7663
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema;
7664
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema` instead. */
7804
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema;
7805
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema` instead. */
7665
7806
  export const outboundSchema =
7666
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema;
7667
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound` instead. */
7807
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema;
7808
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound` instead. */
7668
7809
  export type Outbound =
7669
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound;
7810
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
7670
7811
  }
7671
7812
 
7672
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581ToJSON(
7673
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581:
7674
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581,
7813
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164ToJSON(
7814
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164:
7815
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164,
7675
7816
  ): string {
7676
7817
  return JSON.stringify(
7677
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema
7818
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema
7678
7819
  .parse(
7679
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581,
7820
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164,
7680
7821
  ),
7681
7822
  );
7682
7823
  }
7683
7824
 
7684
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581FromJSON(
7825
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164FromJSON(
7685
7826
  jsonString: string,
7686
7827
  ): SafeParseResult<
7687
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581,
7828
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164,
7688
7829
  SDKValidationError
7689
7830
  > {
7690
7831
  return safeParse(
7691
7832
  jsonString,
7692
7833
  (x) =>
7693
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema
7834
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema
7694
7835
  .parse(JSON.parse(x)),
7695
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581' from JSON`,
7836
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164' from JSON`,
7696
7837
  );
7697
7838
  }
7698
7839
 
@@ -7703,19 +7844,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
7703
7844
  z.ZodTypeDef,
7704
7845
  unknown
7705
7846
  > = z.object({
7706
- "__@BRAND@508581": z.lazy(() =>
7707
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema
7847
+ "__@BRAND@513164": z.lazy(() =>
7848
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema
7708
7849
  ),
7709
7850
  }).transform((v) => {
7710
7851
  return remap$(v, {
7711
- "__@BRAND@508581": "atBRANDAt508581",
7852
+ "__@BRAND@513164": "atBRANDAt513164",
7712
7853
  });
7713
7854
  });
7714
7855
 
7715
7856
  /** @internal */
7716
7857
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
7717
- "__@BRAND@508581":
7718
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound;
7858
+ "__@BRAND@513164":
7859
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
7719
7860
  };
7720
7861
 
7721
7862
  /** @internal */
@@ -7725,12 +7866,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
7725
7866
  z.ZodTypeDef,
7726
7867
  GetConfigurationProductsPropertiesMinLength
7727
7868
  > = z.object({
7728
- atBRANDAt508581: z.lazy(() =>
7729
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema
7869
+ atBRANDAt513164: z.lazy(() =>
7870
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema
7730
7871
  ),
7731
7872
  }).transform((v) => {
7732
7873
  return remap$(v, {
7733
- atBRANDAt508581: "__@BRAND@508581",
7874
+ atBRANDAt513164: "__@BRAND@513164",
7734
7875
  });
7735
7876
  });
7736
7877
 
@@ -7777,65 +7918,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
7777
7918
  }
7778
7919
 
7779
7920
  /** @internal */
7780
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema:
7921
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema:
7781
7922
  z.ZodType<
7782
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581,
7923
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164,
7783
7924
  z.ZodTypeDef,
7784
7925
  unknown
7785
7926
  > = z.object({});
7786
7927
 
7787
7928
  /** @internal */
7788
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound =
7929
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound =
7789
7930
  {};
7790
7931
 
7791
7932
  /** @internal */
7792
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema:
7933
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema:
7793
7934
  z.ZodType<
7794
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound,
7935
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound,
7795
7936
  z.ZodTypeDef,
7796
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581
7937
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164
7797
7938
  > = z.object({});
7798
7939
 
7799
7940
  /**
7800
7941
  * @internal
7801
7942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7802
7943
  */
7803
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$ {
7804
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema` instead. */
7944
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$ {
7945
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema` instead. */
7805
7946
  export const inboundSchema =
7806
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema;
7807
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema` instead. */
7947
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema;
7948
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema` instead. */
7808
7949
  export const outboundSchema =
7809
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema;
7810
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound` instead. */
7950
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema;
7951
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound` instead. */
7811
7952
  export type Outbound =
7812
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound;
7953
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
7813
7954
  }
7814
7955
 
7815
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581ToJSON(
7816
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581:
7817
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581,
7956
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164ToJSON(
7957
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164:
7958
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164,
7818
7959
  ): string {
7819
7960
  return JSON.stringify(
7820
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema
7961
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema
7821
7962
  .parse(
7822
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581,
7963
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164,
7823
7964
  ),
7824
7965
  );
7825
7966
  }
7826
7967
 
7827
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581FromJSON(
7968
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164FromJSON(
7828
7969
  jsonString: string,
7829
7970
  ): SafeParseResult<
7830
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581,
7971
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164,
7831
7972
  SDKValidationError
7832
7973
  > {
7833
7974
  return safeParse(
7834
7975
  jsonString,
7835
7976
  (x) =>
7836
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema
7977
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema
7837
7978
  .parse(JSON.parse(x)),
7838
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581' from JSON`,
7979
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164' from JSON`,
7839
7980
  );
7840
7981
  }
7841
7982
 
@@ -7846,19 +7987,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
7846
7987
  z.ZodTypeDef,
7847
7988
  unknown
7848
7989
  > = z.object({
7849
- "__@BRAND@508581": z.lazy(() =>
7850
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema
7990
+ "__@BRAND@513164": z.lazy(() =>
7991
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema
7851
7992
  ),
7852
7993
  }).transform((v) => {
7853
7994
  return remap$(v, {
7854
- "__@BRAND@508581": "atBRANDAt508581",
7995
+ "__@BRAND@513164": "atBRANDAt513164",
7855
7996
  });
7856
7997
  });
7857
7998
 
7858
7999
  /** @internal */
7859
8000
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
7860
- "__@BRAND@508581":
7861
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound;
8001
+ "__@BRAND@513164":
8002
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
7862
8003
  };
7863
8004
 
7864
8005
  /** @internal */
@@ -7868,12 +8009,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
7868
8009
  z.ZodTypeDef,
7869
8010
  GetConfigurationProductsPropertiesMaxLength
7870
8011
  > = z.object({
7871
- atBRANDAt508581: z.lazy(() =>
7872
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema
8012
+ atBRANDAt513164: z.lazy(() =>
8013
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema
7873
8014
  ),
7874
8015
  }).transform((v) => {
7875
8016
  return remap$(v, {
7876
- atBRANDAt508581: "__@BRAND@508581",
8017
+ atBRANDAt513164: "__@BRAND@513164",
7877
8018
  });
7878
8019
  });
7879
8020
 
@@ -7920,65 +8061,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
7920
8061
  }
7921
8062
 
7922
8063
  /** @internal */
7923
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema:
8064
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema:
7924
8065
  z.ZodType<
7925
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581,
8066
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164,
7926
8067
  z.ZodTypeDef,
7927
8068
  unknown
7928
8069
  > = z.object({});
7929
8070
 
7930
8071
  /** @internal */
7931
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound =
8072
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound =
7932
8073
  {};
7933
8074
 
7934
8075
  /** @internal */
7935
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema:
8076
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema:
7936
8077
  z.ZodType<
7937
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound,
8078
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound,
7938
8079
  z.ZodTypeDef,
7939
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581
8080
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164
7940
8081
  > = z.object({});
7941
8082
 
7942
8083
  /**
7943
8084
  * @internal
7944
8085
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7945
8086
  */
7946
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$ {
7947
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema` instead. */
8087
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$ {
8088
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema` instead. */
7948
8089
  export const inboundSchema =
7949
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema;
7950
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema` instead. */
8090
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema;
8091
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema` instead. */
7951
8092
  export const outboundSchema =
7952
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema;
7953
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound` instead. */
8093
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema;
8094
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound` instead. */
7954
8095
  export type Outbound =
7955
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound;
8096
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
7956
8097
  }
7957
8098
 
7958
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581ToJSON(
7959
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581:
7960
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581,
8099
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164ToJSON(
8100
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164:
8101
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164,
7961
8102
  ): string {
7962
8103
  return JSON.stringify(
7963
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema
8104
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema
7964
8105
  .parse(
7965
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581,
8106
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164,
7966
8107
  ),
7967
8108
  );
7968
8109
  }
7969
8110
 
7970
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581FromJSON(
8111
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164FromJSON(
7971
8112
  jsonString: string,
7972
8113
  ): SafeParseResult<
7973
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581,
8114
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164,
7974
8115
  SDKValidationError
7975
8116
  > {
7976
8117
  return safeParse(
7977
8118
  jsonString,
7978
8119
  (x) =>
7979
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema
8120
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema
7980
8121
  .parse(JSON.parse(x)),
7981
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581' from JSON`,
8122
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164' from JSON`,
7982
8123
  );
7983
8124
  }
7984
8125
 
@@ -7988,19 +8129,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
7988
8129
  z.ZodTypeDef,
7989
8130
  unknown
7990
8131
  > = z.object({
7991
- "__@BRAND@508581": z.lazy(() =>
7992
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema
8132
+ "__@BRAND@513164": z.lazy(() =>
8133
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema
7993
8134
  ),
7994
8135
  }).transform((v) => {
7995
8136
  return remap$(v, {
7996
- "__@BRAND@508581": "atBRANDAt508581",
8137
+ "__@BRAND@513164": "atBRANDAt513164",
7997
8138
  });
7998
8139
  });
7999
8140
 
8000
8141
  /** @internal */
8001
8142
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
8002
- "__@BRAND@508581":
8003
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound;
8143
+ "__@BRAND@513164":
8144
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
8004
8145
  };
8005
8146
 
8006
8147
  /** @internal */
@@ -8010,12 +8151,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
8010
8151
  z.ZodTypeDef,
8011
8152
  GetConfigurationProductsPropertiesPattern
8012
8153
  > = z.object({
8013
- atBRANDAt508581: z.lazy(() =>
8014
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema
8154
+ atBRANDAt513164: z.lazy(() =>
8155
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema
8015
8156
  ),
8016
8157
  }).transform((v) => {
8017
8158
  return remap$(v, {
8018
- atBRANDAt508581: "__@BRAND@508581",
8159
+ atBRANDAt513164: "__@BRAND@513164",
8019
8160
  });
8020
8161
  });
8021
8162
 
@@ -9095,65 +9236,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
9095
9236
  }
9096
9237
 
9097
9238
  /** @internal */
9098
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema:
9239
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema:
9099
9240
  z.ZodType<
9100
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581,
9241
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164,
9101
9242
  z.ZodTypeDef,
9102
9243
  unknown
9103
9244
  > = z.object({});
9104
9245
 
9105
9246
  /** @internal */
9106
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound =
9247
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound =
9107
9248
  {};
9108
9249
 
9109
9250
  /** @internal */
9110
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema:
9251
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema:
9111
9252
  z.ZodType<
9112
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound,
9253
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound,
9113
9254
  z.ZodTypeDef,
9114
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581
9255
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164
9115
9256
  > = z.object({});
9116
9257
 
9117
9258
  /**
9118
9259
  * @internal
9119
9260
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9120
9261
  */
9121
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$ {
9122
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
9262
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$ {
9263
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
9123
9264
  export const inboundSchema =
9124
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema;
9125
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
9265
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema;
9266
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
9126
9267
  export const outboundSchema =
9127
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema;
9128
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound` instead. */
9268
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema;
9269
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
9129
9270
  export type Outbound =
9130
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound;
9271
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
9131
9272
  }
9132
9273
 
9133
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581ToJSON(
9134
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581:
9135
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581,
9274
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164ToJSON(
9275
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164:
9276
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164,
9136
9277
  ): string {
9137
9278
  return JSON.stringify(
9138
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema
9279
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema
9139
9280
  .parse(
9140
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581,
9281
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164,
9141
9282
  ),
9142
9283
  );
9143
9284
  }
9144
9285
 
9145
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581FromJSON(
9286
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164FromJSON(
9146
9287
  jsonString: string,
9147
9288
  ): SafeParseResult<
9148
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581,
9289
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164,
9149
9290
  SDKValidationError
9150
9291
  > {
9151
9292
  return safeParse(
9152
9293
  jsonString,
9153
9294
  (x) =>
9154
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema
9295
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema
9155
9296
  .parse(JSON.parse(x)),
9156
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581' from JSON`,
9297
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164' from JSON`,
9157
9298
  );
9158
9299
  }
9159
9300
 
@@ -9164,19 +9305,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
9164
9305
  z.ZodTypeDef,
9165
9306
  unknown
9166
9307
  > = z.object({
9167
- "__@BRAND@508581": z.lazy(() =>
9168
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema
9308
+ "__@BRAND@513164": z.lazy(() =>
9309
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema
9169
9310
  ),
9170
9311
  }).transform((v) => {
9171
9312
  return remap$(v, {
9172
- "__@BRAND@508581": "atBRANDAt508581",
9313
+ "__@BRAND@513164": "atBRANDAt513164",
9173
9314
  });
9174
9315
  });
9175
9316
 
9176
9317
  /** @internal */
9177
9318
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
9178
- "__@BRAND@508581":
9179
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound;
9319
+ "__@BRAND@513164":
9320
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
9180
9321
  };
9181
9322
 
9182
9323
  /** @internal */
@@ -9186,12 +9327,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
9186
9327
  z.ZodTypeDef,
9187
9328
  GetConfigurationProductsPropertiesIntegrationsMinLength
9188
9329
  > = z.object({
9189
- atBRANDAt508581: z.lazy(() =>
9190
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema
9330
+ atBRANDAt513164: z.lazy(() =>
9331
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema
9191
9332
  ),
9192
9333
  }).transform((v) => {
9193
9334
  return remap$(v, {
9194
- atBRANDAt508581: "__@BRAND@508581",
9335
+ atBRANDAt513164: "__@BRAND@513164",
9195
9336
  });
9196
9337
  });
9197
9338
 
@@ -9237,65 +9378,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
9237
9378
  }
9238
9379
 
9239
9380
  /** @internal */
9240
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema:
9381
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema:
9241
9382
  z.ZodType<
9242
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581,
9383
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164,
9243
9384
  z.ZodTypeDef,
9244
9385
  unknown
9245
9386
  > = z.object({});
9246
9387
 
9247
9388
  /** @internal */
9248
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound =
9389
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound =
9249
9390
  {};
9250
9391
 
9251
9392
  /** @internal */
9252
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema:
9393
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema:
9253
9394
  z.ZodType<
9254
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound,
9395
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound,
9255
9396
  z.ZodTypeDef,
9256
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581
9397
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164
9257
9398
  > = z.object({});
9258
9399
 
9259
9400
  /**
9260
9401
  * @internal
9261
9402
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9262
9403
  */
9263
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$ {
9264
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema` instead. */
9404
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$ {
9405
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema` instead. */
9265
9406
  export const inboundSchema =
9266
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema;
9267
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema` instead. */
9407
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema;
9408
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema` instead. */
9268
9409
  export const outboundSchema =
9269
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema;
9270
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound` instead. */
9410
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema;
9411
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound` instead. */
9271
9412
  export type Outbound =
9272
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound;
9413
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
9273
9414
  }
9274
9415
 
9275
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581ToJSON(
9276
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581:
9277
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581,
9416
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164ToJSON(
9417
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164:
9418
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164,
9278
9419
  ): string {
9279
9420
  return JSON.stringify(
9280
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema
9421
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema
9281
9422
  .parse(
9282
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581,
9423
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164,
9283
9424
  ),
9284
9425
  );
9285
9426
  }
9286
9427
 
9287
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581FromJSON(
9428
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164FromJSON(
9288
9429
  jsonString: string,
9289
9430
  ): SafeParseResult<
9290
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581,
9431
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164,
9291
9432
  SDKValidationError
9292
9433
  > {
9293
9434
  return safeParse(
9294
9435
  jsonString,
9295
9436
  (x) =>
9296
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema
9437
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema
9297
9438
  .parse(JSON.parse(x)),
9298
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581' from JSON`,
9439
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164' from JSON`,
9299
9440
  );
9300
9441
  }
9301
9442
 
@@ -9306,19 +9447,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
9306
9447
  z.ZodTypeDef,
9307
9448
  unknown
9308
9449
  > = z.object({
9309
- "__@BRAND@508581": z.lazy(() =>
9310
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema
9450
+ "__@BRAND@513164": z.lazy(() =>
9451
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema
9311
9452
  ),
9312
9453
  }).transform((v) => {
9313
9454
  return remap$(v, {
9314
- "__@BRAND@508581": "atBRANDAt508581",
9455
+ "__@BRAND@513164": "atBRANDAt513164",
9315
9456
  });
9316
9457
  });
9317
9458
 
9318
9459
  /** @internal */
9319
9460
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
9320
- "__@BRAND@508581":
9321
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound;
9461
+ "__@BRAND@513164":
9462
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
9322
9463
  };
9323
9464
 
9324
9465
  /** @internal */
@@ -9328,12 +9469,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
9328
9469
  z.ZodTypeDef,
9329
9470
  GetConfigurationProductsPropertiesIntegrationsMaxLength
9330
9471
  > = z.object({
9331
- atBRANDAt508581: z.lazy(() =>
9332
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema
9472
+ atBRANDAt513164: z.lazy(() =>
9473
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema
9333
9474
  ),
9334
9475
  }).transform((v) => {
9335
9476
  return remap$(v, {
9336
- atBRANDAt508581: "__@BRAND@508581",
9477
+ atBRANDAt513164: "__@BRAND@513164",
9337
9478
  });
9338
9479
  });
9339
9480
 
@@ -9379,65 +9520,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
9379
9520
  }
9380
9521
 
9381
9522
  /** @internal */
9382
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema:
9523
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema:
9383
9524
  z.ZodType<
9384
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581,
9525
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164,
9385
9526
  z.ZodTypeDef,
9386
9527
  unknown
9387
9528
  > = z.object({});
9388
9529
 
9389
9530
  /** @internal */
9390
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound =
9531
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound =
9391
9532
  {};
9392
9533
 
9393
9534
  /** @internal */
9394
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema:
9535
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema:
9395
9536
  z.ZodType<
9396
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound,
9537
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound,
9397
9538
  z.ZodTypeDef,
9398
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581
9539
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164
9399
9540
  > = z.object({});
9400
9541
 
9401
9542
  /**
9402
9543
  * @internal
9403
9544
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9404
9545
  */
9405
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$ {
9406
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema` instead. */
9546
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$ {
9547
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema` instead. */
9407
9548
  export const inboundSchema =
9408
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema;
9409
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema` instead. */
9549
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema;
9550
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema` instead. */
9410
9551
  export const outboundSchema =
9411
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema;
9412
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound` instead. */
9552
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema;
9553
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound` instead. */
9413
9554
  export type Outbound =
9414
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound;
9555
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
9415
9556
  }
9416
9557
 
9417
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581ToJSON(
9418
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581:
9419
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581,
9558
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164ToJSON(
9559
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164:
9560
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164,
9420
9561
  ): string {
9421
9562
  return JSON.stringify(
9422
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema
9563
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema
9423
9564
  .parse(
9424
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581,
9565
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164,
9425
9566
  ),
9426
9567
  );
9427
9568
  }
9428
9569
 
9429
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581FromJSON(
9570
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164FromJSON(
9430
9571
  jsonString: string,
9431
9572
  ): SafeParseResult<
9432
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581,
9573
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164,
9433
9574
  SDKValidationError
9434
9575
  > {
9435
9576
  return safeParse(
9436
9577
  jsonString,
9437
9578
  (x) =>
9438
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema
9579
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema
9439
9580
  .parse(JSON.parse(x)),
9440
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581' from JSON`,
9581
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164' from JSON`,
9441
9582
  );
9442
9583
  }
9443
9584
 
@@ -9448,19 +9589,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
9448
9589
  z.ZodTypeDef,
9449
9590
  unknown
9450
9591
  > = z.object({
9451
- "__@BRAND@508581": z.lazy(() =>
9452
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema
9592
+ "__@BRAND@513164": z.lazy(() =>
9593
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema
9453
9594
  ),
9454
9595
  }).transform((v) => {
9455
9596
  return remap$(v, {
9456
- "__@BRAND@508581": "atBRANDAt508581",
9597
+ "__@BRAND@513164": "atBRANDAt513164",
9457
9598
  });
9458
9599
  });
9459
9600
 
9460
9601
  /** @internal */
9461
9602
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
9462
- "__@BRAND@508581":
9463
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound;
9603
+ "__@BRAND@513164":
9604
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
9464
9605
  };
9465
9606
 
9466
9607
  /** @internal */
@@ -9470,12 +9611,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
9470
9611
  z.ZodTypeDef,
9471
9612
  GetConfigurationProductsPropertiesIntegrationsPattern
9472
9613
  > = z.object({
9473
- atBRANDAt508581: z.lazy(() =>
9474
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema
9614
+ atBRANDAt513164: z.lazy(() =>
9615
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema
9475
9616
  ),
9476
9617
  }).transform((v) => {
9477
9618
  return remap$(v, {
9478
- atBRANDAt508581: "__@BRAND@508581",
9619
+ atBRANDAt513164: "__@BRAND@513164",
9479
9620
  });
9480
9621
  });
9481
9622
 
@@ -11438,63 +11579,63 @@ export function uiOptionsFromJSON(
11438
11579
  }
11439
11580
 
11440
11581
  /** @internal */
11441
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema:
11582
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema:
11442
11583
  z.ZodType<
11443
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581,
11584
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164,
11444
11585
  z.ZodTypeDef,
11445
11586
  unknown
11446
11587
  > = z.object({});
11447
11588
 
11448
11589
  /** @internal */
11449
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound =
11590
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound =
11450
11591
  {};
11451
11592
 
11452
11593
  /** @internal */
11453
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema:
11594
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema:
11454
11595
  z.ZodType<
11455
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound,
11596
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound,
11456
11597
  z.ZodTypeDef,
11457
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581
11598
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164
11458
11599
  > = z.object({});
11459
11600
 
11460
11601
  /**
11461
11602
  * @internal
11462
11603
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11463
11604
  */
11464
- export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$ {
11465
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema` instead. */
11605
+ export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$ {
11606
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema` instead. */
11466
11607
  export const inboundSchema =
11467
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema;
11468
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema` instead. */
11608
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema;
11609
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema` instead. */
11469
11610
  export const outboundSchema =
11470
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema;
11471
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound` instead. */
11611
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema;
11612
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound` instead. */
11472
11613
  export type Outbound =
11473
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound;
11614
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
11474
11615
  }
11475
11616
 
11476
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581ToJSON(
11477
- getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581:
11478
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581,
11617
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164ToJSON(
11618
+ getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164:
11619
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164,
11479
11620
  ): string {
11480
11621
  return JSON.stringify(
11481
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema
11482
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581),
11622
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema
11623
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164),
11483
11624
  );
11484
11625
  }
11485
11626
 
11486
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581FromJSON(
11627
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164FromJSON(
11487
11628
  jsonString: string,
11488
11629
  ): SafeParseResult<
11489
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581,
11630
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164,
11490
11631
  SDKValidationError
11491
11632
  > {
11492
11633
  return safeParse(
11493
11634
  jsonString,
11494
11635
  (x) =>
11495
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema
11636
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema
11496
11637
  .parse(JSON.parse(x)),
11497
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581' from JSON`,
11638
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164' from JSON`,
11498
11639
  );
11499
11640
  }
11500
11641
 
@@ -11504,19 +11645,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
11504
11645
  z.ZodTypeDef,
11505
11646
  unknown
11506
11647
  > = z.object({
11507
- "__@BRAND@508581": z.lazy(() =>
11508
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema
11648
+ "__@BRAND@513164": z.lazy(() =>
11649
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema
11509
11650
  ),
11510
11651
  }).transform((v) => {
11511
11652
  return remap$(v, {
11512
- "__@BRAND@508581": "atBRANDAt508581",
11653
+ "__@BRAND@513164": "atBRANDAt513164",
11513
11654
  });
11514
11655
  });
11515
11656
 
11516
11657
  /** @internal */
11517
11658
  export type PropertiesMinLength$Outbound = {
11518
- "__@BRAND@508581":
11519
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound;
11659
+ "__@BRAND@513164":
11660
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
11520
11661
  };
11521
11662
 
11522
11663
  /** @internal */
@@ -11525,12 +11666,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
11525
11666
  z.ZodTypeDef,
11526
11667
  PropertiesMinLength
11527
11668
  > = z.object({
11528
- atBRANDAt508581: z.lazy(() =>
11529
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema
11669
+ atBRANDAt513164: z.lazy(() =>
11670
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema
11530
11671
  ),
11531
11672
  }).transform((v) => {
11532
11673
  return remap$(v, {
11533
- atBRANDAt508581: "__@BRAND@508581",
11674
+ atBRANDAt513164: "__@BRAND@513164",
11534
11675
  });
11535
11676
  });
11536
11677
 
@@ -11566,65 +11707,65 @@ export function propertiesMinLengthFromJSON(
11566
11707
  }
11567
11708
 
11568
11709
  /** @internal */
11569
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema:
11710
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema:
11570
11711
  z.ZodType<
11571
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581,
11712
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164,
11572
11713
  z.ZodTypeDef,
11573
11714
  unknown
11574
11715
  > = z.object({});
11575
11716
 
11576
11717
  /** @internal */
11577
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound =
11718
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound =
11578
11719
  {};
11579
11720
 
11580
11721
  /** @internal */
11581
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema:
11722
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema:
11582
11723
  z.ZodType<
11583
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound,
11724
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound,
11584
11725
  z.ZodTypeDef,
11585
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581
11726
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164
11586
11727
  > = z.object({});
11587
11728
 
11588
11729
  /**
11589
11730
  * @internal
11590
11731
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11591
11732
  */
11592
- export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$ {
11593
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
11733
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$ {
11734
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
11594
11735
  export const inboundSchema =
11595
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema;
11596
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
11736
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema;
11737
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
11597
11738
  export const outboundSchema =
11598
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema;
11599
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound` instead. */
11739
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema;
11740
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
11600
11741
  export type Outbound =
11601
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound;
11742
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
11602
11743
  }
11603
11744
 
11604
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581ToJSON(
11605
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581:
11606
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581,
11745
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164ToJSON(
11746
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164:
11747
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164,
11607
11748
  ): string {
11608
11749
  return JSON.stringify(
11609
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema
11750
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema
11610
11751
  .parse(
11611
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581,
11752
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164,
11612
11753
  ),
11613
11754
  );
11614
11755
  }
11615
11756
 
11616
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581FromJSON(
11757
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164FromJSON(
11617
11758
  jsonString: string,
11618
11759
  ): SafeParseResult<
11619
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581,
11760
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164,
11620
11761
  SDKValidationError
11621
11762
  > {
11622
11763
  return safeParse(
11623
11764
  jsonString,
11624
11765
  (x) =>
11625
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema
11766
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema
11626
11767
  .parse(JSON.parse(x)),
11627
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581' from JSON`,
11768
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164' from JSON`,
11628
11769
  );
11629
11770
  }
11630
11771
 
@@ -11634,19 +11775,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
11634
11775
  z.ZodTypeDef,
11635
11776
  unknown
11636
11777
  > = z.object({
11637
- "__@BRAND@508581": z.lazy(() =>
11638
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema
11778
+ "__@BRAND@513164": z.lazy(() =>
11779
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema
11639
11780
  ),
11640
11781
  }).transform((v) => {
11641
11782
  return remap$(v, {
11642
- "__@BRAND@508581": "atBRANDAt508581",
11783
+ "__@BRAND@513164": "atBRANDAt513164",
11643
11784
  });
11644
11785
  });
11645
11786
 
11646
11787
  /** @internal */
11647
11788
  export type PropertiesMaxLength$Outbound = {
11648
- "__@BRAND@508581":
11649
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound;
11789
+ "__@BRAND@513164":
11790
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
11650
11791
  };
11651
11792
 
11652
11793
  /** @internal */
@@ -11655,12 +11796,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
11655
11796
  z.ZodTypeDef,
11656
11797
  PropertiesMaxLength
11657
11798
  > = z.object({
11658
- atBRANDAt508581: z.lazy(() =>
11659
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema
11799
+ atBRANDAt513164: z.lazy(() =>
11800
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema
11660
11801
  ),
11661
11802
  }).transform((v) => {
11662
11803
  return remap$(v, {
11663
- atBRANDAt508581: "__@BRAND@508581",
11804
+ atBRANDAt513164: "__@BRAND@513164",
11664
11805
  });
11665
11806
  });
11666
11807
 
@@ -11696,65 +11837,65 @@ export function propertiesMaxLengthFromJSON(
11696
11837
  }
11697
11838
 
11698
11839
  /** @internal */
11699
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema:
11840
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema:
11700
11841
  z.ZodType<
11701
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581,
11842
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164,
11702
11843
  z.ZodTypeDef,
11703
11844
  unknown
11704
11845
  > = z.object({});
11705
11846
 
11706
11847
  /** @internal */
11707
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound =
11848
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound =
11708
11849
  {};
11709
11850
 
11710
11851
  /** @internal */
11711
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema:
11852
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema:
11712
11853
  z.ZodType<
11713
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound,
11854
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound,
11714
11855
  z.ZodTypeDef,
11715
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581
11856
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164
11716
11857
  > = z.object({});
11717
11858
 
11718
11859
  /**
11719
11860
  * @internal
11720
11861
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11721
11862
  */
11722
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$ {
11723
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema` instead. */
11863
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$ {
11864
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema` instead. */
11724
11865
  export const inboundSchema =
11725
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema;
11726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema` instead. */
11866
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema;
11867
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema` instead. */
11727
11868
  export const outboundSchema =
11728
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema;
11729
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound` instead. */
11869
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema;
11870
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound` instead. */
11730
11871
  export type Outbound =
11731
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound;
11872
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
11732
11873
  }
11733
11874
 
11734
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581ToJSON(
11735
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581:
11736
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581,
11875
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164ToJSON(
11876
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164:
11877
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164,
11737
11878
  ): string {
11738
11879
  return JSON.stringify(
11739
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema
11880
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema
11740
11881
  .parse(
11741
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581,
11882
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164,
11742
11883
  ),
11743
11884
  );
11744
11885
  }
11745
11886
 
11746
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581FromJSON(
11887
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164FromJSON(
11747
11888
  jsonString: string,
11748
11889
  ): SafeParseResult<
11749
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581,
11890
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164,
11750
11891
  SDKValidationError
11751
11892
  > {
11752
11893
  return safeParse(
11753
11894
  jsonString,
11754
11895
  (x) =>
11755
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema
11896
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema
11756
11897
  .parse(JSON.parse(x)),
11757
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581' from JSON`,
11898
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164' from JSON`,
11758
11899
  );
11759
11900
  }
11760
11901
 
@@ -11764,19 +11905,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
11764
11905
  z.ZodTypeDef,
11765
11906
  unknown
11766
11907
  > = z.object({
11767
- "__@BRAND@508581": z.lazy(() =>
11768
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema
11908
+ "__@BRAND@513164": z.lazy(() =>
11909
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema
11769
11910
  ),
11770
11911
  }).transform((v) => {
11771
11912
  return remap$(v, {
11772
- "__@BRAND@508581": "atBRANDAt508581",
11913
+ "__@BRAND@513164": "atBRANDAt513164",
11773
11914
  });
11774
11915
  });
11775
11916
 
11776
11917
  /** @internal */
11777
11918
  export type PropertiesPattern$Outbound = {
11778
- "__@BRAND@508581":
11779
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound;
11919
+ "__@BRAND@513164":
11920
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
11780
11921
  };
11781
11922
 
11782
11923
  /** @internal */
@@ -11785,12 +11926,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
11785
11926
  z.ZodTypeDef,
11786
11927
  PropertiesPattern
11787
11928
  > = z.object({
11788
- atBRANDAt508581: z.lazy(() =>
11789
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema
11929
+ atBRANDAt513164: z.lazy(() =>
11930
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema
11790
11931
  ),
11791
11932
  }).transform((v) => {
11792
11933
  return remap$(v, {
11793
- atBRANDAt508581: "__@BRAND@508581",
11934
+ atBRANDAt513164: "__@BRAND@513164",
11794
11935
  });
11795
11936
  });
11796
11937
 
@@ -15503,48 +15644,48 @@ export namespace UiControl$ {
15503
15644
  }
15504
15645
 
15505
15646
  /** @internal */
15506
- export const AtBRANDAt508581$inboundSchema: z.ZodType<
15507
- AtBRANDAt508581,
15647
+ export const AtBRANDAt513164$inboundSchema: z.ZodType<
15648
+ AtBRANDAt513164,
15508
15649
  z.ZodTypeDef,
15509
15650
  unknown
15510
15651
  > = z.object({});
15511
15652
 
15512
15653
  /** @internal */
15513
- export type AtBRANDAt508581$Outbound = {};
15654
+ export type AtBRANDAt513164$Outbound = {};
15514
15655
 
15515
15656
  /** @internal */
15516
- export const AtBRANDAt508581$outboundSchema: z.ZodType<
15517
- AtBRANDAt508581$Outbound,
15657
+ export const AtBRANDAt513164$outboundSchema: z.ZodType<
15658
+ AtBRANDAt513164$Outbound,
15518
15659
  z.ZodTypeDef,
15519
- AtBRANDAt508581
15660
+ AtBRANDAt513164
15520
15661
  > = z.object({});
15521
15662
 
15522
15663
  /**
15523
15664
  * @internal
15524
15665
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15525
15666
  */
15526
- export namespace AtBRANDAt508581$ {
15527
- /** @deprecated use `AtBRANDAt508581$inboundSchema` instead. */
15528
- export const inboundSchema = AtBRANDAt508581$inboundSchema;
15529
- /** @deprecated use `AtBRANDAt508581$outboundSchema` instead. */
15530
- export const outboundSchema = AtBRANDAt508581$outboundSchema;
15531
- /** @deprecated use `AtBRANDAt508581$Outbound` instead. */
15532
- export type Outbound = AtBRANDAt508581$Outbound;
15667
+ export namespace AtBRANDAt513164$ {
15668
+ /** @deprecated use `AtBRANDAt513164$inboundSchema` instead. */
15669
+ export const inboundSchema = AtBRANDAt513164$inboundSchema;
15670
+ /** @deprecated use `AtBRANDAt513164$outboundSchema` instead. */
15671
+ export const outboundSchema = AtBRANDAt513164$outboundSchema;
15672
+ /** @deprecated use `AtBRANDAt513164$Outbound` instead. */
15673
+ export type Outbound = AtBRANDAt513164$Outbound;
15533
15674
  }
15534
15675
 
15535
- export function atBRANDAt508581ToJSON(
15536
- atBRANDAt508581: AtBRANDAt508581,
15676
+ export function atBRANDAt513164ToJSON(
15677
+ atBRANDAt513164: AtBRANDAt513164,
15537
15678
  ): string {
15538
- return JSON.stringify(AtBRANDAt508581$outboundSchema.parse(atBRANDAt508581));
15679
+ return JSON.stringify(AtBRANDAt513164$outboundSchema.parse(atBRANDAt513164));
15539
15680
  }
15540
15681
 
15541
- export function atBRANDAt508581FromJSON(
15682
+ export function atBRANDAt513164FromJSON(
15542
15683
  jsonString: string,
15543
- ): SafeParseResult<AtBRANDAt508581, SDKValidationError> {
15684
+ ): SafeParseResult<AtBRANDAt513164, SDKValidationError> {
15544
15685
  return safeParse(
15545
15686
  jsonString,
15546
- (x) => AtBRANDAt508581$inboundSchema.parse(JSON.parse(x)),
15547
- `Failed to parse 'AtBRANDAt508581' from JSON`,
15687
+ (x) => AtBRANDAt513164$inboundSchema.parse(JSON.parse(x)),
15688
+ `Failed to parse 'AtBRANDAt513164' from JSON`,
15548
15689
  );
15549
15690
  }
15550
15691
 
@@ -15554,16 +15695,16 @@ export const MinLength$inboundSchema: z.ZodType<
15554
15695
  z.ZodTypeDef,
15555
15696
  unknown
15556
15697
  > = z.object({
15557
- "__@BRAND@508581": z.lazy(() => AtBRANDAt508581$inboundSchema),
15698
+ "__@BRAND@513164": z.lazy(() => AtBRANDAt513164$inboundSchema),
15558
15699
  }).transform((v) => {
15559
15700
  return remap$(v, {
15560
- "__@BRAND@508581": "atBRANDAt508581",
15701
+ "__@BRAND@513164": "atBRANDAt513164",
15561
15702
  });
15562
15703
  });
15563
15704
 
15564
15705
  /** @internal */
15565
15706
  export type MinLength$Outbound = {
15566
- "__@BRAND@508581": AtBRANDAt508581$Outbound;
15707
+ "__@BRAND@513164": AtBRANDAt513164$Outbound;
15567
15708
  };
15568
15709
 
15569
15710
  /** @internal */
@@ -15572,10 +15713,10 @@ export const MinLength$outboundSchema: z.ZodType<
15572
15713
  z.ZodTypeDef,
15573
15714
  MinLength
15574
15715
  > = z.object({
15575
- atBRANDAt508581: z.lazy(() => AtBRANDAt508581$outboundSchema),
15716
+ atBRANDAt513164: z.lazy(() => AtBRANDAt513164$outboundSchema),
15576
15717
  }).transform((v) => {
15577
15718
  return remap$(v, {
15578
- atBRANDAt508581: "__@BRAND@508581",
15719
+ atBRANDAt513164: "__@BRAND@513164",
15579
15720
  });
15580
15721
  });
15581
15722
 
@@ -15607,50 +15748,50 @@ export function minLengthFromJSON(
15607
15748
  }
15608
15749
 
15609
15750
  /** @internal */
15610
- export const PropertiesAtBRANDAt508581$inboundSchema: z.ZodType<
15611
- PropertiesAtBRANDAt508581,
15751
+ export const PropertiesAtBRANDAt513164$inboundSchema: z.ZodType<
15752
+ PropertiesAtBRANDAt513164,
15612
15753
  z.ZodTypeDef,
15613
15754
  unknown
15614
15755
  > = z.object({});
15615
15756
 
15616
15757
  /** @internal */
15617
- export type PropertiesAtBRANDAt508581$Outbound = {};
15758
+ export type PropertiesAtBRANDAt513164$Outbound = {};
15618
15759
 
15619
15760
  /** @internal */
15620
- export const PropertiesAtBRANDAt508581$outboundSchema: z.ZodType<
15621
- PropertiesAtBRANDAt508581$Outbound,
15761
+ export const PropertiesAtBRANDAt513164$outboundSchema: z.ZodType<
15762
+ PropertiesAtBRANDAt513164$Outbound,
15622
15763
  z.ZodTypeDef,
15623
- PropertiesAtBRANDAt508581
15764
+ PropertiesAtBRANDAt513164
15624
15765
  > = z.object({});
15625
15766
 
15626
15767
  /**
15627
15768
  * @internal
15628
15769
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15629
15770
  */
15630
- export namespace PropertiesAtBRANDAt508581$ {
15631
- /** @deprecated use `PropertiesAtBRANDAt508581$inboundSchema` instead. */
15632
- export const inboundSchema = PropertiesAtBRANDAt508581$inboundSchema;
15633
- /** @deprecated use `PropertiesAtBRANDAt508581$outboundSchema` instead. */
15634
- export const outboundSchema = PropertiesAtBRANDAt508581$outboundSchema;
15635
- /** @deprecated use `PropertiesAtBRANDAt508581$Outbound` instead. */
15636
- export type Outbound = PropertiesAtBRANDAt508581$Outbound;
15771
+ export namespace PropertiesAtBRANDAt513164$ {
15772
+ /** @deprecated use `PropertiesAtBRANDAt513164$inboundSchema` instead. */
15773
+ export const inboundSchema = PropertiesAtBRANDAt513164$inboundSchema;
15774
+ /** @deprecated use `PropertiesAtBRANDAt513164$outboundSchema` instead. */
15775
+ export const outboundSchema = PropertiesAtBRANDAt513164$outboundSchema;
15776
+ /** @deprecated use `PropertiesAtBRANDAt513164$Outbound` instead. */
15777
+ export type Outbound = PropertiesAtBRANDAt513164$Outbound;
15637
15778
  }
15638
15779
 
15639
- export function propertiesAtBRANDAt508581ToJSON(
15640
- propertiesAtBRANDAt508581: PropertiesAtBRANDAt508581,
15780
+ export function propertiesAtBRANDAt513164ToJSON(
15781
+ propertiesAtBRANDAt513164: PropertiesAtBRANDAt513164,
15641
15782
  ): string {
15642
15783
  return JSON.stringify(
15643
- PropertiesAtBRANDAt508581$outboundSchema.parse(propertiesAtBRANDAt508581),
15784
+ PropertiesAtBRANDAt513164$outboundSchema.parse(propertiesAtBRANDAt513164),
15644
15785
  );
15645
15786
  }
15646
15787
 
15647
- export function propertiesAtBRANDAt508581FromJSON(
15788
+ export function propertiesAtBRANDAt513164FromJSON(
15648
15789
  jsonString: string,
15649
- ): SafeParseResult<PropertiesAtBRANDAt508581, SDKValidationError> {
15790
+ ): SafeParseResult<PropertiesAtBRANDAt513164, SDKValidationError> {
15650
15791
  return safeParse(
15651
15792
  jsonString,
15652
- (x) => PropertiesAtBRANDAt508581$inboundSchema.parse(JSON.parse(x)),
15653
- `Failed to parse 'PropertiesAtBRANDAt508581' from JSON`,
15793
+ (x) => PropertiesAtBRANDAt513164$inboundSchema.parse(JSON.parse(x)),
15794
+ `Failed to parse 'PropertiesAtBRANDAt513164' from JSON`,
15654
15795
  );
15655
15796
  }
15656
15797
 
@@ -15660,16 +15801,16 @@ export const MaxLength$inboundSchema: z.ZodType<
15660
15801
  z.ZodTypeDef,
15661
15802
  unknown
15662
15803
  > = z.object({
15663
- "__@BRAND@508581": z.lazy(() => PropertiesAtBRANDAt508581$inboundSchema),
15804
+ "__@BRAND@513164": z.lazy(() => PropertiesAtBRANDAt513164$inboundSchema),
15664
15805
  }).transform((v) => {
15665
15806
  return remap$(v, {
15666
- "__@BRAND@508581": "atBRANDAt508581",
15807
+ "__@BRAND@513164": "atBRANDAt513164",
15667
15808
  });
15668
15809
  });
15669
15810
 
15670
15811
  /** @internal */
15671
15812
  export type MaxLength$Outbound = {
15672
- "__@BRAND@508581": PropertiesAtBRANDAt508581$Outbound;
15813
+ "__@BRAND@513164": PropertiesAtBRANDAt513164$Outbound;
15673
15814
  };
15674
15815
 
15675
15816
  /** @internal */
@@ -15678,10 +15819,10 @@ export const MaxLength$outboundSchema: z.ZodType<
15678
15819
  z.ZodTypeDef,
15679
15820
  MaxLength
15680
15821
  > = z.object({
15681
- atBRANDAt508581: z.lazy(() => PropertiesAtBRANDAt508581$outboundSchema),
15822
+ atBRANDAt513164: z.lazy(() => PropertiesAtBRANDAt513164$outboundSchema),
15682
15823
  }).transform((v) => {
15683
15824
  return remap$(v, {
15684
- atBRANDAt508581: "__@BRAND@508581",
15825
+ atBRANDAt513164: "__@BRAND@513164",
15685
15826
  });
15686
15827
  });
15687
15828
 
@@ -15713,82 +15854,82 @@ export function maxLengthFromJSON(
15713
15854
  }
15714
15855
 
15715
15856
  /** @internal */
15716
- export const GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema:
15857
+ export const GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema:
15717
15858
  z.ZodType<
15718
- GetConfigurationProductsPropertiesAtBRANDAt508581,
15859
+ GetConfigurationProductsPropertiesAtBRANDAt513164,
15719
15860
  z.ZodTypeDef,
15720
15861
  unknown
15721
15862
  > = z.object({});
15722
15863
 
15723
15864
  /** @internal */
15724
- export type GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound = {};
15865
+ export type GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound = {};
15725
15866
 
15726
15867
  /** @internal */
15727
- export const GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema:
15868
+ export const GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema:
15728
15869
  z.ZodType<
15729
- GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound,
15870
+ GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound,
15730
15871
  z.ZodTypeDef,
15731
- GetConfigurationProductsPropertiesAtBRANDAt508581
15872
+ GetConfigurationProductsPropertiesAtBRANDAt513164
15732
15873
  > = z.object({});
15733
15874
 
15734
15875
  /**
15735
15876
  * @internal
15736
15877
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15737
15878
  */
15738
- export namespace GetConfigurationProductsPropertiesAtBRANDAt508581$ {
15739
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema` instead. */
15879
+ export namespace GetConfigurationProductsPropertiesAtBRANDAt513164$ {
15880
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema` instead. */
15740
15881
  export const inboundSchema =
15741
- GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema;
15742
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema` instead. */
15882
+ GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema;
15883
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema` instead. */
15743
15884
  export const outboundSchema =
15744
- GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema;
15745
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound` instead. */
15885
+ GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema;
15886
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound` instead. */
15746
15887
  export type Outbound =
15747
- GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound;
15888
+ GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
15748
15889
  }
15749
15890
 
15750
- export function getConfigurationProductsPropertiesAtBRANDAt508581ToJSON(
15751
- getConfigurationProductsPropertiesAtBRANDAt508581:
15752
- GetConfigurationProductsPropertiesAtBRANDAt508581,
15891
+ export function getConfigurationProductsPropertiesAtBRANDAt513164ToJSON(
15892
+ getConfigurationProductsPropertiesAtBRANDAt513164:
15893
+ GetConfigurationProductsPropertiesAtBRANDAt513164,
15753
15894
  ): string {
15754
15895
  return JSON.stringify(
15755
- GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema.parse(
15756
- getConfigurationProductsPropertiesAtBRANDAt508581,
15896
+ GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema.parse(
15897
+ getConfigurationProductsPropertiesAtBRANDAt513164,
15757
15898
  ),
15758
15899
  );
15759
15900
  }
15760
15901
 
15761
- export function getConfigurationProductsPropertiesAtBRANDAt508581FromJSON(
15902
+ export function getConfigurationProductsPropertiesAtBRANDAt513164FromJSON(
15762
15903
  jsonString: string,
15763
15904
  ): SafeParseResult<
15764
- GetConfigurationProductsPropertiesAtBRANDAt508581,
15905
+ GetConfigurationProductsPropertiesAtBRANDAt513164,
15765
15906
  SDKValidationError
15766
15907
  > {
15767
15908
  return safeParse(
15768
15909
  jsonString,
15769
15910
  (x) =>
15770
- GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema.parse(
15911
+ GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema.parse(
15771
15912
  JSON.parse(x),
15772
15913
  ),
15773
- `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt508581' from JSON`,
15914
+ `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt513164' from JSON`,
15774
15915
  );
15775
15916
  }
15776
15917
 
15777
15918
  /** @internal */
15778
15919
  export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
15779
15920
  z.object({
15780
- "__@BRAND@508581": z.lazy(() =>
15781
- GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema
15921
+ "__@BRAND@513164": z.lazy(() =>
15922
+ GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema
15782
15923
  ),
15783
15924
  }).transform((v) => {
15784
15925
  return remap$(v, {
15785
- "__@BRAND@508581": "atBRANDAt508581",
15926
+ "__@BRAND@513164": "atBRANDAt513164",
15786
15927
  });
15787
15928
  });
15788
15929
 
15789
15930
  /** @internal */
15790
15931
  export type Pattern$Outbound = {
15791
- "__@BRAND@508581": GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound;
15932
+ "__@BRAND@513164": GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
15792
15933
  };
15793
15934
 
15794
15935
  /** @internal */
@@ -15797,12 +15938,12 @@ export const Pattern$outboundSchema: z.ZodType<
15797
15938
  z.ZodTypeDef,
15798
15939
  Pattern
15799
15940
  > = z.object({
15800
- atBRANDAt508581: z.lazy(() =>
15801
- GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema
15941
+ atBRANDAt513164: z.lazy(() =>
15942
+ GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema
15802
15943
  ),
15803
15944
  }).transform((v) => {
15804
15945
  return remap$(v, {
15805
- atBRANDAt508581: "__@BRAND@508581",
15946
+ atBRANDAt513164: "__@BRAND@513164",
15806
15947
  });
15807
15948
  });
15808
15949