@vercel/sdk 1.18.1 → 1.18.3

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 (343) hide show
  1. package/README.md +75 -80
  2. package/bin/mcp-server.js +4746 -2929
  3. package/bin/mcp-server.js.map +63 -45
  4. package/esm/__tests__/domains.test.js +12 -65
  5. package/esm/__tests__/domains.test.js.map +1 -1
  6. package/esm/__tests__/edgeconfig.test.js +6 -6
  7. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  8. package/esm/__tests__/integrations.test.js +1 -1
  9. package/esm/__tests__/logdrains.test.js +6 -2
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/security.test.js +20 -35
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +16 -0
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/__tests__/vercel.test.js +150 -1
  16. package/esm/__tests__/vercel.test.js.map +1 -1
  17. package/esm/funcs/deleteV1BulkRedirects.d.ts +14 -0
  18. package/esm/funcs/deleteV1BulkRedirects.d.ts.map +1 -0
  19. package/esm/funcs/deleteV1BulkRedirects.js +74 -0
  20. package/esm/funcs/deleteV1BulkRedirects.js.map +1 -0
  21. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  22. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
  23. package/esm/funcs/getV1BulkRedirects.d.ts +14 -0
  24. package/esm/funcs/getV1BulkRedirects.d.ts.map +1 -0
  25. package/esm/funcs/getV1BulkRedirects.js +80 -0
  26. package/esm/funcs/getV1BulkRedirects.js.map +1 -0
  27. package/esm/funcs/getV1BulkRedirectsVersions.d.ts +14 -0
  28. package/esm/funcs/getV1BulkRedirectsVersions.d.ts.map +1 -0
  29. package/esm/funcs/getV1BulkRedirectsVersions.js +73 -0
  30. package/esm/funcs/getV1BulkRedirectsVersions.js.map +1 -0
  31. package/esm/funcs/integrationsGetBillingPlans.js +1 -0
  32. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
  33. package/esm/funcs/patchV1BulkRedirects.d.ts +14 -0
  34. package/esm/funcs/patchV1BulkRedirects.d.ts.map +1 -0
  35. package/esm/funcs/patchV1BulkRedirects.js +74 -0
  36. package/esm/funcs/patchV1BulkRedirects.js.map +1 -0
  37. package/esm/funcs/postV1BulkRedirectsRestore.d.ts +14 -0
  38. package/esm/funcs/postV1BulkRedirectsRestore.d.ts.map +1 -0
  39. package/esm/funcs/postV1BulkRedirectsRestore.js +74 -0
  40. package/esm/funcs/postV1BulkRedirectsRestore.js.map +1 -0
  41. package/esm/funcs/postV1BulkRedirectsVersions.d.ts +14 -0
  42. package/esm/funcs/postV1BulkRedirectsVersions.d.ts.map +1 -0
  43. package/esm/funcs/postV1BulkRedirectsVersions.js +74 -0
  44. package/esm/funcs/postV1BulkRedirectsVersions.js.map +1 -0
  45. package/esm/funcs/putV1BulkRedirects.d.ts +11 -0
  46. package/esm/funcs/putV1BulkRedirects.d.ts.map +1 -0
  47. package/esm/funcs/putV1BulkRedirects.js +69 -0
  48. package/esm/funcs/putV1BulkRedirects.js.map +1 -0
  49. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
  50. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  51. package/esm/funcs/{domainsBuyDomain.js → teamsPostTeamDsyncRoles.js} +17 -12
  52. package/esm/funcs/teamsPostTeamDsyncRoles.js.map +1 -0
  53. package/esm/lib/config.d.ts +3 -3
  54. package/esm/lib/config.js +3 -3
  55. package/esm/mcp-server/mcp-server.js +1 -1
  56. package/esm/mcp-server/server.d.ts.map +1 -1
  57. package/esm/mcp-server/server.js +17 -5
  58. package/esm/mcp-server/server.js.map +1 -1
  59. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts +7 -0
  60. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts.map +1 -0
  61. package/esm/mcp-server/tools/deleteV1BulkRedirects.js +26 -0
  62. package/esm/mcp-server/tools/deleteV1BulkRedirects.js.map +1 -0
  63. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts +7 -0
  64. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts.map +1 -0
  65. package/esm/mcp-server/tools/getV1BulkRedirects.js +26 -0
  66. package/esm/mcp-server/tools/getV1BulkRedirects.js.map +1 -0
  67. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts +7 -0
  68. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts.map +1 -0
  69. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js +26 -0
  70. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js.map +1 -0
  71. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts +7 -0
  72. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts.map +1 -0
  73. package/esm/mcp-server/tools/patchV1BulkRedirects.js +26 -0
  74. package/esm/mcp-server/tools/patchV1BulkRedirects.js.map +1 -0
  75. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts +7 -0
  76. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts.map +1 -0
  77. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js +26 -0
  78. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js.map +1 -0
  79. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts +7 -0
  80. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts.map +1 -0
  81. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js +26 -0
  82. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js.map +1 -0
  83. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts +7 -0
  84. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts.map +1 -0
  85. package/esm/mcp-server/tools/putV1BulkRedirects.js +26 -0
  86. package/esm/mcp-server/tools/putV1BulkRedirects.js.map +1 -0
  87. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
  88. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  89. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
  90. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
  91. package/esm/models/artifactqueryop.d.ts +8 -8
  92. package/esm/models/artifactqueryop.d.ts.map +1 -1
  93. package/esm/models/artifactqueryop.js +8 -8
  94. package/esm/models/artifactqueryop.js.map +1 -1
  95. package/esm/models/authuser.d.ts +5 -0
  96. package/esm/models/authuser.d.ts.map +1 -1
  97. package/esm/models/authuser.js +2 -0
  98. package/esm/models/authuser.js.map +1 -1
  99. package/esm/models/canceldeploymentop.d.ts +48 -2
  100. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  101. package/esm/models/canceldeploymentop.js +44 -2
  102. package/esm/models/canceldeploymentop.js.map +1 -1
  103. package/esm/models/createdeploymentop.d.ts +48 -2
  104. package/esm/models/createdeploymentop.d.ts.map +1 -1
  105. package/esm/models/createdeploymentop.js +48 -2
  106. package/esm/models/createdeploymentop.js.map +1 -1
  107. package/esm/models/createedgeconfigop.d.ts +5 -0
  108. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  109. package/esm/models/createedgeconfigop.js +2 -0
  110. package/esm/models/createedgeconfigop.js.map +1 -1
  111. package/esm/models/createintegrationstoredirectop.d.ts +222 -152
  112. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  113. package/esm/models/createintegrationstoredirectop.js +298 -218
  114. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  115. package/esm/models/createortransferdomainop.d.ts +4 -40
  116. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  117. package/esm/models/createortransferdomainop.js +0 -24
  118. package/esm/models/createortransferdomainop.js.map +1 -1
  119. package/esm/models/createprojectop.d.ts +138 -6
  120. package/esm/models/createprojectop.d.ts.map +1 -1
  121. package/esm/models/createprojectop.js +126 -6
  122. package/esm/models/createprojectop.js.map +1 -1
  123. package/esm/models/createwebhookop.d.ts +4 -2
  124. package/esm/models/createwebhookop.d.ts.map +1 -1
  125. package/esm/models/createwebhookop.js +4 -2
  126. package/esm/models/createwebhookop.js.map +1 -1
  127. package/esm/models/deletev1bulkredirectsop.d.ts +102 -0
  128. package/esm/models/deletev1bulkredirectsop.d.ts.map +1 -0
  129. package/esm/models/deletev1bulkredirectsop.js +95 -0
  130. package/esm/models/deletev1bulkredirectsop.js.map +1 -0
  131. package/esm/models/getbillingplansop.d.ts +2 -0
  132. package/esm/models/getbillingplansop.d.ts.map +1 -1
  133. package/esm/models/getbillingplansop.js +2 -0
  134. package/esm/models/getbillingplansop.js.map +1 -1
  135. package/esm/models/getconfigurationop.d.ts +61 -1
  136. package/esm/models/getconfigurationop.d.ts.map +1 -1
  137. package/esm/models/getconfigurationop.js +44 -1
  138. package/esm/models/getconfigurationop.js.map +1 -1
  139. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  140. package/esm/models/getconfigurationproductsop.js +290 -290
  141. package/esm/models/getconfigurationsop.d.ts +61 -0
  142. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  143. package/esm/models/getconfigurationsop.js +44 -0
  144. package/esm/models/getconfigurationsop.js.map +1 -1
  145. package/esm/models/getdeploymenteventsop.d.ts +6 -6
  146. package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
  147. package/esm/models/getdeploymenteventsop.js +6 -6
  148. package/esm/models/getdeploymenteventsop.js.map +1 -1
  149. package/esm/models/getdeploymentop.d.ts +94 -4
  150. package/esm/models/getdeploymentop.d.ts.map +1 -1
  151. package/esm/models/getdeploymentop.js +86 -4
  152. package/esm/models/getdeploymentop.js.map +1 -1
  153. package/esm/models/getedgeconfigop.d.ts +5 -0
  154. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  155. package/esm/models/getedgeconfigop.js +2 -0
  156. package/esm/models/getedgeconfigop.js.map +1 -1
  157. package/esm/models/getfirewallconfigop.d.ts +336 -103
  158. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  159. package/esm/models/getfirewallconfigop.js +358 -98
  160. package/esm/models/getfirewallconfigop.js.map +1 -1
  161. package/esm/models/getorderop.d.ts +126 -42
  162. package/esm/models/getorderop.d.ts.map +1 -1
  163. package/esm/models/getorderop.js +138 -24
  164. package/esm/models/getorderop.js.map +1 -1
  165. package/esm/models/getprojectdomainsop.d.ts +5 -5
  166. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  167. package/esm/models/getprojectdomainsop.js +5 -6
  168. package/esm/models/getprojectdomainsop.js.map +1 -1
  169. package/esm/models/getprojectsop.d.ts +109 -6
  170. package/esm/models/getprojectsop.d.ts.map +1 -1
  171. package/esm/models/getprojectsop.js +97 -6
  172. package/esm/models/getprojectsop.js.map +1 -1
  173. package/esm/models/getv1bulkredirectsop.d.ts +190 -0
  174. package/esm/models/getv1bulkredirectsop.d.ts.map +1 -0
  175. package/esm/models/getv1bulkredirectsop.js +195 -0
  176. package/esm/models/getv1bulkredirectsop.js.map +1 -0
  177. package/esm/models/getv1bulkredirectsversionsop.d.ts +80 -0
  178. package/esm/models/getv1bulkredirectsversionsop.d.ts.map +1 -0
  179. package/esm/models/getv1bulkredirectsversionsop.js +64 -0
  180. package/esm/models/getv1bulkredirectsversionsop.js.map +1 -0
  181. package/esm/models/getwebhookop.d.ts +2 -1
  182. package/esm/models/getwebhookop.d.ts.map +1 -1
  183. package/esm/models/getwebhookop.js +2 -1
  184. package/esm/models/getwebhookop.js.map +1 -1
  185. package/esm/models/getwebhooksop.d.ts +4 -2
  186. package/esm/models/getwebhooksop.d.ts.map +1 -1
  187. package/esm/models/getwebhooksop.js +4 -2
  188. package/esm/models/getwebhooksop.js.map +1 -1
  189. package/esm/models/listaccessgroupsop.d.ts +8 -8
  190. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  191. package/esm/models/listaccessgroupsop.js +8 -8
  192. package/esm/models/listaccessgroupsop.js.map +1 -1
  193. package/esm/models/patchv1bulkredirectsop.d.ts +133 -0
  194. package/esm/models/patchv1bulkredirectsop.d.ts.map +1 -0
  195. package/esm/models/patchv1bulkredirectsop.js +121 -0
  196. package/esm/models/patchv1bulkredirectsop.js.map +1 -0
  197. package/esm/models/postteamdsyncrolesop.d.ts +98 -0
  198. package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
  199. package/esm/models/postteamdsyncrolesop.js +113 -0
  200. package/esm/models/postteamdsyncrolesop.js.map +1 -0
  201. package/esm/models/postv1bulkredirectsrestoreop.d.ts +104 -0
  202. package/esm/models/postv1bulkredirectsrestoreop.d.ts.map +1 -0
  203. package/esm/models/postv1bulkredirectsrestoreop.js +96 -0
  204. package/esm/models/postv1bulkredirectsrestoreop.js.map +1 -0
  205. package/esm/models/postv1bulkredirectsversionsop.d.ts +110 -0
  206. package/esm/models/postv1bulkredirectsversionsop.d.ts.map +1 -0
  207. package/esm/models/postv1bulkredirectsversionsop.js +102 -0
  208. package/esm/models/postv1bulkredirectsversionsop.js.map +1 -0
  209. package/esm/models/putfirewallconfigop.d.ts +357 -100
  210. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  211. package/esm/models/putfirewallconfigop.js +379 -102
  212. package/esm/models/putfirewallconfigop.js.map +1 -1
  213. package/esm/models/putv1bulkredirectsop.d.ts +122 -0
  214. package/esm/models/putv1bulkredirectsop.d.ts.map +1 -0
  215. package/esm/models/putv1bulkredirectsop.js +108 -0
  216. package/esm/models/putv1bulkredirectsop.js.map +1 -0
  217. package/esm/models/updateedgeconfigop.d.ts +5 -0
  218. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  219. package/esm/models/updateedgeconfigop.js +2 -0
  220. package/esm/models/updateedgeconfigop.js.map +1 -1
  221. package/esm/models/updatefirewallconfigop.d.ts +30 -0
  222. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  223. package/esm/models/updatefirewallconfigop.js +32 -0
  224. package/esm/models/updatefirewallconfigop.js.map +1 -1
  225. package/esm/models/updateinstallationop.d.ts +18 -0
  226. package/esm/models/updateinstallationop.d.ts.map +1 -1
  227. package/esm/models/updateinstallationop.js +17 -0
  228. package/esm/models/updateinstallationop.js.map +1 -1
  229. package/esm/models/updateprojectdatacacheop.d.ts +124 -21
  230. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  231. package/esm/models/updateprojectdatacacheop.js +118 -24
  232. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  233. package/esm/models/updateprojectop.d.ts +138 -6
  234. package/esm/models/updateprojectop.d.ts.map +1 -1
  235. package/esm/models/updateprojectop.js +126 -6
  236. package/esm/models/updateprojectop.js.map +1 -1
  237. package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
  238. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  239. package/esm/models/updateprojectprotectionbypassop.js +27 -0
  240. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  241. package/esm/models/userevent.d.ts +792 -966
  242. package/esm/models/userevent.d.ts.map +1 -1
  243. package/esm/models/userevent.js +1047 -1248
  244. package/esm/models/userevent.js.map +1 -1
  245. package/esm/sdk/domains.d.ts +0 -16
  246. package/esm/sdk/domains.d.ts.map +1 -1
  247. package/esm/sdk/domains.js +0 -20
  248. package/esm/sdk/domains.js.map +1 -1
  249. package/esm/sdk/sdk.d.ts +33 -1
  250. package/esm/sdk/sdk.d.ts.map +1 -1
  251. package/esm/sdk/sdk.js +47 -0
  252. package/esm/sdk/sdk.js.map +1 -1
  253. package/esm/sdk/teams.d.ts +8 -0
  254. package/esm/sdk/teams.d.ts.map +1 -1
  255. package/esm/sdk/teams.js +10 -0
  256. package/esm/sdk/teams.js.map +1 -1
  257. package/examples/package-lock.json +2 -2
  258. package/jsr.json +1 -1
  259. package/package.json +2 -2
  260. package/src/__tests__/domains.test.ts +16 -70
  261. package/src/__tests__/edgeconfig.test.ts +6 -6
  262. package/src/__tests__/integrations.test.ts +1 -1
  263. package/src/__tests__/logdrains.test.ts +6 -2
  264. package/src/__tests__/security.test.ts +20 -35
  265. package/src/__tests__/teams.test.ts +19 -0
  266. package/src/__tests__/vercel.test.ts +177 -1
  267. package/src/funcs/deleteV1BulkRedirects.ts +161 -0
  268. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  269. package/src/funcs/getV1BulkRedirects.ts +167 -0
  270. package/src/funcs/getV1BulkRedirectsVersions.ts +160 -0
  271. package/src/funcs/integrationsGetBillingPlans.ts +1 -0
  272. package/src/funcs/patchV1BulkRedirects.ts +161 -0
  273. package/src/funcs/postV1BulkRedirectsRestore.ts +161 -0
  274. package/src/funcs/postV1BulkRedirectsVersions.ts +161 -0
  275. package/src/funcs/putV1BulkRedirects.ts +156 -0
  276. package/src/funcs/{domainsBuyDomain.ts → teamsPostTeamDsyncRoles.ts} +29 -24
  277. package/src/lib/config.ts +3 -3
  278. package/src/mcp-server/mcp-server.ts +1 -1
  279. package/src/mcp-server/server.ts +17 -5
  280. package/src/mcp-server/tools/deleteV1BulkRedirects.ts +36 -0
  281. package/src/mcp-server/tools/getV1BulkRedirects.ts +35 -0
  282. package/src/mcp-server/tools/getV1BulkRedirectsVersions.ts +35 -0
  283. package/src/mcp-server/tools/patchV1BulkRedirects.ts +36 -0
  284. package/src/mcp-server/tools/postV1BulkRedirectsRestore.ts +36 -0
  285. package/src/mcp-server/tools/postV1BulkRedirectsVersions.ts +36 -0
  286. package/src/mcp-server/tools/putV1BulkRedirects.ts +35 -0
  287. package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
  288. package/src/models/artifactqueryop.ts +21 -17
  289. package/src/models/authuser.ts +7 -0
  290. package/src/models/canceldeploymentop.ts +133 -4
  291. package/src/models/createdeploymentop.ts +116 -4
  292. package/src/models/createedgeconfigop.ts +7 -0
  293. package/src/models/createintegrationstoredirectop.ts +708 -471
  294. package/src/models/createortransferdomainop.ts +0 -83
  295. package/src/models/createprojectop.ts +346 -12
  296. package/src/models/createwebhookop.ts +4 -2
  297. package/src/models/deletev1bulkredirectsop.ts +267 -0
  298. package/src/models/getbillingplansop.ts +4 -0
  299. package/src/models/getconfigurationop.ts +87 -1
  300. package/src/models/getconfigurationproductsop.ts +627 -627
  301. package/src/models/getconfigurationsop.ts +87 -0
  302. package/src/models/getdeploymenteventsop.ts +17 -13
  303. package/src/models/getdeploymentop.ts +271 -8
  304. package/src/models/getedgeconfigop.ts +7 -0
  305. package/src/models/getfirewallconfigop.ts +835 -274
  306. package/src/models/getorderop.ts +469 -112
  307. package/src/models/getprojectdomainsop.ts +11 -9
  308. package/src/models/getprojectsop.ts +260 -12
  309. package/src/models/getv1bulkredirectsop.ts +467 -0
  310. package/src/models/getv1bulkredirectsversionsop.ts +192 -0
  311. package/src/models/getwebhookop.ts +2 -1
  312. package/src/models/getwebhooksop.ts +4 -2
  313. package/src/models/listaccessgroupsop.ts +26 -18
  314. package/src/models/patchv1bulkredirectsop.ts +336 -0
  315. package/src/models/postteamdsyncrolesop.ts +291 -0
  316. package/src/models/postv1bulkredirectsrestoreop.ts +275 -0
  317. package/src/models/postv1bulkredirectsversionsop.ts +296 -0
  318. package/src/models/putfirewallconfigop.ts +1025 -284
  319. package/src/models/putv1bulkredirectsop.ts +304 -0
  320. package/src/models/updateedgeconfigop.ts +7 -0
  321. package/src/models/updatefirewallconfigop.ts +107 -0
  322. package/src/models/updateinstallationop.ts +30 -0
  323. package/src/models/updateprojectdatacacheop.ts +322 -63
  324. package/src/models/updateprojectop.ts +346 -12
  325. package/src/models/updateprojectprotectionbypassop.ts +84 -0
  326. package/src/models/userevent.ts +2415 -2887
  327. package/src/sdk/domains.ts +0 -41
  328. package/src/sdk/sdk.ts +132 -1
  329. package/src/sdk/teams.ts +22 -0
  330. package/vercel-spec.json +3260 -1294
  331. package/esm/funcs/domainsBuyDomain.d.ts +0 -17
  332. package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
  333. package/esm/funcs/domainsBuyDomain.js.map +0 -1
  334. package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
  335. package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
  336. package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
  337. package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
  338. package/esm/models/buydomainop.d.ts +0 -180
  339. package/esm/models/buydomainop.d.ts.map +0 -1
  340. package/esm/models/buydomainop.js +0 -159
  341. package/esm/models/buydomainop.js.map +0 -1
  342. package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
  343. package/src/models/buydomainop.ts +0 -453
