@vercel/sdk 1.13.9 → 1.14.0

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 (178) hide show
  1. package/README.md +25 -21
  2. package/bin/mcp-server.js +1006 -658
  3. package/bin/mcp-server.js.map +34 -29
  4. package/docs/sdks/domainsregistrar/README.md +6 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/docs/sdks/security/README.md +70 -0
  7. package/esm/__tests__/accessgroups.test.js +3 -1
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/domains.test.js +11 -3
  10. package/esm/__tests__/domains.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/integrations.test.js +1 -1
  13. package/esm/__tests__/logdrains.test.js +6 -2
  14. package/esm/__tests__/logdrains.test.js.map +1 -1
  15. package/esm/__tests__/rollingrelease.test.js +2 -6
  16. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  17. package/esm/__tests__/security.test.js +18 -4
  18. package/esm/__tests__/security.test.js.map +1 -1
  19. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  20. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  21. package/esm/funcs/projectsGetProjects.js +1 -0
  22. package/esm/funcs/projectsGetProjects.js.map +1 -1
  23. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
  24. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  25. package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
  26. package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
  27. package/esm/lib/config.d.ts +3 -3
  28. package/esm/lib/config.js +3 -3
  29. package/esm/lib/config.js.map +1 -1
  30. package/esm/mcp-server/mcp-server.js +1 -1
  31. package/esm/mcp-server/server.d.ts.map +1 -1
  32. package/esm/mcp-server/server.js +3 -1
  33. package/esm/mcp-server/server.js.map +1 -1
  34. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
  35. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  36. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
  37. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
  38. package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
  39. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  40. package/esm/models/acceptprojecttransferrequestop.js +2 -1
  41. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/buydomainsop.d.ts +3 -2
  47. package/esm/models/buydomainsop.d.ts.map +1 -1
  48. package/esm/models/buydomainsop.js +3 -0
  49. package/esm/models/buydomainsop.js.map +1 -1
  50. package/esm/models/buysingledomainop.d.ts +3 -2
  51. package/esm/models/buysingledomainop.d.ts.map +1 -1
  52. package/esm/models/buysingledomainop.js +3 -0
  53. package/esm/models/buysingledomainop.js.map +1 -1
  54. package/esm/models/createeventop.d.ts +2 -2
  55. package/esm/models/createeventop.d.ts.map +1 -1
  56. package/esm/models/createeventop.js +2 -2
  57. package/esm/models/createeventop.js.map +1 -1
  58. package/esm/models/createintegrationstoredirectop.d.ts +340 -315
  59. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  60. package/esm/models/createintegrationstoredirectop.js +392 -381
  61. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  62. package/esm/models/createwebhookop.d.ts +12 -0
  63. package/esm/models/createwebhookop.d.ts.map +1 -1
  64. package/esm/models/createwebhookop.js +4 -0
  65. package/esm/models/createwebhookop.js.map +1 -1
  66. package/esm/models/dnssecenabled.d.ts +70 -0
  67. package/esm/models/dnssecenabled.d.ts.map +1 -0
  68. package/esm/models/dnssecenabled.js +72 -0
  69. package/esm/models/dnssecenabled.js.map +1 -0
  70. package/esm/models/domaintooshort.d.ts +70 -0
  71. package/esm/models/domaintooshort.d.ts.map +1 -0
  72. package/esm/models/domaintooshort.js +72 -0
  73. package/esm/models/domaintooshort.js.map +1 -0
  74. package/esm/models/filetree.d.ts +0 -5
  75. package/esm/models/filetree.d.ts.map +1 -1
  76. package/esm/models/filetree.js +0 -2
  77. package/esm/models/filetree.js.map +1 -1
  78. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  79. package/esm/models/getconfigurationproductsop.js +465 -465
  80. package/esm/models/getconfigurationsop.d.ts +18 -0
  81. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  82. package/esm/models/getconfigurationsop.js +6 -0
  83. package/esm/models/getconfigurationsop.js.map +1 -1
  84. package/esm/models/getdomainpriceop.d.ts +3 -2
  85. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  86. package/esm/models/getdomainpriceop.js +3 -0
  87. package/esm/models/getdomainpriceop.js.map +1 -1
  88. package/esm/models/getprojectsop.d.ts +5 -0
  89. package/esm/models/getprojectsop.d.ts.map +1 -1
  90. package/esm/models/getprojectsop.js +2 -0
  91. package/esm/models/getprojectsop.js.map +1 -1
  92. package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
  93. package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
  94. package/esm/models/getv1securityfirewalleventsop.js +108 -0
  95. package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
  96. package/esm/models/getwebhookop.d.ts +6 -0
  97. package/esm/models/getwebhookop.d.ts.map +1 -1
  98. package/esm/models/getwebhookop.js +2 -0
  99. package/esm/models/getwebhookop.js.map +1 -1
  100. package/esm/models/getwebhooksop.d.ts +12 -0
  101. package/esm/models/getwebhooksop.d.ts.map +1 -1
  102. package/esm/models/getwebhooksop.js +4 -0
  103. package/esm/models/getwebhooksop.js.map +1 -1
  104. package/esm/models/importresourceop.d.ts +1 -1
  105. package/esm/models/importresourceop.d.ts.map +1 -1
  106. package/esm/models/importresourceop.js +1 -1
  107. package/esm/models/importresourceop.js.map +1 -1
  108. package/esm/models/renewdomainop.d.ts +3 -2
  109. package/esm/models/renewdomainop.d.ts.map +1 -1
  110. package/esm/models/renewdomainop.js +3 -0
  111. package/esm/models/renewdomainop.js.map +1 -1
  112. package/esm/models/team.d.ts +1 -1
  113. package/esm/models/team.d.ts.map +1 -1
  114. package/esm/models/team.js +1 -1
  115. package/esm/models/team.js.map +1 -1
  116. package/esm/models/transferindomainop.d.ts +4 -2
  117. package/esm/models/transferindomainop.d.ts.map +1 -1
  118. package/esm/models/transferindomainop.js +6 -0
  119. package/esm/models/transferindomainop.js.map +1 -1
  120. package/esm/models/updateinstallationop.d.ts +1 -1
  121. package/esm/models/updateinstallationop.d.ts.map +1 -1
  122. package/esm/models/updateinstallationop.js +1 -1
  123. package/esm/models/updateinstallationop.js.map +1 -1
  124. package/esm/models/updateresourceop.d.ts +1 -1
  125. package/esm/models/updateresourceop.d.ts.map +1 -1
  126. package/esm/models/updateresourceop.js +1 -1
  127. package/esm/models/updateresourceop.js.map +1 -1
  128. package/esm/models/userevent.d.ts +77 -11
  129. package/esm/models/userevent.d.ts.map +1 -1
  130. package/esm/models/userevent.js +67 -9
  131. package/esm/models/userevent.js.map +1 -1
  132. package/esm/sdk/security.d.ts +8 -0
  133. package/esm/sdk/security.d.ts.map +1 -1
  134. package/esm/sdk/security.js +10 -0
  135. package/esm/sdk/security.js.map +1 -1
  136. package/examples/package-lock.json +1 -1
  137. package/jsr.json +1 -1
  138. package/package.json +1 -1
  139. package/src/__tests__/accessgroups.test.ts +3 -1
  140. package/src/__tests__/domains.test.ts +11 -3
  141. package/src/__tests__/edgeconfig.test.ts +6 -6
  142. package/src/__tests__/integrations.test.ts +1 -1
  143. package/src/__tests__/logdrains.test.ts +6 -2
  144. package/src/__tests__/rollingrelease.test.ts +2 -6
  145. package/src/__tests__/security.test.ts +23 -4
  146. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  147. package/src/funcs/projectsGetProjects.ts +1 -0
  148. package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
  149. package/src/lib/config.ts +3 -3
  150. package/src/mcp-server/mcp-server.ts +1 -1
  151. package/src/mcp-server/server.ts +3 -1
  152. package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
  153. package/src/models/acceptprojecttransferrequestop.ts +3 -2
  154. package/src/models/authtoken.ts +2 -0
  155. package/src/models/buydomainsop.ts +10 -0
  156. package/src/models/buysingledomainop.ts +10 -0
  157. package/src/models/createeventop.ts +4 -4
  158. package/src/models/createintegrationstoredirectop.ts +714 -668
  159. package/src/models/createwebhookop.ts +4 -0
  160. package/src/models/dnssecenabled.ts +120 -0
  161. package/src/models/domaintooshort.ts +120 -0
  162. package/src/models/filetree.ts +0 -7
  163. package/src/models/getconfigurationproductsop.ts +802 -802
  164. package/src/models/getconfigurationsop.ts +6 -0
  165. package/src/models/getdomainpriceop.ts +10 -0
  166. package/src/models/getprojectsop.ts +7 -0
  167. package/src/models/getv1securityfirewalleventsop.ts +233 -0
  168. package/src/models/getwebhookop.ts +2 -0
  169. package/src/models/getwebhooksop.ts +4 -0
  170. package/src/models/importresourceop.ts +2 -2
  171. package/src/models/renewdomainop.ts +10 -0
  172. package/src/models/team.ts +2 -2
  173. package/src/models/transferindomainop.ts +20 -0
  174. package/src/models/updateinstallationop.ts +2 -2
  175. package/src/models/updateresourceop.ts +2 -2
  176. package/src/models/userevent.ts +140 -17
  177. package/src/sdk/security.ts +22 -0
  178. package/vercel-spec.json +351 -109
