@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
@@ -76,6 +76,7 @@ export const CreateIntegrationStoreDirectStatus = {
76
76
  LimitsExceededSuspended: "limits-exceeded-suspended",
77
77
  LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count",
78
78
  Initializing: "initializing",
79
+ Onboarding: "onboarding",
79
80
  Uninstalled: "uninstalled",
80
81
  };
81
82
  export const CreateIntegrationStoreDirectOwnership = {
@@ -86,6 +87,7 @@ export const CreateIntegrationStoreDirectOwnership = {
86
87
  export const ExternalResourceStatus = {
87
88
  Error: "error",
88
89
  Suspended: "suspended",
90
+ Onboarding: "onboarding",
89
91
  Uninstalled: "uninstalled",
90
92
  Ready: "ready",
91
93
  Pending: "pending",
@@ -799,42 +801,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
799
801
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
800
802
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
801
803
  /** @internal */
802
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema = z.object({});
804
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema = z.object({});
803
805
  /** @internal */
804
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema = z.object({});
806
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema = z.object({});
805
807
  /**
806
808
  * @internal
807
809
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
808
810
  */
809
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$;
810
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$) {
811
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema` instead. */
812
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema;
813
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema` instead. */
814
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema;
815
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$ = {}));
816
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494) {
817
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema
818
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494));
811
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$;
812
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$) {
813
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
814
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema;
815
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
816
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema;
817
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ = {}));
818
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495) {
819
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
820
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495));
819
821
  }
820
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494FromJSON(jsonString) {
821
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema
822
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494' from JSON`);
822
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(jsonString) {
823
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
824
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495' from JSON`);
823
825
  }
824
826
  /** @internal */
825
827
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
826
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema),
828
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema),
827
829
  }).transform((v) => {
828
830
  return remap$(v, {
829
- "__@BRAND@8494": "atBRANDAt8494",
831
+ "__@BRAND@8495": "atBRANDAt8495",
830
832
  });
831
833
  });
832
834
  /** @internal */
833
835
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
834
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema),
836
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema),
835
837
  }).transform((v) => {
836
838
  return remap$(v, {
837
- atBRANDAt8494: "__@BRAND@8494",
839
+ atBRANDAt8495: "__@BRAND@8495",
838
840
  });
839
841
  });
840
842
  /**
@@ -1068,42 +1070,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1068
1070
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1069
1071
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1070
1072
  /** @internal */
1071
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema = z.object({});
1073
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema = z.object({});
1072
1074
  /** @internal */
1073
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema = z.object({});
1075
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema = z.object({});
1074
1076
  /**
1075
1077
  * @internal
1076
1078
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1077
1079
  */
1078
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$;
1079
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$) {
1080
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema` instead. */
1081
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema;
1082
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema` instead. */
1083
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema;
1084
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$ = {}));
1085
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494) {
1086
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema
1087
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494));
1080
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$;
1081
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$) {
1082
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
1083
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema;
1084
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
1085
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema;
1086
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ = {}));
1087
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495) {
1088
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
1089
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495));
1088
1090
  }
1089
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494FromJSON(jsonString) {
1090
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema
1091
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494' from JSON`);
1091
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(jsonString) {
1092
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
1093
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495' from JSON`);
1092
1094
  }
1093
1095
  /** @internal */
1094
1096
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1095
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema),
1097
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema),
1096
1098
  }).transform((v) => {
1097
1099
  return remap$(v, {
1098
- "__@BRAND@8494": "atBRANDAt8494",
1100
+ "__@BRAND@8495": "atBRANDAt8495",
1099
1101
  });
1100
1102
  });
1101
1103
  /** @internal */
1102
1104
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1103
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema),
1105
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema),
1104
1106
  }).transform((v) => {
1105
1107
  return remap$(v, {
1106
- atBRANDAt8494: "__@BRAND@8494",
1108
+ atBRANDAt8495: "__@BRAND@8495",
1107
1109
  });
1108
1110
  });
1109
1111
  /**
@@ -1126,42 +1128,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
1126
1128
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1127
1129
  }
1128
1130
  /** @internal */
1129
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema = z.object({});
1131
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema = z.object({});
1130
1132
  /** @internal */
1131
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema = z.object({});
1133
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema = z.object({});
1132
1134
  /**
1133
1135
  * @internal
1134
1136
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1135
1137
  */
1136
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$;
1137
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$) {
1138
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema` instead. */
1139
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema;
1140
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema` instead. */
1141
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema;
1142
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$ = {}));
1143
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494) {
1144
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema
1145
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494));
1138
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$;
1139
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$) {
1140
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
1141
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema;
1142
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
1143
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema;
1144
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ = {}));
1145
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495) {
1146
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
1147
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495));
1146
1148
  }