@@ -187,6 +187,10 @@ export declare const CreateIntegrationStoreDirectOwnership: {
187
187
  readonly Sandbox: "sandbox";
188
188
  };
189
189
  export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
190
+ export type SecretRotation2 = {
191
+ maxDelayHours: number;
192
+ };
193
+ export type SecretRotation = SecretRotation2 | boolean;
190
194
  export type Capabilities = {
191
195
  mcp?: boolean | undefined;
192
196
  mcpReadonly?: boolean | undefined;
@@ -194,6 +198,7 @@ export type Capabilities = {
194
198
  billable?: boolean | undefined;
195
199
  transferable?: boolean | undefined;
196
200
  secretsSync?: boolean | undefined;
201
+ secretRotation?: SecretRotation2 | boolean | undefined;
197
202
  projects?: boolean | undefined;
198
203
  };
199
204
  export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
@@ -207,6 +212,10 @@ export declare const ExternalResourceStatus: {
207
212
  readonly Resumed: "resumed";
208
213
  };
209
214
  export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
215
+ export type CreateIntegrationStoreDirectSecretRotation2 = {
216
+ maxDelayHours: number;
217
+ };
218
+ export type CreateIntegrationStoreDirectSecretRotation = CreateIntegrationStoreDirectSecretRotation2 | boolean;
210
219
  export type CreateIntegrationStoreDirectCapabilities = {
211
220
  mcp?: boolean | undefined;
212
221
  mcpReadonly?: boolean | undefined;
@@ -214,6 +223,7 @@ export type CreateIntegrationStoreDirectCapabilities = {
214
223
  billable?: boolean | undefined;
215
224
  transferable?: boolean | undefined;
216
225
  secretsSync?: boolean | undefined;
226
+ secretRotation?: CreateIntegrationStoreDirectSecretRotation2 | boolean | undefined;
217
227
  sandbox?: boolean | undefined;
218
228
  linking?: boolean | undefined;
219
229
  projects?: boolean | undefined;
@@ -222,9 +232,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
222
232
  readonly Object: "object";
223
233
  };
224
234
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
225
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831 = {};
235
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895 = {};
226
236
  export type CreateIntegrationStoreDirectPropertiesValue = {
227
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831;
237
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895;
228
238
  };
229
239
  export declare const CreateIntegrationStoreDirectDisabled3: {
230
240
  readonly Update: "update";
@@ -257,17 +267,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
257
267
  readonly Domain: "domain";
258
268
  };
259
269
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
260
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831 = {};
270
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895 = {};
261
271
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
262
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831;
272
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895;
263
273
  };
264
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831 = {};
274
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895 = {};
265
275
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
266
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831;
276
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895;
267
277
  };
