@vercel/sdk 1.11.0 → 1.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -99,11 +99,29 @@ export declare const Format: {
99
99
  export type Format = ClosedEnum<typeof Format>;
100
100
  export type LogDrain = {
101
101
  status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus;
102
+ endpoint: string;
103
+ headers?: {
104
+ [k: string]: string;
105
+ } | undefined;
102
106
  format: Format;
107
+ };
108
+ export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus: {
109
+ readonly Disabled: "disabled";
110
+ readonly Enabled: "enabled";
111
+ };
112
+ export type GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus = ClosedEnum<typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus>;
113
+ export declare const GetConfigurationProductsFormat: {
114
+ readonly Json: "json";
115
+ readonly Proto: "proto";
116
+ };
117
+ export type GetConfigurationProductsFormat = ClosedEnum<typeof GetConfigurationProductsFormat>;
118
+ export type TraceDrain = {
119
+ status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus;
103
120
  endpoint: string;
104
121
  headers?: {
105
122
  [k: string]: string;
106
123
  } | undefined;
124
+ format: GetConfigurationProductsFormat;
107
125
  };
108
126
  export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus: {
109
127
  readonly Disabled: "disabled";
@@ -131,6 +149,7 @@ export type Protocols = {
131
149
  workflow?: Workflow | undefined;
132
150
  checks?: GetConfigurationProductsChecks | undefined;
133
151
  logDrain?: LogDrain | undefined;
152
+ traceDrain?: TraceDrain | undefined;
134
153
  messaging?: Messaging | undefined;
135
154
  other?: Other | undefined;
136
155
  };
@@ -144,6 +163,7 @@ export declare const PrimaryProtocol: {
144
163
  readonly Workflow: "workflow";
145
164
  readonly Checks: "checks";
146
165
  readonly LogDrain: "logDrain";
166
+ readonly TraceDrain: "traceDrain";
147
167
  readonly Messaging: "messaging";
148
168
  readonly Other: "other";
149
169
  };
@@ -152,9 +172,9 @@ export declare const GetConfigurationProductsType: {
152
172
  readonly Object: "object";
153
173
  };
154
174
  export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
155
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581 = {};
175
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164 = {};
156
176
  export type PropertiesValue = {
157
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581;
177
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164;
158
178
  };
159
179
  export declare const GetConfigurationProductsDisabled3: {
160
180
  readonly Update: "update";
@@ -191,17 +211,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
191
211
  readonly String: "string";
192
212
  };
193
213
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
194
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581 = {};
214
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164 = {};
195
215
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
196
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581;
216
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164;
197
217
  };
198
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581 = {};
218
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164 = {};
199
219
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
200
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581;
220
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164;
201
221
  };
202
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581 = {};
222
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164 = {};
203
223
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
204
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581;
224
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164;
205
225
  };
206
226
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
207
227
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -212,9 +232,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
212
232
  default?: string | undefined;
213
233
  enum?: Array<string> | undefined;
214
234
  };
215
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581 = {};
235
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164 = {};
216
236
  export type GetConfigurationProductsUiOptionsValue = {
217
- atBRANDAt508581: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581;
237
+ atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164;
218
238
  };
219
239
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
220
240
  readonly Update: "update";
@@ -239,9 +259,9 @@ export type GetConfigurationProductsUiOptions3 = {
239
259
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
240
260
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
241
261
  };
242
- export type GetConfigurationProductsUiOptionsAtBRANDAt508581 = {};
262
+ export type GetConfigurationProductsUiOptionsAtBRANDAt513164 = {};
243
263
  export type GetConfigurationProductsUiOptions2 = {
244
- atBRANDAt508581: GetConfigurationProductsUiOptionsAtBRANDAt508581;
264
+ atBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164;
245
265
  };
246
266
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
247
267
  readonly Update: "update";
@@ -302,13 +322,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
302
322
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
303
323
  expr: string;
304
324
  };
305
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581 = {};
325
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164 = {};
306
326
  export type Default = {
307
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581;
327
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164;
308
328
  };
309
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581 = {};
329
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164 = {};
310
330
  export type Example = {
311
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581;
331
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164;
312
332
  };
313
333
  export type Properties8 = {
314
334
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -336,9 +356,9 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
336
356
  readonly VercelRegion: "vercel-region";
337
357
  };
338
358
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
339
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581 = {};
359
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164 = {};
340
360
  export type UiOptionsValue = {
341
- atBRANDAt508581: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581;
361
+ atBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164;
342
362
  };
343
363
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
344
364
  readonly Update: "update";
@@ -363,9 +383,9 @@ export type UiOptions3 = {
363
383
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
364
384
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
365
385
  };
366
- export type UiOptionsAtBRANDAt508581 = {};
386
+ export type UiOptionsAtBRANDAt513164 = {};
367
387
  export type UiOptions2 = {
368
- atBRANDAt508581: UiOptionsAtBRANDAt508581;
388
+ atBRANDAt513164: UiOptionsAtBRANDAt513164;
369
389
  };
370
390
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
371
391
  readonly Update: "update";
@@ -392,17 +412,17 @@ export type UiOptions1 = {
392
412
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
393
413
  };
394
414
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
395
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581 = {};
415
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164 = {};
396
416
  export type GetConfigurationProductsPropertiesMinLength = {
397
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581;
417
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164;
398
418
  };
399
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581 = {};
419
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164 = {};
400
420
  export type GetConfigurationProductsPropertiesMaxLength = {
401
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581;
421
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164;
402
422
  };
