@vercel/sdk 1.11.2 → 1.11.4

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 (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -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 GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164 = {};
175
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899 = {};
176
176
  export type PropertiesValue = {
177
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164;
177
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899;
178
178
  };
179
179
  export declare const GetConfigurationProductsDisabled3: {
180
180
  readonly Update: "update";
@@ -211,17 +211,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
211
211
  readonly String: "string";
212
212
  };
213
213
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
214
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164 = {};
214
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899 = {};
215
215
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
216
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164;
216
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899;
217
217
  };
218
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164 = {};
218
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899 = {};
219
219
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
220
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164;
220
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899;
221
221
  };
222
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164 = {};
222
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899 = {};
223
223
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
224
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164;
224
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899;
225
225
  };
226
226
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
227
227
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -232,9 +232,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
232
232
  default?: string | undefined;
233
233
  enum?: Array<string> | undefined;
234
234
  };
235
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164 = {};
235
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899 = {};
236
236
  export type GetConfigurationProductsUiOptionsValue = {
237
- atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164;
237
+ atBRANDAt512899: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899;
238
238
  };
239
239
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
240
240
  readonly Update: "update";
@@ -259,9 +259,9 @@ export type GetConfigurationProductsUiOptions3 = {
259
259
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
260
260
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
261
261
  };
262
- export type GetConfigurationProductsUiOptionsAtBRANDAt513164 = {};
262
+ export type GetConfigurationProductsUiOptionsAtBRANDAt512899 = {};
263
263
  export type GetConfigurationProductsUiOptions2 = {
264
- atBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164;
264
+ atBRANDAt512899: GetConfigurationProductsUiOptionsAtBRANDAt512899;
265
265
  };
266
266
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
267
267
  readonly Update: "update";
@@ -322,13 +322,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
322
322
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
323
323
  expr: string;
324
324
  };
325
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164 = {};
325
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899 = {};
326
326
  export type Default = {
327
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164;
327
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899;
328
328
  };
329
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164 = {};
329
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899 = {};
330
330
  export type Example = {
331
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164;
331
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899;
332
332
  };
333
333
  export type Properties8 = {
334
334
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -356,9 +356,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
356
356
  readonly VercelRegion: "vercel-region";
357
357
  };
358
358
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
359
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164 = {};
359
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899 = {};
360
360
  export type UiOptionsValue = {
361
- atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164;
361
+ atBRANDAt512899: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899;
362
362
  };
363
363
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
364
364
  readonly Update: "update";
@@ -383,9 +383,9 @@ export type UiOptions3 = {
383
383
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
384
384
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
385
385
  };
386
- export type UiOptionsAtBRANDAt513164 = {};
386
+ export type UiOptionsAtBRANDAt512899 = {};
387
387
  export type UiOptions2 = {
388
- atBRANDAt513164: UiOptionsAtBRANDAt513164;
388
+ atBRANDAt512899: UiOptionsAtBRANDAt512899;
389
389
  };
390
390
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
391
391
  readonly Update: "update";
@@ -412,17 +412,17 @@ export type UiOptions1 = {
412
412
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
413
413
  };
414
414
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
415
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164 = {};
415
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899 = {};
416
416
  export type GetConfigurationProductsPropertiesMinLength = {
417
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164;
417
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899;
418
418
  };
419
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164 = {};
419
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899 = {};
420
420
  export type GetConfigurationProductsPropertiesMaxLength = {
421
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164;
421
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899;
422
422
  };
423
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164 = {};
423
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899 = {};
424
424
  export type GetConfigurationProductsPropertiesPattern = {
425
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164;
425
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899;
426
426
  };
427
427
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
428
428
  readonly Update: "update";
@@ -488,17 +488,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
488
488
  readonly String: "string";
489
489
  };
490
490
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
491
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164 = {};
491
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899 = {};
492
492
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
493
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164;
493
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899;
494
494
  };
495
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164 = {};
495
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899 = {};
496
496
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
497
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164;
497
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899;
498
498
  };
499
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164 = {};
499
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899 = {};
500
500
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
501
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164;
501
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899;
502
502
  };
