@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
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
55
55
  Nitro: "nitro",
56
56
  Hono: "hono",
57
57
  Express: "express",
58
+ H3: "h3",
58
59
  Xmcp: "xmcp",
59
60
  };
60
61
  export const CreateIntegrationStoreDirectEnvironments = {
@@ -100,6 +101,24 @@ export const CreateIntegrationStoreDirectHidden3 = {
100
101
  Update: "update",
101
102
  Create: "create",
102
103
  };
104
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = {
105
+ String: "string",
106
+ };
107
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = {
108
+ Domain: "domain",
109
+ };
110
+ export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
111
+ Update: "update",
112
+ Create: "create",
113
+ };
114
+ export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
115
+ Update: "update",
116
+ Create: "create",
117
+ };
118
+ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
119
+ Update: "update",
120
+ Create: "create",
121
+ };
103
122
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType = {
104
123
  String: "string",
105
124
  };
@@ -137,7 +156,7 @@ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200Applic
137
156
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = {
138
157
  Array: "array",
139
158
  };
140
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = {
159
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = {
141
160
  String: "string",
142
161
  };
143
162
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl = {
@@ -264,7 +283,7 @@ export const CreateIntegrationStoreDirectUiDisabled3 = {
264
283
  Update: "update",
265
284
  Create: "create",
266
285
  };
267
- export const Tags = {
286
+ export const CreateIntegrationStoreDirectTags = {
268
287
  EdgeConfig: "edge-config",
269
288
  Redis: "redis",
270
289
  Postgres: "postgres",
@@ -297,6 +316,7 @@ export const Tags = {
297
316
  TagMessaging: "tag_messaging",
298
317
  TagMonitoring: "tag_monitoring",
299
318
  TagObservability: "tag_observability",
319
+ TagPayments: "tag_payments",
300
320
  TagPerformance: "tag_performance",
301
321
  TagProductivity: "tag_productivity",
302
322
  TagSearching: "tag_searching",
@@ -320,6 +340,7 @@ export const ProjectConnectionScopes = {
320
340
  ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars",
321
341
  ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action",
322
342
  ReadWriteLogDrain: "read-write:log-drain",
343
+ ReadWriteDrains: "read-write:drains",
323
344
  ReadWriteProjectEnvVars: "read-write:project-env-vars",
324
345
  ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
325
346
  };
@@ -647,6 +668,37 @@ export var CreateIntegrationStoreDirectOwnership$;
647
668
  CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
648
669
  })(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
649
670
  /** @internal */
671
+ export const Capabilities$inboundSchema = z.object({
672
+ mcp: z.boolean().optional(),
673
+ sso: z.boolean().optional(),
674
+ billable: z.boolean().optional(),
675
+ secretsSync: z.boolean().optional(),
676
+ });
677
+ /** @internal */
678
+ export const Capabilities$outboundSchema = z.object({
679
+ mcp: z.boolean().optional(),
680
+ sso: z.boolean().optional(),
681
+ billable: z.boolean().optional(),
682
+ secretsSync: z.boolean().optional(),
683
+ });
684
+ /**
685
+ * @internal
686
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
687
+ */
688
+ export var Capabilities$;
689
+ (function (Capabilities$) {
690
+ /** @deprecated use `Capabilities$inboundSchema` instead. */
691
+ Capabilities$.inboundSchema = Capabilities$inboundSchema;
692
+ /** @deprecated use `Capabilities$outboundSchema` instead. */
693
+ Capabilities$.outboundSchema = Capabilities$outboundSchema;
694
+ })(Capabilities$ || (Capabilities$ = {}));
695
+ export function capabilitiesToJSON(capabilities) {
696
+ return JSON.stringify(Capabilities$outboundSchema.parse(capabilities));
697
+ }
698
+ export function capabilitiesFromJSON(jsonString) {
699
+ return safeParse(jsonString, (x) => Capabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Capabilities' from JSON`);
700
+ }
701
+ /** @internal */
650
702
  export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
651
703
  z.string(),
652
704
  z.number(),
@@ -695,6 +747,41 @@ export var ExternalResourceStatus$;
695
747
  ExternalResourceStatus$.outboundSchema = ExternalResourceStatus$outboundSchema;
696
748
  })(ExternalResourceStatus$ || (ExternalResourceStatus$ = {}));
697
749
  /** @internal */
750
+ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
751
+ mcp: z.boolean().optional(),
752
+ sso: z.boolean().optional(),
753
+ billable: z.boolean().optional(),
754
+ secretsSync: z.boolean().optional(),
755
+ sandbox: z.boolean().optional(),
756
+ linking: z.boolean().optional(),
757
+ });
758
+ /** @internal */
759
+ export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
760
+ mcp: z.boolean().optional(),
761
+ sso: z.boolean().optional(),
762
+ billable: z.boolean().optional(),
763
+ secretsSync: z.boolean().optional(),
764
+ sandbox: z.boolean().optional(),
765
+ linking: z.boolean().optional(),
766
+ });
767
+ /**
768
+ * @internal
769
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
770
+ */
771
+ export var CreateIntegrationStoreDirectCapabilities$;
772
+ (function (CreateIntegrationStoreDirectCapabilities$) {
773
+ /** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
774
+ CreateIntegrationStoreDirectCapabilities$.inboundSchema = CreateIntegrationStoreDirectCapabilities$inboundSchema;
775
+ /** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
776
+ CreateIntegrationStoreDirectCapabilities$.outboundSchema = CreateIntegrationStoreDirectCapabilities$outboundSchema;
777
+ })(CreateIntegrationStoreDirectCapabilities$ || (CreateIntegrationStoreDirectCapabilities$ = {}));
778
+ export function createIntegrationStoreDirectCapabilitiesToJSON(createIntegrationStoreDirectCapabilities) {
779
+ return JSON.stringify(CreateIntegrationStoreDirectCapabilities$outboundSchema.parse(createIntegrationStoreDirectCapabilities));
780
+ }
781
+ export function createIntegrationStoreDirectCapabilitiesFromJSON(jsonString) {
782
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectCapabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectCapabilities' from JSON`);
783
+ }
784
+ /** @internal */
698
785
  export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
699
786
  .nativeEnum(CreateIntegrationStoreDirectIntegrationsType);
700
787
  /** @internal */
@@ -711,42 +798,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
711
798
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
712
799
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
713
800
  /** @internal */
714
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema = z.object({});
801
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema = z.object({});
715
802
  /** @internal */
716
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema = z.object({});
803
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema = z.object({});
717
804
  /**
718
805
  * @internal
719
806
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
720
807
  */
721
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$;
722
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$) {
723
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
724
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema;
725
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema;
727
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ = {}));
728
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820) {
729
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
730
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820));
808
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$;
809
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$) {
810
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
811
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema;
812
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
813
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema;
814
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ = {}));
815
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466) {
816
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
817
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466));
731
818
  }
732
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString) {
733
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
734
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`);
819
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(jsonString) {
820
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
821
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466' from JSON`);
735
822
  }
736
823
  /** @internal */
737
824
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
738
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema),
825
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema),
739
826
  }).transform((v) => {
740
827
  return remap$(v, {
741
- "__@BRAND@7820": "atBRANDAt7820",
828
+ "__@BRAND@8466": "atBRANDAt8466",
742
829
  });
743
830
  });
744
831
  /** @internal */
745
832
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
746
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema),
833
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema),
747
834
  }).transform((v) => {
748
835
  return remap$(v, {
749
- atBRANDAt7820: "__@BRAND@7820",
836
+ atBRANDAt8466: "__@BRAND@8466",
750
837
  });
751
838
  });