403
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581 = {};
423
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164 = {};
404
424
  export type GetConfigurationProductsPropertiesPattern = {
405
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581;
425
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164;
406
426
  };
407
427
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
408
428
  readonly Update: "update";
@@ -468,17 +488,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
468
488
  readonly String: "string";
469
489
  };
470
490
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
471
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581 = {};
491
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164 = {};
472
492
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
473
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581;
493
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164;
474
494
  };
475
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581 = {};
495
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164 = {};
476
496
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
477
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581;
497
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164;
478
498
  };
479
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581 = {};
499
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164 = {};
480
500
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
481
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581;
501
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164;
482
502
  };
483
503
  export type GetConfigurationProductsPropertiesItems = {
484
504
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
@@ -597,17 +617,17 @@ export type UiOptions = {
597
617
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
598
618
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
599
619
  };
600
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581 = {};
620
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164 = {};
601
621
  export type PropertiesMinLength = {
602
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581;
622
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164;
603
623
  };
604
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581 = {};
624
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164 = {};
605
625
  export type PropertiesMaxLength = {
606
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581;
626
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164;
607
627
  };
608
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581 = {};
628
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164 = {};
609
629
  export type PropertiesPattern = {
610
- atBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581;
630
+ atBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164;
611
631
  };
612
632
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
613
633
  readonly Update: "update";
@@ -853,17 +873,17 @@ export declare const UiControl: {
853
873
  readonly Input: "input";
854
874
  };
855
875
  export type UiControl = ClosedEnum<typeof UiControl>;
856
- export type AtBRANDAt508581 = {};
876
+ export type AtBRANDAt513164 = {};
857
877
  export type MinLength = {
858
- atBRANDAt508581: AtBRANDAt508581;
878
+ atBRANDAt513164: AtBRANDAt513164;
859
879
  };
860
- export type PropertiesAtBRANDAt508581 = {};
880
+ export type PropertiesAtBRANDAt513164 = {};
861
881
  export type MaxLength = {
862
- atBRANDAt508581: PropertiesAtBRANDAt508581;
882
+ atBRANDAt513164: PropertiesAtBRANDAt513164;
863
883
  };
864
- export type GetConfigurationProductsPropertiesAtBRANDAt508581 = {};
884
+ export type GetConfigurationProductsPropertiesAtBRANDAt513164 = {};
865
885
  export type Pattern = {
866
- atBRANDAt508581: GetConfigurationProductsPropertiesAtBRANDAt508581;
886
+ atBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164;
867
887
  };
868
888
  export declare const UiReadOnly3: {
869
889
  readonly Update: "update";
@@ -1379,11 +1399,11 @@ export declare const LogDrain$inboundSchema: z.ZodType<LogDrain, z.ZodTypeDef, u
1379
1399
  /** @internal */
1380
1400
  export type LogDrain$Outbound = {
1381
1401
  status: string;
1382
- format: string;
1383
1402
  endpoint: string;
1384
1403
  headers?: {
1385
1404
  [k: string]: string;
1386
1405
  } | undefined;
1406
+ format: string;
1387
1407
  };
1388
1408
  /** @internal */
1389
1409
  export declare const LogDrain$outboundSchema: z.ZodType<LogDrain$Outbound, z.ZodTypeDef, LogDrain>;
@@ -1402,6 +1422,73 @@ export declare namespace LogDrain$ {
1402
1422
  export declare function logDrainToJSON(logDrain: LogDrain): string;
1403
1423
  export declare function logDrainFromJSON(jsonString: string): SafeParseResult<LogDrain, SDKValidationError>;
1404
1424
  /** @internal */
1425
+ export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus>;
1426
+ /** @internal */
1427
+ export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus>;
1428
+ /**
1429
+ * @internal
1430
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1431
+ */
1432
+ export declare namespace GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ {
1433
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema` instead. */
1434
+ const inboundSchema: z.ZodNativeEnum<{
1435
+ readonly Disabled: "disabled";
1436
+ readonly Enabled: "enabled";
1437
+ }>;
1438
+ /** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema` instead. */
1439
+ const outboundSchema: z.ZodNativeEnum<{
1440
+ readonly Disabled: "disabled";
1441
+ readonly Enabled: "enabled";
1442
+ }>;
1443
+ }
1444
+ /** @internal */
1445
+ export declare const GetConfigurationProductsFormat$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsFormat>;
1446
+ /** @internal */
1447
+ export declare const GetConfigurationProductsFormat$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsFormat>;
1448
+ /**
1449
+ * @internal
1450
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1451
+ */
1452
+ export declare namespace GetConfigurationProductsFormat$ {
1453
+ /** @deprecated use `GetConfigurationProductsFormat$inboundSchema` instead. */
1454
+ const inboundSchema: z.ZodNativeEnum<{
1455
+ readonly Json: "json";
1456
+ readonly Proto: "proto";
1457
+ }>;
1458
+ /** @deprecated use `GetConfigurationProductsFormat$outboundSchema` instead. */
1459
+ const outboundSchema: z.ZodNativeEnum<{
1460
+ readonly Json: "json";
1461
+ readonly Proto: "proto";
1462
+ }>;
1463
+ }
1464
+ /** @internal */
1465
+ export declare const TraceDrain$inboundSchema: z.ZodType<TraceDrain, z.ZodTypeDef, unknown>;
1466
+ /** @internal */
1467
+ export type TraceDrain$Outbound = {
1468
+ status: string;
1469
+ endpoint: string;
1470
+ headers?: {
1471
+ [k: string]: string;
1472
+ } | undefined;
1473
+ format: string;
1474
+ };
1475
+ /** @internal */
1476
+ export declare const TraceDrain$outboundSchema: z.ZodType<TraceDrain$Outbound, z.ZodTypeDef, TraceDrain>;
1477
+ /**
1478
+ * @internal
1479
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1480
+ */
1481
+ export declare namespace TraceDrain$ {
1482
+ /** @deprecated use `TraceDrain$inboundSchema` instead. */
1483
+ const inboundSchema: z.ZodType<TraceDrain, z.ZodTypeDef, unknown>;
1484
+ /** @deprecated use `TraceDrain$outboundSchema` instead. */
1485
+ const outboundSchema: z.ZodType<TraceDrain$Outbound, z.ZodTypeDef, TraceDrain>;
1486
+ /** @deprecated use `TraceDrain$Outbound` instead. */
1487
+ type Outbound = TraceDrain$Outbound;
1488
+ }
1489
+ export declare function traceDrainToJSON(traceDrain: TraceDrain): string;
1490
+ export declare function traceDrainFromJSON(jsonString: string): SafeParseResult<TraceDrain, SDKValidationError>;
1491
+ /** @internal */
1405
1492
  export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus>;
1406
1493
  /** @internal */
1407
1494
  export declare const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus>;
@@ -1498,6 +1585,7 @@ export type Protocols$Outbound = {
1498
1585
  workflow?: Workflow$Outbound | undefined;
1499
1586
  checks?: GetConfigurationProductsChecks$Outbound | undefined;
1500
1587
  logDrain?: LogDrain$Outbound | undefined;
1588
+ traceDrain?: TraceDrain$Outbound | undefined;
1501
1589
  messaging?: Messaging$Outbound | undefined;
1502
1590
  other?: Other$Outbound | undefined;
1503
1591
  };
@@ -1537,6 +1625,7 @@ export declare namespace PrimaryProtocol$ {
1537
1625
  readonly Workflow: "workflow";
1538
1626
  readonly Checks: "checks";
1539
1627
  readonly LogDrain: "logDrain";
1628
+ readonly TraceDrain: "traceDrain";
1540
1629
  readonly Messaging: "messaging";
1541
1630
  readonly Other: "other";
1542
1631
  }>;
@@ -1551,6 +1640,7 @@ export declare namespace PrimaryProtocol$ {
1551
1640
  readonly Workflow: "workflow";
1552
1641
  readonly Checks: "checks";
1553
1642
  readonly LogDrain: "logDrain";
1643
+ readonly TraceDrain: "traceDrain";
1554
1644
  readonly Messaging: "messaging";
1555
1645
  readonly Other: "other";
1556
1646
  }>;
@@ -1574,30 +1664,30 @@ export declare namespace GetConfigurationProductsType$ {
1574
1664
  }>;
1575
1665
  }
1576
1666
  /** @internal */
1577
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581, z.ZodTypeDef, unknown>;
1667
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, z.ZodTypeDef, unknown>;
1578
1668
  /** @internal */
1579
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound = {};
1669
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound = {};
1580
1670
  /** @internal */
1581
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581>;
1671
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164>;
1582
1672
  /**
1583
1673
  * @internal
1584
1674
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1585
1675
  */
1586
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$ {
1587
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema` instead. */
1588
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581, z.ZodTypeDef, unknown>;
1589
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema` instead. */
1590
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581>;
1591
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound` instead. */
1592
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound;
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;
1593
1683
  }
1594
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581): string;
1595
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581, SDKValidationError>;
1684
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164): string;
1685
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164, SDKValidationError>;
1596
1686
  /** @internal */
1597
1687
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1598
1688
  /** @internal */
1599
1689
  export type PropertiesValue$Outbound = {
1600
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$Outbound;
1690
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$Outbound;
1601
1691
  };
1602
1692
  /** @internal */
1603
1693
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1818,30 +1908,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
1818
1908
  }>;
1819
1909
  }
1820
1910
  /** @internal */
1821
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581, z.ZodTypeDef, unknown>;
1911
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
1822
1912
  /** @internal */
1823
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound = {};
1913
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound = {};
1824
1914
  /** @internal */
1825
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581>;
1915
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164>;
1826
1916
  /**
1827
1917
  * @internal
1828
1918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1829
1919
  */
1830
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$ {
1831
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
1832
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581, z.ZodTypeDef, unknown>;
1833
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
1834
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581>;
1835
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound` instead. */
1836
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound;
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;
1837
1927
  }
1838
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581): string;
1839
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581, SDKValidationError>;
1928
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164): string;
1929
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
1840
1930
  /** @internal */