503
503
  export type GetConfigurationProductsPropertiesItems = {
504
504
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
@@ -617,17 +617,17 @@ export type UiOptions = {
617
617
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
618
618
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
619
619
  };
620
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164 = {};
620
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899 = {};
621
621
  export type PropertiesMinLength = {
622
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164;
622
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899;
623
623
  };
624
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164 = {};
624
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899 = {};
625
625
  export type PropertiesMaxLength = {
626
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164;
626
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899;
627
627
  };
628
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164 = {};
628
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899 = {};
629
629
  export type PropertiesPattern = {
630
- atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164;
630
+ atBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899;
631
631
  };
632
632
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
633
633
  readonly Update: "update";
@@ -873,17 +873,17 @@ export declare const UiControl: {
873
873
  readonly Input: "input";
874
874
  };
875
875
  export type UiControl = ClosedEnum<typeof UiControl>;
876
- export type AtBRANDAt513164 = {};
876
+ export type AtBRANDAt512899 = {};
877
877
  export type MinLength = {
878
- atBRANDAt513164: AtBRANDAt513164;
878
+ atBRANDAt512899: AtBRANDAt512899;
879
879
  };
880
- export type PropertiesAtBRANDAt513164 = {};
880
+ export type PropertiesAtBRANDAt512899 = {};
881
881
  export type MaxLength = {
882
- atBRANDAt513164: PropertiesAtBRANDAt513164;
882
+ atBRANDAt512899: PropertiesAtBRANDAt512899;
883
883
  };
884
- export type GetConfigurationProductsPropertiesAtBRANDAt513164 = {};
884
+ export type GetConfigurationProductsPropertiesAtBRANDAt512899 = {};
885
885
  export type Pattern = {
886
- atBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164;
886
+ atBRANDAt512899: GetConfigurationProductsPropertiesAtBRANDAt512899;
887
887
  };
888
888
  export declare const UiReadOnly3: {
889
889
  readonly Update: "update";
@@ -1664,30 +1664,30 @@ export declare namespace GetConfigurationProductsType$ {
1664
1664
  }>;
1665
1665
  }
1666
1666
  /** @internal */
1667
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, z.ZodTypeDef, unknown>;
1667
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899, z.ZodTypeDef, unknown>;
1668
1668
  /** @internal */
1669
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound = {};
1669
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound = {};
1670
1670
  /** @internal */
1671
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164>;
1671
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899>;
1672
1672
  /**
1673
1673
  * @internal
1674
1674
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1675
1675
  */
1676
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$ {
1677
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema` instead. */
1678
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, z.ZodTypeDef, unknown>;
1679
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema` instead. */
1680
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164>;
1681
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound` instead. */
1682
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
1676
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$ {
1677
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema` instead. */
1678
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899, z.ZodTypeDef, unknown>;
1679
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema` instead. */
1680
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899>;
1681
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound` instead. */
1682
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound;
1683
1683
  }
1684
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164): string;
1685
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, SDKValidationError>;
1684
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899): string;
1685
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899, SDKValidationError>;
1686
1686
  /** @internal */
1687
1687
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1688
1688
  /** @internal */
1689
1689
  export type PropertiesValue$Outbound = {
1690
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
1690
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$Outbound;
1691
1691
  };
1692
1692
  /** @internal */
1693
1693
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1908,30 +1908,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
1908
1908
  }>;
1909
1909
  }
1910
1910
  /** @internal */
1911
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
1911
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899, z.ZodTypeDef, unknown>;
1912
1912
  /** @internal */
1913
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound = {};
1913
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound = {};
1914
1914
  /** @internal */
1915
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164>;
1915
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899>;
1916
1916
  /**
1917
1917
  * @internal
1918
1918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1919
1919
  */
1920
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$ {
1921
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
1922
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
1923
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
1924
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164>;
1925
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
1926
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
1920
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$ {
1921
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema` instead. */
1922
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899, z.ZodTypeDef, unknown>;
1923
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema` instead. */
1924
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899>;
1925
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound` instead. */
1926
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound;
1927
1927
  }
1928
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164): string;
1929
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
1928
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899): string;
1929
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899, SDKValidationError>;
1930
1930
  /** @internal */
1931
1931
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1932
1932
  /** @internal */
1933
1933
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
1934
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
1934
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$Outbound;
1935
1935
  };
1936
1936
  /** @internal */
1937
1937
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
@@ -1950,30 +1950,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1950
1950
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
1951
1951
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1952
1952
  /** @internal */
1953
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
1953
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899, z.ZodTypeDef, unknown>;
1954
1954
  /** @internal */
1955
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound = {};
1955
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound = {};
1956
1956
  /** @internal */
1957
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164>;
1957
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899>;
1958
1958
  /**
1959
1959
  * @internal
1960
1960
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1961
1961
  */
1962
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$ {
1963
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema` instead. */
1964
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
1965
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema` instead. */
1966
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164>;
1967
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound` instead. */
1968
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
1962
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$ {
1963
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema` instead. */
1964
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899, z.ZodTypeDef, unknown>;
1965
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema` instead. */
1966
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899>;
1967
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound` instead. */
1968
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound;
1969
1969
  }
1970
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164): string;
1971
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, SDKValidationError>;
1970
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899): string;
1971
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899, SDKValidationError>;
1972
1972
  /** @internal */
1973
1973
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1974
1974
  /** @internal */
1975
1975
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
1976
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
1976
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$Outbound;
1977
1977
  };
1978
1978
  /** @internal */
1979
1979
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
@@ -1992,30 +1992,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1992
1992
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
1993
1993
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1994
1994
  /** @internal */
1995
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, z.ZodTypeDef, unknown>;
1995
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899, z.ZodTypeDef, unknown>;
1996
1996
  /** @internal */
1997
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound = {};
1997
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound = {};
1998
1998
  /** @internal */
1999
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164>;
1999
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899>;
2000
2000
  /**
2001
2001
  * @internal
2002
2002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2003
2003
  */
2004
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$ {
2005
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema` instead. */
2006
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, z.ZodTypeDef, unknown>;
2007
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema` instead. */
2008
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164>;
2009
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound` instead. */
2010
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
2004
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$ {
2005
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema` instead. */
2006
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899, z.ZodTypeDef, unknown>;
2007
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema` instead. */
2008
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899>;
2009
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound` instead. */
2010
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound;
2011
2011
  }
2012
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164): string;
2013
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, SDKValidationError>;
2012
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899): string;
2013
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899, SDKValidationError>;
2014
2014
  /** @internal */
2015
2015
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2016
2016
  /** @internal */
2017
2017
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
2018
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
2018
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$Outbound;
2019
2019
  };
2020
2020
  /** @internal */
2021
2021
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -2062,30 +2062,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
2062
2062
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
2063
2063
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
2064
2064
  /** @internal */
2065
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
2065
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899, z.ZodTypeDef, unknown>;
2066
2066
  /** @internal */
2067
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound = {};
2067
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound = {};
2068
2068
  /** @internal */
2069
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164>;
2069
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899>;
2070
2070
  /**
2071
2071
  * @internal
2072
2072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2073
2073
  */
2074
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$ {
2075
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
2076
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
2077
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
2078
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164>;
2079
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
2080
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
2074
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$ {
2075
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema` instead. */
2076
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899, z.ZodTypeDef, unknown>;
2077
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema` instead. */
2078
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899>;
2079
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound` instead. */
2080
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound;
2081
2081
  }
2082
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164): string;
2083
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
2082
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899): string;
2083
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899, SDKValidationError>;
2084
2084
  /** @internal */
2085
2085
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
2086
2086
  /** @internal */
2087
2087
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
2088
- "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
2088
+ "__@BRAND@512899": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$Outbound;
2089
2089
  };