268
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831 = {};
278
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895 = {};
269
279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
270
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831;
280
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895;
271
281
  };
272
282
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
273
283
  readonly Update: "update";
@@ -328,9 +338,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
328
338
  readonly VercelRegion: "vercel-region";
329
339
  };
330
340
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
331
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831 = {};
341
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895 = {};
332
342
  export type CreateIntegrationStoreDirectUiOptionsValue = {
333
- atBRANDAt8831: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831;
343
+ atBRANDAt8895: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895;
334
344
  };
335
345
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
336
346
  readonly Update: "update";
@@ -355,9 +365,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
355
365
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
356
366
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
357
367
  };
358
- export type UiOptionsAtBRANDAt8831 = {};
368
+ export type UiOptionsAtBRANDAt8895 = {};
359
369
  export type CreateIntegrationStoreDirectUiOptions2 = {
360
- atBRANDAt8831: UiOptionsAtBRANDAt8831;
370
+ atBRANDAt8895: UiOptionsAtBRANDAt8895;
361
371
  };
362
372
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
363
373
  readonly Update: "update";
@@ -384,17 +394,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
384
394
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
385
395
  };
386
396
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
387
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831 = {};
397
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895 = {};
388
398
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
389
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831;
399
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895;
390
400
  };
391
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831 = {};
401
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895 = {};
392
402
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
393
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831;
403
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895;
394
404
  };