1841
1931
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1842
1932
  /** @internal */
1843
1933
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
1844
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$Outbound;
1934
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$Outbound;
1845
1935
  };
1846
1936
  /** @internal */
1847
1937
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
@@ -1860,30 +1950,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1860
1950
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
1861
1951
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1862
1952
  /** @internal */
1863
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581, z.ZodTypeDef, unknown>;
1953
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
1864
1954
  /** @internal */
1865
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound = {};
1955
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound = {};
1866
1956
  /** @internal */
1867
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581>;
1957
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164>;
1868
1958
  /**
1869
1959
  * @internal
1870
1960
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1871
1961
  */
1872
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$ {
1873
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema` instead. */
1874
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581, z.ZodTypeDef, unknown>;
1875
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema` instead. */
1876
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581>;
1877
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound` instead. */
1878
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound;
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;
1879
1969
  }
1880
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581): string;
1881
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581, SDKValidationError>;
1970
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164): string;
1971
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164, SDKValidationError>;
1882
1972
  /** @internal */
1883
1973
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1884
1974
  /** @internal */
1885
1975
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
1886
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$Outbound;
1976
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$Outbound;
1887
1977
  };
1888
1978
  /** @internal */
1889
1979
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
@@ -1902,30 +1992,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1902
1992
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
1903
1993
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1904
1994
  /** @internal */
1905
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581, z.ZodTypeDef, unknown>;
1995
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, z.ZodTypeDef, unknown>;
1906
1996
  /** @internal */
1907
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound = {};
1997
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound = {};
1908
1998
  /** @internal */
1909
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581>;
1999
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164>;
1910
2000
  /**
1911
2001
  * @internal
1912
2002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1913
2003
  */
1914
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$ {
1915
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema` instead. */
1916
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581, z.ZodTypeDef, unknown>;
1917
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema` instead. */
1918
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581>;
1919
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound` instead. */
1920
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound;
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;
1921
2011
  }