2090
2090
  /** @internal */
2091
2091
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -2252,30 +2252,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
2252
2252
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
2253
2253
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
2254
2254
  /** @internal */
2255
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2255
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt512899, z.ZodTypeDef, unknown>;
2256
2256
  /** @internal */
2257
- export type GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound = {};
2257
+ export type GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound = {};
2258
2258
  /** @internal */
2259
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt513164>;
2259
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt512899>;
2260
2260
  /**
2261
2261
  * @internal
2262
2262
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2263
2263
  */
2264
- export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt513164$ {
2265
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema` instead. */
2266
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2267
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema` instead. */
2268
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt513164>;
2269
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound` instead. */
2270
- type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
2264
+ export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt512899$ {
2265
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema` instead. */
2266
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt512899, z.ZodTypeDef, unknown>;
2267
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema` instead. */
2268
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt512899>;
2269
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound` instead. */
2270
+ type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound;
2271
2271
  }
2272
- export declare function getConfigurationProductsUiOptionsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsAtBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164): string;
2273
- export declare function getConfigurationProductsUiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt513164, SDKValidationError>;
2272
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsAtBRANDAt512899: GetConfigurationProductsUiOptionsAtBRANDAt512899): string;
2273
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt512899, SDKValidationError>;
2274
2274
  /** @internal */
2275
2275
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
2276
2276
  /** @internal */
2277
2277
  export type GetConfigurationProductsUiOptions2$Outbound = {
2278
- "__@BRAND@513164": GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
2278
+ "__@BRAND@512899": GetConfigurationProductsUiOptionsAtBRANDAt512899$Outbound;
2279
2279
  };
2280
2280
  /** @internal */
2281
2281
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -2713,30 +2713,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2713
2713
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
2714
2714
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
2715
2715
  /** @internal */
2716
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, z.ZodTypeDef, unknown>;
2716
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899, z.ZodTypeDef, unknown>;
2717
2717
  /** @internal */
2718
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound = {};
2718
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound = {};
2719
2719
  /** @internal */
2720
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164>;
2720
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899>;
2721
2721
  /**
2722
2722
  * @internal
2723
2723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2724
2724
  */
2725
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$ {
2726
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema` instead. */
2727
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, z.ZodTypeDef, unknown>;
2728
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema` instead. */
2729
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164>;
2730
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound` instead. */
2731
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
2725
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$ {
2726
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema` instead. */
2727
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899, z.ZodTypeDef, unknown>;
2728
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema` instead. */
2729
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899>;
2730
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound` instead. */
2731
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound;
2732
2732
  }
2733
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164): string;
2734
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, SDKValidationError>;
2733
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899): string;
2734
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899, SDKValidationError>;
2735
2735
  /** @internal */
2736
2736
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
2737
2737
  /** @internal */
2738
2738
  export type Default$Outbound = {
2739
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
2739
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$Outbound;
2740
2740
  };
2741
2741
  /** @internal */
