@vercel/sdk 1.10.5 → 1.10.7

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 (226) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +5829 -1512
  3. package/bin/mcp-server.js.map +44 -35
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +4 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/domains.test.js +7 -2
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +62 -0
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +1 -1
  15. package/esm/__tests__/security.test.js +1 -11
  16. package/esm/__tests__/security.test.js.map +1 -1
  17. package/esm/__tests__/vercel.test.js +28 -1
  18. package/esm/__tests__/vercel.test.js.map +1 -1
  19. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  20. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  21. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  22. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  23. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  25. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  26. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  27. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  29. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  30. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  31. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  33. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  34. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  35. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  36. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  37. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  38. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  39. package/esm/funcs/projectsGetProjects.js +2 -0
  40. package/esm/funcs/projectsGetProjects.js.map +1 -1
  41. package/esm/lib/config.d.ts +3 -3
  42. package/esm/lib/config.js +3 -3
  43. package/esm/mcp-server/mcp-server.js +1 -1
  44. package/esm/mcp-server/server.d.ts.map +1 -1
  45. package/esm/mcp-server/server.js +7 -1
  46. package/esm/mcp-server/server.js.map +1 -1
  47. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  48. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  49. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  51. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  52. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  53. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  55. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  56. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  57. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  59. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  60. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  61. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  62. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  63. package/esm/models/authuser.d.ts +3 -3
  64. package/esm/models/authuser.js +1 -1
  65. package/esm/models/authuser.js.map +1 -1
  66. package/esm/models/canceldeploymentop.d.ts +45 -7
  67. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  68. package/esm/models/canceldeploymentop.js +31 -2
  69. package/esm/models/canceldeploymentop.js.map +1 -1
  70. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  71. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  72. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  73. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  74. package/esm/models/createdeploymentop.d.ts +259 -221
  75. package/esm/models/createdeploymentop.d.ts.map +1 -1
  76. package/esm/models/createdeploymentop.js +233 -206
  77. package/esm/models/createdeploymentop.js.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  79. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  80. package/esm/models/createintegrationstoredirectop.js +6597 -0
  81. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  82. package/esm/models/createprojectop.d.ts +31 -4
  83. package/esm/models/createprojectop.d.ts.map +1 -1
  84. package/esm/models/createprojectop.js +10 -4
  85. package/esm/models/createprojectop.js.map +1 -1
  86. package/esm/models/createwebhookop.d.ts +12 -0
  87. package/esm/models/createwebhookop.d.ts.map +1 -1
  88. package/esm/models/createwebhookop.js +4 -0
  89. package/esm/models/createwebhookop.js.map +1 -1
  90. package/esm/models/getconfigurationop.d.ts +6 -0
  91. package/esm/models/getconfigurationop.d.ts.map +1 -1
  92. package/esm/models/getconfigurationop.js +2 -0
  93. package/esm/models/getconfigurationop.js.map +1 -1
  94. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  95. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  96. package/esm/models/getconfigurationproductsop.js +666 -665
  97. package/esm/models/getconfigurationproductsop.js.map +1 -1
  98. package/esm/models/getconfigurationsop.d.ts +6 -0
  99. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  100. package/esm/models/getconfigurationsop.js +2 -0
  101. package/esm/models/getconfigurationsop.js.map +1 -1
  102. package/esm/models/getdeploymentop.d.ts +45 -7
  103. package/esm/models/getdeploymentop.d.ts.map +1 -1
  104. package/esm/models/getdeploymentop.js +30 -2
  105. package/esm/models/getdeploymentop.js.map +1 -1
  106. package/esm/models/getintegrationresourceop.d.ts +13 -13
  107. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  108. package/esm/models/getintegrationresourceop.js +13 -13
  109. package/esm/models/getintegrationresourceop.js.map +1 -1
  110. package/esm/models/getprojectsop.d.ts +101 -4
  111. package/esm/models/getprojectsop.d.ts.map +1 -1
  112. package/esm/models/getprojectsop.js +57 -4
  113. package/esm/models/getprojectsop.js.map +1 -1
  114. package/esm/models/getteammembersop.d.ts +102 -9
  115. package/esm/models/getteammembersop.d.ts.map +1 -1
  116. package/esm/models/getteammembersop.js +60 -3
  117. package/esm/models/getteammembersop.js.map +1 -1
  118. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  119. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  120. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  121. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  122. package/esm/models/getwebhookop.d.ts +6 -0
  123. package/esm/models/getwebhookop.d.ts.map +1 -1
  124. package/esm/models/getwebhookop.js +2 -0
  125. package/esm/models/getwebhookop.js.map +1 -1
  126. package/esm/models/getwebhooksop.d.ts +27 -15
  127. package/esm/models/getwebhooksop.d.ts.map +1 -1
  128. package/esm/models/getwebhooksop.js +19 -15
  129. package/esm/models/getwebhooksop.js.map +1 -1
  130. package/esm/models/inviteusertoteamop.d.ts +3 -0
  131. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  132. package/esm/models/inviteusertoteamop.js +1 -0
  133. package/esm/models/inviteusertoteamop.js.map +1 -1
  134. package/esm/models/patchteamop.d.ts +253 -0
  135. package/esm/models/patchteamop.d.ts.map +1 -1
  136. package/esm/models/patchteamop.js +150 -0
  137. package/esm/models/patchteamop.js.map +1 -1
  138. package/esm/models/team.d.ts +47 -0
  139. package/esm/models/team.d.ts.map +1 -1
  140. package/esm/models/team.js +36 -0
  141. package/esm/models/team.js.map +1 -1
  142. package/esm/models/teamlimited.d.ts +3 -0
  143. package/esm/models/teamlimited.d.ts.map +1 -1
  144. package/esm/models/teamlimited.js +1 -0
  145. package/esm/models/teamlimited.js.map +1 -1
  146. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  147. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  148. package/esm/models/updatefirewallconfigop.js +49 -49
  149. package/esm/models/updatefirewallconfigop.js.map +1 -1
  150. package/esm/models/updateinvoiceop.d.ts +36 -15
  151. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  152. package/esm/models/updateinvoiceop.js +37 -16
  153. package/esm/models/updateinvoiceop.js.map +1 -1
  154. package/esm/models/updateprojectdatacacheop.d.ts +25 -0
  155. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  156. package/esm/models/updateprojectdatacacheop.js +4 -0
  157. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  158. package/esm/models/updateprojectop.d.ts +31 -4
  159. package/esm/models/updateprojectop.d.ts.map +1 -1
  160. package/esm/models/updateprojectop.js +10 -4
  161. package/esm/models/updateprojectop.js.map +1 -1
  162. package/esm/models/userevent.d.ts +406 -305
  163. package/esm/models/userevent.d.ts.map +1 -1
  164. package/esm/models/userevent.js +467 -365
  165. package/esm/models/userevent.js.map +1 -1
  166. package/esm/sdk/integrations.d.ts +16 -0
  167. package/esm/sdk/integrations.d.ts.map +1 -1
  168. package/esm/sdk/integrations.js +20 -0
  169. package/esm/sdk/integrations.js.map +1 -1
  170. package/esm/sdk/sdk.d.ts +3 -1
  171. package/esm/sdk/sdk.d.ts.map +1 -1
  172. package/esm/sdk/sdk.js +5 -0
  173. package/esm/sdk/sdk.js.map +1 -1
  174. package/examples/package-lock.json +1 -1
  175. package/jsr.json +1 -1
  176. package/package.json +1 -1
  177. package/src/__tests__/domains.test.ts +7 -2
  178. package/src/__tests__/edgeconfig.test.ts +6 -6
  179. package/src/__tests__/integrations.test.ts +65 -0
  180. package/src/__tests__/rollingrelease.test.ts +1 -1
  181. package/src/__tests__/security.test.ts +1 -11
  182. package/src/__tests__/vercel.test.ts +36 -1
  183. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  184. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  185. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  186. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  187. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  188. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  189. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  190. package/src/funcs/projectsGetProjects.ts +2 -0
  191. package/src/lib/config.ts +3 -3
  192. package/src/mcp-server/mcp-server.ts +1 -1
  193. package/src/mcp-server/server.ts +9 -1
  194. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  195. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  196. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  197. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  198. package/src/models/authuser.ts +1 -1
  199. package/src/models/canceldeploymentop.ts +56 -9
  200. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  201. package/src/models/createdeploymentop.ts +540 -498
  202. package/src/models/createintegrationstoredirectop.ts +15739 -0
  203. package/src/models/createprojectop.ts +41 -8
  204. package/src/models/createwebhookop.ts +4 -0
  205. package/src/models/getconfigurationop.ts +2 -0
  206. package/src/models/getconfigurationproductsop.ts +1326 -1163
  207. package/src/models/getconfigurationsop.ts +2 -0
  208. package/src/models/getdeploymentop.ts +59 -9
  209. package/src/models/getintegrationresourceop.ts +26 -20
  210. package/src/models/getprojectsop.ts +122 -8
  211. package/src/models/getteammembersop.ts +84 -3
  212. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  213. package/src/models/getwebhookop.ts +2 -0
  214. package/src/models/getwebhooksop.ts +31 -25
  215. package/src/models/inviteusertoteamop.ts +1 -0
  216. package/src/models/patchteamop.ts +254 -0
  217. package/src/models/team.ts +92 -0
  218. package/src/models/teamlimited.ts +1 -0
  219. package/src/models/updatefirewallconfigop.ts +74 -68
  220. package/src/models/updateinvoiceop.ts +78 -27
  221. package/src/models/updateprojectdatacacheop.ts +29 -0
  222. package/src/models/updateprojectop.ts +41 -8
  223. package/src/models/userevent.ts +918 -682
  224. package/src/sdk/integrations.ts +41 -0
  225. package/src/sdk/sdk.ts +23 -1
  226. package/vercel-spec.json +3689 -540
@@ -21,14 +21,14 @@ export declare const GetConfigurationProductsStatus: {
21
21
  readonly Enabled: "enabled";
22
22
  };
23
23
  export type GetConfigurationProductsStatus = ClosedEnum<typeof GetConfigurationProductsStatus>;
