@vercel/sdk 1.13.4 → 1.13.6

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 (402) hide show
  1. package/README.md +57 -53
  2. package/bin/mcp-server.js +1982 -2193
  3. package/bin/mcp-server.js.map +91 -88
  4. package/docs/sdks/connect/README.md +95 -0
  5. package/docs/sdks/domains/README.md +11 -11
  6. package/docs/sdks/domainsregistrar/README.md +55 -55
  7. package/docs/sdks/projects/README.md +2 -0
  8. package/esm/__tests__/accessgroups.test.js +6 -2
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/connect.test.d.ts +2 -0
  11. package/esm/__tests__/connect.test.d.ts.map +1 -0
  12. package/esm/__tests__/connect.test.js +36 -0
  13. package/esm/__tests__/connect.test.js.map +1 -0
  14. package/esm/__tests__/domains.test.js +11 -4
  15. package/esm/__tests__/domains.test.js.map +1 -1
  16. package/esm/__tests__/domainsregistrar.test.js +1 -1
  17. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  18. package/esm/__tests__/edgeconfig.test.js +6 -6
  19. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  20. package/esm/__tests__/integrations.test.js +1 -1
  21. package/esm/__tests__/rollingrelease.test.js +2 -2
  22. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  23. package/esm/__tests__/security.test.js +11 -1
  24. package/esm/__tests__/security.test.js.map +1 -1
  25. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts +17 -0
  26. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  27. package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
  28. package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
  29. package/esm/funcs/domainsBuyDomain.d.ts +2 -2
  30. package/esm/funcs/domainsBuyDomain.js +2 -2
  31. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -2
  32. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  33. package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -2
  34. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  35. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -2
  36. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  37. package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -2
  38. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  39. package/esm/funcs/domainsPatchDomain.d.ts +1 -1
  40. package/esm/funcs/domainsPatchDomain.js +1 -1
  41. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  42. package/esm/funcs/domainsRegistrarBuyDomains.js +2 -2
  43. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  44. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
  45. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +2 -2
  46. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +2 -2
  47. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +1 -1
  48. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
  49. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +2 -2
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +2 -2
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +1 -1
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
  53. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +2 -2
  54. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +2 -2
  55. package/esm/funcs/domainsRegistrarGetOrder.d.ts +2 -2
  56. package/esm/funcs/domainsRegistrarGetOrder.js +2 -2
  57. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -2
  58. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +2 -2
  59. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +2 -2
  60. package/esm/funcs/domainsRegistrarGetTldPrice.js +2 -2
  61. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +2 -2
  62. package/esm/funcs/domainsRegistrarTransferInDomain.js +2 -2
  63. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +2 -2
  64. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  65. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +2 -2
  66. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +2 -2
  67. package/esm/funcs/projectsGetProjects.js +1 -0
  68. package/esm/funcs/projectsGetProjects.js.map +1 -1
  69. package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
  70. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
  71. package/esm/lib/config.d.ts +3 -3
  72. package/esm/lib/config.js +3 -3
  73. package/esm/mcp-server/mcp-server.js +1 -1
  74. package/esm/mcp-server/server.d.ts.map +1 -1
  75. package/esm/mcp-server/server.js +3 -1
  76. package/esm/mcp-server/server.js.map +1 -1
  77. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
  78. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  79. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
  80. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
  81. package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
  82. package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
  83. package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
  84. package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
  85. package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
  86. package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
  87. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
  88. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
  89. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
  90. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  91. package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
  92. package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  95. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
  96. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  97. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
  98. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
  99. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  100. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
  101. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  102. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
  103. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
  104. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
  105. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
  106. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  107. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
  108. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
  109. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
  110. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  111. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
  112. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
  113. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
  114. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
  115. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  116. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  117. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
  118. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  119. package/esm/models/additionalcontactinforequired.d.ts +6 -25
  120. package/esm/models/additionalcontactinforequired.d.ts.map +1 -1
  121. package/esm/models/additionalcontactinforequired.js +4 -30
  122. package/esm/models/additionalcontactinforequired.js.map +1 -1
  123. package/esm/models/badrequest.d.ts +0 -25
  124. package/esm/models/badrequest.d.ts.map +1 -1
  125. package/esm/models/badrequest.js +1 -30
  126. package/esm/models/badrequest.js.map +1 -1
  127. package/esm/models/buydomainsop.d.ts +15 -3
  128. package/esm/models/buydomainsop.d.ts.map +1 -1
  129. package/esm/models/buydomainsop.js +16 -16
  130. package/esm/models/buydomainsop.js.map +1 -1
  131. package/esm/models/buysingledomainop.d.ts +15 -3
  132. package/esm/models/buysingledomainop.d.ts.map +1 -1
  133. package/esm/models/buysingledomainop.js +12 -12
  134. package/esm/models/buysingledomainop.js.map +1 -1
  135. package/esm/models/createintegrationstoredirectop.d.ts +291 -285
  136. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  137. package/esm/models/createintegrationstoredirectop.js +353 -351
  138. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  139. package/esm/models/createortransferdomainop.d.ts +5 -3
  140. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  141. package/esm/models/createortransferdomainop.js.map +1 -1
  142. package/esm/models/domainalreadyrenewing.d.ts +6 -25
  143. package/esm/models/domainalreadyrenewing.d.ts.map +1 -1
  144. package/esm/models/domainalreadyrenewing.js +4 -30
  145. package/esm/models/domainalreadyrenewing.js.map +1 -1
  146. package/esm/models/domainnotavailable.d.ts +6 -25
  147. package/esm/models/domainnotavailable.d.ts.map +1 -1
  148. package/esm/models/domainnotavailable.js +4 -30
  149. package/esm/models/domainnotavailable.js.map +1 -1
  150. package/esm/models/domainnotfound.d.ts +6 -25
  151. package/esm/models/domainnotfound.d.ts.map +1 -1
  152. package/esm/models/domainnotfound.js +4 -30
  153. package/esm/models/domainnotfound.js.map +1 -1
  154. package/esm/models/domainnotregistered.d.ts +6 -25
  155. package/esm/models/domainnotregistered.d.ts.map +1 -1
  156. package/esm/models/domainnotregistered.js +4 -30
  157. package/esm/models/domainnotregistered.js.map +1 -1
  158. package/esm/models/domainnotrenewable.d.ts +6 -25
  159. package/esm/models/domainnotrenewable.d.ts.map +1 -1
  160. package/esm/models/domainnotrenewable.js +4 -30
  161. package/esm/models/domainnotrenewable.js.map +1 -1
  162. package/esm/models/duplicatedomains.d.ts +6 -25
  163. package/esm/models/duplicatedomains.d.ts.map +1 -1
  164. package/esm/models/duplicatedomains.js +4 -30
  165. package/esm/models/duplicatedomains.js.map +1 -1
  166. package/esm/models/expectedpricemismatch.d.ts +6 -25
  167. package/esm/models/expectedpricemismatch.d.ts.map +1 -1
  168. package/esm/models/expectedpricemismatch.js +4 -30
  169. package/esm/models/expectedpricemismatch.js.map +1 -1
  170. package/esm/models/forbidden.d.ts +0 -25
  171. package/esm/models/forbidden.d.ts.map +1 -1
  172. package/esm/models/forbidden.js +1 -30
  173. package/esm/models/forbidden.js.map +1 -1
  174. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  175. package/esm/models/getconfigurationproductsop.js +465 -465
  176. package/esm/models/getcontactinfoschemaop.d.ts +2 -2
  177. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  178. package/esm/models/getcontactinfoschemaop.js +2 -2
  179. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  180. package/esm/models/getdomainauthcodeop.d.ts +2 -2
  181. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  182. package/esm/models/getdomainauthcodeop.js +2 -2
  183. package/esm/models/getdomainauthcodeop.js.map +1 -1
  184. package/esm/models/getdomainpriceop.d.ts +11 -11
  185. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  186. package/esm/models/getdomainpriceop.js +10 -10
  187. package/esm/models/getdomainpriceop.js.map +1 -1
  188. package/esm/models/getintegrationresourceop.d.ts +3 -0
  189. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  190. package/esm/models/getintegrationresourceop.js +1 -0
  191. package/esm/models/getintegrationresourceop.js.map +1 -1
  192. package/esm/models/getintegrationresourcesop.d.ts +3 -0
  193. package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
  194. package/esm/models/getintegrationresourcesop.js +1 -0
  195. package/esm/models/getintegrationresourcesop.js.map +1 -1
  196. package/esm/models/getorderop.d.ts +18 -9
  197. package/esm/models/getorderop.d.ts.map +1 -1
  198. package/esm/models/getorderop.js +6 -6
  199. package/esm/models/getorderop.js.map +1 -1
  200. package/esm/models/getprojectsop.d.ts +36 -0
  201. package/esm/models/getprojectsop.d.ts.map +1 -1
  202. package/esm/models/getprojectsop.js +24 -0
  203. package/esm/models/getprojectsop.js.map +1 -1
  204. package/esm/models/gettldpriceop.d.ts +14 -11
  205. package/esm/models/gettldpriceop.d.ts.map +1 -1
  206. package/esm/models/gettldpriceop.js +8 -8
  207. package/esm/models/gettldpriceop.js.map +1 -1
  208. package/esm/models/httpapidecodeerror.d.ts +0 -26
  209. package/esm/models/httpapidecodeerror.d.ts.map +1 -1
  210. package/esm/models/httpapidecodeerror.js +1 -30
  211. package/esm/models/httpapidecodeerror.js.map +1 -1
  212. package/esm/models/importresourceop.d.ts +3 -0
  213. package/esm/models/importresourceop.d.ts.map +1 -1
  214. package/esm/models/importresourceop.js +1 -0
  215. package/esm/models/importresourceop.js.map +1 -1
  216. package/esm/models/internalservererror.d.ts +0 -25
  217. package/esm/models/internalservererror.d.ts.map +1 -1
  218. package/esm/models/internalservererror.js +1 -30
  219. package/esm/models/internalservererror.js.map +1 -1
  220. package/esm/models/invalidadditionalcontactinfo.d.ts +6 -25
  221. package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -1
  222. package/esm/models/invalidadditionalcontactinfo.js +4 -30
  223. package/esm/models/invalidadditionalcontactinfo.js.map +1 -1
  224. package/esm/models/issue.d.ts +0 -55
  225. package/esm/models/issue.d.ts.map +1 -1
  226. package/esm/models/issue.js +0 -39
  227. package/esm/models/issue.js.map +1 -1
  228. package/esm/models/notauthorizedforscope.d.ts +0 -25
  229. package/esm/models/notauthorizedforscope.d.ts.map +1 -1
  230. package/esm/models/notauthorizedforscope.js +1 -30
  231. package/esm/models/notauthorizedforscope.js.map +1 -1
  232. package/esm/models/notfound.d.ts +0 -25
  233. package/esm/models/notfound.d.ts.map +1 -1
  234. package/esm/models/notfound.js +1 -31
  235. package/esm/models/notfound.js.map +1 -1
  236. package/esm/models/ordertooexpensive.d.ts +6 -25
  237. package/esm/models/ordertooexpensive.d.ts.map +1 -1
  238. package/esm/models/ordertooexpensive.js +4 -30
  239. package/esm/models/ordertooexpensive.js.map +1 -1
  240. package/esm/models/patchdomainop.d.ts +6 -2
  241. package/esm/models/patchdomainop.d.ts.map +1 -1
  242. package/esm/models/patchdomainop.js.map +1 -1
  243. package/esm/models/propertykey.d.ts +8 -8
  244. package/esm/models/propertykey.d.ts.map +1 -1
  245. package/esm/models/propertykey.js +12 -12
  246. package/esm/models/propertykey.js.map +1 -1
  247. package/esm/models/renewdomainop.d.ts +6 -3
  248. package/esm/models/renewdomainop.d.ts.map +1 -1
  249. package/esm/models/renewdomainop.js +10 -10
  250. package/esm/models/renewdomainop.js.map +1 -1
  251. package/esm/models/tldnotsupported.d.ts +6 -25
  252. package/esm/models/tldnotsupported.d.ts.map +1 -1
  253. package/esm/models/tldnotsupported.js +4 -30
  254. package/esm/models/tldnotsupported.js.map +1 -1
  255. package/esm/models/toomanydomains.d.ts +6 -25
  256. package/esm/models/toomanydomains.d.ts.map +1 -1
  257. package/esm/models/toomanydomains.js +4 -30
  258. package/esm/models/toomanydomains.js.map +1 -1
  259. package/esm/models/toomanyrequests.d.ts +0 -25
  260. package/esm/models/toomanyrequests.d.ts.map +1 -1
  261. package/esm/models/toomanyrequests.js +1 -30
  262. package/esm/models/toomanyrequests.js.map +1 -1
  263. package/esm/models/transferindomainop.d.ts +9 -3
  264. package/esm/models/transferindomainop.d.ts.map +1 -1
  265. package/esm/models/transferindomainop.js +8 -8
  266. package/esm/models/transferindomainop.js.map +1 -1
  267. package/esm/models/unauthorized.d.ts +0 -25
  268. package/esm/models/unauthorized.d.ts.map +1 -1
  269. package/esm/models/unauthorized.js +1 -30
  270. package/esm/models/unauthorized.js.map +1 -1
  271. package/esm/models/updatedomainautorenewop.d.ts +2 -2
  272. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  273. package/esm/models/updatedomainautorenewop.js +6 -6
  274. package/esm/models/updatedomainautorenewop.js.map +1 -1
  275. package/esm/models/updatedomainnameserversop.d.ts +2 -2
  276. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  277. package/esm/models/updatedomainnameserversop.js +2 -2
  278. package/esm/models/updatedomainnameserversop.js.map +1 -1
  279. package/esm/models/updateprojectop.d.ts +36 -0
  280. package/esm/models/updateprojectop.d.ts.map +1 -1
  281. package/esm/models/updateprojectop.js +27 -0
  282. package/esm/models/updateprojectop.js.map +1 -1
  283. package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
  284. package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
  285. package/esm/models/updatesharedconnectlinksop.js +179 -0
  286. package/esm/models/updatesharedconnectlinksop.js.map +1 -0
  287. package/esm/sdk/connect.d.ts +12 -0
  288. package/esm/sdk/connect.d.ts.map +1 -0
  289. package/esm/sdk/connect.js +18 -0
  290. package/esm/sdk/connect.js.map +1 -0
  291. package/esm/sdk/domains.d.ts +11 -11
  292. package/esm/sdk/domains.js +11 -11
  293. package/esm/sdk/domainsregistrar.d.ts +23 -23
  294. package/esm/sdk/domainsregistrar.js +23 -23
  295. package/esm/sdk/sdk.d.ts +3 -0
  296. package/esm/sdk/sdk.d.ts.map +1 -1
  297. package/esm/sdk/sdk.js +4 -0
  298. package/esm/sdk/sdk.js.map +1 -1
  299. package/examples/package-lock.json +1 -1
  300. package/jsr.json +1 -1
  301. package/package.json +1 -1
  302. package/src/__tests__/accessgroups.test.ts +6 -2
  303. package/src/__tests__/connect.test.ts +39 -0
  304. package/src/__tests__/domains.test.ts +11 -4
  305. package/src/__tests__/domainsregistrar.test.ts +1 -1
  306. package/src/__tests__/edgeconfig.test.ts +6 -6
  307. package/src/__tests__/integrations.test.ts +1 -1
  308. package/src/__tests__/rollingrelease.test.ts +2 -2
  309. package/src/__tests__/security.test.ts +11 -1
  310. package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
  311. package/src/funcs/domainsBuyDomain.ts +2 -2
  312. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  313. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  314. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  315. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  316. package/src/funcs/domainsPatchDomain.ts +1 -1
  317. package/src/funcs/domainsRegistrarBuyDomains.ts +2 -2
  318. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
  319. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +2 -2
  320. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
  321. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +2 -2
  322. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
  323. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +2 -2
  324. package/src/funcs/domainsRegistrarGetOrder.ts +2 -2
  325. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +2 -2
  326. package/src/funcs/domainsRegistrarGetTldPrice.ts +2 -2
  327. package/src/funcs/domainsRegistrarTransferInDomain.ts +2 -2
  328. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  329. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  330. package/src/funcs/projectsGetProjects.ts +1 -0
  331. package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
  332. package/src/lib/config.ts +3 -3
  333. package/src/mcp-server/mcp-server.ts +1 -1
  334. package/src/mcp-server/server.ts +3 -1
  335. package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
  336. package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
  337. package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
  338. package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
  339. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
  340. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
  341. package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
  342. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  343. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
  344. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
  345. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
  346. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
  347. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
  348. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
  349. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
  350. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
  351. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
  352. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
  353. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  354. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  355. package/src/models/additionalcontactinforequired.ts +12 -51
  356. package/src/models/badrequest.ts +6 -49
  357. package/src/models/buydomainsop.ts +45 -33
  358. package/src/models/buysingledomainop.ts +37 -25
  359. package/src/models/createintegrationstoredirectop.ts +606 -604
  360. package/src/models/createortransferdomainop.ts +5 -3
  361. package/src/models/domainalreadyrenewing.ts +12 -51
  362. package/src/models/domainnotavailable.ts +12 -49
  363. package/src/models/domainnotfound.ts +12 -49
  364. package/src/models/domainnotregistered.ts +12 -49
  365. package/src/models/domainnotrenewable.ts +12 -49
  366. package/src/models/duplicatedomains.ts +12 -49
  367. package/src/models/expectedpricemismatch.ts +12 -51
  368. package/src/models/forbidden.ts +6 -47
  369. package/src/models/getconfigurationproductsop.ts +802 -802
  370. package/src/models/getcontactinfoschemaop.ts +6 -6
  371. package/src/models/getdomainauthcodeop.ts +6 -6
  372. package/src/models/getdomainpriceop.ts +23 -23
  373. package/src/models/getintegrationresourceop.ts +1 -0
  374. package/src/models/getintegrationresourcesop.ts +1 -0
  375. package/src/models/getorderop.ts +24 -15
  376. package/src/models/getprojectsop.ts +40 -0
  377. package/src/models/gettldpriceop.ts +24 -21
  378. package/src/models/httpapidecodeerror.ts +5 -49
  379. package/src/models/importresourceop.ts +1 -0
  380. package/src/models/internalservererror.ts +6 -49
  381. package/src/models/invalidadditionalcontactinfo.ts +12 -51
  382. package/src/models/issue.ts +0 -53
  383. package/src/models/notauthorizedforscope.ts +6 -51
  384. package/src/models/notfound.ts +6 -47
  385. package/src/models/ordertooexpensive.ts +12 -49
  386. package/src/models/patchdomainop.ts +6 -2
  387. package/src/models/propertykey.ts +13 -16
  388. package/src/models/renewdomainop.ts +24 -21
  389. package/src/models/tldnotsupported.ts +12 -49
  390. package/src/models/toomanydomains.ts +12 -49
  391. package/src/models/toomanyrequests.ts +8 -51
  392. package/src/models/transferindomainop.ts +23 -17
  393. package/src/models/unauthorized.ts +6 -49
  394. package/src/models/updatedomainautorenewop.ts +12 -12
  395. package/src/models/updatedomainnameserversop.ts +6 -6
  396. package/src/models/updateprojectop.ts +71 -0
  397. package/src/models/updatesharedconnectlinksop.ts +402 -0
  398. package/src/sdk/connect.ts +30 -0
  399. package/src/sdk/domains.ts +11 -11
  400. package/src/sdk/domainsregistrar.ts +23 -23
  401. package/src/sdk/sdk.ts +6 -0
  402. package/vercel-spec.json +497 -402
