@vercel/sdk 1.12.0 → 1.12.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 (157) hide show
  1. package/README.md +10 -6
  2. package/bin/mcp-server.js +2893 -2521
  3. package/bin/mcp-server.js.map +34 -28
  4. package/docs/sdks/edgecache/README.md +2 -2
  5. package/docs/sdks/projects/README.md +173 -0
  6. package/esm/__tests__/domains.test.js +9 -6
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +2 -2
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/logdrains.test.js +3 -1
  13. package/esm/__tests__/logdrains.test.js.map +1 -1
  14. package/esm/__tests__/projects.test.js +45 -0
  15. package/esm/__tests__/projects.test.js.map +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +6 -2
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/__tests__/security.test.js +4 -4
  19. package/esm/__tests__/security.test.js.map +1 -1
  20. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +1 -1
  21. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +1 -1
  22. package/esm/funcs/edgeCacheInvalidateByTags.d.ts +1 -1
  23. package/esm/funcs/edgeCacheInvalidateByTags.js +1 -1
  24. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +2 -2
  25. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
  26. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +2 -2
  27. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
  28. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +2 -2
  29. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
  30. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +2 -2
  31. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
  32. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +2 -2
  33. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
  34. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +2 -2
  35. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
  36. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +2 -2
  37. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
  38. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  39. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  40. package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts +20 -0
  41. package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
  42. package/esm/funcs/projectsBatchRemoveProjectEnv.js +95 -0
  43. package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -0
  44. package/esm/funcs/projectsUploadProjectClientCert.d.ts +19 -0
  45. package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -0
  46. package/esm/funcs/projectsUploadProjectClientCert.js +94 -0
  47. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -0
  48. package/esm/lib/config.d.ts +3 -3
  49. package/esm/lib/config.js +3 -3
  50. package/esm/mcp-server/mcp-server.js +1 -1
  51. package/esm/mcp-server/server.d.ts.map +1 -1
  52. package/esm/mcp-server/server.js +5 -1
  53. package/esm/mcp-server/server.js.map +1 -1
  54. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +1 -1
  55. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +1 -1
  56. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts +7 -0
  57. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
  58. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js +28 -0
  59. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js.map +1 -0
  60. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts +7 -0
  61. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts.map +1 -0
  62. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +28 -0
  63. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -0
  64. package/esm/models/batchremoveprojectenvop.d.ts +99 -0
  65. package/esm/models/batchremoveprojectenvop.d.ts.map +1 -0
  66. package/esm/models/batchremoveprojectenvop.js +100 -0
  67. package/esm/models/batchremoveprojectenvop.js.map +1 -0
  68. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  69. package/esm/models/createintegrationstoredirectop.js +351 -351
  70. package/esm/models/createprojectop.d.ts +30 -30
  71. package/esm/models/createprojectop.d.ts.map +1 -1
  72. package/esm/models/createprojectop.js +18 -18
  73. package/esm/models/createprojectop.js.map +1 -1
  74. package/esm/models/createwebhookop.d.ts +6 -0
  75. package/esm/models/createwebhookop.d.ts.map +1 -1
  76. package/esm/models/createwebhookop.js +2 -0
  77. package/esm/models/createwebhookop.js.map +1 -1
  78. package/esm/models/getbillingplansop.d.ts +2 -2
  79. package/esm/models/getbillingplansop.d.ts.map +1 -1
  80. package/esm/models/getbillingplansop.js +2 -2
  81. package/esm/models/getbillingplansop.js.map +1 -1
  82. package/esm/models/getconfigurationop.d.ts +302 -302
  83. package/esm/models/getconfigurationop.d.ts.map +1 -1
  84. package/esm/models/getconfigurationop.js +212 -212
  85. package/esm/models/getconfigurationop.js.map +1 -1
  86. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  87. package/esm/models/getconfigurationproductsop.js +465 -465
  88. package/esm/models/getwebhookop.d.ts +3 -0
  89. package/esm/models/getwebhookop.d.ts.map +1 -1
  90. package/esm/models/getwebhookop.js +1 -0
  91. package/esm/models/getwebhookop.js.map +1 -1
  92. package/esm/models/getwebhooksop.d.ts +6 -0
  93. package/esm/models/getwebhooksop.d.ts.map +1 -1
  94. package/esm/models/getwebhooksop.js +2 -0
  95. package/esm/models/getwebhooksop.js.map +1 -1
  96. package/esm/models/updateprojectop.d.ts +30 -30
  97. package/esm/models/updateprojectop.d.ts.map +1 -1
  98. package/esm/models/updateprojectop.js +18 -18
  99. package/esm/models/updateprojectop.js.map +1 -1
  100. package/esm/models/uploadprojectclientcertop.d.ts +122 -0
  101. package/esm/models/uploadprojectclientcertop.d.ts.map +1 -0
  102. package/esm/models/uploadprojectclientcertop.js +108 -0
  103. package/esm/models/uploadprojectclientcertop.js.map +1 -0
  104. package/esm/models/userevent.d.ts +1856 -1824
  105. package/esm/models/userevent.d.ts.map +1 -1
  106. package/esm/models/userevent.js +2400 -2367
  107. package/esm/models/userevent.js.map +1 -1
  108. package/esm/sdk/edgecache.d.ts +2 -2
  109. package/esm/sdk/edgecache.js +2 -2
  110. package/esm/sdk/projects.d.ts +16 -0
  111. package/esm/sdk/projects.d.ts.map +1 -1
  112. package/esm/sdk/projects.js +20 -0
  113. package/esm/sdk/projects.js.map +1 -1
  114. package/examples/package-lock.json +1 -1
  115. package/jsr.json +1 -1
  116. package/package.json +1 -1
  117. package/src/__tests__/domains.test.ts +9 -6
  118. package/src/__tests__/edgeconfig.test.ts +6 -6
  119. package/src/__tests__/integrations.test.ts +3 -3
  120. package/src/__tests__/logdrains.test.ts +3 -1
  121. package/src/__tests__/projects.test.ts +51 -0
  122. package/src/__tests__/rollingrelease.test.ts +6 -2
  123. package/src/__tests__/security.test.ts +4 -4
  124. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +1 -1
  125. package/src/funcs/edgeCacheInvalidateByTags.ts +1 -1
  126. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +2 -2
  127. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +2 -2
  128. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +2 -2
  129. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +2 -2
  130. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +2 -2
  131. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +2 -2
  132. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +2 -2
  133. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  134. package/src/funcs/projectsBatchRemoveProjectEnv.ts +206 -0
  135. package/src/funcs/projectsUploadProjectClientCert.ts +198 -0
  136. package/src/lib/config.ts +3 -3
  137. package/src/mcp-server/mcp-server.ts +1 -1
  138. package/src/mcp-server/server.ts +5 -1
  139. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +1 -1
  140. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +1 -1
  141. package/src/mcp-server/tools/projectsBatchRemoveProjectEnv.ts +37 -0
  142. package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +38 -0
  143. package/src/models/batchremoveprojectenvop.ts +228 -0
  144. package/src/models/createintegrationstoredirectop.ts +604 -604
  145. package/src/models/createprojectop.ts +30 -30
  146. package/src/models/createwebhookop.ts +2 -0
  147. package/src/models/getbillingplansop.ts +4 -4
  148. package/src/models/getconfigurationop.ts +651 -651
  149. package/src/models/getconfigurationproductsop.ts +802 -802
  150. package/src/models/getwebhookop.ts +1 -0
  151. package/src/models/getwebhooksop.ts +2 -0
  152. package/src/models/updateprojectop.ts +30 -30
  153. package/src/models/uploadprojectclientcertop.ts +263 -0
  154. package/src/models/userevent.ts +4207 -4130
  155. package/src/sdk/edgecache.ts +2 -2
  156. package/src/sdk/projects.ts +44 -0
  157. package/vercel-spec.json +609 -287
@@ -257,12 +257,12 @@ export type GetConfigurationProductsType = ClosedEnum<
257
257
  typeof GetConfigurationProductsType
258
258
  >;
259
259
 
260
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612 =
260
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559 =
261
261
  {};
262
262
 
263
263
  export type PropertiesValue = {
264
- atBRANDAt541612:
265
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612;
264
+ atBRANDAt543559:
265
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559;
266
266
  };
267
267
 
268
268
  export const GetConfigurationProductsDisabled3 = {
@@ -331,28 +331,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
331
331
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl
332
332
  >;
333
333
 
334
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612 =
334
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559 =
335
335
  {};
336
336
 
337
337
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
338
- atBRANDAt541612:
339
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612;
338
+ atBRANDAt543559:
339
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559;
340
340
  };
341
341
 
342
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612 =
342
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559 =
343
343
  {};
344
344
 
345
345
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
346
- atBRANDAt541612:
347
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612;
346
+ atBRANDAt543559:
347
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559;
348
348
  };
349
349
 
350
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612 =
350
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559 =
351
351
  {};
352
352
 
353
353
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
354
- atBRANDAt541612:
355
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612;
354
+ atBRANDAt543559:
355
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559;
356
356
  };
357
357
 
358
358
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3 =
@@ -497,28 +497,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
497
497
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
498
498
  >;
499
499
 
500
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612 =
500
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559 =
501
501
  {};
502
502
 
503
503
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
504
- atBRANDAt541612:
505
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612;
504
+ atBRANDAt543559:
505
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559;
506
506
  };
507
507
 
508
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612 =
508
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559 =
509
509
  {};
510
510
 
511
511
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
512
- atBRANDAt541612:
513
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612;
512
+ atBRANDAt543559:
513
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559;
514
514
  };
515
515
 
516
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612 =
516
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559 =
517
517
  {};
518
518
 
519
519
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
520
- atBRANDAt541612:
521
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612;
520
+ atBRANDAt543559:
521
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559;
522
522
  };
523
523
 
524
524
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
@@ -538,12 +538,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
538
538
  enum?: Array<string> | undefined;
539
539
  };
540
540
 
541
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612 =
541
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559 =
542
542
  {};
543
543
 
544
544
  export type GetConfigurationProductsUiOptionsValue = {
545
- atBRANDAt541612:
546
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612;
545
+ atBRANDAt543559:
546
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559;
547
547
  };
548
548
 
549
549
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
@@ -600,10 +600,10 @@ export type GetConfigurationProductsUiOptions3 = {
600
600
  | undefined;
601
601
  };
602
602
 
603
- export type GetConfigurationProductsUiOptionsAtBRANDAt541612 = {};
603
+ export type GetConfigurationProductsUiOptionsAtBRANDAt543559 = {};
604
604
 
605
605
  export type GetConfigurationProductsUiOptions2 = {
606
- atBRANDAt541612: GetConfigurationProductsUiOptionsAtBRANDAt541612;
606
+ atBRANDAt543559: GetConfigurationProductsUiOptionsAtBRANDAt543559;
607
607
  };
608
608
 
609
609
  export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
@@ -733,20 +733,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
733
733
  expr: string;
734
734
  };
735
735
 
736
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612 =
736
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559 =
737
737
  {};
738
738
 
739
739
  export type Default = {
740
- atBRANDAt541612:
741
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612;
740
+ atBRANDAt543559:
741
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559;
742
742
  };
743
743
 
744
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612 =
744
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559 =
745
745
  {};
746
746
 
747
747
  export type Example = {
748
- atBRANDAt541612:
749
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612;
748
+ atBRANDAt543559:
749
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559;
750
750
  };
751
751
 
752
752
  export type Properties8 = {
@@ -809,10 +809,10 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
809
809
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
810
810
  >;
811
811
 
812
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612 = {};
812
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559 = {};
813
813
 
814
814
  export type UiOptionsValue = {
815
- atBRANDAt541612: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612;
815
+ atBRANDAt543559: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559;
816
816
  };
817
817
 
818
818
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
@@ -869,10 +869,10 @@ export type UiOptions3 = {
869
869
  | undefined;
870
870
  };
871
871
 
872
- export type UiOptionsAtBRANDAt541612 = {};
872
+ export type UiOptionsAtBRANDAt543559 = {};
873
873
 
874
874
  export type UiOptions2 = {
875
- atBRANDAt541612: UiOptionsAtBRANDAt541612;
875
+ atBRANDAt543559: UiOptionsAtBRANDAt543559;
876
876
  };
877
877
 
878
878
  export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -935,28 +935,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
935
935
  | UiOptions2
936
936
  | UiOptions3;
937
937
 
938
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612 =
938
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559 =
939
939
  {};
940
940
 
941
941
  export type GetConfigurationProductsPropertiesMinLength = {
942
- atBRANDAt541612:
943
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612;
942
+ atBRANDAt543559:
943
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559;
944
944
  };
945
945
 
946
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612 =
946
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559 =
947
947
  {};
948
948
 
949
949
  export type GetConfigurationProductsPropertiesMaxLength = {
950
- atBRANDAt541612:
951
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612;
950
+ atBRANDAt543559:
951
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559;
952
952
  };
953
953
 
954
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612 =
954
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559 =
955
955
  {};
956
956
 
957
957
  export type GetConfigurationProductsPropertiesPattern = {
958
- atBRANDAt541612:
959
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612;
958
+ atBRANDAt543559:
959
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559;
960
960
  };
961
961
 
962
962
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
@@ -1098,30 +1098,30 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
1098
1098
  typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
1099
1099
  >;
1100
1100
 
1101
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612 =
1101
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559 =
1102
1102
  {};
1103
1103
 
1104
1104
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength =
1105
1105
  {
1106
- atBRANDAt541612:
1107
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612;
1106
+ atBRANDAt543559:
1107
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559;
1108
1108
  };
1109
1109
 
1110
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612 =
1110
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559 =
1111
1111
  {};
1112
1112
 
1113
1113
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength =
1114
1114
  {
1115
- atBRANDAt541612:
1116
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612;
1115
+ atBRANDAt543559:
1116
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559;
1117
1117
  };
1118
1118
 
1119
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612 =
1119
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559 =
1120
1120
  {};
1121
1121
 
1122
1122
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
1123
- atBRANDAt541612:
1124
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612;
1123
+ atBRANDAt543559:
1124
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559;
1125
1125
  };
1126
1126
 