24
- export type Repl = {
24
+ export type GetConfigurationProductsRepl = {
25
25
  enabled: boolean;
26
26
  supportsReadOnlyMode: boolean;
27
27
  welcomeMessage?: string | undefined;
28
28
  };
29
29
  export type Storage = {
30
30
  status: GetConfigurationProductsStatus;
31
- repl?: Repl | undefined;
31
+ repl?: GetConfigurationProductsRepl | undefined;
32
32
  };
33
33
  export declare const GetConfigurationProductsIntegrationsStatus: {
34
34
  readonly Disabled: "disabled";
@@ -152,32 +152,32 @@ export declare const GetConfigurationProductsType: {
152
152
  readonly Object: "object";
153
153
  };
154
154
  export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
155
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263 = {};
155
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540 = {};
156
156
  export type PropertiesValue = {
157
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263;
157
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540;
158
158
  };
159
- export declare const Disabled3: {
159
+ export declare const GetConfigurationProductsDisabled3: {
160
160
  readonly Update: "update";
161
161
  readonly Create: "create";
162
162
  };
163
- export type Disabled3 = ClosedEnum<typeof Disabled3>;
164
- export type Disabled2 = {
163
+ export type GetConfigurationProductsDisabled3 = ClosedEnum<typeof GetConfigurationProductsDisabled3>;
164
+ export type GetConfigurationProductsDisabled2 = {
165
165
  expr: string;
166
166
  };
167
- export type Disabled = Disabled2 | boolean | Disabled3;
168
- export declare const Hidden3: {
167
+ export type PropertiesDisabled = GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3;
168
+ export declare const GetConfigurationProductsHidden3: {
169
169
  readonly Update: "update";
170
170
  readonly Create: "create";
171
171
  };
172
- export type Hidden3 = ClosedEnum<typeof Hidden3>;
173
- export type Hidden2 = {
172
+ export type GetConfigurationProductsHidden3 = ClosedEnum<typeof GetConfigurationProductsHidden3>;
173
+ export type GetConfigurationProductsHidden2 = {
174
174
  expr: string;
175
175
  };
176
- export type Hidden = Hidden2 | boolean | Hidden3;
176
+ export type PropertiesHidden = GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3;
177
177
  export type Properties9 = {
178
178
  value: PropertiesValue;
179
- disabled?: Disabled2 | boolean | Disabled3 | undefined;
180
- hidden?: Hidden2 | boolean | Hidden3 | undefined;
179
+ disabled?: GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3 | undefined;
180
+ hidden?: GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3 | undefined;
181
181
  };
182
182
  export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType: {
183
183
  readonly Array: "array";
@@ -191,17 +191,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
191
191
  readonly String: "string";
192
192
  };
193
193
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
194
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263 = {};
194
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540 = {};
195
195
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
196
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263;
196
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540;
197
197
  };
198
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263 = {};
198
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540 = {};
199
199
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
200
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263;
200
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540;
201
201
  };
202
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263 = {};
202
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540 = {};
203
203
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
204
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263;
204
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540;
205
205
  };
206
206
  export type GetConfigurationProductsPropertiesIntegrationsItems = {
207
207
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
@@ -212,9 +212,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
212
212
  default?: string | undefined;
213
213
  enum?: Array<string> | undefined;
214
214
  };
215
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263 = {};
215
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540 = {};
216
216
  export type GetConfigurationProductsUiOptionsValue = {
217
- atBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263;
217
+ atBRANDAt502540: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540;
218
218
  };
219
219
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
220
220
  readonly Update: "update";
@@ -239,9 +239,9 @@ export type GetConfigurationProductsUiOptions3 = {
239
239
  disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
240
240
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
241
241
  };
242
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263 = {};
242
+ export type GetConfigurationProductsUiOptionsAtBRANDAt502540 = {};
243
243
  export type GetConfigurationProductsUiOptions2 = {
244
- atBRANDAt446263: GetConfigurationProductsUiOptionsAtBRANDAt446263;
244
+ atBRANDAt502540: GetConfigurationProductsUiOptionsAtBRANDAt502540;
245
245
  };
246
246
  export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
247
247
  readonly Update: "update";
@@ -302,13 +302,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
302
302
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
303
303
  expr: string;
304
304
  };
305
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263 = {};
305
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540 = {};
306
306
  export type Default = {
307
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263;
307
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540;
308
308
  };
309
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263 = {};
309
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540 = {};
310
310
  export type Example = {
311
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263;
311
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540;
312
312
  };
313
313
  export type Properties8 = {
314
314
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
@@ -336,36 +336,36 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
336
336
  readonly VercelRegion: "vercel-region";
337
337
  };
338
338
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
339
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263 = {};
339
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540 = {};
340
340
  export type UiOptionsValue = {
341
- atBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263;
341
+ atBRANDAt502540: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540;
342
342
  };
343
- export declare const GetConfigurationProductsDisabledIntegrationsResponse3: {
343
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
344
344
  readonly Update: "update";
345
345
  readonly Create: "create";
346
346
  };
347
- export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
348
- export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
347
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
348
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 = {
349
349
  expr: string;
350
350
  };
351
- export type GetConfigurationProductsUiOptionsDisabled = GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3;
352
- export declare const GetConfigurationProductsHiddenIntegrationsResponse3: {
351
+ export type GetConfigurationProductsUiOptionsDisabled = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
352
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
353
353
  readonly Update: "update";
354
354
  readonly Create: "create";
355
355
  };
356
- export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
357
- export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
356
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
357
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 = {
358
358
  expr: string;
359
359
  };
360
- export type GetConfigurationProductsUiOptionsHidden = GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3;
360
+ export type GetConfigurationProductsUiOptionsHidden = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
361
361
  export type UiOptions3 = {
362
362
  value: UiOptionsValue;
363
- disabled?: GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3 | undefined;
364
- hidden?: GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3 | undefined;
363
+ disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
364
+ hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
365
365
  };
366
- export type UiOptionsAtBRANDAt446263 = {};
366
+ export type UiOptionsAtBRANDAt502540 = {};
367
367
  export type UiOptions2 = {
368
- atBRANDAt446263: UiOptionsAtBRANDAt446263;
368
+ atBRANDAt502540: UiOptionsAtBRANDAt502540;
369
369
  };
370
370
  export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
371
371
  readonly Update: "update";
@@ -392,17 +392,17 @@ export type UiOptions1 = {
392
392
  hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
393
393
  };
394
394
  export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
395
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263 = {};
395
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540 = {};
396
396
  export type GetConfigurationProductsPropertiesMinLength = {
397
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263;
397
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540;
398
398
  };
399
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263 = {};
399
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540 = {};
400
400
  export type GetConfigurationProductsPropertiesMaxLength = {
401
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263;
401
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540;
402
402
  };
403
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263 = {};
403
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540 = {};
404
404
  export type GetConfigurationProductsPropertiesPattern = {
405
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263;
405
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540;
406
406
  };
407
407
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
408
408
  readonly Update: "update";
@@ -468,17 +468,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
468
468
  readonly String: "string";
469
469
  };
470
470
  export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
471
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263 = {};
471
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540 = {};
472
472
  export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
473
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263;
473
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540;
474
474
  };
475
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263 = {};
475
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540 = {};
476
476
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
477
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263;
477
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540;
478
478
  };
479
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263 = {};
479
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540 = {};
480
480
  export type GetConfigurationProductsPropertiesIntegrationsPattern = {
481
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263;
481
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540;
482
482
  };