@@ -172,9 +172,9 @@ export declare const GetConfigurationProductsType: {
172
172
  readonly Object: "object";
173
173
  };
174
174
  export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
175
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422 = {};
175
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700 = {};
176
176
  export type PropertiesValue = {
177
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422;
177
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700;
178
178
  };
179
179
  export declare const GetConfigurationProductsDisabled3: {
180
180
  readonly Update: "update";
@@ -207,17 +207,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
207
207
  readonly Domain: "domain";
208
208
  };
209
209
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl>;
210
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422 = {};
210
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700 = {};
211
211
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
212
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422;
212
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700;
213
213
  };
214
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422 = {};
214
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700 = {};
215
215
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
216
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422;
216
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700;
217
217
  };
218
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422 = {};
218
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700 = {};
219
219
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
220
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422;
220
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700;
221
221
  };
222
222
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3: {
223
223
  readonly Update: "update";
@@ -282,17 +282,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
282
282
  readonly String: "string";
283
283
  };
284
284
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
285
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422 = {};
285
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700 = {};
286
286
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
287
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422;
287
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700;
288
288
  };
289
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422 = {};
289
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700 = {};
290
290
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
291
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422;
291
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700;
292
292
  };
293
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422 = {};
293
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700 = {};
294
294
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
295
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422;
295
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700;
296
296
  };
297
297
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
298
298
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -303,9 +303,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
303
303
  default?: string | undefined;
304
304
  enum?: Array<string> | undefined;
305
305
  };
306
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422 = {};
306
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700 = {};
307
307
  export type GetConfigurationProductsUiOptionsValue = {
308
- atBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422;
308
+ atBRANDAt628700: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700;
309
309
  };
310
310
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
311
311
  readonly Update: "update";
@@ -330,9 +330,9 @@ export type GetConfigurationProductsUiOptions3 = {
330
330
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
331
331
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
332
332
  };
333
- export type GetConfigurationProductsUiOptionsAtBRANDAt613422 = {};
333
+ export type GetConfigurationProductsUiOptionsAtBRANDAt628700 = {};
334
334
  export type GetConfigurationProductsUiOptions2 = {
335
- atBRANDAt613422: GetConfigurationProductsUiOptionsAtBRANDAt613422;
335
+ atBRANDAt628700: GetConfigurationProductsUiOptionsAtBRANDAt628700;
336
336
  };
337
337
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
338
338
  readonly Update: "update";
@@ -393,13 +393,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
393
393
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
394
394
  expr: string;
395
395
  };
396
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422 = {};
396
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700 = {};
397
397
  export type Default = {
398
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422;
398
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700;
399
399
  };
400
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422 = {};
400
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700 = {};
401
401
  export type Example = {
402
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422;
402
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700;
403
403
  };
404
404
  export type Properties8 = {
405
405
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -427,9 +427,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
427
427
  readonly VercelRegion: "vercel-region";
428
428
  };
429
429
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
430
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422 = {};
430
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700 = {};
431
431
  export type UiOptionsValue = {
432
- atBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422;
432
+ atBRANDAt628700: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700;
433
433
  };
434
434
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
435
435
  readonly Update: "update";
@@ -454,9 +454,9 @@ export type UiOptions3 = {
454
454
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
455
455
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
456
456
  };
457
- export type UiOptionsAtBRANDAt613422 = {};
457
+ export type UiOptionsAtBRANDAt628700 = {};
458
458
  export type UiOptions2 = {
459
- atBRANDAt613422: UiOptionsAtBRANDAt613422;
459
+ atBRANDAt628700: UiOptionsAtBRANDAt628700;
460
460
  };
461
461
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
462
462
  readonly Update: "update";
@@ -483,17 +483,17 @@ export type UiOptions1 = {
483
483
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
484
484
  };
485
485
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
486
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422 = {};
486
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700 = {};
487
487
  export type GetConfigurationProductsPropertiesMinLength = {
488
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422;
488
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700;
489
489
  };
490
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422 = {};
490
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700 = {};
491
491
  export type GetConfigurationProductsPropertiesMaxLength = {
492
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422;
492
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700;
493
493
  };
494
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422 = {};
494
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700 = {};
495
495
  export type GetConfigurationProductsPropertiesPattern = {
496
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422;
496
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700;
497
497
  };
498
498
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
499
499
  readonly Update: "update";