1147
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494FromJSON(jsonString) {
1148
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema
1149
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494' from JSON`);
1149
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(jsonString) {
1150
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
1151
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495' from JSON`);
1150
1152
  }
1151
1153
  /** @internal */
1152
1154
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1153
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema),
1155
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema),
1154
1156
  }).transform((v) => {
1155
1157
  return remap$(v, {
1156
- "__@BRAND@8494": "atBRANDAt8494",
1158
+ "__@BRAND@8495": "atBRANDAt8495",
1157
1159
  });
1158
1160
  });
1159
1161
  /** @internal */
1160
1162
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1161
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema),
1163
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema),
1162
1164
  }).transform((v) => {
1163
1165
  return remap$(v, {
1164
- atBRANDAt8494: "__@BRAND@8494",
1166
+ atBRANDAt8495: "__@BRAND@8495",
1165
1167
  });
1166
1168
  });
1167
1169
  /**
@@ -1184,42 +1186,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1184
1186
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1185
1187
  }
1186
1188
  /** @internal */
1187
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema = z.object({});
1189
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema = z.object({});
1188
1190
  /** @internal */
1189
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema = z.object({});
1191
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema = z.object({});
1190
1192
  /**
1191
1193
  * @internal
1192
1194
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1193
1195
  */
1194
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$;
1195
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$) {
1196
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema` instead. */
1197
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema;
1198
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema` instead. */
1199
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema;
1200
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$ = {}));
1201
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494) {
1202
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema
1203
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494));
1196
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$;
1197
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$) {
1198
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
1199
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema;
1200
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
1201
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema;
1202
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ = {}));
1203
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495) {
1204
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
1205
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495));
1204
1206
  }
1205
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494FromJSON(jsonString) {
1206
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema
1207
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494' from JSON`);
1207
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(jsonString) {
1208
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
1209
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495' from JSON`);
1208
1210
  }
1209
1211
  /** @internal */
1210
1212
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1211
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema),
1213
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema),
1212
1214
  }).transform((v) => {
1213
1215
  return remap$(v, {
1214
- "__@BRAND@8494": "atBRANDAt8494",
1216
+ "__@BRAND@8495": "atBRANDAt8495",
1215
1217
  });
1216
1218
  });
1217
1219
  /** @internal */
1218
1220
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1219
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema),
1221
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema),
1220
1222
  }).transform((v) => {
1221
1223
  return remap$(v, {
1222
- atBRANDAt8494: "__@BRAND@8494",
1224
+ atBRANDAt8495: "__@BRAND@8495",
1223
1225
  });
1224
1226
  });
1225
1227
  /**
@@ -1679,40 +1681,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1679
1681
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
1680
1682
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
1681
1683
  /** @internal */
1682
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema = z.object({});
1684
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema = z.object({});
1683
1685
  /** @internal */
1684
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema = z.object({});
1686
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema = z.object({});
1685
1687
  /**
1686
1688
  * @internal
1687
1689
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1688
1690
  */
1689
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$;
1690
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$) {
1691
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema` instead. */
1692
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema;
1693
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema` instead. */
1694
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema;
1695
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$ = {}));
1696
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8494) {
1697
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8494));
1691
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$;
1692
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$) {
1693
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
1694
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema;
1695
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
1696
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema;
1697
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ = {}));
1698
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8495) {
1699
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8495));
1698
1700
  }
1699
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494FromJSON(jsonString) {
1700
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494' from JSON`);
1701
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(jsonString) {
1702
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495' from JSON`);
1701
1703
  }
1702
1704
  /** @internal */
1703
1705
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1704
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema),
1706
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema),
1705
1707
  }).transform((v) => {
1706
1708
  return remap$(v, {
1707
- "__@BRAND@8494": "atBRANDAt8494",
1709
+ "__@BRAND@8495": "atBRANDAt8495",
1708
1710
  });
1709
1711
  });
1710
1712
  /** @internal */
1711
1713
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1712
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema),
1714
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema),
1713
1715
  }).transform((v) => {
1714
1716
  return remap$(v, {
1715
- atBRANDAt8494: "__@BRAND@8494",
1717
+ atBRANDAt8495: "__@BRAND@8495",
1716
1718
  });
1717
1719
  });
1718
1720
  /**
@@ -1924,40 +1926,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1924
1926
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1925
1927
  }
1926
1928
  /** @internal */
1927
- export const UiOptionsAtBRANDAt8494$inboundSchema = z.object({});
1929
+ export const UiOptionsAtBRANDAt8495$inboundSchema = z.object({});
1928
1930
  /** @internal */
1929
- export const UiOptionsAtBRANDAt8494$outboundSchema = z.object({});
1931
+ export const UiOptionsAtBRANDAt8495$outboundSchema = z.object({});
1930
1932
  /**
1931
1933
  * @internal
1932
1934
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1933
1935
  */
