@vercel/sdk 1.12.2 → 1.13.1

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 (335) hide show
  1. package/README.md +40 -4
  2. package/bin/mcp-server.js +4898 -1561
  3. package/bin/mcp-server.js.map +63 -14
  4. package/docs/sdks/domains/README.md +1 -0
  5. package/docs/sdks/domainsregistrar/README.md +1335 -0
  6. package/esm/__tests__/accessgroups.test.js +3 -1
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +6 -9
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/domainsregistrar.test.d.ts +2 -0
  11. package/esm/__tests__/domainsregistrar.test.d.ts.map +1 -0
  12. package/esm/__tests__/domainsregistrar.test.js +274 -0
  13. package/esm/__tests__/domainsregistrar.test.js.map +1 -0
  14. package/esm/__tests__/edgeconfig.test.js +6 -6
  15. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  16. package/esm/__tests__/integrations.test.js +1 -1
  17. package/esm/__tests__/logdrains.test.js +7 -5
  18. package/esm/__tests__/logdrains.test.js.map +1 -1
  19. package/esm/__tests__/rollingrelease.test.js +1 -2
  20. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  21. package/esm/__tests__/security.test.js +1 -11
  22. package/esm/__tests__/security.test.js.map +1 -1
  23. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
  24. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  25. package/esm/funcs/domainsCheckDomainPrice.js +3 -2
  26. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  27. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +21 -0
  28. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -0
  29. package/esm/funcs/domainsRegistrarBuyDomains.js +85 -0
  30. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -0
  31. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +21 -0
  32. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  33. package/esm/funcs/domainsRegistrarBuySingleDomain.js +91 -0
  34. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -0
  35. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +20 -0
  36. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  37. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +84 -0
  38. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -0
  39. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +20 -0
  40. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  41. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +89 -0
  42. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  43. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +22 -0
  44. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  45. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +91 -0
  46. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  47. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +21 -0
  48. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  49. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +90 -0
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -0
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +20 -0
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  53. package/esm/funcs/domainsRegistrarGetDomainPrice.js +93 -0
  54. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -0
  55. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +22 -0
  56. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  57. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +91 -0
  58. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  59. package/esm/funcs/domainsRegistrarGetOrder.d.ts +22 -0
  60. package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -0
  61. package/esm/funcs/domainsRegistrarGetOrder.js +91 -0
  62. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -0
  63. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +20 -0
  64. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  65. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +75 -0
  66. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -0
  67. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +21 -0
  68. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  69. package/esm/funcs/domainsRegistrarGetTldPrice.js +94 -0
  70. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -0
  71. package/esm/funcs/domainsRegistrarRenewDomain.d.ts +22 -0
  72. package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -0
  73. package/esm/funcs/domainsRegistrarRenewDomain.js +92 -0
  74. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -0
  75. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +21 -0
  76. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  77. package/esm/funcs/domainsRegistrarTransferInDomain.js +91 -0
  78. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -0
  79. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +22 -0
  80. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  81. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +93 -0
  82. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  83. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +22 -0
  84. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  85. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +93 -0
  86. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  87. package/esm/lib/config.d.ts +3 -3
  88. package/esm/lib/config.js +3 -3
  89. package/esm/mcp-server/mcp-server.js +1 -1
  90. package/esm/mcp-server/server.d.ts.map +1 -1
  91. package/esm/mcp-server/server.js +31 -1
  92. package/esm/mcp-server/server.js.map +1 -1
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +7 -0
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts.map +1 -0
  95. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +28 -0
  96. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -0
  97. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts +7 -0
  98. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  99. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js +28 -0
  100. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js.map +1 -0
  101. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +7 -0
  102. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  103. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +28 -0
  104. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -0
  105. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts +7 -0
  106. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  107. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +28 -0
  108. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  109. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts +7 -0
  110. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  111. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +28 -0
  112. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  113. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts +7 -0
  114. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  115. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +28 -0
  116. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -0
  117. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts +7 -0
  118. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  119. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +28 -0
  120. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js.map +1 -0
  121. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts +7 -0
  122. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  123. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +28 -0
  124. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  125. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts +7 -0
  126. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts.map +1 -0
  127. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +28 -0
  128. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -0
  129. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +3 -0
  130. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  131. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +23 -0
  132. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -0
  133. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts +7 -0
  134. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  135. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +28 -0
  136. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -0
  137. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts +7 -0
  138. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts.map +1 -0
  139. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js +28 -0
  140. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js.map +1 -0
  141. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts +7 -0
  142. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  143. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +28 -0
  144. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -0
  145. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts +7 -0
  146. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  147. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +27 -0
  148. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  149. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts +7 -0
  150. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  151. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +27 -0
  152. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  153. package/esm/models/buydomainsop.d.ts +282 -0
  154. package/esm/models/buydomainsop.d.ts.map +1 -0
  155. package/esm/models/buydomainsop.js +247 -0
  156. package/esm/models/buydomainsop.js.map +1 -0
  157. package/esm/models/buysingledomainop.d.ts +282 -0
  158. package/esm/models/buysingledomainop.d.ts.map +1 -0
  159. package/esm/models/buysingledomainop.js +257 -0
  160. package/esm/models/buysingledomainop.js.map +1 -0
  161. package/esm/models/canceldeploymentop.d.ts +34 -34
  162. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  163. package/esm/models/canceldeploymentop.js +14 -14
  164. package/esm/models/canceldeploymentop.js.map +1 -1
  165. package/esm/models/createdeploymentop.d.ts +32 -32
  166. package/esm/models/createdeploymentop.d.ts.map +1 -1
  167. package/esm/models/createdeploymentop.js +12 -12
  168. package/esm/models/createdeploymentop.js.map +1 -1
  169. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  170. package/esm/models/createintegrationstoredirectop.js +351 -351
  171. package/esm/models/createprojectop.d.ts +30 -30
  172. package/esm/models/createprojectop.d.ts.map +1 -1
  173. package/esm/models/createprojectop.js +18 -18
  174. package/esm/models/createprojectop.js.map +1 -1
  175. package/esm/models/forbidden.d.ts +89 -0
  176. package/esm/models/forbidden.d.ts.map +1 -0
  177. package/esm/models/forbidden.js +98 -0
  178. package/esm/models/forbidden.js.map +1 -0
  179. package/esm/models/getbulkavailabilityop.d.ts +114 -0
  180. package/esm/models/getbulkavailabilityop.d.ts.map +1 -0
  181. package/esm/models/getbulkavailabilityop.js +115 -0
  182. package/esm/models/getbulkavailabilityop.js.map +1 -0
  183. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  184. package/esm/models/getconfigurationproductsop.js +465 -465
  185. package/esm/models/getcontactinfoschemaop.d.ts +80 -0
  186. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -0
  187. package/esm/models/getcontactinfoschemaop.js +84 -0
  188. package/esm/models/getcontactinfoschemaop.js.map +1 -0
  189. package/esm/models/getdomainauthcodeop.d.ts +84 -0
  190. package/esm/models/getdomainauthcodeop.d.ts.map +1 -0
  191. package/esm/models/getdomainauthcodeop.js +88 -0
  192. package/esm/models/getdomainauthcodeop.js.map +1 -0
  193. package/esm/models/getdomainavailabilityop.d.ts +84 -0
  194. package/esm/models/getdomainavailabilityop.d.ts.map +1 -0
  195. package/esm/models/getdomainavailabilityop.js +88 -0
  196. package/esm/models/getdomainavailabilityop.js.map +1 -0
  197. package/esm/models/getdomainpriceop.d.ts +101 -0
  198. package/esm/models/getdomainpriceop.d.ts.map +1 -0
  199. package/esm/models/getdomainpriceop.js +96 -0
  200. package/esm/models/getdomainpriceop.js.map +1 -0
  201. package/esm/models/getdomainsop.d.ts +15 -15
  202. package/esm/models/getdomainsop.d.ts.map +1 -1
  203. package/esm/models/getdomainsop.js +15 -15
  204. package/esm/models/getdomainsop.js.map +1 -1
  205. package/esm/models/getdomaintransferinop.d.ts +140 -0
  206. package/esm/models/getdomaintransferinop.d.ts.map +1 -0
  207. package/esm/models/getdomaintransferinop.js +117 -0
  208. package/esm/models/getdomaintransferinop.js.map +1 -0
  209. package/esm/models/getorderop.d.ts +715 -0
  210. package/esm/models/getorderop.d.ts.map +1 -0
  211. package/esm/models/getorderop.js +679 -0
  212. package/esm/models/getorderop.js.map +1 -0
  213. package/esm/models/getsupportedtldsop.d.ts +31 -0
  214. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  215. package/esm/models/getsupportedtldsop.js +38 -0
  216. package/esm/models/getsupportedtldsop.js.map +1 -0
  217. package/esm/models/gettldpriceop.d.ts +101 -0
  218. package/esm/models/gettldpriceop.d.ts.map +1 -0
  219. package/esm/models/gettldpriceop.js +96 -0
  220. package/esm/models/gettldpriceop.js.map +1 -0
  221. package/esm/models/internalservererror.d.ts +89 -0
  222. package/esm/models/internalservererror.d.ts.map +1 -0
  223. package/esm/models/internalservererror.js +98 -0
  224. package/esm/models/internalservererror.js.map +1 -0
  225. package/esm/models/notauthorizedforscope.d.ts +89 -0
  226. package/esm/models/notauthorizedforscope.d.ts.map +1 -0
  227. package/esm/models/notauthorizedforscope.js +98 -0
  228. package/esm/models/notauthorizedforscope.js.map +1 -0
  229. package/esm/models/renewdomainop.d.ts +257 -0
  230. package/esm/models/renewdomainop.d.ts.map +1 -0
  231. package/esm/models/renewdomainop.js +232 -0
  232. package/esm/models/renewdomainop.js.map +1 -0
  233. package/esm/models/transferindomainop.d.ts +261 -0
  234. package/esm/models/transferindomainop.d.ts.map +1 -0
  235. package/esm/models/transferindomainop.js +234 -0
  236. package/esm/models/transferindomainop.js.map +1 -0
  237. package/esm/models/unauthorized.d.ts +89 -0
  238. package/esm/models/unauthorized.d.ts.map +1 -0
  239. package/esm/models/unauthorized.js +98 -0
  240. package/esm/models/unauthorized.js.map +1 -0
  241. package/esm/models/updatedomainautorenewop.d.ts +83 -0
  242. package/esm/models/updatedomainautorenewop.d.ts.map +1 -0
  243. package/esm/models/updatedomainautorenewop.js +99 -0
  244. package/esm/models/updatedomainautorenewop.js.map +1 -0
  245. package/esm/models/updatedomainnameserversop.d.ts +83 -0
  246. package/esm/models/updatedomainnameserversop.d.ts.map +1 -0
  247. package/esm/models/updatedomainnameserversop.js +99 -0
  248. package/esm/models/updatedomainnameserversop.js.map +1 -0
  249. package/esm/models/updateprojectop.d.ts +30 -30
  250. package/esm/models/updateprojectop.d.ts.map +1 -1
  251. package/esm/models/updateprojectop.js +18 -18
  252. package/esm/models/updateprojectop.js.map +1 -1
  253. package/esm/sdk/domainsregistrar.d.ts +123 -0
  254. package/esm/sdk/domainsregistrar.d.ts.map +1 -0
  255. package/esm/sdk/domainsregistrar.js +158 -0
  256. package/esm/sdk/domainsregistrar.js.map +1 -0
  257. package/esm/sdk/sdk.d.ts +3 -0
  258. package/esm/sdk/sdk.d.ts.map +1 -1
  259. package/esm/sdk/sdk.js +4 -0
  260. package/esm/sdk/sdk.js.map +1 -1
  261. package/examples/package-lock.json +1 -1
  262. package/jsr.json +1 -1
  263. package/package.json +1 -1
  264. package/src/__tests__/accessgroups.test.ts +3 -1
  265. package/src/__tests__/domains.test.ts +6 -9
  266. package/src/__tests__/domainsregistrar.test.ts +313 -0
  267. package/src/__tests__/edgeconfig.test.ts +6 -6
  268. package/src/__tests__/integrations.test.ts +1 -1
  269. package/src/__tests__/logdrains.test.ts +7 -5
  270. package/src/__tests__/rollingrelease.test.ts +1 -2
  271. package/src/__tests__/security.test.ts +1 -11
  272. package/src/funcs/domainsCheckDomainPrice.ts +9 -1
  273. package/src/funcs/domainsRegistrarBuyDomains.ts +204 -0
  274. package/src/funcs/domainsRegistrarBuySingleDomain.ts +211 -0
  275. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +202 -0
  276. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +210 -0
  277. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +220 -0
  278. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +218 -0
  279. package/src/funcs/domainsRegistrarGetDomainPrice.ts +210 -0
  280. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +223 -0
  281. package/src/funcs/domainsRegistrarGetOrder.ts +218 -0
  282. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +178 -0
  283. package/src/funcs/domainsRegistrarGetTldPrice.ts +218 -0
  284. package/src/funcs/domainsRegistrarRenewDomain.ts +219 -0
  285. package/src/funcs/domainsRegistrarTransferInDomain.ts +213 -0
  286. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +220 -0
  287. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +220 -0
  288. package/src/lib/config.ts +3 -3
  289. package/src/mcp-server/mcp-server.ts +1 -1
  290. package/src/mcp-server/server.ts +31 -1
  291. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +37 -0
  292. package/src/mcp-server/tools/domainsRegistrarBuySingleDomain.ts +38 -0
  293. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +39 -0
  294. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +40 -0
  295. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +39 -0
  296. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +39 -0
  297. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +38 -0
  298. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +39 -0
  299. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +37 -0
  300. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +30 -0
  301. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +37 -0
  302. package/src/mcp-server/tools/domainsRegistrarRenewDomain.ts +37 -0
  303. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +39 -0
  304. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +37 -0
  305. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +37 -0
  306. package/src/models/buydomainsop.ts +582 -0
  307. package/src/models/buysingledomainop.ts +593 -0
  308. package/src/models/canceldeploymentop.ts +18 -18
  309. package/src/models/createdeploymentop.ts +14 -14
  310. package/src/models/createintegrationstoredirectop.ts +604 -604
  311. package/src/models/createprojectop.ts +30 -30
  312. package/src/models/forbidden.ts +155 -0
  313. package/src/models/getbulkavailabilityop.ts +288 -0
  314. package/src/models/getconfigurationproductsop.ts +802 -802
  315. package/src/models/getcontactinfoschemaop.ts +222 -0
  316. package/src/models/getdomainauthcodeop.ts +227 -0
  317. package/src/models/getdomainavailabilityop.ts +231 -0
  318. package/src/models/getdomainpriceop.ts +247 -0
  319. package/src/models/getdomainsop.ts +50 -43
  320. package/src/models/getdomaintransferinop.ts +268 -0
  321. package/src/models/getorderop.ts +1298 -0
  322. package/src/models/getsupportedtldsop.ts +95 -0
  323. package/src/models/gettldpriceop.ts +248 -0
  324. package/src/models/internalservererror.ts +159 -0
  325. package/src/models/notauthorizedforscope.ts +161 -0
  326. package/src/models/renewdomainop.ts +548 -0
  327. package/src/models/transferindomainop.ts +566 -0
  328. package/src/models/unauthorized.ts +153 -0
  329. package/src/models/updatedomainautorenewop.ts +229 -0
  330. package/src/models/updatedomainnameserversop.ts +233 -0
  331. package/src/models/updateprojectop.ts +30 -30
  332. package/src/sdk/domainsregistrar.ts +323 -0
  333. package/src/sdk/sdk.ts +6 -0
  334. package/vercel-spec.json +3343 -255
  335. package/docs/sdks/vercel/README.md +0 -7