2742
2742
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
@@ -2755,30 +2755,30 @@ export declare namespace Default$ {
2755
2755
  export declare function defaultToJSON(value: Default): string;
2756
2756
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
2757
2757
  /** @internal */
2758
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, z.ZodTypeDef, unknown>;
2758
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899, z.ZodTypeDef, unknown>;
2759
2759
  /** @internal */
2760
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound = {};
2760
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound = {};
2761
2761
  /** @internal */
2762
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164>;
2762
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899>;
2763
2763
  /**
2764
2764
  * @internal
2765
2765
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2766
2766
  */
2767
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$ {
2768
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema` instead. */
2769
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, z.ZodTypeDef, unknown>;
2770
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema` instead. */
2771
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164>;
2772
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound` instead. */
2773
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
2767
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$ {
2768
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema` instead. */
2769
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899, z.ZodTypeDef, unknown>;
2770
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema` instead. */
2771
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899>;
2772
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound` instead. */
2773
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound;
2774
2774
  }
2775
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164): string;
2776
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, SDKValidationError>;
2775
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899): string;
2776
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899, SDKValidationError>;
2777
2777
  /** @internal */
2778
2778
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
2779
2779
  /** @internal */
2780
2780
  export type Example$Outbound = {
2781
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
2781
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$Outbound;
2782
2782
  };
2783
2783
  /** @internal */
2784
2784
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -2870,30 +2870,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2870
2870
  }>;
2871
2871
  }
2872
2872
  /** @internal */
2873
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2873
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899, z.ZodTypeDef, unknown>;
2874
2874
  /** @internal */
2875
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound = {};
2875
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound = {};
2876
2876
  /** @internal */
2877
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164>;
2877
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899>;
2878
2878
  /**
2879
2879
  * @internal
2880
2880
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2881
2881
  */
2882
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$ {
2883
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema` instead. */
2884
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2885
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema` instead. */
2886
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164>;
2887
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound` instead. */
2888
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
2882
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$ {
2883
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema` instead. */
2884
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899, z.ZodTypeDef, unknown>;
2885
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema` instead. */
2886
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899>;
2887
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound` instead. */
2888
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound;
2889
2889
  }
2890
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164): string;
2891
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, SDKValidationError>;
2890
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899): string;
2891
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899, SDKValidationError>;
2892
2892
  /** @internal */
2893
2893
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
2894
2894
  /** @internal */
2895
2895
  export type UiOptionsValue$Outbound = {
2896
- "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
2896
+ "__@BRAND@512899": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$Outbound;
2897
2897
  };
2898
2898
  /** @internal */
2899
2899
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -3060,30 +3060,30 @@ export declare namespace UiOptions3$ {
3060
3060
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
3061
3061
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
3062
3062
  /** @internal */
3063
- export declare const UiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<UiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3063
+ export declare const UiOptionsAtBRANDAt512899$inboundSchema: z.ZodType<UiOptionsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3064
3064
  /** @internal */
3065
- export type UiOptionsAtBRANDAt513164$Outbound = {};
3065
+ export type UiOptionsAtBRANDAt512899$Outbound = {};
3066
3066
  /** @internal */
3067
- export declare const UiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<UiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt513164>;
3067
+ export declare const UiOptionsAtBRANDAt512899$outboundSchema: z.ZodType<UiOptionsAtBRANDAt512899$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt512899>;
3068
3068
  /**
3069
3069
  * @internal
3070
3070
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3071
3071
  */
3072
- export declare namespace UiOptionsAtBRANDAt513164$ {
3073
- /** @deprecated use `UiOptionsAtBRANDAt513164$inboundSchema` instead. */
3074
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3075
- /** @deprecated use `UiOptionsAtBRANDAt513164$outboundSchema` instead. */
3076
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt513164>;
3077
- /** @deprecated use `UiOptionsAtBRANDAt513164$Outbound` instead. */
3078
- type Outbound = UiOptionsAtBRANDAt513164$Outbound;
3072
+ export declare namespace UiOptionsAtBRANDAt512899$ {
3073
+ /** @deprecated use `UiOptionsAtBRANDAt512899$inboundSchema` instead. */
3074
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3075
+ /** @deprecated use `UiOptionsAtBRANDAt512899$outboundSchema` instead. */
3076
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt512899$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt512899>;
3077
+ /** @deprecated use `UiOptionsAtBRANDAt512899$Outbound` instead. */
3078
+ type Outbound = UiOptionsAtBRANDAt512899$Outbound;
3079
3079
  }
3080
- export declare function uiOptionsAtBRANDAt513164ToJSON(uiOptionsAtBRANDAt513164: UiOptionsAtBRANDAt513164): string;
3081
- export declare function uiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt513164, SDKValidationError>;
3080
+ export declare function uiOptionsAtBRANDAt512899ToJSON(uiOptionsAtBRANDAt512899: UiOptionsAtBRANDAt512899): string;
3081
+ export declare function uiOptionsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt512899, SDKValidationError>;
3082
3082
  /** @internal */
3083
3083
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
3084
3084
  /** @internal */
3085
3085
  export type UiOptions2$Outbound = {
3086
- "__@BRAND@513164": UiOptionsAtBRANDAt513164$Outbound;
3086
+ "__@BRAND@512899": UiOptionsAtBRANDAt512899$Outbound;
3087
3087
  };
3088
3088
  /** @internal */
3089
3089
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -3271,30 +3271,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
3271
3271
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
3272
3272
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
3273
3273
  /** @internal */
3274
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, z.ZodTypeDef, unknown>;
3274
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899, z.ZodTypeDef, unknown>;
3275
3275
  /** @internal */
3276
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound = {};
3276
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound = {};
3277
3277
  /** @internal */
3278
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164>;
3278
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899>;
3279
3279
  /**
3280
3280
  * @internal
3281
3281
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3282
3282
  */
3283
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$ {
3284
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema` instead. */
3285
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, z.ZodTypeDef, unknown>;
3286
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema` instead. */
3287
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164>;
3288
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound` instead. */
3289
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
3283
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$ {
3284
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema` instead. */
3285
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899, z.ZodTypeDef, unknown>;
3286
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema` instead. */
3287
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899>;
3288
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound` instead. */
3289
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound;
3290
3290
  }
3291
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164): string;
3292
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, SDKValidationError>;
3291
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899): string;
3292
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899, SDKValidationError>;
3293
3293
  /** @internal */