483
483
  export type GetConfigurationProductsPropertiesItems = {
484
484
  type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
@@ -489,29 +489,29 @@ export type GetConfigurationProductsPropertiesItems = {
489
489
  default?: string | undefined;
490
490
  enum?: Array<string> | undefined;
491
491
  };
492
- export declare const GetConfigurationProductsDisabled3: {
492
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse3: {
493
493
  readonly Update: "update";
494
494
  readonly Create: "create";
495
495
  };
496
- export type GetConfigurationProductsDisabled3 = ClosedEnum<typeof GetConfigurationProductsDisabled3>;
497
- export type GetConfigurationProductsDisabled2 = {
496
+ export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
497
+ export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
498
498
  expr: string;
499
499
  };
500
- export type PropertiesDisabled = GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3;
501
- export declare const GetConfigurationProductsHidden3: {
500
+ export type GetConfigurationProductsPropertiesIntegrationsDisabled = GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3;
501
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse3: {
502
502
  readonly Update: "update";
503
503
  readonly Create: "create";
504
504
  };
505
- export type GetConfigurationProductsHidden3 = ClosedEnum<typeof GetConfigurationProductsHidden3>;
506
- export type GetConfigurationProductsHidden2 = {
505
+ export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
506
+ export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
507
507
  expr: string;
508
508
  };
509
- export type PropertiesHidden = GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3;
509
+ export type GetConfigurationProductsPropertiesIntegrationsHidden = GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3;
510
510
  export type PropertiesUiOptions = {
511
511
  value: string;
512
512
  label: string;
513
- disabled?: GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3 | undefined;
514
- hidden?: GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3 | undefined;
513
+ disabled?: GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3 | undefined;
514
+ hidden?: GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3 | undefined;
515
515
  };
516
516
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3: {
517
517
  readonly Update: "update";
@@ -597,17 +597,17 @@ export type UiOptions = {
597
597
  disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
598
598
  hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
599
599
  };
600
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263 = {};
600
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540 = {};
601
601
  export type PropertiesMinLength = {
602
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263;
602
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540;
603
603
  };
604
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263 = {};
604
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540 = {};
605
605
  export type PropertiesMaxLength = {
606
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263;
606
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540;
607
607
  };
608
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263 = {};
608
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540 = {};
609
609
  export type PropertiesPattern = {
610
- atBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263;
610
+ atBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540;
611
611
  };
612
612
  export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
613
613
  readonly Update: "update";
@@ -853,17 +853,17 @@ export declare const UiControl: {
853
853
  readonly Input: "input";
854
854
  };
855
855
  export type UiControl = ClosedEnum<typeof UiControl>;
856
- export type AtBRANDAt446263 = {};
856
+ export type AtBRANDAt502540 = {};
857
857
  export type MinLength = {
858
- atBRANDAt446263: AtBRANDAt446263;
858
+ atBRANDAt502540: AtBRANDAt502540;
859
859
  };
860
- export type PropertiesAtBRANDAt446263 = {};
860
+ export type PropertiesAtBRANDAt502540 = {};
861
861
  export type MaxLength = {
862
- atBRANDAt446263: PropertiesAtBRANDAt446263;
862
+ atBRANDAt502540: PropertiesAtBRANDAt502540;
863
863
  };
864
- export type GetConfigurationProductsPropertiesAtBRANDAt446263 = {};
864
+ export type GetConfigurationProductsPropertiesAtBRANDAt502540 = {};
865
865
  export type Pattern = {
866
- atBRANDAt446263: GetConfigurationProductsPropertiesAtBRANDAt446263;
866
+ atBRANDAt502540: GetConfigurationProductsPropertiesAtBRANDAt502540;
867
867
  };
868
868
  export declare const UiReadOnly3: {
869
869
  readonly Update: "update";
@@ -993,35 +993,35 @@ export declare namespace GetConfigurationProductsStatus$ {
993
993
  }>;
994
994
  }
995
995
  /** @internal */
996
- export declare const Repl$inboundSchema: z.ZodType<Repl, z.ZodTypeDef, unknown>;
996
+ export declare const GetConfigurationProductsRepl$inboundSchema: z.ZodType<GetConfigurationProductsRepl, z.ZodTypeDef, unknown>;
997
997
  /** @internal */
998
- export type Repl$Outbound = {
998
+ export type GetConfigurationProductsRepl$Outbound = {
999
999
  enabled: boolean;
1000
1000
  supportsReadOnlyMode: boolean;
1001
1001
  welcomeMessage?: string | undefined;
1002
1002
  };
1003
1003
  /** @internal */
1004
- export declare const Repl$outboundSchema: z.ZodType<Repl$Outbound, z.ZodTypeDef, Repl>;
1004
+ export declare const GetConfigurationProductsRepl$outboundSchema: z.ZodType<GetConfigurationProductsRepl$Outbound, z.ZodTypeDef, GetConfigurationProductsRepl>;
1005
1005
  /**
1006
1006
  * @internal
1007
1007
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1008
1008
  */
1009
- export declare namespace Repl$ {
1010
- /** @deprecated use `Repl$inboundSchema` instead. */
1011
- const inboundSchema: z.ZodType<Repl, z.ZodTypeDef, unknown>;
1012
- /** @deprecated use `Repl$outboundSchema` instead. */
1013
- const outboundSchema: z.ZodType<Repl$Outbound, z.ZodTypeDef, Repl>;
1014
- /** @deprecated use `Repl$Outbound` instead. */
1015
- type Outbound = Repl$Outbound;
1009
+ export declare namespace GetConfigurationProductsRepl$ {
1010
+ /** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
1011
+ const inboundSchema: z.ZodType<GetConfigurationProductsRepl, z.ZodTypeDef, unknown>;
1012
+ /** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
1013
+ const outboundSchema: z.ZodType<GetConfigurationProductsRepl$Outbound, z.ZodTypeDef, GetConfigurationProductsRepl>;
1014
+ /** @deprecated use `GetConfigurationProductsRepl$Outbound` instead. */
1015
+ type Outbound = GetConfigurationProductsRepl$Outbound;
1016
1016
  }
1017
- export declare function replToJSON(repl: Repl): string;
1018
- export declare function replFromJSON(jsonString: string): SafeParseResult<Repl, SDKValidationError>;
1017
+ export declare function getConfigurationProductsReplToJSON(getConfigurationProductsRepl: GetConfigurationProductsRepl): string;
1018
+ export declare function getConfigurationProductsReplFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsRepl, SDKValidationError>;
1019
1019
  /** @internal */
1020
1020
  export declare const Storage$inboundSchema: z.ZodType<Storage, z.ZodTypeDef, unknown>;
1021
1021
  /** @internal */
1022
1022
  export type Storage$Outbound = {
1023
1023
  status: string;
1024
- repl?: Repl$Outbound | undefined;
1024
+ repl?: GetConfigurationProductsRepl$Outbound | undefined;
1025
1025
  };
1026
1026
  /** @internal */
1027
1027
  export declare const Storage$outboundSchema: z.ZodType<Storage$Outbound, z.ZodTypeDef, Storage>;
@@ -1574,30 +1574,30 @@ export declare namespace GetConfigurationProductsType$ {
1574
1574
  }>;
1575
1575
  }
1576
1576
  /** @internal */
1577
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263, z.ZodTypeDef, unknown>;
1577
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540, z.ZodTypeDef, unknown>;
1578
1578
  /** @internal */
1579
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound = {};
1579
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound = {};
1580
1580
  /** @internal */
1581
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263>;
1581
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540>;
1582
1582
  /**
1583
1583
  * @internal
1584
1584
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1585
1585
  */
1586
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ {
1587
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema` instead. */
1588
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263, z.ZodTypeDef, unknown>;
1589
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema` instead. */
1590
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263>;
1591
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound` instead. */
1592
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
1586
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$ {
1587
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema` instead. */
1588
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540, z.ZodTypeDef, unknown>;
1589
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema` instead. */
1590
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540>;
1591
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound` instead. */
1592
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound;
1593
1593
  }
1594
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263): string;
1595
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263, SDKValidationError>;
1594
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540): string;
1595
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540, SDKValidationError>;
1596
1596
  /** @internal */
1597
1597
  export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
1598
1598
  /** @internal */
1599
1599
  export type PropertiesValue$Outbound = {
1600
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$Outbound;
1600
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$Outbound;
1601
1601
  };
1602
1602
  /** @internal */
1603
1603
  export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
@@ -1616,136 +1616,136 @@ export declare namespace PropertiesValue$ {
1616
1616
  export declare function propertiesValueToJSON(propertiesValue: PropertiesValue): string;
1617
1617
  export declare function propertiesValueFromJSON(jsonString: string): SafeParseResult<PropertiesValue, SDKValidationError>;
1618
1618
  /** @internal */
1619
- export declare const Disabled3$inboundSchema: z.ZodNativeEnum<typeof Disabled3>;
1619
+ export declare const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
1620
1620
  /** @internal */
1621
- export declare const Disabled3$outboundSchema: z.ZodNativeEnum<typeof Disabled3>;
1621
+ export declare const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
1622
1622
  /**
1623
1623
  * @internal
1624
1624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1625
1625
  */
1626
- export declare namespace Disabled3$ {
1627
- /** @deprecated use `Disabled3$inboundSchema` instead. */
1626
+ export declare namespace GetConfigurationProductsDisabled3$ {
1627
+ /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
1628
1628
  const inboundSchema: z.ZodNativeEnum<{
1629
1629
  readonly Update: "update";
1630
1630
  readonly Create: "create";
1631
1631
  }>;
1632
- /** @deprecated use `Disabled3$outboundSchema` instead. */
1632
+ /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
1633
1633
  const outboundSchema: z.ZodNativeEnum<{
1634
1634
  readonly Update: "update";
1635
1635
  readonly Create: "create";
1636
1636
  }>;
1637
1637
  }
1638
1638
  /** @internal */
1639
- export declare const Disabled2$inboundSchema: z.ZodType<Disabled2, z.ZodTypeDef, unknown>;
1639
+ export declare const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
1640
1640
  /** @internal */
1641
- export type Disabled2$Outbound = {
1641
+ export type GetConfigurationProductsDisabled2$Outbound = {
1642
1642
  expr: string;
1643
1643
  };
1644
1644
  /** @internal */
1645
- export declare const Disabled2$outboundSchema: z.ZodType<Disabled2$Outbound, z.ZodTypeDef, Disabled2>;
1645
+ export declare const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
1646
1646
  /**
1647
1647
  * @internal
1648
1648
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1649
1649
  */
1650
- export declare namespace Disabled2$ {
1651
- /** @deprecated use `Disabled2$inboundSchema` instead. */
1652
- const inboundSchema: z.ZodType<Disabled2, z.ZodTypeDef, unknown>;
1653
- /** @deprecated use `Disabled2$outboundSchema` instead. */
1654
- const outboundSchema: z.ZodType<Disabled2$Outbound, z.ZodTypeDef, Disabled2>;
1655
- /** @deprecated use `Disabled2$Outbound` instead. */
1656
- type Outbound = Disabled2$Outbound;
1650
+ export declare namespace GetConfigurationProductsDisabled2$ {
1651
+ /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
1652
+ const inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
1653
+ /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
1654
+ const outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
1655
+ /** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
1656
+ type Outbound = GetConfigurationProductsDisabled2$Outbound;
1657
1657
  }
1658
- export declare function disabled2ToJSON(disabled2: Disabled2): string;
1659
- export declare function disabled2FromJSON(jsonString: string): SafeParseResult<Disabled2, SDKValidationError>;
1658
+ export declare function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2): string;
1659
+ export declare function getConfigurationProductsDisabled2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError>;
1660
1660
  /** @internal */
1661
- export declare const Disabled$inboundSchema: z.ZodType<Disabled, z.ZodTypeDef, unknown>;
1661
+ export declare const PropertiesDisabled$inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
1662
1662
  /** @internal */
1663
- export type Disabled$Outbound = Disabled2$Outbound | boolean | string;
1663
+ export type PropertiesDisabled$Outbound = GetConfigurationProductsDisabled2$Outbound | boolean | string;
1664
1664
  /** @internal */
1665
- export declare const Disabled$outboundSchema: z.ZodType<Disabled$Outbound, z.ZodTypeDef, Disabled>;
1665
+ export declare const PropertiesDisabled$outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
1666
1666
  /**
1667
1667
  * @internal
1668
1668
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1669
1669
  */
1670
- export declare namespace Disabled$ {
1671
- /** @deprecated use `Disabled$inboundSchema` instead. */
1672
- const inboundSchema: z.ZodType<Disabled, z.ZodTypeDef, unknown>;
1673
- /** @deprecated use `Disabled$outboundSchema` instead. */
1674
- const outboundSchema: z.ZodType<Disabled$Outbound, z.ZodTypeDef, Disabled>;
1675
- /** @deprecated use `Disabled$Outbound` instead. */
1676
- type Outbound = Disabled$Outbound;
1670
+ export declare namespace PropertiesDisabled$ {
1671
+ /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
1672
+ const inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
1673
+ /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
1674
+ const outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
1675
+ /** @deprecated use `PropertiesDisabled$Outbound` instead. */
1676
+ type Outbound = PropertiesDisabled$Outbound;
1677
1677
  }
1678
- export declare function disabledToJSON(disabled: Disabled): string;
1679
- export declare function disabledFromJSON(jsonString: string): SafeParseResult<Disabled, SDKValidationError>;
1678
+ export declare function propertiesDisabledToJSON(propertiesDisabled: PropertiesDisabled): string;
1679
+ export declare function propertiesDisabledFromJSON(jsonString: string): SafeParseResult<PropertiesDisabled, SDKValidationError>;
1680
1680
  /** @internal */
1681
- export declare const Hidden3$inboundSchema: z.ZodNativeEnum<typeof Hidden3>;
1681
+ export declare const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
1682
1682
  /** @internal */
1683
- export declare const Hidden3$outboundSchema: z.ZodNativeEnum<typeof Hidden3>;
1683
+ export declare const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
1684
1684
  /**
1685
1685
  * @internal
1686
1686
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1687
1687
  */
1688
- export declare namespace Hidden3$ {
1689
- /** @deprecated use `Hidden3$inboundSchema` instead. */
1688
+ export declare namespace GetConfigurationProductsHidden3$ {
1689
+ /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
1690
1690
  const inboundSchema: z.ZodNativeEnum<{
1691
1691
  readonly Update: "update";
1692
1692
  readonly Create: "create";
1693
1693
  }>;
1694
- /** @deprecated use `Hidden3$outboundSchema` instead. */
1694
+ /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
1695
1695
  const outboundSchema: z.ZodNativeEnum<{
1696
1696
  readonly Update: "update";
1697
1697
  readonly Create: "create";
1698
1698
  }>;
1699
1699
  }
1700
1700
  /** @internal */
1701
- export declare const Hidden2$inboundSchema: z.ZodType<Hidden2, z.ZodTypeDef, unknown>;
1701
+ export declare const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
1702
1702
  /** @internal */
1703
- export type Hidden2$Outbound = {
1703
+ export type GetConfigurationProductsHidden2$Outbound = {
1704
1704
  expr: string;
1705
1705
  };
1706
1706
  /** @internal */
1707
- export declare const Hidden2$outboundSchema: z.ZodType<Hidden2$Outbound, z.ZodTypeDef, Hidden2>;
1707
+ export declare const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
1708
1708
  /**
1709
1709
  * @internal
1710
1710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1711
1711
  */
1712
- export declare namespace Hidden2$ {
1713
- /** @deprecated use `Hidden2$inboundSchema` instead. */
1714
- const inboundSchema: z.ZodType<Hidden2, z.ZodTypeDef, unknown>;
1715
- /** @deprecated use `Hidden2$outboundSchema` instead. */
1716
- const outboundSchema: z.ZodType<Hidden2$Outbound, z.ZodTypeDef, Hidden2>;
1717
- /** @deprecated use `Hidden2$Outbound` instead. */
1718
- type Outbound = Hidden2$Outbound;
1712
+ export declare namespace GetConfigurationProductsHidden2$ {
1713
+ /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
1714
+ const inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
1715
+ /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
1716
+ const outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
1717
+ /** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
1718
+ type Outbound = GetConfigurationProductsHidden2$Outbound;
1719
1719
  }
1720
- export declare function hidden2ToJSON(hidden2: Hidden2): string;
1721
- export declare function hidden2FromJSON(jsonString: string): SafeParseResult<Hidden2, SDKValidationError>;
1720
+ export declare function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2: GetConfigurationProductsHidden2): string;
1721
+ export declare function getConfigurationProductsHidden2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError>;
1722
1722
  /** @internal */
1723
- export declare const Hidden$inboundSchema: z.ZodType<Hidden, z.ZodTypeDef, unknown>;
1723
+ export declare const PropertiesHidden$inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
1724
1724
  /** @internal */
1725
- export type Hidden$Outbound = Hidden2$Outbound | boolean | string;
1725
+ export type PropertiesHidden$Outbound = GetConfigurationProductsHidden2$Outbound | boolean | string;
1726
1726
  /** @internal */
1727
- export declare const Hidden$outboundSchema: z.ZodType<Hidden$Outbound, z.ZodTypeDef, Hidden>;
1727
+ export declare const PropertiesHidden$outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
1728
1728
  /**
1729
1729
  * @internal
1730
1730
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1731
1731
  */
1732
- export declare namespace Hidden$ {
1733
- /** @deprecated use `Hidden$inboundSchema` instead. */
1734
- const inboundSchema: z.ZodType<Hidden, z.ZodTypeDef, unknown>;
1735
- /** @deprecated use `Hidden$outboundSchema` instead. */
1736
- const outboundSchema: z.ZodType<Hidden$Outbound, z.ZodTypeDef, Hidden>;
1737
- /** @deprecated use `Hidden$Outbound` instead. */
1738
- type Outbound = Hidden$Outbound;
1732
+ export declare namespace PropertiesHidden$ {
1733
+ /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
1734
+ const inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
1735
+ /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
1736
+ const outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
1737
+ /** @deprecated use `PropertiesHidden$Outbound` instead. */
1738
+ type Outbound = PropertiesHidden$Outbound;
1739
1739
  }
1740
- export declare function hiddenToJSON(hidden: Hidden): string;
1741
- export declare function hiddenFromJSON(jsonString: string): SafeParseResult<Hidden, SDKValidationError>;
1740
+ export declare function propertiesHiddenToJSON(propertiesHidden: PropertiesHidden): string;
1741
+ export declare function propertiesHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesHidden, SDKValidationError>;
1742
1742
  /** @internal */
1743
1743
  export declare const Properties9$inboundSchema: z.ZodType<Properties9, z.ZodTypeDef, unknown>;
1744
1744
  /** @internal */
1745
1745
  export type Properties9$Outbound = {
1746
1746
  value: PropertiesValue$Outbound;
1747
- disabled?: Disabled2$Outbound | boolean | string | undefined;
1748
- hidden?: Hidden2$Outbound | boolean | string | undefined;
1747
+ disabled?: GetConfigurationProductsDisabled2$Outbound | boolean | string | undefined;
1748
+ hidden?: GetConfigurationProductsHidden2$Outbound | boolean | string | undefined;
1749
1749
  };
1750
1750
  /** @internal */
1751
1751
  export declare const Properties9$outboundSchema: z.ZodType<Properties9$Outbound, z.ZodTypeDef, Properties9>;
@@ -1818,30 +1818,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
1818
1818
  }>;
1819
1819
  }
1820
1820
  /** @internal */
1821
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263, z.ZodTypeDef, unknown>;
1821
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540, z.ZodTypeDef, unknown>;
1822
1822
  /** @internal */
1823
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound = {};
1823
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound = {};
1824
1824
  /** @internal */
1825
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263>;
1825
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540>;
1826
1826
  /**
1827
1827
  * @internal
1828
1828
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1829
1829
  */
1830
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ {
1831
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
1832
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263, z.ZodTypeDef, unknown>;
1833
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
1834
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263>;
1835
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
1836
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
1830
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$ {
1831
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
1832
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540, z.ZodTypeDef, unknown>;
1833
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
1834
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540>;
1835
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound` instead. */
1836
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound;
1837
1837
  }
1838
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263): string;
1839
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263, SDKValidationError>;
1838
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540): string;
1839
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540, SDKValidationError>;
1840
1840
  /** @internal */
1841
1841
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1842
1842
  /** @internal */
1843
1843
  export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
1844
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$Outbound;
1844
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$Outbound;
1845
1845
  };
1846
1846
  /** @internal */
1847
1847
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
@@ -1860,30 +1860,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1860
1860
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
1861
1861
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1862
1862
  /** @internal */
1863
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263, z.ZodTypeDef, unknown>;
1863
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540, z.ZodTypeDef, unknown>;
1864
1864
  /** @internal */
1865
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound = {};
1865
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound = {};
1866
1866
  /** @internal */
1867
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263>;
1867
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540>;
1868
1868
  /**
1869
1869
  * @internal
1870
1870
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1871
1871
  */
1872
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ {
1873
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema` instead. */
1874
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263, z.ZodTypeDef, unknown>;
1875
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema` instead. */
1876
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263>;
1877
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound` instead. */
1878
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
1872
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$ {
1873
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema` instead. */
1874
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540, z.ZodTypeDef, unknown>;
1875
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema` instead. */
1876
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540>;
1877
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound` instead. */
1878
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound;
1879
1879
  }
1880
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263): string;
1881
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263, SDKValidationError>;
1880
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540): string;
1881
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540, SDKValidationError>;
1882
1882
  /** @internal */
1883
1883
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1884
1884
  /** @internal */
1885
1885
  export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
1886
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$Outbound;
1886
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$Outbound;
1887
1887
  };
1888
1888
  /** @internal */
1889
1889
  export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
@@ -1902,30 +1902,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
1902
1902
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
1903
1903
  export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1904
1904
  /** @internal */
1905
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263, z.ZodTypeDef, unknown>;
1905
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540, z.ZodTypeDef, unknown>;
1906
1906
  /** @internal */
1907
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound = {};
1907
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound = {};
1908
1908
  /** @internal */
1909
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263>;
1909
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540>;
1910
1910
  /**
1911
1911
  * @internal
1912
1912
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1913
1913
  */
1914
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ {
1915
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema` instead. */
1916
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263, z.ZodTypeDef, unknown>;
1917
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema` instead. */
1918
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263>;
1919
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound` instead. */
1920
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
1914
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$ {
1915
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema` instead. */
1916
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540, z.ZodTypeDef, unknown>;
1917
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema` instead. */
1918
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540>;
1919
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound` instead. */
1920
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound;
1921
1921
  }
1922
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263): string;
1923
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263, SDKValidationError>;
1922
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540): string;
1923
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540, SDKValidationError>;
1924
1924
  /** @internal */
1925
1925
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1926
1926
  /** @internal */
1927
1927
  export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
1928
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$Outbound;
1928
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$Outbound;
1929
1929
  };
1930
1930
  /** @internal */
1931
1931
  export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
@@ -1972,30 +1972,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
1972
1972
  export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
1973
1973
  export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
1974
1974
  /** @internal */
1975
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263, z.ZodTypeDef, unknown>;
1975
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540, z.ZodTypeDef, unknown>;
1976
1976
  /** @internal */
1977
- export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound = {};
1977
+ export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound = {};
1978
1978
  /** @internal */
1979
- export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263>;
1979
+ export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540>;
1980
1980
  /**
1981
1981
  * @internal
1982
1982
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
1983
  */
1984
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ {
1985
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
1986
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263, z.ZodTypeDef, unknown>;
1987
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
1988
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263>;
1989
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
1990
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
1984
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$ {
1985
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
1986
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540, z.ZodTypeDef, unknown>;
1987
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
1988
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540>;
1989
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound` instead. */
1990
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound;
1991
1991
  }
1992
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263): string;
1993
- export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263, SDKValidationError>;
1992
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540): string;
1993
+ export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540, SDKValidationError>;
1994
1994
  /** @internal */
1995
1995
  export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
1996
1996
  /** @internal */
1997
1997
  export type GetConfigurationProductsUiOptionsValue$Outbound = {
1998
- "__@BRAND@446263": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$Outbound;
1998
+ "__@BRAND@502540": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$Outbound;
1999
1999
  };
2000
2000
  /** @internal */
2001
2001
  export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
@@ -2162,30 +2162,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
2162
2162
  export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
2163
2163
  export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
2164
2164
  /** @internal */
2165
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2165
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2166
2166
  /** @internal */
2167
- export type GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound = {};
2167
+ export type GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound = {};
2168
2168
  /** @internal */
2169
- export declare const GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt446263>;
2169
+ export declare const GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt502540>;
2170
2170
  /**
2171
2171
  * @internal
2172
2172
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2173
2173
  */
2174
- export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt446263$ {
2175
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema` instead. */
2176
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2177
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema` instead. */
2178
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt446263>;
2179
- /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound` instead. */
2180
- type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
2174
+ export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt502540$ {
2175
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema` instead. */
2176
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2177
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema` instead. */
2178
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt502540>;
2179
+ /** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound` instead. */
2180
+ type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound;
2181
2181
  }
2182
- export declare function getConfigurationProductsUiOptionsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsAtBRANDAt446263: GetConfigurationProductsUiOptionsAtBRANDAt446263): string;
2183
- export declare function getConfigurationProductsUiOptionsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt446263, SDKValidationError>;
2182
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsAtBRANDAt502540: GetConfigurationProductsUiOptionsAtBRANDAt502540): string;
2183
+ export declare function getConfigurationProductsUiOptionsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt502540, SDKValidationError>;
2184
2184
  /** @internal */
2185
2185
  export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
2186
2186
  /** @internal */
2187
2187
  export type GetConfigurationProductsUiOptions2$Outbound = {
2188
- "__@BRAND@446263": GetConfigurationProductsUiOptionsAtBRANDAt446263$Outbound;
2188
+ "__@BRAND@502540": GetConfigurationProductsUiOptionsAtBRANDAt502540$Outbound;
2189
2189
  };
2190
2190
  /** @internal */
2191
2191
  export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
@@ -2623,30 +2623,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2623
2623
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
2624
2624
  export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
2625
2625
  /** @internal */
2626
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263, z.ZodTypeDef, unknown>;
2626
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540, z.ZodTypeDef, unknown>;
2627
2627
  /** @internal */
2628
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound = {};
2628
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound = {};
2629
2629
  /** @internal */
2630
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263>;
2630
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540>;
2631
2631
  /**
2632
2632
  * @internal
2633
2633
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2634
2634
  */
2635
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ {
2636
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema` instead. */
2637
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263, z.ZodTypeDef, unknown>;
2638
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema` instead. */
2639
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263>;
2640
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound` instead. */
2641
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
2635
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$ {
2636
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema` instead. */
2637
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540, z.ZodTypeDef, unknown>;
2638
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema` instead. */
2639
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540>;
2640
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound` instead. */
2641
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound;
2642
2642
  }
2643
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263): string;
2644
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263, SDKValidationError>;
2643
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540): string;
2644
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540, SDKValidationError>;
2645
2645
  /** @internal */
2646
2646
  export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
2647
2647
  /** @internal */
2648
2648
  export type Default$Outbound = {
2649
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$Outbound;
2649
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$Outbound;
2650
2650
  };
2651
2651
  /** @internal */
2652
2652
  export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
@@ -2665,30 +2665,30 @@ export declare namespace Default$ {
2665
2665
  export declare function defaultToJSON(value: Default): string;
2666
2666
  export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
2667
2667
  /** @internal */
2668
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263, z.ZodTypeDef, unknown>;
2668
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540, z.ZodTypeDef, unknown>;
2669
2669
  /** @internal */
2670
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound = {};
2670
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound = {};
2671
2671
  /** @internal */
2672
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263>;
2672
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540>;
2673
2673
  /**
2674
2674
  * @internal
2675
2675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2676
2676
  */
2677
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ {
2678
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema` instead. */
2679
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263, z.ZodTypeDef, unknown>;
2680
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema` instead. */
2681
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263>;
2682
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound` instead. */
2683
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
2677
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$ {
2678
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema` instead. */
2679
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540, z.ZodTypeDef, unknown>;
2680
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema` instead. */
2681
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540>;
2682
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound` instead. */
2683
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound;
2684
2684
  }
2685
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263): string;
2686
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263, SDKValidationError>;
2685
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540): string;
2686
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540, SDKValidationError>;
2687
2687
  /** @internal */
2688
2688
  export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
2689
2689
  /** @internal */
2690
2690
  export type Example$Outbound = {
2691
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$Outbound;
2691
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$Outbound;
2692
2692
  };
2693
2693
  /** @internal */
2694
2694
  export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
@@ -2780,30 +2780,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
2780
2780
  }>;
2781
2781
  }
2782
2782
  /** @internal */
2783
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2783
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2784
2784
  /** @internal */
2785
- export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound = {};
2785
+ export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound = {};
2786
2786
  /** @internal */
2787
- export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263>;
2787
+ export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540>;
2788
2788
  /**
2789
2789
  * @internal
2790
2790
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2791
2791
  */
2792
- export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ {
2793
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema` instead. */
2794
- const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2795
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema` instead. */
2796
- const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263>;
2797
- /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound` instead. */
2798
- type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
2792
+ export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$ {
2793
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema` instead. */
2794
+ const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2795
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema` instead. */
2796
+ const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540>;
2797
+ /** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound` instead. */
2798
+ type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound;
2799
2799
  }
2800
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263): string;
2801
- export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263, SDKValidationError>;
2800
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540): string;
2801
+ export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540, SDKValidationError>;
2802
2802
  /** @internal */
2803
2803
  export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
2804
2804
  /** @internal */
2805
2805
  export type UiOptionsValue$Outbound = {
2806
- "__@BRAND@446263": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$Outbound;
2806
+ "__@BRAND@502540": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$Outbound;
2807
2807
  };
2808
2808
  /** @internal */
2809
2809
  export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
@@ -2822,51 +2822,51 @@ export declare namespace UiOptionsValue$ {
2822
2822
  export declare function uiOptionsValueToJSON(uiOptionsValue: UiOptionsValue): string;
2823
2823
  export declare function uiOptionsValueFromJSON(jsonString: string): SafeParseResult<UiOptionsValue, SDKValidationError>;
2824
2824
  /** @internal */
2825
- export declare const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
2825
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
2826
2826
  /** @internal */
2827
- export declare const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
2827
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
2828
2828
  /**
2829
2829
  * @internal
2830
2830
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2831
2831
  */
2832
- export declare namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
2833
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
2832
+ export declare namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
2833
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
2834
2834
  const inboundSchema: z.ZodNativeEnum<{
2835
2835
  readonly Update: "update";
2836
2836
  readonly Create: "create";
2837
2837
  }>;
2838
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
2838
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
2839
2839
  const outboundSchema: z.ZodNativeEnum<{
2840
2840
  readonly Update: "update";
2841
2841
  readonly Create: "create";
2842
2842
  }>;
2843
2843
  }
2844
2844
  /** @internal */
2845
- export declare const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
2845
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
2846
2846
  /** @internal */
2847
- export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
2847
+ export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound = {
2848
2848
  expr: string;
2849
2849
  };
2850
2850
  /** @internal */
2851
- export declare const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
2851
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
2852
2852
  /**
2853
2853
  * @internal
2854
2854
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2855
2855
  */
2856
- export declare namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
2857
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
2858
- const inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
2859
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
2860
- const outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
2861
- /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
2862
- type Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
2856
+ export declare namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
2857
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
2858
+ const inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
2859
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
2860
+ const outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
2861
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
2862
+ type Outbound = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
2863
2863
  }
2864
- export declare function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2: GetConfigurationProductsDisabledIntegrationsResponse2): string;
2865
- export declare function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrationsResponse2, SDKValidationError>;
2864
+ export declare function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2): string;
2865
+ export declare function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, SDKValidationError>;
2866
2866
  /** @internal */
2867
2867
  export declare const GetConfigurationProductsUiOptionsDisabled$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsDisabled, z.ZodTypeDef, unknown>;
2868
2868
  /** @internal */
2869
- export type GetConfigurationProductsUiOptionsDisabled$Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string;
2869
+ export type GetConfigurationProductsUiOptionsDisabled$Outbound = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string;
2870
2870
  /** @internal */
2871
2871
  export declare const GetConfigurationProductsUiOptionsDisabled$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsDisabled>;
2872
2872
  /**
@@ -2884,51 +2884,51 @@ export declare namespace GetConfigurationProductsUiOptionsDisabled$ {
2884
2884
  export declare function getConfigurationProductsUiOptionsDisabledToJSON(getConfigurationProductsUiOptionsDisabled: GetConfigurationProductsUiOptionsDisabled): string;
2885
2885
  export declare function getConfigurationProductsUiOptionsDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsDisabled, SDKValidationError>;
2886
2886
  /** @internal */
2887
- export declare const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
2887
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
2888
2888
  /** @internal */
2889
- export declare const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
2889
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
2890
2890
  /**
2891
2891
  * @internal
2892
2892
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2893
2893
  */
2894
- export declare namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
2895
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
2894
+ export declare namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
2895
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
2896
2896
  const inboundSchema: z.ZodNativeEnum<{
2897
2897
  readonly Update: "update";
2898
2898
  readonly Create: "create";
2899
2899
  }>;
2900
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
2900
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
2901
2901
  const outboundSchema: z.ZodNativeEnum<{
2902
2902
  readonly Update: "update";
2903
2903
  readonly Create: "create";
2904
2904
  }>;
2905
2905
  }