1922
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581): string;
1923
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581, SDKValidationError>;
2012
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164): string;
2013
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164, SDKValidationError>;
1924
2014
  /** @internal */
1925
2015
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1926
2016
  /** @internal */
1927
2017
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
1928
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$Outbound;
2018
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$Outbound;
1929
2019
  };
1930
2020
  /** @internal */
1931
2021
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -1972,30 +2062,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
1972
2062
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
1973
2063
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
1974
2064
  /** @internal */
1975
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581, z.ZodTypeDef, unknown>;
2065
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
1976
2066
  /** @internal */
1977
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound = {};
2067
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound = {};
1978
2068
  /** @internal */
1979
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581>;
2069
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164>;
1980
2070
  /**
1981
2071
  * @internal
1982
2072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
2073
  */
1984
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$ {
1985
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
1986
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581, z.ZodTypeDef, unknown>;
1987
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
1988
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581>;
1989
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound` instead. */
1990
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound;
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;
1991
2081
  }
1992
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581): string;
1993
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581, SDKValidationError>;
2082
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164): string;
2083
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
1994
2084
  /** @internal */
1995
2085
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
1996
2086
  /** @internal */
1997
2087
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
1998
- "__@BRAND@508581": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$Outbound;
2088
+ "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$Outbound;
1999
2089
  };
2000
2090
  /** @internal */
2001
2091
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -2162,30 +2252,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
2162
2252
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
2163
2253
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
2164
2254
  /** @internal */
2165
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt508581, z.ZodTypeDef, unknown>;
2255
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2166
2256
  /** @internal */
2167
- export type GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound = {};
2257
+ export type GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound = {};
2168
2258
  /** @internal */
2169
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt508581>;
2259
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt513164>;
2170
2260
  /**
2171
2261
  * @internal
2172
2262
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2173
2263
  */
2174
- export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt508581$ {
2175
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema` instead. */
2176
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt508581, z.ZodTypeDef, unknown>;
2177
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema` instead. */
2178
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt508581>;
2179
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound` instead. */
2180
- type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound;
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;
2181
2271
  }
2182
- export declare function getConfigurationProductsUiOptionsAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsAtBRANDAt508581: GetConfigurationProductsUiOptionsAtBRANDAt508581): string;
2183
- export declare function getConfigurationProductsUiOptionsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt508581, SDKValidationError>;
2272
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsAtBRANDAt513164: GetConfigurationProductsUiOptionsAtBRANDAt513164): string;
2273
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt513164, SDKValidationError>;
2184
2274
  /** @internal */
2185
2275
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
2186
2276
  /** @internal */
2187
2277
  export type GetConfigurationProductsUiOptions2$Outbound = {
2188
- "__@BRAND@508581": GetConfigurationProductsUiOptionsAtBRANDAt508581$Outbound;
2278
+ "__@BRAND@513164": GetConfigurationProductsUiOptionsAtBRANDAt513164$Outbound;
2189
2279
  };
2190
2280
  /** @internal */
2191
2281
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -2623,30 +2713,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2623
2713
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
2624
2714
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
2625
2715
  /** @internal */
2626
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581, z.ZodTypeDef, unknown>;
2716
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, z.ZodTypeDef, unknown>;
2627
2717
  /** @internal */
2628
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound = {};
2718
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound = {};
2629
2719
  /** @internal */
2630
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581>;
2720
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164>;
2631
2721
  /**
2632
2722
  * @internal
2633
2723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2634
2724
  */
2635
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$ {
2636
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema` instead. */
2637
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581, z.ZodTypeDef, unknown>;
2638
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema` instead. */
2639
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581>;
2640
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound` instead. */
2641
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound;
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;
2642
2732
  }
2643
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581): string;
2644
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581, SDKValidationError>;
2733
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164): string;
2734
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164, SDKValidationError>;
2645
2735
  /** @internal */
2646
2736
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
2647
2737
  /** @internal */
2648
2738
  export type Default$Outbound = {
2649
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$Outbound;
2739
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$Outbound;
2650
2740
  };
2651
2741
  /** @internal */
2652
2742
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
@@ -2665,30 +2755,30 @@ export declare namespace Default$ {
2665
2755
  export declare function defaultToJSON(value: Default): string;
2666
2756
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
2667
2757
  /** @internal */
2668
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581, z.ZodTypeDef, unknown>;
2758
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, z.ZodTypeDef, unknown>;
2669
2759
  /** @internal */
2670
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound = {};
2760
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound = {};
2671
2761
  /** @internal */
2672
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581>;
2762
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164>;
2673
2763
  /**
2674
2764
  * @internal
2675
2765
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2676
2766
  */
2677
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$ {
2678
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema` instead. */
2679
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581, z.ZodTypeDef, unknown>;
2680
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema` instead. */
2681
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581>;
2682
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound` instead. */
2683
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound;
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;
2684
2774
  }
