@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
@@ -629,6 +629,30 @@ export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(
629
629
  /** @internal */
630
630
  export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
631
631
  /** @internal */
632
+ export const SecretRotation2$inboundSchema = z.object({
633
+ maxDelayHours: z.number(),
634
+ });
635
+ /** @internal */
636
+ export const SecretRotation2$outboundSchema = z.object({
637
+ maxDelayHours: z.number(),
638
+ });
639
+ export function secretRotation2ToJSON(secretRotation2) {
640
+ return JSON.stringify(SecretRotation2$outboundSchema.parse(secretRotation2));
641
+ }
642
+ export function secretRotation2FromJSON(jsonString) {
643
+ return safeParse(jsonString, (x) => SecretRotation2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SecretRotation2' from JSON`);
644
+ }
645
+ /** @internal */
646
+ export const SecretRotation$inboundSchema = z.union([z.lazy(() => SecretRotation2$inboundSchema), z.boolean()]);
647
+ /** @internal */
648
+ export const SecretRotation$outboundSchema = z.union([z.lazy(() => SecretRotation2$outboundSchema), z.boolean()]);
649
+ export function secretRotationToJSON(secretRotation) {
650
+ return JSON.stringify(SecretRotation$outboundSchema.parse(secretRotation));
651
+ }
652
+ export function secretRotationFromJSON(jsonString) {
653
+ return safeParse(jsonString, (x) => SecretRotation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SecretRotation' from JSON`);
654
+ }
655
+ /** @internal */
632
656
  export const Capabilities$inboundSchema = z.object({
633
657
  mcp: z.boolean().optional(),
634
658
  mcpReadonly: z.boolean().optional(),
@@ -636,6 +660,10 @@ export const Capabilities$inboundSchema = z.object({
636
660
  billable: z.boolean().optional(),
637
661
  transferable: z.boolean().optional(),
638
662
  secretsSync: z.boolean().optional(),
663
+ secretRotation: z.union([
664
+ z.lazy(() => SecretRotation2$inboundSchema),
665
+ z.boolean(),
666
+ ]).optional(),
639
667
  projects: z.boolean().optional(),
640
668
  });
641
669
  /** @internal */
@@ -646,6 +674,10 @@ export const Capabilities$outboundSchema = z.object({
646
674
  billable: z.boolean().optional(),
647
675
  transferable: z.boolean().optional(),
648
676
  secretsSync: z.boolean().optional(),
677
+ secretRotation: z.union([
678
+ z.lazy(() => SecretRotation2$outboundSchema),
679
+ z.boolean(),
680
+ ]).optional(),
649
681
  projects: z.boolean().optional(),
650
682
  });
651
683
  export function capabilitiesToJSON(capabilities) {
@@ -681,6 +713,36 @@ export const ExternalResourceStatus$inboundSchema = z.nativeEnum(ExternalResourc
681
713
  /** @internal */
682
714
  export const ExternalResourceStatus$outboundSchema = ExternalResourceStatus$inboundSchema;
683
715
  /** @internal */
716
+ export const CreateIntegrationStoreDirectSecretRotation2$inboundSchema = z.object({
717
+ maxDelayHours: z.number(),
718
+ });
719
+ /** @internal */
720
+ export const CreateIntegrationStoreDirectSecretRotation2$outboundSchema = z.object({
721
+ maxDelayHours: z.number(),
722
+ });
723
+ export function createIntegrationStoreDirectSecretRotation2ToJSON(createIntegrationStoreDirectSecretRotation2) {
724
+ return JSON.stringify(CreateIntegrationStoreDirectSecretRotation2$outboundSchema.parse(createIntegrationStoreDirectSecretRotation2));
725
+ }
726
+ export function createIntegrationStoreDirectSecretRotation2FromJSON(jsonString) {
727
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectSecretRotation2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectSecretRotation2' from JSON`);
728
+ }
729
+ /** @internal */
730
+ export const CreateIntegrationStoreDirectSecretRotation$inboundSchema = z.union([
731
+ z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
732
+ z.boolean(),
733
+ ]);
734
+ /** @internal */
735
+ export const CreateIntegrationStoreDirectSecretRotation$outboundSchema = z.union([
736
+ z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
737
+ z.boolean(),
738
+ ]);
739
+ export function createIntegrationStoreDirectSecretRotationToJSON(createIntegrationStoreDirectSecretRotation) {
740
+ return JSON.stringify(CreateIntegrationStoreDirectSecretRotation$outboundSchema.parse(createIntegrationStoreDirectSecretRotation));
741
+ }
742
+ export function createIntegrationStoreDirectSecretRotationFromJSON(jsonString) {
743
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectSecretRotation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectSecretRotation' from JSON`);
744
+ }
745
+ /** @internal */
684
746
  export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
685
747
  mcp: z.boolean().optional(),
686
748
  mcpReadonly: z.boolean().optional(),
@@ -688,6 +750,10 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
688
750
  billable: z.boolean().optional(),
689
751
  transferable: z.boolean().optional(),
690
752
  secretsSync: z.boolean().optional(),
753
+ secretRotation: z.union([
754
+ z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
755
+ z.boolean(),
756
+ ]).optional(),
691
757
  sandbox: z.boolean().optional(),
692
758
  linking: z.boolean().optional(),
693
759
  projects: z.boolean().optional(),
@@ -700,6 +766,10 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object(
700
766
  billable: z.boolean().optional(),
701
767
  transferable: z.boolean().optional(),
702
768
  secretsSync: z.boolean().optional(),
769
+ secretRotation: z.union([
770
+ z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
771
+ z.boolean(),
772
+ ]).optional(),
703
773
  sandbox: z.boolean().optional(),
704
774
  linking: z.boolean().optional(),
705
775
  projects: z.boolean().optional(),
@@ -716,31 +786,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
716
786
  /** @internal */
717
787
  export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
718
788
  /** @internal */
719
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema = z.object({});
789
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema = z.object({});
720
790
  /** @internal */
721
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema = z.object({});
722
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831) {
723
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema
724
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831));
791
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema = z.object({});
792
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895) {
793
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema
794
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895));
725
795
  }
726
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831FromJSON(jsonString) {
727
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema
728
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831' from JSON`);
796
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(jsonString) {
797
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema
798
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895' from JSON`);
729
799
  }
730
800
  /** @internal */
731
801
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
732
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema),
802
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema),
733
803
  }).transform((v) => {
734
804
  return remap$(v, {
735
- "__@BRAND@8831": "atBRANDAt8831",
805
+ "__@BRAND@8895": "atBRANDAt8895",
736
806
  });
737
807
  });