2906
2906
  /** @internal */
2907
- export declare const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
2907
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
2908
2908
  /** @internal */
2909
- export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
2909
+ export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound = {
2910
2910
  expr: string;
2911
2911
  };
2912
2912
  /** @internal */
2913
- export declare const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
2913
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
2914
2914
  /**
2915
2915
  * @internal
2916
2916
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2917
2917
  */
2918
- export declare namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
2919
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
2920
- const inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
2921
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
2922
- const outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
2923
- /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
2924
- type Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
2918
+ export declare namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
2919
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
2920
+ const inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
2921
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
2922
+ const outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
2923
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
2924
+ type Outbound = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
2925
2925
  }
2926
- export declare function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2: GetConfigurationProductsHiddenIntegrationsResponse2): string;
2927
- export declare function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrationsResponse2, SDKValidationError>;
2926
+ export declare function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2): string;
2927
+ export declare function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, SDKValidationError>;
2928
2928
  /** @internal */
2929
2929
  export declare const GetConfigurationProductsUiOptionsHidden$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsHidden, z.ZodTypeDef, unknown>;
2930
2930
  /** @internal */
2931
- export type GetConfigurationProductsUiOptionsHidden$Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string;
2931
+ export type GetConfigurationProductsUiOptionsHidden$Outbound = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string;
2932
2932
  /** @internal */