@@ -798,42 +798,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
798
798
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
799
799
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
800
800
  /** @internal */
801
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema = z.object({});
801
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema = z.object({});
802
802
  /** @internal */
803
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema = z.object({});
803
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema = z.object({});
804
804
  /**
805
805
  * @internal
806
806
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
807
807
  */
808
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$;
809
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$) {
810
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema` instead. */
811
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema;
812
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema` instead. */
813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema;
814
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$ = {}));
815
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487) {
816
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema
817
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487));
808
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$;
809
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$) {
810
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema` instead. */
811
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema;
812
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema` instead. */
813
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema;
814
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$ = {}));
815
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492) {
816
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema
817
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492));
818
818
  }
819
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487FromJSON(jsonString) {
820
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema
821
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487' from JSON`);
819
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492FromJSON(jsonString) {
820
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema
821
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492' from JSON`);
822
822
  }
823
823
  /** @internal */
824
824
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
825
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema),
825
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema),
826
826
  }).transform((v) => {
827
827
  return remap$(v, {
828
- "__@BRAND@8487": "atBRANDAt8487",
828
+ "__@BRAND@8492": "atBRANDAt8492",
829
829
  });
830
830
  });
831
831
  /** @internal */
832
832
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
833
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema),
833
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema),
834
834
  }).transform((v) => {
835
835
  return remap$(v, {
836
- atBRANDAt8487: "__@BRAND@8487",
836
+ atBRANDAt8492: "__@BRAND@8492",
837
837
  });
838
838
  });