2685
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581): string;
2686
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581, SDKValidationError>;
2775
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164): string;
2776
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164, SDKValidationError>;
2687
2777
  /** @internal */
2688
2778
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
2689
2779
  /** @internal */
2690
2780
  export type Example$Outbound = {
2691
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$Outbound;
2781
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$Outbound;
2692
2782
  };
2693
2783
  /** @internal */
2694
2784
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -2780,30 +2870,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2780
2870
  }>;
2781
2871
  }
2782
2872
  /** @internal */
2783
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581, z.ZodTypeDef, unknown>;
2873
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2784
2874
  /** @internal */
2785
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound = {};
2875
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound = {};
2786
2876
  /** @internal */
2787
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581>;
2877
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164>;
2788
2878
  /**
2789
2879
  * @internal
2790
2880
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2791
2881
  */
2792
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$ {
2793
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema` instead. */
2794
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581, z.ZodTypeDef, unknown>;
2795
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema` instead. */
2796
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581>;
2797
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound` instead. */
2798
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound;
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;
2799
2889
  }
2800
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581): string;
2801
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581, SDKValidationError>;
2890
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164): string;
2891
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164, SDKValidationError>;
2802
2892
  /** @internal */
2803
2893
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
2804
2894
  /** @internal */
2805
2895
  export type UiOptionsValue$Outbound = {
2806
- "__@BRAND@508581": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$Outbound;
2896
+ "__@BRAND@513164": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$Outbound;
2807
2897
  };
2808
2898
  /** @internal */
2809
2899
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -2970,30 +3060,30 @@ export declare namespace UiOptions3$ {
2970
3060
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
2971
3061
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
2972
3062
  /** @internal */
2973
- export declare const UiOptionsAtBRANDAt508581$inboundSchema: z.ZodType<UiOptionsAtBRANDAt508581, z.ZodTypeDef, unknown>;
3063
+ export declare const UiOptionsAtBRANDAt513164$inboundSchema: z.ZodType<UiOptionsAtBRANDAt513164, z.ZodTypeDef, unknown>;
2974
3064
  /** @internal */
2975
- export type UiOptionsAtBRANDAt508581$Outbound = {};
3065
+ export type UiOptionsAtBRANDAt513164$Outbound = {};
2976
3066
  /** @internal */
2977
- export declare const UiOptionsAtBRANDAt508581$outboundSchema: z.ZodType<UiOptionsAtBRANDAt508581$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt508581>;
3067
+ export declare const UiOptionsAtBRANDAt513164$outboundSchema: z.ZodType<UiOptionsAtBRANDAt513164$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt513164>;
2978
3068
  /**
2979
3069
  * @internal
2980
3070
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2981
3071
  */
2982
- export declare namespace UiOptionsAtBRANDAt508581$ {
2983
- /** @deprecated use `UiOptionsAtBRANDAt508581$inboundSchema` instead. */
2984
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt508581, z.ZodTypeDef, unknown>;
2985
- /** @deprecated use `UiOptionsAtBRANDAt508581$outboundSchema` instead. */
2986
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt508581$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt508581>;
2987
- /** @deprecated use `UiOptionsAtBRANDAt508581$Outbound` instead. */
2988
- type Outbound = UiOptionsAtBRANDAt508581$Outbound;
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;
2989
3079
  }
2990
- export declare function uiOptionsAtBRANDAt508581ToJSON(uiOptionsAtBRANDAt508581: UiOptionsAtBRANDAt508581): string;
2991
- export declare function uiOptionsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt508581, SDKValidationError>;
3080
+ export declare function uiOptionsAtBRANDAt513164ToJSON(uiOptionsAtBRANDAt513164: UiOptionsAtBRANDAt513164): string;
3081
+ export declare function uiOptionsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt513164, SDKValidationError>;
2992
3082
  /** @internal */
2993
3083
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
2994
3084
  /** @internal */
2995
3085
  export type UiOptions2$Outbound = {
2996
- "__@BRAND@508581": UiOptionsAtBRANDAt508581$Outbound;
3086
+ "__@BRAND@513164": UiOptionsAtBRANDAt513164$Outbound;
2997
3087
  };
2998
3088
  /** @internal */
2999
3089
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -3181,30 +3271,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
3181
3271
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
3182
3272
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
3183
3273
  /** @internal */
3184
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581, z.ZodTypeDef, unknown>;
3274
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, z.ZodTypeDef, unknown>;
3185
3275
  /** @internal */
3186
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound = {};
3276
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound = {};
3187
3277
  /** @internal */
3188
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581>;
3278
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164>;
3189
3279
  /**
3190
3280
  * @internal
3191
3281
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3192
3282
  */
3193
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$ {
3194
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema` instead. */
3195
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581, z.ZodTypeDef, unknown>;
3196
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema` instead. */
3197
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581>;
3198
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound` instead. */
3199
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound;
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;
3200
3290
  }
3201
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581): string;
3202
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581, SDKValidationError>;
3291
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164): string;
3292
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164, SDKValidationError>;
3203
3293
  /** @internal */