2933
2933
  export declare const GetConfigurationProductsUiOptionsHidden$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsHidden>;
2934
2934
  /**
@@ -2950,8 +2950,8 @@ export declare const UiOptions3$inboundSchema: z.ZodType<UiOptions3, z.ZodTypeDe
2950
2950
  /** @internal */
2951
2951
  export type UiOptions3$Outbound = {
2952
2952
  value: UiOptionsValue$Outbound;
2953
- disabled?: GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string | undefined;
2954
- hidden?: GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string | undefined;
2953
+ disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string | undefined;
2954
+ hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string | undefined;
2955
2955
  };
2956
2956
  /** @internal */
2957
2957
  export declare const UiOptions3$outboundSchema: z.ZodType<UiOptions3$Outbound, z.ZodTypeDef, UiOptions3>;
@@ -2970,30 +2970,30 @@ export declare namespace UiOptions3$ {
2970
2970
  export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
2971
2971
  export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
2972
2972
  /** @internal */
2973
- export declare const UiOptionsAtBRANDAt446263$inboundSchema: z.ZodType<UiOptionsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2973
+ export declare const UiOptionsAtBRANDAt502540$inboundSchema: z.ZodType<UiOptionsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2974
2974
  /** @internal */
2975
- export type UiOptionsAtBRANDAt446263$Outbound = {};
2975
+ export type UiOptionsAtBRANDAt502540$Outbound = {};
2976
2976
  /** @internal */
2977
- export declare const UiOptionsAtBRANDAt446263$outboundSchema: z.ZodType<UiOptionsAtBRANDAt446263$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt446263>;
2977
+ export declare const UiOptionsAtBRANDAt502540$outboundSchema: z.ZodType<UiOptionsAtBRANDAt502540$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt502540>;
2978
2978
  /**
2979
2979
  * @internal
2980
2980
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2981
2981
  */
2982
- export declare namespace UiOptionsAtBRANDAt446263$ {
2983
- /** @deprecated use `UiOptionsAtBRANDAt446263$inboundSchema` instead. */
2984
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt446263, z.ZodTypeDef, unknown>;
2985
- /** @deprecated use `UiOptionsAtBRANDAt446263$outboundSchema` instead. */
2986
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt446263$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt446263>;
2987
- /** @deprecated use `UiOptionsAtBRANDAt446263$Outbound` instead. */
2988
- type Outbound = UiOptionsAtBRANDAt446263$Outbound;
2982
+ export declare namespace UiOptionsAtBRANDAt502540$ {
2983
+ /** @deprecated use `UiOptionsAtBRANDAt502540$inboundSchema` instead. */
2984
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt502540, z.ZodTypeDef, unknown>;
2985
+ /** @deprecated use `UiOptionsAtBRANDAt502540$outboundSchema` instead. */
2986
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt502540$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt502540>;
2987
+ /** @deprecated use `UiOptionsAtBRANDAt502540$Outbound` instead. */
2988
+ type Outbound = UiOptionsAtBRANDAt502540$Outbound;
2989
2989
  }
2990
- export declare function uiOptionsAtBRANDAt446263ToJSON(uiOptionsAtBRANDAt446263: UiOptionsAtBRANDAt446263): string;
2991
- export declare function uiOptionsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt446263, SDKValidationError>;
2990
+ export declare function uiOptionsAtBRANDAt502540ToJSON(uiOptionsAtBRANDAt502540: UiOptionsAtBRANDAt502540): string;
2991
+ export declare function uiOptionsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt502540, SDKValidationError>;
2992
2992
  /** @internal */
2993
2993
  export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
2994
2994
  /** @internal */
2995
2995
  export type UiOptions2$Outbound = {
2996
- "__@BRAND@446263": UiOptionsAtBRANDAt446263$Outbound;
2996
+ "__@BRAND@502540": UiOptionsAtBRANDAt502540$Outbound;
2997
2997
  };
2998
2998
  /** @internal */
2999
2999
  export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
@@ -3181,30 +3181,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
3181
3181
  export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
3182
3182
  export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
3183
3183
  /** @internal */
3184
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263, z.ZodTypeDef, unknown>;
3184
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540, z.ZodTypeDef, unknown>;
3185
3185
  /** @internal */
3186
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound = {};
3186
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound = {};
3187
3187
  /** @internal */
3188
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263>;
3188
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540>;
3189
3189
  /**
3190
3190
  * @internal
3191
3191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3192
3192
  */
3193
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ {
3194
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema` instead. */
3195
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263, z.ZodTypeDef, unknown>;
3196
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema` instead. */
3197
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263>;
3198
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound` instead. */
3199
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
3193
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$ {
3194
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema` instead. */
3195
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540, z.ZodTypeDef, unknown>;
3196
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema` instead. */
3197
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540>;
3198
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound` instead. */
3199
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound;
3200
3200
  }
3201
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263): string;
3202
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263, SDKValidationError>;
3201
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540): string;
3202
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540, SDKValidationError>;
3203
3203
  /** @internal */
