@vercel/sdk 1.11.2 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +60 -59
  2. package/bin/mcp-server.js +4502 -3066
  3. package/bin/mcp-server.js.map +46 -40
  4. package/docs/sdks/deployments/README.md +8 -0
  5. package/docs/sdks/edgecache/README.md +169 -0
  6. package/docs/sdks/integrations/README.md +83 -0
  7. package/docs/sdks/projects/README.md +0 -2
  8. package/docs/sdks/vercel/README.md +0 -74
  9. package/esm/__tests__/deployments.test.js +1 -1
  10. package/esm/__tests__/deployments.test.js.map +1 -1
  11. package/esm/__tests__/domains.test.js +3 -12
  12. package/esm/__tests__/domains.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +28 -1
  14. package/esm/__tests__/integrations.test.js.map +1 -1
  15. package/esm/__tests__/logdrains.test.js +9 -0
  16. package/esm/__tests__/logdrains.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/vercel.test.js +3 -27
  22. package/esm/__tests__/vercel.test.js.map +1 -1
  23. package/esm/funcs/deploymentsGetDeployments.js +1 -0
  24. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  25. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
  26. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  27. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
  28. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  29. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
  30. package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
  31. package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
  32. package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
  33. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  34. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  35. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  36. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  37. package/esm/funcs/marketplaceImportResource.js +2 -2
  38. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  39. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  40. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  41. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  42. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  43. package/esm/funcs/projectsGetProjects.js +0 -1
  44. package/esm/funcs/projectsGetProjects.js.map +1 -1
  45. package/esm/lib/config.d.ts +3 -3
  46. package/esm/lib/config.js +3 -3
  47. package/esm/lib/url.js +1 -1
  48. package/esm/lib/url.js.map +1 -1
  49. package/esm/mcp-server/mcp-server.js +1 -1
  50. package/esm/mcp-server/server.d.ts.map +1 -1
  51. package/esm/mcp-server/server.js +7 -3
  52. package/esm/mcp-server/server.js.map +1 -1
  53. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
  54. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  55. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
  56. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  57. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
  58. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
  59. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
  60. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
  61. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  62. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  63. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  64. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  65. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  66. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  67. package/esm/models/approverollingreleasestageop.js +6 -0
  68. package/esm/models/approverollingreleasestageop.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +63 -50
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +59 -54
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/completerollingreleaseop.d.ts +15 -0
  74. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  75. package/esm/models/completerollingreleaseop.js +6 -0
  76. package/esm/models/completerollingreleaseop.js.map +1 -1
  77. package/esm/models/createdeploymentop.d.ts +289 -144
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +259 -124
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createedgeconfigop.d.ts +2 -2
  82. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  83. package/esm/models/createedgeconfigop.js +2 -2
  84. package/esm/models/createedgeconfigop.js.map +1 -1
  85. package/esm/models/createintegrationstoredirectop.d.ts +906 -308
  86. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  87. package/esm/models/createintegrationstoredirectop.js +1077 -371
  88. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  89. package/esm/models/createlogdrainop.d.ts +126 -4
  90. package/esm/models/createlogdrainop.d.ts.map +1 -1
  91. package/esm/models/createlogdrainop.js +129 -1
  92. package/esm/models/createlogdrainop.js.map +1 -1
  93. package/esm/models/createprojectop.d.ts +43 -30
  94. package/esm/models/createprojectop.d.ts.map +1 -1
  95. package/esm/models/createprojectop.js +24 -18
  96. package/esm/models/createprojectop.js.map +1 -1
  97. package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
  98. package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
  99. package/esm/models/dangerouslydeletebytagsop.js +117 -0
  100. package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
  101. package/esm/models/getbillingplansop.d.ts +257 -0
  102. package/esm/models/getbillingplansop.d.ts.map +1 -0
  103. package/esm/models/getbillingplansop.js +244 -0
  104. package/esm/models/getbillingplansop.js.map +1 -0
  105. package/esm/models/getconfigurationop.d.ts +8 -8
  106. package/esm/models/getconfigurationop.d.ts.map +1 -1
  107. package/esm/models/getconfigurationop.js +12 -12
  108. package/esm/models/getconfigurationop.js.map +1 -1
  109. package/esm/models/getconfigurationproductsop.d.ts +909 -390
  110. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  111. package/esm/models/getconfigurationproductsop.js +1104 -471
  112. package/esm/models/getconfigurationproductsop.js.map +1 -1
  113. package/esm/models/getconfigurationsop.d.ts +3 -0
  114. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  115. package/esm/models/getconfigurationsop.js +1 -0
  116. package/esm/models/getconfigurationsop.js.map +1 -1
  117. package/esm/models/getdeploymentop.d.ts +33 -20
  118. package/esm/models/getdeploymentop.d.ts.map +1 -1
  119. package/esm/models/getdeploymentop.js +25 -20
  120. package/esm/models/getdeploymentop.js.map +1 -1
  121. package/esm/models/getdeploymentsop.d.ts +8 -0
  122. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  123. package/esm/models/getdeploymentsop.js +3 -0
  124. package/esm/models/getdeploymentsop.js.map +1 -1
  125. package/esm/models/getedgeconfigop.d.ts +2 -2
  126. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  127. package/esm/models/getedgeconfigop.js +2 -2
  128. package/esm/models/getedgeconfigop.js.map +1 -1
  129. package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
  130. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  131. package/esm/models/getintegrationlogdrainsop.js +130 -0
  132. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  133. package/esm/models/getprojectsop.d.ts +206 -178
  134. package/esm/models/getprojectsop.d.ts.map +1 -1
  135. package/esm/models/getprojectsop.js +207 -166
  136. package/esm/models/getprojectsop.js.map +1 -1
  137. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  138. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  139. package/esm/models/getrollingreleaseconfigop.js +2 -0
  140. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  141. package/esm/models/getrollingreleaseop.d.ts +15 -0
  142. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  143. package/esm/models/getrollingreleaseop.js +6 -0
  144. package/esm/models/getrollingreleaseop.js.map +1 -1
  145. package/esm/models/getwebhooksop.d.ts +3 -0
  146. package/esm/models/getwebhooksop.d.ts.map +1 -1
  147. package/esm/models/getwebhooksop.js +1 -0
  148. package/esm/models/getwebhooksop.js.map +1 -1
  149. package/esm/models/importresourceop.d.ts +15 -15
  150. package/esm/models/importresourceop.d.ts.map +1 -1
  151. package/esm/models/importresourceop.js +17 -15
  152. package/esm/models/importresourceop.js.map +1 -1
  153. package/esm/models/invalidatebytagsop.d.ts +115 -0
  154. package/esm/models/invalidatebytagsop.d.ts.map +1 -0
  155. package/esm/models/invalidatebytagsop.js +116 -0
  156. package/esm/models/invalidatebytagsop.js.map +1 -0
  157. package/esm/models/updateedgeconfigop.d.ts +2 -2
  158. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  159. package/esm/models/updateedgeconfigop.js +2 -2
  160. package/esm/models/updateedgeconfigop.js.map +1 -1
  161. package/esm/models/updateprojectdatacacheop.d.ts +10 -0
  162. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  163. package/esm/models/updateprojectdatacacheop.js +5 -0
  164. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  165. package/esm/models/updateprojectop.d.ts +149 -136
  166. package/esm/models/updateprojectop.d.ts.map +1 -1
  167. package/esm/models/updateprojectop.js +146 -140
  168. package/esm/models/updateprojectop.js.map +1 -1
  169. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  170. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  171. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  172. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  173. package/esm/models/userevent.d.ts +1300 -1049
  174. package/esm/models/userevent.d.ts.map +1 -1
  175. package/esm/models/userevent.js +1654 -1406
  176. package/esm/models/userevent.js.map +1 -1
  177. package/esm/sdk/edgecache.d.ts +20 -0
  178. package/esm/sdk/edgecache.d.ts.map +1 -0
  179. package/esm/sdk/edgecache.js +28 -0
  180. package/esm/sdk/edgecache.js.map +1 -0
  181. package/esm/sdk/integrations.d.ts +8 -0
  182. package/esm/sdk/integrations.d.ts.map +1 -1
  183. package/esm/sdk/integrations.js +10 -0
  184. package/esm/sdk/integrations.js.map +1 -1
  185. package/esm/sdk/sdk.d.ts +4 -3
  186. package/esm/sdk/sdk.d.ts.map +1 -1
  187. package/esm/sdk/sdk.js +4 -5
  188. package/esm/sdk/sdk.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/deployments.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -12
  194. package/src/__tests__/integrations.test.ts +32 -1
  195. package/src/__tests__/logdrains.test.ts +9 -0
  196. package/src/__tests__/rollingrelease.test.ts +2 -6
  197. package/src/__tests__/security.test.ts +4 -4
  198. package/src/__tests__/vercel.test.ts +4 -33
  199. package/src/funcs/deploymentsGetDeployments.ts +1 -0
  200. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
  201. package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
  202. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  203. package/src/funcs/marketplaceImportResource.ts +2 -2
  204. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  205. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  206. package/src/funcs/projectsGetProjects.ts +0 -1
  207. package/src/lib/config.ts +3 -3
  208. package/src/lib/url.ts +1 -1
  209. package/src/mcp-server/mcp-server.ts +1 -1
  210. package/src/mcp-server/server.ts +7 -5
  211. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
  212. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
  213. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  214. package/src/models/approverollingreleasestageop.ts +21 -0
  215. package/src/models/canceldeploymentop.ts +127 -104
  216. package/src/models/completerollingreleaseop.ts +21 -0
  217. package/src/models/createdeploymentop.ts +532 -226
  218. package/src/models/createedgeconfigop.ts +4 -4
  219. package/src/models/createintegrationstoredirectop.ts +2459 -673
  220. package/src/models/createlogdrainop.ts +260 -2
  221. package/src/models/createprojectop.ts +43 -30
  222. package/src/models/dangerouslydeletebytagsop.ts +249 -0
  223. package/src/models/getbillingplansop.ts +508 -0
  224. package/src/models/getconfigurationop.ts +20 -15
  225. package/src/models/getconfigurationproductsop.ts +2433 -838
  226. package/src/models/getconfigurationsop.ts +1 -0
  227. package/src/models/getdeploymentop.ts +63 -48
  228. package/src/models/getdeploymentsop.ts +8 -0
  229. package/src/models/getedgeconfigop.ts +4 -4
  230. package/src/models/getintegrationlogdrainsop.ts +237 -0
  231. package/src/models/getprojectsop.ts +434 -336
  232. package/src/models/getrollingreleaseconfigop.ts +7 -0
  233. package/src/models/getrollingreleaseop.ts +21 -0
  234. package/src/models/getwebhooksop.ts +1 -0
  235. package/src/models/importresourceop.ts +27 -29
  236. package/src/models/invalidatebytagsop.ts +227 -0
  237. package/src/models/updateedgeconfigop.ts +4 -4
  238. package/src/models/updateprojectdatacacheop.ts +12 -0
  239. package/src/models/updateprojectop.ts +299 -286
  240. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  241. package/src/models/userevent.ts +3017 -2473
  242. package/src/sdk/edgecache.ts +46 -0
  243. package/src/sdk/integrations.ts +22 -0
  244. package/src/sdk/sdk.ts +7 -23
  245. package/vercel-spec.json +3578 -2444
  246. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  247. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  248. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  249. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  250. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  251. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  252. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  253. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  254. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  255. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  256. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  257. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -111,6 +111,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