1934
- export var UiOptionsAtBRANDAt8494$;
1935
- (function (UiOptionsAtBRANDAt8494$) {
1936
- /** @deprecated use `UiOptionsAtBRANDAt8494$inboundSchema` instead. */
1937
- UiOptionsAtBRANDAt8494$.inboundSchema = UiOptionsAtBRANDAt8494$inboundSchema;
1938
- /** @deprecated use `UiOptionsAtBRANDAt8494$outboundSchema` instead. */
1939
- UiOptionsAtBRANDAt8494$.outboundSchema = UiOptionsAtBRANDAt8494$outboundSchema;
1940
- })(UiOptionsAtBRANDAt8494$ || (UiOptionsAtBRANDAt8494$ = {}));
1941
- export function uiOptionsAtBRANDAt8494ToJSON(uiOptionsAtBRANDAt8494) {
1942
- return JSON.stringify(UiOptionsAtBRANDAt8494$outboundSchema.parse(uiOptionsAtBRANDAt8494));
1936
+ export var UiOptionsAtBRANDAt8495$;
1937
+ (function (UiOptionsAtBRANDAt8495$) {
1938
+ /** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
1939
+ UiOptionsAtBRANDAt8495$.inboundSchema = UiOptionsAtBRANDAt8495$inboundSchema;
1940
+ /** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
1941
+ UiOptionsAtBRANDAt8495$.outboundSchema = UiOptionsAtBRANDAt8495$outboundSchema;
1942
+ })(UiOptionsAtBRANDAt8495$ || (UiOptionsAtBRANDAt8495$ = {}));
1943
+ export function uiOptionsAtBRANDAt8495ToJSON(uiOptionsAtBRANDAt8495) {
1944
+ return JSON.stringify(UiOptionsAtBRANDAt8495$outboundSchema.parse(uiOptionsAtBRANDAt8495));
1943
1945
  }
1944
- export function uiOptionsAtBRANDAt8494FromJSON(jsonString) {
1945
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8494' from JSON`);
1946
+ export function uiOptionsAtBRANDAt8495FromJSON(jsonString) {
1947
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8495' from JSON`);
1946
1948
  }
1947
1949
  /** @internal */
1948
1950
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1949
- "__@BRAND@8494": z.lazy(() => UiOptionsAtBRANDAt8494$inboundSchema),
1951
+ "__@BRAND@8495": z.lazy(() => UiOptionsAtBRANDAt8495$inboundSchema),
1950
1952
  }).transform((v) => {
1951
1953
  return remap$(v, {
1952
- "__@BRAND@8494": "atBRANDAt8494",
1954
+ "__@BRAND@8495": "atBRANDAt8495",
1953
1955
  });
1954
1956
  });
1955
1957
  /** @internal */
1956
1958
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1957
- atBRANDAt8494: z.lazy(() => UiOptionsAtBRANDAt8494$outboundSchema),
1959
+ atBRANDAt8495: z.lazy(() => UiOptionsAtBRANDAt8495$outboundSchema),
1958
1960
  }).transform((v) => {
1959
1961
  return remap$(v, {
1960
- atBRANDAt8494: "__@BRAND@8494",
1962
+ atBRANDAt8495: "__@BRAND@8495",
1961
1963
  });
1962
1964
  });
1963
1965
  /**
@@ -2198,42 +2200,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
2198
2200
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
2199
2201
  }
2200
2202
  /** @internal */
2201
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema = z.object({});
2203
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema = z.object({});
2202
2204
  /** @internal */
2203
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema = z.object({});
2205
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema = z.object({});
2204
2206
  /**
2205
2207
  * @internal
2206
2208
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2207
2209
  */
2208
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$;
2209
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$) {
2210
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema` instead. */
2211
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema;
2212
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema` instead. */
2213
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema;
2214
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$ = {}));
2215
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494) {
2216
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema
2217
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494));
2210
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$;
2211
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$) {
2212
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
2213
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema;
2214
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
2215
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema;
2216
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ = {}));
2217
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495) {
2218
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
2219
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495));
2218
2220
  }
2219
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494FromJSON(jsonString) {
2220
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema
2221
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494' from JSON`);
2221
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(jsonString) {
2222
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
2223
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495' from JSON`);
2222
2224
  }
2223
2225
  /** @internal */
2224
2226
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
2225
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema),
2227
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema),
2226
2228
  }).transform((v) => {
2227
2229
  return remap$(v, {
2228
- "__@BRAND@8494": "atBRANDAt8494",
2230
+ "__@BRAND@8495": "atBRANDAt8495",
2229
2231
  });
2230
2232
  });
2231
2233
  /** @internal */
2232
2234
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
2233
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema),
2235
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema),
2234
2236
  }).transform((v) => {
2235
2237
  return remap$(v, {
2236
- atBRANDAt8494: "__@BRAND@8494",
2238
+ atBRANDAt8495: "__@BRAND@8495",
2237
2239
  });
2238
2240
  });