3294
3294
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
3295
3295
  /** @internal */
3296
3296
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
3297
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
3297
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$Outbound;
3298
3298
  };
3299
3299
  /** @internal */
3300
3300
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
@@ -3313,30 +3313,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
3313
3313
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
3314
3314
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
3315
3315
  /** @internal */
3316
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, z.ZodTypeDef, unknown>;
3316
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899, z.ZodTypeDef, unknown>;
3317
3317
  /** @internal */
3318
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound = {};
3318
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound = {};
3319
3319
  /** @internal */
3320
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164>;
3320
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899>;
3321
3321
  /**
3322
3322
  * @internal
3323
3323
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3324
3324
  */
3325
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$ {
3326
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema` instead. */
3327
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, z.ZodTypeDef, unknown>;
3328
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema` instead. */
3329
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164>;
3330
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound` instead. */
3331
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
3325
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$ {
3326
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema` instead. */
3327
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899, z.ZodTypeDef, unknown>;
3328
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema` instead. */
3329
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899>;
3330
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound` instead. */
3331
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound;
3332
3332
  }
3333
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164): string;
3334
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, SDKValidationError>;
3333
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899): string;
3334
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899, SDKValidationError>;
3335
3335
  /** @internal */
3336
3336
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
3337
3337
  /** @internal */
3338
3338
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
3339
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
3339
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$Outbound;
3340
3340
  };
3341
3341
  /** @internal */
3342
3342
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
@@ -3355,30 +3355,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
3355
3355
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
3356
3356
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
3357
3357
  /** @internal */
3358
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3358
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3359
3359
  /** @internal */
3360
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound = {};
3360
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound = {};
3361
3361
  /** @internal */
3362
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164>;
3362
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899>;
3363
3363
  /**
3364
3364
  * @internal
3365
3365
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3366
3366
  */
3367
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$ {
3368
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema` instead. */
3369
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3370
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema` instead. */
3371
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164>;
3372
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound` instead. */
3373
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
3367
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$ {
3368
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema` instead. */
3369
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3370
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema` instead. */
3371
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899>;
3372
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound` instead. */
3373
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound;
3374
3374
  }
3375
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164): string;
3376
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, SDKValidationError>;
3375
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899): string;
3376
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899, SDKValidationError>;
3377
3377
  /** @internal */
3378
3378
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
3379
3379
  /** @internal */
3380
3380
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
3381
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
3381
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$Outbound;
3382
3382
  };
3383
3383
  /** @internal */
3384
3384
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -3738,30 +3738,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3738
3738
  }>;
3739
3739
  }
3740
3740
  /** @internal */
3741
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
3741
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899, z.ZodTypeDef, unknown>;
3742
3742
  /** @internal */
3743
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound = {};
3743
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound = {};
3744
3744
  /** @internal */
3745
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164>;
3745
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899>;
3746
3746
  /**
3747
3747
  * @internal
3748
3748
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3749
3749
  */
3750
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$ {
3751
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema` instead. */
3752
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
3753
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema` instead. */
3754
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164>;
3755
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound` instead. */
3756
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
3750
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$ {
3751
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema` instead. */
3752
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899, z.ZodTypeDef, unknown>;
3753
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema` instead. */
3754
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899>;
3755
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound` instead. */
3756
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound;
3757
3757
  }
3758
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164): string;
3759
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
3758
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899): string;
3759
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899, SDKValidationError>;
3760
3760
  /** @internal */