738
808
  /** @internal */
739
809
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
740
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema),
810
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema),
741
811
  }).transform((v) => {
742
812
  return remap$(v, {
743
- atBRANDAt8831: "__@BRAND@8831",
813
+ atBRANDAt8895: "__@BRAND@8895",
744
814
  });
745
815
  });
746
816
  export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
@@ -864,31 +934,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
864
934
  /** @internal */
865
935
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
866
936
  /** @internal */
867
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema = z.object({});
937
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema = z.object({});
868
938
  /** @internal */
869
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema = z.object({});
870
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831) {
871
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema
872
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831));
939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema = z.object({});
940
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895) {
941
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema
942
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895));
873
943
  }
874
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831FromJSON(jsonString) {
875
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema
876
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831' from JSON`);
944
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(jsonString) {
945
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema
946
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895' from JSON`);
877
947
  }
878
948
  /** @internal */
879
949
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
880
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema),
950
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema),
881
951
  }).transform((v) => {
882
952
  return remap$(v, {
883
- "__@BRAND@8831": "atBRANDAt8831",
953
+ "__@BRAND@8895": "atBRANDAt8895",
884
954
  });
885
955
  });
886
956
  /** @internal */
887
957
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
888
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema),
958
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema),
889
959
  }).transform((v) => {
890
960
  return remap$(v, {
891
- atBRANDAt8831: "__@BRAND@8831",
961
+ atBRANDAt8895: "__@BRAND@8895",
892
962
  });
893
963
  });
894
964
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
@@ -900,31 +970,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
900
970
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
901
971
  }
902
972
  /** @internal */
903
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema = z.object({});
973
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema = z.object({});
904
974
  /** @internal */
905
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema = z.object({});
906
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831) {
907
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema
908
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831));
975
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema = z.object({});
976
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895) {
977
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema
978
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895));
909
979
  }
910
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831FromJSON(jsonString) {
911
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema
912
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831' from JSON`);
980
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(jsonString) {
981
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema
982
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895' from JSON`);
913
983
  }
914
984
  /** @internal */
915
985
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
916
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema),
986
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema),
917
987
  }).transform((v) => {
918
988
  return remap$(v, {
919
- "__@BRAND@8831": "atBRANDAt8831",
989
+ "__@BRAND@8895": "atBRANDAt8895",
920
990
  });
921
991
  });
922
992
  /** @internal */