@@ -559,17 +559,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
559
559
  readonly String: "string";
560
560
  };
561
561
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
562
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422 = {};
562
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700 = {};
563
563
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength = {
564
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422;
564
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700;
565
565
  };
566
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422 = {};
566
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700 = {};
567
567
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength = {
568
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422;
568
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700;
569
569
  };
570
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422 = {};
570
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700 = {};
571
571
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern = {
572
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422;
572
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700;
573
573
  };
574
574
  export type GetConfigurationProductsPropertiesItems = {
575
575
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
@@ -688,17 +688,17 @@ export type UiOptions = {
688
688
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
689
689
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
690
690
  };
691
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422 = {};
691
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700 = {};
692
692
  export type PropertiesMinLength = {
693
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422;
693
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700;
694
694
  };
695
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422 = {};
695
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700 = {};
696
696
  export type PropertiesMaxLength = {
697
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422;
697
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700;
698
698
  };
699
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422 = {};
699
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700 = {};
700
700
  export type PropertiesPattern = {
701
- atBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422;
701
+ atBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700;
702
702
  };
703
703
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
704
704
  readonly Update: "update";
@@ -944,17 +944,17 @@ export declare const UiControl: {
944
944
  readonly Input: "input";
945
945
  };
946
946
  export type UiControl = ClosedEnum<typeof UiControl>;
947
- export type AtBRANDAt613422 = {};
947
+ export type AtBRANDAt628700 = {};
948
948
  export type MinLength = {
949
- atBRANDAt613422: AtBRANDAt613422;
949
+ atBRANDAt628700: AtBRANDAt628700;
950
950
  };
951
- export type PropertiesAtBRANDAt613422 = {};
951
+ export type PropertiesAtBRANDAt628700 = {};
952
952
  export type MaxLength = {
953
- atBRANDAt613422: PropertiesAtBRANDAt613422;
953
+ atBRANDAt628700: PropertiesAtBRANDAt628700;
954
954
  };
955
- export type GetConfigurationProductsPropertiesAtBRANDAt613422 = {};
955
+ export type GetConfigurationProductsPropertiesAtBRANDAt628700 = {};
956
956
  export type Pattern = {
957
- atBRANDAt613422: GetConfigurationProductsPropertiesAtBRANDAt613422;
957
+ atBRANDAt628700: GetConfigurationProductsPropertiesAtBRANDAt628700;
958
958
  };
959
959
  export declare const UiReadOnly3: {
960
960
  readonly Update: "update";
@@ -1735,30 +1735,30 @@ export declare namespace GetConfigurationProductsType$ {
1735
1735
  }>;
1736
1736
  }
1737
1737
  /** @internal */
1738
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, z.ZodTypeDef, unknown>;
1738
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700, z.ZodTypeDef, unknown>;
1739
1739
  /** @internal */
1740
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound = {};
1740
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound = {};
1741
1741
  /** @internal */
1742
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422>;
1742
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700>;
1743
1743
  /**
1744
1744
  * @internal
1745
1745
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1746
1746
  */
1747
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$ {
1748
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema` instead. */
1749
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, z.ZodTypeDef, unknown>;
1750
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema` instead. */
1751
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422>;
1752
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound` instead. */
1753
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound;
1747
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$ {
1748
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema` instead. */
1749
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700, z.ZodTypeDef, unknown>;
1750
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema` instead. */
1751
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700>;
1752
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound` instead. */
1753
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound;
1754
1754
  }
1755
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422): string;
1756
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422, SDKValidationError>;
1755
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700): string;
1756
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700, SDKValidationError>;
1757
1757
  /** @internal */
1758
1758
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1759
1759
  /** @internal */
1760
1760
  export type PropertiesValue$Outbound = {
1761
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$Outbound;
1761
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$Outbound;
1762
1762
  };
1763
1763
  /** @internal */
1764
1764
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1961,30 +1961,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
1961
1961
  }>;
1962
1962
  }
1963
1963
  /** @internal */
1964
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, z.ZodTypeDef, unknown>;
1964
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700, z.ZodTypeDef, unknown>;
1965
1965
  /** @internal */
1966
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound = {};
1966
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound = {};
1967
1967
  /** @internal */
1968
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422>;
1968
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700>;
1969
1969
  /**
1970
1970
  * @internal
1971
1971
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1972
1972
  */
1973
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$ {
1974
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema` instead. */
1975
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, z.ZodTypeDef, unknown>;
1976
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema` instead. */
1977
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422>;
1978
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound` instead. */
1979
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound;
1973
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$ {
1974
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema` instead. */
1975
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700, z.ZodTypeDef, unknown>;
1976
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema` instead. */
1977
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700>;
1978
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound` instead. */
1979
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound;
1980
1980
  }
1981
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422): string;
1982
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422, SDKValidationError>;
1981
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700): string;
1982
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700, SDKValidationError>;
1983
1983
  /** @internal */
1984
1984
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
1985
1985
  /** @internal */
1986
1986
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
1987
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$Outbound;
1987
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$Outbound;
1988
1988
  };
1989
1989
  /** @internal */
1990
1990
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
@@ -2003,30 +2003,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
2003
2003
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
2004
2004
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
2005
2005
  /** @internal */
2006
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
2006
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
2007
2007
  /** @internal */
2008
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound = {};
2008
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound = {};
2009
2009
  /** @internal */
2010
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422>;
2010
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700>;
2011
2011
  /**
2012
2012
  * @internal
2013
2013
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2014
2014
  */
2015
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$ {
2016
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema` instead. */
2017
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
2018
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema` instead. */
2019
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422>;
2020
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound` instead. */
2021
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound;
2015
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$ {
2016
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema` instead. */
2017
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
2018
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema` instead. */
2019
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700>;
2020
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound` instead. */
2021
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound;
2022
2022
  }
2023
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422): string;
2024
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422, SDKValidationError>;
2023
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700): string;
2024
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700, SDKValidationError>;
2025
2025
  /** @internal */
2026
2026
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2027
2027
  /** @internal */
2028
2028
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
2029
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$Outbound;
2029
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$Outbound;
2030
2030
  };
2031
2031
  /** @internal */
2032
2032
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
@@ -2045,30 +2045,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
2045
2045
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
2046
2046
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
2047
2047
  /** @internal */
2048
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
2048
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700, z.ZodTypeDef, unknown>;
2049
2049
  /** @internal */
2050
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound = {};
2050
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound = {};
2051
2051
  /** @internal */
2052
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422>;
2052
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700>;
2053
2053
  /**
2054
2054
  * @internal
2055
2055
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2056
2056
  */
2057
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$ {
2058
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema` instead. */
2059
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
2060
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema` instead. */
2061
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422>;
2062
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound` instead. */
2063
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound;
2057
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$ {
2058
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema` instead. */
2059
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700, z.ZodTypeDef, unknown>;
2060
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema` instead. */
2061
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700>;
2062
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound` instead. */
2063
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound;
2064
2064
  }