3204
3294
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
3205
3295
  /** @internal */
3206
3296
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
3207
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$Outbound;
3297
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$Outbound;
3208
3298
  };
3209
3299
  /** @internal */
3210
3300
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
@@ -3223,30 +3313,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
3223
3313
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
3224
3314
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
3225
3315
  /** @internal */
3226
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581, z.ZodTypeDef, unknown>;
3316
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, z.ZodTypeDef, unknown>;
3227
3317
  /** @internal */
3228
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound = {};
3318
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound = {};
3229
3319
  /** @internal */
3230
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581>;
3320
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164>;
3231
3321
  /**
3232
3322
  * @internal
3233
3323
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3234
3324
  */
3235
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$ {
3236
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema` instead. */
3237
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581, z.ZodTypeDef, unknown>;
3238
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema` instead. */
3239
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581>;
3240
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound` instead. */
3241
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound;
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;
3242
3332
  }
3243
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581): string;
3244
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581, SDKValidationError>;
3333
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164): string;
3334
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164, SDKValidationError>;
3245
3335
  /** @internal */
3246
3336
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
3247
3337
  /** @internal */
3248
3338
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
3249
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$Outbound;
3339
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$Outbound;
3250
3340
  };
3251
3341
  /** @internal */
3252
3342
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
@@ -3265,30 +3355,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
3265
3355
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
3266
3356
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
3267
3357
  /** @internal */
3268
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581, z.ZodTypeDef, unknown>;
3358
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3269
3359
  /** @internal */
3270
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound = {};
3360
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound = {};
3271
3361
  /** @internal */
3272
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581>;
3362
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164>;
3273
3363
  /**
3274
3364
  * @internal
3275
3365
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3276
3366
  */
3277
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$ {
3278
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema` instead. */
3279
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581, z.ZodTypeDef, unknown>;
3280
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema` instead. */
3281
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581>;
3282
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound` instead. */
3283
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound;
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;
3284
3374
  }
3285
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581): string;
3286
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581, SDKValidationError>;
3375
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164): string;
3376
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164, SDKValidationError>;
3287
3377
  /** @internal */
3288
3378
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
3289
3379
  /** @internal */
3290
3380
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
3291
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$Outbound;
3381
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$Outbound;
3292
3382
  };
3293
3383
  /** @internal */
3294
3384
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -3648,30 +3738,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3648
3738
  }>;
3649
3739
  }
3650
3740
  /** @internal */
3651
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581, z.ZodTypeDef, unknown>;
3741
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, z.ZodTypeDef, unknown>;
3652
3742
  /** @internal */
3653
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound = {};
3743
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound = {};
3654
3744
  /** @internal */
3655
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581>;
3745
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164>;
3656
3746
  /**
3657
3747
  * @internal
3658
3748
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3659
3749
  */
3660
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$ {
3661
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema` instead. */
3662
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581, z.ZodTypeDef, unknown>;
3663
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema` instead. */
3664
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581>;
3665
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound` instead. */
3666
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound;
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;
3667
3757
  }
3668
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581): string;
3669
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581, SDKValidationError>;
3758
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164): string;
3759
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164, SDKValidationError>;
3670
3760
  /** @internal */
3671
3761
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3672
3762
  /** @internal */
3673
3763
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3674
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$Outbound;
3764
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$Outbound;
3675
3765
  };
3676
3766
  /** @internal */
3677
3767
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
@@ -3690,30 +3780,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
3690
3780
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
3691
3781
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
3692
3782
  /** @internal */
3693
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581, z.ZodTypeDef, unknown>;
3783
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, z.ZodTypeDef, unknown>;
3694
3784
  /** @internal */
3695
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound = {};
3785
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound = {};
3696
3786
  /** @internal */
3697
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581>;
3787
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164>;
3698
3788
  /**
3699
3789
  * @internal
3700
3790
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3701
3791
  */
3702
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$ {
3703
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema` instead. */
3704
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581, z.ZodTypeDef, unknown>;
3705
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema` instead. */
3706
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581>;
3707
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound` instead. */
3708
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound;
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;
3709
3799
  }
3710
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581): string;
3711
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581, SDKValidationError>;
3800
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164): string;
3801
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164, SDKValidationError>;
3712
3802
  /** @internal */
3713
3803
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3714
3804
  /** @internal */
3715
3805
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3716
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$Outbound;
3806
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$Outbound;
3717
3807
  };
3718
3808
  /** @internal */
3719
3809
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
@@ -3732,30 +3822,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
3732
3822
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
3733
3823
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
3734
3824
  /** @internal */
3735
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581, z.ZodTypeDef, unknown>;
3825
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, z.ZodTypeDef, unknown>;
3736
3826
  /** @internal */
3737
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound = {};
3827
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound = {};
3738
3828
  /** @internal */
3739
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581>;
3829
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164>;
3740
3830
  /**
3741
3831
  * @internal
3742
3832
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3743
3833
  */