111
111
  readonly Nitro: "nitro";
112
112
  readonly Hono: "hono";
113
113
  readonly Express: "express";
114
+ readonly H3: "h3";
114
115
  readonly Xmcp: "xmcp";
115
116
  };
116
117
  export type CreateIntegrationStoreDirectFramework = ClosedEnum<typeof CreateIntegrationStoreDirectFramework>;
@@ -161,6 +162,12 @@ export declare const CreateIntegrationStoreDirectOwnership: {
161
162
  readonly Sandbox: "sandbox";
162
163
  };
163
164
  export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
165
+ export type Capabilities = {
166
+ mcp?: boolean | undefined;
167
+ sso?: boolean | undefined;
168
+ billable?: boolean | undefined;
169
+ secretsSync?: boolean | undefined;
170
+ };
164
171
  export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
165
172
  export declare const ExternalResourceStatus: {
166
173
  readonly Error: "error";
@@ -171,13 +178,21 @@ export declare const ExternalResourceStatus: {
171
178
  readonly Resumed: "resumed";
172
179
  };
173
180
  export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
181
+ export type CreateIntegrationStoreDirectCapabilities = {
182
+ mcp?: boolean | undefined;
183
+ sso?: boolean | undefined;
184
+ billable?: boolean | undefined;
185
+ secretsSync?: boolean | undefined;
186
+ sandbox?: boolean | undefined;
187
+ linking?: boolean | undefined;
188
+ };
174
189
  export declare const CreateIntegrationStoreDirectIntegrationsType: {
175
190
  readonly Object: "object";
176
191
  };
177
192
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
178
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820 = {};
193
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466 = {};
179
194
  export type CreateIntegrationStoreDirectPropertiesValue = {
180
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820;
195
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466;
181
196
  };
182
197
  export declare const CreateIntegrationStoreDirectDisabled3: {
183
198
  readonly Update: "update";
@@ -197,11 +212,82 @@ export type CreateIntegrationStoreDirectHidden2 = {
197
212
  expr: string;
198
213
  };
199
214
  export type CreateIntegrationStoreDirectPropertiesHidden = CreateIntegrationStoreDirectHidden2 | boolean | CreateIntegrationStoreDirectHidden3;
200
- export type CreateIntegrationStoreDirectProperties8 = {
215
+ export type CreateIntegrationStoreDirectProperties9 = {
201
216
  value: CreateIntegrationStoreDirectPropertiesValue;
202
217
  disabled?: CreateIntegrationStoreDirectDisabled2 | boolean | CreateIntegrationStoreDirectDisabled3 | undefined;
203
218
  hidden?: CreateIntegrationStoreDirectHidden2 | boolean | CreateIntegrationStoreDirectHidden3 | undefined;
204
219
  };
220
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType: {
221
+ readonly String: "string";
222
+ };
223
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
224
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl: {
225
+ readonly Domain: "domain";
226
+ };
227
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
228
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466 = {};
229
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
230
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466;
231
+ };
232
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466 = {};
233
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
234
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466;
235
+ };
236
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466 = {};
237
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
238
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466;
239
+ };
240
+ export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
241
+ readonly Update: "update";
242
+ readonly Create: "create";
243
+ };
244
+ export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
245
+ export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
246
+ expr: string;
247
+ };
248
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
249
+ export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
250
+ readonly Update: "update";
251
+ readonly Create: "create";
252
+ };
253
+ export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
254
+ export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
255
+ expr: string;
256
+ };
257
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
258
+ export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
259
+ readonly Update: "update";
260
+ readonly Create: "create";
261
+ };
262
+ export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
263
+ export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
264
+ expr: string;
265
+ };
266
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
267
+ export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
268
+ expr: string;
269
+ };
270
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | string;
271
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue = {
272
+ expr: string;
273
+ };
274
+ export type CreateIntegrationStoreDirectProperties8 = {
275
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
276
+ uiControl: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl;
277
+ enum?: Array<string> | undefined;
278
+ maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength | undefined;
279
+ minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength | undefined;
280
+ pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern | undefined;
281
+ description?: string | undefined;
282
+ default?: string | undefined;
283
+ uiLabel?: string | undefined;
284
+ uiReadOnly?: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
285
+ uiHidden?: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
286
+ uiDisabled?: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
287
+ uiDescription?: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | string | undefined;
288
+ uiFormattedValue?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue | undefined;
289
+ uiPlaceholder?: string | undefined;
290
+ };
205
291
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType: {
206
292
  readonly String: "string";
207
293
  };
@@ -210,9 +296,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
210
296
  readonly VercelRegion: "vercel-region";
211
297
  };
212
298
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
213
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820 = {};
299
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466 = {};
214
300
  export type CreateIntegrationStoreDirectUiOptionsValue = {
215
- atBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820;
301
+ atBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466;
216
302
  };
217
303
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
218
304
  readonly Update: "update";
@@ -237,9 +323,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
237
323
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
238
324
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
239
325
  };
240
- export type UiOptionsAtBRANDAt7820 = {};
326
+ export type UiOptionsAtBRANDAt8466 = {};
241
327
  export type CreateIntegrationStoreDirectUiOptions2 = {
242
- atBRANDAt7820: UiOptionsAtBRANDAt7820;
328
+ atBRANDAt8466: UiOptionsAtBRANDAt8466;
243
329
  };
244
330
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
245
331
  readonly Update: "update";
@@ -266,17 +352,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
266
352
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
267
353
  };
268
354
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
269
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820 = {};
355
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466 = {};
270
356
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
271
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820;
357
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466;
272
358
  };
273
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820 = {};
359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466 = {};
274
360
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
275
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820;
361
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466;
276
362
  };