1127
1127
  export type GetConfigurationProductsPropertiesItems = {
@@ -1366,27 +1366,27 @@ export type UiOptions = {
1366
1366
  | undefined;
1367
1367
  };
1368
1368
 
1369
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612 = {};
1369
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559 = {};
1370
1370
 
1371
1371
  export type PropertiesMinLength = {
1372
- atBRANDAt541612:
1373
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612;
1372
+ atBRANDAt543559:
1373
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559;
1374
1374
  };
1375
1375
 
1376
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612 =
1376
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559 =
1377
1377
  {};
1378
1378
 
1379
1379
  export type PropertiesMaxLength = {
1380
- atBRANDAt541612:
1381
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612;
1380
+ atBRANDAt543559:
1381
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559;
1382
1382
  };
1383
1383
 
1384
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612 =
1384
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559 =
1385
1385
  {};
1386
1386
 
1387
1387
  export type PropertiesPattern = {
1388
- atBRANDAt541612:
1389
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612;
1388
+ atBRANDAt543559:
1389
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559;
1390
1390
  };
1391
1391
 
1392
1392
  export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
@@ -1835,22 +1835,22 @@ export const UiControl = {
1835
1835
  } as const;
1836
1836
  export type UiControl = ClosedEnum<typeof UiControl>;
1837
1837
 
1838
- export type AtBRANDAt541612 = {};
1838
+ export type AtBRANDAt543559 = {};
1839
1839
 
1840
1840
  export type MinLength = {
1841
- atBRANDAt541612: AtBRANDAt541612;
1841
+ atBRANDAt543559: AtBRANDAt543559;
1842
1842
  };
1843
1843
 
1844
- export type PropertiesAtBRANDAt541612 = {};
1844
+ export type PropertiesAtBRANDAt543559 = {};
1845
1845
 
1846
1846
  export type MaxLength = {
1847
- atBRANDAt541612: PropertiesAtBRANDAt541612;
1847
+ atBRANDAt543559: PropertiesAtBRANDAt543559;
1848
1848
  };
1849
1849
 
1850
- export type GetConfigurationProductsPropertiesAtBRANDAt541612 = {};
1850
+ export type GetConfigurationProductsPropertiesAtBRANDAt543559 = {};
1851
1851
 
1852
1852
  export type Pattern = {
1853
- atBRANDAt541612: GetConfigurationProductsPropertiesAtBRANDAt541612;
1853
+ atBRANDAt543559: GetConfigurationProductsPropertiesAtBRANDAt543559;
1854
1854
  };
1855
1855
 
1856
1856
  export const UiReadOnly3 = {
@@ -3233,65 +3233,65 @@ export namespace GetConfigurationProductsType$ {
3233
3233
  }
3234
3234
 
3235
3235
  /** @internal */
3236
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema:
3236
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema:
3237
3237
  z.ZodType<
3238
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612,
3238
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559,
3239
3239
  z.ZodTypeDef,
3240
3240
  unknown
3241
3241
  > = z.object({});
3242
3242
 
3243
3243
  /** @internal */
3244
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound =
3244
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$Outbound =
3245
3245
  {};
3246
3246
 
3247
3247
  /** @internal */
3248
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema:
3248
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema:
3249
3249
  z.ZodType<
3250
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound,
3250
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$Outbound,
3251
3251
  z.ZodTypeDef,
3252
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612
3252
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559
3253
3253
  > = z.object({});
3254
3254
 
3255
3255
  /**
3256
3256
  * @internal
3257
3257
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3258
3258
  */
3259
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$ {
3260
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema` instead. */
3259
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$ {
3260
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema` instead. */
3261
3261
  export const inboundSchema =
3262
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema;
3263
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema` instead. */
3262
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema;
3263
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema` instead. */
3264
3264
  export const outboundSchema =
3265
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema;
3266
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound` instead. */
3265
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema;
3266
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$Outbound` instead. */
3267
3267
  export type Outbound =
3268
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound;
3268
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$Outbound;
3269
3269
  }
3270
3270
 
3271
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612ToJSON(
3272
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612:
3273
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612,
3271
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559ToJSON(
3272
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559:
3273
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559,
3274
3274
  ): string {
3275
3275
  return JSON.stringify(
3276
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema
3276
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema
3277
3277
  .parse(
3278
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612,
3278
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559,
3279
3279
  ),
3280
3280
  );
3281
3281
  }
3282
3282
 
3283
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612FromJSON(
3283
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559FromJSON(
3284
3284
  jsonString: string,
3285
3285
  ): SafeParseResult<
3286
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612,
3286
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559,
3287
3287
  SDKValidationError
3288
3288
  > {
3289
3289
  return safeParse(
3290
3290
  jsonString,
3291
3291
  (x) =>
3292
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema
3292
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema
3293
3293
  .parse(JSON.parse(x)),
3294
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612' from JSON`,
3294
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559' from JSON`,
3295
3295
  );
3296
3296
  }
3297
3297
 
@@ -3301,19 +3301,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
3301
3301
  z.ZodTypeDef,
3302
3302
  unknown
3303
3303
  > = z.object({
3304
- "__@BRAND@541612": z.lazy(() =>
3305
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$inboundSchema
3304
+ "__@BRAND@543559": z.lazy(() =>
3305
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$inboundSchema
3306
3306
  ),
3307
3307
  }).transform((v) => {
3308
3308
  return remap$(v, {
3309
- "__@BRAND@541612": "atBRANDAt541612",
3309
+ "__@BRAND@543559": "atBRANDAt543559",
3310
3310
  });
3311
3311
  });
3312
3312
 
3313
3313
  /** @internal */
3314
3314
  export type PropertiesValue$Outbound = {
3315
- "__@BRAND@541612":
3316
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$Outbound;
3315
+ "__@BRAND@543559":
3316
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$Outbound;
3317
3317
  };
3318
3318
 
3319
3319
  /** @internal */
@@ -3322,12 +3322,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
3322
3322
  z.ZodTypeDef,
3323
3323
  PropertiesValue
3324
3324
  > = z.object({
3325
- atBRANDAt541612: z.lazy(() =>
3326
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt541612$outboundSchema
3325
+ atBRANDAt543559: z.lazy(() =>
3326
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543559$outboundSchema
3327
3327
  ),
3328
3328
  }).transform((v) => {
3329
3329
  return remap$(v, {
3330
- atBRANDAt541612: "__@BRAND@541612",
3330
+ atBRANDAt543559: "__@BRAND@543559",
3331
3331
  });
3332
3332
  });
3333
3333
 
@@ -3771,65 +3771,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
3771
3771
  }
3772
3772
 
3773
3773
  /** @internal */
3774
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema:
3774
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema:
3775
3775
  z.ZodType<
3776
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612,
3776
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559,
3777
3777
  z.ZodTypeDef,
3778
3778
  unknown
3779
3779
  > = z.object({});
3780
3780
 
3781
3781
  /** @internal */
3782
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound =
3782
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$Outbound =
3783
3783
  {};
3784
3784
 
3785
3785
  /** @internal */
3786
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema:
3786
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema:
3787
3787
  z.ZodType<
3788
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound,
3788
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$Outbound,
3789
3789
  z.ZodTypeDef,
3790
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612
3790
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559
3791
3791
  > = z.object({});
3792
3792
 
3793
3793
  /**
3794
3794
  * @internal
3795
3795
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3796
3796
  */
3797
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$ {
3798
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema` instead. */
3797
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$ {
3798
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema` instead. */
3799
3799
  export const inboundSchema =
3800
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema;
3801
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema` instead. */
3800
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema;
3801
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema` instead. */
3802
3802
  export const outboundSchema =
3803
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema;
3804
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound` instead. */
3803
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema;
3804
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$Outbound` instead. */
3805
3805
  export type Outbound =
3806
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound;
3806
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$Outbound;
3807
3807
  }
3808
3808
 
3809
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612ToJSON(
3810
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612:
3811
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612,
3809
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559ToJSON(
3810
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559:
3811
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559,
3812
3812
  ): string {
3813
3813
  return JSON.stringify(
3814
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema
3814
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema
3815
3815
  .parse(
3816
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612,
3816
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559,
3817
3817
  ),
3818
3818
  );
3819
3819
  }
3820
3820
 
3821
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612FromJSON(
3821
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559FromJSON(
3822
3822
  jsonString: string,
3823
3823
  ): SafeParseResult<
3824
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612,
3824
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559,
3825
3825
  SDKValidationError
3826
3826
  > {
3827
3827
  return safeParse(
3828
3828
  jsonString,
3829
3829
  (x) =>
3830
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema
3830
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema
3831
3831
  .parse(JSON.parse(x)),
3832
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612' from JSON`,
3832
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559' from JSON`,
3833
3833
  );
3834
3834
  }
3835
3835
 
@@ -3840,19 +3840,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
3840
3840
  z.ZodTypeDef,
3841
3841
  unknown
3842
3842
  > = z.object({
3843
- "__@BRAND@541612": z.lazy(() =>
3844
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$inboundSchema
3843
+ "__@BRAND@543559": z.lazy(() =>
3844
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$inboundSchema
3845
3845
  ),
3846
3846
  }).transform((v) => {
3847
3847
  return remap$(v, {
3848
- "__@BRAND@541612": "atBRANDAt541612",
3848
+ "__@BRAND@543559": "atBRANDAt543559",
3849
3849
  });
3850
3850
  });
3851
3851
 
3852
3852
  /** @internal */
3853
3853
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3854
- "__@BRAND@541612":
3855
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$Outbound;
3854
+ "__@BRAND@543559":
3855
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$Outbound;
3856
3856
  };
3857
3857
 
3858
3858
  /** @internal */
@@ -3862,12 +3862,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
3862
3862
  z.ZodTypeDef,
3863
3863
  GetConfigurationProductsPropertiesIntegrationsMinLength
3864
3864
  > = z.object({
3865
- atBRANDAt541612: z.lazy(() =>
3866
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt541612$outboundSchema
3865
+ atBRANDAt543559: z.lazy(() =>
3866
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543559$outboundSchema
3867
3867
  ),
3868
3868
  }).transform((v) => {
3869
3869
  return remap$(v, {
3870
- atBRANDAt541612: "__@BRAND@541612",
3870
+ atBRANDAt543559: "__@BRAND@543559",
3871
3871
  });
3872
3872
  });
3873
3873
 
@@ -3913,65 +3913,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
3913
3913
  }
3914
3914
 
3915
3915
  /** @internal */
3916
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema:
3916
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema:
3917
3917
  z.ZodType<
3918
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612,
3918
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559,
3919
3919
  z.ZodTypeDef,
3920
3920
  unknown
3921
3921
  > = z.object({});
3922
3922
 
3923
3923
  /** @internal */
3924
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound =
3924
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$Outbound =
3925
3925
  {};
3926
3926
 
3927
3927
  /** @internal */
3928
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema:
3928
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema:
3929
3929
  z.ZodType<
3930
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound,
3930
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$Outbound,
3931
3931
  z.ZodTypeDef,
3932
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612
3932
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559
3933
3933
  > = z.object({});
3934
3934
 
3935
3935
  /**
3936
3936
  * @internal
3937
3937
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3938
3938
  */
3939
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$ {
3940
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema` instead. */
3939
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$ {
3940
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema` instead. */
3941
3941
  export const inboundSchema =
3942
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema;
3943
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema` instead. */
3942
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema;
3943
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema` instead. */
3944
3944
  export const outboundSchema =
3945
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema;
3946
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound` instead. */
3945
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema;
3946
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$Outbound` instead. */
3947
3947
  export type Outbound =
3948
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound;
3948
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$Outbound;
3949
3949
  }
3950
3950
 
3951
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612ToJSON(
3952
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612:
3953
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612,
3951
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559ToJSON(
3952
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559:
3953
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559,
3954
3954
  ): string {
3955
3955
  return JSON.stringify(
3956
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema
3956
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema
3957
3957
  .parse(
3958
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612,
3958
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559,
3959
3959
  ),
3960
3960
  );
3961
3961
  }
3962
3962
 
3963
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612FromJSON(
3963
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559FromJSON(
3964
3964
  jsonString: string,
3965
3965
  ): SafeParseResult<
3966
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612,
3966
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559,
3967
3967
  SDKValidationError
3968
3968
  > {
3969
3969
  return safeParse(
3970
3970
  jsonString,
3971
3971
  (x) =>
3972
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema
3972
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema
3973
3973
  .parse(JSON.parse(x)),
3974
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612' from JSON`,
3974
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559' from JSON`,
3975
3975
  );
3976
3976
  }
3977
3977
 
@@ -3982,19 +3982,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
3982
3982
  z.ZodTypeDef,
3983
3983
  unknown
3984
3984
  > = z.object({
3985
- "__@BRAND@541612": z.lazy(() =>
3986
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$inboundSchema
3985
+ "__@BRAND@543559": z.lazy(() =>
3986
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$inboundSchema
3987
3987
  ),
3988
3988
  }).transform((v) => {
3989
3989
  return remap$(v, {
3990
- "__@BRAND@541612": "atBRANDAt541612",
3990
+ "__@BRAND@543559": "atBRANDAt543559",
3991
3991
  });
3992
3992
  });
3993
3993
 
3994
3994
  /** @internal */
3995
3995
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3996
- "__@BRAND@541612":
3997
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$Outbound;
3996
+ "__@BRAND@543559":
3997
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$Outbound;
3998
3998
  };
3999
3999
 
4000
4000
  /** @internal */
@@ -4004,12 +4004,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
4004
4004
  z.ZodTypeDef,
4005
4005
  GetConfigurationProductsPropertiesIntegrationsMaxLength
4006
4006
  > = z.object({
4007
- atBRANDAt541612: z.lazy(() =>
4008
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt541612$outboundSchema
4007
+ atBRANDAt543559: z.lazy(() =>
4008
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543559$outboundSchema
4009
4009
  ),
4010
4010
  }).transform((v) => {
4011
4011
  return remap$(v, {
4012
- atBRANDAt541612: "__@BRAND@541612",
4012
+ atBRANDAt543559: "__@BRAND@543559",
4013
4013
  });
4014
4014
  });
4015
4015
 
@@ -4055,65 +4055,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
4055
4055
  }
4056
4056
 
4057
4057
  /** @internal */
4058
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema:
4058
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema:
4059
4059
  z.ZodType<
4060
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612,
4060
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559,
4061
4061
  z.ZodTypeDef,
4062
4062
  unknown
4063
4063
  > = z.object({});
4064
4064
 
4065
4065
  /** @internal */
4066
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound =
4066
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$Outbound =
4067
4067
  {};
4068
4068
 
4069
4069
  /** @internal */
4070
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema:
4070
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema:
4071
4071
  z.ZodType<
4072
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound,
4072
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$Outbound,
4073
4073
  z.ZodTypeDef,
4074
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612
4074
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559
4075
4075
  > = z.object({});
4076
4076
 
4077
4077
  /**
4078
4078
  * @internal
4079
4079
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4080
4080
  */
4081
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$ {
4082
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema` instead. */
4081
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$ {
4082
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema` instead. */
4083
4083
  export const inboundSchema =
4084
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema;
4085
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema` instead. */
4084
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema;
4085
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema` instead. */
4086
4086
  export const outboundSchema =
4087
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema;
4088
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound` instead. */
4087
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema;
4088
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$Outbound` instead. */
4089
4089
  export type Outbound =
4090
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound;
4090
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$Outbound;
4091
4091
  }
4092
4092
 
4093
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612ToJSON(
4094
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612:
4095
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612,
4093
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559ToJSON(
4094
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559:
4095
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559,
4096
4096
  ): string {
4097
4097
  return JSON.stringify(
4098
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema
4098
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema
4099
4099
  .parse(
4100
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612,
4100
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559,
4101
4101
  ),
4102
4102
  );
4103
4103
  }
4104
4104
 
4105
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612FromJSON(
4105
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559FromJSON(
4106
4106
  jsonString: string,
4107
4107
  ): SafeParseResult<
4108
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612,
4108
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559,
4109
4109
  SDKValidationError
4110
4110
  > {
4111
4111
  return safeParse(
4112
4112
  jsonString,
4113
4113
  (x) =>
4114
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema
4114
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema
4115
4115
  .parse(JSON.parse(x)),
4116
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612' from JSON`,
4116
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559' from JSON`,
4117
4117
  );
4118
4118
  }
4119
4119
 
@@ -4124,19 +4124,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
4124
4124
  z.ZodTypeDef,
4125
4125
  unknown
4126
4126
  > = z.object({
4127
- "__@BRAND@541612": z.lazy(() =>
4128
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$inboundSchema
4127
+ "__@BRAND@543559": z.lazy(() =>
4128
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$inboundSchema
4129
4129
  ),
4130
4130
  }).transform((v) => {
4131
4131
  return remap$(v, {
4132
- "__@BRAND@541612": "atBRANDAt541612",
4132
+ "__@BRAND@543559": "atBRANDAt543559",
4133
4133
  });
4134
4134
  });
4135
4135
 
4136
4136
  /** @internal */
4137
4137
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
4138
- "__@BRAND@541612":
4139
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$Outbound;
4138
+ "__@BRAND@543559":
4139
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$Outbound;
4140
4140
  };
4141
4141
 
4142
4142
  /** @internal */
@@ -4146,12 +4146,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
4146
4146
  z.ZodTypeDef,
4147
4147
  GetConfigurationProductsPropertiesIntegrationsPattern
4148
4148
  > = z.object({
4149
- atBRANDAt541612: z.lazy(() =>
4150
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt541612$outboundSchema
4149
+ atBRANDAt543559: z.lazy(() =>
4150
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543559$outboundSchema
4151
4151
  ),
4152
4152
  }).transform((v) => {
4153
4153
  return remap$(v, {
4154
- atBRANDAt541612: "__@BRAND@541612",
4154
+ atBRANDAt543559: "__@BRAND@543559",
4155
4155
  });
4156
4156
  });
4157
4157
 
@@ -5220,65 +5220,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
5220
5220
  }
5221
5221
 
5222
5222
  /** @internal */
5223
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema:
5223
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema:
5224
5224
  z.ZodType<
5225
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612,
5225
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559,
5226
5226
  z.ZodTypeDef,
5227
5227
  unknown
5228
5228
  > = z.object({});
5229
5229
 
5230
5230
  /** @internal */
5231
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound =
5231
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$Outbound =
5232
5232
  {};
5233
5233
 
5234
5234
  /** @internal */
5235
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema:
5235
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema:
5236
5236
  z.ZodType<
5237
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound,
5237
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$Outbound,
5238
5238
  z.ZodTypeDef,
5239
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612
5239
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559
5240
5240
  > = z.object({});
5241
5241
 
5242
5242
  /**
5243
5243
  * @internal
5244
5244
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5245
5245
  */
5246
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$ {
5247
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
5246
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$ {
5247
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema` instead. */
5248
5248
  export const inboundSchema =
5249
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema;
5250
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
5249
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema;
5250
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema` instead. */
5251
5251
  export const outboundSchema =
5252
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema;
5253
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound` instead. */
5252
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema;
5253
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$Outbound` instead. */
5254
5254
  export type Outbound =
5255
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound;
5255
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$Outbound;
5256
5256
  }
5257
5257
 
5258
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612ToJSON(
5259
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612:
5260
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612,
5258
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559ToJSON(
5259
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559:
5260
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559,
5261
5261
  ): string {
5262
5262
  return JSON.stringify(
5263
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema
5263
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema
5264
5264
  .parse(
5265
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612,
5265
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559,
5266
5266
  ),
5267
5267
  );
5268
5268
  }
5269
5269
 
5270
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612FromJSON(
5270
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559FromJSON(
5271
5271
  jsonString: string,
5272
5272
  ): SafeParseResult<
5273
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612,
5273
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559,
5274
5274
  SDKValidationError
5275
5275
  > {
5276
5276
  return safeParse(
5277
5277
  jsonString,
5278
5278
  (x) =>
5279
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema
5279
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema
5280
5280
  .parse(JSON.parse(x)),
5281
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612' from JSON`,
5281
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559' from JSON`,
5282
5282
  );
5283
5283
  }
5284
5284
 
@@ -5289,20 +5289,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
5289
5289
  z.ZodTypeDef,
5290
5290
  unknown
5291
5291
  > = z.object({
5292
- "__@BRAND@541612": z.lazy(() =>
5293
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$inboundSchema
5292
+ "__@BRAND@543559": z.lazy(() =>
5293
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$inboundSchema
5294
5294
  ),
5295
5295
  }).transform((v) => {
5296
5296
  return remap$(v, {
5297
- "__@BRAND@541612": "atBRANDAt541612",
5297
+ "__@BRAND@543559": "atBRANDAt543559",
5298
5298
  });
5299
5299
  });
5300
5300
 
5301
5301
  /** @internal */
5302
5302
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
5303
5303
  {
5304
- "__@BRAND@541612":
5305
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$Outbound;
5304
+ "__@BRAND@543559":
5305
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$Outbound;
5306
5306
  };
5307
5307
 
5308
5308
  /** @internal */
@@ -5312,12 +5312,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
5312
5312
  z.ZodTypeDef,
5313
5313
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength
5314
5314
  > = z.object({
5315
- atBRANDAt541612: z.lazy(() =>
5316
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt541612$outboundSchema
5315
+ atBRANDAt543559: z.lazy(() =>
5316
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543559$outboundSchema
5317
5317
  ),
5318
5318
  }).transform((v) => {
5319
5319
  return remap$(v, {
5320
- atBRANDAt541612: "__@BRAND@541612",
5320
+ atBRANDAt543559: "__@BRAND@543559",
5321
5321
  });
5322
5322
  });
5323
5323
 
@@ -5363,65 +5363,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
5363
5363
  }
5364
5364
 
5365
5365
  /** @internal */
5366
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema:
5366
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema:
5367
5367
  z.ZodType<
5368
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612,
5368
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559,
5369
5369
  z.ZodTypeDef,
5370
5370
  unknown
5371
5371
  > = z.object({});
5372
5372
 
5373
5373
  /** @internal */
5374
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound =
5374
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$Outbound =
5375
5375
  {};
5376
5376
 
5377
5377
  /** @internal */
5378
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema:
5378
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema:
5379
5379
  z.ZodType<
5380
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound,
5380
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$Outbound,
5381
5381
  z.ZodTypeDef,
5382
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612
5382
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559
5383
5383
  > = z.object({});
5384
5384
 
5385
5385
  /**
5386
5386
  * @internal
5387
5387
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5388
5388
  */
5389
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$ {
5390
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema` instead. */
5389
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$ {
5390
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema` instead. */
5391
5391
  export const inboundSchema =
5392
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema;
5393
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema` instead. */
5392
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema;
5393
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema` instead. */
5394
5394
  export const outboundSchema =
5395
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema;
5396
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound` instead. */
5395
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema;
5396
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$Outbound` instead. */
5397
5397
  export type Outbound =
5398
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound;
5398
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$Outbound;
5399
5399
  }
5400
5400
 
5401
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612ToJSON(
5402
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612:
5403
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612,
5401
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559ToJSON(
5402
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559:
5403
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559,
5404
5404
  ): string {
5405
5405
  return JSON.stringify(
5406
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema
5406
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema
5407
5407
  .parse(
5408
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612,
5408
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559,
5409
5409
  ),
5410
5410
  );
5411
5411
  }
5412
5412
 
5413
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612FromJSON(
5413
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559FromJSON(
5414
5414
  jsonString: string,
5415
5415
  ): SafeParseResult<
5416
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612,
5416
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559,
5417
5417
  SDKValidationError
5418
5418
  > {
5419
5419
  return safeParse(
5420
5420
  jsonString,
5421
5421
  (x) =>
5422
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema
5422
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema
5423
5423
  .parse(JSON.parse(x)),
5424
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612' from JSON`,
5424
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559' from JSON`,
5425
5425
  );
5426
5426
  }
5427
5427
 
@@ -5432,20 +5432,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
5432
5432
  z.ZodTypeDef,
5433
5433
  unknown
5434
5434
  > = z.object({
5435
- "__@BRAND@541612": z.lazy(() =>
5436
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$inboundSchema
5435
+ "__@BRAND@543559": z.lazy(() =>
5436
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$inboundSchema
5437
5437
  ),
5438
5438
  }).transform((v) => {
5439
5439
  return remap$(v, {
5440
- "__@BRAND@541612": "atBRANDAt541612",
5440
+ "__@BRAND@543559": "atBRANDAt543559",
5441
5441
  });
5442
5442
  });
5443
5443
 
5444
5444
  /** @internal */
5445
5445
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
5446
5446
  {
5447
- "__@BRAND@541612":
5448
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$Outbound;
5447
+ "__@BRAND@543559":
5448
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$Outbound;
5449
5449
  };
5450
5450
 
5451
5451
  /** @internal */
@@ -5455,12 +5455,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
5455
5455
  z.ZodTypeDef,
5456
5456
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
5457
5457
  > = z.object({
5458
- atBRANDAt541612: z.lazy(() =>
5459
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt541612$outboundSchema
5458
+ atBRANDAt543559: z.lazy(() =>
5459
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543559$outboundSchema
5460
5460
  ),
5461
5461
  }).transform((v) => {
5462
5462
  return remap$(v, {
5463
- atBRANDAt541612: "__@BRAND@541612",
5463
+ atBRANDAt543559: "__@BRAND@543559",
5464
5464
  });
5465
5465
  });
5466
5466
 
@@ -5506,65 +5506,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
5506
5506
  }
5507
5507
 
5508
5508
  /** @internal */
5509
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema:
5509
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema:
5510
5510
  z.ZodType<
5511
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612,
5511
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559,
5512
5512
  z.ZodTypeDef,
5513
5513
  unknown
5514
5514
  > = z.object({});
5515
5515
 
5516
5516
  /** @internal */
5517
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound =
5517
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$Outbound =
5518
5518
  {};
5519
5519
 
5520
5520
  /** @internal */
5521
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema:
5521
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema:
5522
5522
  z.ZodType<
5523
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound,
5523
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$Outbound,
5524
5524
  z.ZodTypeDef,
5525
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612
5525
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559
5526
5526
  > = z.object({});
5527
5527
 
5528
5528
  /**
5529
5529
  * @internal
5530
5530
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5531
5531
  */
5532
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$ {
5533
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema` instead. */
5532
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$ {
5533
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema` instead. */
5534
5534
  export const inboundSchema =
5535
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema;
5536
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema` instead. */
5535
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema;
5536
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema` instead. */
5537
5537
  export const outboundSchema =
5538
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema;
5539
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound` instead. */
5538
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema;
5539
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$Outbound` instead. */
5540
5540
  export type Outbound =
5541
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound;
5541
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$Outbound;
5542
5542
  }
5543
5543
 
5544
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612ToJSON(
5545
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612:
5546
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612,
5544
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559ToJSON(
5545
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559:
5546
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559,
5547
5547
  ): string {
5548
5548
  return JSON.stringify(
5549
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema
5549
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema
5550
5550
  .parse(
5551
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612,
5551
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559,
5552
5552
  ),
5553
5553
  );
5554
5554
  }
5555
5555
 
5556
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612FromJSON(
5556
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559FromJSON(
5557
5557
  jsonString: string,
5558
5558
  ): SafeParseResult<
5559
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612,
5559
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559,
5560
5560
  SDKValidationError
5561
5561
  > {
5562
5562
  return safeParse(
5563
5563
  jsonString,
5564
5564
  (x) =>
5565
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema
5565
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema
5566
5566
  .parse(JSON.parse(x)),
5567
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612' from JSON`,
5567
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559' from JSON`,
5568
5568
  );
5569
5569
  }
5570
5570
 
@@ -5575,20 +5575,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
5575
5575
  z.ZodTypeDef,
5576
5576
  unknown
5577
5577
  > = z.object({
5578
- "__@BRAND@541612": z.lazy(() =>
5579
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$inboundSchema
5578
+ "__@BRAND@543559": z.lazy(() =>
5579
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$inboundSchema
5580
5580
  ),
5581
5581
  }).transform((v) => {
5582
5582
  return remap$(v, {
5583
- "__@BRAND@541612": "atBRANDAt541612",
5583
+ "__@BRAND@543559": "atBRANDAt543559",
5584
5584
  });
5585
5585
  });
5586
5586
 
5587
5587
  /** @internal */
5588
5588
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
5589
5589
  {
5590
- "__@BRAND@541612":
5591
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$Outbound;
5590
+ "__@BRAND@543559":
5591
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$Outbound;
5592
5592
  };
5593
5593
 
5594
5594
  /** @internal */
@@ -5598,12 +5598,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
5598
5598
  z.ZodTypeDef,
5599
5599
  GetConfigurationProductsPropertiesIntegrationsResponsePattern
5600
5600
  > = z.object({
5601
- atBRANDAt541612: z.lazy(() =>
5602
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt541612$outboundSchema
5601
+ atBRANDAt543559: z.lazy(() =>
5602
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543559$outboundSchema
5603
5603
  ),
5604
5604
  }).transform((v) => {
5605
5605
  return remap$(v, {
5606
- atBRANDAt541612: "__@BRAND@541612",
5606
+ atBRANDAt543559: "__@BRAND@543559",
5607
5607
  });
5608
5608
  });
5609
5609
 
@@ -5755,65 +5755,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
5755
5755
  }
5756
5756
 
5757
5757
  /** @internal */
5758
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema:
5758
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema:
5759
5759
  z.ZodType<
5760
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612,
5760
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559,
5761
5761
  z.ZodTypeDef,
5762
5762
  unknown
5763
5763
  > = z.object({});
5764
5764
 
5765
5765
  /** @internal */
5766
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound =
5766
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$Outbound =
5767
5767
  {};
5768
5768
 
5769
5769
  /** @internal */
5770
- export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema:
5770
+ export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema:
5771
5771
  z.ZodType<
5772
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound,
5772
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$Outbound,
5773
5773
  z.ZodTypeDef,
5774
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612
5774
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559
5775
5775
  > = z.object({});
5776
5776
 
5777
5777
  /**
5778
5778
  * @internal
5779
5779
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5780
5780
  */
5781
- export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$ {
5782
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
5781
+ export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$ {
5782
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema` instead. */
5783
5783
  export const inboundSchema =
5784
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema;
5785
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
5784
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema;
5785
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema` instead. */
5786
5786
  export const outboundSchema =
5787
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema;
5788
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound` instead. */
5787
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema;
5788
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$Outbound` instead. */
5789
5789
  export type Outbound =
5790
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound;
5790
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$Outbound;
5791
5791
  }
5792
5792
 
5793
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612ToJSON(
5794
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612:
5795
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612,
5793
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559ToJSON(
5794
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559:
5795
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559,
5796
5796
  ): string {
5797
5797
  return JSON.stringify(
5798
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema
5798
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema
5799
5799
  .parse(
5800
- getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612,
5800
+ getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559,
5801
5801
  ),
5802
5802
  );
5803
5803
  }
5804
5804
 
5805
- export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612FromJSON(
5805
+ export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559FromJSON(
5806
5806
  jsonString: string,
5807
5807
  ): SafeParseResult<
5808
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612,
5808
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559,
5809
5809
  SDKValidationError
5810
5810
  > {
5811
5811
  return safeParse(
5812
5812
  jsonString,
5813
5813
  (x) =>
5814
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema
5814
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema
5815
5815
  .parse(JSON.parse(x)),
5816
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612' from JSON`,
5816
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559' from JSON`,
5817
5817
  );
5818
5818
  }
5819
5819
 
@@ -5823,19 +5823,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
5823
5823
  z.ZodTypeDef,
5824
5824
  unknown
5825
5825
  > = z.object({
5826
- "__@BRAND@541612": z.lazy(() =>
5827
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$inboundSchema
5826
+ "__@BRAND@543559": z.lazy(() =>
5827
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$inboundSchema
5828
5828
  ),
5829
5829
  }).transform((v) => {
5830
5830
  return remap$(v, {
5831
- "__@BRAND@541612": "atBRANDAt541612",
5831
+ "__@BRAND@543559": "atBRANDAt543559",
5832
5832
  });
5833
5833
  });
5834
5834
 
5835
5835
  /** @internal */
5836
5836
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
5837
- "__@BRAND@541612":
5838
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$Outbound;
5837
+ "__@BRAND@543559":
5838
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$Outbound;
5839
5839
  };
5840
5840
 
5841
5841
  /** @internal */
@@ -5844,12 +5844,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
5844
5844
  z.ZodTypeDef,
5845
5845
  GetConfigurationProductsUiOptionsValue
5846
5846
  > = z.object({
5847
- atBRANDAt541612: z.lazy(() =>
5848
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt541612$outboundSchema
5847
+ atBRANDAt543559: z.lazy(() =>
5848
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543559$outboundSchema
5849
5849
  ),
5850
5850
  }).transform((v) => {
5851
5851
  return remap$(v, {
5852
- atBRANDAt541612: "__@BRAND@541612",
5852
+ atBRANDAt543559: "__@BRAND@543559",
5853
5853
  });
5854
5854
  });
5855
5855
 
@@ -6331,64 +6331,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
6331
6331
  }
6332
6332
 
6333
6333
  /** @internal */
6334
- export const GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema:
6334
+ export const GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema:
6335
6335
  z.ZodType<
6336
- GetConfigurationProductsUiOptionsAtBRANDAt541612,
6336
+ GetConfigurationProductsUiOptionsAtBRANDAt543559,
6337
6337
  z.ZodTypeDef,
6338
6338
  unknown
6339
6339
  > = z.object({});
6340
6340
 
6341
6341
  /** @internal */
6342
- export type GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound = {};
6342
+ export type GetConfigurationProductsUiOptionsAtBRANDAt543559$Outbound = {};
6343
6343
 
6344
6344
  /** @internal */
6345
- export const GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema:
6345
+ export const GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema:
6346
6346
  z.ZodType<
6347
- GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound,
6347
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$Outbound,
6348
6348
  z.ZodTypeDef,
6349
- GetConfigurationProductsUiOptionsAtBRANDAt541612
6349
+ GetConfigurationProductsUiOptionsAtBRANDAt543559
6350
6350
  > = z.object({});
6351
6351
 
6352
6352
  /**
6353
6353
  * @internal
6354
6354
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6355
6355
  */
6356
- export namespace GetConfigurationProductsUiOptionsAtBRANDAt541612$ {
6357
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema` instead. */
6356
+ export namespace GetConfigurationProductsUiOptionsAtBRANDAt543559$ {
6357
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema` instead. */
6358
6358
  export const inboundSchema =
6359
- GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema;
6360
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema` instead. */
6359
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema;
6360
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema` instead. */
6361
6361
  export const outboundSchema =
6362
- GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema;
6363
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound` instead. */
6362
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema;
6363
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt543559$Outbound` instead. */
6364
6364
  export type Outbound =
6365
- GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound;
6365
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$Outbound;
6366
6366
  }
6367
6367
 
6368
- export function getConfigurationProductsUiOptionsAtBRANDAt541612ToJSON(
6369
- getConfigurationProductsUiOptionsAtBRANDAt541612:
6370
- GetConfigurationProductsUiOptionsAtBRANDAt541612,
6368
+ export function getConfigurationProductsUiOptionsAtBRANDAt543559ToJSON(
6369
+ getConfigurationProductsUiOptionsAtBRANDAt543559:
6370
+ GetConfigurationProductsUiOptionsAtBRANDAt543559,
6371
6371
  ): string {
6372
6372
  return JSON.stringify(
6373
- GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema.parse(
6374
- getConfigurationProductsUiOptionsAtBRANDAt541612,
6373
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema.parse(
6374
+ getConfigurationProductsUiOptionsAtBRANDAt543559,
6375
6375
  ),
6376
6376
  );
6377
6377
  }
6378
6378
 
6379
- export function getConfigurationProductsUiOptionsAtBRANDAt541612FromJSON(
6379
+ export function getConfigurationProductsUiOptionsAtBRANDAt543559FromJSON(
6380
6380
  jsonString: string,
6381
6381
  ): SafeParseResult<
6382
- GetConfigurationProductsUiOptionsAtBRANDAt541612,
6382
+ GetConfigurationProductsUiOptionsAtBRANDAt543559,
6383
6383
  SDKValidationError
6384
6384
  > {
6385
6385
  return safeParse(
6386
6386
  jsonString,
6387
6387
  (x) =>
6388
- GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema.parse(
6388
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema.parse(
6389
6389
  JSON.parse(x),
6390
6390
  ),
6391
- `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt541612' from JSON`,
6391
+ `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt543559' from JSON`,
6392
6392
  );
6393
6393
  }
6394
6394
 
@@ -6398,18 +6398,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
6398
6398
  z.ZodTypeDef,
6399
6399
  unknown
6400
6400
  > = z.object({
6401
- "__@BRAND@541612": z.lazy(() =>
6402
- GetConfigurationProductsUiOptionsAtBRANDAt541612$inboundSchema
6401
+ "__@BRAND@543559": z.lazy(() =>
6402
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$inboundSchema
6403
6403
  ),
6404
6404
  }).transform((v) => {
6405
6405
  return remap$(v, {
6406
- "__@BRAND@541612": "atBRANDAt541612",
6406
+ "__@BRAND@543559": "atBRANDAt543559",
6407
6407
  });
6408
6408
  });
6409
6409
 
6410
6410
  /** @internal */
6411
6411
  export type GetConfigurationProductsUiOptions2$Outbound = {
6412
- "__@BRAND@541612": GetConfigurationProductsUiOptionsAtBRANDAt541612$Outbound;
6412
+ "__@BRAND@543559": GetConfigurationProductsUiOptionsAtBRANDAt543559$Outbound;
6413
6413
  };
6414
6414
 
6415
6415
  /** @internal */
@@ -6418,12 +6418,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
6418
6418
  z.ZodTypeDef,
6419
6419
  GetConfigurationProductsUiOptions2
6420
6420
  > = z.object({
6421
- atBRANDAt541612: z.lazy(() =>
6422
- GetConfigurationProductsUiOptionsAtBRANDAt541612$outboundSchema
6421
+ atBRANDAt543559: z.lazy(() =>
6422
+ GetConfigurationProductsUiOptionsAtBRANDAt543559$outboundSchema
6423
6423
  ),
6424
6424
  }).transform((v) => {
6425
6425
  return remap$(v, {
6426
- atBRANDAt541612: "__@BRAND@541612",
6426
+ atBRANDAt543559: "__@BRAND@543559",
6427
6427
  });
6428
6428
  });
6429
6429
 
@@ -7705,84 +7705,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
7705
7705
  }
7706
7706
 
7707
7707
  /** @internal */
7708
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema:
7708
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema:
7709
7709
  z.ZodType<
7710
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612,
7710
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559,
7711
7711
  z.ZodTypeDef,
7712
7712
  unknown
7713
7713
  > = z.object({});
7714
7714
 
7715
7715
  /** @internal */
7716
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound =
7716
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$Outbound =
7717
7717
  {};
7718
7718
 
7719
7719
  /** @internal */
7720
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema:
7720
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema:
7721
7721
  z.ZodType<
7722
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound,
7722
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$Outbound,
7723
7723
  z.ZodTypeDef,
7724
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612
7724
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559
7725
7725
  > = z.object({});
7726
7726
 
7727
7727
  /**
7728
7728
  * @internal
7729
7729
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7730
7730
  */
7731
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$ {
7732
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema` instead. */
7731
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$ {
7732
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema` instead. */
7733
7733
  export const inboundSchema =
7734
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema;
7735
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema` instead. */
7734
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema;
7735
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema` instead. */
7736
7736
  export const outboundSchema =
7737
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema;
7738
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound` instead. */
7737
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema;
7738
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$Outbound` instead. */
7739
7739
  export type Outbound =
7740
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound;
7740
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$Outbound;
7741
7741
  }
7742
7742
 
7743
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612ToJSON(
7744
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612:
7745
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612,
7743
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559ToJSON(
7744
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559:
7745
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559,
7746
7746
  ): string {
7747
7747
  return JSON.stringify(
7748
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema
7748
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema
7749
7749
  .parse(
7750
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612,
7750
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559,
7751
7751
  ),
7752
7752
  );
7753
7753
  }
7754
7754
 
7755
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612FromJSON(
7755
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559FromJSON(
7756
7756
  jsonString: string,
7757
7757
  ): SafeParseResult<
7758
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612,
7758
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559,
7759
7759
  SDKValidationError
7760
7760
  > {
7761
7761
  return safeParse(
7762
7762
  jsonString,
7763
7763
  (x) =>
7764
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema
7764
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema
7765
7765
  .parse(JSON.parse(x)),
7766
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612' from JSON`,
7766
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559' from JSON`,
7767
7767
  );
7768
7768
  }
7769
7769
 
7770
7770
  /** @internal */
7771
7771
  export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
7772
7772
  z.object({
7773
- "__@BRAND@541612": z.lazy(() =>
7774
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$inboundSchema
7773
+ "__@BRAND@543559": z.lazy(() =>
7774
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$inboundSchema
7775
7775
  ),
7776
7776
  }).transform((v) => {
7777
7777
  return remap$(v, {
7778
- "__@BRAND@541612": "atBRANDAt541612",
7778
+ "__@BRAND@543559": "atBRANDAt543559",
7779
7779
  });
7780
7780
  });
7781
7781
 
7782
7782
  /** @internal */
7783
7783
  export type Default$Outbound = {
7784
- "__@BRAND@541612":
7785
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$Outbound;
7784
+ "__@BRAND@543559":
7785
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$Outbound;
7786
7786
  };
7787
7787
 
7788
7788
  /** @internal */
@@ -7791,12 +7791,12 @@ export const Default$outboundSchema: z.ZodType<
7791
7791
  z.ZodTypeDef,
7792
7792
  Default
7793
7793
  > = z.object({
7794
- atBRANDAt541612: z.lazy(() =>
7795
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt541612$outboundSchema
7794
+ atBRANDAt543559: z.lazy(() =>
7795
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543559$outboundSchema
7796
7796
  ),
7797
7797
  }).transform((v) => {
7798
7798
  return remap$(v, {
7799
- atBRANDAt541612: "__@BRAND@541612",
7799
+ atBRANDAt543559: "__@BRAND@543559",
7800
7800
  });
7801
7801
  });
7802
7802
 
@@ -7828,84 +7828,84 @@ export function defaultFromJSON(
7828
7828
  }
7829
7829
 
7830
7830
  /** @internal */
7831
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema:
7831
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema:
7832
7832
  z.ZodType<
7833
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612,
7833
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559,
7834
7834
  z.ZodTypeDef,
7835
7835
  unknown
7836
7836
  > = z.object({});
7837
7837
 
7838
7838
  /** @internal */
7839
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound =
7839
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$Outbound =
7840
7840
  {};
7841
7841
 
7842
7842
  /** @internal */
7843
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema:
7843
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema:
7844
7844
  z.ZodType<
7845
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound,
7845
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$Outbound,
7846
7846
  z.ZodTypeDef,
7847
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612
7847
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559
7848
7848
  > = z.object({});
7849
7849
 
7850
7850
  /**
7851
7851
  * @internal
7852
7852
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7853
7853
  */
7854
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$ {
7855
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema` instead. */
7854
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$ {
7855
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema` instead. */
7856
7856
  export const inboundSchema =
7857
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema;
7858
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema` instead. */
7857
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema;
7858
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema` instead. */
7859
7859
  export const outboundSchema =
7860
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema;
7861
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound` instead. */
7860
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema;
7861
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$Outbound` instead. */
7862
7862
  export type Outbound =
7863
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound;
7863
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$Outbound;
7864
7864
  }
7865
7865
 
7866
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612ToJSON(
7867
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612:
7868
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612,
7866
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559ToJSON(
7867
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559:
7868
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559,
7869
7869
  ): string {
7870
7870
  return JSON.stringify(
7871
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema
7871
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema
7872
7872
  .parse(
7873
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612,
7873
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559,
7874
7874
  ),
7875
7875
  );
7876
7876
  }
7877
7877
 
7878
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612FromJSON(
7878
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559FromJSON(
7879
7879
  jsonString: string,
7880
7880
  ): SafeParseResult<
7881
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612,
7881
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559,
7882
7882
  SDKValidationError
7883
7883
  > {
7884
7884
  return safeParse(
7885
7885
  jsonString,
7886
7886
  (x) =>
7887
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema
7887
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema
7888
7888
  .parse(JSON.parse(x)),
7889
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612' from JSON`,
7889
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559' from JSON`,
7890
7890
  );
7891
7891
  }
7892
7892
 
7893
7893
  /** @internal */
7894
7894
  export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
7895
7895
  z.object({
7896
- "__@BRAND@541612": z.lazy(() =>
7897
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$inboundSchema
7896
+ "__@BRAND@543559": z.lazy(() =>
7897
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$inboundSchema
7898
7898
  ),
7899
7899
  }).transform((v) => {
7900
7900
  return remap$(v, {
7901
- "__@BRAND@541612": "atBRANDAt541612",
7901
+ "__@BRAND@543559": "atBRANDAt543559",
7902
7902
  });
7903
7903
  });
7904
7904
 
7905
7905
  /** @internal */
7906
7906
  export type Example$Outbound = {
7907
- "__@BRAND@541612":
7908
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$Outbound;
7907
+ "__@BRAND@543559":
7908
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$Outbound;
7909
7909
  };
7910
7910
 
7911
7911
  /** @internal */
@@ -7914,12 +7914,12 @@ export const Example$outboundSchema: z.ZodType<
7914
7914
  z.ZodTypeDef,
7915
7915
  Example
7916
7916
  > = z.object({
7917
- atBRANDAt541612: z.lazy(() =>
7918
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt541612$outboundSchema
7917
+ atBRANDAt543559: z.lazy(() =>
7918
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543559$outboundSchema
7919
7919
  ),
7920
7920
  }).transform((v) => {
7921
7921
  return remap$(v, {
7922
- atBRANDAt541612: "__@BRAND@541612",
7922
+ atBRANDAt543559: "__@BRAND@543559",
7923
7923
  });
7924
7924
  });
7925
7925
 
@@ -8217,63 +8217,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
8217
8217
  }
8218
8218
 
8219
8219
  /** @internal */
8220
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema:
8220
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema:
8221
8221
  z.ZodType<
8222
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612,
8222
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559,
8223
8223
  z.ZodTypeDef,
8224
8224
  unknown
8225
8225
  > = z.object({});
8226
8226
 
8227
8227
  /** @internal */
8228
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound =
8228
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$Outbound =
8229
8229
  {};
8230
8230
 
8231
8231
  /** @internal */
8232
- export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema:
8232
+ export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema:
8233
8233
  z.ZodType<
8234
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound,
8234
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$Outbound,
8235
8235
  z.ZodTypeDef,
8236
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612
8236
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559
8237
8237
  > = z.object({});
8238
8238
 
8239
8239
  /**
8240
8240
  * @internal
8241
8241
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8242
8242
  */
8243
- export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$ {
8244
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema` instead. */
8243
+ export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$ {
8244
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema` instead. */
8245
8245
  export const inboundSchema =
8246
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema;
8247
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema` instead. */
8246
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema;
8247
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema` instead. */
8248
8248
  export const outboundSchema =
8249
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema;
8250
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound` instead. */
8249
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema;
8250
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$Outbound` instead. */
8251
8251
  export type Outbound =
8252
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound;
8252
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$Outbound;
8253
8253
  }
8254
8254
 
8255
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612ToJSON(
8256
- getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612:
8257
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612,
8255
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559ToJSON(
8256
+ getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559:
8257
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559,
8258
8258
  ): string {
8259
8259
  return JSON.stringify(
8260
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema
8261
- .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612),
8260
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema
8261
+ .parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559),
8262
8262
  );
8263
8263
  }
8264
8264
 
8265
- export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612FromJSON(
8265
+ export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559FromJSON(
8266
8266
  jsonString: string,
8267
8267
  ): SafeParseResult<
8268
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612,
8268
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559,
8269
8269
  SDKValidationError
8270
8270
  > {
8271
8271
  return safeParse(
8272
8272
  jsonString,
8273
8273
  (x) =>
8274
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema
8274
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema
8275
8275
  .parse(JSON.parse(x)),
8276
- `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612' from JSON`,
8276
+ `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559' from JSON`,
8277
8277
  );
8278
8278
  }
8279
8279
 
@@ -8283,19 +8283,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
8283
8283
  z.ZodTypeDef,
8284
8284
  unknown
8285
8285
  > = z.object({
8286
- "__@BRAND@541612": z.lazy(() =>
8287
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$inboundSchema
8286
+ "__@BRAND@543559": z.lazy(() =>
8287
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$inboundSchema
8288
8288
  ),
8289
8289
  }).transform((v) => {
8290
8290
  return remap$(v, {
8291
- "__@BRAND@541612": "atBRANDAt541612",
8291
+ "__@BRAND@543559": "atBRANDAt543559",
8292
8292
  });
8293
8293
  });
8294
8294
 
8295
8295
  /** @internal */
8296
8296
  export type UiOptionsValue$Outbound = {
8297
- "__@BRAND@541612":
8298
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$Outbound;
8297
+ "__@BRAND@543559":
8298
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$Outbound;
8299
8299
  };
8300
8300
 
8301
8301
  /** @internal */
@@ -8304,12 +8304,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
8304
8304
  z.ZodTypeDef,
8305
8305
  UiOptionsValue
8306
8306
  > = z.object({
8307
- atBRANDAt541612: z.lazy(() =>
8308
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt541612$outboundSchema
8307
+ atBRANDAt543559: z.lazy(() =>
8308
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543559$outboundSchema
8309
8309
  ),
8310
8310
  }).transform((v) => {
8311
8311
  return remap$(v, {
8312
- atBRANDAt541612: "__@BRAND@541612",
8312
+ atBRANDAt543559: "__@BRAND@543559",
8313
8313
  });
8314
8314
  });
8315
8315
 
@@ -8772,50 +8772,50 @@ export function uiOptions3FromJSON(
8772
8772
  }
8773
8773
 
8774
8774
  /** @internal */
8775
- export const UiOptionsAtBRANDAt541612$inboundSchema: z.ZodType<
8776
- UiOptionsAtBRANDAt541612,
8775
+ export const UiOptionsAtBRANDAt543559$inboundSchema: z.ZodType<
8776
+ UiOptionsAtBRANDAt543559,
8777
8777
  z.ZodTypeDef,
8778
8778
  unknown
8779
8779
  > = z.object({});
8780
8780
 
8781
8781
  /** @internal */
8782
- export type UiOptionsAtBRANDAt541612$Outbound = {};
8782
+ export type UiOptionsAtBRANDAt543559$Outbound = {};
8783
8783
 
8784
8784
  /** @internal */
8785
- export const UiOptionsAtBRANDAt541612$outboundSchema: z.ZodType<
8786
- UiOptionsAtBRANDAt541612$Outbound,
8785
+ export const UiOptionsAtBRANDAt543559$outboundSchema: z.ZodType<
8786
+ UiOptionsAtBRANDAt543559$Outbound,
8787
8787
  z.ZodTypeDef,
8788
- UiOptionsAtBRANDAt541612
8788
+ UiOptionsAtBRANDAt543559
8789
8789
  > = z.object({});
8790
8790
 
8791
8791
  /**
8792
8792
  * @internal
8793
8793
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8794
8794
  */
8795
- export namespace UiOptionsAtBRANDAt541612$ {
8796
- /** @deprecated use `UiOptionsAtBRANDAt541612$inboundSchema` instead. */
8797
- export const inboundSchema = UiOptionsAtBRANDAt541612$inboundSchema;
8798
- /** @deprecated use `UiOptionsAtBRANDAt541612$outboundSchema` instead. */
8799
- export const outboundSchema = UiOptionsAtBRANDAt541612$outboundSchema;
8800
- /** @deprecated use `UiOptionsAtBRANDAt541612$Outbound` instead. */
8801
- export type Outbound = UiOptionsAtBRANDAt541612$Outbound;
8795
+ export namespace UiOptionsAtBRANDAt543559$ {
8796
+ /** @deprecated use `UiOptionsAtBRANDAt543559$inboundSchema` instead. */
8797
+ export const inboundSchema = UiOptionsAtBRANDAt543559$inboundSchema;
8798
+ /** @deprecated use `UiOptionsAtBRANDAt543559$outboundSchema` instead. */
8799
+ export const outboundSchema = UiOptionsAtBRANDAt543559$outboundSchema;
8800
+ /** @deprecated use `UiOptionsAtBRANDAt543559$Outbound` instead. */
8801
+ export type Outbound = UiOptionsAtBRANDAt543559$Outbound;
8802
8802
  }
8803
8803
 
8804
- export function uiOptionsAtBRANDAt541612ToJSON(
8805
- uiOptionsAtBRANDAt541612: UiOptionsAtBRANDAt541612,
8804
+ export function uiOptionsAtBRANDAt543559ToJSON(
8805
+ uiOptionsAtBRANDAt543559: UiOptionsAtBRANDAt543559,
8806
8806
  ): string {
8807
8807
  return JSON.stringify(
8808
- UiOptionsAtBRANDAt541612$outboundSchema.parse(uiOptionsAtBRANDAt541612),
8808
+ UiOptionsAtBRANDAt543559$outboundSchema.parse(uiOptionsAtBRANDAt543559),
8809
8809
  );
8810
8810
  }
8811
8811
 
8812
- export function uiOptionsAtBRANDAt541612FromJSON(
8812
+ export function uiOptionsAtBRANDAt543559FromJSON(
8813
8813
  jsonString: string,
8814
- ): SafeParseResult<UiOptionsAtBRANDAt541612, SDKValidationError> {
8814
+ ): SafeParseResult<UiOptionsAtBRANDAt543559, SDKValidationError> {
8815
8815
  return safeParse(
8816
8816
  jsonString,
8817
- (x) => UiOptionsAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)),
8818
- `Failed to parse 'UiOptionsAtBRANDAt541612' from JSON`,
8817
+ (x) => UiOptionsAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)),
8818
+ `Failed to parse 'UiOptionsAtBRANDAt543559' from JSON`,
8819
8819
  );
8820
8820
  }
8821
8821
 
@@ -8825,16 +8825,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
8825
8825
  z.ZodTypeDef,
8826
8826
  unknown
8827
8827
  > = z.object({
8828
- "__@BRAND@541612": z.lazy(() => UiOptionsAtBRANDAt541612$inboundSchema),
8828
+ "__@BRAND@543559": z.lazy(() => UiOptionsAtBRANDAt543559$inboundSchema),
8829
8829
  }).transform((v) => {
8830
8830
  return remap$(v, {
8831
- "__@BRAND@541612": "atBRANDAt541612",
8831
+ "__@BRAND@543559": "atBRANDAt543559",
8832
8832
  });
8833
8833
  });
8834
8834
 
8835
8835
  /** @internal */
8836
8836
  export type UiOptions2$Outbound = {
8837
- "__@BRAND@541612": UiOptionsAtBRANDAt541612$Outbound;
8837
+ "__@BRAND@543559": UiOptionsAtBRANDAt543559$Outbound;
8838
8838
  };
8839
8839
 
8840
8840
  /** @internal */
@@ -8843,10 +8843,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
8843
8843
  z.ZodTypeDef,
8844
8844
  UiOptions2
8845
8845
  > = z.object({
8846
- atBRANDAt541612: z.lazy(() => UiOptionsAtBRANDAt541612$outboundSchema),
8846
+ atBRANDAt543559: z.lazy(() => UiOptionsAtBRANDAt543559$outboundSchema),
8847
8847
  }).transform((v) => {
8848
8848
  return remap$(v, {
8849
- atBRANDAt541612: "__@BRAND@541612",
8849
+ atBRANDAt543559: "__@BRAND@543559",
8850
8850
  });
8851
8851
  });
8852
8852
 
@@ -9359,65 +9359,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
9359
9359
  }
9360
9360
 
9361
9361
  /** @internal */
9362
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema:
9362
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema:
9363
9363
  z.ZodType<
9364
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612,
9364
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559,
9365
9365
  z.ZodTypeDef,
9366
9366
  unknown
9367
9367
  > = z.object({});
9368
9368
 
9369
9369
  /** @internal */
9370
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound =
9370
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$Outbound =
9371
9371
  {};
9372
9372
 
9373
9373
  /** @internal */
9374
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema:
9374
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema:
9375
9375
  z.ZodType<
9376
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound,
9376
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$Outbound,
9377
9377
  z.ZodTypeDef,
9378
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612
9378
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559
9379
9379
  > = z.object({});
9380
9380
 
9381
9381
  /**
9382
9382
  * @internal
9383
9383
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9384
9384
  */
9385
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$ {
9386
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema` instead. */
9385
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$ {
9386
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema` instead. */
9387
9387
  export const inboundSchema =
9388
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema;
9389
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema` instead. */
9388
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema;
9389
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema` instead. */
9390
9390
  export const outboundSchema =
9391
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema;
9392
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound` instead. */
9391
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema;
9392
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$Outbound` instead. */
9393
9393
  export type Outbound =
9394
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound;
9394
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$Outbound;
9395
9395
  }
9396
9396
 
9397
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612ToJSON(
9398
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612:
9399
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612,
9397
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559ToJSON(
9398
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559:
9399
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559,
9400
9400
  ): string {
9401
9401
  return JSON.stringify(
9402
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema
9402
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema
9403
9403
  .parse(
9404
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612,
9404
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559,
9405
9405
  ),
9406
9406
  );
9407
9407
  }
9408
9408
 
9409
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612FromJSON(
9409
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559FromJSON(
9410
9410
  jsonString: string,
9411
9411
  ): SafeParseResult<
9412
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612,
9412
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559,
9413
9413
  SDKValidationError
9414
9414
  > {
9415
9415
  return safeParse(
9416
9416
  jsonString,
9417
9417
  (x) =>
9418
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema
9418
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema
9419
9419
  .parse(JSON.parse(x)),
9420
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612' from JSON`,
9420
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559' from JSON`,
9421
9421
  );
9422
9422
  }
9423
9423
 
@@ -9428,19 +9428,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
9428
9428
  z.ZodTypeDef,
9429
9429
  unknown
9430
9430
  > = z.object({
9431
- "__@BRAND@541612": z.lazy(() =>
9432
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$inboundSchema
9431
+ "__@BRAND@543559": z.lazy(() =>
9432
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$inboundSchema
9433
9433
  ),
9434
9434
  }).transform((v) => {
9435
9435
  return remap$(v, {
9436
- "__@BRAND@541612": "atBRANDAt541612",
9436
+ "__@BRAND@543559": "atBRANDAt543559",
9437
9437
  });
9438
9438
  });
9439
9439
 
9440
9440
  /** @internal */
9441
9441
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
9442
- "__@BRAND@541612":
9443
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$Outbound;
9442
+ "__@BRAND@543559":
9443
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$Outbound;
9444
9444
  };
9445
9445
 
9446
9446
  /** @internal */
@@ -9450,12 +9450,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
9450
9450
  z.ZodTypeDef,
9451
9451
  GetConfigurationProductsPropertiesMinLength
9452
9452
  > = z.object({
9453
- atBRANDAt541612: z.lazy(() =>
9454
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt541612$outboundSchema
9453
+ atBRANDAt543559: z.lazy(() =>
9454
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543559$outboundSchema
9455
9455
  ),
9456
9456
  }).transform((v) => {
9457
9457
  return remap$(v, {
9458
- atBRANDAt541612: "__@BRAND@541612",
9458
+ atBRANDAt543559: "__@BRAND@543559",
9459
9459
  });
9460
9460
  });
9461
9461
 
@@ -9502,65 +9502,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
9502
9502
  }
9503
9503
 
9504
9504
  /** @internal */
9505
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema:
9505
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema:
9506
9506
  z.ZodType<
9507
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612,
9507
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559,
9508
9508
  z.ZodTypeDef,
9509
9509
  unknown
9510
9510
  > = z.object({});
9511
9511
 
9512
9512
  /** @internal */
9513
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound =
9513
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$Outbound =
9514
9514
  {};
9515
9515
 
9516
9516
  /** @internal */
9517
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema:
9517
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema:
9518
9518
  z.ZodType<
9519
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound,
9519
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$Outbound,
9520
9520
  z.ZodTypeDef,
9521
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612
9521
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559
9522
9522
  > = z.object({});
9523
9523
 
9524
9524
  /**
9525
9525
  * @internal
9526
9526
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9527
9527
  */
9528
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$ {
9529
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema` instead. */
9528
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$ {
9529
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema` instead. */
9530
9530
  export const inboundSchema =
9531
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema;
9532
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema` instead. */
9531
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema;
9532
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema` instead. */
9533
9533
  export const outboundSchema =
9534
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema;
9535
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound` instead. */
9534
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema;
9535
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$Outbound` instead. */
9536
9536
  export type Outbound =
9537
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound;
9537
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$Outbound;
9538
9538
  }
9539
9539
 
9540
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612ToJSON(
9541
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612:
9542
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612,
9540
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559ToJSON(
9541
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559:
9542
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559,
9543
9543
  ): string {
9544
9544
  return JSON.stringify(
9545
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema
9545
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema
9546
9546
  .parse(
9547
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612,
9547
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559,
9548
9548
  ),
9549
9549
  );
9550
9550
  }
9551
9551
 
9552
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612FromJSON(
9552
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559FromJSON(
9553
9553
  jsonString: string,
9554
9554
  ): SafeParseResult<
9555
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612,
9555
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559,
9556
9556
  SDKValidationError
9557
9557
  > {
9558
9558
  return safeParse(
9559
9559
  jsonString,
9560
9560
  (x) =>
9561
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema
9561
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema
9562
9562
  .parse(JSON.parse(x)),
9563
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612' from JSON`,
9563
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559' from JSON`,
9564
9564
  );
9565
9565
  }
9566
9566
 
@@ -9571,19 +9571,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
9571
9571
  z.ZodTypeDef,
9572
9572
  unknown
9573
9573
  > = z.object({
9574
- "__@BRAND@541612": z.lazy(() =>
9575
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$inboundSchema
9574
+ "__@BRAND@543559": z.lazy(() =>
9575
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$inboundSchema
9576
9576
  ),
9577
9577
  }).transform((v) => {
9578
9578
  return remap$(v, {
9579
- "__@BRAND@541612": "atBRANDAt541612",
9579
+ "__@BRAND@543559": "atBRANDAt543559",
9580
9580
  });
9581
9581
  });
9582
9582
 
9583
9583
  /** @internal */
9584
9584
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
9585
- "__@BRAND@541612":
9586
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$Outbound;
9585
+ "__@BRAND@543559":
9586
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$Outbound;
9587
9587
  };
9588
9588
 
9589
9589
  /** @internal */
@@ -9593,12 +9593,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
9593
9593
  z.ZodTypeDef,
9594
9594
  GetConfigurationProductsPropertiesMaxLength
9595
9595
  > = z.object({
9596
- atBRANDAt541612: z.lazy(() =>
9597
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt541612$outboundSchema
9596
+ atBRANDAt543559: z.lazy(() =>
9597
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543559$outboundSchema
9598
9598
  ),
9599
9599
  }).transform((v) => {
9600
9600
  return remap$(v, {
9601
- atBRANDAt541612: "__@BRAND@541612",
9601
+ atBRANDAt543559: "__@BRAND@543559",
9602
9602
  });
9603
9603
  });
9604
9604
 
@@ -9645,65 +9645,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
9645
9645
  }
9646
9646
 
9647
9647
  /** @internal */
9648
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema:
9648
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema:
9649
9649
  z.ZodType<
9650
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612,
9650
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559,
9651
9651
  z.ZodTypeDef,
9652
9652
  unknown
9653
9653
  > = z.object({});
9654
9654
 
9655
9655
  /** @internal */
9656
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound =
9656
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$Outbound =
9657
9657
  {};
9658
9658
 
9659
9659
  /** @internal */
9660
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema:
9660
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema:
9661
9661
  z.ZodType<
9662
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound,
9662
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$Outbound,
9663
9663
  z.ZodTypeDef,
9664
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612
9664
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559
9665
9665
  > = z.object({});
9666
9666
 
9667
9667
  /**
9668
9668
  * @internal
9669
9669
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9670
9670
  */
9671
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$ {
9672
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema` instead. */
9671
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$ {
9672
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema` instead. */
9673
9673
  export const inboundSchema =
9674
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema;
9675
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema` instead. */
9674
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema;
9675
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema` instead. */
9676
9676
  export const outboundSchema =
9677
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema;
9678
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound` instead. */
9677
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema;
9678
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$Outbound` instead. */
9679
9679
  export type Outbound =
9680
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound;
9680
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$Outbound;
9681
9681
  }
9682
9682
 
9683
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612ToJSON(
9684
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612:
9685
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612,
9683
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559ToJSON(
9684
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559:
9685
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559,
9686
9686
  ): string {
9687
9687
  return JSON.stringify(
9688
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema
9688
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema
9689
9689
  .parse(
9690
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612,
9690
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559,
9691
9691
  ),
9692
9692
  );
9693
9693
  }
9694
9694
 
9695
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612FromJSON(
9695
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559FromJSON(
9696
9696
  jsonString: string,
9697
9697
  ): SafeParseResult<
9698
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612,
9698
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559,
9699
9699
  SDKValidationError
9700
9700
  > {
9701
9701
  return safeParse(
9702
9702
  jsonString,
9703
9703
  (x) =>
9704
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema
9704
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema
9705
9705
  .parse(JSON.parse(x)),
9706
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612' from JSON`,
9706
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559' from JSON`,
9707
9707
  );
9708
9708
  }
9709
9709
 
@@ -9713,19 +9713,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
9713
9713
  z.ZodTypeDef,
9714
9714
  unknown
9715
9715
  > = z.object({
9716
- "__@BRAND@541612": z.lazy(() =>
9717
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$inboundSchema
9716
+ "__@BRAND@543559": z.lazy(() =>
9717
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$inboundSchema
9718
9718
  ),
9719
9719
  }).transform((v) => {
9720
9720
  return remap$(v, {
9721
- "__@BRAND@541612": "atBRANDAt541612",
9721
+ "__@BRAND@543559": "atBRANDAt543559",
9722
9722
  });
9723
9723
  });
9724
9724
 
9725
9725
  /** @internal */
9726
9726
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
9727
- "__@BRAND@541612":
9728
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$Outbound;
9727
+ "__@BRAND@543559":
9728
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$Outbound;
9729
9729
  };
9730
9730
 
9731
9731
  /** @internal */
@@ -9735,12 +9735,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
9735
9735
  z.ZodTypeDef,
9736
9736
  GetConfigurationProductsPropertiesPattern
9737
9737
  > = z.object({
9738
- atBRANDAt541612: z.lazy(() =>
9739
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt541612$outboundSchema
9738
+ atBRANDAt543559: z.lazy(() =>
9739
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543559$outboundSchema
9740
9740
  ),
9741
9741
  }).transform((v) => {
9742
9742
  return remap$(v, {
9743
- atBRANDAt541612: "__@BRAND@541612",
9743
+ atBRANDAt543559: "__@BRAND@543559",
9744
9744
  });
9745
9745
  });
9746
9746
 
@@ -10820,65 +10820,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
10820
10820
  }
10821
10821
 
10822
10822
  /** @internal */
10823
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema:
10823
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema:
10824
10824
  z.ZodType<
10825
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612,
10825
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559,
10826
10826
  z.ZodTypeDef,
10827
10827
  unknown
10828
10828
  > = z.object({});
10829
10829
 
10830
10830
  /** @internal */
10831
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound =
10831
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$Outbound =
10832
10832
  {};
10833
10833
 
10834
10834
  /** @internal */
10835
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema:
10835
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema:
10836
10836
  z.ZodType<
10837
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound,
10837
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$Outbound,
10838
10838
  z.ZodTypeDef,
10839
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612
10839
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559
10840
10840
  > = z.object({});
10841
10841
 
10842
10842
  /**
10843
10843
  * @internal
10844
10844
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10845
10845
  */
10846
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$ {
10847
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema` instead. */
10846
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$ {
10847
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema` instead. */
10848
10848
  export const inboundSchema =
10849
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema;
10850
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema` instead. */
10849
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema;
10850
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema` instead. */
10851
10851
  export const outboundSchema =
10852
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema;
10853
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound` instead. */
10852
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema;
10853
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$Outbound` instead. */
10854
10854
  export type Outbound =
10855
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound;
10855
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$Outbound;
10856
10856
  }
10857
10857
 
10858
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612ToJSON(
10859
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612:
10860
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612,
10858
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559ToJSON(
10859
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559:
10860
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559,
10861
10861
  ): string {
10862
10862
  return JSON.stringify(
10863
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema
10863
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema
10864
10864
  .parse(
10865
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612,
10865
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559,
10866
10866
  ),
10867
10867
  );
10868
10868
  }
10869
10869
 
10870
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612FromJSON(
10870
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559FromJSON(
10871
10871
  jsonString: string,
10872
10872
  ): SafeParseResult<
10873
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612,
10873
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559,
10874
10874
  SDKValidationError
10875
10875
  > {
10876
10876
  return safeParse(
10877
10877
  jsonString,
10878
10878
  (x) =>
10879
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema
10879
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema
10880
10880
  .parse(JSON.parse(x)),
10881
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612' from JSON`,
10881
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559' from JSON`,
10882
10882
  );
10883
10883
  }
10884
10884
 
@@ -10889,20 +10889,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
10889
10889
  z.ZodTypeDef,
10890
10890
  unknown
10891
10891
  > = z.object({
10892
- "__@BRAND@541612": z.lazy(() =>
10893
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$inboundSchema
10892
+ "__@BRAND@543559": z.lazy(() =>
10893
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$inboundSchema
10894
10894
  ),
10895
10895
  }).transform((v) => {
10896
10896
  return remap$(v, {
10897
- "__@BRAND@541612": "atBRANDAt541612",
10897
+ "__@BRAND@543559": "atBRANDAt543559",
10898
10898
  });
10899
10899
  });
10900
10900
 
10901
10901
  /** @internal */
10902
10902
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound =
10903
10903
  {
10904
- "__@BRAND@541612":
10905
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$Outbound;
10904
+ "__@BRAND@543559":
10905
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$Outbound;
10906
10906
  };
10907
10907
 
10908
10908
  /** @internal */
@@ -10912,12 +10912,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$
10912
10912
  z.ZodTypeDef,
10913
10913
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength
10914
10914
  > = z.object({
10915
- atBRANDAt541612: z.lazy(() =>
10916
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt541612$outboundSchema
10915
+ atBRANDAt543559: z.lazy(() =>
10916
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543559$outboundSchema
10917
10917
  ),
10918
10918
  }).transform((v) => {
10919
10919
  return remap$(v, {
10920
- atBRANDAt541612: "__@BRAND@541612",
10920
+ atBRANDAt543559: "__@BRAND@543559",
10921
10921
  });
10922
10922
  });
10923
10923
 
@@ -10965,65 +10965,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
10965
10965
  }
10966
10966
 
10967
10967
  /** @internal */
10968
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema:
10968
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema:
10969
10969
  z.ZodType<
10970
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612,
10970
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559,
10971
10971
  z.ZodTypeDef,
10972
10972
  unknown
10973
10973
  > = z.object({});
10974
10974
 
10975
10975
  /** @internal */
10976
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound =
10976
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$Outbound =
10977
10977
  {};
10978
10978
 
10979
10979
  /** @internal */
10980
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema:
10980
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema:
10981
10981
  z.ZodType<
10982
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound,
10982
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$Outbound,
10983
10983
  z.ZodTypeDef,
10984
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612
10984
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559
10985
10985
  > = z.object({});
10986
10986
 
10987
10987
  /**
10988
10988
  * @internal
10989
10989
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10990
10990
  */
10991
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$ {
10992
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema` instead. */
10991
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$ {
10992
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema` instead. */
10993
10993
  export const inboundSchema =
10994
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema;
10995
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema` instead. */
10994
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema;
10995
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema` instead. */
10996
10996
  export const outboundSchema =
10997
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema;
10998
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound` instead. */
10997
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema;
10998
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$Outbound` instead. */
10999
10999
  export type Outbound =
11000
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound;
11000
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$Outbound;
11001
11001
  }
11002
11002
 
11003
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612ToJSON(
11004
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612:
11005
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612,
11003
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559ToJSON(
11004
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559:
11005
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559,
11006
11006
  ): string {
11007
11007
  return JSON.stringify(
11008
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema
11008
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema
11009
11009
  .parse(
11010
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612,
11010
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559,
11011
11011
  ),
11012
11012
  );
11013
11013
  }
11014
11014
 
11015
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612FromJSON(
11015
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559FromJSON(
11016
11016
  jsonString: string,
11017
11017
  ): SafeParseResult<
11018
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612,
11018
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559,
11019
11019
  SDKValidationError
11020
11020
  > {
11021
11021
  return safeParse(
11022
11022
  jsonString,
11023
11023
  (x) =>
11024
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema
11024
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema
11025
11025
  .parse(JSON.parse(x)),
11026
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612' from JSON`,
11026
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559' from JSON`,
11027
11027
  );
11028
11028
  }
11029
11029
 
@@ -11034,20 +11034,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
11034
11034
  z.ZodTypeDef,
11035
11035
  unknown
11036
11036
  > = z.object({
11037
- "__@BRAND@541612": z.lazy(() =>
11038
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$inboundSchema
11037
+ "__@BRAND@543559": z.lazy(() =>
11038
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$inboundSchema
11039
11039
  ),
11040
11040
  }).transform((v) => {
11041
11041
  return remap$(v, {
11042
- "__@BRAND@541612": "atBRANDAt541612",
11042
+ "__@BRAND@543559": "atBRANDAt543559",
11043
11043
  });
11044
11044
  });
11045
11045
 
11046
11046
  /** @internal */
11047
11047
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound =
11048
11048
  {
11049
- "__@BRAND@541612":
11050
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$Outbound;
11049
+ "__@BRAND@543559":
11050
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$Outbound;
11051
11051
  };
11052
11052
 
11053
11053
  /** @internal */
@@ -11057,12 +11057,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$
11057
11057
  z.ZodTypeDef,
11058
11058
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength
11059
11059
  > = z.object({
11060
- atBRANDAt541612: z.lazy(() =>
11061
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt541612$outboundSchema
11060
+ atBRANDAt543559: z.lazy(() =>
11061
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543559$outboundSchema
11062
11062
  ),
11063
11063
  }).transform((v) => {
11064
11064
  return remap$(v, {
11065
- atBRANDAt541612: "__@BRAND@541612",
11065
+ atBRANDAt543559: "__@BRAND@543559",
11066
11066
  });
11067
11067
  });
11068
11068
 
@@ -11110,65 +11110,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
11110
11110
  }
11111
11111
 
11112
11112
  /** @internal */
11113
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema:
11113
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema:
11114
11114
  z.ZodType<
11115
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612,
11115
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559,
11116
11116
  z.ZodTypeDef,
11117
11117
  unknown
11118
11118
  > = z.object({});
11119
11119
 
11120
11120
  /** @internal */
11121
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound =
11121
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$Outbound =
11122
11122
  {};
11123
11123
 
11124
11124
  /** @internal */
11125
- export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema:
11125
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema:
11126
11126
  z.ZodType<
11127
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound,
11127
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$Outbound,
11128
11128
  z.ZodTypeDef,
11129
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612
11129
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559
11130
11130
  > = z.object({});
11131
11131
 
11132
11132
  /**
11133
11133
  * @internal
11134
11134
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11135
11135
  */
11136
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$ {
11137
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema` instead. */
11136
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$ {
11137
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema` instead. */
11138
11138
  export const inboundSchema =
11139
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema;
11140
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema` instead. */
11139
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema;
11140
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema` instead. */
11141
11141
  export const outboundSchema =
11142
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema;
11143
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound` instead. */
11142
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema;
11143
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$Outbound` instead. */
11144
11144
  export type Outbound =
11145
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound;
11145
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$Outbound;
11146
11146
  }
11147
11147
 
11148
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612ToJSON(
11149
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612:
11150
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612,
11148
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559ToJSON(
11149
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559:
11150
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559,
11151
11151
  ): string {
11152
11152
  return JSON.stringify(
11153
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema
11153
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema
11154
11154
  .parse(
11155
- getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612,
11155
+ getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559,
11156
11156
  ),
11157
11157
  );
11158
11158
  }
11159
11159
 
11160
- export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612FromJSON(
11160
+ export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559FromJSON(
11161
11161
  jsonString: string,
11162
11162
  ): SafeParseResult<
11163
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612,
11163
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559,
11164
11164
  SDKValidationError
11165
11165
  > {
11166
11166
  return safeParse(
11167
11167
  jsonString,
11168
11168
  (x) =>
11169
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema
11169
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema
11170
11170
  .parse(JSON.parse(x)),
11171
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612' from JSON`,
11171
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559' from JSON`,
11172
11172
  );
11173
11173
  }
11174
11174
 
@@ -11179,20 +11179,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$in
11179
11179
  z.ZodTypeDef,
11180
11180
  unknown
11181
11181
  > = z.object({
11182
- "__@BRAND@541612": z.lazy(() =>
11183
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$inboundSchema
11182
+ "__@BRAND@543559": z.lazy(() =>
11183
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$inboundSchema
11184
11184
  ),
11185
11185
  }).transform((v) => {
11186
11186
  return remap$(v, {
11187
- "__@BRAND@541612": "atBRANDAt541612",
11187
+ "__@BRAND@543559": "atBRANDAt543559",
11188
11188
  });
11189
11189
  });
11190
11190
 
11191
11191
  /** @internal */
11192
11192
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound =
11193
11193
  {
11194
- "__@BRAND@541612":
11195
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$Outbound;
11194
+ "__@BRAND@543559":
11195
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$Outbound;
11196
11196
  };
11197
11197
 
11198
11198
  /** @internal */
@@ -11202,12 +11202,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$ou
11202
11202
  z.ZodTypeDef,
11203
11203
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern
11204
11204
  > = z.object({
11205
- atBRANDAt541612: z.lazy(() =>
11206
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt541612$outboundSchema
11205
+ atBRANDAt543559: z.lazy(() =>
11206
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543559$outboundSchema
11207
11207
  ),
11208
11208
  }).transform((v) => {
11209
11209
  return remap$(v, {
11210
- atBRANDAt541612: "__@BRAND@541612",
11210
+ atBRANDAt543559: "__@BRAND@543559",
11211
11211
  });
11212
11212
  });
11213
11213
 
@@ -13168,63 +13168,63 @@ export function uiOptionsFromJSON(
13168
13168
  }
13169
13169
 
13170
13170
  /** @internal */
13171
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema:
13171
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema:
13172
13172
  z.ZodType<
13173
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612,
13173
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559,
13174
13174
  z.ZodTypeDef,
13175
13175
  unknown
13176
13176
  > = z.object({});
13177
13177
 
13178
13178
  /** @internal */
13179
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound =
13179
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$Outbound =
13180
13180
  {};
13181
13181
 
13182
13182
  /** @internal */
13183
- export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema:
13183
+ export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema:
13184
13184
  z.ZodType<
13185
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound,
13185
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$Outbound,
13186
13186
  z.ZodTypeDef,
13187
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612
13187
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559
13188
13188
  > = z.object({});
13189
13189
 
13190
13190
  /**
13191
13191
  * @internal
13192
13192
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
13193
13193
  */
13194
- export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$ {
13195
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema` instead. */
13194
+ export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$ {
13195
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema` instead. */
13196
13196
  export const inboundSchema =
13197
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema;
13198
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema` instead. */
13197
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema;
13198
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema` instead. */
13199
13199
  export const outboundSchema =
13200
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema;
13201
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound` instead. */
13200
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema;
13201
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$Outbound` instead. */
13202
13202
  export type Outbound =
13203
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound;
13203
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$Outbound;
13204
13204
  }
13205
13205
 
13206
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612ToJSON(
13207
- getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612:
13208
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612,
13206
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559ToJSON(
13207
+ getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559:
13208
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559,
13209
13209
  ): string {
13210
13210
  return JSON.stringify(
13211
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema
13212
- .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612),
13211
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema
13212
+ .parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559),
13213
13213
  );
13214
13214
  }
13215
13215
 
13216
- export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt541612FromJSON(
13216
+ export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt543559FromJSON(
13217
13217
  jsonString: string,
13218
13218
  ): SafeParseResult<
13219
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612,
13219
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559,
13220
13220
  SDKValidationError
13221
13221
  > {
13222
13222
  return safeParse(
13223
13223
  jsonString,
13224
13224
  (x) =>
13225
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema
13225
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema
13226
13226
  .parse(JSON.parse(x)),
13227
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612' from JSON`,
13227
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559' from JSON`,
13228
13228
  );
13229
13229
  }
13230
13230
 
@@ -13234,19 +13234,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
13234
13234
  z.ZodTypeDef,
13235
13235
  unknown
13236
13236
  > = z.object({
13237
- "__@BRAND@541612": z.lazy(() =>
13238
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$inboundSchema
13237
+ "__@BRAND@543559": z.lazy(() =>
13238
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$inboundSchema
13239
13239
  ),
13240
13240
  }).transform((v) => {
13241
13241
  return remap$(v, {
13242
- "__@BRAND@541612": "atBRANDAt541612",
13242
+ "__@BRAND@543559": "atBRANDAt543559",
13243
13243
  });
13244
13244
  });
13245
13245
 
13246
13246
  /** @internal */
13247
13247
  export type PropertiesMinLength$Outbound = {
13248
- "__@BRAND@541612":
13249
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$Outbound;
13248
+ "__@BRAND@543559":
13249
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$Outbound;
13250
13250
  };
13251
13251
 
13252
13252
  /** @internal */
@@ -13255,12 +13255,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
13255
13255
  z.ZodTypeDef,
13256
13256
  PropertiesMinLength
13257
13257
  > = z.object({
13258
- atBRANDAt541612: z.lazy(() =>
13259
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt541612$outboundSchema
13258
+ atBRANDAt543559: z.lazy(() =>
13259
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543559$outboundSchema
13260
13260
  ),
13261
13261
  }).transform((v) => {
13262
13262
  return remap$(v, {
13263
- atBRANDAt541612: "__@BRAND@541612",
13263
+ atBRANDAt543559: "__@BRAND@543559",
13264
13264
  });
13265
13265
  });
13266
13266
 
@@ -13296,65 +13296,65 @@ export function propertiesMinLengthFromJSON(
13296
13296
  }
13297
13297
 
13298
13298
  /** @internal */
13299
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema:
13299
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema:
13300
13300
  z.ZodType<
13301
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612,
13301
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559,
13302
13302
  z.ZodTypeDef,
13303
13303
  unknown
13304
13304
  > = z.object({});
13305
13305
 
13306
13306
  /** @internal */
13307
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound =
13307
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$Outbound =
13308
13308
  {};
13309
13309
 
13310
13310
  /** @internal */
13311
- export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema:
13311
+ export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema:
13312
13312
  z.ZodType<
13313
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound,
13313
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$Outbound,
13314
13314
  z.ZodTypeDef,
13315
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612
13315
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559
13316
13316
  > = z.object({});
13317
13317
 
13318
13318
  /**
13319
13319
  * @internal
13320
13320
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
13321
13321
  */
13322
- export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$ {
13323
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema` instead. */
13322
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$ {
13323
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema` instead. */
13324
13324
  export const inboundSchema =
13325
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema;
13326
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema` instead. */
13325
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema;
13326
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema` instead. */
13327
13327
  export const outboundSchema =
13328
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema;
13329
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound` instead. */
13328
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema;
13329
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$Outbound` instead. */
13330
13330
  export type Outbound =
13331
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound;
13331
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$Outbound;
13332
13332
  }
13333
13333
 
13334
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612ToJSON(
13335
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612:
13336
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612,
13334
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559ToJSON(
13335
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559:
13336
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559,
13337
13337
  ): string {
13338
13338
  return JSON.stringify(
13339
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema
13339
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema
13340
13340
  .parse(
13341
- getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612,
13341
+ getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559,
13342
13342
  ),
13343
13343
  );
13344
13344
  }
13345
13345
 
13346
- export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612FromJSON(
13346
+ export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559FromJSON(
13347
13347
  jsonString: string,
13348
13348
  ): SafeParseResult<
13349
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612,
13349
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559,
13350
13350
  SDKValidationError
13351
13351
  > {
13352
13352
  return safeParse(
13353
13353
  jsonString,
13354
13354
  (x) =>
13355
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema
13355
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema
13356
13356
  .parse(JSON.parse(x)),
13357
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612' from JSON`,
13357
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559' from JSON`,
13358
13358
  );
13359
13359
  }
13360
13360
 
@@ -13364,19 +13364,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
13364
13364
  z.ZodTypeDef,
13365
13365
  unknown
13366
13366
  > = z.object({
13367
- "__@BRAND@541612": z.lazy(() =>
13368
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$inboundSchema
13367
+ "__@BRAND@543559": z.lazy(() =>
13368
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$inboundSchema
13369
13369
  ),
13370
13370
  }).transform((v) => {
13371
13371
  return remap$(v, {
13372
- "__@BRAND@541612": "atBRANDAt541612",
13372
+ "__@BRAND@543559": "atBRANDAt543559",
13373
13373
  });
13374
13374
  });
13375
13375
 
13376
13376
  /** @internal */
13377
13377
  export type PropertiesMaxLength$Outbound = {
13378
- "__@BRAND@541612":
13379
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$Outbound;
13378
+ "__@BRAND@543559":
13379
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$Outbound;
13380
13380
  };
13381
13381
 
13382
13382
  /** @internal */
@@ -13385,12 +13385,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
13385
13385
  z.ZodTypeDef,
13386
13386
  PropertiesMaxLength
13387
13387
  > = z.object({
13388
- atBRANDAt541612: z.lazy(() =>
13389
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt541612$outboundSchema
13388
+ atBRANDAt543559: z.lazy(() =>
13389
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543559$outboundSchema
13390
13390
  ),
13391
13391
  }).transform((v) => {
13392
13392
  return remap$(v, {
13393
- atBRANDAt541612: "__@BRAND@541612",
13393
+ atBRANDAt543559: "__@BRAND@543559",
13394
13394
  });
13395
13395
  });
13396
13396
 
@@ -13426,65 +13426,65 @@ export function propertiesMaxLengthFromJSON(
13426
13426
  }
13427
13427
 
13428
13428
  /** @internal */
13429
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema:
13429
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema:
13430
13430
  z.ZodType<
13431
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612,
13431
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559,
13432
13432
  z.ZodTypeDef,
13433
13433
  unknown
13434
13434
  > = z.object({});
13435
13435
 
13436
13436
  /** @internal */
13437
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound =
13437
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$Outbound =
13438
13438
  {};
13439
13439
 
13440
13440
  /** @internal */
13441
- export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema:
13441
+ export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema:
13442
13442
  z.ZodType<
13443
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound,
13443
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$Outbound,
13444
13444
  z.ZodTypeDef,
13445
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612
13445
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559
13446
13446
  > = z.object({});
13447
13447
 
13448
13448
  /**
13449
13449
  * @internal
13450
13450
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
13451
13451
  */
13452
- export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$ {
13453
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema` instead. */
13452
+ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$ {
13453
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema` instead. */
13454
13454
  export const inboundSchema =
13455
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema;
13456
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema` instead. */
13455
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema;
13456
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema` instead. */
13457
13457
  export const outboundSchema =
13458
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema;
13459
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound` instead. */
13458
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema;
13459
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$Outbound` instead. */
13460
13460
  export type Outbound =
13461
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound;
13461
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$Outbound;
13462
13462
  }
13463
13463
 
13464
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612ToJSON(
13465
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612:
13466
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612,
13464
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559ToJSON(
13465
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559:
13466
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559,
13467
13467
  ): string {
13468
13468
  return JSON.stringify(
13469
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema
13469
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema
13470
13470
  .parse(
13471
- getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612,
13471
+ getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559,
13472
13472
  ),
13473
13473
  );
13474
13474
  }
13475
13475
 
13476
- export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612FromJSON(
13476
+ export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559FromJSON(
13477
13477
  jsonString: string,
13478
13478
  ): SafeParseResult<
13479
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612,
13479
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559,
13480
13480
  SDKValidationError
13481
13481
  > {
13482
13482
  return safeParse(
13483
13483
  jsonString,
13484
13484
  (x) =>
13485
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema
13485
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema
13486
13486
  .parse(JSON.parse(x)),
13487
- `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612' from JSON`,
13487
+ `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559' from JSON`,
13488
13488
  );
13489
13489
  }
13490
13490
 
@@ -13494,19 +13494,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
13494
13494
  z.ZodTypeDef,
13495
13495
  unknown
13496
13496
  > = z.object({
13497
- "__@BRAND@541612": z.lazy(() =>
13498
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$inboundSchema
13497
+ "__@BRAND@543559": z.lazy(() =>
13498
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$inboundSchema
13499
13499
  ),
13500
13500
  }).transform((v) => {
13501
13501
  return remap$(v, {
13502
- "__@BRAND@541612": "atBRANDAt541612",
13502
+ "__@BRAND@543559": "atBRANDAt543559",
13503
13503
  });
13504
13504
  });
13505
13505
 
13506
13506
  /** @internal */
13507
13507
  export type PropertiesPattern$Outbound = {
13508
- "__@BRAND@541612":
13509
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$Outbound;
13508
+ "__@BRAND@543559":
13509
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$Outbound;
13510
13510
  };
13511
13511
 
13512
13512
  /** @internal */
@@ -13515,12 +13515,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
13515
13515
  z.ZodTypeDef,
13516
13516
  PropertiesPattern
13517
13517
  > = z.object({
13518
- atBRANDAt541612: z.lazy(() =>
13519
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt541612$outboundSchema
13518
+ atBRANDAt543559: z.lazy(() =>
13519
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543559$outboundSchema
13520
13520
  ),
13521
13521
  }).transform((v) => {
13522
13522
  return remap$(v, {
13523
- atBRANDAt541612: "__@BRAND@541612",
13523
+ atBRANDAt543559: "__@BRAND@543559",
13524
13524
  });
13525
13525
  });
13526
13526
 
@@ -17233,48 +17233,48 @@ export namespace UiControl$ {
17233
17233
  }
17234
17234
 
17235
17235
  /** @internal */
17236
- export const AtBRANDAt541612$inboundSchema: z.ZodType<
17237
- AtBRANDAt541612,
17236
+ export const AtBRANDAt543559$inboundSchema: z.ZodType<
17237
+ AtBRANDAt543559,
17238
17238
  z.ZodTypeDef,
17239
17239
  unknown
17240
17240
  > = z.object({});
17241
17241
 
17242
17242
  /** @internal */
17243
- export type AtBRANDAt541612$Outbound = {};
17243
+ export type AtBRANDAt543559$Outbound = {};
17244
17244
 
17245
17245
  /** @internal */
17246
- export const AtBRANDAt541612$outboundSchema: z.ZodType<
17247
- AtBRANDAt541612$Outbound,
17246
+ export const AtBRANDAt543559$outboundSchema: z.ZodType<
17247
+ AtBRANDAt543559$Outbound,
17248
17248
  z.ZodTypeDef,
17249
- AtBRANDAt541612
17249
+ AtBRANDAt543559
17250
17250
  > = z.object({});
17251
17251
 
17252
17252
  /**
17253
17253
  * @internal
17254
17254
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
17255
17255
  */
17256
- export namespace AtBRANDAt541612$ {
17257
- /** @deprecated use `AtBRANDAt541612$inboundSchema` instead. */
17258
- export const inboundSchema = AtBRANDAt541612$inboundSchema;
17259
- /** @deprecated use `AtBRANDAt541612$outboundSchema` instead. */
17260
- export const outboundSchema = AtBRANDAt541612$outboundSchema;
17261
- /** @deprecated use `AtBRANDAt541612$Outbound` instead. */
17262
- export type Outbound = AtBRANDAt541612$Outbound;
17256
+ export namespace AtBRANDAt543559$ {
17257
+ /** @deprecated use `AtBRANDAt543559$inboundSchema` instead. */
17258
+ export const inboundSchema = AtBRANDAt543559$inboundSchema;
17259
+ /** @deprecated use `AtBRANDAt543559$outboundSchema` instead. */
17260
+ export const outboundSchema = AtBRANDAt543559$outboundSchema;
17261
+ /** @deprecated use `AtBRANDAt543559$Outbound` instead. */
17262
+ export type Outbound = AtBRANDAt543559$Outbound;
17263
17263
  }
17264
17264
 
17265
- export function atBRANDAt541612ToJSON(
17266
- atBRANDAt541612: AtBRANDAt541612,
17265
+ export function atBRANDAt543559ToJSON(
17266
+ atBRANDAt543559: AtBRANDAt543559,
17267
17267
  ): string {
17268
- return JSON.stringify(AtBRANDAt541612$outboundSchema.parse(atBRANDAt541612));
17268
+ return JSON.stringify(AtBRANDAt543559$outboundSchema.parse(atBRANDAt543559));
17269
17269
  }
17270
17270
 
17271
- export function atBRANDAt541612FromJSON(
17271
+ export function atBRANDAt543559FromJSON(
17272
17272
  jsonString: string,
17273
- ): SafeParseResult<AtBRANDAt541612, SDKValidationError> {
17273
+ ): SafeParseResult<AtBRANDAt543559, SDKValidationError> {
17274
17274
  return safeParse(
17275
17275
  jsonString,
17276
- (x) => AtBRANDAt541612$inboundSchema.parse(JSON.parse(x)),
17277
- `Failed to parse 'AtBRANDAt541612' from JSON`,
17276
+ (x) => AtBRANDAt543559$inboundSchema.parse(JSON.parse(x)),
17277
+ `Failed to parse 'AtBRANDAt543559' from JSON`,
17278
17278
  );
17279
17279
  }
17280
17280
 
@@ -17284,16 +17284,16 @@ export const MinLength$inboundSchema: z.ZodType<
17284
17284
  z.ZodTypeDef,
17285
17285
  unknown
17286
17286
  > = z.object({
17287
- "__@BRAND@541612": z.lazy(() => AtBRANDAt541612$inboundSchema),
17287
+ "__@BRAND@543559": z.lazy(() => AtBRANDAt543559$inboundSchema),
17288
17288
  }).transform((v) => {
17289
17289
  return remap$(v, {
17290
- "__@BRAND@541612": "atBRANDAt541612",
17290
+ "__@BRAND@543559": "atBRANDAt543559",
17291
17291
  });
17292
17292
  });
17293
17293
 
17294
17294
  /** @internal */
17295
17295
  export type MinLength$Outbound = {
17296
- "__@BRAND@541612": AtBRANDAt541612$Outbound;
17296
+ "__@BRAND@543559": AtBRANDAt543559$Outbound;
17297
17297
  };
17298
17298
 
17299
17299
  /** @internal */
@@ -17302,10 +17302,10 @@ export const MinLength$outboundSchema: z.ZodType<
17302
17302
  z.ZodTypeDef,
17303
17303
  MinLength
17304
17304
  > = z.object({
17305
- atBRANDAt541612: z.lazy(() => AtBRANDAt541612$outboundSchema),
17305
+ atBRANDAt543559: z.lazy(() => AtBRANDAt543559$outboundSchema),
17306
17306
  }).transform((v) => {
17307
17307
  return remap$(v, {
17308
- atBRANDAt541612: "__@BRAND@541612",
17308
+ atBRANDAt543559: "__@BRAND@543559",
17309
17309
  });
17310
17310
  });
17311
17311
 
@@ -17337,50 +17337,50 @@ export function minLengthFromJSON(
17337
17337
  }
17338
17338
 
17339
17339
  /** @internal */
17340
- export const PropertiesAtBRANDAt541612$inboundSchema: z.ZodType<
17341
- PropertiesAtBRANDAt541612,
17340
+ export const PropertiesAtBRANDAt543559$inboundSchema: z.ZodType<
17341
+ PropertiesAtBRANDAt543559,
17342
17342
  z.ZodTypeDef,
17343
17343
  unknown
17344
17344
  > = z.object({});
17345
17345
 
17346
17346
  /** @internal */
17347
- export type PropertiesAtBRANDAt541612$Outbound = {};
17347
+ export type PropertiesAtBRANDAt543559$Outbound = {};
17348
17348
 
17349
17349
  /** @internal */
17350
- export const PropertiesAtBRANDAt541612$outboundSchema: z.ZodType<
17351
- PropertiesAtBRANDAt541612$Outbound,
17350
+ export const PropertiesAtBRANDAt543559$outboundSchema: z.ZodType<
17351
+ PropertiesAtBRANDAt543559$Outbound,
17352
17352
  z.ZodTypeDef,
17353
- PropertiesAtBRANDAt541612
17353
+ PropertiesAtBRANDAt543559
17354
17354
  > = z.object({});
17355
17355
 
17356
17356
  /**
17357
17357
  * @internal
17358
17358
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
17359
17359
  */
17360
- export namespace PropertiesAtBRANDAt541612$ {
17361
- /** @deprecated use `PropertiesAtBRANDAt541612$inboundSchema` instead. */
17362
- export const inboundSchema = PropertiesAtBRANDAt541612$inboundSchema;
17363
- /** @deprecated use `PropertiesAtBRANDAt541612$outboundSchema` instead. */
17364
- export const outboundSchema = PropertiesAtBRANDAt541612$outboundSchema;
17365
- /** @deprecated use `PropertiesAtBRANDAt541612$Outbound` instead. */
17366
- export type Outbound = PropertiesAtBRANDAt541612$Outbound;
17360
+ export namespace PropertiesAtBRANDAt543559$ {
17361
+ /** @deprecated use `PropertiesAtBRANDAt543559$inboundSchema` instead. */
17362
+ export const inboundSchema = PropertiesAtBRANDAt543559$inboundSchema;
17363
+ /** @deprecated use `PropertiesAtBRANDAt543559$outboundSchema` instead. */
17364
+ export const outboundSchema = PropertiesAtBRANDAt543559$outboundSchema;
17365
+ /** @deprecated use `PropertiesAtBRANDAt543559$Outbound` instead. */
17366
+ export type Outbound = PropertiesAtBRANDAt543559$Outbound;
17367
17367
  }
17368
17368
 
17369
- export function propertiesAtBRANDAt541612ToJSON(
17370
- propertiesAtBRANDAt541612: PropertiesAtBRANDAt541612,
17369
+ export function propertiesAtBRANDAt543559ToJSON(
17370
+ propertiesAtBRANDAt543559: PropertiesAtBRANDAt543559,
17371
17371
  ): string {
17372
17372
  return JSON.stringify(
17373
- PropertiesAtBRANDAt541612$outboundSchema.parse(propertiesAtBRANDAt541612),
17373
+ PropertiesAtBRANDAt543559$outboundSchema.parse(propertiesAtBRANDAt543559),
17374
17374
  );
17375
17375
  }
17376
17376
 
17377
- export function propertiesAtBRANDAt541612FromJSON(
17377
+ export function propertiesAtBRANDAt543559FromJSON(
17378
17378
  jsonString: string,
17379
- ): SafeParseResult<PropertiesAtBRANDAt541612, SDKValidationError> {
17379
+ ): SafeParseResult<PropertiesAtBRANDAt543559, SDKValidationError> {
17380
17380
  return safeParse(
17381
17381
  jsonString,
17382
- (x) => PropertiesAtBRANDAt541612$inboundSchema.parse(JSON.parse(x)),
17383
- `Failed to parse 'PropertiesAtBRANDAt541612' from JSON`,
17382
+ (x) => PropertiesAtBRANDAt543559$inboundSchema.parse(JSON.parse(x)),
17383
+ `Failed to parse 'PropertiesAtBRANDAt543559' from JSON`,
17384
17384
  );
17385
17385
  }
17386
17386
 
@@ -17390,16 +17390,16 @@ export const MaxLength$inboundSchema: z.ZodType<
17390
17390
  z.ZodTypeDef,
17391
17391
  unknown
17392
17392
  > = z.object({
17393
- "__@BRAND@541612": z.lazy(() => PropertiesAtBRANDAt541612$inboundSchema),
17393
+ "__@BRAND@543559": z.lazy(() => PropertiesAtBRANDAt543559$inboundSchema),
17394
17394
  }).transform((v) => {
17395
17395
  return remap$(v, {
17396
- "__@BRAND@541612": "atBRANDAt541612",
17396
+ "__@BRAND@543559": "atBRANDAt543559",
17397
17397
  });
17398
17398
  });
17399
17399
 
17400
17400
  /** @internal */
17401
17401
  export type MaxLength$Outbound = {
17402
- "__@BRAND@541612": PropertiesAtBRANDAt541612$Outbound;
17402
+ "__@BRAND@543559": PropertiesAtBRANDAt543559$Outbound;
17403
17403
  };
17404
17404
 
17405
17405
  /** @internal */
@@ -17408,10 +17408,10 @@ export const MaxLength$outboundSchema: z.ZodType<
17408
17408
  z.ZodTypeDef,
17409
17409
  MaxLength
17410
17410
  > = z.object({
17411
- atBRANDAt541612: z.lazy(() => PropertiesAtBRANDAt541612$outboundSchema),
17411
+ atBRANDAt543559: z.lazy(() => PropertiesAtBRANDAt543559$outboundSchema),
17412
17412
  }).transform((v) => {
17413
17413
  return remap$(v, {
17414
- atBRANDAt541612: "__@BRAND@541612",
17414
+ atBRANDAt543559: "__@BRAND@543559",
17415
17415
  });
17416
17416
  });
17417
17417
 
@@ -17443,82 +17443,82 @@ export function maxLengthFromJSON(
17443
17443
  }
17444
17444
 
17445
17445
  /** @internal */
17446
- export const GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema:
17446
+ export const GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema:
17447
17447
  z.ZodType<
17448
- GetConfigurationProductsPropertiesAtBRANDAt541612,
17448
+ GetConfigurationProductsPropertiesAtBRANDAt543559,
17449
17449
  z.ZodTypeDef,
17450
17450
  unknown
17451
17451
  > = z.object({});
17452
17452
 
17453
17453
  /** @internal */
17454
- export type GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound = {};
17454
+ export type GetConfigurationProductsPropertiesAtBRANDAt543559$Outbound = {};
17455
17455
 
17456
17456
  /** @internal */
17457
- export const GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema:
17457
+ export const GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema:
17458
17458
  z.ZodType<
17459
- GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound,
17459
+ GetConfigurationProductsPropertiesAtBRANDAt543559$Outbound,
17460
17460
  z.ZodTypeDef,
17461
- GetConfigurationProductsPropertiesAtBRANDAt541612
17461
+ GetConfigurationProductsPropertiesAtBRANDAt543559
17462
17462
  > = z.object({});
17463
17463
 
17464
17464
  /**
17465
17465
  * @internal
17466
17466
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
17467
17467
  */
17468
- export namespace GetConfigurationProductsPropertiesAtBRANDAt541612$ {
17469
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema` instead. */
17468
+ export namespace GetConfigurationProductsPropertiesAtBRANDAt543559$ {
17469
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema` instead. */
17470
17470
  export const inboundSchema =
17471
- GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema;
17472
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema` instead. */
17471
+ GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema;
17472
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema` instead. */
17473
17473
  export const outboundSchema =
17474
- GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema;
17475
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound` instead. */
17474
+ GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema;
17475
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt543559$Outbound` instead. */
17476
17476
  export type Outbound =
17477
- GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound;
17477
+ GetConfigurationProductsPropertiesAtBRANDAt543559$Outbound;
17478
17478
  }
17479
17479
 
17480
- export function getConfigurationProductsPropertiesAtBRANDAt541612ToJSON(
17481
- getConfigurationProductsPropertiesAtBRANDAt541612:
17482
- GetConfigurationProductsPropertiesAtBRANDAt541612,
17480
+ export function getConfigurationProductsPropertiesAtBRANDAt543559ToJSON(
17481
+ getConfigurationProductsPropertiesAtBRANDAt543559:
17482
+ GetConfigurationProductsPropertiesAtBRANDAt543559,
17483
17483
  ): string {
17484
17484
  return JSON.stringify(
17485
- GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema.parse(
17486
- getConfigurationProductsPropertiesAtBRANDAt541612,
17485
+ GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema.parse(
17486
+ getConfigurationProductsPropertiesAtBRANDAt543559,
17487
17487
  ),
17488
17488
  );
17489
17489
  }
17490
17490
 
17491
- export function getConfigurationProductsPropertiesAtBRANDAt541612FromJSON(
17491
+ export function getConfigurationProductsPropertiesAtBRANDAt543559FromJSON(
17492
17492
  jsonString: string,
17493
17493
  ): SafeParseResult<
17494
- GetConfigurationProductsPropertiesAtBRANDAt541612,
17494
+ GetConfigurationProductsPropertiesAtBRANDAt543559,
17495
17495
  SDKValidationError
17496
17496
  > {
17497
17497
  return safeParse(
17498
17498
  jsonString,
17499
17499
  (x) =>
17500
- GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema.parse(
17500
+ GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema.parse(
17501
17501
  JSON.parse(x),
17502
17502
  ),
17503
- `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt541612' from JSON`,
17503
+ `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt543559' from JSON`,
17504
17504
  );
17505
17505
  }
17506
17506
 
17507
17507
  /** @internal */
17508
17508
  export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
17509
17509
  z.object({
17510
- "__@BRAND@541612": z.lazy(() =>
17511
- GetConfigurationProductsPropertiesAtBRANDAt541612$inboundSchema
17510
+ "__@BRAND@543559": z.lazy(() =>
17511
+ GetConfigurationProductsPropertiesAtBRANDAt543559$inboundSchema
17512
17512
  ),
17513
17513
  }).transform((v) => {
17514
17514
  return remap$(v, {
17515
- "__@BRAND@541612": "atBRANDAt541612",
17515
+ "__@BRAND@543559": "atBRANDAt543559",
17516
17516
  });
17517
17517
  });
17518
17518
 
17519
17519
  /** @internal */
17520
17520
  export type Pattern$Outbound = {
17521
- "__@BRAND@541612": GetConfigurationProductsPropertiesAtBRANDAt541612$Outbound;
17521
+ "__@BRAND@543559": GetConfigurationProductsPropertiesAtBRANDAt543559$Outbound;
17522
17522
  };
17523
17523
 
17524
17524
  /** @internal */
@@ -17527,12 +17527,12 @@ export const Pattern$outboundSchema: z.ZodType<
17527
17527
  z.ZodTypeDef,
17528
17528
  Pattern
17529
17529
  > = z.object({
17530
- atBRANDAt541612: z.lazy(() =>
17531
- GetConfigurationProductsPropertiesAtBRANDAt541612$outboundSchema
17530
+ atBRANDAt543559: z.lazy(() =>
17531
+ GetConfigurationProductsPropertiesAtBRANDAt543559$outboundSchema
17532
17532
  ),
17533
17533
  }).transform((v) => {
17534
17534
  return remap$(v, {
17535
- atBRANDAt541612: "__@BRAND@541612",
17535
+ atBRANDAt543559: "__@BRAND@543559",
17536
17536
  });
17537
17537
  });
17538
17538