839
839
  /**
@@ -1067,42 +1067,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1067
1067
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1068
1068
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1069
1069
  /** @internal */
1070
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema = z.object({});
1070
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema = z.object({});
1071
1071
  /** @internal */
1072
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema = z.object({});
1072
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema = z.object({});
1073
1073
  /**
1074
1074
  * @internal
1075
1075
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1076
1076
  */
1077
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$;
1078
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$) {
1079
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema` instead. */
1080
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema;
1081
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema` instead. */
1082
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema;
1083
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$ = {}));
1084
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487) {
1085
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema
1086
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487));
1077
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$;
1078
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$) {
1079
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema` instead. */
1080
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema;
1081
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema` instead. */
1082
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema;
1083
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$ = {}));
1084
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492) {
1085
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema
1086
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492));
1087
1087
  }
1088
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487FromJSON(jsonString) {
1089
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema
1090
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487' from JSON`);
1088
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492FromJSON(jsonString) {
1089
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema
1090
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492' from JSON`);
1091
1091
  }
1092
1092
  /** @internal */
1093
1093
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1094
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema),
1094
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema),
1095
1095
  }).transform((v) => {
1096
1096
  return remap$(v, {
1097
- "__@BRAND@8487": "atBRANDAt8487",
1097
+ "__@BRAND@8492": "atBRANDAt8492",
1098
1098
  });
1099
1099
  });
1100
1100
  /** @internal */
1101
1101
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1102
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema),
1102
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema),
1103
1103
  }).transform((v) => {
1104
1104
  return remap$(v, {
1105
- atBRANDAt8487: "__@BRAND@8487",
1105
+ atBRANDAt8492: "__@BRAND@8492",
1106
1106
  });
1107
1107
  });
1108
1108
  /**
@@ -1125,42 +1125,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
1125
1125
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1126
1126
  }
1127
1127
  /** @internal */
1128
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema = z.object({});
1128
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema = z.object({});
1129
1129
  /** @internal */
1130
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema = z.object({});
1130
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema = z.object({});
1131
1131
  /**
1132
1132
  * @internal
1133
1133
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1134
1134
  */
1135
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$;
1136
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$) {
1137
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema` instead. */
1138
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema;
1139
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema` instead. */
1140
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema;
1141
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$ = {}));
1142
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487) {
1143
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema
1144
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487));
1135
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$;
1136
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$) {
1137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema` instead. */
1138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema;
1139
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema` instead. */
1140
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema;
1141
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$ = {}));
1142
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492) {
1143
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema
1144
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492));
1145
1145
  }
1146
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487FromJSON(jsonString) {
1147
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema
1148
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487' from JSON`);
1146
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492FromJSON(jsonString) {
1147
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema
1148
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492' from JSON`);
1149
1149
  }
1150
1150
  /** @internal */
1151
1151
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1152
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema),
1152
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema),
1153
1153
  }).transform((v) => {
1154
1154
  return remap$(v, {
1155
- "__@BRAND@8487": "atBRANDAt8487",
1155
+ "__@BRAND@8492": "atBRANDAt8492",
1156
1156
  });
1157
1157
  });
1158
1158
  /** @internal */