2065
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422): string;
2066
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422, SDKValidationError>;
2065
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700): string;
2066
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700, SDKValidationError>;
2067
2067
  /** @internal */
2068
2068
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2069
2069
  /** @internal */
2070
2070
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
2071
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$Outbound;
2071
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$Outbound;
2072
2072
  };
2073
2073
  /** @internal */
2074
2074
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
@@ -2427,30 +2427,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2427
2427
  }>;
2428
2428
  }
2429
2429
  /** @internal */
2430
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
2430
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
2431
2431
  /** @internal */
2432
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound = {};
2432
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound = {};
2433
2433
  /** @internal */
2434
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422>;
2434
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700>;
2435
2435
  /**
2436
2436
  * @internal
2437
2437
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2438
2438
  */
2439
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$ {
2440
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema` instead. */
2441
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
2442
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema` instead. */
2443
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422>;
2444
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound` instead. */
2445
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound;
2439
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$ {
2440
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema` instead. */
2441
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
2442
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema` instead. */
2443
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700>;
2444
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound` instead. */
2445
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound;
2446
2446
  }
2447
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422): string;
2448
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422, SDKValidationError>;
2447
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700): string;
2448
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700, SDKValidationError>;
2449
2449
  /** @internal */
2450
2450
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2451
2451
  /** @internal */
2452
2452
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
2453
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$Outbound;
2453
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$Outbound;
2454
2454
  };
2455
2455
  /** @internal */
2456
2456
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
@@ -2469,30 +2469,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
2469
2469
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
2470
2470
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2471
2471
  /** @internal */
2472
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
2472
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700, z.ZodTypeDef, unknown>;
2473
2473
  /** @internal */
2474
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound = {};
2474
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound = {};
2475
2475
  /** @internal */
2476
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422>;
2476
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700>;
2477
2477
  /**
2478
2478
  * @internal
2479
2479
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2480
2480
  */
2481
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$ {
2482
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema` instead. */
2483
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
2484
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema` instead. */
2485
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422>;
2486
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound` instead. */
2487
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound;
2481
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$ {
2482
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema` instead. */
2483
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700, z.ZodTypeDef, unknown>;
2484
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema` instead. */
2485
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700>;
2486
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound` instead. */
2487
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound;
2488
2488
  }
2489
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422): string;
2490
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422, SDKValidationError>;
2489
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700): string;
2490
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700, SDKValidationError>;
2491
2491
  /** @internal */
2492
2492
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2493
2493
  /** @internal */
2494
2494
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
2495
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$Outbound;
2495
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$Outbound;
2496
2496
  };
2497
2497
  /** @internal */
2498
2498
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
@@ -2511,30 +2511,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
2511
2511
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
2512
2512
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2513
2513
  /** @internal */
2514
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
2514
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700, z.ZodTypeDef, unknown>;
2515
2515
  /** @internal */
2516
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound = {};
2516
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound = {};
2517
2517
  /** @internal */
2518
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422>;
2518
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700>;
2519
2519
  /**
2520
2520
  * @internal
2521
2521
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2522
2522
  */
2523
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$ {
2524
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema` instead. */
2525
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, z.ZodTypeDef, unknown>;
2526
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema` instead. */
2527
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422>;
2528
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound` instead. */
2529
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound;
2523
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$ {
2524
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema` instead. */
2525
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700, z.ZodTypeDef, unknown>;
2526
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema` instead. */
2527
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700>;
2528
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound` instead. */
2529
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound;
2530
2530
  }
2531
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422): string;
2532
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422, SDKValidationError>;
2531
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700): string;
2532
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700, SDKValidationError>;
2533
2533
  /** @internal */
2534
2534
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2535
2535
  /** @internal */
2536
2536
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
2537
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$Outbound;
2537
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$Outbound;
2538
2538
  };
2539
2539
  /** @internal */
2540
2540
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -2581,30 +2581,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
2581
2581
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
2582
2582
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
2583
2583
  /** @internal */
2584
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
2584
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700, z.ZodTypeDef, unknown>;
2585
2585
  /** @internal */
2586
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound = {};
2586
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound = {};
2587
2587
  /** @internal */
2588
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422>;
2588
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700>;
2589
2589
  /**
2590
2590
  * @internal
2591
2591
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2592
2592
  */
2593
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$ {
2594
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema` instead. */
2595
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
2596
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema` instead. */
2597
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422>;
2598
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound` instead. */
2599
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound;
2593
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$ {
2594
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema` instead. */
2595
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700, z.ZodTypeDef, unknown>;
2596
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema` instead. */
2597
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700>;
2598
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound` instead. */
2599
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound;
2600
2600
  }
2601
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422): string;
2602
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422, SDKValidationError>;
2601
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700): string;
2602
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700, SDKValidationError>;
2603
2603
  /** @internal */
2604
2604
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
2605
2605
  /** @internal */
2606
2606
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
2607
- "__@BRAND@613422": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$Outbound;
2607
+ "__@BRAND@628700": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$Outbound;
2608
2608
  };
2609
2609
  /** @internal */
2610
2610
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -2771,30 +2771,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
2771
2771
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
2772
2772
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
2773
2773
  /** @internal */
2774
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
2774
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt628700, z.ZodTypeDef, unknown>;
2775
2775
  /** @internal */
2776
- export type GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound = {};
2776
+ export type GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound = {};
2777
2777
  /** @internal */
2778
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt613422>;
2778
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt628700>;
2779
2779
  /**
2780
2780
  * @internal
2781
2781
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2782
2782
  */
2783
- export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt613422$ {
2784
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema` instead. */
2785
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
2786
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema` instead. */
2787
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt613422>;
2788
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound` instead. */
2789
- type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound;
2783
+ export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt628700$ {
2784
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema` instead. */
2785
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt628700, z.ZodTypeDef, unknown>;
2786
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema` instead. */
2787
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt628700>;
2788
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound` instead. */
2789
+ type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound;
2790
2790
  }
2791
- export declare function getConfigurationProductsUiOptionsAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsAtBRANDAt613422: GetConfigurationProductsUiOptionsAtBRANDAt613422): string;
2792
- export declare function getConfigurationProductsUiOptionsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt613422, SDKValidationError>;
2791
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt628700ToJSON(getConfigurationProductsUiOptionsAtBRANDAt628700: GetConfigurationProductsUiOptionsAtBRANDAt628700): string;
2792
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt628700, SDKValidationError>;
2793
2793
  /** @internal */
2794
2794
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
2795
2795
  /** @internal */