277
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820 = {};
363
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466 = {};
278
364
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
279
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820;
365
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466;
280
366
  };
281
367
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
282
368
  readonly Update: "update";
@@ -334,28 +420,28 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
334
420
  readonly Array: "array";
335
421
  };
336
422
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType>;
337
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType: {
423
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type: {
338
424
  readonly String: "string";
339
425
  };
340
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
341
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820 = {};
342
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
343
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820;
426
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
427
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466 = {};
428
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
429
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466;
344
430
  };
345
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820 = {};
346
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
347
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820;
431
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466 = {};
432
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
433
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466;
348
434
  };
349
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820 = {};
350
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
351
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820;
435
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466 = {};
436
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
437
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466;
352
438
  };
353
439
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
354
- type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
440
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
355
441
  description?: string | undefined;
356
- minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength | undefined;
357
- maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength | undefined;
358
- pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern | undefined;
442
+ minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength | undefined;
443
+ maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength | undefined;
444
+ pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern | undefined;
359
445
  default?: string | undefined;
360
446
  enum?: Array<string> | undefined;
361
447
  };
@@ -471,17 +557,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
471
557
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
472
558
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
473
559
  };
474
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820 = {};
560
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466 = {};
475
561
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
476
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820;
562
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466;
477
563
  };
478
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820 = {};
564
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466 = {};
479
565
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
480
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820;
566
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466;
481
567
  };
482
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820 = {};
568
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466 = {};
483
569
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
484
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820;
570
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466;
485
571
  };
486
572
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
487
573
  readonly Update: "update";
@@ -727,17 +813,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
727
813
  readonly Input: "input";
728
814
  };
729
815
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
730
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820 = {};
816
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466 = {};
731
817
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
732
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820;
818
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466;
733
819
  };
734
- export type PropertiesAtBRANDAt7820 = {};
820
+ export type PropertiesAtBRANDAt8466 = {};
735
821
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
736
- atBRANDAt7820: PropertiesAtBRANDAt7820;
822
+ atBRANDAt8466: PropertiesAtBRANDAt8466;
737
823
  };
738
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820 = {};
824
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466 = {};
739
825
  export type CreateIntegrationStoreDirectPropertiesPattern = {
740
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820;
826
+ atBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466;
741
827
  };
742
828
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
743
829
  readonly Update: "update";
@@ -790,11 +876,11 @@ export type CreateIntegrationStoreDirectProperties1 = {
790
876
  uiFormattedValue?: CreateIntegrationStoreDirectPropertiesUiFormattedValue | undefined;
791
877
  uiPlaceholder?: string | undefined;
792
878
  };
793
- export type CreateIntegrationStoreDirectProperties = CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8;
879
+ export type CreateIntegrationStoreDirectProperties = CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8 | CreateIntegrationStoreDirectProperties9;
794
880
  export type CreateIntegrationStoreDirectMetadataSchema = {
795
881
  type: CreateIntegrationStoreDirectIntegrationsType;
796
882
  properties: {
797
- [k: string]: CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8;
883
+ [k: string]: CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8 | CreateIntegrationStoreDirectProperties9;
798
884
  };
799
885
  required?: Array<string> | undefined;
800
886
  };
@@ -802,7 +888,7 @@ export type ResourceLinks = {
802
888
  href: string;
803
889
  title: string;
804
890
  };
805
- export declare const Tags: {
891
+ export declare const CreateIntegrationStoreDirectTags: {
806
892
  readonly EdgeConfig: "edge-config";
807
893
  readonly Redis: "redis";
808
894
  readonly Postgres: "postgres";
@@ -835,6 +921,7 @@ export declare const Tags: {
835
921
  readonly TagMessaging: "tag_messaging";
836
922
  readonly TagMonitoring: "tag_monitoring";
837
923
  readonly TagObservability: "tag_observability";
924
+ readonly TagPayments: "tag_payments";
838
925
  readonly TagPerformance: "tag_performance";
839
926
  readonly TagProductivity: "tag_productivity";
840
927
  readonly TagSearching: "tag_searching";
@@ -848,7 +935,7 @@ export declare const Tags: {
848
935
  readonly TagTraceDrain: "tag_traceDrain";
849
936
  readonly TagOther: "tag_other";
850
937
  };
851
- export type Tags = ClosedEnum<typeof Tags>;
938
+ export type CreateIntegrationStoreDirectTags = ClosedEnum<typeof CreateIntegrationStoreDirectTags>;
852
939
  export declare const ProjectConnectionScopes: {
853
940
  readonly ReadDeployment: "read:deployment";
854
941
  readonly ReadDomain: "read:domain";
@@ -859,6 +946,7 @@ export declare const ProjectConnectionScopes: {
859
946
  readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
860
947
  readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
861
948
  readonly ReadWriteLogDrain: "read-write:log-drain";
949
+ readonly ReadWriteDrains: "read-write:drains";
862
950
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
863
951
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
864
952
  };
@@ -886,9 +974,9 @@ export type Guides = {
886
974
  title: string;
887
975
  steps: Array<Steps>;
888
976
  };
889
- export type AtBRANDAt7820 = {};
977
+ export type AtBRANDAt8466 = {};
890
978
  export type CreateIntegrationStoreDirectValue = {
891
- atBRANDAt7820: AtBRANDAt7820;
979
+ atBRANDAt8466: AtBRANDAt8466;
892
980
  };
893
981
  export declare const Disabled3: {
894
982
  readonly Update: "update";
@@ -913,10 +1001,11 @@ export type Product = {
913
1001
  name?: string | undefined;
914
1002
  slug?: string | undefined;
915
1003
  iconUrl?: string | undefined;
1004
+ capabilities?: CreateIntegrationStoreDirectCapabilities | undefined;
916
1005
  shortDescription?: string | undefined;
917
1006
  metadataSchema?: CreateIntegrationStoreDirectMetadataSchema | undefined;
918
1007
  resourceLinks?: Array<ResourceLinks> | undefined;
919
- tags?: Array<Tags> | undefined;
1008
+ tags?: Array<CreateIntegrationStoreDirectTags> | undefined;
920
1009
  projectConnectionScopes?: Array<ProjectConnectionScopes> | undefined;
921
1010
  showSSOLinkOnProjectConnection?: boolean | undefined;
922
1011
  disableResourceRenaming?: boolean | undefined;
@@ -997,6 +1086,7 @@ export type CreateIntegrationStoreDirectStore = {
997
1086
  usageQuotaExceeded: boolean;
998
1087
  status: CreateIntegrationStoreDirectStatus | null;
999
1088
  ownership?: CreateIntegrationStoreDirectOwnership | undefined;
1089
+ capabilities?: Capabilities | undefined;
1000
1090
  metadata?: {
1001
1091
  [k: string]: string | number | boolean | Array<string> | Array<number>;
1002
1092
  } | undefined;
@@ -1151,6 +1241,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1151
1241
  readonly Nitro: "nitro";
1152
1242
  readonly Hono: "hono";
1153
1243
  readonly Express: "express";
1244
+ readonly H3: "h3";
1154
1245
  readonly Xmcp: "xmcp";
1155
1246
  }>;
1156
1247
  /** @deprecated use `CreateIntegrationStoreDirectFramework$outboundSchema` instead. */
@@ -1205,6 +1296,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1205
1296
  readonly Nitro: "nitro";
1206
1297
  readonly Hono: "hono";
1207
1298
  readonly Express: "express";
1299
+ readonly H3: "h3";
1208
1300
  readonly Xmcp: "xmcp";
1209
1301
  }>;
1210
1302
  }
@@ -1381,6 +1473,31 @@ export declare namespace CreateIntegrationStoreDirectOwnership$ {
1381
1473
  }>;
1382
1474
  }
1383
1475
  /** @internal */
1476
+ export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
1477
+ /** @internal */
1478
+ export type Capabilities$Outbound = {
1479
+ mcp?: boolean | undefined;
1480
+ sso?: boolean | undefined;
1481
+ billable?: boolean | undefined;
1482
+ secretsSync?: boolean | undefined;
1483
+ };
1484
+ /** @internal */
1485
+ export declare const Capabilities$outboundSchema: z.ZodType<Capabilities$Outbound, z.ZodTypeDef, Capabilities>;
1486
+ /**
1487
+ * @internal
1488
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1489
+ */
1490
+ export declare namespace Capabilities$ {
1491
+ /** @deprecated use `Capabilities$inboundSchema` instead. */
1492
+ const inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
1493
+ /** @deprecated use `Capabilities$outboundSchema` instead. */
1494
+ const outboundSchema: z.ZodType<Capabilities$Outbound, z.ZodTypeDef, Capabilities>;
1495
+ /** @deprecated use `Capabilities$Outbound` instead. */
1496
+ type Outbound = Capabilities$Outbound;
1497
+ }
1498
+ export declare function capabilitiesToJSON(capabilities: Capabilities): string;
1499
+ export declare function capabilitiesFromJSON(jsonString: string): SafeParseResult<Capabilities, SDKValidationError>;
1500
+ /** @internal */
1384
1501
  export declare const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<CreateIntegrationStoreDirectMetadata, z.ZodTypeDef, unknown>;
1385
1502
  /** @internal */
1386
1503
  export type CreateIntegrationStoreDirectMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
@@ -1429,6 +1546,33 @@ export declare namespace ExternalResourceStatus$ {
1429
1546
  }>;
1430
1547
  }
1431
1548
  /** @internal */
1549
+ export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
1550
+ /** @internal */
1551
+ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
1552
+ mcp?: boolean | undefined;
1553
+ sso?: boolean | undefined;
1554
+ billable?: boolean | undefined;
1555
+ secretsSync?: boolean | undefined;
1556
+ sandbox?: boolean | undefined;
1557
+ linking?: boolean | undefined;
1558
+ };
1559
+ /** @internal */
1560
+ export declare const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectCapabilities>;
1561
+ /**
1562
+ * @internal
1563
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1564
+ */
1565
+ export declare namespace CreateIntegrationStoreDirectCapabilities$ {
1566
+ /** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
1567
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
1568
+ /** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
1569
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectCapabilities>;
1570
+ /** @deprecated use `CreateIntegrationStoreDirectCapabilities$Outbound` instead. */
1571
+ type Outbound = CreateIntegrationStoreDirectCapabilities$Outbound;
1572
+ }
1573
+ export declare function createIntegrationStoreDirectCapabilitiesToJSON(createIntegrationStoreDirectCapabilities: CreateIntegrationStoreDirectCapabilities): string;
1574
+ export declare function createIntegrationStoreDirectCapabilitiesFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectCapabilities, SDKValidationError>;
1575
+ /** @internal */
1432
1576
  export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
1433
1577
  /** @internal */
1434
1578
  export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
@@ -1447,30 +1591,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1447
1591
  }>;