923
993
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
924
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema),
994
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema),
925
995
  }).transform((v) => {
926
996
  return remap$(v, {
927
- atBRANDAt8831: "__@BRAND@8831",
997
+ atBRANDAt8895: "__@BRAND@8895",
928
998
  });
929
999
  });
930
1000
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
@@ -936,31 +1006,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
936
1006
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
937
1007
  }
938
1008
  /** @internal */
939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema = z.object({});
1009
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema = z.object({});
940
1010
  /** @internal */
941
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema = z.object({});
942
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831) {
943
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema
944
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831));
1011
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema = z.object({});
1012
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895) {
1013
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema
1014
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895));
945
1015
  }
946
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831FromJSON(jsonString) {
947
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema
948
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831' from JSON`);
1016
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(jsonString) {
1017
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema
1018
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895' from JSON`);
949
1019
  }
950
1020
  /** @internal */
951
1021
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
952
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema),
1022
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema),
953
1023
  }).transform((v) => {
954
1024
  return remap$(v, {
955
- "__@BRAND@8831": "atBRANDAt8831",
1025
+ "__@BRAND@8895": "atBRANDAt8895",
956
1026
  });
957
1027
  });
958
1028
  /** @internal */
959
1029
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
960
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema),
1030
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema),
961
1031
  }).transform((v) => {
962
1032
  return remap$(v, {
963
- atBRANDAt8831: "__@BRAND@8831",
1033
+ atBRANDAt8895: "__@BRAND@8895",
964
1034
  });
965
1035
  });
966
1036
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
@@ -1244,29 +1314,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1244
1314
  /** @internal */
1245
1315
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
1246
1316
  /** @internal */
1247
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema = z.object({});
1317
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema = z.object({});
1248
1318
  /** @internal */
1249
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema = z.object({});
1250
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8831ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8831) {
1251
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8831));
1319
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema = z.object({});
1320
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8895) {
1321
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8895));
1252
1322
  }
1253
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8831FromJSON(jsonString) {
1254
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831' from JSON`);
1323
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(jsonString) {
1324
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895' from JSON`);
1255
1325
  }
1256
1326
  /** @internal */
1257
1327
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1258
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema),
1328
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema),
1259
1329
  }).transform((v) => {
1260
1330
  return remap$(v, {
1261
- "__@BRAND@8831": "atBRANDAt8831",
1331
+ "__@BRAND@8895": "atBRANDAt8895",
1262
1332
  });
1263
1333
  });
1264
1334
  /** @internal */
1265
1335
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1266
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema),
1336
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema),
1267
1337
  }).transform((v) => {
1268
1338
  return remap$(v, {
1269
- atBRANDAt8831: "__@BRAND@8831",
1339
+ atBRANDAt8895: "__@BRAND@8895",
1270
1340
  });
1271
1341
  });
1272
1342
  export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
@@ -1390,29 +1460,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1390
1460
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1391
1461
  }
1392
1462
  /** @internal */
1393
- export const UiOptionsAtBRANDAt8831$inboundSchema = z.object({});
1463
+ export const UiOptionsAtBRANDAt8895$inboundSchema = z.object({});
1394
1464
  /** @internal */
1395
- export const UiOptionsAtBRANDAt8831$outboundSchema = z.object({});
1396
- export function uiOptionsAtBRANDAt8831ToJSON(uiOptionsAtBRANDAt8831) {
1397
- return JSON.stringify(UiOptionsAtBRANDAt8831$outboundSchema.parse(uiOptionsAtBRANDAt8831));
1465
+ export const UiOptionsAtBRANDAt8895$outboundSchema = z.object({});
1466
+ export function uiOptionsAtBRANDAt8895ToJSON(uiOptionsAtBRANDAt8895) {
1467
+ return JSON.stringify(UiOptionsAtBRANDAt8895$outboundSchema.parse(uiOptionsAtBRANDAt8895));
1398
1468
  }
1399
- export function uiOptionsAtBRANDAt8831FromJSON(jsonString) {
1400
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8831' from JSON`);
1469
+ export function uiOptionsAtBRANDAt8895FromJSON(jsonString) {
1470
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8895' from JSON`);
1401
1471
  }
1402
1472
  /** @internal */
1403
1473
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1404
- "__@BRAND@8831": z.lazy(() => UiOptionsAtBRANDAt8831$inboundSchema),
1474
+ "__@BRAND@8895": z.lazy(() => UiOptionsAtBRANDAt8895$inboundSchema),
1405
1475
  }).transform((v) => {
1406
1476
  return remap$(v, {
1407
- "__@BRAND@8831": "atBRANDAt8831",
1477
+ "__@BRAND@8895": "atBRANDAt8895",
1408
1478
  });
1409
1479
  });