3761
3761
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3762
3762
  /** @internal */
3763
3763
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3764
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
3764
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$Outbound;
3765
3765
  };
3766
3766
  /** @internal */
3767
3767
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
@@ -3780,30 +3780,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
3780
3780
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
3781
3781
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
3782
3782
  /** @internal */
3783
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, z.ZodTypeDef, unknown>;
3783
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899, z.ZodTypeDef, unknown>;
3784
3784
  /** @internal */
3785
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound = {};
3785
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound = {};
3786
3786
  /** @internal */
3787
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164>;
3787
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899>;
3788
3788
  /**
3789
3789
  * @internal
3790
3790
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3791
3791
  */
3792
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$ {
3793
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema` instead. */
3794
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, z.ZodTypeDef, unknown>;
3795
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema` instead. */
3796
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164>;
3797
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound` instead. */
3798
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
3792
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$ {
3793
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema` instead. */
3794
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899, z.ZodTypeDef, unknown>;
3795
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema` instead. */
3796
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899>;
3797
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound` instead. */
3798
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound;
3799
3799
  }
3800
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164): string;
3801
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, SDKValidationError>;
3800
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899): string;
3801
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899, SDKValidationError>;
3802
3802
  /** @internal */
3803
3803
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3804
3804
  /** @internal */
3805
3805
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3806
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
3806
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$Outbound;
3807
3807
  };
3808
3808
  /** @internal */
3809
3809
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
@@ -3822,30 +3822,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
3822
3822
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
3823
3823
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
3824
3824
  /** @internal */
3825
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3825
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3826
3826
  /** @internal */
3827
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound = {};
3827
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound = {};
3828
3828
  /** @internal */
3829
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164>;
3829
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899>;
3830
3830
  /**
3831
3831
  * @internal
3832
3832
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3833
3833
  */
3834
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$ {
3835
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema` instead. */
3836
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3837
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema` instead. */
3838
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164>;
3839
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound` instead. */
3840
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
3834
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$ {
3835
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema` instead. */
3836
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899, z.ZodTypeDef, unknown>;
3837
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema` instead. */
3838
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899>;
3839
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound` instead. */
3840
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound;
3841
3841
  }
3842
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164): string;
3843
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, SDKValidationError>;
3842
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899): string;
3843
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899, SDKValidationError>;
3844
3844
  /** @internal */
3845
3845
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3846
3846
  /** @internal */
3847
3847
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
3848
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
3848
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$Outbound;
3849
3849
  };
3850
3850
  /** @internal */
3851
3851
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
@@ -4513,30 +4513,30 @@ export declare namespace UiOptions$ {
4513
4513
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
4514
4514
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
4515
4515
  /** @internal */
4516
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
4516
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899, z.ZodTypeDef, unknown>;
4517
4517
  /** @internal */
4518
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound = {};
4518
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound = {};
4519
4519
  /** @internal */
4520
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164>;
4520
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899>;
4521
4521
  /**
4522
4522
  * @internal
4523
4523
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4524
4524
  */
4525
- export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$ {
4526
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema` instead. */
4527
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
4528
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema` instead. */
4529
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164>;
4530
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound` instead. */
4531
- type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
4525
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$ {
4526
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema` instead. */
4527
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899, z.ZodTypeDef, unknown>;
4528
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema` instead. */
4529
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899>;
4530
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound` instead. */
4531
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound;
4532
4532
  }
4533
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164): string;
4534
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, SDKValidationError>;
4533
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899): string;
4534
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899, SDKValidationError>;
4535
4535
  /** @internal */
4536
4536
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
4537
4537
  /** @internal */
4538
4538
  export type PropertiesMinLength$Outbound = {
4539
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
4539
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$Outbound;
4540
4540
  };
4541
4541
  /** @internal */
4542
4542
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
@@ -4555,30 +4555,30 @@ export declare namespace PropertiesMinLength$ {
4555
4555
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
4556
4556
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
4557
4557
  /** @internal */
4558
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
4558
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899, z.ZodTypeDef, unknown>;
4559
4559
  /** @internal */
4560
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound = {};
4560
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound = {};
4561
4561
  /** @internal */
4562
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164>;
4562
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899>;
4563
4563
  /**
4564
4564
  * @internal
4565
4565
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4566
4566
  */
4567
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$ {
4568
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema` instead. */
4569
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
4570
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema` instead. */
4571
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164>;
4572
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound` instead. */
4573
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
4567
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$ {
4568
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema` instead. */
4569
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899, z.ZodTypeDef, unknown>;
4570
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema` instead. */
4571
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899>;
4572
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound` instead. */
4573
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound;
4574
4574
  }
4575
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164): string;
4576
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
4575
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899): string;
4576
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899, SDKValidationError>;
4577
4577
  /** @internal */
4578
4578
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
4579
4579
  /** @internal */
4580
4580
  export type PropertiesMaxLength$Outbound = {
4581
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
4581
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$Outbound;
4582
4582
  };