752
839
  /**
@@ -905,7 +992,7 @@ export function createIntegrationStoreDirectPropertiesHiddenFromJSON(jsonString)
905
992
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`);
906
993
  }
907
994
  /** @internal */
908
- export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
995
+ export const CreateIntegrationStoreDirectProperties9$inboundSchema = z.object({
909
996
  value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$inboundSchema),
910
997
  disabled: z.union([
911
998
  z.lazy(() => CreateIntegrationStoreDirectDisabled2$inboundSchema),
@@ -919,7 +1006,7 @@ export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
919
1006
  ]).optional(),
920
1007
  });
921
1008
  /** @internal */
922
- export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
1009
+ export const CreateIntegrationStoreDirectProperties9$outboundSchema = z.object({
923
1010
  value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$outboundSchema),
924
1011
  disabled: z.union([
925
1012
  z.lazy(() => CreateIntegrationStoreDirectDisabled2$outboundSchema),
@@ -932,6 +1019,617 @@ export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
932
1019
  CreateIntegrationStoreDirectHidden3$outboundSchema,
933
1020
  ]).optional(),
934
1021
  });
1022
+ /**
1023
+ * @internal
1024
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1025
+ */
1026
+ export var CreateIntegrationStoreDirectProperties9$;
1027
+ (function (CreateIntegrationStoreDirectProperties9$) {
1028
+ /** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
1029
+ CreateIntegrationStoreDirectProperties9$.inboundSchema = CreateIntegrationStoreDirectProperties9$inboundSchema;
1030
+ /** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
1031
+ CreateIntegrationStoreDirectProperties9$.outboundSchema = CreateIntegrationStoreDirectProperties9$outboundSchema;
1032
+ })(CreateIntegrationStoreDirectProperties9$ || (CreateIntegrationStoreDirectProperties9$ = {}));
1033
+ export function createIntegrationStoreDirectProperties9ToJSON(createIntegrationStoreDirectProperties9) {
1034
+ return JSON.stringify(CreateIntegrationStoreDirectProperties9$outboundSchema.parse(createIntegrationStoreDirectProperties9));
1035
+ }
1036
+ export function createIntegrationStoreDirectProperties9FromJSON(jsonString) {
1037
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectProperties9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectProperties9' from JSON`);
1038
+ }
1039
+ /** @internal */
1040
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType);
1041
+ /** @internal */
1042
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
1043
+ /**
1044
+ * @internal
1045
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1046
+ */
1047
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$;
1048
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$) {
1049
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
1050
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
1051
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
1052
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
1053
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
1054
+ /** @internal */
1055
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl);
1056
+ /** @internal */
1057
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
1058
+ /**
1059
+ * @internal
1060
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1061
+ */
1062
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$;
1063
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$) {
1064
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
1065
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
1066
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
1067
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1068
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1069
+ /** @internal */
1070
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema = z.object({});
1071
+ /** @internal */
1072
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema = z.object({});
1073
+ /**
1074
+ * @internal
1075
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1076
+ */
1077
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$;
1078
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$) {
1079
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
1080
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema;
1081
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
1082
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema;
1083
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ = {}));
1084
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466) {
1085
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
1086
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466));
1087
+ }
1088
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(jsonString) {
1089
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
1090
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466' from JSON`);
1091
+ }
1092
+ /** @internal */
1093
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1094
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema),
1095
+ }).transform((v) => {
1096
+ return remap$(v, {
1097
+ "__@BRAND@8466": "atBRANDAt8466",
1098
+ });
1099
+ });
1100
+ /** @internal */
1101
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1102
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema),
1103
+ }).transform((v) => {
1104
+ return remap$(v, {
1105
+ atBRANDAt8466: "__@BRAND@8466",
1106
+ });
1107
+ });
1108
+ /**
1109
+ * @internal
1110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1111
+ */
1112
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$;
1113
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) {
1114
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
1115
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
1116
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
1117
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
1118
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ = {}));
1119
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
1120
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
1121
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength));
1122
+ }
1123
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString) {
1124
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
1125
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1126
+ }
1127
+ /** @internal */
1128
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema = z.object({});
1129
+ /** @internal */
1130
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema = z.object({});
1131
+ /**
1132
+ * @internal
1133
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1134
+ */
1135
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$;
1136
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$) {
1137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
1138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema;
1139
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
1140
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema;
1141
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ = {}));
1142
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466) {
1143
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
1144
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466));
1145
+ }
1146
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(jsonString) {
1147
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
1148
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466' from JSON`);
1149
+ }
1150
+ /** @internal */
1151
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1152
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema),
1153
+ }).transform((v) => {
1154
+ return remap$(v, {
1155
+ "__@BRAND@8466": "atBRANDAt8466",
1156
+ });
1157
+ });
1158
+ /** @internal */
1159
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1160
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema),
1161
+ }).transform((v) => {
1162
+ return remap$(v, {
1163
+ atBRANDAt8466: "__@BRAND@8466",
1164
+ });
1165
+ });
1166
+ /**
1167
+ * @internal
1168
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1169
+ */
1170
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$;
1171
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) {
1172
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
1173
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
1174
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
1175
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
1176
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ = {}));
1177
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
1178
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
1179
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength));
1180
+ }
1181
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString) {
1182
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
1183
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1184
+ }
1185
+ /** @internal */
1186
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema = z.object({});
1187
+ /** @internal */
1188
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema = z.object({});
1189
+ /**
1190
+ * @internal
1191
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1192
+ */
1193
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$;
1194
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$) {
1195
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
1196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema;
1197
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
1198
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema;
1199
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ = {}));
1200
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466) {
1201
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
1202
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466));
1203
+ }
1204
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(jsonString) {
1205
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
1206
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466' from JSON`);
1207
+ }
1208
+ /** @internal */
1209
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1210
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema),
1211
+ }).transform((v) => {
1212
+ return remap$(v, {
1213
+ "__@BRAND@8466": "atBRANDAt8466",
1214
+ });
1215
+ });
1216
+ /** @internal */
1217
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1218
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema),
1219
+ }).transform((v) => {
1220
+ return remap$(v, {
1221
+ atBRANDAt8466: "__@BRAND@8466",
1222
+ });
1223
+ });
1224
+ /**
1225
+ * @internal
1226
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1227
+ */
1228
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$;
1229
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) {
1230
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
1231
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
1232
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
1233
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
1234
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ = {}));
1235
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
1236
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
1237
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern));
1238
+ }
1239
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString) {
1240
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
1241
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`);
1242
+ }
1243
+ /** @internal */
1244
+ export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
1245
+ /** @internal */
1246
+ export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1247
+ /**
1248
+ * @internal
1249
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1250
+ */
1251
+ export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
1252
+ (function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
1253
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
1254
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1255
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
1256
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
1257
+ })(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
1258
+ /** @internal */
1259
+ export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
1260
+ expr: z.string(),
1261
+ });
1262
+ /** @internal */
1263
+ export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
1264
+ expr: z.string(),
1265
+ });
1266
+ /**
1267
+ * @internal
1268
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1269
+ */
1270
+ export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
1271
+ (function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
1272
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
1273
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
1274
+ /** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
1275
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
1276
+ })(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
1277
+ export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
1278
+ return JSON.stringify(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
1279
+ .parse(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
1280
+ }
1281
+ export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
1282
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
1283
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
1284
+ }
1285
+ /** @internal */
1286
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema = z.union([
1287
+ z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1288
+ z.boolean(),
1289
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1290
+ ]);
1291
+ /** @internal */
1292
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema = z.union([
1293
+ z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1294
+ z.boolean(),
1295
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1296
+ ]);
1297
+ /**
1298
+ * @internal
1299
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1300
+ */
1301
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$;
1302
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$) {
1303
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
1304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema;
1305
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
1306
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema;
1307
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ = {}));
1308
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly) {
1309
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema
1310
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly));
1311
+ }
1312
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(jsonString) {
1313
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema
1314
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly' from JSON`);
1315
+ }
1316
+ /** @internal */
1317
+ export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
1318
+ /** @internal */
1319
+ export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1320
+ /**
1321
+ * @internal
1322
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1323
+ */
1324
+ export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
1325
+ (function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
1326
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
1327
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1328
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
1329
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
1330
+ })(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
1331
+ /** @internal */
1332
+ export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
1333
+ expr: z.string(),
1334
+ });
1335
+ /** @internal */
1336
+ export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
1337
+ expr: z.string(),
1338
+ });
1339
+ /**
1340
+ * @internal
1341
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1342
+ */
1343
+ export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
1344
+ (function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
1345
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
1346
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
1347
+ /** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
1348
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
1349
+ })(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
1350
+ export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
1351
+ return JSON.stringify(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
1352
+ .parse(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
1353
+ }
1354
+ export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
1355
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
1356
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
1357
+ }
1358
+ /** @internal */
1359
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema = z.union([
1360
+ z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1361
+ z.boolean(),
1362
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1363
+ ]);
1364
+ /** @internal */
1365
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema = z.union([
1366
+ z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1367
+ z.boolean(),
1368
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1369
+ ]);
1370
+ /**
1371
+ * @internal
1372
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1373
+ */
1374
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$;
1375
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$) {
1376
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
1377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema;
1378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
1379
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema;
1380
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ = {}));
1381
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden) {
1382
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema
1383
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden));
1384
+ }
1385
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(jsonString) {
1386
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema
1387
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden' from JSON`);
1388
+ }
1389
+ /** @internal */
1390
+ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
1391
+ /** @internal */
1392
+ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1393
+ /**
1394
+ * @internal
1395
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1396
+ */
1397
+ export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
1398
+ (function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
1399
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
1400
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
1401
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
1402
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
1403
+ })(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
1404
+ /** @internal */
1405
+ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
1406
+ expr: z.string(),
1407
+ });
1408
+ /** @internal */
1409
+ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
1410
+ expr: z.string(),
1411
+ });
1412
+ /**
1413
+ * @internal
1414
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1415
+ */
1416
+ export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
1417
+ (function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
1418
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
1419
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
1420
+ /** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
1421
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
1422
+ })(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
1423
+ export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
1424
+ return JSON.stringify(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
1425
+ .parse(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
1426
+ }
1427
+ export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
1428
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
1429
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
1430
+ }
1431
+ /** @internal */
1432
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema = z.union([
1433
+ z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1434
+ z.boolean(),
1435
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1436
+ ]);
1437
+ /** @internal */
1438
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema = z.union([
1439
+ z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1440
+ z.boolean(),
1441
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1442
+ ]);
1443
+ /**
1444
+ * @internal
1445
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1446
+ */
1447
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$;
1448
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$) {
1449
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
1450
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema;
1451
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
1452
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema;
1453
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ = {}));
1454
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled) {
1455
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema
1456
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled));
1457
+ }
1458
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(jsonString) {
1459
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema
1460
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled' from JSON`);
1461
+ }
1462
+ /** @internal */
1463
+ export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
1464
+ expr: z.string(),
1465
+ });
1466
+ /** @internal */
1467
+ export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
1468
+ expr: z.string(),
1469
+ });
1470
+ /**
1471
+ * @internal
1472
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1473
+ */
1474
+ export var CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
1475
+ (function (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
1476
+ /** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
1477
+ CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
1478
+ /** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
1479
+ CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
1480
+ })(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
1481
+ export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
1482
+ return JSON.stringify(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
1483
+ .parse(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
1484
+ }
1485
+ export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
1486
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
1487
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
1488
+ }
1489
+ /** @internal */
1490
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema = z.union([
1491
+ z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1492
+ z.string(),
1493
+ ]);
1494
+ /** @internal */
1495
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema = z.union([
1496
+ z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1497
+ z.string(),
1498
+ ]);
1499
+ /**
1500
+ * @internal
1501
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1502
+ */
1503
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$;
1504
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$) {
1505
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
1506
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema;
1507
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
1508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema;
1509
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ = {}));
1510
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription) {
1511
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema
1512
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription));
1513
+ }
1514
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(jsonString) {
1515
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema
1516
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription' from JSON`);
1517
+ }
1518
+ /** @internal */
1519
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema = z.object({
1520
+ expr: z.string(),
1521
+ });
1522
+ /** @internal */
1523
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema = z.object({
1524
+ expr: z.string(),
1525
+ });
1526
+ /**
1527
+ * @internal
1528
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1529
+ */
1530
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$;
1531
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$) {
1532
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
1533
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema;
1534
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
1535
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema;
1536
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ = {}));
1537
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue) {
1538
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
1539
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue));
1540
+ }
1541
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(jsonString) {
1542
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
1543
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue' from JSON`);
1544
+ }
1545
+ /** @internal */
1546
+ export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
1547
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
1548
+ "ui:control": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema,
1549
+ enum: z.array(z.string()).optional(),
1550
+ maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema).optional(),
1551
+ minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema).optional(),
1552
+ pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema).optional(),
1553
+ description: z.string().optional(),
1554
+ default: z.string().optional(),
1555
+ "ui:label": z.string().optional(),
1556
+ "ui:read-only": z.union([
1557
+ z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1558
+ z.boolean(),
1559
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1560
+ ]).optional(),
1561
+ "ui:hidden": z.union([
1562
+ z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1563
+ z.boolean(),
1564
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1565
+ ]).optional(),
1566
+ "ui:disabled": z.union([
1567
+ z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1568
+ z.boolean(),
1569
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
1570
+ ]).optional(),
1571
+ "ui:description": z.union([
1572
+ z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
1573
+ z.string(),
1574
+ ]).optional(),
1575
+ "ui:formatted-value": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema).optional(),
1576
+ "ui:placeholder": z.string().optional(),
1577
+ }).transform((v) => {
1578
+ return remap$(v, {
1579
+ "ui:control": "uiControl",
1580
+ "ui:label": "uiLabel",
1581
+ "ui:read-only": "uiReadOnly",
1582
+ "ui:hidden": "uiHidden",
1583
+ "ui:disabled": "uiDisabled",
1584
+ "ui:description": "uiDescription",
1585
+ "ui:formatted-value": "uiFormattedValue",
1586
+ "ui:placeholder": "uiPlaceholder",
1587
+ });
1588
+ });
1589
+ /** @internal */
1590
+ export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
1591
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
1592
+ uiControl: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema,
1593
+ enum: z.array(z.string()).optional(),
1594
+ maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema).optional(),
1595
+ minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema).optional(),
1596
+ pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema).optional(),
1597
+ description: z.string().optional(),
1598
+ default: z.string().optional(),
1599
+ uiLabel: z.string().optional(),
1600
+ uiReadOnly: z.union([
1601
+ z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1602
+ z.boolean(),
1603
+ CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1604
+ ]).optional(),
1605
+ uiHidden: z.union([
1606
+ z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1607
+ z.boolean(),
1608
+ CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1609
+ ]).optional(),
1610
+ uiDisabled: z.union([
1611
+ z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1612
+ z.boolean(),
1613
+ CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
1614
+ ]).optional(),
1615
+ uiDescription: z.union([
1616
+ z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
1617
+ z.string(),
1618
+ ]).optional(),
1619
+ uiFormattedValue: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema).optional(),
1620
+ uiPlaceholder: z.string().optional(),
1621
+ }).transform((v) => {
1622
+ return remap$(v, {
1623
+ uiControl: "ui:control",
1624
+ uiLabel: "ui:label",
1625
+ uiReadOnly: "ui:read-only",
1626
+ uiHidden: "ui:hidden",
1627
+ uiDisabled: "ui:disabled",
1628
+ uiDescription: "ui:description",
1629
+ uiFormattedValue: "ui:formatted-value",
1630
+ uiPlaceholder: "ui:placeholder",
1631
+ });
1632
+ });
935
1633
  /**
936
1634
  * @internal
937
1635
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -980,40 +1678,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
980
1678
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
981
1679
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
982
1680
  /** @internal */