@@ -154,6 +154,7 @@ export declare const CreateIntegrationStoreDirectStatus: {
154
154
  readonly LimitsExceededSuspended: "limits-exceeded-suspended";
155
155
  readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
156
156
  readonly Initializing: "initializing";
157
+ readonly Onboarding: "onboarding";
157
158
  readonly Uninstalled: "uninstalled";
158
159
  };
159
160
  export type CreateIntegrationStoreDirectStatus = ClosedEnum<typeof CreateIntegrationStoreDirectStatus>;
@@ -173,6 +174,7 @@ export type CreateIntegrationStoreDirectMetadata = string | number | boolean | A
173
174
  export declare const ExternalResourceStatus: {
174
175
  readonly Error: "error";
175
176
  readonly Suspended: "suspended";
177
+ readonly Onboarding: "onboarding";
176
178
  readonly Uninstalled: "uninstalled";
177
179
  readonly Ready: "ready";
178
180
  readonly Pending: "pending";
@@ -191,9 +193,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
191
193
  readonly Object: "object";
192
194
  };
193
195
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
194
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494 = {};
196
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495 = {};
195
197
  export type CreateIntegrationStoreDirectPropertiesValue = {
196
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494;
198
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495;
197
199
  };
198
200
  export declare const CreateIntegrationStoreDirectDisabled3: {
199
201
  readonly Update: "update";
@@ -226,17 +228,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
226
228
  readonly Domain: "domain";
227
229
  };