4583
4583
  /** @internal */
4584
4584
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
@@ -4597,30 +4597,30 @@ export declare namespace PropertiesMaxLength$ {
4597
4597
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
4598
4598
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
4599
4599
  /** @internal */
4600
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, z.ZodTypeDef, unknown>;
4600
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899, z.ZodTypeDef, unknown>;
4601
4601
  /** @internal */
4602
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound = {};
4602
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound = {};
4603
4603
  /** @internal */
4604
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164>;
4604
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899>;
4605
4605
  /**
4606
4606
  * @internal
4607
4607
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4608
4608
  */
4609
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$ {
4610
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema` instead. */
4611
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, z.ZodTypeDef, unknown>;
4612
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema` instead. */
4613
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164>;
4614
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound` instead. */
4615
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
4609
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$ {
4610
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema` instead. */
4611
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899, z.ZodTypeDef, unknown>;
4612
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema` instead. */
4613
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899>;
4614
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound` instead. */
4615
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound;
4616
4616
  }
4617
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164): string;
4618
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, SDKValidationError>;
4617
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899): string;
4618
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899, SDKValidationError>;
4619
4619
  /** @internal */
4620
4620
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
4621
4621
  /** @internal */
4622
4622
  export type PropertiesPattern$Outbound = {
4623
- "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
4623
+ "__@BRAND@512899": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$Outbound;
4624
4624
  };
4625
4625
  /** @internal */
4626
4626
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -5968,30 +5968,30 @@ export declare namespace UiControl$ {
5968
5968
  }>;
5969
5969
  }
5970
5970
  /** @internal */
5971
- export declare const AtBRANDAt513164$inboundSchema: z.ZodType<AtBRANDAt513164, z.ZodTypeDef, unknown>;
5971
+ export declare const AtBRANDAt512899$inboundSchema: z.ZodType<AtBRANDAt512899, z.ZodTypeDef, unknown>;
5972
5972
  /** @internal */
5973
- export type AtBRANDAt513164$Outbound = {};
5973
+ export type AtBRANDAt512899$Outbound = {};
5974
5974
  /** @internal */
5975
- export declare const AtBRANDAt513164$outboundSchema: z.ZodType<AtBRANDAt513164$Outbound, z.ZodTypeDef, AtBRANDAt513164>;
5975
+ export declare const AtBRANDAt512899$outboundSchema: z.ZodType<AtBRANDAt512899$Outbound, z.ZodTypeDef, AtBRANDAt512899>;
5976
5976
  /**
5977
5977
  * @internal
5978
5978
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5979
5979
  */