1448
1592
  }
1449
1593
  /** @internal */
1450
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1594
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, z.ZodTypeDef, unknown>;
1451
1595
  /** @internal */
1452
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound = {};
1596
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound = {};
1453
1597
  /** @internal */
1454
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1598
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466>;
1455
1599
  /**
1456
1600
  * @internal
1457
1601
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1458
1602
  */
1459
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ {
1460
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
1461
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1462
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
1463
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1464
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound` instead. */
1465
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1603
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ {
1604
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
1605
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, z.ZodTypeDef, unknown>;
1606
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
1607
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466>;
1608
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound` instead. */
1609
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
1466
1610
  }
1467
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820): string;
1468
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, SDKValidationError>;
1611
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466): string;
1612
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, SDKValidationError>;
1469
1613
  /** @internal */
1470
1614
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1471
1615
  /** @internal */
1472
1616
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1473
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1617
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
1474
1618
  };
1475
1619
  /** @internal */
1476
1620
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1613,14 +1757,462 @@ export declare namespace CreateIntegrationStoreDirectPropertiesHidden$ {
1613
1757
  export declare function createIntegrationStoreDirectPropertiesHiddenToJSON(createIntegrationStoreDirectPropertiesHidden: CreateIntegrationStoreDirectPropertiesHidden): string;
1614
1758
  export declare function createIntegrationStoreDirectPropertiesHiddenFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesHidden, SDKValidationError>;
1615
1759
  /** @internal */
1616
- export declare const CreateIntegrationStoreDirectProperties8$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties8, z.ZodTypeDef, unknown>;
1760
+ export declare const CreateIntegrationStoreDirectProperties9$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9, z.ZodTypeDef, unknown>;
1617
1761
  /** @internal */
1618
- export type CreateIntegrationStoreDirectProperties8$Outbound = {
1762
+ export type CreateIntegrationStoreDirectProperties9$Outbound = {
1619
1763
  value: CreateIntegrationStoreDirectPropertiesValue$Outbound;
1620
1764
  disabled?: CreateIntegrationStoreDirectDisabled2$Outbound | boolean | string | undefined;
1621
1765
  hidden?: CreateIntegrationStoreDirectHidden2$Outbound | boolean | string | undefined;
1622
1766
  };
1623
1767
  /** @internal */
1768
+ export declare const CreateIntegrationStoreDirectProperties9$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties9>;
1769
+ /**
1770
+ * @internal
1771
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1772
+ */
1773
+ export declare namespace CreateIntegrationStoreDirectProperties9$ {
1774
+ /** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
1775
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9, z.ZodTypeDef, unknown>;
1776
+ /** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
1777
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties9>;
1778
+ /** @deprecated use `CreateIntegrationStoreDirectProperties9$Outbound` instead. */
1779
+ type Outbound = CreateIntegrationStoreDirectProperties9$Outbound;
1780
+ }
1781
+ export declare function createIntegrationStoreDirectProperties9ToJSON(createIntegrationStoreDirectProperties9: CreateIntegrationStoreDirectProperties9): string;
1782
+ export declare function createIntegrationStoreDirectProperties9FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectProperties9, SDKValidationError>;
1783
+ /** @internal */
1784
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
1785
+ /** @internal */
1786
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
1787
+ /**
1788
+ * @internal
1789
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1790
+ */
1791
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ {
1792
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
1793
+ const inboundSchema: z.ZodNativeEnum<{
1794
+ readonly String: "string";
1795
+ }>;
1796
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
1797
+ const outboundSchema: z.ZodNativeEnum<{
1798
+ readonly String: "string";
1799
+ }>;
1800
+ }
1801
+ /** @internal */
1802
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
1803
+ /** @internal */
1804
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
1805
+ /**
1806
+ * @internal
1807
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1808
+ */
1809
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ {
1810
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
1811
+ const inboundSchema: z.ZodNativeEnum<{
1812
+ readonly Domain: "domain";
1813
+ }>;
1814
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
1815
+ const outboundSchema: z.ZodNativeEnum<{
1816
+ readonly Domain: "domain";
1817
+ }>;
1818
+ }
1819
+ /** @internal */
1820
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, z.ZodTypeDef, unknown>;
1821
+ /** @internal */
1822
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound = {};
1823
+ /** @internal */
1824
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466>;
1825
+ /**
1826
+ * @internal
1827
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1828
+ */
1829
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ {
1830
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
1831
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, z.ZodTypeDef, unknown>;
1832
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
1833
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466>;
1834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound` instead. */
1835
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
1836
+ }
1837
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466): string;
1838
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, SDKValidationError>;
1839
+ /** @internal */
1840
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1841
+ /** @internal */
1842
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1843
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
1844
+ };
1845
+ /** @internal */
1846
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
1847
+ /**
1848
+ * @internal
1849
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1850
+ */
1851
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ {
1852
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
1853
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1854
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
1855
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
1856
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
1857
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound;
1858
+ }
1859
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1860
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1861
+ /** @internal */
1862
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, z.ZodTypeDef, unknown>;
1863
+ /** @internal */
1864
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound = {};
1865
+ /** @internal */
1866
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466>;
1867
+ /**
1868
+ * @internal
1869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1870
+ */
1871
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ {
1872
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
1873
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, z.ZodTypeDef, unknown>;
1874
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
1875
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466>;
1876
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound` instead. */
1877
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
1878
+ }
1879
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466): string;
1880
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, SDKValidationError>;
1881
+ /** @internal */
1882
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1883
+ /** @internal */
1884
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1885
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
1886
+ };
1887
+ /** @internal */
1888
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
1889
+ /**
1890
+ * @internal
1891
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1892
+ */
1893
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ {
1894
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
1895
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1896
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
1897
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
1898
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
1899
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound;
1900
+ }
1901
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1902
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1903
+ /** @internal */
1904
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, z.ZodTypeDef, unknown>;
1905
+ /** @internal */
1906
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound = {};
1907
+ /** @internal */
1908
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466>;
1909
+ /**
1910
+ * @internal
1911
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1912
+ */
1913
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ {
1914
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
1915
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, z.ZodTypeDef, unknown>;
1916
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
1917
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466>;
1918
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound` instead. */
1919
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
1920
+ }
1921
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466): string;
1922
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, SDKValidationError>;
1923
+ /** @internal */
1924
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1925
+ /** @internal */
1926
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1927
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
1928
+ };
1929
+ /** @internal */
1930
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
1931
+ /**
1932
+ * @internal
1933
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1934
+ */
1935
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ {
1936
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
1937
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1938
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
1939
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
1940
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
1941
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound;
1942
+ }
1943
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern): string;
1944
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, SDKValidationError>;
1945
+ /** @internal */
1946
+ export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
1947
+ /** @internal */
1948
+ export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
1949
+ /**
1950
+ * @internal
1951
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1952
+ */
1953
+ export declare namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
1954
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
1955
+ const inboundSchema: z.ZodNativeEnum<{
1956
+ readonly Update: "update";
1957
+ readonly Create: "create";
1958
+ }>;
1959
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
1960
+ const outboundSchema: z.ZodNativeEnum<{
1961
+ readonly Update: "update";
1962
+ readonly Create: "create";
1963
+ }>;
1964
+ }
1965
+ /** @internal */
1966
+ export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
1967
+ /** @internal */
1968
+ export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
1969
+ expr: string;
1970
+ };
1971
+ /** @internal */
1972
+ export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
1973
+ /**
1974
+ * @internal
1975
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1976
+ */
1977
+ export declare namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
1978
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
1979
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
1980
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
1981
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
1982
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
1983
+ type Outbound = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
1984
+ }
1985
+ export declare function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
1986
+ export declare function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
1987
+ /** @internal */
1988
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, z.ZodTypeDef, unknown>;
1989
+ /** @internal */
1990
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
1991
+ /** @internal */
1992
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly>;
1993
+ /**
1994
+ * @internal
1995
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1996
+ */
1997
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ {
1998
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
1999
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, z.ZodTypeDef, unknown>;
2000
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
2001
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly>;
2002
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound` instead. */
2003
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound;
2004
+ }
2005
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly): string;
2006
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, SDKValidationError>;
2007
+ /** @internal */
2008
+ export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
2009
+ /** @internal */
2010
+ export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
2011
+ /**
2012
+ * @internal
2013
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2014
+ */
2015
+ export declare namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
2016
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
2017
+ const inboundSchema: z.ZodNativeEnum<{
2018
+ readonly Update: "update";
2019
+ readonly Create: "create";
2020
+ }>;
2021
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
2022
+ const outboundSchema: z.ZodNativeEnum<{
2023
+ readonly Update: "update";
2024
+ readonly Create: "create";
2025
+ }>;
2026
+ }
2027
+ /** @internal */
2028
+ export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2029
+ /** @internal */
2030
+ export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
2031
+ expr: string;
2032
+ };
2033
+ /** @internal */
2034
+ export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2035
+ /**
2036
+ * @internal
2037
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2038
+ */
2039
+ export declare namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
2040
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
2041
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2042
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
2043
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2044
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
2045
+ type Outbound = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
2046
+ }
2047
+ export declare function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
2048
+ export declare function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
2049
+ /** @internal */
2050
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, z.ZodTypeDef, unknown>;
2051
+ /** @internal */
2052
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
2053
+ /** @internal */
2054
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden>;
2055
+ /**
2056
+ * @internal
2057
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2058
+ */
2059
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ {
2060
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
2061
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, z.ZodTypeDef, unknown>;
2062
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
2063
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden>;
2064
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound` instead. */
2065
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound;
2066
+ }
2067
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden): string;
2068
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, SDKValidationError>;
2069
+ /** @internal */
2070
+ export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
2071
+ /** @internal */
2072
+ export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
2073
+ /**
2074
+ * @internal
2075
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2076
+ */
2077
+ export declare namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
2078
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
2079
+ const inboundSchema: z.ZodNativeEnum<{
2080
+ readonly Update: "update";
2081
+ readonly Create: "create";
2082
+ }>;
2083
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
2084
+ const outboundSchema: z.ZodNativeEnum<{
2085
+ readonly Update: "update";
2086
+ readonly Create: "create";
2087
+ }>;
2088
+ }
2089
+ /** @internal */
2090
+ export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2091
+ /** @internal */
2092
+ export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
2093
+ expr: string;
2094
+ };
2095
+ /** @internal */
2096
+ export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2097
+ /**
2098
+ * @internal
2099
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2100
+ */
2101
+ export declare namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
2102
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
2103
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2104
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
2105
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2106
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
2107
+ type Outbound = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
2108
+ }
2109
+ export declare function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
2110
+ export declare function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
2111
+ /** @internal */
2112
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, z.ZodTypeDef, unknown>;
2113
+ /** @internal */
2114
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
2115
+ /** @internal */
2116
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled>;
2117
+ /**
2118
+ * @internal
2119
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2120
+ */
2121
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ {
2122
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
2123
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, z.ZodTypeDef, unknown>;
2124
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
2125
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled>;
2126
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound` instead. */
2127
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound;
2128
+ }
2129
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled): string;
2130
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, SDKValidationError>;
2131
+ /** @internal */
2132
+ export declare const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2133
+ /** @internal */
2134
+ export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
2135
+ expr: string;
2136
+ };
2137
+ /** @internal */
2138
+ export declare const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2139
+ /**
2140
+ * @internal
2141
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2142
+ */
2143
+ export declare namespace CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
2144
+ /** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
2145
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
2146
+ /** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
2147
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
2148
+ /** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
2149
+ type Outbound = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
2150
+ }
2151
+ export declare function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
2152
+ export declare function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
2153
+ /** @internal */
2154
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, z.ZodTypeDef, unknown>;
2155
+ /** @internal */
2156
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | string;
2157
+ /** @internal */
2158
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription>;
2159
+ /**
2160
+ * @internal
2161
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2162
+ */
2163
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ {
2164
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
2165
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, z.ZodTypeDef, unknown>;
2166
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
2167
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription>;
2168
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound` instead. */
2169
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound;
2170
+ }
2171
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription): string;
2172
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, SDKValidationError>;
2173
+ /** @internal */
2174
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, z.ZodTypeDef, unknown>;
2175
+ /** @internal */
2176
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound = {
2177
+ expr: string;
2178
+ };
2179
+ /** @internal */
2180
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue>;
2181
+ /**
2182
+ * @internal
2183
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2184
+ */
2185
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ {
2186
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
2187
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, z.ZodTypeDef, unknown>;
2188
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
2189
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue>;
2190
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound` instead. */
2191
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound;
2192
+ }
2193
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue): string;
2194
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, SDKValidationError>;
2195
+ /** @internal */
2196
+ export declare const CreateIntegrationStoreDirectProperties8$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties8, z.ZodTypeDef, unknown>;
2197
+ /** @internal */
2198
+ export type CreateIntegrationStoreDirectProperties8$Outbound = {
2199
+ type: string;
2200
+ "ui:control": string;
2201
+ enum?: Array<string> | undefined;
2202
+ maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound | undefined;
2203
+ minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound | undefined;
2204
+ pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound | undefined;
2205
+ description?: string | undefined;
2206
+ default?: string | undefined;
2207
+ "ui:label"?: string | undefined;
2208
+ "ui:read-only"?: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
2209
+ "ui:hidden"?: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
2210
+ "ui:disabled"?: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
2211
+ "ui:description"?: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | string | undefined;
2212
+ "ui:formatted-value"?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound | undefined;
2213
+ "ui:placeholder"?: string | undefined;
2214
+ };
2215
+ /** @internal */
1624
2216
  export declare const CreateIntegrationStoreDirectProperties8$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties8$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties8>;