983
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema = z.object({});
1681
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema = z.object({});
984
1682
  /** @internal */
985
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema = z.object({});
1683
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema = z.object({});
986
1684
  /**
987
1685
  * @internal
988
1686
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
989
1687
  */
990
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$;
991
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$) {
992
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
993
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema;
994
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
995
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema;
996
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ = {}));
997
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820) {
998
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7820));
1688
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$;
1689
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$) {
1690
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
1691
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema;
1692
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
1693
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema;
1694
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ = {}));
1695
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8466) {
1696
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8466));
999
1697
  }
1000
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString) {
1001
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`);
1698
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(jsonString) {
1699
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466' from JSON`);
1002
1700
  }
1003
1701
  /** @internal */
1004
1702
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1005
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema),
1703
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema),
1006
1704
  }).transform((v) => {
1007
1705
  return remap$(v, {
1008
- "__@BRAND@7820": "atBRANDAt7820",
1706
+ "__@BRAND@8466": "atBRANDAt8466",
1009
1707
  });
1010
1708
  });
1011
1709
  /** @internal */
1012
1710
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1013
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema),
1711
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema),
1014
1712
  }).transform((v) => {
1015
1713
  return remap$(v, {
1016
- atBRANDAt7820: "__@BRAND@7820",
1714
+ atBRANDAt8466: "__@BRAND@8466",
1017
1715
  });
1018
1716
  });