1159
1159
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1160
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema),
1160
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema),
1161
1161
  }).transform((v) => {
1162
1162
  return remap$(v, {
1163
- atBRANDAt8487: "__@BRAND@8487",
1163
+ atBRANDAt8492: "__@BRAND@8492",
1164
1164
  });
1165
1165
  });
1166
1166
  /**
@@ -1183,42 +1183,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1183
1183
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1184
1184
  }
1185
1185
  /** @internal */
1186
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema = z.object({});
1186
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema = z.object({});
1187
1187
  /** @internal */
1188
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema = z.object({});
1188
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema = z.object({});
1189
1189
  /**
1190
1190
  * @internal
1191
1191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1192
1192
  */
1193
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$;
1194
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$) {
1195
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema` instead. */
1196
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema;
1197
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema` instead. */
1198
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema;
1199
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$ = {}));
1200
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487) {
1201
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema
1202
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487));
1193
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$;
1194
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$) {
1195
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema` instead. */
1196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema;
1197
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema` instead. */
1198
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema;
1199
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$ = {}));
1200
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492) {
1201
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema
1202
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492));
1203
1203
  }
1204
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487FromJSON(jsonString) {
1205
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema
1206
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487' from JSON`);
1204
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492FromJSON(jsonString) {
1205
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema
1206
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492' from JSON`);
1207
1207
  }
1208
1208
  /** @internal */
1209
1209
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1210
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema),
1210
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema),
1211
1211
  }).transform((v) => {
1212
1212
  return remap$(v, {
1213
- "__@BRAND@8487": "atBRANDAt8487",
1213
+ "__@BRAND@8492": "atBRANDAt8492",
1214
1214
  });
1215
1215
  });
1216
1216
  /** @internal */
1217
1217
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1218
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema),
1218
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema),
1219
1219
  }).transform((v) => {
1220
1220
  return remap$(v, {
1221
- atBRANDAt8487: "__@BRAND@8487",
1221
+ atBRANDAt8492: "__@BRAND@8492",
1222
1222
  });
1223
1223
  });
1224
1224
  /**
@@ -1678,40 +1678,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1678
1678
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
1679
1679
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
1680
1680
  /** @internal */
1681
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema = z.object({});
1681
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema = z.object({});
1682
1682
  /** @internal */
1683
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema = z.object({});
1683
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema = z.object({});
1684
1684
  /**
1685
1685
  * @internal
1686
1686
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1687
1687
  */
1688
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$;
1689
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$) {
1690
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema` instead. */
1691
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema;
1692
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema` instead. */
1693
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema;
1694
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$ = {}));
1695
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8487ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8487) {
1696
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8487));
1688
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$;
1689
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$) {
1690
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema` instead. */
1691
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema;
1692
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema` instead. */
1693
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema;
1694
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$ = {}));
1695
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8492ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8492) {
1696
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8492));
1697
1697
  }
1698
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8487FromJSON(jsonString) {
1699
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487' from JSON`);
1698
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8492FromJSON(jsonString) {
1699
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492' from JSON`);
1700
1700
  }
1701
1701
  /** @internal */
1702
1702
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1703
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema),
1703
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema),
1704
1704
  }).transform((v) => {
1705
1705
  return remap$(v, {
1706
- "__@BRAND@8487": "atBRANDAt8487",
1706
+ "__@BRAND@8492": "atBRANDAt8492",
1707
1707
  });
1708
1708
  });
1709
1709
  /** @internal */
1710
1710
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1711
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema),
1711
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema),
1712
1712
  }).transform((v) => {
1713
1713
  return remap$(v, {
1714
- atBRANDAt8487: "__@BRAND@8487",
1714
+ atBRANDAt8492: "__@BRAND@8492",
1715
1715
  });
1716
1716
  });
1717
1717
  /**
@@ -1923,40 +1923,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1923
1923
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1924
1924
  }
1925
1925
  /** @internal */
1926
- export const UiOptionsAtBRANDAt8487$inboundSchema = z.object({});
1926
+ export const UiOptionsAtBRANDAt8492$inboundSchema = z.object({});
1927
1927
  /** @internal */
1928
- export const UiOptionsAtBRANDAt8487$outboundSchema = z.object({});
1928
+ export const UiOptionsAtBRANDAt8492$outboundSchema = z.object({});
1929
1929
  /**
1930
1930
  * @internal
1931
1931
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1932
1932
  */
1933
- export var UiOptionsAtBRANDAt8487$;
1934
- (function (UiOptionsAtBRANDAt8487$) {
1935
- /** @deprecated use `UiOptionsAtBRANDAt8487$inboundSchema` instead. */
1936
- UiOptionsAtBRANDAt8487$.inboundSchema = UiOptionsAtBRANDAt8487$inboundSchema;
1937
- /** @deprecated use `UiOptionsAtBRANDAt8487$outboundSchema` instead. */
1938
- UiOptionsAtBRANDAt8487$.outboundSchema = UiOptionsAtBRANDAt8487$outboundSchema;
1939
- })(UiOptionsAtBRANDAt8487$ || (UiOptionsAtBRANDAt8487$ = {}));
1940
- export function uiOptionsAtBRANDAt8487ToJSON(uiOptionsAtBRANDAt8487) {
1941
- return JSON.stringify(UiOptionsAtBRANDAt8487$outboundSchema.parse(uiOptionsAtBRANDAt8487));
1933
+ export var UiOptionsAtBRANDAt8492$;
1934
+ (function (UiOptionsAtBRANDAt8492$) {
1935
+ /** @deprecated use `UiOptionsAtBRANDAt8492$inboundSchema` instead. */
1936
+ UiOptionsAtBRANDAt8492$.inboundSchema = UiOptionsAtBRANDAt8492$inboundSchema;
1937
+ /** @deprecated use `UiOptionsAtBRANDAt8492$outboundSchema` instead. */
1938
+ UiOptionsAtBRANDAt8492$.outboundSchema = UiOptionsAtBRANDAt8492$outboundSchema;
1939
+ })(UiOptionsAtBRANDAt8492$ || (UiOptionsAtBRANDAt8492$ = {}));
1940
+ export function uiOptionsAtBRANDAt8492ToJSON(uiOptionsAtBRANDAt8492) {
1941
+ return JSON.stringify(UiOptionsAtBRANDAt8492$outboundSchema.parse(uiOptionsAtBRANDAt8492));
1942
1942
  }
1943
- export function uiOptionsAtBRANDAt8487FromJSON(jsonString) {
1944
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8487' from JSON`);
1943
+ export function uiOptionsAtBRANDAt8492FromJSON(jsonString) {
1944
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8492' from JSON`);
1945
1945
  }
1946
1946
  /** @internal */
1947
1947
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1948
- "__@BRAND@8487": z.lazy(() => UiOptionsAtBRANDAt8487$inboundSchema),
1948
+ "__@BRAND@8492": z.lazy(() => UiOptionsAtBRANDAt8492$inboundSchema),
1949
1949
  }).transform((v) => {
1950
1950
  return remap$(v, {
1951
- "__@BRAND@8487": "atBRANDAt8487",
1951
+ "__@BRAND@8492": "atBRANDAt8492",
1952
1952
  });
1953
1953
  });