1625
2217
  /**
1626
2218
  * @internal
@@ -1673,30 +2265,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1673
2265
  }>;
1674
2266
  }
1675
2267
  /** @internal */
1676
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2268
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
1677
2269
  /** @internal */
1678
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound = {};
2270
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound = {};
1679
2271
  /** @internal */
1680
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
2272
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466>;
1681
2273
  /**
1682
2274
  * @internal
1683
2275
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1684
2276
  */
1685
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ {
1686
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
1687
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1688
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
1689
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
1690
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound` instead. */
1691
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
2277
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ {
2278
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
2279
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
2280
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
2281
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466>;
2282
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound` instead. */
2283
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
1692
2284
  }
1693
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820): string;
1694
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, SDKValidationError>;
2285
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466): string;
2286
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, SDKValidationError>;
1695
2287
  /** @internal */
1696
2288
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1697
2289
  /** @internal */
1698
2290
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1699
- "__@BRAND@7820": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
2291
+ "__@BRAND@8466": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
1700
2292
  };
1701
2293
  /** @internal */
1702
2294
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1863,30 +2455,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
1863
2455
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1864
2456
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1865
2457
  /** @internal */
1866
- export declare const UiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2458
+ export declare const UiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
1867
2459
  /** @internal */
1868
- export type UiOptionsAtBRANDAt7820$Outbound = {};
2460
+ export type UiOptionsAtBRANDAt8466$Outbound = {};
1869
2461
  /** @internal */