2239
2241
  /**
@@ -2256,42 +2258,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
2256
2258
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
2257
2259
  }
2258
2260
  /** @internal */
2259
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema = z.object({});
2261
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema = z.object({});
2260
2262
  /** @internal */
2261
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema = z.object({});
2263
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema = z.object({});
2262
2264
  /**
2263
2265
  * @internal
2264
2266
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2265
2267
  */
2266
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$;
2267
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$) {
2268
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema` instead. */
2269
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema;
2270
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema` instead. */
2271
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema;
2272
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$ = {}));
2273
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494) {
2274
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema
2275
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494));
2268
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$;
2269
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$) {
2270
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
2271
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema;
2272
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
2273
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema;
2274
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ = {}));
2275
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495) {
2276
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
2277
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495));
2276
2278
  }
2277
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494FromJSON(jsonString) {
2278
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema
2279
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494' from JSON`);
2279
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(jsonString) {
2280
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
2281
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495' from JSON`);
2280
2282
  }
2281
2283
  /** @internal */
2282
2284
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
2283
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema),
2285
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema),
2284
2286
  }).transform((v) => {
2285
2287
  return remap$(v, {
2286
- "__@BRAND@8494": "atBRANDAt8494",
2288
+ "__@BRAND@8495": "atBRANDAt8495",
2287
2289
  });
2288
2290
  });
2289
2291
  /** @internal */
2290
2292
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
2291
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema),
2293
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema),
2292
2294
  }).transform((v) => {
2293
2295
  return remap$(v, {
2294
- atBRANDAt8494: "__@BRAND@8494",
2296
+ atBRANDAt8495: "__@BRAND@8495",
2295
2297
  });
2296
2298
  });
2297
2299
  /**
@@ -2314,42 +2316,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
2314
2316
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
2315
2317
  }
2316
2318
  /** @internal */
2317
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema = z.object({});
2319
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema = z.object({});
2318
2320
  /** @internal */
2319
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema = z.object({});
2321
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema = z.object({});
2320
2322
  /**
2321
2323
  * @internal
2322
2324
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2323
2325
  */
2324
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$;
2325
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$) {
2326
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema` instead. */
2327
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema;
2328
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema` instead. */
2329
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema;
2330
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$ = {}));
2331
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494) {
2332
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema
2333
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494));
2326
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$;
2327
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$) {
2328
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
2329
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema;
2330
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
2331
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema;
2332
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ = {}));
2333
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495) {
2334
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
2335
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495));
2334
2336
  }
2335
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494FromJSON(jsonString) {
2336
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema
2337
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494' from JSON`);
2337
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(jsonString) {
2338
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
2339
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495' from JSON`);
2338
2340
  }
2339
2341
  /** @internal */
2340
2342
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
2341
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema),
2343
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema),
2342
2344
  }).transform((v) => {
2343
2345
  return remap$(v, {
2344
- "__@BRAND@8494": "atBRANDAt8494",
2346
+ "__@BRAND@8495": "atBRANDAt8495",
2345
2347
  });
2346
2348
  });
2347
2349
  /** @internal */
2348
2350
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
2349
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema),
2351
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema),
2350
2352
  }).transform((v) => {
2351
2353
  return remap$(v, {
2352
- atBRANDAt8494: "__@BRAND@8494",
2354
+ atBRANDAt8495: "__@BRAND@8495",
2353
2355
  });
2354
2356
  });
2355
2357
  /**
@@ -2821,42 +2823,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2821
2823
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2822
2824
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2823
2825
  /** @internal */
2824
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema = z.object({});
2826
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema = z.object({});
2825
2827
  /** @internal */
2826
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema = z.object({});
2828
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema = z.object({});
2827
2829
  /**
2828
2830
  * @internal
2829
2831
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2830
2832
  */
2831
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$;
2832
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$) {
2833
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema` instead. */
2834
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema;
2835
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema` instead. */
2836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema;
2837
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$ = {}));
2838
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494) {
2839
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema
2840
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494));
2833
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$;
2834
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$) {
2835
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
2836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema;
2837
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
2838
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema;
2839
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ = {}));
2840
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495) {
2841
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
2842
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495));
2841
2843
  }
2842
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494FromJSON(jsonString) {
2843
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema
2844
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494' from JSON`);
2844
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(jsonString) {
2845
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
2846
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495' from JSON`);
2845
2847
  }
2846
2848
  /** @internal */
2847
2849
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2848
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema),
2850
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema),
2849
2851
  }).transform((v) => {
2850
2852
  return remap$(v, {
2851
- "__@BRAND@8494": "atBRANDAt8494",
2853
+ "__@BRAND@8495": "atBRANDAt8495",
2852
2854
  });
2853
2855
  });
2854
2856
  /** @internal */