5980
- export declare namespace AtBRANDAt513164$ {
5981
- /** @deprecated use `AtBRANDAt513164$inboundSchema` instead. */
5982
- const inboundSchema: z.ZodType<AtBRANDAt513164, z.ZodTypeDef, unknown>;
5983
- /** @deprecated use `AtBRANDAt513164$outboundSchema` instead. */
5984
- const outboundSchema: z.ZodType<AtBRANDAt513164$Outbound, z.ZodTypeDef, AtBRANDAt513164>;
5985
- /** @deprecated use `AtBRANDAt513164$Outbound` instead. */
5986
- type Outbound = AtBRANDAt513164$Outbound;
5980
+ export declare namespace AtBRANDAt512899$ {
5981
+ /** @deprecated use `AtBRANDAt512899$inboundSchema` instead. */
5982
+ const inboundSchema: z.ZodType<AtBRANDAt512899, z.ZodTypeDef, unknown>;
5983
+ /** @deprecated use `AtBRANDAt512899$outboundSchema` instead. */
5984
+ const outboundSchema: z.ZodType<AtBRANDAt512899$Outbound, z.ZodTypeDef, AtBRANDAt512899>;
5985
+ /** @deprecated use `AtBRANDAt512899$Outbound` instead. */
5986
+ type Outbound = AtBRANDAt512899$Outbound;
5987
5987
  }
5988
- export declare function atBRANDAt513164ToJSON(atBRANDAt513164: AtBRANDAt513164): string;
5989
- export declare function atBRANDAt513164FromJSON(jsonString: string): SafeParseResult<AtBRANDAt513164, SDKValidationError>;
5988
+ export declare function atBRANDAt512899ToJSON(atBRANDAt512899: AtBRANDAt512899): string;
5989
+ export declare function atBRANDAt512899FromJSON(jsonString: string): SafeParseResult<AtBRANDAt512899, SDKValidationError>;
5990
5990
  /** @internal */
5991
5991
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
5992
5992
  /** @internal */
5993
5993
  export type MinLength$Outbound = {
5994
- "__@BRAND@513164": AtBRANDAt513164$Outbound;
5994
+ "__@BRAND@512899": AtBRANDAt512899$Outbound;
5995
5995
  };
5996
5996
  /** @internal */
5997
5997
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
@@ -6010,30 +6010,30 @@ export declare namespace MinLength$ {
6010
6010
  export declare function minLengthToJSON(minLength: MinLength): string;
6011
6011
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
6012
6012
  /** @internal */
6013
- export declare const PropertiesAtBRANDAt513164$inboundSchema: z.ZodType<PropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6013
+ export declare const PropertiesAtBRANDAt512899$inboundSchema: z.ZodType<PropertiesAtBRANDAt512899, z.ZodTypeDef, unknown>;
6014
6014
  /** @internal */
6015
- export type PropertiesAtBRANDAt513164$Outbound = {};
6015
+ export type PropertiesAtBRANDAt512899$Outbound = {};
6016
6016
  /** @internal */
6017
- export declare const PropertiesAtBRANDAt513164$outboundSchema: z.ZodType<PropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt513164>;
6017
+ export declare const PropertiesAtBRANDAt512899$outboundSchema: z.ZodType<PropertiesAtBRANDAt512899$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt512899>;
6018
6018
  /**
6019
6019
  * @internal
6020
6020
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6021
6021
  */
6022
- export declare namespace PropertiesAtBRANDAt513164$ {
6023
- /** @deprecated use `PropertiesAtBRANDAt513164$inboundSchema` instead. */
6024
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6025
- /** @deprecated use `PropertiesAtBRANDAt513164$outboundSchema` instead. */
6026
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt513164>;
6027
- /** @deprecated use `PropertiesAtBRANDAt513164$Outbound` instead. */
6028
- type Outbound = PropertiesAtBRANDAt513164$Outbound;
6022
+ export declare namespace PropertiesAtBRANDAt512899$ {
6023
+ /** @deprecated use `PropertiesAtBRANDAt512899$inboundSchema` instead. */
6024
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt512899, z.ZodTypeDef, unknown>;
6025
+ /** @deprecated use `PropertiesAtBRANDAt512899$outboundSchema` instead. */
6026
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt512899$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt512899>;
6027
+ /** @deprecated use `PropertiesAtBRANDAt512899$Outbound` instead. */
6028
+ type Outbound = PropertiesAtBRANDAt512899$Outbound;
6029
6029
  }
6030
- export declare function propertiesAtBRANDAt513164ToJSON(propertiesAtBRANDAt513164: PropertiesAtBRANDAt513164): string;
6031
- export declare function propertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt513164, SDKValidationError>;
6030
+ export declare function propertiesAtBRANDAt512899ToJSON(propertiesAtBRANDAt512899: PropertiesAtBRANDAt512899): string;
6031
+ export declare function propertiesAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt512899, SDKValidationError>;
6032
6032
  /** @internal */
6033
6033
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
6034
6034
  /** @internal */
6035
6035
  export type MaxLength$Outbound = {
6036
- "__@BRAND@513164": PropertiesAtBRANDAt513164$Outbound;
6036
+ "__@BRAND@512899": PropertiesAtBRANDAt512899$Outbound;
6037
6037
  };
6038
6038
  /** @internal */
6039
6039
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
@@ -6052,30 +6052,30 @@ export declare namespace MaxLength$ {
6052
6052
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
6053
6053
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
6054
6054
  /** @internal */
6055
- export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6055
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt512899, z.ZodTypeDef, unknown>;
6056
6056
  /** @internal */
6057
- export type GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound = {};
6057
+ export type GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound = {};
6058
6058
  /** @internal */
6059
- export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt513164>;
6059
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt512899>;
6060
6060
  /**
6061
6061
  * @internal
6062
6062
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6063
6063
  */
6064
- export declare namespace GetConfigurationProductsPropertiesAtBRANDAt513164$ {
6065
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema` instead. */
6066
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
6067
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema` instead. */
6068
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt513164>;
6069
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound` instead. */
6070
- type Outbound = GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
6064
+ export declare namespace GetConfigurationProductsPropertiesAtBRANDAt512899$ {
6065
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema` instead. */
6066
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt512899, z.ZodTypeDef, unknown>;
6067
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema` instead. */
6068
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt512899>;
6069
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound` instead. */
6070
+ type Outbound = GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound;
6071
6071
  }
6072
- export declare function getConfigurationProductsPropertiesAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesAtBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164): string;
6073
- export declare function getConfigurationProductsPropertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt513164, SDKValidationError>;
6072
+ export declare function getConfigurationProductsPropertiesAtBRANDAt512899ToJSON(getConfigurationProductsPropertiesAtBRANDAt512899: GetConfigurationProductsPropertiesAtBRANDAt512899): string;
6073
+ export declare function getConfigurationProductsPropertiesAtBRANDAt512899FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt512899, SDKValidationError>;
6074
6074
  /** @internal */
6075
6075
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
6076
6076
  /** @internal */
6077
6077
  export type Pattern$Outbound = {
6078
- "__@BRAND@513164": GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
6078
+ "__@BRAND@512899": GetConfigurationProductsPropertiesAtBRANDAt512899$Outbound;
6079
6079
  };
6080
6080
  /** @internal */
6081
6081
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;