1954
1954
  /** @internal */
1955
1955
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1956
- atBRANDAt8487: z.lazy(() => UiOptionsAtBRANDAt8487$outboundSchema),
1956
+ atBRANDAt8492: z.lazy(() => UiOptionsAtBRANDAt8492$outboundSchema),
1957
1957
  }).transform((v) => {
1958
1958
  return remap$(v, {
1959
- atBRANDAt8487: "__@BRAND@8487",
1959
+ atBRANDAt8492: "__@BRAND@8492",
1960
1960
  });
1961
1961
  });
1962
1962
  /**
@@ -2197,42 +2197,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
2197
2197
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
2198
2198
  }
2199
2199
  /** @internal */
2200
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema = z.object({});
2200
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema = z.object({});
2201
2201
  /** @internal */
2202
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema = z.object({});
2202
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema = z.object({});
2203
2203
  /**
2204
2204
  * @internal
2205
2205
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2206
2206
  */
2207
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$;
2208
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$) {
2209
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema` instead. */
2210
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema;
2211
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema` instead. */
2212
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema;
2213
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$ = {}));
2214
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487) {
2215
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema
2216
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487));
2207
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$;
2208
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$) {
2209
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema` instead. */
2210
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema;
2211
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema` instead. */
2212
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema;
2213
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$ = {}));
2214
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492) {
2215
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema
2216
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492));
2217
2217
  }
2218
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487FromJSON(jsonString) {
2219
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema
2220
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487' from JSON`);
2218
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492FromJSON(jsonString) {
2219
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema
2220
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492' from JSON`);
2221
2221
  }
2222
2222
  /** @internal */
2223
2223
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
2224
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema),
2224
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema),
2225
2225
  }).transform((v) => {
2226
2226
  return remap$(v, {
2227
- "__@BRAND@8487": "atBRANDAt8487",
2227
+ "__@BRAND@8492": "atBRANDAt8492",
2228
2228
  });
2229
2229
  });
2230
2230
  /** @internal */
2231
2231
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
2232
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema),
2232
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema),
2233
2233
  }).transform((v) => {
2234
2234
  return remap$(v, {
2235
- atBRANDAt8487: "__@BRAND@8487",
2235
+ atBRANDAt8492: "__@BRAND@8492",
2236
2236
  });
2237
2237
  });
2238
2238
  /**
@@ -2255,42 +2255,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
2255
2255
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
2256
2256
  }
2257
2257
  /** @internal */
2258
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema = z.object({});
2258
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema = z.object({});
2259
2259
  /** @internal */
2260
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema = z.object({});
2260
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema = z.object({});
2261
2261
  /**
2262
2262
  * @internal
2263
2263
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2264
2264
  */
2265
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$;
2266
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$) {
2267
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema` instead. */
2268
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema;
2269
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema` instead. */
2270
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema;
2271
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$ = {}));
2272
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487) {
2273
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema
2274
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487));
2265
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$;
2266
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$) {
2267
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema` instead. */
2268
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema;
2269
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema` instead. */
2270
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema;
2271
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$ = {}));
2272
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492) {
2273
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema
2274
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492));
2275
2275
  }
2276
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487FromJSON(jsonString) {
2277
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema
2278
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487' from JSON`);
2276
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492FromJSON(jsonString) {
2277
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema
2278
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492' from JSON`);
2279
2279
  }
2280
2280
  /** @internal */
2281
2281
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
2282
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema),
2282
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema),
2283
2283
  }).transform((v) => {
2284
2284
  return remap$(v, {
2285
- "__@BRAND@8487": "atBRANDAt8487",
2285
+ "__@BRAND@8492": "atBRANDAt8492",
2286
2286
  });
2287
2287
  });
2288
2288
  /** @internal */
2289
2289
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
2290
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema),
2290
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema),
2291
2291
  }).transform((v) => {
2292
2292
  return remap$(v, {
2293
- atBRANDAt8487: "__@BRAND@8487",
2293
+ atBRANDAt8492: "__@BRAND@8492",
2294
2294
  });
2295
2295
  });
2296
2296
  /**
@@ -2313,42 +2313,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
2313
2313
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
2314
2314
  }
2315
2315
  /** @internal */
2316
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema = z.object({});
2316
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema = z.object({});
2317
2317
  /** @internal */
2318
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema = z.object({});
2318
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema = z.object({});
2319
2319
  /**
2320
2320
  * @internal
2321
2321
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2322
2322
  */
2323
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$;
2324
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$) {
2325
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema` instead. */
2326
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema;
2327
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema` instead. */
2328
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema;
2329
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$ = {}));
2330
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487) {
2331
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema
2332
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487));
2323
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$;
2324
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$) {
2325
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema` instead. */
2326
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema;
2327
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema` instead. */
2328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema;
2329
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$ = {}));
2330
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492) {
2331
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema
2332
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492));
2333
2333
  }
2334
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487FromJSON(jsonString) {
2335
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema
2336
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487' from JSON`);
2334
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492FromJSON(jsonString) {
2335
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema
2336
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492' from JSON`);
2337
2337
  }
2338
2338
  /** @internal */
2339
2339
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
2340
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema),
2340
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema),
2341
2341
  }).transform((v) => {
2342
2342
  return remap$(v, {
2343
- "__@BRAND@8487": "atBRANDAt8487",
2343
+ "__@BRAND@8492": "atBRANDAt8492",
2344
2344
  });
2345
2345
  });
2346
2346
  /** @internal */
2347
2347
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
2348
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema),
2348
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema),
2349
2349
  }).transform((v) => {
2350
2350
  return remap$(v, {
2351
- atBRANDAt8487: "__@BRAND@8487",
2351
+ atBRANDAt8492: "__@BRAND@8492",
2352
2352
  });
2353
2353
  });
2354
2354
  /**
@@ -2820,42 +2820,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2820
2820
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2821
2821
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2822
2822
  /** @internal */
2823
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema = z.object({});
2823
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema = z.object({});
2824
2824
  /** @internal */
2825
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema = z.object({});
2825
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema = z.object({});
2826
2826
  /**
2827
2827
  * @internal
2828
2828
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2829
2829
  */
2830
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$;
2831
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$) {
2832
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema` instead. */
2833
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema;
2834
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema` instead. */
2835
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema;
2836
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$ = {}));
2837
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487) {
2838
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema
2839
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487));
2830
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$;
2831
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$) {
2832
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema` instead. */
2833
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema;
2834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema` instead. */
2835
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema;
2836
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$ = {}));
2837
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492) {
2838
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema
2839
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492));
2840
2840
  }