2796
2796
  export type GetConfigurationProductsUiOptions2$Outbound = {
2797
- "__@BRAND@613422": GetConfigurationProductsUiOptionsAtBRANDAt613422$Outbound;
2797
+ "__@BRAND@628700": GetConfigurationProductsUiOptionsAtBRANDAt628700$Outbound;
2798
2798
  };
2799
2799
  /** @internal */
2800
2800
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -3232,30 +3232,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3232
3232
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
3233
3233
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
3234
3234
  /** @internal */
3235
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, z.ZodTypeDef, unknown>;
3235
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700, z.ZodTypeDef, unknown>;
3236
3236
  /** @internal */
3237
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound = {};
3237
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound = {};
3238
3238
  /** @internal */
3239
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422>;
3239
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700>;
3240
3240
  /**
3241
3241
  * @internal
3242
3242
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3243
3243
  */
3244
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$ {
3245
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema` instead. */
3246
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, z.ZodTypeDef, unknown>;
3247
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema` instead. */
3248
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422>;
3249
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound` instead. */
3250
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound;
3244
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$ {
3245
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema` instead. */
3246
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700, z.ZodTypeDef, unknown>;
3247
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema` instead. */
3248
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700>;
3249
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound` instead. */
3250
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound;
3251
3251
  }
3252
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422): string;
3253
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422, SDKValidationError>;
3252
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700): string;
3253
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700, SDKValidationError>;
3254
3254
  /** @internal */
3255
3255
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
3256
3256
  /** @internal */
3257
3257
  export type Default$Outbound = {
3258
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$Outbound;
3258
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$Outbound;
3259
3259
  };
3260
3260
  /** @internal */
3261
3261
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
@@ -3274,30 +3274,30 @@ export declare namespace Default$ {
3274
3274
  export declare function defaultToJSON(value: Default): string;
3275
3275
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
3276
3276
  /** @internal */
3277
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, z.ZodTypeDef, unknown>;
3277
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700, z.ZodTypeDef, unknown>;
3278
3278
  /** @internal */
3279
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound = {};
3279
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound = {};
3280
3280
  /** @internal */
3281
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422>;
3281
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700>;
3282
3282
  /**
3283
3283
  * @internal
3284
3284
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3285
3285
  */
3286
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$ {
3287
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema` instead. */
3288
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, z.ZodTypeDef, unknown>;
3289
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema` instead. */
3290
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422>;
3291
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound` instead. */
3292
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound;
3286
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$ {
3287
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema` instead. */
3288
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700, z.ZodTypeDef, unknown>;
3289
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema` instead. */
3290
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700>;
3291
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound` instead. */
3292
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound;
3293
3293
  }
3294
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422): string;
3295
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422, SDKValidationError>;
3294
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700): string;
3295
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700, SDKValidationError>;
3296
3296
  /** @internal */
3297
3297
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
3298
3298
  /** @internal */
3299
3299
  export type Example$Outbound = {
3300
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$Outbound;
3300
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$Outbound;
3301
3301
  };
3302
3302
  /** @internal */
3303
3303
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -3389,30 +3389,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3389
3389
  }>;
3390
3390
  }
3391
3391
  /** @internal */
3392
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3392
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3393
3393
  /** @internal */
3394
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound = {};
3394
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound = {};
3395
3395
  /** @internal */
3396
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422>;
3396
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700>;
3397
3397
  /**
3398
3398
  * @internal
3399
3399
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3400
3400
  */
3401
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$ {
3402
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema` instead. */
3403
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3404
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema` instead. */
3405
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422>;
3406
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound` instead. */
3407
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound;
3401
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$ {
3402
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema` instead. */
3403
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3404
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema` instead. */
3405
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700>;
3406
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound` instead. */
3407
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound;
3408
3408
  }
3409
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422): string;
3410
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422, SDKValidationError>;
3409
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700): string;
3410
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700, SDKValidationError>;
3411
3411
  /** @internal */
3412
3412
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
3413
3413
  /** @internal */
3414
3414
  export type UiOptionsValue$Outbound = {
3415
- "__@BRAND@613422": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$Outbound;
3415
+ "__@BRAND@628700": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$Outbound;
3416
3416
  };
3417
3417
  /** @internal */
3418
3418
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -3579,30 +3579,30 @@ export declare namespace UiOptions3$ {
3579
3579
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
3580
3580
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
3581
3581
  /** @internal */
3582
- export declare const UiOptionsAtBRANDAt613422$inboundSchema: z.ZodType<UiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3582
+ export declare const UiOptionsAtBRANDAt628700$inboundSchema: z.ZodType<UiOptionsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3583
3583
  /** @internal */
3584
- export type UiOptionsAtBRANDAt613422$Outbound = {};
3584
+ export type UiOptionsAtBRANDAt628700$Outbound = {};
3585
3585
  /** @internal */
3586
- export declare const UiOptionsAtBRANDAt613422$outboundSchema: z.ZodType<UiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt613422>;
3586
+ export declare const UiOptionsAtBRANDAt628700$outboundSchema: z.ZodType<UiOptionsAtBRANDAt628700$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt628700>;
3587
3587
  /**
3588
3588
  * @internal
3589
3589
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3590
3590
  */
3591
- export declare namespace UiOptionsAtBRANDAt613422$ {
3592
- /** @deprecated use `UiOptionsAtBRANDAt613422$inboundSchema` instead. */
3593
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3594
- /** @deprecated use `UiOptionsAtBRANDAt613422$outboundSchema` instead. */
3595
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt613422$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt613422>;
3596
- /** @deprecated use `UiOptionsAtBRANDAt613422$Outbound` instead. */
3597
- type Outbound = UiOptionsAtBRANDAt613422$Outbound;
3591
+ export declare namespace UiOptionsAtBRANDAt628700$ {
3592
+ /** @deprecated use `UiOptionsAtBRANDAt628700$inboundSchema` instead. */
3593
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3594
+ /** @deprecated use `UiOptionsAtBRANDAt628700$outboundSchema` instead. */
3595
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt628700$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt628700>;
3596
+ /** @deprecated use `UiOptionsAtBRANDAt628700$Outbound` instead. */
3597
+ type Outbound = UiOptionsAtBRANDAt628700$Outbound;
3598
3598
  }
3599
- export declare function uiOptionsAtBRANDAt613422ToJSON(uiOptionsAtBRANDAt613422: UiOptionsAtBRANDAt613422): string;
3600
- export declare function uiOptionsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt613422, SDKValidationError>;
3599
+ export declare function uiOptionsAtBRANDAt628700ToJSON(uiOptionsAtBRANDAt628700: UiOptionsAtBRANDAt628700): string;
3600
+ export declare function uiOptionsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt628700, SDKValidationError>;
3601
3601
  /** @internal */
3602
3602
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
3603
3603
  /** @internal */
3604
3604
  export type UiOptions2$Outbound = {
3605
- "__@BRAND@613422": UiOptionsAtBRANDAt613422$Outbound;
3605
+ "__@BRAND@628700": UiOptionsAtBRANDAt628700$Outbound;
3606
3606
  };
3607
3607
  /** @internal */
3608
3608
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -3790,30 +3790,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
3790
3790
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
3791
3791
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
3792
3792
  /** @internal */
3793
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, z.ZodTypeDef, unknown>;
3793
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700, z.ZodTypeDef, unknown>;
3794
3794
  /** @internal */
3795
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound = {};
3795
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound = {};
3796
3796
  /** @internal */
3797
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422>;
3797
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700>;
3798
3798
  /**
3799
3799
  * @internal
3800
3800
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3801
3801
  */
3802
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$ {
3803
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema` instead. */
3804
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, z.ZodTypeDef, unknown>;
3805
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema` instead. */
3806
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422>;
3807
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound` instead. */
3808
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound;
3802
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$ {
3803
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema` instead. */
3804
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700, z.ZodTypeDef, unknown>;
3805
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema` instead. */
3806
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700>;
3807
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound` instead. */
3808
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound;
3809
3809
  }
3810
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422): string;
3811
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422, SDKValidationError>;
3810
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700): string;
3811
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700, SDKValidationError>;
3812
3812
  /** @internal */