395
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831 = {};
405
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895 = {};
396
406
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
397
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831;
407
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895;
398
408
  };
399
409
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
400
410
  readonly Update: "update";
@@ -456,17 +466,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
456
466
  readonly String: "string";
457
467
  };
458
468
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
459
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831 = {};
469
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895 = {};
460
470
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
461
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831;
471
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895;
462
472
  };
463
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831 = {};
473
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895 = {};
464
474
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
465
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831;
475
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895;
466
476
  };
467
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831 = {};
477
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895 = {};
468
478
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
469
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831;
479
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895;
470
480
  };
471
481
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
472
482
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -589,17 +599,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
589
599
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
590
600
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
591
601
  };
592
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831 = {};
602
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895 = {};
593
603
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
594
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831;
604
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895;
595
605
  };
596
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831 = {};
606
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895 = {};
597
607
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
598
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831;
608
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895;
599
609
  };
600
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831 = {};
610
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895 = {};
601
611
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
602
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831;
612
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895;
603
613
  };
604
614
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
605
615
  readonly Update: "update";
@@ -845,17 +855,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
845
855
  readonly Input: "input";
846
856
  };
847
857
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
848
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831 = {};
858
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895 = {};
849
859
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
850
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831;
860
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895;
851
861
  };
852
- export type PropertiesAtBRANDAt8831 = {};
862
+ export type PropertiesAtBRANDAt8895 = {};
853
863
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
854
- atBRANDAt8831: PropertiesAtBRANDAt8831;
864
+ atBRANDAt8895: PropertiesAtBRANDAt8895;
855
865
  };