228
230
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
229
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494 = {};
231
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495 = {};
230
232
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
231
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494;
233
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495;
232
234
  };
233
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494 = {};
235
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495 = {};
234
236
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
235
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494;
237
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495;
236
238
  };
237
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494 = {};
239
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495 = {};
238
240
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
239
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494;
241
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495;
240
242
  };
241
243
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
242
244
  readonly Update: "update";
@@ -297,9 +299,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
297
299
  readonly VercelRegion: "vercel-region";
298
300
  };
299
301
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
300
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494 = {};
302
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495 = {};
301
303
  export type CreateIntegrationStoreDirectUiOptionsValue = {
302
- atBRANDAt8494: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494;
304
+ atBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495;
303
305
  };
304
306
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
305
307
  readonly Update: "update";
@@ -324,9 +326,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
324
326
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
325
327
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
326
328
  };
327
- export type UiOptionsAtBRANDAt8494 = {};
329
+ export type UiOptionsAtBRANDAt8495 = {};
328
330
  export type CreateIntegrationStoreDirectUiOptions2 = {
329
- atBRANDAt8494: UiOptionsAtBRANDAt8494;
331
+ atBRANDAt8495: UiOptionsAtBRANDAt8495;
330
332
  };
331
333
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
332
334
  readonly Update: "update";