3813
3813
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
3814
3814
  /** @internal */
3815
3815
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
3816
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$Outbound;
3816
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$Outbound;
3817
3817
  };
3818
3818
  /** @internal */
3819
3819
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
@@ -3832,30 +3832,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
3832
3832
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
3833
3833
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
3834
3834
  /** @internal */
3835
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, z.ZodTypeDef, unknown>;
3835
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700, z.ZodTypeDef, unknown>;
3836
3836
  /** @internal */
3837
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound = {};
3837
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound = {};
3838
3838
  /** @internal */
3839
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422>;
3839
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700>;
3840
3840
  /**
3841
3841
  * @internal
3842
3842
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3843
3843
  */
3844
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$ {
3845
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema` instead. */
3846
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, z.ZodTypeDef, unknown>;
3847
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema` instead. */
3848
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422>;
3849
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound` instead. */
3850
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound;
3844
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$ {
3845
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema` instead. */
3846
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700, z.ZodTypeDef, unknown>;
3847
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema` instead. */
3848
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700>;
3849
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound` instead. */
3850
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound;
3851
3851
  }
3852
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422): string;
3853
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422, SDKValidationError>;
3852
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700): string;
3853
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700, SDKValidationError>;
3854
3854
  /** @internal */
3855
3855
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
3856
3856
  /** @internal */
3857
3857
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
3858
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$Outbound;
3858
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$Outbound;
3859
3859
  };
3860
3860
  /** @internal */
3861
3861
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
@@ -3874,30 +3874,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
3874
3874
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
3875
3875
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
3876
3876
  /** @internal */
3877
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3877
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3878
3878
  /** @internal */
3879
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound = {};
3879
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound = {};
3880
3880
  /** @internal */
3881
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422>;
3881
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700>;
3882
3882
  /**
3883
3883
  * @internal
3884
3884
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3885
3885
  */
3886
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$ {
3887
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema` instead. */
3888
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, z.ZodTypeDef, unknown>;
3889
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema` instead. */
3890
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422>;
3891
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound` instead. */
3892
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound;
3886
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$ {
3887
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema` instead. */
3888
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700, z.ZodTypeDef, unknown>;
3889
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema` instead. */
3890
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700>;
3891
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound` instead. */
3892
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound;
3893
3893
  }
3894
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422): string;
3895
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422, SDKValidationError>;
3894
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700): string;
3895
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700, SDKValidationError>;
3896
3896
  /** @internal */
3897
3897
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
3898
3898
  /** @internal */
3899
3899
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
3900
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$Outbound;
3900
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$Outbound;
3901
3901
  };
3902
3902
  /** @internal */
3903
3903
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -4257,30 +4257,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
4257
4257
  }>;
4258
4258
  }
4259
4259
  /** @internal */
4260
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
4260
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
4261
4261
  /** @internal */
4262
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound = {};
4262
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound = {};
4263
4263
  /** @internal */
4264
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422>;
4264
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700>;
4265
4265
  /**
4266
4266
  * @internal
4267
4267
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4268
4268
  */
4269
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$ {
4270
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema` instead. */
4271
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, z.ZodTypeDef, unknown>;
4272
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema` instead. */
4273
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422>;
4274
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound` instead. */
4275
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound;
4269
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$ {
4270
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema` instead. */
4271
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700, z.ZodTypeDef, unknown>;
4272
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema` instead. */
4273
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700>;
4274
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound` instead. */
4275
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound;
4276
4276
  }
4277
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422): string;
4278
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422, SDKValidationError>;
4277
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700): string;
4278
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700, SDKValidationError>;
4279
4279
  /** @internal */
4280
4280
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
4281
4281
  /** @internal */
4282
4282
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound = {
4283
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$Outbound;
4283
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$Outbound;
4284
4284
  };
4285
4285
  /** @internal */
4286
4286
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength>;
@@ -4299,30 +4299,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
4299
4299
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength: GetConfigurationProductsPropertiesIntegrationsResponse200MinLength): string;
4300
4300
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
4301
4301
  /** @internal */
4302
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, z.ZodTypeDef, unknown>;
4302
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700, z.ZodTypeDef, unknown>;
4303
4303
  /** @internal */
4304
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound = {};
4304
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound = {};
4305
4305
  /** @internal */
4306
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422>;
4306
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700>;
4307
4307
  /**
4308
4308
  * @internal
4309
4309
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4310
4310
  */
4311
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$ {
4312
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema` instead. */
4313
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, z.ZodTypeDef, unknown>;
4314
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema` instead. */
4315
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422>;
4316
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound` instead. */
4317
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound;
4311
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$ {
4312
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema` instead. */
4313
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700, z.ZodTypeDef, unknown>;
4314
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema` instead. */
4315
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700>;
4316
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound` instead. */
4317
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound;
4318
4318
  }
4319
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422): string;
4320
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422, SDKValidationError>;
4319
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700): string;
4320
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700, SDKValidationError>;
4321
4321
  /** @internal */
4322
4322
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
4323
4323
  /** @internal */
4324
4324
  export type GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound = {
4325
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$Outbound;
4325
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$Outbound;
4326
4326
  };
4327
4327
  /** @internal */
4328
4328
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength>;
@@ -4341,30 +4341,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
4341
4341
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength: GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength): string;
4342
4342
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
4343
4343
  /** @internal */
4344
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
4344
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700, z.ZodTypeDef, unknown>;
4345
4345
  /** @internal */
4346
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound = {};
4346
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound = {};
4347
4347
  /** @internal */