1019
1717
  /**
@@ -1225,40 +1923,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1225
1923
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1226
1924
  }
1227
1925
  /** @internal */
1228
- export const UiOptionsAtBRANDAt7820$inboundSchema = z.object({});
1926
+ export const UiOptionsAtBRANDAt8466$inboundSchema = z.object({});
1229
1927
  /** @internal */
1230
- export const UiOptionsAtBRANDAt7820$outboundSchema = z.object({});
1928
+ export const UiOptionsAtBRANDAt8466$outboundSchema = z.object({});
1231
1929
  /**
1232
1930
  * @internal
1233
1931
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1234
1932
  */
1235
- export var UiOptionsAtBRANDAt7820$;
1236
- (function (UiOptionsAtBRANDAt7820$) {
1237
- /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
1238
- UiOptionsAtBRANDAt7820$.inboundSchema = UiOptionsAtBRANDAt7820$inboundSchema;
1239
- /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
1240
- UiOptionsAtBRANDAt7820$.outboundSchema = UiOptionsAtBRANDAt7820$outboundSchema;
1241
- })(UiOptionsAtBRANDAt7820$ || (UiOptionsAtBRANDAt7820$ = {}));
1242
- export function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820) {
1243
- return JSON.stringify(UiOptionsAtBRANDAt7820$outboundSchema.parse(uiOptionsAtBRANDAt7820));
1933
+ export var UiOptionsAtBRANDAt8466$;
1934
+ (function (UiOptionsAtBRANDAt8466$) {
1935
+ /** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
1936
+ UiOptionsAtBRANDAt8466$.inboundSchema = UiOptionsAtBRANDAt8466$inboundSchema;
1937
+ /** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
1938
+ UiOptionsAtBRANDAt8466$.outboundSchema = UiOptionsAtBRANDAt8466$outboundSchema;
1939
+ })(UiOptionsAtBRANDAt8466$ || (UiOptionsAtBRANDAt8466$ = {}));
1940
+ export function uiOptionsAtBRANDAt8466ToJSON(uiOptionsAtBRANDAt8466) {
1941
+ return JSON.stringify(UiOptionsAtBRANDAt8466$outboundSchema.parse(uiOptionsAtBRANDAt8466));
1244
1942
  }
1245
- export function uiOptionsAtBRANDAt7820FromJSON(jsonString) {
1246
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`);
1943
+ export function uiOptionsAtBRANDAt8466FromJSON(jsonString) {
1944
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8466' from JSON`);
1247
1945
  }
1248
1946
  /** @internal */
1249
1947
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1250
- "__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
1948
+ "__@BRAND@8466": z.lazy(() => UiOptionsAtBRANDAt8466$inboundSchema),
1251
1949
  }).transform((v) => {
1252
1950
  return remap$(v, {
1253
- "__@BRAND@7820": "atBRANDAt7820",
1951
+ "__@BRAND@8466": "atBRANDAt8466",
1254
1952
  });
1255
1953
  });
1256
1954
  /** @internal */
1257
1955
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1258
- atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
1956
+ atBRANDAt8466: z.lazy(() => UiOptionsAtBRANDAt8466$outboundSchema),
1259
1957
  }).transform((v) => {
1260
1958
  return remap$(v, {
1261
- atBRANDAt7820: "__@BRAND@7820",
1959
+ atBRANDAt8466: "__@BRAND@8466",
1262
1960
  });
1263
1961
  });
1264
1962
  /**
@@ -1499,42 +2197,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1499
2197
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1500
2198
  }
1501
2199
  /** @internal */
1502
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema = z.object({});
2200
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema = z.object({});
1503
2201
  /** @internal */
1504
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema = z.object({});
2202
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema = z.object({});
1505
2203
  /**
1506
2204
  * @internal
1507
2205
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1508
2206
  */
1509
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$;
1510
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$) {
1511
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
1512
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema;
1513
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
1514
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema;
1515
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ = {}));
1516
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820) {
1517
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
1518
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820));
2207
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$;
2208
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$) {
2209
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
2210
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema;
2211
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
2212
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema;
2213
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ = {}));
2214
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466) {
2215
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
2216
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466));
1519
2217
  }
1520
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString) {
1521
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
1522
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`);
2218
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(jsonString) {
2219
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
2220
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466' from JSON`);
1523
2221
  }
1524
2222
  /** @internal */
1525
2223
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1526
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema),
2224
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema),
1527
2225
  }).transform((v) => {
1528
2226
  return remap$(v, {
1529
- "__@BRAND@7820": "atBRANDAt7820",
2227
+ "__@BRAND@8466": "atBRANDAt8466",
1530
2228
  });
1531
2229
  });
1532
2230
  /** @internal */
1533
2231
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1534
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema),
2232
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema),
1535
2233
  }).transform((v) => {
1536
2234
  return remap$(v, {
1537
- atBRANDAt7820: "__@BRAND@7820",
2235
+ atBRANDAt8466: "__@BRAND@8466",
1538
2236
  });
1539
2237
  });
1540
2238
  /**
@@ -1557,42 +2255,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1557
2255
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1558
2256
  }
1559
2257
  /** @internal */
1560
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema = z.object({});
2258
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema = z.object({});
1561
2259
  /** @internal */
1562
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema = z.object({});
2260
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema = z.object({});
1563
2261
  /**
1564
2262
  * @internal
1565
2263
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1566
2264
  */