1870
- export declare const UiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
2462
+ export declare const UiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8466>;
1871
2463
  /**
1872
2464
  * @internal
1873
2465
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1874
2466
  */
1875
- export declare namespace UiOptionsAtBRANDAt7820$ {
1876
- /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
1877
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1878
- /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
1879
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
1880
- /** @deprecated use `UiOptionsAtBRANDAt7820$Outbound` instead. */
1881
- type Outbound = UiOptionsAtBRANDAt7820$Outbound;
2467
+ export declare namespace UiOptionsAtBRANDAt8466$ {
2468
+ /** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
2469
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
2470
+ /** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
2471
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8466>;
2472
+ /** @deprecated use `UiOptionsAtBRANDAt8466$Outbound` instead. */
2473
+ type Outbound = UiOptionsAtBRANDAt8466$Outbound;
1882
2474
  }
1883
- export declare function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820: UiOptionsAtBRANDAt7820): string;
1884
- export declare function uiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7820, SDKValidationError>;
2475
+ export declare function uiOptionsAtBRANDAt8466ToJSON(uiOptionsAtBRANDAt8466: UiOptionsAtBRANDAt8466): string;
2476
+ export declare function uiOptionsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8466, SDKValidationError>;
1885
2477
  /** @internal */
1886
2478
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1887
2479
  /** @internal */
1888
2480
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1889
- "__@BRAND@7820": UiOptionsAtBRANDAt7820$Outbound;
2481
+ "__@BRAND@8466": UiOptionsAtBRANDAt8466$Outbound;
1890
2482
  };
1891
2483
  /** @internal */
1892
2484
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2074,30 +2666,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2074
2666
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2075
2667
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2076
2668
  /** @internal */
2077
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2669
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, z.ZodTypeDef, unknown>;
2078
2670
  /** @internal */
2079
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound = {};
2671
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound = {};
2080
2672
  /** @internal */
2081
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2673
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466>;
2082
2674
  /**
2083
2675
  * @internal
2084
2676
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2085
2677
  */
2086
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ {
2087
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
2088
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2089
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
2090
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2091
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound` instead. */
2092
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2678
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ {
2679
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
2680
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, z.ZodTypeDef, unknown>;
2681
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
2682
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466>;
2683
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound` instead. */
2684
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
2093
2685
  }
2094
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820): string;
2095
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, SDKValidationError>;
2686
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466): string;
2687
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, SDKValidationError>;
2096
2688
  /** @internal */
2097
2689
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2098
2690
  /** @internal */
2099
2691
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2100
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2692
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
2101
2693
  };
2102
2694
  /** @internal */
2103
2695
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2116,30 +2708,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2116
2708
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2117
2709
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2118
2710
  /** @internal */
2119
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2711
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, z.ZodTypeDef, unknown>;
2120
2712
  /** @internal */
2121
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound = {};
2713
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound = {};
2122
2714
  /** @internal */
2123
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2715
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466>;
2124
2716
  /**
2125
2717
  * @internal
2126
2718
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2127
2719
  */
2128
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ {
2129
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
2130
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2131
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
2132
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2133
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound` instead. */
2134
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2720
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ {
2721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
2722
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, z.ZodTypeDef, unknown>;
2723
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
2724
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466>;
2725
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound` instead. */
2726
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
2135
2727
  }
2136
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820): string;
2137
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, SDKValidationError>;
2728
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466): string;
2729
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, SDKValidationError>;
2138
2730
  /** @internal */
2139
2731
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2140
2732
  /** @internal */
2141
2733
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2142
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2734
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
2143
2735
  };
2144
2736
  /** @internal */
2145
2737
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2158,30 +2750,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2158
2750
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2159
2751
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2160
2752
  /** @internal */
2161
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2753
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, z.ZodTypeDef, unknown>;
2162
2754
  /** @internal */
2163
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound = {};
2755
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound = {};
2164
2756
  /** @internal */
2165
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2757
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466>;
2166
2758
  /**
2167
2759
  * @internal
2168
2760
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2169
2761
  */
2170
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ {
2171
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
2172
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2173
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
2174
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2175
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound` instead. */
2176
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2762
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ {
2763
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
2764
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, z.ZodTypeDef, unknown>;
2765
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
2766
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466>;
2767
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound` instead. */
2768
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
2177
2769
  }
2178
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820): string;
2179
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, SDKValidationError>;
2770
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466): string;
2771
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, SDKValidationError>;
2180
2772
  /** @internal */
2181
2773
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2182
2774
  /** @internal */
2183
2775
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2184
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2776
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
2185
2777
  };
2186
2778
  /** @internal */
2187
2779
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -2505,158 +3097,158 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2505
3097
  }>;
2506
3098
  }
2507
3099
  /** @internal */
2508
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
3100
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
2509
3101
  /** @internal */
2510
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
3102
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
2511
3103
  /**
2512
3104
  * @internal
2513
3105
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2514
3106
  */
2515
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ {
2516
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
3107
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ {
3108
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
2517
3109
  const inboundSchema: z.ZodNativeEnum<{
2518
3110
  readonly String: "string";
2519
3111
  }>;
2520
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
3112
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
2521
3113
  const outboundSchema: z.ZodNativeEnum<{
2522
3114
  readonly String: "string";
2523
3115
  }>;
2524
3116
  }
2525
3117
  /** @internal */
2526
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3118
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, z.ZodTypeDef, unknown>;
2527
3119
  /** @internal */
2528
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound = {};
3120
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound = {};
2529
3121
  /** @internal */
2530
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
3122
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466>;
2531
3123
  /**
2532
3124
  * @internal
2533
3125
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2534
3126
  */
2535
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ {
2536
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
2537
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2538
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
2539
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
2540
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound` instead. */
2541
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
3127
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ {
3128
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
3129
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, z.ZodTypeDef, unknown>;
3130
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
3131
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466>;
3132
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound` instead. */
3133
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
2542
3134
  }
2543
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820): string;
2544
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, SDKValidationError>;
3135
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466): string;
3136
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, SDKValidationError>;
2545
3137
  /** @internal */
2546
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
3138
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
2547
3139
  /** @internal */
2548
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
2549
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
3140
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
3141
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
2550
3142
  };
2551
3143
  /** @internal */
2552
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
3144
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
2553
3145
  /**
2554
3146
  * @internal
2555
3147
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2556
3148
  */
2557
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ {
2558
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
2559
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2560
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
2561
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
2562
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
2563
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound;
3149
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ {
3150
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
3151
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
3152
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
3153
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
3154
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound` instead. */
3155
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound;
2564
3156
  }
2565
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
2566
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
3157
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
3158
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
2567
3159
  /** @internal */
2568
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
3160
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, z.ZodTypeDef, unknown>;
2569
3161
  /** @internal */
2570
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound = {};
3162
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound = {};
2571
3163
  /** @internal */
2572
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
3164
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466>;
2573
3165
  /**
2574
3166
  * @internal
2575
3167
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2576
3168
  */
2577
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ {
2578
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
2579
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
2580
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
2581
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
2582
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound` instead. */
2583
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
3169
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ {
3170
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
3171
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, z.ZodTypeDef, unknown>;
3172
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
3173
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466>;
3174
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound` instead. */
3175
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
2584
3176
  }
2585
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820): string;
2586
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, SDKValidationError>;
3177
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466): string;
3178
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, SDKValidationError>;
2587
3179
  /** @internal */
2588
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
3180
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
2589
3181
  /** @internal */
2590
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
2591
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
3182
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
3183
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
2592
3184
  };
2593
3185
  /** @internal */
2594
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
3186
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
2595
3187
  /**
2596
3188
  * @internal
2597
3189
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2598
3190
  */
2599
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ {
2600
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
2601
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2602
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
2603
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
2604
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
2605
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound;
3191
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ {
3192
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
3193
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
3194
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
3195
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
3196
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound` instead. */
3197
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound;
2606
3198
  }
2607
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
2608
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
3199
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
3200
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
2609
3201
  /** @internal */
2610
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
3202
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, z.ZodTypeDef, unknown>;
2611
3203
  /** @internal */
2612
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound = {};
3204
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound = {};
2613
3205
  /** @internal */
2614
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
3206
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466>;
2615
3207
  /**
2616
3208
  * @internal
2617
3209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2618
3210
  */
2619
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ {
2620
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
2621
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
2622
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
2623
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
2624
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound` instead. */
2625
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
3211
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ {
3212
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
3213
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, z.ZodTypeDef, unknown>;
3214
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
3215
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466>;
3216
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound` instead. */
3217
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
2626
3218
  }
2627
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820): string;
2628
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, SDKValidationError>;
3219
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466): string;
3220
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, SDKValidationError>;
2629
3221
  /** @internal */