1410
1480
  /** @internal */
1411
1481
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1412
- atBRANDAt8831: z.lazy(() => UiOptionsAtBRANDAt8831$outboundSchema),
1482
+ atBRANDAt8895: z.lazy(() => UiOptionsAtBRANDAt8895$outboundSchema),
1413
1483
  }).transform((v) => {
1414
1484
  return remap$(v, {
1415
- atBRANDAt8831: "__@BRAND@8831",
1485
+ atBRANDAt8895: "__@BRAND@8895",
1416
1486
  });
1417
1487
  });
1418
1488
  export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
@@ -1554,31 +1624,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1554
1624
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1555
1625
  }
1556
1626
  /** @internal */
1557
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema = z.object({});
1627
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema = z.object({});
1558
1628
  /** @internal */
1559
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema = z.object({});
1560
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831) {
1561
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema
1562
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831));
1629
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema = z.object({});
1630
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895) {
1631
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema
1632
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895));
1563
1633
  }
1564
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831FromJSON(jsonString) {
1565
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema
1566
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831' from JSON`);
1634
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(jsonString) {
1635
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema
1636
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895' from JSON`);
1567
1637
  }
1568
1638
  /** @internal */
1569
1639
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1570
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema),
1640
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema),
1571
1641
  }).transform((v) => {
1572
1642
  return remap$(v, {
1573
- "__@BRAND@8831": "atBRANDAt8831",
1643
+ "__@BRAND@8895": "atBRANDAt8895",
1574
1644
  });
1575
1645
  });
1576
1646
  /** @internal */
1577
1647
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1578
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema),
1648
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema),
1579
1649
  }).transform((v) => {
1580
1650
  return remap$(v, {
1581
- atBRANDAt8831: "__@BRAND@8831",
1651
+ atBRANDAt8895: "__@BRAND@8895",
1582
1652
  });
1583
1653
  });
1584
1654
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
@@ -1590,31 +1660,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1590
1660
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1591
1661
  }
1592
1662
  /** @internal */
1593
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema = z.object({});
1663
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema = z.object({});
1594
1664
  /** @internal */
1595
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema = z.object({});
1596
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831) {
1597
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema
1598
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831));
1665
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema = z.object({});
1666
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895) {
1667
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema
1668
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895));
1599
1669
  }
1600
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831FromJSON(jsonString) {
1601
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema
1602
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831' from JSON`);
1670
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(jsonString) {
1671
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema
1672
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895' from JSON`);
1603
1673
  }
1604
1674
  /** @internal */
1605
1675
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1606
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema),
1676
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema),
1607
1677
  }).transform((v) => {
1608
1678
  return remap$(v, {
1609
- "__@BRAND@8831": "atBRANDAt8831",
1679
+ "__@BRAND@8895": "atBRANDAt8895",
1610
1680
  });
1611
1681
  });
1612
1682
  /** @internal */
1613
1683
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1614
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema),
1684
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema),
1615
1685
  }).transform((v) => {
1616
1686
  return remap$(v, {
1617
- atBRANDAt8831: "__@BRAND@8831",
1687
+ atBRANDAt8895: "__@BRAND@8895",
1618
1688
  });
1619
1689
  });
1620
1690
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
@@ -1626,31 +1696,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1626
1696
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1627
1697
  }
1628
1698
  /** @internal */
1629
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema = z.object({});
1699
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema = z.object({});
1630
1700
  /** @internal */
1631
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema = z.object({});
1632
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831) {
1633
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema
1634
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831));
1701
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema = z.object({});
1702
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895) {
1703
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema
1704
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895));
1635
1705
  }
1636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831FromJSON(jsonString) {
1637
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema
1638
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831' from JSON`);
1706
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(jsonString) {
1707
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema
1708
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895' from JSON`);
1639
1709
  }
1640
1710
  /** @internal */
1641
1711
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1642
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema),
1712
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema),
1643
1713
  }).transform((v) => {
1644
1714
  return remap$(v, {
1645
- "__@BRAND@8831": "atBRANDAt8831",
1715
+ "__@BRAND@8895": "atBRANDAt8895",
1646
1716
  });
1647
1717
  });
1648
1718
  /** @internal */
1649
1719
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1650
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema),
1720
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema),
1651
1721
  }).transform((v) => {
1652
1722
  return remap$(v, {
1653
- atBRANDAt8831: "__@BRAND@8831",
1723
+ atBRANDAt8895: "__@BRAND@8895",
1654
1724
  });
1655
1725
  });