1567
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$;
1568
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$) {
1569
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
1570
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema;
1571
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
1572
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema;
1573
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ = {}));
1574
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820) {
1575
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
1576
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820));
2265
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$;
2266
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$) {
2267
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
2268
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema;
2269
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
2270
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema;
2271
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ = {}));
2272
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466) {
2273
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
2274
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466));
1577
2275
  }
1578
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString) {
1579
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
1580
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`);
2276
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(jsonString) {
2277
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
2278
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466' from JSON`);
1581
2279
  }
1582
2280
  /** @internal */
1583
2281
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1584
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema),
2282
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema),
1585
2283
  }).transform((v) => {
1586
2284
  return remap$(v, {
1587
- "__@BRAND@7820": "atBRANDAt7820",
2285
+ "__@BRAND@8466": "atBRANDAt8466",
1588
2286
  });
1589
2287
  });
1590
2288
  /** @internal */
1591
2289
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1592
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema),
2290
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema),
1593
2291
  }).transform((v) => {
1594
2292
  return remap$(v, {
1595
- atBRANDAt7820: "__@BRAND@7820",
2293
+ atBRANDAt8466: "__@BRAND@8466",
1596
2294
  });
1597
2295
  });
1598
2296
  /**
@@ -1615,42 +2313,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1615
2313
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1616
2314
  }
1617
2315
  /** @internal */
1618
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema = z.object({});
2316
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema = z.object({});
1619
2317
  /** @internal */
1620
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema = z.object({});
2318
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema = z.object({});
1621
2319
  /**
1622
2320
  * @internal
1623
2321
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1624
2322
  */
1625
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$;
1626
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$) {
1627
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
1628
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema;
1629
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
1630
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema;
1631
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ = {}));
1632
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820) {
1633
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
1634
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820));
2323
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$;
2324
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$) {
2325
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
2326
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema;
2327
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
2328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema;
2329
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ = {}));
2330
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466) {
2331
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
2332
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466));
1635
2333
  }
1636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString) {
1637
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
1638
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`);
2334
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(jsonString) {
2335
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
2336
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466' from JSON`);
1639
2337
  }
1640
2338
  /** @internal */
1641
2339
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1642
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema),
2340
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema),
1643
2341
  }).transform((v) => {
1644
2342
  return remap$(v, {
1645
- "__@BRAND@7820": "atBRANDAt7820",
2343
+ "__@BRAND@8466": "atBRANDAt8466",
1646
2344
  });
1647
2345
  });
1648
2346
  /** @internal */
1649
2347
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1650
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema),
2348
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema),
1651
2349
  }).transform((v) => {
1652
2350
  return remap$(v, {
1653
- atBRANDAt7820: "__@BRAND@7820",
2351
+ atBRANDAt8466: "__@BRAND@8466",
1654
2352
  });
1655
2353
  });
1656
2354
  /**
@@ -2107,211 +2805,211 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2107
2805
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema;
2108
2806
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ = {}));
2109
2807
  /** @internal */
2110
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType);
2808
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type);
2111
2809
  /** @internal */
2112
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
2810
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
2113
2811
  /**
2114
2812
  * @internal
2115
2813
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2116
2814
  */
2117
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$;
2118
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$) {
2119
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
2120
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
2121
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
2122
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
2123
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
2815
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$;
2816
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$) {
2817
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
2818
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
2819
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
2820
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2821
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2124
2822
  /** @internal */
2125
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema = z.object({});
2823
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema = z.object({});
2126
2824
  /** @internal */
2127
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema = z.object({});
2825
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema = z.object({});
2128
2826
  /**
2129
2827
  * @internal
2130
2828
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2131
2829
  */
2132
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$;
2133
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$) {
2134
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
2135
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema;
2136
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
2137
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema;
2138
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ = {}));
2139
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820) {
2140
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
2141
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820));
2830
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$;
2831
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$) {
2832
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
2833
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema;
2834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
2835
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema;
2836
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ = {}));
2837
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466) {
2838
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
2839
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466));
2142
2840
  }
2143
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString) {
2144
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
2145
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`);
2841
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(jsonString) {
2842
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
2843
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466' from JSON`);
2146
2844
  }
2147
2845
  /** @internal */
2148
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2149
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema),
2846
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2847
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema),
2150
2848
  }).transform((v) => {
2151
2849
  return remap$(v, {
2152
- "__@BRAND@7820": "atBRANDAt7820",
2850
+ "__@BRAND@8466": "atBRANDAt8466",
2153
2851
  });
2154
2852
  });
2155
2853
  /** @internal */
2156
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2157
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema),
2854
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2855
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema),
2158
2856
  }).transform((v) => {
2159
2857
  return remap$(v, {
2160
- atBRANDAt7820: "__@BRAND@7820",
2858
+ atBRANDAt8466: "__@BRAND@8466",
2161
2859
  });
2162
2860
  });
2163
2861
  /**
2164
2862
  * @internal
2165
2863
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2166
2864
  */
2167
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$;
2168
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) {
2169
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
2170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
2171
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
2172
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
2173
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ = {}));
2174
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
2175
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
2176
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength));
2865
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$;
2866
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$) {
2867
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
2868
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
2869
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
2870
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
2871
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ = {}));
2872
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
2873
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
2874
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength));
2177
2875
  }
2178
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString) {
2179
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
2180
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
2876
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString) {
2877
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
2878
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
2181
2879
  }
2182
2880
  /** @internal */
2183
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema = z.object({});
2881
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema = z.object({});
2184
2882
  /** @internal */
2185
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema = z.object({});
2883
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema = z.object({});
2186
2884
  /**
2187
2885
  * @internal
2188
2886
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2189
2887
  */
2190
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$;
2191
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$) {
2192
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
2193
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema;
2194
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
2195
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema;
2196
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ = {}));
2197
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820) {
2198
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
2199
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820));
2888
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$;
2889
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$) {
2890
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
2891
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema;
2892
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
2893
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema;
2894
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ = {}));
2895
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466) {
2896
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
2897
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466));
2200
2898
  }
2201
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString) {
2202
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
2203
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`);
2899
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(jsonString) {
2900
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
2901
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466' from JSON`);
2204
2902
  }
2205
2903
  /** @internal */
2206
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2207
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema),
2904
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
2905
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema),
2208
2906
  }).transform((v) => {
2209
2907
  return remap$(v, {
2210
- "__@BRAND@7820": "atBRANDAt7820",
2908
+ "__@BRAND@8466": "atBRANDAt8466",
2211
2909
  });
2212
2910
  });
2213
2911
  /** @internal */
2214
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2215
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema),
2912
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2913
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema),
2216
2914
  }).transform((v) => {
2217
2915
  return remap$(v, {
2218
- atBRANDAt7820: "__@BRAND@7820",
2916
+ atBRANDAt8466: "__@BRAND@8466",
2219
2917
  });
2220
2918
  });
2221
2919
  /**
2222
2920
  * @internal
2223
2921
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2224
2922
  */
2225
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$;
2226
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) {
2227
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
2228
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
2229
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
2230
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
2231
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ = {}));
2232
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
2233
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
2234
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength));
2923
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$;
2924
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$) {
2925
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
2926
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
2927
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
2928
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
2929
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ = {}));
2930
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
2931
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
2932
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength));
2235
2933
  }
2236
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString) {
2237
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
2238
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
2934
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString) {
2935
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
2936
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2239
2937
  }
2240
2938
  /** @internal */
2241
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema = z.object({});
2939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema = z.object({});
2242
2940
  /** @internal */