3204
3204
  export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
3205
3205
  /** @internal */
3206
3206
  export type GetConfigurationProductsPropertiesMinLength$Outbound = {
3207
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$Outbound;
3207
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$Outbound;
3208
3208
  };
3209
3209
  /** @internal */
3210
3210
  export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
@@ -3223,30 +3223,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
3223
3223
  export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
3224
3224
  export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
3225
3225
  /** @internal */
3226
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263, z.ZodTypeDef, unknown>;
3226
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540, z.ZodTypeDef, unknown>;
3227
3227
  /** @internal */
3228
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound = {};
3228
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound = {};
3229
3229
  /** @internal */
3230
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263>;
3230
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540>;
3231
3231
  /**
3232
3232
  * @internal
3233
3233
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3234
3234
  */
3235
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ {
3236
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema` instead. */
3237
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263, z.ZodTypeDef, unknown>;
3238
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema` instead. */
3239
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263>;
3240
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound` instead. */
3241
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
3235
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$ {
3236
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema` instead. */
3237
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540, z.ZodTypeDef, unknown>;
3238
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema` instead. */
3239
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540>;
3240
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound` instead. */
3241
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound;
3242
3242
  }
3243
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263): string;
3244
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263, SDKValidationError>;
3243
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540): string;
3244
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540, SDKValidationError>;
3245
3245
  /** @internal */
3246
3246
  export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
3247
3247
  /** @internal */
3248
3248
  export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
3249
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$Outbound;
3249
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$Outbound;
3250
3250
  };
3251
3251
  /** @internal */
3252
3252
  export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
@@ -3265,30 +3265,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
3265
3265
  export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
3266
3266
  export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
3267
3267
  /** @internal */
3268
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263, z.ZodTypeDef, unknown>;
3268
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540, z.ZodTypeDef, unknown>;
3269
3269
  /** @internal */
3270
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound = {};
3270
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound = {};
3271
3271
  /** @internal */
3272
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263>;
3272
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540>;
3273
3273
  /**
3274
3274
  * @internal
3275
3275
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3276
3276
  */
3277
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ {
3278
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema` instead. */
3279
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263, z.ZodTypeDef, unknown>;
3280
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema` instead. */
3281
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263>;
3282
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound` instead. */
3283
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
3277
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$ {
3278
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema` instead. */
3279
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540, z.ZodTypeDef, unknown>;
3280
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema` instead. */
3281
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540>;
3282
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound` instead. */
3283
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound;
3284
3284
  }
3285
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263): string;
3286
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263, SDKValidationError>;
3285
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540): string;
3286
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540, SDKValidationError>;
3287
3287
  /** @internal */
3288
3288
  export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
3289
3289
  /** @internal */
3290
3290
  export type GetConfigurationProductsPropertiesPattern$Outbound = {
3291
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$Outbound;
3291
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$Outbound;
3292
3292
  };
3293
3293
  /** @internal */
3294
3294
  export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
@@ -3648,30 +3648,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
3648
3648
  }>;
3649
3649
  }
3650
3650
  /** @internal */
3651
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263, z.ZodTypeDef, unknown>;
3651
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540, z.ZodTypeDef, unknown>;
3652
3652
  /** @internal */
3653
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound = {};
3653
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound = {};
3654
3654
  /** @internal */
3655
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263>;
3655
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540>;
3656
3656
  /**
3657
3657
  * @internal
3658
3658
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3659
3659
  */
3660
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ {
3661
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema` instead. */
3662
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263, z.ZodTypeDef, unknown>;
3663
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema` instead. */
3664
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263>;
3665
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound` instead. */
3666
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
3660
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$ {
3661
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema` instead. */
3662
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540, z.ZodTypeDef, unknown>;
3663
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema` instead. */
3664
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540>;
3665
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound` instead. */
3666
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound;
3667
3667
  }
3668
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263): string;
3669
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263, SDKValidationError>;
3668
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540): string;
3669
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540, SDKValidationError>;
3670
3670
  /** @internal */
3671
3671
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3672
3672
  /** @internal */
3673
3673
  export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
3674
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$Outbound;
3674
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$Outbound;
3675
3675
  };
3676
3676
  /** @internal */
3677
3677
  export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
@@ -3690,30 +3690,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
3690
3690
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
3691
3691
  export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
3692
3692
  /** @internal */
3693
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263, z.ZodTypeDef, unknown>;
3693
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540, z.ZodTypeDef, unknown>;
3694
3694
  /** @internal */
3695
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound = {};
3695
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound = {};
3696
3696
  /** @internal */
3697
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263>;
3697
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540>;
3698
3698
  /**
3699
3699
  * @internal
3700
3700
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3701
3701
  */
3702
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ {
3703
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema` instead. */
3704
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263, z.ZodTypeDef, unknown>;
3705
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema` instead. */
3706
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263>;
3707
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound` instead. */
3708
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
3702
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$ {
3703
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema` instead. */
3704
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540, z.ZodTypeDef, unknown>;
3705
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema` instead. */
3706
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540>;
3707
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound` instead. */
3708
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound;
3709
3709
  }
3710
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263): string;
3711
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263, SDKValidationError>;
3710
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540): string;
3711
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540, SDKValidationError>;
3712
3712
  /** @internal */
3713
3713
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3714
3714
  /** @internal */
3715
3715
  export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
3716
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$Outbound;
3716
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$Outbound;
3717
3717
  };
3718
3718
  /** @internal */
3719
3719
  export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
@@ -3732,30 +3732,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
3732
3732
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
3733
3733
  export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
3734
3734
  /** @internal */
3735
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263, z.ZodTypeDef, unknown>;
3735
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540, z.ZodTypeDef, unknown>;
3736
3736
  /** @internal */
3737
- export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound = {};
3737
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound = {};
3738
3738
  /** @internal */
3739
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263>;
3739
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540>;
3740
3740
  /**
3741
3741
  * @internal
3742
3742
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3743
3743
  */
3744
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ {
3745
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema` instead. */
3746
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263, z.ZodTypeDef, unknown>;
3747
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema` instead. */
3748
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263>;
3749
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound` instead. */
3750
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
3744
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$ {
3745
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema` instead. */
3746
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540, z.ZodTypeDef, unknown>;
3747
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema` instead. */
3748
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540>;
3749
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound` instead. */
3750
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound;
3751
3751
  }
3752
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263): string;
3753
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263, SDKValidationError>;
3752
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540): string;
3753
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540, SDKValidationError>;
3754
3754
  /** @internal */
3755
3755
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3756
3756
  /** @internal */
3757
3757
  export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
3758
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$Outbound;
3758
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$Outbound;
3759
3759
  };
3760
3760
  /** @internal */
3761
3761
  export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