@@ -353,17 +355,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
353
355
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
354
356
  };
355
357
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
356
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494 = {};
358
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495 = {};
357
359
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
358
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494;
360
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495;
359
361
  };
360
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494 = {};
362
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495 = {};
361
363
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
362
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494;
364
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495;
363
365
  };
364
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494 = {};
366
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495 = {};
365
367
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
366
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494;
368
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495;
367
369
  };
368
370
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
369
371
  readonly Update: "update";
@@ -425,17 +427,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
425
427
  readonly String: "string";
426
428
  };
427
429
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
428
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494 = {};
430
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495 = {};
429
431
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
430
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494;
432
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495;
431
433
  };
432
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494 = {};
434
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495 = {};
433
435
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
434
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494;
436
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495;
435
437
  };
436
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494 = {};
438
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495 = {};
437
439
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
438
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494;
440
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495;
439
441
  };
440
442
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
441
443
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -558,17 +560,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
558
560
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
559
561
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
560
562
  };
561
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494 = {};
563
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495 = {};
562
564
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
563
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494;
565
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495;
564
566
  };
565
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494 = {};
567
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495 = {};
566
568
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
567
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494;
569
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495;
568
570
  };
569
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494 = {};
571
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495 = {};
570
572
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
571
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494;
573
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495;
572
574
  };
573
575
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
574
576
  readonly Update: "update";
@@ -814,17 +816,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
814
816
  readonly Input: "input";
815
817
  };
816
818
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
817
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494 = {};
819
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495 = {};
818
820
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
819
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494;
821
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495;
820
822
  };
821
- export type PropertiesAtBRANDAt8494 = {};
823
+ export type PropertiesAtBRANDAt8495 = {};
822
824
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
823
- atBRANDAt8494: PropertiesAtBRANDAt8494;
825
+ atBRANDAt8495: PropertiesAtBRANDAt8495;
824
826
  };
825
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8494 = {};
827
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495 = {};
826
828
  export type CreateIntegrationStoreDirectPropertiesPattern = {
827
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesAtBRANDAt8494;
829
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495;
828
830
  };
829
831
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
830
832
  readonly Update: "update";
@@ -975,9 +977,9 @@ export type Guides = {
975
977
  title: string;
976
978
  steps: Array<Steps>;
977
979
  };
978
- export type AtBRANDAt8494 = {};
980
+ export type AtBRANDAt8495 = {};
979
981
  export type CreateIntegrationStoreDirectValue = {
980
- atBRANDAt8494: AtBRANDAt8494;
982
+ atBRANDAt8495: AtBRANDAt8495;
981
983
  };
982
984
  export declare const Disabled3: {
983
985
  readonly Update: "update";
@@ -1440,6 +1442,7 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
1440
1442
  readonly LimitsExceededSuspended: "limits-exceeded-suspended";
1441
1443
  readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
1442
1444
  readonly Initializing: "initializing";
1445
+ readonly Onboarding: "onboarding";
1443
1446
  readonly Uninstalled: "uninstalled";
1444
1447
  }>;
1445
1448
  /** @deprecated use `CreateIntegrationStoreDirectStatus$outboundSchema` instead. */
@@ -1450,6 +1453,7 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
1450
1453
  readonly LimitsExceededSuspended: "limits-exceeded-suspended";
1451
1454
  readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
1452
1455
  readonly Initializing: "initializing";
1456
+ readonly Onboarding: "onboarding";
1453
1457
  readonly Uninstalled: "uninstalled";
1454
1458
  }>;
1455
1459
  }
@@ -1533,6 +1537,7 @@ export declare namespace ExternalResourceStatus$ {
1533
1537
  const inboundSchema: z.ZodNativeEnum<{
1534
1538
  readonly Error: "error";
1535
1539
  readonly Suspended: "suspended";
1540
+ readonly Onboarding: "onboarding";
1536
1541
  readonly Uninstalled: "uninstalled";
1537
1542
  readonly Ready: "ready";
1538
1543
  readonly Pending: "pending";
@@ -1542,6 +1547,7 @@ export declare namespace ExternalResourceStatus$ {
1542
1547
  const outboundSchema: z.ZodNativeEnum<{
1543
1548
  readonly Error: "error";
1544
1549
  readonly Suspended: "suspended";
1550
+ readonly Onboarding: "onboarding";
1545
1551
  readonly Uninstalled: "uninstalled";
1546
1552
  readonly Ready: "ready";
1547
1553
  readonly Pending: "pending";
@@ -1594,30 +1600,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1594
1600
  }>;
1595
1601
  }
1596
1602
  /** @internal */
1597
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494, z.ZodTypeDef, unknown>;
1603
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, z.ZodTypeDef, unknown>;
1598
1604
  /** @internal */
1599
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound = {};
1605
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound = {};
1600
1606
  /** @internal */
1601
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494>;
1607
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495>;
1602
1608
  /**
1603
1609
  * @internal
1604
1610
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1605
1611
  */
1606
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$ {
1607
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema` instead. */
1608
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494, z.ZodTypeDef, unknown>;
1609
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema` instead. */
1610
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494>;
1611
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound` instead. */
1612
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound;
1612
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ {
1613
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
1614
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, z.ZodTypeDef, unknown>;
1615
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
1616
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495>;
1617
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound` instead. */
1618
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
1613
1619
  }
1614
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494): string;
1615
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494, SDKValidationError>;
1620
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495): string;
1621
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, SDKValidationError>;
1616
1622
  /** @internal */