4348
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422>;
4348
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700>;
4349
4349
  /**
4350
4350
  * @internal
4351
4351
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4352
4352
  */
4353
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$ {
4354
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema` instead. */
4355
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, z.ZodTypeDef, unknown>;
4356
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema` instead. */
4357
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422>;
4358
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound` instead. */
4359
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound;
4353
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$ {
4354
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema` instead. */
4355
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700, z.ZodTypeDef, unknown>;
4356
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema` instead. */
4357
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700>;
4358
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound` instead. */
4359
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound;
4360
4360
  }
4361
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422): string;
4362
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422, SDKValidationError>;
4361
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700): string;
4362
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700, SDKValidationError>;
4363
4363
  /** @internal */
4364
4364
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
4365
4365
  /** @internal */
4366
4366
  export type GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound = {
4367
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$Outbound;
4367
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$Outbound;
4368
4368
  };
4369
4369
  /** @internal */
4370
4370
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern>;
@@ -5032,30 +5032,30 @@ export declare namespace UiOptions$ {
5032
5032
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
5033
5033
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
5034
5034
  /** @internal */
5035
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
5035
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700, z.ZodTypeDef, unknown>;
5036
5036
  /** @internal */
5037
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound = {};
5037
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound = {};
5038
5038
  /** @internal */
5039
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422>;
5039
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700>;
5040
5040
  /**
5041
5041
  * @internal
5042
5042
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5043
5043
  */
5044
- export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$ {
5045
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema` instead. */
5046
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, z.ZodTypeDef, unknown>;
5047
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema` instead. */
5048
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422>;
5049
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound` instead. */
5050
- type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound;
5044
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$ {
5045
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema` instead. */
5046
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700, z.ZodTypeDef, unknown>;
5047
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema` instead. */
5048
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700>;
5049
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound` instead. */
5050
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound;
5051
5051
  }
5052
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422): string;
5053
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422, SDKValidationError>;
5052
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700): string;
5053
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700, SDKValidationError>;
5054
5054
  /** @internal */
5055
5055
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
5056
5056
  /** @internal */
5057
5057
  export type PropertiesMinLength$Outbound = {
5058
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$Outbound;
5058
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$Outbound;
5059
5059
  };
5060
5060
  /** @internal */
5061
5061
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
@@ -5074,30 +5074,30 @@ export declare namespace PropertiesMinLength$ {
5074
5074
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
5075
5075
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
5076
5076
  /** @internal */
5077
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
5077
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700, z.ZodTypeDef, unknown>;
5078
5078
  /** @internal */
5079
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound = {};
5079
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound = {};
5080
5080
  /** @internal */
5081
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422>;
5081
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700>;
5082
5082
  /**
5083
5083
  * @internal
5084
5084
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5085
5085
  */
5086
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$ {
5087
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema` instead. */
5088
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, z.ZodTypeDef, unknown>;
5089
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema` instead. */
5090
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422>;
5091
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound` instead. */
5092
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound;
5086
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$ {
5087
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema` instead. */
5088
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700, z.ZodTypeDef, unknown>;
5089
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema` instead. */
5090
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700>;
5091
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound` instead. */
5092
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound;
5093
5093
  }
5094
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422): string;
5095
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422, SDKValidationError>;
5094
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700): string;
5095
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700, SDKValidationError>;
5096
5096
  /** @internal */
5097
5097
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
5098
5098
  /** @internal */
5099
5099
  export type PropertiesMaxLength$Outbound = {
5100
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$Outbound;
5100
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$Outbound;
5101
5101
  };
5102
5102
  /** @internal */
5103
5103
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
@@ -5116,30 +5116,30 @@ export declare namespace PropertiesMaxLength$ {
5116
5116
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
5117
5117
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
5118
5118
  /** @internal */
5119
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, z.ZodTypeDef, unknown>;
5119
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700, z.ZodTypeDef, unknown>;
5120
5120
  /** @internal */
5121
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound = {};
5121
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound = {};
5122
5122
  /** @internal */
5123
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422>;
5123
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700>;
5124
5124
  /**
5125
5125
  * @internal
5126
5126
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5127
5127
  */
5128
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$ {
5129
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema` instead. */
5130
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, z.ZodTypeDef, unknown>;
5131
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema` instead. */
5132
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422>;
5133
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound` instead. */
5134
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound;
5128
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$ {
5129
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema` instead. */
5130
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700, z.ZodTypeDef, unknown>;
5131
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema` instead. */
5132
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700>;
5133
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound` instead. */
5134
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound;
5135
5135
  }
5136
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422): string;
5137
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422, SDKValidationError>;
5136
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700): string;
5137
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700, SDKValidationError>;
5138
5138
  /** @internal */
5139
5139
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
5140
5140
  /** @internal */
5141
5141
  export type PropertiesPattern$Outbound = {
5142
- "__@BRAND@613422": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$Outbound;
5142
+ "__@BRAND@628700": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$Outbound;
5143
5143
  };
5144
5144
  /** @internal */
5145
5145
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -6487,30 +6487,30 @@ export declare namespace UiControl$ {
6487
6487
  }>;
6488
6488
  }
6489
6489
  /** @internal */
6490
- export declare const AtBRANDAt613422$inboundSchema: z.ZodType<AtBRANDAt613422, z.ZodTypeDef, unknown>;
6490
+ export declare const AtBRANDAt628700$inboundSchema: z.ZodType<AtBRANDAt628700, z.ZodTypeDef, unknown>;
6491
6491
  /** @internal */
6492
- export type AtBRANDAt613422$Outbound = {};
6492
+ export type AtBRANDAt628700$Outbound = {};
6493
6493
  /** @internal */
6494
- export declare const AtBRANDAt613422$outboundSchema: z.ZodType<AtBRANDAt613422$Outbound, z.ZodTypeDef, AtBRANDAt613422>;
6494
+ export declare const AtBRANDAt628700$outboundSchema: z.ZodType<AtBRANDAt628700$Outbound, z.ZodTypeDef, AtBRANDAt628700>;
6495
6495
  /**
6496
6496
  * @internal
6497
6497
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6498
6498
  */