2841
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487FromJSON(jsonString) {
2842
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema
2843
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487' from JSON`);
2841
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492FromJSON(jsonString) {
2842
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema
2843
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492' from JSON`);
2844
2844
  }
2845
2845
  /** @internal */
2846
2846
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2847
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema),
2847
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema),
2848
2848
  }).transform((v) => {
2849
2849
  return remap$(v, {
2850
- "__@BRAND@8487": "atBRANDAt8487",
2850
+ "__@BRAND@8492": "atBRANDAt8492",
2851
2851
  });
2852
2852
  });
2853
2853
  /** @internal */
2854
2854
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2855
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema),
2855
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema),
2856
2856
  }).transform((v) => {
2857
2857
  return remap$(v, {
2858
- atBRANDAt8487: "__@BRAND@8487",
2858
+ atBRANDAt8492: "__@BRAND@8492",
2859
2859
  });
2860
2860
  });
2861
2861
  /**
@@ -2878,42 +2878,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2878
2878
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
2879
2879
  }
2880
2880
  /** @internal */
2881
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema = z.object({});
2881
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema = z.object({});
2882
2882
  /** @internal */
2883
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema = z.object({});
2883
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema = z.object({});
2884
2884
  /**
2885
2885
  * @internal
2886
2886
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2887
2887
  */
2888
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$;
2889
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$) {
2890
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema` instead. */
2891
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema;
2892
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema` instead. */
2893
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema;
2894
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$ = {}));
2895
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487) {
2896
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema
2897
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487));
2888
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$;
2889
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$) {
2890
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema` instead. */
2891
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema;
2892
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema` instead. */
2893
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema;
2894
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$ = {}));
2895
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492) {
2896
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema
2897
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492));
2898
2898
  }
2899
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487FromJSON(jsonString) {
2900
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema
2901
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487' from JSON`);
2899
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492FromJSON(jsonString) {
2900
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema
2901
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492' from JSON`);
2902
2902
  }
2903
2903
  /** @internal */
2904
2904
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
2905
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema),
2905
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema),
2906
2906
  }).transform((v) => {
2907
2907
  return remap$(v, {
2908
- "__@BRAND@8487": "atBRANDAt8487",
2908
+ "__@BRAND@8492": "atBRANDAt8492",
2909
2909
  });
2910
2910
  });
2911
2911
  /** @internal */
2912
2912
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2913
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema),
2913
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema),
2914
2914
  }).transform((v) => {
2915
2915
  return remap$(v, {
2916
- atBRANDAt8487: "__@BRAND@8487",
2916
+ atBRANDAt8492: "__@BRAND@8492",
2917
2917
  });
2918
2918
  });
2919
2919
  /**
@@ -2936,42 +2936,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2936
2936
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2937
2937
  }
2938
2938
  /** @internal */
2939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema = z.object({});
2939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema = z.object({});
2940
2940
  /** @internal */
2941
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema = z.object({});
2941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema = z.object({});
2942
2942
  /**
2943
2943
  * @internal
2944
2944
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2945
2945
  */
2946
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$;
2947
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$) {
2948
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema` instead. */
2949
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema;
2950
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema` instead. */
2951
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema;
2952
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$ = {}));
2953
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487) {
2954
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema
2955
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487));
2946
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$;
2947
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$) {
2948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema` instead. */
2949
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema;
2950
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema` instead. */
2951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema;
2952
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$ = {}));
2953
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492) {
2954
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema
2955
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492));
2956
2956
  }
2957
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487FromJSON(jsonString) {
2958
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema
2959
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487' from JSON`);
2957
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492FromJSON(jsonString) {
2958
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema
2959
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492' from JSON`);
2960
2960
  }
2961
2961
  /** @internal */
2962
2962
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2963
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema),
2963
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema),
2964
2964
  }).transform((v) => {
2965
2965
  return remap$(v, {
2966
- "__@BRAND@8487": "atBRANDAt8487",
2966
+ "__@BRAND@8492": "atBRANDAt8492",
2967
2967
  });
2968
2968
  });
2969
2969
  /** @internal */
2970
2970
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2971
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema),
2971
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema),
2972
2972
  }).transform((v) => {
2973
2973
  return remap$(v, {
2974
- atBRANDAt8487: "__@BRAND@8487",
2974
+ atBRANDAt8492: "__@BRAND@8492",
2975
2975
  });
2976
2976
  });
2977
2977
  /**
@@ -3875,42 +3875,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3875
3875
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3876
3876
  }
3877
3877
  /** @internal */
3878
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema = z.object({});
3878
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema = z.object({});
3879
3879
  /** @internal */
3880
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema = z.object({});
3880
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema = z.object({});
3881
3881
  /**
3882
3882
  * @internal
3883
3883
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3884
3884
  */
3885
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$;
3886
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$) {
3887
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema` instead. */
3888
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema;
3889
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema` instead. */
3890
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema;
3891
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$ = {}));
3892
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487) {
3893
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema
3894
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487));
3885
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$;
3886
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$) {
3887
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema` instead. */
3888
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema;
3889
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema` instead. */
3890
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema;
3891
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$ = {}));
3892
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492) {
3893
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema
3894
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492));
3895
3895
  }
3896
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487FromJSON(jsonString) {
3897
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema
3898
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487' from JSON`);
3896
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492FromJSON(jsonString) {
3897
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema
3898
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492' from JSON`);
3899
3899
  }
3900
3900
  /** @internal */
3901
3901
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3902
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema),
3902
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema),
3903
3903
  }).transform((v) => {
3904
3904
  return remap$(v, {
3905
- "__@BRAND@8487": "atBRANDAt8487",
3905
+ "__@BRAND@8492": "atBRANDAt8492",
3906
3906
  });
3907
3907
  });
3908
3908
  /** @internal */
3909
3909
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3910
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema),
3910
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema),
3911
3911
  }).transform((v) => {
3912
3912
  return remap$(v, {
3913
- atBRANDAt8487: "__@BRAND@8487",
3913
+ atBRANDAt8492: "__@BRAND@8492",
3914
3914
  });
3915
3915
  });
3916
3916
  /**
@@ -3933,42 +3933,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3933
3933
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3934
3934
  }
3935
3935
  /** @internal */
3936
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema = z.object({});
3936
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema = z.object({});
3937
3937
  /** @internal */
3938
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema = z.object({});
3938
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema = z.object({});
3939
3939
  /**
3940
3940
  * @internal
3941
3941
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3942
3942
  */
3943
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$;
3944
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$) {
3945
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema` instead. */
3946
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema;
3947
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema` instead. */
3948
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema;
3949
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$ = {}));
3950
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487) {
3951
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema
3952
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487));
3943
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$;
3944
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$) {
3945
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema` instead. */
3946
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema;
3947
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema` instead. */
3948
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema;
3949
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$ = {}));
3950
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492) {
3951
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema
3952
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492));
3953
3953
  }