1617
1623
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1618
1624
  /** @internal */
1619
1625
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1620
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound;
1626
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
1621
1627
  };
1622
1628
  /** @internal */
1623
1629
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1820,30 +1826,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1820
1826
  }>;
1821
1827
  }
1822
1828
  /** @internal */
1823
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494, z.ZodTypeDef, unknown>;
1829
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, z.ZodTypeDef, unknown>;
1824
1830
  /** @internal */
1825
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound = {};
1831
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound = {};
1826
1832
  /** @internal */
1827
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494>;
1833
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495>;
1828
1834
  /**
1829
1835
  * @internal
1830
1836
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1831
1837
  */
1832
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$ {
1833
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema` instead. */
1834
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494, z.ZodTypeDef, unknown>;
1835
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema` instead. */
1836
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494>;
1837
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound` instead. */
1838
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound;
1838
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ {
1839
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
1840
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, z.ZodTypeDef, unknown>;
1841
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
1842
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495>;
1843
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound` instead. */
1844
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
1839
1845
  }
1840
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494): string;
1841
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494, SDKValidationError>;
1846
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495): string;
1847
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, SDKValidationError>;
1842
1848
  /** @internal */
1843
1849
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1844
1850
  /** @internal */
1845
1851
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1846
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound;
1852
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
1847
1853
  };
1848
1854
  /** @internal */
1849
1855
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -1862,30 +1868,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1862
1868
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1863
1869
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1864
1870
  /** @internal */
1865
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494, z.ZodTypeDef, unknown>;
1871
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, z.ZodTypeDef, unknown>;
1866
1872
  /** @internal */
1867
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound = {};
1873
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound = {};
1868
1874
  /** @internal */
1869
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494>;
1875
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495>;
1870
1876
  /**
1871
1877
  * @internal
1872
1878
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1873
1879
  */
1874
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$ {
1875
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema` instead. */
1876
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494, z.ZodTypeDef, unknown>;
1877
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema` instead. */
1878
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494>;
1879
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound` instead. */
1880
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound;
1880
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ {
1881
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
1882
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, z.ZodTypeDef, unknown>;
1883
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
1884
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495>;
1885
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound` instead. */
1886
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
1881
1887
  }
1882
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494): string;
1883
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494, SDKValidationError>;
1888
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495): string;
1889
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, SDKValidationError>;
1884
1890
  /** @internal */
1885
1891
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1886
1892
  /** @internal */
1887
1893
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1888
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound;
1894
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
1889
1895
  };
1890
1896
  /** @internal */
1891
1897
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -1904,30 +1910,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1904
1910
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1905
1911
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1906
1912
  /** @internal */
1907
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494, z.ZodTypeDef, unknown>;
1913
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, z.ZodTypeDef, unknown>;
1908
1914
  /** @internal */
1909
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound = {};
1915
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound = {};
1910
1916
  /** @internal */
1911
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494>;
1917
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495>;
1912
1918
  /**
1913
1919
  * @internal
1914
1920
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1915
1921
  */
1916
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$ {
1917
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema` instead. */
1918
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494, z.ZodTypeDef, unknown>;
1919
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema` instead. */
1920
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494>;
1921
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound` instead. */
1922
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound;
1922
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ {
1923
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
1924
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, z.ZodTypeDef, unknown>;
1925
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
1926
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495>;
1927
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound` instead. */
1928
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
1923
1929
  }
1924
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494): string;
1925
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494, SDKValidationError>;
1930
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495): string;
1931
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, SDKValidationError>;
1926
1932
  /** @internal */
1927
1933
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1928
1934
  /** @internal */
1929
1935
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1930
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound;
1936
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
1931
1937
  };
1932
1938
  /** @internal */
1933
1939
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -2268,30 +2274,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2268
2274
  }>;
2269
2275
  }
2270
2276
  /** @internal */
2271
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494, z.ZodTypeDef, unknown>;
2277
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
2272
2278
  /** @internal */
2273
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound = {};
2279
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound = {};
2274
2280
  /** @internal */
2275
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494>;
2281
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495>;
2276
2282
  /**
2277
2283
  * @internal
2278
2284
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2279
2285
  */
2280
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$ {
2281
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema` instead. */
2282
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494, z.ZodTypeDef, unknown>;
2283
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema` instead. */
2284
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494>;
2285
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound` instead. */
2286
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound;
2286
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ {
2287
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
2288
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
2289
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
2290
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495>;
2291
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound` instead. */
2292
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
2287
2293
  }
2288
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8494ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8494: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494): string;
2289
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494, SDKValidationError>;
2294
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495): string;
2295
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, SDKValidationError>;
2290
2296
  /** @internal */
2291
2297
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
2292
2298
  /** @internal */
2293
2299
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
2294
- "__@BRAND@8494": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound;
2300
+ "__@BRAND@8495": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
2295
2301
  };
2296
2302
  /** @internal */
2297
2303
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -2458,30 +2464,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
2458
2464
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
2459
2465
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
2460
2466
  /** @internal */
2461
- export declare const UiOptionsAtBRANDAt8494$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8494, z.ZodTypeDef, unknown>;
2467
+ export declare const UiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
2462
2468
  /** @internal */
2463
- export type UiOptionsAtBRANDAt8494$Outbound = {};
2469
+ export type UiOptionsAtBRANDAt8495$Outbound = {};
2464
2470
  /** @internal */
2465
- export declare const UiOptionsAtBRANDAt8494$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8494$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8494>;
2471
+ export declare const UiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8495>;
2466
2472
  /**
2467
2473
  * @internal
2468
2474
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2469
2475
  */