2243
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema = z.object({});
2941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema = z.object({});
2244
2942
  /**
2245
2943
  * @internal
2246
2944
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2247
2945
  */
2248
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$;
2249
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$) {
2250
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
2251
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema;
2252
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
2253
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema;
2254
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ = {}));
2255
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820) {
2256
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
2257
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820));
2946
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$;
2947
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$) {
2948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
2949
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema;
2950
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
2951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema;
2952
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ = {}));
2953
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466) {
2954
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
2955
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466));
2258
2956
  }
2259
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString) {
2260
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
2261
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`);
2957
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(jsonString) {
2958
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
2959
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466' from JSON`);
2262
2960
  }
2263
2961
  /** @internal */
2264
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2265
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema),
2962
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2963
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema),
2266
2964
  }).transform((v) => {
2267
2965
  return remap$(v, {
2268
- "__@BRAND@7820": "atBRANDAt7820",
2966
+ "__@BRAND@8466": "atBRANDAt8466",
2269
2967
  });
2270
2968
  });
2271
2969
  /** @internal */
2272
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2273
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema),
2970
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2971
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema),
2274
2972
  }).transform((v) => {
2275
2973
  return remap$(v, {
2276
- atBRANDAt7820: "__@BRAND@7820",
2974
+ atBRANDAt8466: "__@BRAND@8466",
2277
2975
  });
2278
2976
  });
2279
2977
  /**
2280
2978
  * @internal
2281
2979
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2282
2980
  */
2283
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$;
2284
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) {
2285
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
2286
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
2287
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
2288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
2289
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ = {}));
2290
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
2291
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
2292
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern));
2981
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$;
2982
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$) {
2983
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
2984
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema;
2985
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
2986
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema;
2987
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ = {}));
2988
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
2989
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
2990
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern));
2293
2991
  }
2294
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString) {
2295
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
2296
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`);
2992
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(jsonString) {
2993
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
2994
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern' from JSON`);
2297
2995
  }
2298
2996
  /** @internal */
2299
2997
  export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema = z.object({
2300
- type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
2998
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema,
2301
2999
  description: z.string().optional(),
2302
- minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema).optional(),
2303
- maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema).optional(),
2304
- pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema).optional(),
3000
+ minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema).optional(),
3001
+ maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema).optional(),
3002
+ pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema).optional(),
2305
3003
  default: z.string().optional(),
2306
3004
  enum: z.array(z.string()).optional(),
2307
3005
  });
2308
3006
  /** @internal */
2309
3007
  export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema = z.object({
2310
- type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
3008
+ type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema,
2311
3009
  description: z.string().optional(),
2312
- minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema).optional(),
2313
- maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema).optional(),
2314
- pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema).optional(),
3010
+ minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema).optional(),
3011
+ maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema).optional(),
3012
+ pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema).optional(),
2315
3013
  default: z.string().optional(),
2316
3014
  enum: z.array(z.string()).optional(),
2317
3015
  });
@@ -3177,42 +3875,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3177
3875
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3178
3876
  }
3179
3877
  /** @internal */
3180
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema = z.object({});
3878
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema = z.object({});
3181
3879
  /** @internal */
3182
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema = z.object({});
3880
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema = z.object({});
3183
3881
  /**
3184
3882
  * @internal
3185
3883
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3186
3884
  */
3187
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$;
3188
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$) {
3189
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
3190
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema;
3191
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
3192
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema;
3193
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ = {}));
3194
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820) {
3195
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
3196
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820));
3885
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$;
3886
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$) {
3887
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
3888
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema;
3889
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
3890
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema;
3891
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ = {}));
3892
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466) {
3893
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
3894
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466));
3197
3895
  }
3198
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString) {
3199
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
3200
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`);
3896
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(jsonString) {
3897
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
3898
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466' from JSON`);
3201
3899
  }
3202
3900
  /** @internal */
3203
3901
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3204
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema),
3902
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema),
3205
3903
  }).transform((v) => {
3206
3904
  return remap$(v, {
3207
- "__@BRAND@7820": "atBRANDAt7820",
3905
+ "__@BRAND@8466": "atBRANDAt8466",
3208
3906
  });
3209
3907
  });
3210
3908
  /** @internal */
3211
3909
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3212
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema),
3910
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema),
3213
3911
  }).transform((v) => {
3214
3912
  return remap$(v, {
3215
- atBRANDAt7820: "__@BRAND@7820",
3913
+ atBRANDAt8466: "__@BRAND@8466",
3216
3914
  });
3217
3915
  });
3218
3916
  /**
@@ -3235,42 +3933,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3235
3933
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3236
3934
  }
3237
3935
  /** @internal */
3238
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema = z.object({});
3936
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema = z.object({});
3239
3937
  /** @internal */
3240
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema = z.object({});
3938
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema = z.object({});
3241
3939
  /**
3242
3940
  * @internal
3243
3941
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3244
3942
  */
3245
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$;
3246
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$) {
3247
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
3248
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema;
3249
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
3250
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema;
3251
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ = {}));
3252
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820) {
3253
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
3254
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820));
3943
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$;
3944
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$) {
3945
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
3946
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema;
3947
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
3948
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema;
3949
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ = {}));
3950
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466) {
3951
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
3952
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466));
3255
3953
  }
3256
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString) {
3257
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
3258
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`);
3954
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(jsonString) {
3955
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
3956
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466' from JSON`);
3259
3957
  }
3260
3958
  /** @internal */
3261
3959
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3262
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema),
3960
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema),
3263
3961
  }).transform((v) => {
3264
3962
  return remap$(v, {
3265
- "__@BRAND@7820": "atBRANDAt7820",
3963
+ "__@BRAND@8466": "atBRANDAt8466",
3266
3964
  });
3267
3965
  });
3268
3966
  /** @internal */
3269
3967
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3270
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema),
3968
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema),
3271
3969
  }).transform((v) => {
3272
3970
  return remap$(v, {
3273
- atBRANDAt7820: "__@BRAND@7820",
3971
+ atBRANDAt8466: "__@BRAND@8466",
3274
3972
  });
3275
3973
  });
3276
3974
  /**
@@ -3293,42 +3991,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3293
3991
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3294
3992
  }
3295
3993
  /** @internal */
3296
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema = z.object({});
3994
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema = z.object({});
3297
3995
  /** @internal */
3298
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema = z.object({});
3996
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema = z.object({});
3299
3997
  /**
3300
3998
  * @internal
3301
3999
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3302
4000
  */
3303
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$;
3304
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$) {
3305
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
3306
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema;
3307
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
3308
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema;
3309
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ = {}));
3310
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820) {
3311
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
3312
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820));
4001
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$;
4002
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$) {
4003
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
4004
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema;
4005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
4006
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema;
4007
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ = {}));
4008
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466) {
4009
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
4010
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466));
3313
4011
  }
3314
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString) {
3315
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
3316
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`);
4012
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(jsonString) {
4013
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
4014
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466' from JSON`);
3317
4015
  }
3318
4016
  /** @internal */
3319
4017
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
3320
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema),
4018
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema),
3321
4019
  }).transform((v) => {
3322
4020
  return remap$(v, {
3323
- "__@BRAND@7820": "atBRANDAt7820",
4021
+ "__@BRAND@8466": "atBRANDAt8466",
3324
4022
  });
3325
4023
  });
3326
4024
  /** @internal */