3744
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$ {
3745
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema` instead. */
3746
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581, z.ZodTypeDef, unknown>;
3747
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema` instead. */
3748
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581>;
3749
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound` instead. */
3750
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound;
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;
3751
3841
  }
3752
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581): string;
3753
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581, SDKValidationError>;
3842
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164): string;
3843
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164, SDKValidationError>;
3754
3844
  /** @internal */
3755
3845
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3756
3846
  /** @internal */
3757
3847
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
3758
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$Outbound;
3848
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$Outbound;
3759
3849
  };
3760
3850
  /** @internal */
3761
3851
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
@@ -4423,30 +4513,30 @@ export declare namespace UiOptions$ {
4423
4513
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
4424
4514
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
4425
4515
  /** @internal */
4426
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581, z.ZodTypeDef, unknown>;
4516
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, z.ZodTypeDef, unknown>;
4427
4517
  /** @internal */
4428
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound = {};
4518
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound = {};
4429
4519
  /** @internal */
4430
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581>;
4520
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164>;
4431
4521
  /**
4432
4522
  * @internal
4433
4523
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4434
4524
  */
4435
- export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$ {
4436
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema` instead. */
4437
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581, z.ZodTypeDef, unknown>;
4438
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema` instead. */
4439
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581>;
4440
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound` instead. */
4441
- type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound;
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;
4442
4532
  }
4443
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581): string;
4444
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581, SDKValidationError>;
4533
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164): string;
4534
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164, SDKValidationError>;
4445
4535
  /** @internal */
4446
4536
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
4447
4537
  /** @internal */
4448
4538
  export type PropertiesMinLength$Outbound = {
4449
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$Outbound;
4539
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$Outbound;
4450
4540
  };
4451
4541
  /** @internal */
4452
4542
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
@@ -4465,30 +4555,30 @@ export declare namespace PropertiesMinLength$ {
4465
4555
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
4466
4556
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
4467
4557
  /** @internal */
4468
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581, z.ZodTypeDef, unknown>;
4558
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, z.ZodTypeDef, unknown>;
4469
4559
  /** @internal */
4470
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound = {};
4560
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound = {};
4471
4561
  /** @internal */
4472
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581>;
4562
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164>;
4473
4563
  /**
4474
4564
  * @internal
4475
4565
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4476
4566
  */
4477
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$ {
4478
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema` instead. */
4479
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581, z.ZodTypeDef, unknown>;
4480
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema` instead. */
4481
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581>;
4482
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound` instead. */
4483
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound;
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;
4484
4574
  }
4485
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581): string;
4486
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581, SDKValidationError>;
4575
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164): string;
4576
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164, SDKValidationError>;
4487
4577
  /** @internal */
4488
4578
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
4489
4579
  /** @internal */
4490
4580
  export type PropertiesMaxLength$Outbound = {
4491
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$Outbound;
4581
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$Outbound;
4492
4582
  };
4493
4583
  /** @internal */
4494
4584
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
@@ -4507,30 +4597,30 @@ export declare namespace PropertiesMaxLength$ {
4507
4597
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
4508
4598
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
4509
4599
  /** @internal */
4510
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581, z.ZodTypeDef, unknown>;
4600
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, z.ZodTypeDef, unknown>;
4511
4601
  /** @internal */
4512
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound = {};
4602
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound = {};
4513
4603
  /** @internal */
4514
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581>;
4604
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164>;
4515
4605
  /**
4516
4606
  * @internal
4517
4607
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4518
4608
  */
4519
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$ {
4520
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema` instead. */
4521
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581, z.ZodTypeDef, unknown>;
4522
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema` instead. */
4523
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581>;
4524
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound` instead. */
4525
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound;
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;
4526
4616
  }
4527
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581): string;
4528
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581, SDKValidationError>;
4617
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164): string;
4618
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164, SDKValidationError>;
4529
4619
  /** @internal */
4530
4620
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
4531
4621
  /** @internal */
4532
4622
  export type PropertiesPattern$Outbound = {
4533
- "__@BRAND@508581": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$Outbound;
4623
+ "__@BRAND@513164": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$Outbound;
4534
4624
  };
4535
4625
  /** @internal */
4536
4626
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -5878,30 +5968,30 @@ export declare namespace UiControl$ {
5878
5968
  }>;
5879
5969
  }
5880
5970
  /** @internal */
5881
- export declare const AtBRANDAt508581$inboundSchema: z.ZodType<AtBRANDAt508581, z.ZodTypeDef, unknown>;
5971
+ export declare const AtBRANDAt513164$inboundSchema: z.ZodType<AtBRANDAt513164, z.ZodTypeDef, unknown>;
5882
5972
  /** @internal */
5883
- export type AtBRANDAt508581$Outbound = {};
5973
+ export type AtBRANDAt513164$Outbound = {};
5884
5974
  /** @internal */
5885
- export declare const AtBRANDAt508581$outboundSchema: z.ZodType<AtBRANDAt508581$Outbound, z.ZodTypeDef, AtBRANDAt508581>;
5975
+ export declare const AtBRANDAt513164$outboundSchema: z.ZodType<AtBRANDAt513164$Outbound, z.ZodTypeDef, AtBRANDAt513164>;
5886
5976
  /**
5887
5977
  * @internal
5888
5978
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5889
5979
  */
5890
- export declare namespace AtBRANDAt508581$ {
5891
- /** @deprecated use `AtBRANDAt508581$inboundSchema` instead. */
5892
- const inboundSchema: z.ZodType<AtBRANDAt508581, z.ZodTypeDef, unknown>;
5893
- /** @deprecated use `AtBRANDAt508581$outboundSchema` instead. */
5894
- const outboundSchema: z.ZodType<AtBRANDAt508581$Outbound, z.ZodTypeDef, AtBRANDAt508581>;
5895
- /** @deprecated use `AtBRANDAt508581$Outbound` instead. */
5896
- type Outbound = AtBRANDAt508581$Outbound;
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;
5897
5987
  }