2470
- export declare namespace UiOptionsAtBRANDAt8494$ {
2471
- /** @deprecated use `UiOptionsAtBRANDAt8494$inboundSchema` instead. */
2472
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8494, z.ZodTypeDef, unknown>;
2473
- /** @deprecated use `UiOptionsAtBRANDAt8494$outboundSchema` instead. */
2474
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8494$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8494>;
2475
- /** @deprecated use `UiOptionsAtBRANDAt8494$Outbound` instead. */
2476
- type Outbound = UiOptionsAtBRANDAt8494$Outbound;
2476
+ export declare namespace UiOptionsAtBRANDAt8495$ {
2477
+ /** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
2478
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
2479
+ /** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
2480
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8495>;
2481
+ /** @deprecated use `UiOptionsAtBRANDAt8495$Outbound` instead. */
2482
+ type Outbound = UiOptionsAtBRANDAt8495$Outbound;
2477
2483
  }
2478
- export declare function uiOptionsAtBRANDAt8494ToJSON(uiOptionsAtBRANDAt8494: UiOptionsAtBRANDAt8494): string;
2479
- export declare function uiOptionsAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8494, SDKValidationError>;
2484
+ export declare function uiOptionsAtBRANDAt8495ToJSON(uiOptionsAtBRANDAt8495: UiOptionsAtBRANDAt8495): string;
2485
+ export declare function uiOptionsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8495, SDKValidationError>;
2480
2486
  /** @internal */
2481
2487
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
2482
2488
  /** @internal */
2483
2489
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
2484
- "__@BRAND@8494": UiOptionsAtBRANDAt8494$Outbound;
2490
+ "__@BRAND@8495": UiOptionsAtBRANDAt8495$Outbound;
2485
2491
  };
2486
2492
  /** @internal */
2487
2493
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2669,30 +2675,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2669
2675
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2670
2676
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2671
2677
  /** @internal */
2672
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494, z.ZodTypeDef, unknown>;
2678
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, z.ZodTypeDef, unknown>;
2673
2679
  /** @internal */
2674
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound = {};
2680
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound = {};
2675
2681
  /** @internal */
2676
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494>;
2682
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495>;
2677
2683
  /**
2678
2684
  * @internal
2679
2685
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2680
2686
  */
2681
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$ {
2682
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema` instead. */
2683
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494, z.ZodTypeDef, unknown>;
2684
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema` instead. */
2685
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494>;
2686
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound` instead. */
2687
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound;
2687
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ {
2688
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
2689
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, z.ZodTypeDef, unknown>;
2690
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
2691
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495>;
2692
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound` instead. */
2693
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
2688
2694
  }
2689
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494): string;
2690
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494, SDKValidationError>;
2695
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495): string;
2696
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, SDKValidationError>;
2691
2697
  /** @internal */
2692
2698
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2693
2699
  /** @internal */
2694
2700
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2695
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound;
2701
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
2696
2702
  };
2697
2703
  /** @internal */
2698
2704
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2711,30 +2717,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2711
2717
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2712
2718
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2713
2719
  /** @internal */
2714
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494, z.ZodTypeDef, unknown>;
2720
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, z.ZodTypeDef, unknown>;
2715
2721
  /** @internal */
2716
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound = {};
2722
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound = {};
2717
2723
  /** @internal */
2718
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494>;
2724
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495>;
2719
2725
  /**
2720
2726
  * @internal
2721
2727
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2722
2728
  */
2723
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$ {
2724
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema` instead. */
2725
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494, z.ZodTypeDef, unknown>;
2726
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema` instead. */
2727
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494>;
2728
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound` instead. */
2729
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound;
2729
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ {
2730
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
2731
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, z.ZodTypeDef, unknown>;
2732
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
2733
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495>;
2734
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound` instead. */
2735
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
2730
2736
  }
2731
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494): string;
2732
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494, SDKValidationError>;
2737
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495): string;
2738
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, SDKValidationError>;
2733
2739
  /** @internal */
2734
2740
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2735
2741
  /** @internal */
2736
2742
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2737
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound;
2743
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
2738
2744
  };
2739
2745
  /** @internal */
2740
2746
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2753,30 +2759,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2753
2759
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2754
2760
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2755
2761
  /** @internal */
2756
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494, z.ZodTypeDef, unknown>;
2762
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, z.ZodTypeDef, unknown>;
2757
2763
  /** @internal */
2758
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound = {};
2764
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound = {};
2759
2765
  /** @internal */
2760
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494>;
2766
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495>;
2761
2767
  /**
2762
2768
  * @internal
2763
2769
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2764
2770
  */
2765
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$ {
2766
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema` instead. */
2767
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494, z.ZodTypeDef, unknown>;
2768
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema` instead. */
2769
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494>;
2770
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound` instead. */
2771
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound;
2771
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ {
2772
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
2773
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, z.ZodTypeDef, unknown>;
2774
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
2775
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495>;
2776
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound` instead. */
2777
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
2772
2778
  }
2773
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494): string;
2774
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494, SDKValidationError>;
2779
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495): string;
2780
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, SDKValidationError>;
2775
2781
  /** @internal */
2776
2782
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2777
2783
  /** @internal */
2778
2784
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2779
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound;
2785
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
2780
2786
  };
2781
2787
  /** @internal */
2782
2788
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -3118,30 +3124,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3118
3124
  }>;
3119
3125
  }
3120
3126
  /** @internal */
3121
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494, z.ZodTypeDef, unknown>;
3127
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, z.ZodTypeDef, unknown>;
3122
3128
  /** @internal */
3123
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound = {};
3129
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound = {};
3124
3130
  /** @internal */
3125
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494>;
3131
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495>;
3126
3132
  /**
3127
3133
  * @internal
3128
3134
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3129
3135
  */
3130
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$ {
3131
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema` instead. */
3132
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494, z.ZodTypeDef, unknown>;
3133
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema` instead. */
3134
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494>;
3135
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound` instead. */
3136
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound;
3136
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ {
3137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
3138
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, z.ZodTypeDef, unknown>;
3139
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
3140
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495>;
3141
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound` instead. */
3142
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
3137
3143
  }
3138
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494): string;
3139
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494, SDKValidationError>;
3144
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495): string;
3145
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, SDKValidationError>;
3140
3146
  /** @internal */
3141
3147
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
3142
3148
  /** @internal */
3143
3149
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
3144
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound;
3150
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
3145
3151
  };
3146
3152
  /** @internal */
3147
3153
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
@@ -3160,30 +3166,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3160
3166
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
3161
3167
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
3162
3168
  /** @internal */
3163
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494, z.ZodTypeDef, unknown>;
3169
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, z.ZodTypeDef, unknown>;
3164
3170
  /** @internal */
3165
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound = {};
3171
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound = {};
3166
3172
  /** @internal */
3167
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494>;
3173
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495>;
3168
3174
  /**
3169
3175
  * @internal
3170
3176
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3171
3177
  */