3327
4025
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
3328
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema),
4026
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema),
3329
4027
  }).transform((v) => {
3330
4028
  return remap$(v, {
3331
- atBRANDAt7820: "__@BRAND@7820",
4029
+ atBRANDAt8466: "__@BRAND@8466",
3332
4030
  });
3333
4031
  });
3334
4032
  /**
@@ -5137,42 +5835,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5137
5835
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5138
5836
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5139
5837
  /** @internal */
5140
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema = z.object({});
5838
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema = z.object({});
5141
5839
  /** @internal */
5142
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema = z.object({});
5840
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema = z.object({});
5143
5841
  /**
5144
5842
  * @internal
5145
5843
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5146
5844
  */
5147
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$;
5148
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$) {
5149
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
5150
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema;
5151
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
5152
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema;
5153
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ = {}));
5154
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820) {
5155
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
5156
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820));
5845
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$;
5846
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$) {
5847
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
5848
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema;
5849
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
5850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema;
5851
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ = {}));
5852
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466) {
5853
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
5854
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466));
5157
5855
  }
5158
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString) {
5159
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
5160
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`);
5856
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(jsonString) {
5857
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
5858
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466' from JSON`);
5161
5859
  }
5162
5860
  /** @internal */
5163
5861
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5164
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema),
5862
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema),
5165
5863
  }).transform((v) => {
5166
5864
  return remap$(v, {
5167
- "__@BRAND@7820": "atBRANDAt7820",
5865
+ "__@BRAND@8466": "atBRANDAt8466",
5168
5866
  });
5169
5867
  });
5170
5868
  /** @internal */
5171
5869
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5172
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema),
5870
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema),
5173
5871
  }).transform((v) => {
5174
5872
  return remap$(v, {
5175
- atBRANDAt7820: "__@BRAND@7820",
5873
+ atBRANDAt8466: "__@BRAND@8466",
5176
5874
  });
5177
5875
  });
5178
5876
  /**
@@ -5193,40 +5891,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5193
5891
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5194
5892
  }
5195
5893
  /** @internal */
5196
- export const PropertiesAtBRANDAt7820$inboundSchema = z.object({});
5894
+ export const PropertiesAtBRANDAt8466$inboundSchema = z.object({});
5197
5895
  /** @internal */
5198
- export const PropertiesAtBRANDAt7820$outboundSchema = z.object({});
5896
+ export const PropertiesAtBRANDAt8466$outboundSchema = z.object({});
5199
5897
  /**
5200
5898
  * @internal
5201
5899
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5202
5900
  */
5203
- export var PropertiesAtBRANDAt7820$;
5204
- (function (PropertiesAtBRANDAt7820$) {
5205
- /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
5206
- PropertiesAtBRANDAt7820$.inboundSchema = PropertiesAtBRANDAt7820$inboundSchema;
5207
- /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
5208
- PropertiesAtBRANDAt7820$.outboundSchema = PropertiesAtBRANDAt7820$outboundSchema;
5209
- })(PropertiesAtBRANDAt7820$ || (PropertiesAtBRANDAt7820$ = {}));
5210
- export function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820) {
5211
- return JSON.stringify(PropertiesAtBRANDAt7820$outboundSchema.parse(propertiesAtBRANDAt7820));
5901
+ export var PropertiesAtBRANDAt8466$;
5902
+ (function (PropertiesAtBRANDAt8466$) {
5903
+ /** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
5904
+ PropertiesAtBRANDAt8466$.inboundSchema = PropertiesAtBRANDAt8466$inboundSchema;
5905
+ /** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
5906
+ PropertiesAtBRANDAt8466$.outboundSchema = PropertiesAtBRANDAt8466$outboundSchema;
5907
+ })(PropertiesAtBRANDAt8466$ || (PropertiesAtBRANDAt8466$ = {}));
5908
+ export function propertiesAtBRANDAt8466ToJSON(propertiesAtBRANDAt8466) {
5909
+ return JSON.stringify(PropertiesAtBRANDAt8466$outboundSchema.parse(propertiesAtBRANDAt8466));
5212
5910
  }
5213
- export function propertiesAtBRANDAt7820FromJSON(jsonString) {
5214
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7820' from JSON`);
5911
+ export function propertiesAtBRANDAt8466FromJSON(jsonString) {
5912
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8466' from JSON`);
5215
5913
  }
5216
5914
  /** @internal */
5217
5915
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5218
- "__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
5916
+ "__@BRAND@8466": z.lazy(() => PropertiesAtBRANDAt8466$inboundSchema),
5219
5917
  }).transform((v) => {
5220
5918
  return remap$(v, {
5221
- "__@BRAND@7820": "atBRANDAt7820",
5919
+ "__@BRAND@8466": "atBRANDAt8466",
5222
5920
  });
5223
5921
  });
5224
5922
  /** @internal */
5225
5923
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5226
- atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
5924
+ atBRANDAt8466: z.lazy(() => PropertiesAtBRANDAt8466$outboundSchema),
5227
5925
  }).transform((v) => {
5228
5926
  return remap$(v, {
5229
- atBRANDAt7820: "__@BRAND@7820",
5927
+ atBRANDAt8466: "__@BRAND@8466",
5230
5928
  });
5231
5929
  });
5232
5930
  /**
@@ -5247,40 +5945,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5247
5945
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5248
5946
  }
5249
5947
  /** @internal */
5250
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema = z.object({});
5948
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema = z.object({});
5251
5949
  /** @internal */
5252
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema = z.object({});
5950
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema = z.object({});
5253
5951
  /**
5254
5952
  * @internal
5255
5953
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5256
5954
  */
5257
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$;
5258
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$) {
5259
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
5260
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema;
5261
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
5262
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema;
5263
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ = {}));
5264
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820) {
5265
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7820));
5955
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$;
5956
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$) {
5957
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
5958
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema;
5959
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
5960
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema;
5961
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ = {}));
5962
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8466) {
5963
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8466));
5266
5964
  }
5267
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString) {
5268
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`);
5965
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(jsonString) {
5966
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8466' from JSON`);
5269
5967
  }
5270
5968
  /** @internal */
5271
5969
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5272
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema),
5970
+ "__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema),
5273
5971
  }).transform((v) => {
5274
5972
  return remap$(v, {
5275
- "__@BRAND@7820": "atBRANDAt7820",
5973
+ "__@BRAND@8466": "atBRANDAt8466",
5276
5974
  });
5277
5975
  });
5278
5976
  /** @internal */
5279
5977
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5280
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema),
5978
+ atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema),
5281
5979
  }).transform((v) => {
5282
5980
  return remap$(v, {
5283
- atBRANDAt7820: "__@BRAND@7820",
5981
+ atBRANDAt8466: "__@BRAND@8466",
5284
5982
  });
5285
5983
  });
5286
5984
  /**
@@ -5702,6 +6400,7 @@ export const CreateIntegrationStoreDirectProperties$inboundSchema = z.union([
5702
6400
  z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
5703
6401
  z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
5704
6402
  z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
6403
+ z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
5705
6404
  ]);
5706
6405
  /** @internal */
5707
6406
  export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
@@ -5713,6 +6412,7 @@ export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
5713
6412
  z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
5714
6413
  z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
5715
6414
  z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
6415
+ z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
5716
6416
  ]);