2855
2857
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2856
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema),
2858
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema),
2857
2859
  }).transform((v) => {
2858
2860
  return remap$(v, {
2859
- atBRANDAt8494: "__@BRAND@8494",
2861
+ atBRANDAt8495: "__@BRAND@8495",
2860
2862
  });
2861
2863
  });
2862
2864
  /**
@@ -2879,42 +2881,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2879
2881
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
2880
2882
  }
2881
2883
  /** @internal */
2882
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema = z.object({});
2884
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema = z.object({});
2883
2885
  /** @internal */
2884
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema = z.object({});
2886
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema = z.object({});
2885
2887
  /**
2886
2888
  * @internal
2887
2889
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2888
2890
  */
2889
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$;
2890
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$) {
2891
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema` instead. */
2892
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema;
2893
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema` instead. */
2894
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema;
2895
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$ = {}));
2896
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494) {
2897
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema
2898
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494));
2891
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$;
2892
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$) {
2893
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
2894
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema;
2895
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
2896
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema;
2897
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ = {}));
2898
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495) {
2899
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
2900
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495));
2899
2901
  }
2900
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494FromJSON(jsonString) {
2901
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema
2902
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494' from JSON`);
2902
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(jsonString) {
2903
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
2904
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495' from JSON`);
2903
2905
  }
2904
2906
  /** @internal */
2905
2907
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
2906
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema),
2908
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema),
2907
2909
  }).transform((v) => {
2908
2910
  return remap$(v, {
2909
- "__@BRAND@8494": "atBRANDAt8494",
2911
+ "__@BRAND@8495": "atBRANDAt8495",
2910
2912
  });
2911
2913
  });
2912
2914
  /** @internal */
2913
2915
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2914
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema),
2916
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema),
2915
2917
  }).transform((v) => {
2916
2918
  return remap$(v, {
2917
- atBRANDAt8494: "__@BRAND@8494",
2919
+ atBRANDAt8495: "__@BRAND@8495",
2918
2920
  });
2919
2921
  });
2920
2922
  /**
@@ -2937,42 +2939,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2937
2939
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2938
2940
  }
2939
2941
  /** @internal */
2940
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema = z.object({});
2942
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema = z.object({});
2941
2943
  /** @internal */
2942
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema = z.object({});
2944
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema = z.object({});
2943
2945
  /**
2944
2946
  * @internal
2945
2947
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2946
2948
  */
2947
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$;
2948
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$) {
2949
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema` instead. */
2950
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema;
2951
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema` instead. */
2952
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema;
2953
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$ = {}));
2954
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494) {
2955
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema
2956
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494));
2949
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$;
2950
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$) {
2951
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
2952
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema;
2953
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
2954
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema;
2955
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ = {}));
2956
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495) {
2957
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
2958
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495));
2957
2959
  }
2958
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494FromJSON(jsonString) {
2959
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema
2960
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494' from JSON`);
2960
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(jsonString) {
2961
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
2962
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495' from JSON`);
2961
2963
  }
2962
2964
  /** @internal */
2963
2965
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2964
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema),
2966
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema),
2965
2967
  }).transform((v) => {
2966
2968
  return remap$(v, {
2967
- "__@BRAND@8494": "atBRANDAt8494",
2969
+ "__@BRAND@8495": "atBRANDAt8495",
2968
2970
  });
2969
2971
  });
2970
2972
  /** @internal */
2971
2973
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2972
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema),
2974
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema),
2973
2975
  }).transform((v) => {
2974
2976
  return remap$(v, {
2975
- atBRANDAt8494: "__@BRAND@8494",
2977
+ atBRANDAt8495: "__@BRAND@8495",
2976
2978
  });
2977
2979
  });
2978
2980
  /**
@@ -3876,42 +3878,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3876
3878
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3877
3879
  }
3878
3880
  /** @internal */
3879
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema = z.object({});
3881
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema = z.object({});
3880
3882
  /** @internal */
3881
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema = z.object({});
3883
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema = z.object({});
3882
3884
  /**
3883
3885
  * @internal
3884
3886
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3885
3887
  */
3886
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$;
3887
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$) {
3888
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema` instead. */
3889
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema;
3890
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema` instead. */
3891
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema;
3892
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$ = {}));
3893
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494) {
3894
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema
3895
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494));
3888
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$;
3889
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$) {
3890
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
3891
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema;
3892
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
3893
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema;
3894
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ = {}));
3895
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495) {
3896
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
3897
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495));
3896
3898
  }
3897
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494FromJSON(jsonString) {
3898
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema
3899
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494' from JSON`);
3899
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(jsonString) {
3900
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
3901
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495' from JSON`);
3900
3902
  }
3901
3903
  /** @internal */
3902
3904
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3903
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema),
3905
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema),
3904
3906
  }).transform((v) => {
3905
3907
  return remap$(v, {
3906
- "__@BRAND@8494": "atBRANDAt8494",
3908
+ "__@BRAND@8495": "atBRANDAt8495",
3907
3909
  });
3908
3910
  });