1656
1726
  export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
@@ -1946,31 +2016,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1946
2016
  /** @internal */
1947
2017
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
1948
2018
  /** @internal */
1949
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema = z.object({});
2019
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema = z.object({});
1950
2020
  /** @internal */
1951
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema = z.object({});
1952
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831) {
1953
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema
1954
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831));
2021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema = z.object({});
2022
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895) {
2023
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema
2024
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895));
1955
2025
  }
1956
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831FromJSON(jsonString) {
1957
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema
1958
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831' from JSON`);
2026
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(jsonString) {
2027
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema
2028
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895' from JSON`);
1959
2029
  }
1960
2030
  /** @internal */
1961
2031
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
1962
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema),
2032
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema),
1963
2033
  }).transform((v) => {
1964
2034
  return remap$(v, {
1965
- "__@BRAND@8831": "atBRANDAt8831",
2035
+ "__@BRAND@8895": "atBRANDAt8895",
1966
2036
  });
1967
2037
  });
1968
2038
  /** @internal */
1969
2039
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
1970
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema),
2040
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema),
1971
2041
  }).transform((v) => {
1972
2042
  return remap$(v, {
1973
- atBRANDAt8831: "__@BRAND@8831",
2043
+ atBRANDAt8895: "__@BRAND@8895",
1974
2044
  });
1975
2045
  });
1976
2046
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
@@ -1982,31 +2052,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
1982
2052
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
1983
2053
  }
1984
2054
  /** @internal */
1985
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema = z.object({});
2055
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema = z.object({});
1986
2056
  /** @internal */
1987
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema = z.object({});
1988
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831) {
1989
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema
1990
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831));
2057
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema = z.object({});
2058
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895) {
2059
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema
2060
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895));
1991
2061
  }
1992
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831FromJSON(jsonString) {
1993
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema
1994
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831' from JSON`);
2062
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(jsonString) {
2063
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema
2064
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895' from JSON`);
1995
2065
  }
1996
2066
  /** @internal */
1997
2067
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
1998
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema),
2068
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema),
1999
2069
  }).transform((v) => {
2000
2070
  return remap$(v, {
2001
- "__@BRAND@8831": "atBRANDAt8831",
2071
+ "__@BRAND@8895": "atBRANDAt8895",
2002
2072
  });
2003
2073
  });
2004
2074
  /** @internal */
2005
2075
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2006
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema),
2076
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema),
2007
2077
  }).transform((v) => {
2008
2078
  return remap$(v, {
2009
- atBRANDAt8831: "__@BRAND@8831",
2079
+ atBRANDAt8895: "__@BRAND@8895",
2010
2080
  });
2011
2081
  });
2012
2082
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
@@ -2018,31 +2088,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2018
2088
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2019
2089
  }
2020
2090
  /** @internal */
2021
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema = z.object({});
2091
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema = z.object({});
2022
2092
  /** @internal */
2023
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema = z.object({});
2024
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831) {
2025
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema
2026
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831));
2093
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema = z.object({});
2094
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895) {
2095
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema
2096
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895));
2027
2097
  }
2028
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831FromJSON(jsonString) {
2029
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema
2030
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831' from JSON`);
2098
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(jsonString) {
2099
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema
2100
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895' from JSON`);
2031
2101
  }
2032
2102
  /** @internal */
2033
2103
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2034
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema),
2104
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema),
2035
2105
  }).transform((v) => {
2036
2106
  return remap$(v, {
2037
- "__@BRAND@8831": "atBRANDAt8831",
2107
+ "__@BRAND@8895": "atBRANDAt8895",
2038
2108
  });
2039
2109
  });
2040
2110
  /** @internal */
2041
2111
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2042
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema),
2112
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema),
2043
2113
  }).transform((v) => {
2044
2114
  return remap$(v, {
2045
- atBRANDAt8831: "__@BRAND@8831",
2115
+ atBRANDAt8895: "__@BRAND@8895",
2046
2116
  });
2047
2117
  });
2048
2118
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
@@ -2594,31 +2664,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
2594
2664
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
2595
2665
  }
2596
2666
  /** @internal */
2597
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema = z.object({});
2667
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema = z.object({});
2598
2668
  /** @internal */
2599
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema = z.object({});
2600
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831) {
2601
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema
2602
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831));
2669
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema = z.object({});
2670
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895) {
2671
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema
2672
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895));
2603
2673
  }