5898
- export declare function atBRANDAt508581ToJSON(atBRANDAt508581: AtBRANDAt508581): string;
5899
- export declare function atBRANDAt508581FromJSON(jsonString: string): SafeParseResult<AtBRANDAt508581, SDKValidationError>;
5988
+ export declare function atBRANDAt513164ToJSON(atBRANDAt513164: AtBRANDAt513164): string;
5989
+ export declare function atBRANDAt513164FromJSON(jsonString: string): SafeParseResult<AtBRANDAt513164, SDKValidationError>;
5900
5990
  /** @internal */
5901
5991
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
5902
5992
  /** @internal */
5903
5993
  export type MinLength$Outbound = {
5904
- "__@BRAND@508581": AtBRANDAt508581$Outbound;
5994
+ "__@BRAND@513164": AtBRANDAt513164$Outbound;
5905
5995
  };
5906
5996
  /** @internal */
5907
5997
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
@@ -5920,30 +6010,30 @@ export declare namespace MinLength$ {
5920
6010
  export declare function minLengthToJSON(minLength: MinLength): string;
5921
6011
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
5922
6012
  /** @internal */
5923
- export declare const PropertiesAtBRANDAt508581$inboundSchema: z.ZodType<PropertiesAtBRANDAt508581, z.ZodTypeDef, unknown>;
6013
+ export declare const PropertiesAtBRANDAt513164$inboundSchema: z.ZodType<PropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
5924
6014
  /** @internal */
5925
- export type PropertiesAtBRANDAt508581$Outbound = {};
6015
+ export type PropertiesAtBRANDAt513164$Outbound = {};
5926
6016
  /** @internal */
5927
- export declare const PropertiesAtBRANDAt508581$outboundSchema: z.ZodType<PropertiesAtBRANDAt508581$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt508581>;
6017
+ export declare const PropertiesAtBRANDAt513164$outboundSchema: z.ZodType<PropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt513164>;
5928
6018
  /**
5929
6019
  * @internal
5930
6020
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5931
6021
  */
5932
- export declare namespace PropertiesAtBRANDAt508581$ {
5933
- /** @deprecated use `PropertiesAtBRANDAt508581$inboundSchema` instead. */
5934
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt508581, z.ZodTypeDef, unknown>;
5935
- /** @deprecated use `PropertiesAtBRANDAt508581$outboundSchema` instead. */
5936
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt508581$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt508581>;
5937
- /** @deprecated use `PropertiesAtBRANDAt508581$Outbound` instead. */
5938
- type Outbound = PropertiesAtBRANDAt508581$Outbound;
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;
5939
6029
  }
5940
- export declare function propertiesAtBRANDAt508581ToJSON(propertiesAtBRANDAt508581: PropertiesAtBRANDAt508581): string;
5941
- export declare function propertiesAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt508581, SDKValidationError>;
6030
+ export declare function propertiesAtBRANDAt513164ToJSON(propertiesAtBRANDAt513164: PropertiesAtBRANDAt513164): string;
6031
+ export declare function propertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt513164, SDKValidationError>;
5942
6032
  /** @internal */
5943
6033
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
5944
6034
  /** @internal */
5945
6035
  export type MaxLength$Outbound = {
5946
- "__@BRAND@508581": PropertiesAtBRANDAt508581$Outbound;
6036
+ "__@BRAND@513164": PropertiesAtBRANDAt513164$Outbound;
5947
6037
  };
5948
6038
  /** @internal */
5949
6039
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
@@ -5962,30 +6052,30 @@ export declare namespace MaxLength$ {
5962
6052
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
5963
6053
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
5964
6054
  /** @internal */
5965
- export declare const GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt508581, z.ZodTypeDef, unknown>;
6055
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164, z.ZodTypeDef, unknown>;
5966
6056
  /** @internal */
5967
- export type GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound = {};
6057
+ export type GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound = {};
5968
6058
  /** @internal */
5969
- export declare const GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt508581>;
6059
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt513164>;
5970
6060
  /**
5971
6061
  * @internal
5972
6062
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5973
6063
  */
5974
- export declare namespace GetConfigurationProductsPropertiesAtBRANDAt508581$ {
5975
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema` instead. */
5976
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt508581, z.ZodTypeDef, unknown>;
5977
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema` instead. */
5978
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt508581>;
5979
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound` instead. */
5980
- type Outbound = GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound;
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;
5981
6071
  }
5982
- export declare function getConfigurationProductsPropertiesAtBRANDAt508581ToJSON(getConfigurationProductsPropertiesAtBRANDAt508581: GetConfigurationProductsPropertiesAtBRANDAt508581): string;
5983
- export declare function getConfigurationProductsPropertiesAtBRANDAt508581FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt508581, SDKValidationError>;
6072
+ export declare function getConfigurationProductsPropertiesAtBRANDAt513164ToJSON(getConfigurationProductsPropertiesAtBRANDAt513164: GetConfigurationProductsPropertiesAtBRANDAt513164): string;
6073
+ export declare function getConfigurationProductsPropertiesAtBRANDAt513164FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt513164, SDKValidationError>;
5984
6074
  /** @internal */
5985
6075
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
5986
6076
  /** @internal */
5987
6077
  export type Pattern$Outbound = {
5988
- "__@BRAND@508581": GetConfigurationProductsPropertiesAtBRANDAt508581$Outbound;
6078
+ "__@BRAND@513164": GetConfigurationProductsPropertiesAtBRANDAt513164$Outbound;
5989
6079
  };
5990
6080
  /** @internal */
5991
6081
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;