@@ -3802,137 +3802,137 @@ export declare namespace GetConfigurationProductsPropertiesItems$ {
3802
3802
  export declare function getConfigurationProductsPropertiesItemsToJSON(getConfigurationProductsPropertiesItems: GetConfigurationProductsPropertiesItems): string;
3803
3803
  export declare function getConfigurationProductsPropertiesItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesItems, SDKValidationError>;
3804
3804
  /** @internal */
3805
- export declare const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
3805
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
3806
3806
  /** @internal */
3807
- export declare const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
3807
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
3808
3808
  /**
3809
3809
  * @internal
3810
3810
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3811
3811
  */
3812
- export declare namespace GetConfigurationProductsDisabled3$ {
3813
- /** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
3812
+ export declare namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
3813
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
3814
3814
  const inboundSchema: z.ZodNativeEnum<{
3815
3815
  readonly Update: "update";
3816
3816
  readonly Create: "create";
3817
3817
  }>;
3818
- /** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
3818
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
3819
3819
  const outboundSchema: z.ZodNativeEnum<{
3820
3820
  readonly Update: "update";
3821
3821
  readonly Create: "create";
3822
3822
  }>;
3823
3823
  }
3824
3824
  /** @internal */
3825
- export declare const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
3825
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
3826
3826
  /** @internal */
3827
- export type GetConfigurationProductsDisabled2$Outbound = {
3827
+ export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
3828
3828
  expr: string;
3829
3829
  };
3830
3830
  /** @internal */
3831
- export declare const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
3831
+ export declare const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
3832
3832
  /**
3833
3833
  * @internal
3834
3834
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3835
3835
  */
3836
- export declare namespace GetConfigurationProductsDisabled2$ {
3837
- /** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
3838
- const inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
3839
- /** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
3840
- const outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
3841
- /** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
3842
- type Outbound = GetConfigurationProductsDisabled2$Outbound;
3836
+ export declare namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
3837
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
3838
+ const inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
3839
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
3840
+ const outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
3841
+ /** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
3842
+ type Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
3843
3843
  }
3844
- export declare function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2): string;
3845
- export declare function getConfigurationProductsDisabled2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError>;
3844
+ export declare function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2: GetConfigurationProductsDisabledIntegrationsResponse2): string;
3845
+ export declare function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrationsResponse2, SDKValidationError>;
3846
3846
  /** @internal */
3847
- export declare const PropertiesDisabled$inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
3847
+ export declare const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled, z.ZodTypeDef, unknown>;
3848
3848
  /** @internal */
3849
- export type PropertiesDisabled$Outbound = GetConfigurationProductsDisabled2$Outbound | boolean | string;
3849
+ export type GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string;
3850
3850
  /** @internal */
3851
- export declare const PropertiesDisabled$outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
3851
+ export declare const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsDisabled>;
3852
3852
  /**
3853
3853
  * @internal
3854
3854
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3855
3855
  */
3856
- export declare namespace PropertiesDisabled$ {
3857
- /** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
3858
- const inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
3859
- /** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
3860
- const outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
3861
- /** @deprecated use `PropertiesDisabled$Outbound` instead. */
3862
- type Outbound = PropertiesDisabled$Outbound;
3856
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsDisabled$ {
3857
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
3858
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled, z.ZodTypeDef, unknown>;
3859
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
3860
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsDisabled>;
3861
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound` instead. */
3862
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound;
3863
3863
  }
3864
- export declare function propertiesDisabledToJSON(propertiesDisabled: PropertiesDisabled): string;
3865
- export declare function propertiesDisabledFromJSON(jsonString: string): SafeParseResult<PropertiesDisabled, SDKValidationError>;
3864
+ export declare function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(getConfigurationProductsPropertiesIntegrationsDisabled: GetConfigurationProductsPropertiesIntegrationsDisabled): string;
3865
+ export declare function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsDisabled, SDKValidationError>;
3866
3866
  /** @internal */
3867
- export declare const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
3867
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
3868
3868
  /** @internal */
3869
- export declare const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
3869
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
3870
3870
  /**
3871
3871
  * @internal
3872
3872
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3873
3873
  */
3874
- export declare namespace GetConfigurationProductsHidden3$ {
3875
- /** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
3874
+ export declare namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
3875
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
3876
3876
  const inboundSchema: z.ZodNativeEnum<{
3877
3877
  readonly Update: "update";
3878
3878
  readonly Create: "create";
3879
3879
  }>;
3880
- /** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
3880
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
3881
3881
  const outboundSchema: z.ZodNativeEnum<{
3882
3882
  readonly Update: "update";
3883
3883
  readonly Create: "create";
3884
3884
  }>;
3885
3885
  }
3886
3886
  /** @internal */
3887
- export declare const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
3887
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
3888
3888
  /** @internal */
3889
- export type GetConfigurationProductsHidden2$Outbound = {
3889
+ export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
3890
3890
  expr: string;
3891
3891
  };
3892
3892
  /** @internal */
3893
- export declare const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
3893
+ export declare const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
3894
3894
  /**
3895
3895
  * @internal
3896
3896
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3897
3897
  */
3898
- export declare namespace GetConfigurationProductsHidden2$ {
3899
- /** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
3900
- const inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
3901
- /** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
3902
- const outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
3903
- /** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
3904
- type Outbound = GetConfigurationProductsHidden2$Outbound;
3898
+ export declare namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
3899
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
3900
+ const inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
3901
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
3902
+ const outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
3903
+ /** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
3904
+ type Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
3905
3905
  }
3906
- export declare function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2: GetConfigurationProductsHidden2): string;
3907
- export declare function getConfigurationProductsHidden2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError>;
3906
+ export declare function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2: GetConfigurationProductsHiddenIntegrationsResponse2): string;
3907
+ export declare function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrationsResponse2, SDKValidationError>;
3908
3908
  /** @internal */
3909
- export declare const PropertiesHidden$inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
3909
+ export declare const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden, z.ZodTypeDef, unknown>;
3910
3910
  /** @internal */
3911
- export type PropertiesHidden$Outbound = GetConfigurationProductsHidden2$Outbound | boolean | string;
3911
+ export type GetConfigurationProductsPropertiesIntegrationsHidden$Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string;
3912
3912
  /** @internal */
3913
- export declare const PropertiesHidden$outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
3913
+ export declare const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsHidden>;
3914
3914
  /**
3915
3915
  * @internal
3916
3916
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3917
3917
  */
3918
- export declare namespace PropertiesHidden$ {
3919
- /** @deprecated use `PropertiesHidden$inboundSchema` instead. */
3920
- const inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
3921
- /** @deprecated use `PropertiesHidden$outboundSchema` instead. */
3922
- const outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
3923
- /** @deprecated use `PropertiesHidden$Outbound` instead. */
3924
- type Outbound = PropertiesHidden$Outbound;
3918
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsHidden$ {
3919
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
3920
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden, z.ZodTypeDef, unknown>;
3921
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
3922
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsHidden>;
3923
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$Outbound` instead. */
3924
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsHidden$Outbound;
3925
3925
  }
3926
- export declare function propertiesHiddenToJSON(propertiesHidden: PropertiesHidden): string;
3927
- export declare function propertiesHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesHidden, SDKValidationError>;
3926
+ export declare function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(getConfigurationProductsPropertiesIntegrationsHidden: GetConfigurationProductsPropertiesIntegrationsHidden): string;
3927
+ export declare function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsHidden, SDKValidationError>;
3928
3928
  /** @internal */
3929
3929
  export declare const PropertiesUiOptions$inboundSchema: z.ZodType<PropertiesUiOptions, z.ZodTypeDef, unknown>;
3930
3930
  /** @internal */
3931
3931
  export type PropertiesUiOptions$Outbound = {
3932
3932
  value: string;
3933
3933
  label: string;
3934
- disabled?: GetConfigurationProductsDisabled2$Outbound | boolean | string | undefined;
3935
- hidden?: GetConfigurationProductsHidden2$Outbound | boolean | string | undefined;
3934
+ disabled?: GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string | undefined;
3935
+ hidden?: GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string | undefined;
3936
3936
  };
3937
3937
  /** @internal */
3938
3938
  export declare const PropertiesUiOptions$outboundSchema: z.ZodType<PropertiesUiOptions$Outbound, z.ZodTypeDef, PropertiesUiOptions>;
@@ -4423,30 +4423,30 @@ export declare namespace UiOptions$ {
4423
4423
  export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
4424
4424
  export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
4425
4425
  /** @internal */
4426
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263, z.ZodTypeDef, unknown>;
4426
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540, z.ZodTypeDef, unknown>;
4427
4427
  /** @internal */
4428
- export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound = {};
4428
+ export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound = {};
4429
4429
  /** @internal */
4430
- export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263>;
4430
+ export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540>;
4431
4431
  /**
4432
4432
  * @internal
4433
4433
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4434
4434
  */
4435
- export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ {
4436
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema` instead. */
4437
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263, z.ZodTypeDef, unknown>;
4438
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema` instead. */
4439
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263>;
4440
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound` instead. */
4441
- type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
4435
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$ {
4436
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema` instead. */
4437
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540, z.ZodTypeDef, unknown>;
4438
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema` instead. */
4439
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540>;
4440
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound` instead. */
4441
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound;
4442
4442
  }
4443
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263): string;
4444
- export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263, SDKValidationError>;
4443
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540): string;
4444
+ export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540, SDKValidationError>;
4445
4445
  /** @internal */
4446
4446
  export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
4447
4447
  /** @internal */
4448
4448
  export type PropertiesMinLength$Outbound = {
4449
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$Outbound;
4449
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$Outbound;
4450
4450
  };
4451
4451
  /** @internal */
4452
4452
  export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
@@ -4465,30 +4465,30 @@ export declare namespace PropertiesMinLength$ {
4465
4465
  export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
4466
4466
  export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
4467
4467
  /** @internal */
4468
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263, z.ZodTypeDef, unknown>;
4468
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540, z.ZodTypeDef, unknown>;
4469
4469
  /** @internal */
4470
- export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound = {};
4470
+ export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound = {};
4471
4471
  /** @internal */
4472
- export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263>;
4472
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540>;
4473
4473
  /**
4474
4474
  * @internal
4475
4475
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4476
4476
  */
4477
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ {
4478
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema` instead. */
4479
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263, z.ZodTypeDef, unknown>;
4480
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema` instead. */
4481
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263>;
4482
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound` instead. */
4483
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
4477
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$ {
4478
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema` instead. */
4479
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540, z.ZodTypeDef, unknown>;
4480
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema` instead. */
4481
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540>;
4482
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound` instead. */
4483
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound;
4484
4484
  }
4485
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263): string;
4486
- export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263, SDKValidationError>;
4485
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540): string;
4486
+ export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540, SDKValidationError>;
4487
4487
  /** @internal */
4488
4488
  export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
4489
4489
  /** @internal */
4490
4490
  export type PropertiesMaxLength$Outbound = {
4491
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$Outbound;
4491
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$Outbound;
4492
4492
  };
4493
4493
  /** @internal */
4494
4494
  export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
@@ -4507,30 +4507,30 @@ export declare namespace PropertiesMaxLength$ {
4507
4507
  export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
4508
4508
  export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
4509
4509
  /** @internal */
4510
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263, z.ZodTypeDef, unknown>;
4510
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540, z.ZodTypeDef, unknown>;
4511
4511
  /** @internal */
4512
- export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound = {};
4512
+ export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound = {};
4513
4513
  /** @internal */
4514
- export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263>;
4514
+ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540>;
4515
4515
  /**
4516
4516
  * @internal
4517
4517
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4518
4518
  */
4519
- export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ {
4520
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema` instead. */
4521
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263, z.ZodTypeDef, unknown>;
4522
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema` instead. */
4523
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263>;
4524
- /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound` instead. */
4525
- type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
4519
+ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$ {
4520
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema` instead. */
4521
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540, z.ZodTypeDef, unknown>;
4522
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema` instead. */
4523
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540>;
4524
+ /** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound` instead. */
4525
+ type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound;
4526
4526
  }
4527
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263): string;
4528
- export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263, SDKValidationError>;
4527
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540): string;
4528
+ export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540, SDKValidationError>;
4529
4529
  /** @internal */
4530
4530
  export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
4531
4531
  /** @internal */
4532
4532
  export type PropertiesPattern$Outbound = {
4533
- "__@BRAND@446263": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$Outbound;
4533
+ "__@BRAND@502540": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$Outbound;
4534
4534
  };
4535
4535
  /** @internal */
4536
4536
  export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
@@ -5878,30 +5878,30 @@ export declare namespace UiControl$ {
5878
5878
  }>;
5879
5879
  }