2604
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831FromJSON(jsonString) {
2605
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema
2606
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831' from JSON`);
2674
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(jsonString) {
2675
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema
2676
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895' from JSON`);
2607
2677
  }
2608
2678
  /** @internal */
2609
2679
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
2610
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema),
2680
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema),
2611
2681
  }).transform((v) => {
2612
2682
  return remap$(v, {
2613
- "__@BRAND@8831": "atBRANDAt8831",
2683
+ "__@BRAND@8895": "atBRANDAt8895",
2614
2684
  });
2615
2685
  });
2616
2686
  /** @internal */
2617
2687
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
2618
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema),
2688
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema),
2619
2689
  }).transform((v) => {
2620
2690
  return remap$(v, {
2621
- atBRANDAt8831: "__@BRAND@8831",
2691
+ atBRANDAt8895: "__@BRAND@8895",
2622
2692
  });
2623
2693
  });
2624
2694
  export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
@@ -2630,31 +2700,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
2630
2700
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
2631
2701
  }
2632
2702
  /** @internal */
2633
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema = z.object({});
2703
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema = z.object({});
2634
2704
  /** @internal */
2635
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema = z.object({});
2636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831) {
2637
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema
2638
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831));
2705
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema = z.object({});
2706
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895) {
2707
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema
2708
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895));
2639
2709
  }
2640
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831FromJSON(jsonString) {
2641
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema
2642
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831' from JSON`);
2710
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(jsonString) {
2711
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema
2712
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895' from JSON`);
2643
2713
  }
2644
2714
  /** @internal */
2645
2715
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
2646
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema),
2716
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema),
2647
2717
  }).transform((v) => {
2648
2718
  return remap$(v, {
2649
- "__@BRAND@8831": "atBRANDAt8831",
2719
+ "__@BRAND@8895": "atBRANDAt8895",
2650
2720
  });
2651
2721
  });
2652
2722
  /** @internal */
2653
2723
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
2654
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema),
2724
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema),
2655
2725
  }).transform((v) => {
2656
2726
  return remap$(v, {
2657
- atBRANDAt8831: "__@BRAND@8831",
2727
+ atBRANDAt8895: "__@BRAND@8895",
2658
2728
  });
2659
2729
  });
2660
2730
  export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
@@ -2666,31 +2736,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
2666
2736
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
2667
2737
  }
2668
2738
  /** @internal */
2669
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema = z.object({});
2739
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema = z.object({});
2670
2740
  /** @internal */
2671
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema = z.object({});
2672
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831) {
2673
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema
2674
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831));
2741
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema = z.object({});
2742
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895) {
2743
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema
2744
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895));
2675
2745
  }
2676
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831FromJSON(jsonString) {
2677
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema
2678
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831' from JSON`);
2746
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(jsonString) {
2747
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema
2748
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895' from JSON`);
2679
2749
  }
2680
2750
  /** @internal */
2681
2751
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
2682
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema),
2752
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema),
2683
2753
  }).transform((v) => {
2684
2754
  return remap$(v, {
2685
- "__@BRAND@8831": "atBRANDAt8831",
2755
+ "__@BRAND@8895": "atBRANDAt8895",
2686
2756
  });
2687
2757
  });
2688
2758
  /** @internal */
2689
2759
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
2690
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema),
2760
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema),
2691
2761
  }).transform((v) => {
2692
2762
  return remap$(v, {
2693
- atBRANDAt8831: "__@BRAND@8831",
2763
+ atBRANDAt8895: "__@BRAND@8895",
2694
2764
  });
2695
2765
  });
2696
2766
  export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
@@ -3806,31 +3876,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
3806
3876
  /** @internal */
3807
3877
  export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
3808
3878
  /** @internal */
3809
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema = z.object({});
3879
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema = z.object({});
3810
3880
  /** @internal */
3811
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema = z.object({});
3812
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831) {
3813
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema
3814
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831));
3881
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema = z.object({});
3882
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895) {
3883
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema
3884
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895));
3815
3885
  }
3816
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831FromJSON(jsonString) {
3817
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema
3818
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831' from JSON`);
3886
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(jsonString) {
3887
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema
3888
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895' from JSON`);
3819
3889
  }
3820
3890
  /** @internal */
3821
3891
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
3822
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema),
3892
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema),
3823
3893
  }).transform((v) => {
3824
3894
  return remap$(v, {
3825
- "__@BRAND@8831": "atBRANDAt8831",
3895
+ "__@BRAND@8895": "atBRANDAt8895",
3826
3896
  });
3827
3897
  });