3172
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$ {
3173
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema` instead. */
3174
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494, z.ZodTypeDef, unknown>;
3175
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema` instead. */
3176
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494>;
3177
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound` instead. */
3178
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound;
3178
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ {
3179
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
3180
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, z.ZodTypeDef, unknown>;
3181
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
3182
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495>;
3183
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound` instead. */
3184
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
3179
3185
  }
3180
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494): string;
3181
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494, SDKValidationError>;
3186
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495): string;
3187
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, SDKValidationError>;
3182
3188
  /** @internal */
3183
3189
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
3184
3190
  /** @internal */
3185
3191
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
3186
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound;
3192
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
3187
3193
  };
3188
3194
  /** @internal */
3189
3195
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
@@ -3202,30 +3208,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3202
3208
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
3203
3209
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
3204
3210
  /** @internal */
3205
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494, z.ZodTypeDef, unknown>;
3211
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, z.ZodTypeDef, unknown>;
3206
3212
  /** @internal */
3207
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound = {};
3213
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound = {};
3208
3214
  /** @internal */
3209
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494>;
3215
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495>;
3210
3216
  /**
3211
3217
  * @internal
3212
3218
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3213
3219
  */
3214
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$ {
3215
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema` instead. */
3216
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494, z.ZodTypeDef, unknown>;
3217
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema` instead. */
3218
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494>;
3219
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound` instead. */
3220
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound;
3220
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ {
3221
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
3222
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, z.ZodTypeDef, unknown>;
3223
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
3224
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495>;
3225
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound` instead. */
3226
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
3221
3227
  }
3222
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494): string;
3223
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494, SDKValidationError>;
3228
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495): string;
3229
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, SDKValidationError>;
3224
3230
  /** @internal */
3225
3231
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
3226
3232
  /** @internal */
3227
3233
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
3228
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound;
3234
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
3229
3235
  };
3230
3236
  /** @internal */
3231
3237
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -3911,30 +3917,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3911
3917
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3912
3918
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3913
3919
  /** @internal */
3914
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494, z.ZodTypeDef, unknown>;
3920
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, z.ZodTypeDef, unknown>;
3915
3921
  /** @internal */
3916
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound = {};
3922
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound = {};
3917
3923
  /** @internal */
3918
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494>;
3924
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495>;
3919
3925
  /**
3920
3926
  * @internal
3921
3927
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3922
3928
  */
3923
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$ {
3924
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema` instead. */
3925
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494, z.ZodTypeDef, unknown>;
3926
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema` instead. */
3927
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494>;
3928
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound` instead. */
3929
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound;
3929
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ {
3930
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
3931
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, z.ZodTypeDef, unknown>;
3932
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
3933
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495>;
3934
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound` instead. */
3935
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
3930
3936
  }
3931
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494): string;
3932
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494, SDKValidationError>;
3937
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495): string;
3938
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, SDKValidationError>;
3933
3939
  /** @internal */
3934
3940
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3935
3941
  /** @internal */
3936
3942
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3937
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound;
3943
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
3938
3944
  };
3939
3945
  /** @internal */
3940
3946
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3953,30 +3959,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3953
3959
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3954
3960
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3955
3961
  /** @internal */
3956
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494, z.ZodTypeDef, unknown>;
3962
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, z.ZodTypeDef, unknown>;
3957
3963
  /** @internal */
3958
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound = {};
3964
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound = {};
3959
3965
  /** @internal */
3960
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494>;
3966
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495>;
3961
3967
  /**
3962
3968
  * @internal
3963
3969
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3964
3970
  */
3965
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$ {
3966
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema` instead. */
3967
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494, z.ZodTypeDef, unknown>;
3968
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema` instead. */
3969
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494>;
3970
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound` instead. */
3971
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound;
3971
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ {
3972
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
3973
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, z.ZodTypeDef, unknown>;
3974
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
3975
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495>;
3976
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound` instead. */
3977
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
3972
3978
  }
3973
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494): string;
3974
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494, SDKValidationError>;
3979
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495): string;
3980
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, SDKValidationError>;
3975
3981
  /** @internal */
3976
3982
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3977
3983
  /** @internal */
3978
3984
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3979
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound;
3985
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
3980
3986
  };
3981
3987
  /** @internal */
3982
3988
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3995,30 +4001,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3995
4001
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3996
4002
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3997
4003
  /** @internal */
3998
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494, z.ZodTypeDef, unknown>;
4004
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, z.ZodTypeDef, unknown>;
3999
4005
  /** @internal */
4000
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound = {};
4006
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound = {};
4001
4007
  /** @internal */
4002
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494>;
4008
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495>;
4003
4009
  /**
4004
4010
  * @internal
4005
4011
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4006
4012
  */
4007
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$ {
4008
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema` instead. */
4009
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494, z.ZodTypeDef, unknown>;
4010
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema` instead. */
4011
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494>;
4012
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound` instead. */
4013
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound;
4013
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ {
4014
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
4015
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, z.ZodTypeDef, unknown>;
4016
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
4017
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495>;
4018
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound` instead. */
4019
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
4014
4020
  }
4015
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494): string;
4016
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494, SDKValidationError>;
4021
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495): string;
4022
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, SDKValidationError>;
4017
4023
  /** @internal */
4018
4024
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
4019
4025
  /** @internal */
4020
4026
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
4021
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound;
4027
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
4022
4028
  };
4023
4029
  /** @internal */
4024
4030
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -5366,30 +5372,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
5366
5372
  }>;
5367
5373
  }
5368
5374
  /** @internal */
5369
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494, z.ZodTypeDef, unknown>;
5375
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, z.ZodTypeDef, unknown>;
5370
5376
  /** @internal */
5371
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound = {};
5377
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound = {};
5372
5378
  /** @internal */
5373
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494>;
5379
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495>;
5374
5380
  /**
5375
5381
  * @internal
5376
5382
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5377
5383
  */
5378
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$ {
5379
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema` instead. */
5380
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494, z.ZodTypeDef, unknown>;
5381
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema` instead. */
5382
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494>;
5383
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound` instead. */
5384
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound;
5384
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ {
5385
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
5386
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, z.ZodTypeDef, unknown>;
5387
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
5388
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495>;
5389
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound` instead. */
5390
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
5385
5391
  }
5386
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494): string;
5387
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494, SDKValidationError>;
5392
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495): string;
5393
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, SDKValidationError>;
5388
5394
  /** @internal */
5389
5395
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
5390
5396
  /** @internal */
5391
5397
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
5392
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound;
5398
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
5393
5399
  };
5394
5400
  /** @internal */
5395
5401
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -5408,30 +5414,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
5408
5414
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
5409
5415
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
5410
5416
  /** @internal */
5411
- export declare const PropertiesAtBRANDAt8494$inboundSchema: z.ZodType<PropertiesAtBRANDAt8494, z.ZodTypeDef, unknown>;
5417
+ export declare const PropertiesAtBRANDAt8495$inboundSchema: z.ZodType<PropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
5412
5418
  /** @internal */