5880
5880
  /** @internal */
5881
- export declare const AtBRANDAt446263$inboundSchema: z.ZodType<AtBRANDAt446263, z.ZodTypeDef, unknown>;
5881
+ export declare const AtBRANDAt502540$inboundSchema: z.ZodType<AtBRANDAt502540, z.ZodTypeDef, unknown>;
5882
5882
  /** @internal */
5883
- export type AtBRANDAt446263$Outbound = {};
5883
+ export type AtBRANDAt502540$Outbound = {};
5884
5884
  /** @internal */
5885
- export declare const AtBRANDAt446263$outboundSchema: z.ZodType<AtBRANDAt446263$Outbound, z.ZodTypeDef, AtBRANDAt446263>;
5885
+ export declare const AtBRANDAt502540$outboundSchema: z.ZodType<AtBRANDAt502540$Outbound, z.ZodTypeDef, AtBRANDAt502540>;
5886
5886
  /**
5887
5887
  * @internal
5888
5888
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5889
5889
  */
5890
- export declare namespace AtBRANDAt446263$ {
5891
- /** @deprecated use `AtBRANDAt446263$inboundSchema` instead. */
5892
- const inboundSchema: z.ZodType<AtBRANDAt446263, z.ZodTypeDef, unknown>;
5893
- /** @deprecated use `AtBRANDAt446263$outboundSchema` instead. */
5894
- const outboundSchema: z.ZodType<AtBRANDAt446263$Outbound, z.ZodTypeDef, AtBRANDAt446263>;
5895
- /** @deprecated use `AtBRANDAt446263$Outbound` instead. */
5896
- type Outbound = AtBRANDAt446263$Outbound;
5890
+ export declare namespace AtBRANDAt502540$ {
5891
+ /** @deprecated use `AtBRANDAt502540$inboundSchema` instead. */
5892
+ const inboundSchema: z.ZodType<AtBRANDAt502540, z.ZodTypeDef, unknown>;
5893
+ /** @deprecated use `AtBRANDAt502540$outboundSchema` instead. */
5894
+ const outboundSchema: z.ZodType<AtBRANDAt502540$Outbound, z.ZodTypeDef, AtBRANDAt502540>;
5895
+ /** @deprecated use `AtBRANDAt502540$Outbound` instead. */
5896
+ type Outbound = AtBRANDAt502540$Outbound;
5897
5897
  }
5898
- export declare function atBRANDAt446263ToJSON(atBRANDAt446263: AtBRANDAt446263): string;
5899
- export declare function atBRANDAt446263FromJSON(jsonString: string): SafeParseResult<AtBRANDAt446263, SDKValidationError>;
5898
+ export declare function atBRANDAt502540ToJSON(atBRANDAt502540: AtBRANDAt502540): string;
5899
+ export declare function atBRANDAt502540FromJSON(jsonString: string): SafeParseResult<AtBRANDAt502540, SDKValidationError>;
5900
5900
  /** @internal */
5901
5901
  export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
5902
5902
  /** @internal */
5903
5903
  export type MinLength$Outbound = {
5904
- "__@BRAND@446263": AtBRANDAt446263$Outbound;
5904
+ "__@BRAND@502540": AtBRANDAt502540$Outbound;
5905
5905
  };
5906
5906
  /** @internal */
5907
5907
  export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
@@ -5920,30 +5920,30 @@ export declare namespace MinLength$ {
5920
5920
  export declare function minLengthToJSON(minLength: MinLength): string;
5921
5921
  export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
5922
5922
  /** @internal */
5923
- export declare const PropertiesAtBRANDAt446263$inboundSchema: z.ZodType<PropertiesAtBRANDAt446263, z.ZodTypeDef, unknown>;
5923
+ export declare const PropertiesAtBRANDAt502540$inboundSchema: z.ZodType<PropertiesAtBRANDAt502540, z.ZodTypeDef, unknown>;
5924
5924
  /** @internal */
5925
- export type PropertiesAtBRANDAt446263$Outbound = {};
5925
+ export type PropertiesAtBRANDAt502540$Outbound = {};
5926
5926
  /** @internal */
5927
- export declare const PropertiesAtBRANDAt446263$outboundSchema: z.ZodType<PropertiesAtBRANDAt446263$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt446263>;
5927
+ export declare const PropertiesAtBRANDAt502540$outboundSchema: z.ZodType<PropertiesAtBRANDAt502540$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt502540>;
5928
5928
  /**
5929
5929
  * @internal
5930
5930
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5931
5931
  */
5932
- export declare namespace PropertiesAtBRANDAt446263$ {
5933
- /** @deprecated use `PropertiesAtBRANDAt446263$inboundSchema` instead. */
5934
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt446263, z.ZodTypeDef, unknown>;
5935
- /** @deprecated use `PropertiesAtBRANDAt446263$outboundSchema` instead. */
5936
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt446263$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt446263>;
5937
- /** @deprecated use `PropertiesAtBRANDAt446263$Outbound` instead. */
5938
- type Outbound = PropertiesAtBRANDAt446263$Outbound;
5932
+ export declare namespace PropertiesAtBRANDAt502540$ {
5933
+ /** @deprecated use `PropertiesAtBRANDAt502540$inboundSchema` instead. */
5934
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt502540, z.ZodTypeDef, unknown>;
5935
+ /** @deprecated use `PropertiesAtBRANDAt502540$outboundSchema` instead. */
5936
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt502540$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt502540>;
5937
+ /** @deprecated use `PropertiesAtBRANDAt502540$Outbound` instead. */
5938
+ type Outbound = PropertiesAtBRANDAt502540$Outbound;
5939
5939
  }
5940
- export declare function propertiesAtBRANDAt446263ToJSON(propertiesAtBRANDAt446263: PropertiesAtBRANDAt446263): string;
5941
- export declare function propertiesAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt446263, SDKValidationError>;
5940
+ export declare function propertiesAtBRANDAt502540ToJSON(propertiesAtBRANDAt502540: PropertiesAtBRANDAt502540): string;
5941
+ export declare function propertiesAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt502540, SDKValidationError>;
5942
5942
  /** @internal */
5943
5943
  export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
5944
5944
  /** @internal */
5945
5945
  export type MaxLength$Outbound = {
5946
- "__@BRAND@446263": PropertiesAtBRANDAt446263$Outbound;
5946
+ "__@BRAND@502540": PropertiesAtBRANDAt502540$Outbound;
5947
5947
  };
5948
5948
  /** @internal */
5949
5949
  export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
@@ -5962,30 +5962,30 @@ export declare namespace MaxLength$ {
5962
5962
  export declare function maxLengthToJSON(maxLength: MaxLength): string;
5963
5963
  export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
5964
5964
  /** @internal */
5965
- export declare const GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt446263, z.ZodTypeDef, unknown>;
5965
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502540, z.ZodTypeDef, unknown>;
5966
5966
  /** @internal */
5967
- export type GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound = {};
5967
+ export type GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound = {};
5968
5968
  /** @internal */
5969
- export declare const GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt446263>;
5969
+ export declare const GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt502540>;
5970
5970
  /**
5971
5971
  * @internal
5972
5972
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5973
5973
  */
5974
- export declare namespace GetConfigurationProductsPropertiesAtBRANDAt446263$ {
5975
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema` instead. */
5976
- const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt446263, z.ZodTypeDef, unknown>;
5977
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema` instead. */
5978
- const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt446263>;
5979
- /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound` instead. */
5980
- type Outbound = GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
5974
+ export declare namespace GetConfigurationProductsPropertiesAtBRANDAt502540$ {
5975
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema` instead. */
5976
+ const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502540, z.ZodTypeDef, unknown>;
5977
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema` instead. */
5978
+ const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt502540>;
5979
+ /** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound` instead. */
5980
+ type Outbound = GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound;
5981
5981
  }
5982
- export declare function getConfigurationProductsPropertiesAtBRANDAt446263ToJSON(getConfigurationProductsPropertiesAtBRANDAt446263: GetConfigurationProductsPropertiesAtBRANDAt446263): string;
5983
- export declare function getConfigurationProductsPropertiesAtBRANDAt446263FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt446263, SDKValidationError>;
5982
+ export declare function getConfigurationProductsPropertiesAtBRANDAt502540ToJSON(getConfigurationProductsPropertiesAtBRANDAt502540: GetConfigurationProductsPropertiesAtBRANDAt502540): string;
5983
+ export declare function getConfigurationProductsPropertiesAtBRANDAt502540FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt502540, SDKValidationError>;
5984
5984
  /** @internal */
5985
5985
  export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
5986
5986
  /** @internal */
5987
5987
  export type Pattern$Outbound = {
5988
- "__@BRAND@446263": GetConfigurationProductsPropertiesAtBRANDAt446263$Outbound;
5988
+ "__@BRAND@502540": GetConfigurationProductsPropertiesAtBRANDAt502540$Outbound;
5989
5989
  };
5990
5990
  /** @internal */
5991
5991
  export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;