856
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8831 = {};
866
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895 = {};
857
867
  export type CreateIntegrationStoreDirectPropertiesPattern = {
858
- atBRANDAt8831: CreateIntegrationStoreDirectPropertiesAtBRANDAt8831;
868
+ atBRANDAt8895: CreateIntegrationStoreDirectPropertiesAtBRANDAt8895;
859
869
  };
860
870
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
861
871
  readonly Update: "update";
@@ -1013,9 +1023,9 @@ export type Guides = {
1013
1023
  title: string;
1014
1024
  steps: Array<Steps>;
1015
1025
  };
1016
- export type AtBRANDAt8831 = {};
1026
+ export type AtBRANDAt8895 = {};
1017
1027
  export type CreateIntegrationStoreDirectValue = {
1018
- atBRANDAt8831: AtBRANDAt8831;
1028
+ atBRANDAt8895: AtBRANDAt8895;
1019
1029
  };
1020
1030
  export declare const Disabled3: {
1021
1031
  readonly Update: "update";
@@ -1132,11 +1142,28 @@ export type CreateIntegrationStoreDirectStore = {
1132
1142
  } | undefined;
1133
1143
  externalResourceId: string;
1134
1144
  externalResourceStatus?: ExternalResourceStatus | null | undefined;
1145
+ directPartnerConsoleUrl?: string | undefined;
1135
1146
  product: Product;
1136
1147
  protocolSettings?: CreateIntegrationStoreDirectProtocolSettings | undefined;
1137
1148
  notification?: CreateIntegrationStoreDirectNotification | undefined;
1138
1149
  secrets: Array<CreateIntegrationStoreDirectSecrets>;
1139
1150
  billingPlan?: CreateIntegrationStoreDirectBillingPlan | undefined;
1151
+ /**
1152
+ * The timestamp when secret rotation was requested.
1153
+ */
1154
+ secretRotationRequestedAt?: number | undefined;
1155
+ /**
1156
+ * The reason for the secret rotation request.
1157
+ */
1158
+ secretRotationRequestedReason?: string | undefined;
1159
+ /**
1160
+ * The ID of the user/team who requested the secret rotation.
1161
+ */
1162
+ secretRotationRequestedBy?: string | undefined;
1163
+ /**
1164
+ * The timestamp when secret rotation was completed.
1165
+ */
1166
+ secretRotationCompletedAt?: number | undefined;
1140
1167
  };
1141
1168
  export type CreateIntegrationStoreDirectResponseBody = {
1142
1169
  store: CreateIntegrationStoreDirectStore | null;
@@ -1283,6 +1310,24 @@ export declare const CreateIntegrationStoreDirectOwnership$inboundSchema: z.ZodN
1283
1310
  /** @internal */
1284
1311
  export declare const CreateIntegrationStoreDirectOwnership$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
1285
1312
  /** @internal */
1313
+ export declare const SecretRotation2$inboundSchema: z.ZodType<SecretRotation2, z.ZodTypeDef, unknown>;
1314
+ /** @internal */
1315
+ export type SecretRotation2$Outbound = {
1316
+ maxDelayHours: number;
1317
+ };
1318
+ /** @internal */
1319
+ export declare const SecretRotation2$outboundSchema: z.ZodType<SecretRotation2$Outbound, z.ZodTypeDef, SecretRotation2>;
1320
+ export declare function secretRotation2ToJSON(secretRotation2: SecretRotation2): string;
1321
+ export declare function secretRotation2FromJSON(jsonString: string): SafeParseResult<SecretRotation2, SDKValidationError>;
1322
+ /** @internal */
1323
+ export declare const SecretRotation$inboundSchema: z.ZodType<SecretRotation, z.ZodTypeDef, unknown>;
1324
+ /** @internal */
1325
+ export type SecretRotation$Outbound = SecretRotation2$Outbound | boolean;
1326
+ /** @internal */
1327
+ export declare const SecretRotation$outboundSchema: z.ZodType<SecretRotation$Outbound, z.ZodTypeDef, SecretRotation>;
1328
+ export declare function secretRotationToJSON(secretRotation: SecretRotation): string;
1329
+ export declare function secretRotationFromJSON(jsonString: string): SafeParseResult<SecretRotation, SDKValidationError>;
1330
+ /** @internal */
1286
1331
  export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
1287
1332
  /** @internal */
1288
1333
  export type Capabilities$Outbound = {
@@ -1292,6 +1337,7 @@ export type Capabilities$Outbound = {
1292
1337
  billable?: boolean | undefined;
1293
1338
  transferable?: boolean | undefined;
1294
1339
  secretsSync?: boolean | undefined;
1340
+ secretRotation?: SecretRotation2$Outbound | boolean | undefined;
1295
1341
  projects?: boolean | undefined;
1296
1342
  };
1297
1343
  /** @internal */
@@ -1311,6 +1357,24 @@ export declare const ExternalResourceStatus$inboundSchema: z.ZodNativeEnum<typeo
1311
1357
  /** @internal */
1312
1358
  export declare const ExternalResourceStatus$outboundSchema: z.ZodNativeEnum<typeof ExternalResourceStatus>;
1313
1359
  /** @internal */
1360
+ export declare const CreateIntegrationStoreDirectSecretRotation2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2, z.ZodTypeDef, unknown>;
1361
+ /** @internal */
1362
+ export type CreateIntegrationStoreDirectSecretRotation2$Outbound = {
1363
+ maxDelayHours: number;
1364
+ };
1365
+ /** @internal */
1366
+ export declare const CreateIntegrationStoreDirectSecretRotation2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation2>;
1367
+ export declare function createIntegrationStoreDirectSecretRotation2ToJSON(createIntegrationStoreDirectSecretRotation2: CreateIntegrationStoreDirectSecretRotation2): string;
1368
+ export declare function createIntegrationStoreDirectSecretRotation2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation2, SDKValidationError>;
1369
+ /** @internal */
1370
+ export declare const CreateIntegrationStoreDirectSecretRotation$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation, z.ZodTypeDef, unknown>;
1371
+ /** @internal */
1372
+ export type CreateIntegrationStoreDirectSecretRotation$Outbound = CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean;
1373
+ /** @internal */
1374
+ export declare const CreateIntegrationStoreDirectSecretRotation$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation>;
1375
+ export declare function createIntegrationStoreDirectSecretRotationToJSON(createIntegrationStoreDirectSecretRotation: CreateIntegrationStoreDirectSecretRotation): string;
1376
+ export declare function createIntegrationStoreDirectSecretRotationFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation, SDKValidationError>;
1377
+ /** @internal */
1314
1378
  export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
1315
1379
  /** @internal */
1316
1380
  export type CreateIntegrationStoreDirectCapabilities$Outbound = {
@@ -1320,6 +1384,7 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
1320
1384
  billable?: boolean | undefined;
1321
1385
  transferable?: boolean | undefined;
1322
1386
  secretsSync?: boolean | undefined;
1387
+ secretRotation?: CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean | undefined;
1323
1388
  sandbox?: boolean | undefined;
1324
1389
  linking?: boolean | undefined;
1325
1390
  projects?: boolean | undefined;
@@ -1333,18 +1398,18 @@ export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
1333
1398
  /** @internal */
1334
1399
  export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
1335
1400
  /** @internal */
1336
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831, z.ZodTypeDef, unknown>;
1401
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895, z.ZodTypeDef, unknown>;
1337
1402
  /** @internal */
1338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$Outbound = {};
1403
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound = {};
1339
1404
  /** @internal */
1340
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831>;
1341
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831): string;
1342
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831, SDKValidationError>;
1405
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895>;
1406
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895): string;
1407
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895, SDKValidationError>;
1343
1408
  /** @internal */
1344
1409
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1345
1410
  /** @internal */
1346
1411
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1347
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$Outbound;
1412
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound;
1348
1413
  };