3909
3911
  /** @internal */
3910
3912
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3911
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema),
3913
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema),
3912
3914
  }).transform((v) => {
3913
3915
  return remap$(v, {
3914
- atBRANDAt8494: "__@BRAND@8494",
3916
+ atBRANDAt8495: "__@BRAND@8495",
3915
3917
  });
3916
3918
  });
3917
3919
  /**
@@ -3934,42 +3936,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3934
3936
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3935
3937
  }
3936
3938
  /** @internal */
3937
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema = z.object({});
3939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema = z.object({});
3938
3940
  /** @internal */
3939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema = z.object({});
3941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema = z.object({});
3940
3942
  /**
3941
3943
  * @internal
3942
3944
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3943
3945
  */
3944
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$;
3945
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$) {
3946
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema` instead. */
3947
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema;
3948
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema` instead. */
3949
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema;
3950
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$ = {}));
3951
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494) {
3952
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema
3953
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494));
3946
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$;
3947
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$) {
3948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
3949
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema;
3950
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
3951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema;
3952
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ = {}));
3953
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495) {
3954
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
3955
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495));
3954
3956
  }
3955
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494FromJSON(jsonString) {
3956
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema
3957
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494' from JSON`);
3957
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(jsonString) {
3958
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
3959
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495' from JSON`);
3958
3960
  }
3959
3961
  /** @internal */
3960
3962
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3961
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema),
3963
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema),
3962
3964
  }).transform((v) => {
3963
3965
  return remap$(v, {
3964
- "__@BRAND@8494": "atBRANDAt8494",
3966
+ "__@BRAND@8495": "atBRANDAt8495",
3965
3967
  });
3966
3968
  });
3967
3969
  /** @internal */
3968
3970
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3969
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema),
3971
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema),
3970
3972
  }).transform((v) => {
3971
3973
  return remap$(v, {
3972
- atBRANDAt8494: "__@BRAND@8494",
3974
+ atBRANDAt8495: "__@BRAND@8495",
3973
3975
  });
3974
3976
  });
3975
3977
  /**
@@ -3992,42 +3994,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3992
3994
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3993
3995
  }
3994
3996
  /** @internal */
3995
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema = z.object({});
3997
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema = z.object({});
3996
3998
  /** @internal */
3997
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema = z.object({});
3999
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema = z.object({});
3998
4000
  /**
3999
4001
  * @internal
4000
4002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4001
4003
  */
4002
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$;
4003
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$) {
4004
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema` instead. */
4005
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema;
4006
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema` instead. */
4007
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema;
4008
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$ = {}));
4009
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494) {
4010
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema
4011
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494));
4004
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$;
4005
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$) {
4006
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
4007
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema;
4008
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
4009
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema;
4010
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ = {}));
4011
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495) {
4012
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
4013
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495));
4012
4014
  }
4013
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494FromJSON(jsonString) {
4014
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema
4015
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494' from JSON`);
4015
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(jsonString) {
4016
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
4017
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495' from JSON`);
4016
4018
  }
4017
4019
  /** @internal */
4018
4020
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
4019
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema),
4021
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema),
4020
4022
  }).transform((v) => {
4021
4023
  return remap$(v, {
4022
- "__@BRAND@8494": "atBRANDAt8494",
4024
+ "__@BRAND@8495": "atBRANDAt8495",
4023
4025
  });
4024
4026
  });
4025
4027
  /** @internal */
4026
4028
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
4027
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema),
4029
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema),
4028
4030
  }).transform((v) => {
4029
4031
  return remap$(v, {
4030
- atBRANDAt8494: "__@BRAND@8494",
4032
+ atBRANDAt8495: "__@BRAND@8495",
4031
4033
  });
4032
4034
  });
4033
4035
  /**
@@ -5836,42 +5838,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5836
5838
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5837
5839
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5838
5840
  /** @internal */
5839
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema = z.object({});
5841
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema = z.object({});
5840
5842
  /** @internal */
5841
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema = z.object({});
5843
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema = z.object({});
5842
5844
  /**
5843
5845
  * @internal
5844
5846
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5845
5847
  */
5846
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$;
5847
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$) {
5848
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema` instead. */
5849
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema;
5850
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema` instead. */
5851
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema;
5852
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$ = {}));
5853
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494) {
5854
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema
5855
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494));
5848
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$;
5849
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$) {
5850
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
5851
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema;
5852
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
5853
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema;
5854
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ = {}));
5855
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495) {
5856
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
5857
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495));
5856
5858
  }