2630
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
3222
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
2631
3223
  /** @internal */
2632
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
2633
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
3224
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
3225
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
2634
3226
  };
2635
3227
  /** @internal */
2636
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
3228
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
2637
3229
  /**
2638
3230
  * @internal
2639
3231
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2640
3232
  */
2641
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ {
2642
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
2643
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2644
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
2645
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
2646
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
2647
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound;
3233
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ {
3234
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
3235
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
3236
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
3237
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
3238
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound` instead. */
3239
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound;
2648
3240
  }
2649
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern): string;
2650
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, SDKValidationError>;
3241
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern): string;
3242
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, SDKValidationError>;
2651
3243
  /** @internal */
2652
3244
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsItems, z.ZodTypeDef, unknown>;
2653
3245
  /** @internal */
2654
3246
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems$Outbound = {
2655
3247
  type: string;
2656
3248
  description?: string | undefined;
2657
- minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound | undefined;
2658
- maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound | undefined;
2659
- pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound | undefined;
3249
+ minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound | undefined;
3250
+ maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound | undefined;
3251
+ pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound | undefined;
2660
3252
  default?: string | undefined;
2661
3253
  enum?: Array<string> | undefined;
2662
3254
  };
@@ -3316,30 +3908,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3316
3908
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3317
3909
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3318
3910
  /** @internal */
3319
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3911
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, z.ZodTypeDef, unknown>;
3320
3912
  /** @internal */
3321
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound = {};
3913
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound = {};
3322
3914
  /** @internal */
3323
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3915
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466>;
3324
3916
  /**
3325
3917
  * @internal
3326
3918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3327
3919
  */
3328
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ {
3329
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
3330
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3331
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
3332
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3333
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound` instead. */
3334
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3920
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ {
3921
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
3922
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, z.ZodTypeDef, unknown>;
3923
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
3924
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466>;
3925
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound` instead. */
3926
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
3335
3927
  }
3336
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820): string;
3337
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, SDKValidationError>;
3928
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466): string;
3929
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, SDKValidationError>;
3338
3930
  /** @internal */
3339
3931
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3340
3932
  /** @internal */
3341
3933
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3342
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3934
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
3343
3935
  };
3344
3936
  /** @internal */
3345
3937
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3358,30 +3950,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3358
3950
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3359
3951
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3360
3952
  /** @internal */
3361
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3953
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, z.ZodTypeDef, unknown>;
3362
3954
  /** @internal */
3363
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound = {};
3955
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound = {};
3364
3956
  /** @internal */
3365
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3957
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466>;
3366
3958
  /**
3367
3959
  * @internal
3368
3960
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3369
3961
  */
3370
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ {
3371
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
3372
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3373
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
3374
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3375
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound` instead. */
3376
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3962
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ {
3963
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
3964
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, z.ZodTypeDef, unknown>;
3965
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
3966
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466>;
3967
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound` instead. */
3968
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
3377
3969
  }
3378
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820): string;
3379
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, SDKValidationError>;
3970
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466): string;
3971
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, SDKValidationError>;
3380
3972
  /** @internal */
3381
3973
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3382
3974
  /** @internal */
3383
3975
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3384
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3976
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
3385
3977
  };
3386
3978
  /** @internal */
3387
3979
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3400,30 +3992,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3400
3992
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3401
3993
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3402
3994
  /** @internal */
3403
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3995
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, z.ZodTypeDef, unknown>;
3404
3996
  /** @internal */
3405
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound = {};
3997
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound = {};
3406
3998
  /** @internal */
3407
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3999
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466>;
3408
4000
  /**
3409
4001
  * @internal
3410
4002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3411
4003
  */
3412
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ {
3413
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
3414
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3415
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
3416
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3417
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound` instead. */
3418
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
4004
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ {
4005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
4006
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, z.ZodTypeDef, unknown>;
4007
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
4008
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466>;
4009
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound` instead. */
4010
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
3419
4011
  }
3420
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820): string;
3421
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, SDKValidationError>;
4012
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466): string;
4013
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, SDKValidationError>;
3422
4014
  /** @internal */
3423
4015
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3424
4016
  /** @internal */
3425
4017
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
3426
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
4018
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
3427
4019
  };
3428
4020
  /** @internal */
3429
4021
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -4771,30 +5363,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
4771
5363
  }>;
4772
5364
  }
4773
5365
  /** @internal */
4774
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
5366
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, z.ZodTypeDef, unknown>;
4775
5367
  /** @internal */
4776
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound = {};
5368
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound = {};
4777
5369
  /** @internal */
4778
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
5370
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466>;
4779
5371
  /**
4780
5372
  * @internal
4781
5373
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4782
5374
  */
4783
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ {
4784
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
4785
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
4786
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
4787
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
4788
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound` instead. */
4789
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
5375
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ {
5376
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
5377
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, z.ZodTypeDef, unknown>;
5378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
5379
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466>;
5380
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound` instead. */
5381
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
4790
5382
  }
4791
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820): string;
4792
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, SDKValidationError>;
5383
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466): string;
5384
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, SDKValidationError>;
4793
5385
  /** @internal */
4794
5386
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
4795
5387
  /** @internal */
4796
5388
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
4797
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
5389
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
4798
5390
  };
4799
5391
  /** @internal */
4800
5392
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -4813,30 +5405,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
4813
5405
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
4814
5406
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
4815
5407
  /** @internal */
4816
- export declare const PropertiesAtBRANDAt7820$inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
5408
+ export declare const PropertiesAtBRANDAt8466$inboundSchema: z.ZodType<PropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
4817
5409
  /** @internal */
4818
- export type PropertiesAtBRANDAt7820$Outbound = {};
5410
+ export type PropertiesAtBRANDAt8466$Outbound = {};
4819
5411
  /** @internal */
4820
- export declare const PropertiesAtBRANDAt7820$outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
5412
+ export declare const PropertiesAtBRANDAt8466$outboundSchema: z.ZodType<PropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8466>;
4821
5413
  /**
4822
5414
  * @internal
4823
5415
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4824
5416
  */
4825
- export declare namespace PropertiesAtBRANDAt7820$ {
4826
- /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
4827
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4828
- /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
4829
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
4830
- /** @deprecated use `PropertiesAtBRANDAt7820$Outbound` instead. */
4831
- type Outbound = PropertiesAtBRANDAt7820$Outbound;
5417
+ export declare namespace PropertiesAtBRANDAt8466$ {
5418
+ /** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
5419
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
5420
+ /** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
5421
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8466>;
5422
+ /** @deprecated use `PropertiesAtBRANDAt8466$Outbound` instead. */
5423
+ type Outbound = PropertiesAtBRANDAt8466$Outbound;
4832
5424
  }
4833
- export declare function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820: PropertiesAtBRANDAt7820): string;
4834
- export declare function propertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7820, SDKValidationError>;
5425
+ export declare function propertiesAtBRANDAt8466ToJSON(propertiesAtBRANDAt8466: PropertiesAtBRANDAt8466): string;
5426
+ export declare function propertiesAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8466, SDKValidationError>;
4835
5427
  /** @internal */
4836
5428
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
4837
5429
  /** @internal */
4838
5430
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
4839
- "__@BRAND@7820": PropertiesAtBRANDAt7820$Outbound;
5431
+ "__@BRAND@8466": PropertiesAtBRANDAt8466$Outbound;
4840
5432
  };
4841
5433
  /** @internal */
4842
5434
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -4855,30 +5447,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
4855
5447
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
4856
5448
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
4857
5449
  /** @internal */
4858
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
5450
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
4859
5451
  /** @internal */
4860
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound = {};
5452
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound = {};
4861
5453
  /** @internal */
4862
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
5454
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8466>;
4863
5455
  /**
4864
5456
  * @internal
4865
5457
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4866
5458
  */
4867
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ {
4868
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
4869
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4870
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
4871
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
4872
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound` instead. */
4873
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
5459
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ {
5460
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
5461
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
5462
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
5463
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8466>;
5464
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound` instead. */
5465
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
4874
5466
  }
4875
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820): string;
4876
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, SDKValidationError>;
5467
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466): string;
5468
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, SDKValidationError>;
4877
5469
  /** @internal */
4878
5470
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
4879
5471
  /** @internal */
4880
5472
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
4881
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
5473
+ "__@BRAND@8466": CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
4882
5474
  };
4883
5475
  /** @internal */
4884
5476
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -5185,7 +5777,7 @@ export declare function createIntegrationStoreDirectProperties1FromJSON(jsonStri
5185
5777
  /** @internal */
5186
5778
  export declare const CreateIntegrationStoreDirectProperties$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties, z.ZodTypeDef, unknown>;
5187
5779
  /** @internal */
5188
- export type CreateIntegrationStoreDirectProperties$Outbound = CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound;
5780
+ export type CreateIntegrationStoreDirectProperties$Outbound = CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound | CreateIntegrationStoreDirectProperties9$Outbound;
5189
5781
  /** @internal */
5190
5782
  export declare const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties>;
5191
5783
  /**
@@ -5208,7 +5800,7 @@ export declare const CreateIntegrationStoreDirectMetadataSchema$inboundSchema: z
5208
5800
  export type CreateIntegrationStoreDirectMetadataSchema$Outbound = {
5209
5801
  type: string;
5210
5802
  properties: {
5211
- [k: string]: CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound;
5803
+ [k: string]: CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound | CreateIntegrationStoreDirectProperties9$Outbound;
5212
5804
  };
5213
5805
  required?: Array<string> | undefined;
5214
5806
  };
@@ -5252,15 +5844,15 @@ export declare namespace ResourceLinks$ {
5252
5844
  export declare function resourceLinksToJSON(resourceLinks: ResourceLinks): string;
5253
5845
  export declare function resourceLinksFromJSON(jsonString: string): SafeParseResult<ResourceLinks, SDKValidationError>;
5254
5846
  /** @internal */
5255
- export declare const Tags$inboundSchema: z.ZodNativeEnum<typeof Tags>;
5847
+ export declare const CreateIntegrationStoreDirectTags$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectTags>;
5256
5848
  /** @internal */
5257
- export declare const Tags$outboundSchema: z.ZodNativeEnum<typeof Tags>;
5849
+ export declare const CreateIntegrationStoreDirectTags$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectTags>;
5258
5850
  /**
5259
5851
  * @internal
5260
5852
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5261
5853
  */
5262
- export declare namespace Tags$ {
5263
- /** @deprecated use `Tags$inboundSchema` instead. */
5854
+ export declare namespace CreateIntegrationStoreDirectTags$ {
5855
+ /** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
5264
5856
  const inboundSchema: z.ZodNativeEnum<{
5265
5857
  readonly EdgeConfig: "edge-config";
5266
5858
  readonly Redis: "redis";
@@ -5294,6 +5886,7 @@ export declare namespace Tags$ {
5294
5886
  readonly TagMessaging: "tag_messaging";
5295
5887
  readonly TagMonitoring: "tag_monitoring";
5296
5888
  readonly TagObservability: "tag_observability";
5889
+ readonly TagPayments: "tag_payments";
5297
5890
  readonly TagPerformance: "tag_performance";
5298
5891
  readonly TagProductivity: "tag_productivity";
5299
5892
  readonly TagSearching: "tag_searching";
@@ -5307,7 +5900,7 @@ export declare namespace Tags$ {
5307
5900
  readonly TagTraceDrain: "tag_traceDrain";
5308
5901
  readonly TagOther: "tag_other";
5309
5902
  }>;
5310
- /** @deprecated use `Tags$outboundSchema` instead. */
5903
+ /** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
5311
5904
  const outboundSchema: z.ZodNativeEnum<{
5312
5905
  readonly EdgeConfig: "edge-config";
5313
5906
  readonly Redis: "redis";
@@ -5341,6 +5934,7 @@ export declare namespace Tags$ {
5341
5934
  readonly TagMessaging: "tag_messaging";
5342
5935
  readonly TagMonitoring: "tag_monitoring";
5343
5936
  readonly TagObservability: "tag_observability";
5937
+ readonly TagPayments: "tag_payments";
5344
5938
  readonly TagPerformance: "tag_performance";
5345
5939
  readonly TagProductivity: "tag_productivity";
5346
5940
  readonly TagSearching: "tag_searching";
@@ -5375,6 +5969,7 @@ export declare namespace ProjectConnectionScopes$ {
5375
5969
  readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
5376
5970
  readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
5377
5971
  readonly ReadWriteLogDrain: "read-write:log-drain";
5972
+ readonly ReadWriteDrains: "read-write:drains";
5378
5973
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
5379
5974
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
5380
5975
  }>;
@@ -5389,6 +5984,7 @@ export declare namespace ProjectConnectionScopes$ {
5389
5984
  readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
5390
5985
  readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
5391
5986
  readonly ReadWriteLogDrain: "read-write:log-drain";
5987
+ readonly ReadWriteDrains: "read-write:drains";
5392
5988
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
5393
5989
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
5394
5990
  }>;
@@ -5508,30 +6104,30 @@ export declare namespace Guides$ {
5508
6104
  export declare function guidesToJSON(guides: Guides): string;
5509
6105
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
5510
6106
  /** @internal */
5511
- export declare const AtBRANDAt7820$inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
6107
+ export declare const AtBRANDAt8466$inboundSchema: z.ZodType<AtBRANDAt8466, z.ZodTypeDef, unknown>;
5512
6108
  /** @internal */
5513
- export type AtBRANDAt7820$Outbound = {};
6109
+ export type AtBRANDAt8466$Outbound = {};
5514
6110
  /** @internal */
5515
- export declare const AtBRANDAt7820$outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
6111
+ export declare const AtBRANDAt8466$outboundSchema: z.ZodType<AtBRANDAt8466$Outbound, z.ZodTypeDef, AtBRANDAt8466>;
5516
6112
  /**
5517
6113
  * @internal
5518
6114
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5519
6115
  */
5520
- export declare namespace AtBRANDAt7820$ {
5521
- /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
5522
- const inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
5523
- /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
5524
- const outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
5525
- /** @deprecated use `AtBRANDAt7820$Outbound` instead. */
5526
- type Outbound = AtBRANDAt7820$Outbound;
6116
+ export declare namespace AtBRANDAt8466$ {
6117
+ /** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
6118
+ const inboundSchema: z.ZodType<AtBRANDAt8466, z.ZodTypeDef, unknown>;
6119
+ /** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
6120
+ const outboundSchema: z.ZodType<AtBRANDAt8466$Outbound, z.ZodTypeDef, AtBRANDAt8466>;
6121
+ /** @deprecated use `AtBRANDAt8466$Outbound` instead. */
6122
+ type Outbound = AtBRANDAt8466$Outbound;
5527
6123
  }
5528
- export declare function atBRANDAt7820ToJSON(atBRANDAt7820: AtBRANDAt7820): string;
5529
- export declare function atBRANDAt7820FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7820, SDKValidationError>;
6124
+ export declare function atBRANDAt8466ToJSON(atBRANDAt8466: AtBRANDAt8466): string;
6125
+ export declare function atBRANDAt8466FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8466, SDKValidationError>;
5530
6126
  /** @internal */
5531
6127
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
5532
6128
  /** @internal */
5533
6129
  export type CreateIntegrationStoreDirectValue$Outbound = {
5534
- "__@BRAND@7820": AtBRANDAt7820$Outbound;
6130
+ "__@BRAND@8466": AtBRANDAt8466$Outbound;
5535
6131
  };
5536
6132
  /** @internal */
5537
6133
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
@@ -5681,6 +6277,7 @@ export type Product$Outbound = {
5681
6277
  name?: string | undefined;
5682
6278
  slug?: string | undefined;
5683
6279
  iconUrl?: string | undefined;
6280
+ capabilities?: CreateIntegrationStoreDirectCapabilities$Outbound | undefined;
5684
6281
  shortDescription?: string | undefined;
5685
6282
  metadataSchema?: CreateIntegrationStoreDirectMetadataSchema$Outbound | undefined;
5686
6283
  resourceLinks?: Array<ResourceLinks$Outbound> | undefined;
@@ -5982,6 +6579,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
5982
6579
  usageQuotaExceeded: boolean;
5983
6580
  status: string | null;
5984
6581
  ownership?: string | undefined;
6582
+ capabilities?: Capabilities$Outbound | undefined;
5985
6583
  metadata?: {
5986
6584
  [k: string]: string | number | boolean | Array<string> | Array<number>;
5987
6585
  } | undefined;