1349
1414
  /** @internal */
1350
1415
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1415,54 +1480,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1415
1480
  /** @internal */
1416
1481
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
1417
1482
  /** @internal */
1418
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831, z.ZodTypeDef, unknown>;
1483
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895, z.ZodTypeDef, unknown>;
1419
1484
  /** @internal */
1420
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$Outbound = {};
1485
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound = {};
1421
1486
  /** @internal */
1422
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831>;
1423
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831): string;
1424
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831, SDKValidationError>;
1487
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895>;
1488
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895): string;
1489
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895, SDKValidationError>;
1425
1490
  /** @internal */
1426
1491
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1427
1492
  /** @internal */
1428
1493
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1429
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$Outbound;
1494
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound;
1430
1495
  };
1431
1496
  /** @internal */
1432
1497
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
1433
1498
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1434
1499
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1435
1500
  /** @internal */
1436
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831, z.ZodTypeDef, unknown>;
1501
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895, z.ZodTypeDef, unknown>;
1437
1502
  /** @internal */
1438
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$Outbound = {};
1503
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound = {};
1439
1504
  /** @internal */
1440
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831>;
1441
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831): string;
1442
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831, SDKValidationError>;
1505
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895>;
1506
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895): string;
1507
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895, SDKValidationError>;
1443
1508
  /** @internal */
1444
1509
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1445
1510
  /** @internal */
1446
1511
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1447
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$Outbound;
1512
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound;
1448
1513
  };
1449
1514
  /** @internal */
1450
1515
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
1451
1516
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1452
1517
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1453
1518
  /** @internal */
1454
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831, z.ZodTypeDef, unknown>;
1519
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895, z.ZodTypeDef, unknown>;
1455
1520
  /** @internal */
1456
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$Outbound = {};
1521
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound = {};
1457
1522
  /** @internal */
1458
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831>;
1459
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831): string;
1460
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831, SDKValidationError>;
1523
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895>;
1524
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895): string;
1525
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895, SDKValidationError>;
1461
1526
  /** @internal */
1462
1527
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1463
1528
  /** @internal */
1464
1529
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1465
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$Outbound;
1530
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound;
1466
1531
  };
1467
1532
  /** @internal */
1468
1533
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -1595,18 +1660,18 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1595
1660
  /** @internal */
1596
1661
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
1597
1662
  /** @internal */
1598
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831, z.ZodTypeDef, unknown>;
1663
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895, z.ZodTypeDef, unknown>;
1599
1664
  /** @internal */
1600
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$Outbound = {};
1665
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound = {};
1601
1666
  /** @internal */
1602
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831>;
1603
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8831ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8831: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831): string;
1604
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831, SDKValidationError>;
1667
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895>;
1668
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8895: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895): string;
1669
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895, SDKValidationError>;
1605
1670
  /** @internal */
1606
1671
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1607
1672
  /** @internal */
1608
1673
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1609
- "__@BRAND@8831": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$Outbound;
1674
+ "__@BRAND@8895": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound;
1610
1675
  };
1611
1676
  /** @internal */
1612
1677
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1669,18 +1734,18 @@ export declare const CreateIntegrationStoreDirectUiOptions3$outboundSchema: z.Zo
1669
1734
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1670
1735
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1671
1736
  /** @internal */
1672
- export declare const UiOptionsAtBRANDAt8831$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8831, z.ZodTypeDef, unknown>;
1737
+ export declare const UiOptionsAtBRANDAt8895$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8895, z.ZodTypeDef, unknown>;
1673
1738
  /** @internal */
1674
- export type UiOptionsAtBRANDAt8831$Outbound = {};
1739
+ export type UiOptionsAtBRANDAt8895$Outbound = {};
1675
1740
  /** @internal */
1676
- export declare const UiOptionsAtBRANDAt8831$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8831$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8831>;
1677
- export declare function uiOptionsAtBRANDAt8831ToJSON(uiOptionsAtBRANDAt8831: UiOptionsAtBRANDAt8831): string;
1678
- export declare function uiOptionsAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8831, SDKValidationError>;
1741
+ export declare const UiOptionsAtBRANDAt8895$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8895$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8895>;
1742
+ export declare function uiOptionsAtBRANDAt8895ToJSON(uiOptionsAtBRANDAt8895: UiOptionsAtBRANDAt8895): string;
1743
+ export declare function uiOptionsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8895, SDKValidationError>;
1679
1744
  /** @internal */
1680
1745
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1681
1746
  /** @internal */
1682
1747
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1683
- "__@BRAND@8831": UiOptionsAtBRANDAt8831$Outbound;
1748
+ "__@BRAND@8895": UiOptionsAtBRANDAt8895$Outbound;
1684
1749
  };