5857
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494FromJSON(jsonString) {
5858
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema
5859
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494' from JSON`);
5859
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(jsonString) {
5860
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
5861
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495' from JSON`);
5860
5862
  }
5861
5863
  /** @internal */
5862
5864
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5863
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema),
5865
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema),
5864
5866
  }).transform((v) => {
5865
5867
  return remap$(v, {
5866
- "__@BRAND@8494": "atBRANDAt8494",
5868
+ "__@BRAND@8495": "atBRANDAt8495",
5867
5869
  });
5868
5870
  });
5869
5871
  /** @internal */
5870
5872
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5871
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema),
5873
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema),
5872
5874
  }).transform((v) => {
5873
5875
  return remap$(v, {
5874
- atBRANDAt8494: "__@BRAND@8494",
5876
+ atBRANDAt8495: "__@BRAND@8495",
5875
5877
  });
5876
5878
  });
5877
5879
  /**
@@ -5892,40 +5894,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5892
5894
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5893
5895
  }
5894
5896
  /** @internal */
5895
- export const PropertiesAtBRANDAt8494$inboundSchema = z.object({});
5897
+ export const PropertiesAtBRANDAt8495$inboundSchema = z.object({});
5896
5898
  /** @internal */
5897
- export const PropertiesAtBRANDAt8494$outboundSchema = z.object({});
5899
+ export const PropertiesAtBRANDAt8495$outboundSchema = z.object({});
5898
5900
  /**
5899
5901
  * @internal
5900
5902
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5901
5903
  */
5902
- export var PropertiesAtBRANDAt8494$;
5903
- (function (PropertiesAtBRANDAt8494$) {
5904
- /** @deprecated use `PropertiesAtBRANDAt8494$inboundSchema` instead. */
5905
- PropertiesAtBRANDAt8494$.inboundSchema = PropertiesAtBRANDAt8494$inboundSchema;
5906
- /** @deprecated use `PropertiesAtBRANDAt8494$outboundSchema` instead. */
5907
- PropertiesAtBRANDAt8494$.outboundSchema = PropertiesAtBRANDAt8494$outboundSchema;
5908
- })(PropertiesAtBRANDAt8494$ || (PropertiesAtBRANDAt8494$ = {}));
5909
- export function propertiesAtBRANDAt8494ToJSON(propertiesAtBRANDAt8494) {
5910
- return JSON.stringify(PropertiesAtBRANDAt8494$outboundSchema.parse(propertiesAtBRANDAt8494));
5904
+ export var PropertiesAtBRANDAt8495$;
5905
+ (function (PropertiesAtBRANDAt8495$) {
5906
+ /** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
5907
+ PropertiesAtBRANDAt8495$.inboundSchema = PropertiesAtBRANDAt8495$inboundSchema;
5908
+ /** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
5909
+ PropertiesAtBRANDAt8495$.outboundSchema = PropertiesAtBRANDAt8495$outboundSchema;
5910
+ })(PropertiesAtBRANDAt8495$ || (PropertiesAtBRANDAt8495$ = {}));
5911
+ export function propertiesAtBRANDAt8495ToJSON(propertiesAtBRANDAt8495) {
5912
+ return JSON.stringify(PropertiesAtBRANDAt8495$outboundSchema.parse(propertiesAtBRANDAt8495));
5911
5913
  }
5912
- export function propertiesAtBRANDAt8494FromJSON(jsonString) {
5913
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8494' from JSON`);
5914
+ export function propertiesAtBRANDAt8495FromJSON(jsonString) {
5915
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8495' from JSON`);
5914
5916
  }
5915
5917
  /** @internal */
5916
5918
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5917
- "__@BRAND@8494": z.lazy(() => PropertiesAtBRANDAt8494$inboundSchema),
5919
+ "__@BRAND@8495": z.lazy(() => PropertiesAtBRANDAt8495$inboundSchema),
5918
5920
  }).transform((v) => {
5919
5921
  return remap$(v, {
5920
- "__@BRAND@8494": "atBRANDAt8494",
5922
+ "__@BRAND@8495": "atBRANDAt8495",
5921
5923
  });
5922
5924
  });
5923
5925
  /** @internal */
5924
5926
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5925
- atBRANDAt8494: z.lazy(() => PropertiesAtBRANDAt8494$outboundSchema),
5927
+ atBRANDAt8495: z.lazy(() => PropertiesAtBRANDAt8495$outboundSchema),
5926
5928
  }).transform((v) => {
5927
5929
  return remap$(v, {
5928
- atBRANDAt8494: "__@BRAND@8494",
5930
+ atBRANDAt8495: "__@BRAND@8495",
5929
5931
  });
5930
5932
  });
5931
5933
  /**
@@ -5946,40 +5948,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5946
5948
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5947
5949
  }
5948
5950
  /** @internal */
5949
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema = z.object({});
5951
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema = z.object({});
5950
5952
  /** @internal */
5951
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema = z.object({});
5953
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema = z.object({});
5952
5954
  /**
5953
5955
  * @internal
5954
5956
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5955
5957
  */