5413
- export type PropertiesAtBRANDAt8494$Outbound = {};
5419
+ export type PropertiesAtBRANDAt8495$Outbound = {};
5414
5420
  /** @internal */
5415
- export declare const PropertiesAtBRANDAt8494$outboundSchema: z.ZodType<PropertiesAtBRANDAt8494$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8494>;
5421
+ export declare const PropertiesAtBRANDAt8495$outboundSchema: z.ZodType<PropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8495>;
5416
5422
  /**
5417
5423
  * @internal
5418
5424
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5419
5425
  */
5420
- export declare namespace PropertiesAtBRANDAt8494$ {
5421
- /** @deprecated use `PropertiesAtBRANDAt8494$inboundSchema` instead. */
5422
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt8494, z.ZodTypeDef, unknown>;
5423
- /** @deprecated use `PropertiesAtBRANDAt8494$outboundSchema` instead. */
5424
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt8494$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8494>;
5425
- /** @deprecated use `PropertiesAtBRANDAt8494$Outbound` instead. */
5426
- type Outbound = PropertiesAtBRANDAt8494$Outbound;
5426
+ export declare namespace PropertiesAtBRANDAt8495$ {
5427
+ /** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
5428
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
5429
+ /** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
5430
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8495>;
5431
+ /** @deprecated use `PropertiesAtBRANDAt8495$Outbound` instead. */
5432
+ type Outbound = PropertiesAtBRANDAt8495$Outbound;
5427
5433
  }
5428
- export declare function propertiesAtBRANDAt8494ToJSON(propertiesAtBRANDAt8494: PropertiesAtBRANDAt8494): string;
5429
- export declare function propertiesAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8494, SDKValidationError>;
5434
+ export declare function propertiesAtBRANDAt8495ToJSON(propertiesAtBRANDAt8495: PropertiesAtBRANDAt8495): string;
5435
+ export declare function propertiesAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8495, SDKValidationError>;
5430
5436
  /** @internal */
5431
5437
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
5432
5438
  /** @internal */
5433
5439
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
5434
- "__@BRAND@8494": PropertiesAtBRANDAt8494$Outbound;
5440
+ "__@BRAND@8495": PropertiesAtBRANDAt8495$Outbound;
5435
5441
  };
5436
5442
  /** @internal */
5437
5443
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -5450,30 +5456,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
5450
5456
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
5451
5457
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
5452
5458
  /** @internal */
5453
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8494, z.ZodTypeDef, unknown>;
5459
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
5454
5460
  /** @internal */
5455
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound = {};
5461
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound = {};
5456
5462
  /** @internal */
5457
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8494>;
5463
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495>;
5458
5464
  /**
5459
5465
  * @internal
5460
5466
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5461
5467
  */
5462
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$ {
5463
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema` instead. */
5464
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8494, z.ZodTypeDef, unknown>;
5465
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema` instead. */
5466
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8494>;
5467
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound` instead. */
5468
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound;
5468
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ {
5469
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
5470
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
5471
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
5472
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495>;
5473
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound` instead. */
5474
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
5469
5475
  }
5470
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8494: CreateIntegrationStoreDirectPropertiesAtBRANDAt8494): string;
5471
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8494FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8494, SDKValidationError>;
5476
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495): string;
5477
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, SDKValidationError>;
5472
5478
  /** @internal */
5473
5479
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
5474
5480
  /** @internal */
5475
5481
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
5476
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound;
5482
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
5477
5483
  };
5478
5484
  /** @internal */
5479
5485
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -6107,30 +6113,30 @@ export declare namespace Guides$ {
6107
6113
  export declare function guidesToJSON(guides: Guides): string;
6108
6114
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
6109
6115
  /** @internal */
6110
- export declare const AtBRANDAt8494$inboundSchema: z.ZodType<AtBRANDAt8494, z.ZodTypeDef, unknown>;
6116
+ export declare const AtBRANDAt8495$inboundSchema: z.ZodType<AtBRANDAt8495, z.ZodTypeDef, unknown>;
6111
6117
  /** @internal */
6112
- export type AtBRANDAt8494$Outbound = {};
6118
+ export type AtBRANDAt8495$Outbound = {};
6113
6119
  /** @internal */
6114
- export declare const AtBRANDAt8494$outboundSchema: z.ZodType<AtBRANDAt8494$Outbound, z.ZodTypeDef, AtBRANDAt8494>;
6120
+ export declare const AtBRANDAt8495$outboundSchema: z.ZodType<AtBRANDAt8495$Outbound, z.ZodTypeDef, AtBRANDAt8495>;
6115
6121
  /**
6116
6122
  * @internal
6117
6123
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6118
6124
  */
6119
- export declare namespace AtBRANDAt8494$ {
6120
- /** @deprecated use `AtBRANDAt8494$inboundSchema` instead. */
6121
- const inboundSchema: z.ZodType<AtBRANDAt8494, z.ZodTypeDef, unknown>;
6122
- /** @deprecated use `AtBRANDAt8494$outboundSchema` instead. */
6123
- const outboundSchema: z.ZodType<AtBRANDAt8494$Outbound, z.ZodTypeDef, AtBRANDAt8494>;
6124
- /** @deprecated use `AtBRANDAt8494$Outbound` instead. */
6125
- type Outbound = AtBRANDAt8494$Outbound;
6125
+ export declare namespace AtBRANDAt8495$ {
6126
+ /** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
6127
+ const inboundSchema: z.ZodType<AtBRANDAt8495, z.ZodTypeDef, unknown>;
6128
+ /** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
6129
+ const outboundSchema: z.ZodType<AtBRANDAt8495$Outbound, z.ZodTypeDef, AtBRANDAt8495>;
6130
+ /** @deprecated use `AtBRANDAt8495$Outbound` instead. */
6131
+ type Outbound = AtBRANDAt8495$Outbound;
6126
6132
  }
6127
- export declare function atBRANDAt8494ToJSON(atBRANDAt8494: AtBRANDAt8494): string;
6128
- export declare function atBRANDAt8494FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8494, SDKValidationError>;
6133
+ export declare function atBRANDAt8495ToJSON(atBRANDAt8495: AtBRANDAt8495): string;
6134
+ export declare function atBRANDAt8495FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8495, SDKValidationError>;
6129
6135
  /** @internal */
6130
6136
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
6131
6137
  /** @internal */
6132
6138
  export type CreateIntegrationStoreDirectValue$Outbound = {
6133
- "__@BRAND@8494": AtBRANDAt8494$Outbound;
6139
+ "__@BRAND@8495": AtBRANDAt8495$Outbound;
6134
6140
  };
6135
6141
  /** @internal */
6136
6142
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;