3828
3898
  /** @internal */
3829
3899
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
3830
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema),
3900
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema),
3831
3901
  }).transform((v) => {
3832
3902
  return remap$(v, {
3833
- atBRANDAt8831: "__@BRAND@8831",
3903
+ atBRANDAt8895: "__@BRAND@8895",
3834
3904
  });
3835
3905
  });
3836
3906
  export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
@@ -3840,29 +3910,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
3840
3910
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
3841
3911
  }
3842
3912
  /** @internal */
3843
- export const PropertiesAtBRANDAt8831$inboundSchema = z.object({});
3913
+ export const PropertiesAtBRANDAt8895$inboundSchema = z.object({});
3844
3914
  /** @internal */
3845
- export const PropertiesAtBRANDAt8831$outboundSchema = z.object({});
3846
- export function propertiesAtBRANDAt8831ToJSON(propertiesAtBRANDAt8831) {
3847
- return JSON.stringify(PropertiesAtBRANDAt8831$outboundSchema.parse(propertiesAtBRANDAt8831));
3915
+ export const PropertiesAtBRANDAt8895$outboundSchema = z.object({});
3916
+ export function propertiesAtBRANDAt8895ToJSON(propertiesAtBRANDAt8895) {
3917
+ return JSON.stringify(PropertiesAtBRANDAt8895$outboundSchema.parse(propertiesAtBRANDAt8895));
3848
3918
  }
3849
- export function propertiesAtBRANDAt8831FromJSON(jsonString) {
3850
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8831' from JSON`);
3919
+ export function propertiesAtBRANDAt8895FromJSON(jsonString) {
3920
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8895' from JSON`);
3851
3921
  }
3852
3922
  /** @internal */
3853
3923
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
3854
- "__@BRAND@8831": z.lazy(() => PropertiesAtBRANDAt8831$inboundSchema),
3924
+ "__@BRAND@8895": z.lazy(() => PropertiesAtBRANDAt8895$inboundSchema),
3855
3925
  }).transform((v) => {
3856
3926
  return remap$(v, {
3857
- "__@BRAND@8831": "atBRANDAt8831",
3927
+ "__@BRAND@8895": "atBRANDAt8895",
3858
3928
  });
3859
3929
  });
3860
3930
  /** @internal */
3861
3931
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
3862
- atBRANDAt8831: z.lazy(() => PropertiesAtBRANDAt8831$outboundSchema),
3932
+ atBRANDAt8895: z.lazy(() => PropertiesAtBRANDAt8895$outboundSchema),
3863
3933
  }).transform((v) => {
3864
3934
  return remap$(v, {
3865
- atBRANDAt8831: "__@BRAND@8831",
3935
+ atBRANDAt8895: "__@BRAND@8895",
3866
3936
  });
3867
3937
  });
3868
3938
  export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
@@ -3872,29 +3942,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
3872
3942
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
3873
3943
  }
3874
3944
  /** @internal */
3875
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema = z.object({});
3945
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema = z.object({});
3876
3946
  /** @internal */
3877
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema = z.object({});
3878
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8831) {
3879
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8831));
3947
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema = z.object({});
3948
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8895) {
3949
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8895));
3880
3950
  }
3881
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8831FromJSON(jsonString) {
3882
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8831' from JSON`);
3951
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(jsonString) {
3952
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8895' from JSON`);
3883
3953
  }
3884
3954
  /** @internal */
3885
3955
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
3886
- "__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema),
3956
+ "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema),
3887
3957
  }).transform((v) => {
3888
3958
  return remap$(v, {
3889
- "__@BRAND@8831": "atBRANDAt8831",
3959
+ "__@BRAND@8895": "atBRANDAt8895",
3890
3960
  });
3891
3961
  });
3892
3962
  /** @internal */
3893
3963
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
3894
- atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema),
3964
+ atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema),
3895
3965
  }).transform((v) => {
3896
3966
  return remap$(v, {
3897
- atBRANDAt8831: "__@BRAND@8831",
3967
+ atBRANDAt8895: "__@BRAND@8895",
3898
3968
  });
3899
3969
  });
3900
3970
  export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
@@ -4320,29 +4390,29 @@ export function guidesFromJSON(jsonString) {
4320
4390
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
4321
4391
  }
4322
4392
  /** @internal */
4323
- export const AtBRANDAt8831$inboundSchema = z.object({});
4393
+ export const AtBRANDAt8895$inboundSchema = z.object({});
4324
4394
  /** @internal */