1685
1750
  /** @internal */
1686
1751
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -1752,54 +1817,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseU
1752
1817
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
1753
1818
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
1754
1819
  /** @internal */
1755
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831, z.ZodTypeDef, unknown>;
1820
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895, z.ZodTypeDef, unknown>;
1756
1821
  /** @internal */
1757
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$Outbound = {};
1822
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound = {};
1758
1823
  /** @internal */
1759
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831>;
1760
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831): string;
1761
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831, SDKValidationError>;
1824
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895>;
1825
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895): string;
1826
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895, SDKValidationError>;
1762
1827
  /** @internal */
1763
1828
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1764
1829
  /** @internal */
1765
1830
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
1766
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$Outbound;
1831
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound;
1767
1832
  };
1768
1833
  /** @internal */
1769
1834
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
1770
1835
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
1771
1836
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1772
1837
  /** @internal */
1773
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831, z.ZodTypeDef, unknown>;
1838
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895, z.ZodTypeDef, unknown>;
1774
1839
  /** @internal */
1775
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$Outbound = {};
1840
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound = {};
1776
1841
  /** @internal */
1777
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831>;
1778
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831): string;
1779
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831, SDKValidationError>;
1842
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895>;
1843
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895): string;
1844
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895, SDKValidationError>;
1780
1845
  /** @internal */
1781
1846
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1782
1847
  /** @internal */
1783
1848
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
1784
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$Outbound;
1849
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound;
1785
1850
  };
1786
1851
  /** @internal */
1787
1852
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
1788
1853
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
1789
1854
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1790
1855
  /** @internal */
1791
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831, z.ZodTypeDef, unknown>;
1856
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895, z.ZodTypeDef, unknown>;
1792
1857
  /** @internal */
1793
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$Outbound = {};
1858
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound = {};
1794
1859
  /** @internal */
1795
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831>;
1796
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831): string;
1797
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831, SDKValidationError>;
1860
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895>;
1861
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895): string;
1862
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895, SDKValidationError>;
1798
1863
  /** @internal */
1799
1864
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1800
1865
  /** @internal */
1801
1866
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
1802
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$Outbound;
1867
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound;
1803
1868
  };
1804
1869
  /** @internal */
1805
1870
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -1933,54 +1998,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1933
1998
  /** @internal */
1934
1999
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
1935
2000
  /** @internal */
1936
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831, z.ZodTypeDef, unknown>;
2001
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895, z.ZodTypeDef, unknown>;
1937
2002
  /** @internal */
1938
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$Outbound = {};
2003
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound = {};
1939
2004
  /** @internal */
1940
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831>;
1941
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831): string;
1942
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831, SDKValidationError>;
2005
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895>;
2006
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895): string;
2007
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895, SDKValidationError>;
1943
2008
  /** @internal */
1944
2009
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
1945
2010
  /** @internal */
1946
2011
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
1947
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$Outbound;
2012
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound;
1948
2013
  };
1949
2014
  /** @internal */
1950
2015
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
1951
2016
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
1952
2017
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
1953
2018
  /** @internal */
1954
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831, z.ZodTypeDef, unknown>;
2019
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895, z.ZodTypeDef, unknown>;
1955
2020
  /** @internal */
1956
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$Outbound = {};
2021
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound = {};
1957
2022
  /** @internal */
1958
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831>;
1959
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831): string;
1960
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831, SDKValidationError>;
2023
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895>;
2024
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895): string;
2025
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895, SDKValidationError>;
1961
2026
  /** @internal */
1962
2027
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
1963
2028
  /** @internal */
1964
2029
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
1965
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$Outbound;
2030
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound;
1966
2031
  };
1967
2032
  /** @internal */
1968
2033
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
1969
2034
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
1970
2035
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
1971
2036
  /** @internal */
1972
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831, z.ZodTypeDef, unknown>;
2037
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895, z.ZodTypeDef, unknown>;
1973
2038
  /** @internal */
1974
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$Outbound = {};
2039
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound = {};
1975
2040
  /** @internal */
1976
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831>;
1977
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831): string;
1978
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831, SDKValidationError>;
2041
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895>;
2042
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895): string;
2043
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895, SDKValidationError>;
1979
2044
  /** @internal */
1980
2045
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
1981
2046
  /** @internal */
1982
2047
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
1983
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$Outbound;
2048
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound;
1984
2049
  };
1985
2050
  /** @internal */
1986
2051
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -2248,54 +2313,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiOptions$outboundSch
2248
2313
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
2249
2314
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
2250
2315
  /** @internal */
2251
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831, z.ZodTypeDef, unknown>;
2316
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895, z.ZodTypeDef, unknown>;
2252
2317
  /** @internal */
2253
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$Outbound = {};
2318
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound = {};
2254
2319
  /** @internal */
2255
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831>;
2256
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831): string;
2257
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831, SDKValidationError>;
2320
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895>;
2321
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895): string;
2322
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895, SDKValidationError>;
2258
2323
  /** @internal */
2259
2324
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2260
2325
  /** @internal */
2261
2326
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
2262
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$Outbound;
2327
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound;
2263
2328
  };
2264
2329
  /** @internal */
2265
2330
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
2266
2331
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
2267
2332
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
2268
2333
  /** @internal */
2269
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831, z.ZodTypeDef, unknown>;
2334
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895, z.ZodTypeDef, unknown>;
2270
2335
  /** @internal */
2271
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$Outbound = {};
2336
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound = {};
2272
2337
  /** @internal */
2273
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831>;
2274
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831): string;
2275
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831, SDKValidationError>;
2338
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895>;
2339
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895): string;
2340
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895, SDKValidationError>;
2276
2341
  /** @internal */
2277
2342
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
2278
2343
  /** @internal */
2279
2344
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
2280
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$Outbound;
2345
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound;
2281
2346
  };
2282
2347
  /** @internal */
2283
2348
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
2284
2349
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
2285
2350
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
2286
2351
  /** @internal */
2287
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831, z.ZodTypeDef, unknown>;
2352
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895, z.ZodTypeDef, unknown>;
2288
2353
  /** @internal */
2289
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$Outbound = {};
2354
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound = {};
2290
2355
  /** @internal */
2291
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831>;
2292
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831): string;
2293
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831, SDKValidationError>;
2356
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895>;
2357
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895): string;
2358
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895, SDKValidationError>;
2294
2359
  /** @internal */
2295
2360
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2296
2361
  /** @internal */
2297
2362
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
2298
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$Outbound;
2363
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound;
2299
2364
  };