3954
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487FromJSON(jsonString) {
3955
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema
3956
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487' from JSON`);
3954
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492FromJSON(jsonString) {
3955
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema
3956
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492' from JSON`);
3957
3957
  }
3958
3958
  /** @internal */
3959
3959
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3960
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema),
3960
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema),
3961
3961
  }).transform((v) => {
3962
3962
  return remap$(v, {
3963
- "__@BRAND@8487": "atBRANDAt8487",
3963
+ "__@BRAND@8492": "atBRANDAt8492",
3964
3964
  });
3965
3965
  });
3966
3966
  /** @internal */
3967
3967
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3968
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema),
3968
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema),
3969
3969
  }).transform((v) => {
3970
3970
  return remap$(v, {
3971
- atBRANDAt8487: "__@BRAND@8487",
3971
+ atBRANDAt8492: "__@BRAND@8492",
3972
3972
  });
3973
3973
  });
3974
3974
  /**
@@ -3991,42 +3991,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3991
3991
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3992
3992
  }
3993
3993
  /** @internal */
3994
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema = z.object({});
3994
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema = z.object({});
3995
3995
  /** @internal */
3996
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema = z.object({});
3996
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema = z.object({});
3997
3997
  /**
3998
3998
  * @internal
3999
3999
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4000
4000
  */
4001
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$;
4002
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$) {
4003
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema` instead. */
4004
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema;
4005
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema` instead. */
4006
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema;
4007
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$ = {}));
4008
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487) {
4009
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema
4010
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487));
4001
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$;
4002
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$) {
4003
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema` instead. */
4004
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema;
4005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema` instead. */
4006
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema;
4007
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$ = {}));
4008
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492) {
4009
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema
4010
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492));
4011
4011
  }
4012
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487FromJSON(jsonString) {
4013
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema
4014
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487' from JSON`);
4012
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492FromJSON(jsonString) {
4013
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema
4014
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492' from JSON`);
4015
4015
  }
4016
4016
  /** @internal */
4017
4017
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
4018
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema),
4018
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema),
4019
4019
  }).transform((v) => {
4020
4020
  return remap$(v, {
4021
- "__@BRAND@8487": "atBRANDAt8487",
4021
+ "__@BRAND@8492": "atBRANDAt8492",
4022
4022
  });
4023
4023
  });
4024
4024
  /** @internal */
4025
4025
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
4026
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema),
4026
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema),
4027
4027
  }).transform((v) => {
4028
4028
  return remap$(v, {
4029
- atBRANDAt8487: "__@BRAND@8487",
4029
+ atBRANDAt8492: "__@BRAND@8492",
4030
4030
  });
4031
4031
  });
4032
4032
  /**
@@ -5835,42 +5835,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5835
5835
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5836
5836
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5837
5837
  /** @internal */
5838
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema = z.object({});
5838
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema = z.object({});
5839
5839
  /** @internal */
5840
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema = z.object({});
5840
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema = z.object({});
5841
5841
  /**
5842
5842
  * @internal
5843
5843
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5844
5844
  */
5845
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$;
5846
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$) {
5847
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema` instead. */
5848
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema;
5849
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema` instead. */
5850
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema;
5851
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$ = {}));
5852
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487) {
5853
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema
5854
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487));
5845
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$;
5846
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$) {
5847
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema` instead. */
5848
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema;
5849
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema` instead. */
5850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema;
5851
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$ = {}));
5852
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492) {
5853
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema
5854
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492));
5855
5855
  }
5856
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487FromJSON(jsonString) {
5857
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema
5858
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487' from JSON`);
5856
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492FromJSON(jsonString) {
5857
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema
5858
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492' from JSON`);
5859
5859
  }
5860
5860
  /** @internal */
5861
5861
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5862
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema),
5862
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema),
5863
5863
  }).transform((v) => {
5864
5864
  return remap$(v, {
5865
- "__@BRAND@8487": "atBRANDAt8487",
5865
+ "__@BRAND@8492": "atBRANDAt8492",
5866
5866
  });
5867
5867
  });
5868
5868
  /** @internal */
5869
5869
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5870
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema),
5870
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema),
5871
5871
  }).transform((v) => {
5872
5872
  return remap$(v, {
5873
- atBRANDAt8487: "__@BRAND@8487",
5873
+ atBRANDAt8492: "__@BRAND@8492",
5874
5874
  });
5875
5875
  });
5876
5876
  /**
@@ -5891,40 +5891,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5891
5891
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5892
5892
  }
5893
5893
  /** @internal */
5894
- export const PropertiesAtBRANDAt8487$inboundSchema = z.object({});
5894
+ export const PropertiesAtBRANDAt8492$inboundSchema = z.object({});
5895
5895
  /** @internal */
5896
- export const PropertiesAtBRANDAt8487$outboundSchema = z.object({});
5896
+ export const PropertiesAtBRANDAt8492$outboundSchema = z.object({});
5897
5897
  /**
5898
5898
  * @internal
5899
5899
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5900
5900
  */
5901
- export var PropertiesAtBRANDAt8487$;
5902
- (function (PropertiesAtBRANDAt8487$) {
5903
- /** @deprecated use `PropertiesAtBRANDAt8487$inboundSchema` instead. */
5904
- PropertiesAtBRANDAt8487$.inboundSchema = PropertiesAtBRANDAt8487$inboundSchema;
5905
- /** @deprecated use `PropertiesAtBRANDAt8487$outboundSchema` instead. */
5906
- PropertiesAtBRANDAt8487$.outboundSchema = PropertiesAtBRANDAt8487$outboundSchema;
5907
- })(PropertiesAtBRANDAt8487$ || (PropertiesAtBRANDAt8487$ = {}));
5908
- export function propertiesAtBRANDAt8487ToJSON(propertiesAtBRANDAt8487) {
5909
- return JSON.stringify(PropertiesAtBRANDAt8487$outboundSchema.parse(propertiesAtBRANDAt8487));
5901
+ export var PropertiesAtBRANDAt8492$;
5902
+ (function (PropertiesAtBRANDAt8492$) {
5903
+ /** @deprecated use `PropertiesAtBRANDAt8492$inboundSchema` instead. */
5904
+ PropertiesAtBRANDAt8492$.inboundSchema = PropertiesAtBRANDAt8492$inboundSchema;
5905
+ /** @deprecated use `PropertiesAtBRANDAt8492$outboundSchema` instead. */
5906
+ PropertiesAtBRANDAt8492$.outboundSchema = PropertiesAtBRANDAt8492$outboundSchema;
5907
+ })(PropertiesAtBRANDAt8492$ || (PropertiesAtBRANDAt8492$ = {}));
5908
+ export function propertiesAtBRANDAt8492ToJSON(propertiesAtBRANDAt8492) {
5909
+ return JSON.stringify(PropertiesAtBRANDAt8492$outboundSchema.parse(propertiesAtBRANDAt8492));
5910
5910
  }
5911
- export function propertiesAtBRANDAt8487FromJSON(jsonString) {
5912
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8487' from JSON`);
5911
+ export function propertiesAtBRANDAt8492FromJSON(jsonString) {
5912
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8492' from JSON`);
5913
5913
  }
5914
5914
  /** @internal */
5915
5915
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5916
- "__@BRAND@8487": z.lazy(() => PropertiesAtBRANDAt8487$inboundSchema),
5916
+ "__@BRAND@8492": z.lazy(() => PropertiesAtBRANDAt8492$inboundSchema),
5917
5917
  }).transform((v) => {
5918
5918
  return remap$(v, {
5919
- "__@BRAND@8487": "atBRANDAt8487",
5919
+ "__@BRAND@8492": "atBRANDAt8492",
5920
5920
  });
5921
5921
  });