5717
6417
  /**
5718
6418
  * @internal
@@ -5743,6 +6443,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$inboundSchema = z.object
5743
6443
  z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
5744
6444
  z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
5745
6445
  z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
6446
+ z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
5746
6447
  ])),
5747
6448
  required: z.array(z.string()).optional(),
5748
6449
  });
@@ -5758,6 +6459,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$outboundSchema = z.objec
5758
6459
  z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
5759
6460
  z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
5760
6461
  z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
6462
+ z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
5761
6463
  ])),
5762
6464
  required: z.array(z.string()).optional(),
5763
6465
  });
@@ -5806,20 +6508,20 @@ export function resourceLinksFromJSON(jsonString) {
5806
6508
  return safeParse(jsonString, (x) => ResourceLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResourceLinks' from JSON`);
5807
6509
  }
5808
6510
  /** @internal */
5809
- export const Tags$inboundSchema = z.nativeEnum(Tags);
6511
+ export const CreateIntegrationStoreDirectTags$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectTags);
5810
6512
  /** @internal */
5811
- export const Tags$outboundSchema = Tags$inboundSchema;
6513
+ export const CreateIntegrationStoreDirectTags$outboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
5812
6514
  /**
5813
6515
  * @internal
5814
6516
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5815
6517
  */
5816
- export var Tags$;
5817
- (function (Tags$) {
5818
- /** @deprecated use `Tags$inboundSchema` instead. */
5819
- Tags$.inboundSchema = Tags$inboundSchema;
5820
- /** @deprecated use `Tags$outboundSchema` instead. */
5821
- Tags$.outboundSchema = Tags$outboundSchema;
5822
- })(Tags$ || (Tags$ = {}));
6518
+ export var CreateIntegrationStoreDirectTags$;
6519
+ (function (CreateIntegrationStoreDirectTags$) {
6520
+ /** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
6521
+ CreateIntegrationStoreDirectTags$.inboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
6522
+ /** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
6523
+ CreateIntegrationStoreDirectTags$.outboundSchema = CreateIntegrationStoreDirectTags$outboundSchema;
6524
+ })(CreateIntegrationStoreDirectTags$ || (CreateIntegrationStoreDirectTags$ = {}));
5823
6525
  /** @internal */
5824
6526
  export const ProjectConnectionScopes$inboundSchema = z.nativeEnum(ProjectConnectionScopes);
5825
6527
  /** @internal */
@@ -5966,40 +6668,40 @@ export function guidesFromJSON(jsonString) {
5966
6668
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
5967
6669
  }
5968
6670
  /** @internal */
5969
- export const AtBRANDAt7820$inboundSchema = z.object({});
6671
+ export const AtBRANDAt8466$inboundSchema = z.object({});
5970
6672
  /** @internal */
5971
- export const AtBRANDAt7820$outboundSchema = z.object({});
6673
+ export const AtBRANDAt8466$outboundSchema = z.object({});
5972
6674
  /**
5973
6675
  * @internal
5974
6676
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5975
6677
  */
5976
- export var AtBRANDAt7820$;
5977
- (function (AtBRANDAt7820$) {
5978
- /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
5979
- AtBRANDAt7820$.inboundSchema = AtBRANDAt7820$inboundSchema;
5980
- /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
5981
- AtBRANDAt7820$.outboundSchema = AtBRANDAt7820$outboundSchema;
5982
- })(AtBRANDAt7820$ || (AtBRANDAt7820$ = {}));
5983
- export function atBRANDAt7820ToJSON(atBRANDAt7820) {
5984
- return JSON.stringify(AtBRANDAt7820$outboundSchema.parse(atBRANDAt7820));
6678
+ export var AtBRANDAt8466$;
6679
+ (function (AtBRANDAt8466$) {
6680
+ /** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
6681
+ AtBRANDAt8466$.inboundSchema = AtBRANDAt8466$inboundSchema;
6682
+ /** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
6683
+ AtBRANDAt8466$.outboundSchema = AtBRANDAt8466$outboundSchema;
6684
+ })(AtBRANDAt8466$ || (AtBRANDAt8466$ = {}));
6685
+ export function atBRANDAt8466ToJSON(atBRANDAt8466) {
6686
+ return JSON.stringify(AtBRANDAt8466$outboundSchema.parse(atBRANDAt8466));
5985
6687
  }
5986
- export function atBRANDAt7820FromJSON(jsonString) {
5987
- return safeParse(jsonString, (x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7820' from JSON`);
6688
+ export function atBRANDAt8466FromJSON(jsonString) {
6689
+ return safeParse(jsonString, (x) => AtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8466' from JSON`);
5988
6690
  }
5989
6691
  /** @internal */
5990
6692
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
5991
- "__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
6693
+ "__@BRAND@8466": z.lazy(() => AtBRANDAt8466$inboundSchema),
5992
6694
  }).transform((v) => {
5993
6695
  return remap$(v, {
5994
- "__@BRAND@7820": "atBRANDAt7820",
6696
+ "__@BRAND@8466": "atBRANDAt8466",
5995
6697
  });
5996
6698
  });
5997
6699
  /** @internal */
5998
6700
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
5999
- atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
6701
+ atBRANDAt8466: z.lazy(() => AtBRANDAt8466$outboundSchema),
6000
6702
  }).transform((v) => {
6001
6703
  return remap$(v, {
6002
- atBRANDAt7820: "__@BRAND@7820",
6704
+ atBRANDAt8466: "__@BRAND@8466",
6003
6705
  });
6004
6706
  });
6005
6707
  /**
@@ -6166,11 +6868,12 @@ export const Product$inboundSchema = z.object({
6166
6868
  name: z.string().optional(),
6167
6869
  slug: z.string().optional(),
6168
6870
  iconUrl: z.string().optional(),
6871
+ capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$inboundSchema).optional(),
6169
6872
  shortDescription: z.string().optional(),
6170
6873
  metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$inboundSchema).optional(),
6171
6874
  resourceLinks: z.array(z.lazy(() => ResourceLinks$inboundSchema))
6172
6875
  .optional(),
6173
- tags: z.array(Tags$inboundSchema).optional(),
6876
+ tags: z.array(CreateIntegrationStoreDirectTags$inboundSchema).optional(),
6174
6877
  projectConnectionScopes: z.array(ProjectConnectionScopes$inboundSchema)
6175
6878
  .optional(),
6176
6879
  showSSOLinkOnProjectConnection: z.boolean().optional(),
@@ -6195,10 +6898,11 @@ export const Product$outboundSchema = z.object({
6195
6898
  name: z.string().optional(),
6196
6899
  slug: z.string().optional(),
6197
6900
  iconUrl: z.string().optional(),
6901
+ capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$outboundSchema).optional(),
6198
6902
  shortDescription: z.string().optional(),
6199
6903
  metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$outboundSchema).optional(),
6200
6904
  resourceLinks: z.array(z.lazy(() => ResourceLinks$outboundSchema)).optional(),
6201
- tags: z.array(Tags$outboundSchema).optional(),
6905
+ tags: z.array(CreateIntegrationStoreDirectTags$outboundSchema).optional(),
6202
6906
  projectConnectionScopes: z.array(ProjectConnectionScopes$outboundSchema)
6203
6907
  .optional(),
6204
6908
  showSSOLinkOnProjectConnection: z.boolean().optional(),
@@ -6538,6 +7242,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
6538
7242
  usageQuotaExceeded: z.boolean(),
6539
7243
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
6540
7244
  ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
7245
+ capabilities: z.lazy(() => Capabilities$inboundSchema).optional(),
6541
7246
  metadata: z.record(z.union([
6542
7247
  z.string(),
6543
7248
  z.number(),
@@ -6561,6 +7266,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
6561
7266
  usageQuotaExceeded: z.boolean(),
6562
7267
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
6563
7268
  ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
7269
+ capabilities: z.lazy(() => Capabilities$outboundSchema).optional(),
6564
7270
  metadata: z.record(z.union([
6565
7271
  z.string(),
6566
7272
  z.number(),