2300
2365
  /** @internal */
2301
2366
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -2821,54 +2886,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl$inboundSche
2821
2886
  /** @internal */
2822
2887
  export declare const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
2823
2888
  /** @internal */
2824
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831, z.ZodTypeDef, unknown>;
2889
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895, z.ZodTypeDef, unknown>;
2825
2890
  /** @internal */
2826
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$Outbound = {};
2891
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound = {};
2827
2892
  /** @internal */
2828
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831>;
2829
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831): string;
2830
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831, SDKValidationError>;
2893
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895>;
2894
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895): string;
2895
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895, SDKValidationError>;
2831
2896
  /** @internal */
2832
2897
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
2833
2898
  /** @internal */
2834
2899
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
2835
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$Outbound;
2900
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound;
2836
2901
  };
2837
2902
  /** @internal */
2838
2903
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
2839
2904
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
2840
2905
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
2841
2906
  /** @internal */
2842
- export declare const PropertiesAtBRANDAt8831$inboundSchema: z.ZodType<PropertiesAtBRANDAt8831, z.ZodTypeDef, unknown>;
2907
+ export declare const PropertiesAtBRANDAt8895$inboundSchema: z.ZodType<PropertiesAtBRANDAt8895, z.ZodTypeDef, unknown>;
2843
2908
  /** @internal */
2844
- export type PropertiesAtBRANDAt8831$Outbound = {};
2909
+ export type PropertiesAtBRANDAt8895$Outbound = {};
2845
2910
  /** @internal */
2846
- export declare const PropertiesAtBRANDAt8831$outboundSchema: z.ZodType<PropertiesAtBRANDAt8831$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8831>;
2847
- export declare function propertiesAtBRANDAt8831ToJSON(propertiesAtBRANDAt8831: PropertiesAtBRANDAt8831): string;
2848
- export declare function propertiesAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8831, SDKValidationError>;
2911
+ export declare const PropertiesAtBRANDAt8895$outboundSchema: z.ZodType<PropertiesAtBRANDAt8895$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8895>;
2912
+ export declare function propertiesAtBRANDAt8895ToJSON(propertiesAtBRANDAt8895: PropertiesAtBRANDAt8895): string;
2913
+ export declare function propertiesAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8895, SDKValidationError>;
2849
2914
  /** @internal */
2850
2915
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
2851
2916
  /** @internal */
2852
2917
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
2853
- "__@BRAND@8831": PropertiesAtBRANDAt8831$Outbound;
2918
+ "__@BRAND@8895": PropertiesAtBRANDAt8895$Outbound;
2854
2919
  };
2855
2920
  /** @internal */
2856
2921
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
2857
2922
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
2858
2923
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
2859
2924
  /** @internal */
2860
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8831, z.ZodTypeDef, unknown>;
2925
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895, z.ZodTypeDef, unknown>;
2861
2926
  /** @internal */
2862
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$Outbound = {};
2927
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound = {};
2863
2928
  /** @internal */
2864
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8831>;
2865
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8831: CreateIntegrationStoreDirectPropertiesAtBRANDAt8831): string;
2866
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8831FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8831, SDKValidationError>;
2929
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8895>;
2930
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesAtBRANDAt8895): string;
2931
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895, SDKValidationError>;
2867
2932
  /** @internal */
2868
2933
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
2869
2934
  /** @internal */
2870
2935
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
2871
- "__@BRAND@8831": CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$Outbound;
2936
+ "__@BRAND@8895": CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound;
2872
2937
  };
2873
2938
  /** @internal */
2874
2939
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -3084,18 +3149,18 @@ export declare const Guides$outboundSchema: z.ZodType<Guides$Outbound, z.ZodType
3084
3149
  export declare function guidesToJSON(guides: Guides): string;
3085
3150
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
3086
3151
  /** @internal */
3087
- export declare const AtBRANDAt8831$inboundSchema: z.ZodType<AtBRANDAt8831, z.ZodTypeDef, unknown>;
3152
+ export declare const AtBRANDAt8895$inboundSchema: z.ZodType<AtBRANDAt8895, z.ZodTypeDef, unknown>;
3088
3153
  /** @internal */
3089
- export type AtBRANDAt8831$Outbound = {};
3154
+ export type AtBRANDAt8895$Outbound = {};
3090
3155
  /** @internal */
3091
- export declare const AtBRANDAt8831$outboundSchema: z.ZodType<AtBRANDAt8831$Outbound, z.ZodTypeDef, AtBRANDAt8831>;
3092
- export declare function atBRANDAt8831ToJSON(atBRANDAt8831: AtBRANDAt8831): string;
3093
- export declare function atBRANDAt8831FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8831, SDKValidationError>;
3156
+ export declare const AtBRANDAt8895$outboundSchema: z.ZodType<AtBRANDAt8895$Outbound, z.ZodTypeDef, AtBRANDAt8895>;
3157
+ export declare function atBRANDAt8895ToJSON(atBRANDAt8895: AtBRANDAt8895): string;
3158
+ export declare function atBRANDAt8895FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8895, SDKValidationError>;
3094
3159
  /** @internal */
3095
3160
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
3096
3161
  /** @internal */
3097
3162
  export type CreateIntegrationStoreDirectValue$Outbound = {
3098
- "__@BRAND@8831": AtBRANDAt8831$Outbound;
3163
+ "__@BRAND@8895": AtBRANDAt8895$Outbound;
3099
3164
  };
3100
3165
  /** @internal */
3101
3166
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
@@ -3304,11 +3369,16 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
3304
3369
  } | undefined;
3305
3370
  externalResourceId: string;
3306
3371
  externalResourceStatus?: string | null | undefined;
3372
+ directPartnerConsoleUrl?: string | undefined;
3307
3373
  product: Product$Outbound;
3308
3374
  protocolSettings?: CreateIntegrationStoreDirectProtocolSettings$Outbound | undefined;
3309
3375
  notification?: CreateIntegrationStoreDirectNotification$Outbound | undefined;
3310
3376
  secrets: Array<CreateIntegrationStoreDirectSecrets$Outbound>;
3311
3377
  billingPlan?: CreateIntegrationStoreDirectBillingPlan$Outbound | undefined;
3378
+ secretRotationRequestedAt?: number | undefined;
3379
+ secretRotationRequestedReason?: string | undefined;
3380
+ secretRotationRequestedBy?: string | undefined;
3381
+ secretRotationCompletedAt?: number | undefined;
3312
3382
  };
3313
3383
  /** @internal */
3314
3384
  export declare const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<CreateIntegrationStoreDirectStore$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectStore>;