5922
5922
  /** @internal */
5923
5923
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5924
- atBRANDAt8487: z.lazy(() => PropertiesAtBRANDAt8487$outboundSchema),
5924
+ atBRANDAt8492: z.lazy(() => PropertiesAtBRANDAt8492$outboundSchema),
5925
5925
  }).transform((v) => {
5926
5926
  return remap$(v, {
5927
- atBRANDAt8487: "__@BRAND@8487",
5927
+ atBRANDAt8492: "__@BRAND@8492",
5928
5928
  });
5929
5929
  });
5930
5930
  /**
@@ -5945,40 +5945,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5945
5945
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5946
5946
  }
5947
5947
  /** @internal */
5948
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema = z.object({});
5948
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema = z.object({});
5949
5949
  /** @internal */
5950
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema = z.object({});
5950
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema = z.object({});
5951
5951
  /**
5952
5952
  * @internal
5953
5953
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5954
5954
  */
5955
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$;
5956
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$) {
5957
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema` instead. */
5958
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema;
5959
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema` instead. */
5960
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema;
5961
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$ = {}));
5962
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8487) {
5963
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8487));
5955
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$;
5956
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$) {
5957
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema` instead. */
5958
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema;
5959
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema` instead. */
5960
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema;
5961
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$ = {}));
5962
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8492ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8492) {
5963
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8492));
5964
5964
  }
5965
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8487FromJSON(jsonString) {
5966
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8487' from JSON`);
5965
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8492FromJSON(jsonString) {
5966
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8492' from JSON`);
5967
5967
  }
5968
5968
  /** @internal */
5969
5969
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5970
- "__@BRAND@8487": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema),
5970
+ "__@BRAND@8492": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema),
5971
5971
  }).transform((v) => {
5972
5972
  return remap$(v, {
5973
- "__@BRAND@8487": "atBRANDAt8487",
5973
+ "__@BRAND@8492": "atBRANDAt8492",
5974
5974
  });
5975
5975
  });
5976
5976
  /** @internal */
5977
5977
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5978
- atBRANDAt8487: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema),
5978
+ atBRANDAt8492: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema),
5979
5979
  }).transform((v) => {
5980
5980
  return remap$(v, {
5981
- atBRANDAt8487: "__@BRAND@8487",
5981
+ atBRANDAt8492: "__@BRAND@8492",
5982
5982
  });
5983
5983
  });
5984
5984
  /**
@@ -6668,40 +6668,40 @@ export function guidesFromJSON(jsonString) {
6668
6668
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
6669
6669
  }
6670
6670
  /** @internal */
6671
- export const AtBRANDAt8487$inboundSchema = z.object({});
6671
+ export const AtBRANDAt8492$inboundSchema = z.object({});
6672
6672
  /** @internal */
6673
- export const AtBRANDAt8487$outboundSchema = z.object({});
6673
+ export const AtBRANDAt8492$outboundSchema = z.object({});
6674
6674
  /**
6675
6675
  * @internal
6676
6676
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6677
6677
  */
6678
- export var AtBRANDAt8487$;
6679
- (function (AtBRANDAt8487$) {
6680
- /** @deprecated use `AtBRANDAt8487$inboundSchema` instead. */
6681
- AtBRANDAt8487$.inboundSchema = AtBRANDAt8487$inboundSchema;
6682
- /** @deprecated use `AtBRANDAt8487$outboundSchema` instead. */
6683
- AtBRANDAt8487$.outboundSchema = AtBRANDAt8487$outboundSchema;
6684
- })(AtBRANDAt8487$ || (AtBRANDAt8487$ = {}));
6685
- export function atBRANDAt8487ToJSON(atBRANDAt8487) {
6686
- return JSON.stringify(AtBRANDAt8487$outboundSchema.parse(atBRANDAt8487));
6678
+ export var AtBRANDAt8492$;
6679
+ (function (AtBRANDAt8492$) {
6680
+ /** @deprecated use `AtBRANDAt8492$inboundSchema` instead. */
6681
+ AtBRANDAt8492$.inboundSchema = AtBRANDAt8492$inboundSchema;
6682
+ /** @deprecated use `AtBRANDAt8492$outboundSchema` instead. */
6683
+ AtBRANDAt8492$.outboundSchema = AtBRANDAt8492$outboundSchema;
6684
+ })(AtBRANDAt8492$ || (AtBRANDAt8492$ = {}));
6685
+ export function atBRANDAt8492ToJSON(atBRANDAt8492) {
6686
+ return JSON.stringify(AtBRANDAt8492$outboundSchema.parse(atBRANDAt8492));
6687
6687
  }
6688
- export function atBRANDAt8487FromJSON(jsonString) {
6689
- return safeParse(jsonString, (x) => AtBRANDAt8487$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8487' from JSON`);
6688
+ export function atBRANDAt8492FromJSON(jsonString) {
6689
+ return safeParse(jsonString, (x) => AtBRANDAt8492$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8492' from JSON`);
6690
6690
  }
6691
6691
  /** @internal */
6692
6692
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
6693
- "__@BRAND@8487": z.lazy(() => AtBRANDAt8487$inboundSchema),
6693
+ "__@BRAND@8492": z.lazy(() => AtBRANDAt8492$inboundSchema),
6694
6694
  }).transform((v) => {
6695
6695
  return remap$(v, {
6696
- "__@BRAND@8487": "atBRANDAt8487",
6696
+ "__@BRAND@8492": "atBRANDAt8492",
6697
6697
  });
6698
6698
  });
6699
6699
  /** @internal */
6700
6700
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
6701
- atBRANDAt8487: z.lazy(() => AtBRANDAt8487$outboundSchema),
6701
+ atBRANDAt8492: z.lazy(() => AtBRANDAt8492$outboundSchema),
6702
6702
  }).transform((v) => {
6703
6703
  return remap$(v, {
6704
- atBRANDAt8487: "__@BRAND@8487",
6704
+ atBRANDAt8492: "__@BRAND@8492",
6705
6705
  });
6706
6706
  });
6707
6707
  /**