5956
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$;
5957
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$) {
5958
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema` instead. */
5959
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema;
5960
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema` instead. */
5961
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema;
5962
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$ = {}));
5963
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8494ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8494) {
5964
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8494));
5958
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$;
5959
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$) {
5960
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
5961
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema;
5962
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
5963
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema;
5964
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ = {}));
5965
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8495) {
5966
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8495));
5965
5967
  }
5966
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8494FromJSON(jsonString) {
5967
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8494' from JSON`);
5968
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(jsonString) {
5969
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8495' from JSON`);
5968
5970
  }
5969
5971
  /** @internal */
5970
5972
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5971
- "__@BRAND@8494": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema),
5973
+ "__@BRAND@8495": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema),
5972
5974
  }).transform((v) => {
5973
5975
  return remap$(v, {
5974
- "__@BRAND@8494": "atBRANDAt8494",
5976
+ "__@BRAND@8495": "atBRANDAt8495",
5975
5977
  });
5976
5978
  });
5977
5979
  /** @internal */
5978
5980
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5979
- atBRANDAt8494: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema),
5981
+ atBRANDAt8495: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema),
5980
5982
  }).transform((v) => {
5981
5983
  return remap$(v, {
5982
- atBRANDAt8494: "__@BRAND@8494",
5984
+ atBRANDAt8495: "__@BRAND@8495",
5983
5985
  });
5984
5986
  });
5985
5987
  /**
@@ -6669,40 +6671,40 @@ export function guidesFromJSON(jsonString) {
6669
6671
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
6670
6672
  }
6671
6673
  /** @internal */
6672
- export const AtBRANDAt8494$inboundSchema = z.object({});
6674
+ export const AtBRANDAt8495$inboundSchema = z.object({});
6673
6675
  /** @internal */
6674
- export const AtBRANDAt8494$outboundSchema = z.object({});
6676
+ export const AtBRANDAt8495$outboundSchema = z.object({});
6675
6677
  /**
6676
6678
  * @internal
6677
6679
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6678
6680
  */
6679
- export var AtBRANDAt8494$;
6680
- (function (AtBRANDAt8494$) {
6681
- /** @deprecated use `AtBRANDAt8494$inboundSchema` instead. */
6682
- AtBRANDAt8494$.inboundSchema = AtBRANDAt8494$inboundSchema;
6683
- /** @deprecated use `AtBRANDAt8494$outboundSchema` instead. */
6684
- AtBRANDAt8494$.outboundSchema = AtBRANDAt8494$outboundSchema;
6685
- })(AtBRANDAt8494$ || (AtBRANDAt8494$ = {}));
6686
- export function atBRANDAt8494ToJSON(atBRANDAt8494) {
6687
- return JSON.stringify(AtBRANDAt8494$outboundSchema.parse(atBRANDAt8494));
6681
+ export var AtBRANDAt8495$;
6682
+ (function (AtBRANDAt8495$) {
6683
+ /** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
6684
+ AtBRANDAt8495$.inboundSchema = AtBRANDAt8495$inboundSchema;
6685
+ /** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
6686
+ AtBRANDAt8495$.outboundSchema = AtBRANDAt8495$outboundSchema;
6687
+ })(AtBRANDAt8495$ || (AtBRANDAt8495$ = {}));
6688
+ export function atBRANDAt8495ToJSON(atBRANDAt8495) {
6689
+ return JSON.stringify(AtBRANDAt8495$outboundSchema.parse(atBRANDAt8495));
6688
6690
  }
6689
- export function atBRANDAt8494FromJSON(jsonString) {
6690
- return safeParse(jsonString, (x) => AtBRANDAt8494$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8494' from JSON`);
6691
+ export function atBRANDAt8495FromJSON(jsonString) {
6692
+ return safeParse(jsonString, (x) => AtBRANDAt8495$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8495' from JSON`);
6691
6693
  }
6692
6694
  /** @internal */
6693
6695
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
6694
- "__@BRAND@8494": z.lazy(() => AtBRANDAt8494$inboundSchema),
6696
+ "__@BRAND@8495": z.lazy(() => AtBRANDAt8495$inboundSchema),
6695
6697
  }).transform((v) => {
6696
6698
  return remap$(v, {
6697
- "__@BRAND@8494": "atBRANDAt8494",
6699
+ "__@BRAND@8495": "atBRANDAt8495",
6698
6700
  });
6699
6701
  });
6700
6702
  /** @internal */
6701
6703
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
6702
- atBRANDAt8494: z.lazy(() => AtBRANDAt8494$outboundSchema),
6704
+ atBRANDAt8495: z.lazy(() => AtBRANDAt8495$outboundSchema),
6703
6705
  }).transform((v) => {
6704
6706
  return remap$(v, {
6705
- atBRANDAt8494: "__@BRAND@8494",
6707
+ atBRANDAt8495: "__@BRAND@8495",
6706
6708
  });
6707
6709
  });
6708
6710
  /**