6499
- export declare namespace AtBRANDAt613422$ {
6500
- /** @deprecated use `AtBRANDAt613422$inboundSchema` instead. */
6501
- const inboundSchema: z.ZodType<AtBRANDAt613422, z.ZodTypeDef, unknown>;
6502
- /** @deprecated use `AtBRANDAt613422$outboundSchema` instead. */
6503
- const outboundSchema: z.ZodType<AtBRANDAt613422$Outbound, z.ZodTypeDef, AtBRANDAt613422>;
6504
- /** @deprecated use `AtBRANDAt613422$Outbound` instead. */
6505
- type Outbound = AtBRANDAt613422$Outbound;
6499
+ export declare namespace AtBRANDAt628700$ {
6500
+ /** @deprecated use `AtBRANDAt628700$inboundSchema` instead. */
6501
+ const inboundSchema: z.ZodType<AtBRANDAt628700, z.ZodTypeDef, unknown>;
6502
+ /** @deprecated use `AtBRANDAt628700$outboundSchema` instead. */
6503
+ const outboundSchema: z.ZodType<AtBRANDAt628700$Outbound, z.ZodTypeDef, AtBRANDAt628700>;
6504
+ /** @deprecated use `AtBRANDAt628700$Outbound` instead. */
6505
+ type Outbound = AtBRANDAt628700$Outbound;
6506
6506
  }
6507
- export declare function atBRANDAt613422ToJSON(atBRANDAt613422: AtBRANDAt613422): string;
6508
- export declare function atBRANDAt613422FromJSON(jsonString: string): SafeParseResult<AtBRANDAt613422, SDKValidationError>;
6507
+ export declare function atBRANDAt628700ToJSON(atBRANDAt628700: AtBRANDAt628700): string;
6508
+ export declare function atBRANDAt628700FromJSON(jsonString: string): SafeParseResult<AtBRANDAt628700, SDKValidationError>;
6509
6509
  /** @internal */
6510
6510
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
6511
6511
  /** @internal */
6512
6512
  export type MinLength$Outbound = {
6513
- "__@BRAND@613422": AtBRANDAt613422$Outbound;
6513
+ "__@BRAND@628700": AtBRANDAt628700$Outbound;
6514
6514
  };
6515
6515
  /** @internal */
6516
6516
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
@@ -6529,30 +6529,30 @@ export declare namespace MinLength$ {
6529
6529
  export declare function minLengthToJSON(minLength: MinLength): string;
6530
6530
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
6531
6531
  /** @internal */
6532
- export declare const PropertiesAtBRANDAt613422$inboundSchema: z.ZodType<PropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
6532
+ export declare const PropertiesAtBRANDAt628700$inboundSchema: z.ZodType<PropertiesAtBRANDAt628700, z.ZodTypeDef, unknown>;
6533
6533
  /** @internal */
6534
- export type PropertiesAtBRANDAt613422$Outbound = {};
6534
+ export type PropertiesAtBRANDAt628700$Outbound = {};
6535
6535
  /** @internal */
6536
- export declare const PropertiesAtBRANDAt613422$outboundSchema: z.ZodType<PropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt613422>;
6536
+ export declare const PropertiesAtBRANDAt628700$outboundSchema: z.ZodType<PropertiesAtBRANDAt628700$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt628700>;
6537
6537
  /**
6538
6538
  * @internal
6539
6539
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6540
6540
  */
6541
- export declare namespace PropertiesAtBRANDAt613422$ {
6542
- /** @deprecated use `PropertiesAtBRANDAt613422$inboundSchema` instead. */
6543
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
6544
- /** @deprecated use `PropertiesAtBRANDAt613422$outboundSchema` instead. */
6545
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt613422>;
6546
- /** @deprecated use `PropertiesAtBRANDAt613422$Outbound` instead. */
6547
- type Outbound = PropertiesAtBRANDAt613422$Outbound;
6541
+ export declare namespace PropertiesAtBRANDAt628700$ {
6542
+ /** @deprecated use `PropertiesAtBRANDAt628700$inboundSchema` instead. */
6543
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt628700, z.ZodTypeDef, unknown>;
6544
+ /** @deprecated use `PropertiesAtBRANDAt628700$outboundSchema` instead. */
6545
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt628700$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt628700>;
6546
+ /** @deprecated use `PropertiesAtBRANDAt628700$Outbound` instead. */
6547
+ type Outbound = PropertiesAtBRANDAt628700$Outbound;
6548
6548
  }
6549
- export declare function propertiesAtBRANDAt613422ToJSON(propertiesAtBRANDAt613422: PropertiesAtBRANDAt613422): string;
6550
- export declare function propertiesAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt613422, SDKValidationError>;
6549
+ export declare function propertiesAtBRANDAt628700ToJSON(propertiesAtBRANDAt628700: PropertiesAtBRANDAt628700): string;
6550
+ export declare function propertiesAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt628700, SDKValidationError>;
6551
6551
  /** @internal */
6552
6552
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
6553
6553
  /** @internal */
6554
6554
  export type MaxLength$Outbound = {
6555
- "__@BRAND@613422": PropertiesAtBRANDAt613422$Outbound;
6555
+ "__@BRAND@628700": PropertiesAtBRANDAt628700$Outbound;
6556
6556
  };
6557
6557
  /** @internal */
6558
6558
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
@@ -6571,30 +6571,30 @@ export declare namespace MaxLength$ {
6571
6571
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
6572
6572
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
6573
6573
  /** @internal */
6574
- export declare const GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
6574
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt628700, z.ZodTypeDef, unknown>;
6575
6575
  /** @internal */
6576
- export type GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound = {};
6576
+ export type GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound = {};
6577
6577
  /** @internal */
6578
- export declare const GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt613422>;
6578
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt628700>;
6579
6579
  /**
6580
6580
  * @internal
6581
6581
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6582
6582
  */
6583
- export declare namespace GetConfigurationProductsPropertiesAtBRANDAt613422$ {
6584
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema` instead. */
6585
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422, z.ZodTypeDef, unknown>;
6586
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema` instead. */
6587
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt613422>;
6588
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound` instead. */
6589
- type Outbound = GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound;
6583
+ export declare namespace GetConfigurationProductsPropertiesAtBRANDAt628700$ {
6584
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema` instead. */
6585
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt628700, z.ZodTypeDef, unknown>;
6586
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema` instead. */
6587
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt628700>;
6588
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound` instead. */
6589
+ type Outbound = GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound;
6590
6590
  }
6591
- export declare function getConfigurationProductsPropertiesAtBRANDAt613422ToJSON(getConfigurationProductsPropertiesAtBRANDAt613422: GetConfigurationProductsPropertiesAtBRANDAt613422): string;
6592
- export declare function getConfigurationProductsPropertiesAtBRANDAt613422FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt613422, SDKValidationError>;
6591
+ export declare function getConfigurationProductsPropertiesAtBRANDAt628700ToJSON(getConfigurationProductsPropertiesAtBRANDAt628700: GetConfigurationProductsPropertiesAtBRANDAt628700): string;
6592
+ export declare function getConfigurationProductsPropertiesAtBRANDAt628700FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt628700, SDKValidationError>;
6593
6593
  /** @internal */
6594
6594
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
6595
6595
  /** @internal */
6596
6596
  export type Pattern$Outbound = {
6597
- "__@BRAND@613422": GetConfigurationProductsPropertiesAtBRANDAt613422$Outbound;
6597
+ "__@BRAND@628700": GetConfigurationProductsPropertiesAtBRANDAt628700$Outbound;
6598
6598
  };
6599
6599
  /** @internal */
6600
6600
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;