4325
- export const AtBRANDAt8831$outboundSchema = z.object({});
4326
- export function atBRANDAt8831ToJSON(atBRANDAt8831) {
4327
- return JSON.stringify(AtBRANDAt8831$outboundSchema.parse(atBRANDAt8831));
4395
+ export const AtBRANDAt8895$outboundSchema = z.object({});
4396
+ export function atBRANDAt8895ToJSON(atBRANDAt8895) {
4397
+ return JSON.stringify(AtBRANDAt8895$outboundSchema.parse(atBRANDAt8895));
4328
4398
  }
4329
- export function atBRANDAt8831FromJSON(jsonString) {
4330
- return safeParse(jsonString, (x) => AtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8831' from JSON`);
4399
+ export function atBRANDAt8895FromJSON(jsonString) {
4400
+ return safeParse(jsonString, (x) => AtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8895' from JSON`);
4331
4401
  }
4332
4402
  /** @internal */
4333
4403
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
4334
- "__@BRAND@8831": z.lazy(() => AtBRANDAt8831$inboundSchema),
4404
+ "__@BRAND@8895": z.lazy(() => AtBRANDAt8895$inboundSchema),
4335
4405
  }).transform((v) => {
4336
4406
  return remap$(v, {
4337
- "__@BRAND@8831": "atBRANDAt8831",
4407
+ "__@BRAND@8895": "atBRANDAt8895",
4338
4408
  });
4339
4409
  });
4340
4410
  /** @internal */
4341
4411
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
4342
- atBRANDAt8831: z.lazy(() => AtBRANDAt8831$outboundSchema),
4412
+ atBRANDAt8895: z.lazy(() => AtBRANDAt8895$outboundSchema),
4343
4413
  }).transform((v) => {
4344
4414
  return remap$(v, {
4345
- atBRANDAt8831: "__@BRAND@8831",
4415
+ atBRANDAt8895: "__@BRAND@8895",
4346
4416
  });
4347
4417
  });
4348
4418
  export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {
@@ -4686,11 +4756,16 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
4686
4756
  externalResourceId: z.string(),
4687
4757
  externalResourceStatus: z.nullable(ExternalResourceStatus$inboundSchema)
4688
4758
  .optional(),
4759
+ directPartnerConsoleUrl: z.string().optional(),
4689
4760
  product: z.lazy(() => Product$inboundSchema),
4690
4761
  protocolSettings: z.lazy(() => CreateIntegrationStoreDirectProtocolSettings$inboundSchema).optional(),
4691
4762
  notification: z.lazy(() => CreateIntegrationStoreDirectNotification$inboundSchema).optional(),
4692
4763
  secrets: z.array(z.lazy(() => CreateIntegrationStoreDirectSecrets$inboundSchema)),
4693
4764
  billingPlan: z.lazy(() => CreateIntegrationStoreDirectBillingPlan$inboundSchema).optional(),
4765
+ secretRotationRequestedAt: z.number().optional(),
4766
+ secretRotationRequestedReason: z.string().optional(),
4767
+ secretRotationRequestedBy: z.string().optional(),
4768
+ secretRotationCompletedAt: z.number().optional(),
4694
4769
  });
4695
4770
  /** @internal */
4696
4771
  export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
@@ -4711,11 +4786,16 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
4711
4786
  externalResourceId: z.string(),
4712
4787
  externalResourceStatus: z.nullable(ExternalResourceStatus$outboundSchema)
4713
4788
  .optional(),
4789
+ directPartnerConsoleUrl: z.string().optional(),
4714
4790
  product: z.lazy(() => Product$outboundSchema),
4715
4791
  protocolSettings: z.lazy(() => CreateIntegrationStoreDirectProtocolSettings$outboundSchema).optional(),
4716
4792
  notification: z.lazy(() => CreateIntegrationStoreDirectNotification$outboundSchema).optional(),
4717
4793
  secrets: z.array(z.lazy(() => CreateIntegrationStoreDirectSecrets$outboundSchema)),
4718
4794
  billingPlan: z.lazy(() => CreateIntegrationStoreDirectBillingPlan$outboundSchema).optional(),
4795
+ secretRotationRequestedAt: z.number().optional(),
4796
+ secretRotationRequestedReason: z.string().optional(),
4797
+ secretRotationRequestedBy: z.string().optional(),
4798
+ secretRotationCompletedAt: z.number().optional(),
4719
4799
  });
4720
4800
  export function createIntegrationStoreDirectStoreToJSON(createIntegrationStoreDirectStore) {
4721
4801
  return JSON.stringify(CreateIntegrationStoreDirectStore$outboundSchema.parse(createIntegrationStoreDirectStore));